aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-03-05Oops. Forgot to add in uptime when I added uptime.Erik Andersen
2000-03-05Add in tr and dirnameErik Andersen
2000-03-05Wrote uptime. Doesn't use /proc. :)Erik Andersen
2000-03-04Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-29Minor makefile and todo updatesErik Andersen
2000-02-24Minor tweak to argv[0] handling for linuxrcErik Andersen
2000-02-23Fixed rebooting when init runs as /linuxrcErik Andersen
2000-02-23+ this is a small script for helping TargetWizard auto-generateJohn Beppu
2000-02-22Sync up a few things. Add in a new telnet implementation (stillErik Andersen
2000-02-22Add in a TODO item,Erik Andersen
2000-02-21Update the changelogErik Andersen
2000-02-21Removed proc dependancies for init and free (which maintaining exactlyErik Andersen
2000-02-21Minor update for handling TERM with serial consoles.Erik Andersen
2000-02-21Forgot to add basename. More fixes to du fromErik Andersen
2000-02-19Fixed du. Now behaves just like GNU du (only less so).Erik Andersen
2000-02-18Some updates for the day,Erik Andersen
2000-02-14Formatting fixErik Andersen
2000-02-13- I suspect the problem has something to do w/ symlinks.John Beppu
2000-02-11Add this inErik Andersen
2000-02-11UpdatesErik Andersen
2000-02-11+ memory allocation/deallocation is less tolerant of evil.John Beppu
2000-02-11fsck_minix.c lost fat.John Beppu
2000-02-11reduced .bss size by dynmaically allocating a certain largeJohn Beppu
2000-02-10Fixed a bug,Erik Andersen
2000-02-10More minor touchups.Erik Andersen
2000-02-09Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>Erik Andersen
2000-02-09Fix a possible /linuxrc crash.Erik Andersen
2000-02-09Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen
2000-02-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-08mkdir -p had gotten broken. Fixed now.Erik Andersen
2000-02-07Forgot a semicolon.Erik Andersen
2000-02-07device_open is common code -- moved into utility.cErik Andersen
2000-02-07Forgot cp and mv are now cp_mvErik Andersen
2000-02-07Remove the now obsolete test. Tests nowErik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-30made more robust and commented my code.John Beppu
2000-01-29 nslookup -- a work in progress...John Beppu
2000-01-29Clear up some ambiguity with old style assignments.Erik Andersen
2000-01-29Minor change. init now uses dup2.Erik Andersen
2000-01-29copy fixes to simplify link copying and always do the right thing.Erik Andersen
2000-01-27Forgot some debugging noise.Erik Andersen
2000-01-27copyFile could call chmod on a symlink, changing the permsErik Andersen
2000-01-27Fixed ls formatting for 8 char user names.Erik Andersen
2000-01-26Shuffle location of generic code into utility.cErik Andersen
2000-01-26mount and umount could leak loop device allocations causing the system toErik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-24put #if's around the lchown, becauseJohn Beppu
2000-01-23* added (and documented) "-n" option for head -Erik Andersen