aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2000-06-19Make syslogd.c, init.c, and update.c compile error/warning free under both li...Eric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-31Minor doc fix. Added several bugs to the todo list. Fixed the way initEric Andersen
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-04-07Patch to make killall actually kill all PIDs with the specified name,Erik Andersen
2000-04-06Some more minor updates to better use some gcc attributes.Erik Andersen
2000-04-04Minor structural change to allow core dumping(or not) from initErik Andersen
2000-04-04minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-03-20Fix bug in memory total checking.Erik Andersen
2000-03-19Adjust the termio settings, and don't use octal since itErik Andersen
2000-03-07Fix bugs related to finding PIDs.Erik Andersen
2000-03-07Add a #define to make init extra quiet on boot.Erik Andersen
2000-03-07Wrote killall.Erik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-24Minor tweak to argv[0] handling for linuxrcErik 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-18Some updates for the day,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-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-07device_open is common code -- moved into utility.cErik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-29Clear up some ambiguity with old style assignments.Erik Andersen
2000-01-29Minor change. init now uses dup2.Erik Andersen
2000-01-27Fixed ls formatting for 8 char user names.Erik 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-23Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
2000-01-13Bug fixes.Erik Andersen
2000-01-08Possible fixes...Erik Andersen
2000-01-07Remove some leftover debug noise.Erik Andersen
2000-01-07More minor fixes.Erik Andersen
2000-01-07Init is now even more perfect then before.Erik Andersen
2000-01-07Init is now _more_ perfect then before.Erik Andersen
2000-01-06inittab is now perfect. The universe will now submit to myErik Andersen
2000-01-05The latest and greatest. init basically works, though needsErik Andersen
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
1999-12-30First pass inittab parser writtenErik Andersen
1999-12-21Fix double quoting bug preventing ininit scripts from runningErik Andersen
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
1999-12-11Minor updatesEric Andersen
1999-12-10Added poweroff (and adjusted init to use it). Inlined functionEric Andersen
1999-12-09Adjustments for Johns init stuff,Eric Andersen