oweals/busybox.git
2000-03-16 Erik AndersenFix fg bug
2000-03-16 Erik AndersenForgot these files...
2000-03-16 Erik AndersenMajor build system updates...
2000-03-14 Erik AndersenBug fix
2000-03-13 Erik AndersenSome bug fixes I forgot to check-in the other day.
2000-03-12 Erik AndersenFirst pass at writing a shell for busybox.
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-08 Erik AndersenFirst edition of my Busybox kernel patch. implements...
2000-03-08 Erik AndersenFixed up lsmod so it works with my devmodules kernel...
2000-03-08 John Beppu+ changed a static array (FileList) into a dynamically...
2000-03-07 Erik AndersenFix bugs related to finding PIDs.
2000-03-07 Erik AndersenFix up some #define stuff to ensure the Right Thing(tm)
2000-03-07 Erik AndersenAdd some description
2000-03-07 Erik AndersenAdd a #define to make init extra quiet on boot.
2000-03-07 Erik AndersenWrote killall.
2000-03-06 Erik AndersenFixed a bug where "sed 's/foo/bar/g'" (i.e. a script...
2000-03-06 Erik AndersenOops. I left debugging turned on...
2000-03-05 Erik AndersenOops. Forgot to add in uptime when I added uptime.
2000-03-05 Erik AndersenAdd in tr and dirname
2000-03-05 Erik AndersenWrote uptime. Doesn't use /proc. :)
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-29 Erik AndersenMinor makefile and todo updates
2000-02-24 Erik AndersenMinor tweak to argv[0] handling for linuxrc
2000-02-23 Erik AndersenFixed rebooting when init runs as /linuxrc
2000-02-23 John Beppu+ this is a small script for helping TargetWizard auto...
2000-02-22 Erik AndersenSync up a few things. Add in a new telnet implementati...
2000-02-22 Erik AndersenAdd in a TODO item,
2000-02-21 Erik AndersenUpdate the changelog
2000-02-21 Erik AndersenRemoved proc dependancies for init and free (which...
2000-02-21 Erik AndersenMinor update for handling TERM with serial consoles.
2000-02-21 Erik AndersenForgot to add basename. More fixes to du from
2000-02-19 Erik AndersenFixed du. Now behaves just like GNU du (only less...
2000-02-18 Erik AndersenSome updates for the day,
2000-02-14 Erik AndersenFormatting fix
2000-02-13 John Beppu- I suspect the problem has something to do w/ symlinks.
2000-02-11 Erik AndersenAdd this in 0_42
2000-02-11 Erik AndersenUpdates
2000-02-11 John Beppu+ memory allocation/deallocation is less tolerant of...
2000-02-11 John Beppufsck_minix.c lost fat.
2000-02-11 John Beppureduced .bss size by dynmaically allocating a certain...
2000-02-10 Erik AndersenFixed a bug,
2000-02-10 Erik AndersenMore minor touchups.
2000-02-09 Erik AndersenFix stupid typos -- thanks to Taketoshi Sano <kgh12351...
2000-02-09 Erik AndersenFix a possible /linuxrc crash.
2000-02-09 Erik AndersenUpdate the sample inittab to add the "ctrlaltdel" action.
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-08 Erik Andersenmkdir -p had gotten broken. Fixed now.
2000-02-07 Erik AndersenForgot a semicolon.
2000-02-07 Erik Andersendevice_open is common code -- moved into utility.c
2000-02-07 Erik AndersenForgot cp and mv are now cp_mv
2000-02-07 Erik AndersenRemove the now obsolete test. Tests now
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-30 John Beppumade more robust and commented my code.
2000-01-29 John Beppu nslookup -- a work in progress...
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
2000-01-29 Erik AndersenMinor change. init now uses dup2.
2000-01-29 Erik Andersencopy fixes to simplify link copying and always do the...
2000-01-27 Erik AndersenForgot some debugging noise.
2000-01-27 Erik AndersencopyFile could call chmod on a symlink, changing the...
2000-01-27 Erik AndersenFixed ls formatting for 8 char user names.
2000-01-26 Erik AndersenShuffle location of generic code into utility.c
2000-01-26 Erik Andersenmount and umount could leak loop device allocations...
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-24 John Beppuput #if's around the lchown, because
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-23 John Beppu Making note of my changes
2000-01-23 John Beppu Went ahead and fixed bug #301 (chown not working on...
2000-01-23 Erik AndersenFix a bug where tar could change perms and ownership...
2000-01-23 Erik AndersenSome busybox updates. You no longer _have_ to put...
2000-01-22 Erik AndersenBetter way to check for namespace aliasing.
2000-01-20 Erik AndersenTell what I did
2000-01-20 Erik AndersenFix a namespace aliasing problem wereby du and dutmp, or
2000-01-19 John Beppuforeach (@busybox_command) {
2000-01-19 John Beppuadded a little more content.
2000-01-19 Erik AndersenBug fix. grep wasn't printing file names they way...
2000-01-18 John Beppufleshed out a bit more... just wanted to put the current
2000-01-18 John Bepputhe beginnings of a proper man page for busybox.
2000-01-16 Erik Andersentar creation support is now optional.
2000-01-15 Erik AndersenReady for release 0_41
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik Andersen* Added -o loop option for mount, and support in umount...
2000-01-13 Erik AndersenBug fixes.
2000-01-09 Erik AndersenFix a logger bug.
2000-01-08 Erik AndersenPossible fixes...
2000-01-08 Erik AndersenOops. left debug on.
2000-01-08 Erik AndersenFix cp and mv so 'cp foo/README bar' where foo and...
2000-01-07 Erik Andersenfoo 0_40
2000-01-07 Erik AndersenRemove some leftover debug noise.
2000-01-07 Erik AndersenMore adjustments
2000-01-07 Erik AndersenMore minor fixes.
2000-01-07 Erik AndersenInit is now even more perfect then before.
2000-01-07 Erik AndersenTrivial type fix.
2000-01-07 Erik Andersenfoo
2000-01-07 Erik AndersenInit is now _more_ perfect then before.
2000-01-07 John Beppumaking note of my changes.
2000-01-07 John Beppuadded uniq_usage message
2000-01-06 John Beppudid tedious stuff
2000-01-06 Erik AndersenAdd in sample inittab file
next