aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Oops. I left debugging turned on...Erik Andersen2000-03-061-1/+1
* Oops. Forgot to add in uptime when I added uptime.Erik Andersen2000-03-052-0/+146
* Add in tr and dirnameErik Andersen2000-03-0510-0/+1468
* Wrote uptime. Doesn't use /proc. :)Erik Andersen2000-03-055-5/+13
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-049-3/+150
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-0434-376/+817
* Minor makefile and todo updatesErik Andersen2000-02-292-3/+9
* Minor tweak to argv[0] handling for linuxrcErik Andersen2000-02-242-8/+20
* Fixed rebooting when init runs as /linuxrcErik Andersen2000-02-234-8/+17
* + this is a small script for helping TargetWizard auto-generateJohn Beppu2000-02-231-0/+23
* Sync up a few things. Add in a new telnet implementation (stillErik Andersen2000-02-226-0/+1015
* Add in a TODO item,Erik Andersen2000-02-221-0/+12
* Update the changelogErik Andersen2000-02-211-0/+6
* Removed proc dependancies for init and free (which maintaining exactlyErik Andersen2000-02-215-80/+87
* Minor update for handling TERM with serial consoles.Erik Andersen2000-02-212-4/+8
* Forgot to add basename. More fixes to du fromErik Andersen2000-02-215-20/+162
* Fixed du. Now behaves just like GNU du (only less so).Erik Andersen2000-02-194-27/+131
* Some updates for the day,Erik Andersen2000-02-1819-53/+128
* Formatting fixErik Andersen2000-02-141-3/+3
* - I suspect the problem has something to do w/ symlinks.John Beppu2000-02-132-4/+4
* Add this in0_42Erik Andersen2000-02-111-0/+15
* UpdatesErik Andersen2000-02-1124-414/+483
* + memory allocation/deallocation is less tolerant of evil.John Beppu2000-02-112-4/+42
* fsck_minix.c lost fat.John Beppu2000-02-111-0/+2
* reduced .bss size by dynmaically allocating a certain largeJohn Beppu2000-02-112-4/+46
* Fixed a bug,Erik Andersen2000-02-101-1/+1
* More minor touchups.Erik Andersen2000-02-105-262/+258
* Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>Erik Andersen2000-02-092-4/+4
* Fix a possible /linuxrc crash.Erik Andersen2000-02-092-2/+4
* Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen2000-02-093-6/+14
* Fixed the init problem where it wouldn't unmount filesystemsErik Andersen2000-02-0913-354/+457
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-08163-27364/+27866
* mkdir -p had gotten broken. Fixed now.Erik Andersen2000-02-081-1/+2
* Forgot a semicolon.Erik Andersen2000-02-071-1/+1
* device_open is common code -- moved into utility.cErik Andersen2000-02-076-76/+25
* Forgot cp and mv are now cp_mvErik Andersen2000-02-071-2/+1
* Remove the now obsolete test. Tests nowErik Andersen2000-02-071-148/+0
* A few minor updates. ;-)Erik Andersen2000-02-0776-1030/+1856
* made more robust and commented my code.John Beppu2000-01-302-68/+108
* nslookup -- a work in progress...John Beppu2000-01-296-0/+344
* Clear up some ambiguity with old style assignments.Erik Andersen2000-01-2911-24/+24
* Minor change. init now uses dup2.Erik Andersen2000-01-294-10/+18
* copy fixes to simplify link copying and always do the right thing.Erik Andersen2000-01-293-26/+16
* Forgot some debugging noise.Erik Andersen2000-01-271-1/+1
* copyFile could call chmod on a symlink, changing the permsErik Andersen2000-01-274-15/+21
* Fixed ls formatting for 8 char user names.Erik Andersen2000-01-275-2/+5
* Shuffle location of generic code into utility.cErik Andersen2000-01-264-143/+71
* mount and umount could leak loop device allocations causing the system toErik Andersen2000-01-2611-264/+266
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-2518-231/+965
* put #if's around the lchown, becauseJohn Beppu2000-01-241-1/+7