aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust the termio settings, and don't use octal since iterik2000-03-192-16/+20
* Minor updateerik2000-03-172-0/+4
* Several fixes.erik2000-03-1715-111/+529
* Fix fg bugerik2000-03-163-2010/+2028
* Forgot these files...erik2000-03-168-0/+2262
* Major build system updates...erik2000-03-1613-2062/+2282
* Bug fixerik2000-03-142-2/+2
* Some bug fixes I forgot to check-in the other day.erik2000-03-135-6/+32
* First pass at writing a shell for busybox.erik2000-03-128-8/+2761
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik2000-03-089-26/+28
* First edition of my Busybox kernel patch. implements devps, devmtab, anderik2000-03-081-0/+2316
* Fixed up lsmod so it works with my devmodules kernel driver,erik2000-03-083-9/+15
* + changed a static array (FileList) into a dynamically allocated onebeppu2000-03-082-4/+18
* Fix bugs related to finding PIDs.erik2000-03-0714-46/+144
* Fix up some #define stuff to ensure the Right Thing(tm)erik2000-03-072-2/+5
* Add some descriptionerik2000-03-071-0/+1
* Add a #define to make init extra quiet on boot.erik2000-03-073-4/+21
* Wrote killall.erik2000-03-0719-142/+601
* Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)erik2000-03-063-246/+248
* Oops. I left debugging turned on...erik2000-03-061-1/+1
* Oops. Forgot to add in uptime when I added uptime.erik2000-03-052-0/+146
* Add in tr and dirnameerik2000-03-0510-0/+1468
* Wrote uptime. Doesn't use /proc. :)erik2000-03-055-5/+13
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyerik2000-03-049-3/+150
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-0434-376/+817
* Minor makefile and todo updateserik2000-02-292-3/+9
* Minor tweak to argv[0] handling for linuxrcerik2000-02-242-8/+20
* Fixed rebooting when init runs as /linuxrcerik2000-02-234-8/+17
* + this is a small script for helping TargetWizard auto-generatebeppu2000-02-231-0/+23
* Sync up a few things. Add in a new telnet implementation (stillerik2000-02-226-0/+1015
* Add in a TODO item,erik2000-02-221-0/+12
* Update the changelogerik2000-02-211-0/+6
* Removed proc dependancies for init and free (which maintaining exactlyerik2000-02-215-80/+87
* Minor update for handling TERM with serial consoles.erik2000-02-212-4/+8
* Forgot to add basename. More fixes to du fromerik2000-02-215-20/+162
* Fixed du. Now behaves just like GNU du (only less so).erik2000-02-194-27/+131
* Some updates for the day,erik2000-02-1819-53/+128
* Formatting fixerik2000-02-141-3/+3
* - I suspect the problem has something to do w/ symlinks.beppu2000-02-132-4/+4
* Add this inerik2000-02-111-0/+15
* Updateserik2000-02-1124-414/+483
* + memory allocation/deallocation is less tolerant of evil.beppu2000-02-112-4/+42
* fsck_minix.c lost fat.beppu2000-02-111-0/+2
* reduced .bss size by dynmaically allocating a certain largebeppu2000-02-112-4/+46
* Fixed a bug,erik2000-02-101-1/+1
* More minor touchups.erik2000-02-105-262/+258
* Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>erik2000-02-092-4/+4
* Fix a possible /linuxrc crash.erik2000-02-092-2/+4
* Update the sample inittab to add the "ctrlaltdel" action.erik2000-02-093-6/+14
* Fixed the init problem where it wouldn't unmount filesystemserik2000-02-0913-354/+457