aboutsummaryrefslogtreecommitdiff
path: root/init (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make syslogd.c, init.c, and update.c compile error/warning free under both li...andersen2000-06-191-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-193-6/+6
* Minor doc fix. Added several bugs to the todo list. Fixed the way initandersen2000-05-311-27/+32
* More libc portability updates, add in the website (which has not beenerik2000-05-191-1/+1
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-18/+43
* More Doc updates. cmdedit and more termio fixes.erik2000-04-211-8/+9
* Upates to include copyright 2000 to everythingerik2000-04-131-1/+3
* Patch to make killall actually kill all PIDs with the specified name,erik2000-04-073-3/+3
* Some more minor updates to better use some gcc attributes.erik2000-04-061-0/+2
* Minor structural change to allow core dumping(or not) from initerik2000-04-041-2/+8
* minor changes to mount/umount to support-by-ignoring the "-v" flag.erik2000-04-041-2/+22
* My latest ramblings.erik2000-03-231-0/+3
* Fix bug in memory total checking.erik2000-03-201-41/+40
* Adjust the termio settings, and don't use octal since iterik2000-03-191-8/+10
* Fix bugs related to finding PIDs.erik2000-03-074-5/+13
* Add a #define to make init extra quiet on boot.erik2000-03-071-2/+10
* Wrote killall.erik2000-03-073-3/+3
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-042-2/+17
* Minor tweak to argv[0] handling for linuxrcerik2000-02-241-4/+10
* Removed proc dependancies for init and free (which maintaining exactlyerik2000-02-211-28/+16
* Minor update for handling TERM with serial consoles.erik2000-02-211-2/+4
* Some updates for the day,erik2000-02-181-4/+6
* Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>erik2000-02-091-2/+2
* Fix a possible /linuxrc crash.erik2000-02-091-1/+2
* Fixed the init problem where it wouldn't unmount filesystemserik2000-02-091-42/+84
* Some formatting updates (ran the code through indent)erik2000-02-084-670/+690
* device_open is common code -- moved into utility.cerik2000-02-071-19/+0
* A few minor updates. ;-)erik2000-02-071-8/+9
* Clear up some ambiguity with old style assignments.erik2000-01-291-2/+2
* Minor change. init now uses dup2.erik2000-01-291-2/+3
* Fixed ls formatting for 8 char user names.erik2000-01-271-0/+1
* mount and umount could leak loop device allocations causing the system toerik2000-01-261-0/+4
* Some busybox updates. See the changelog for details if you care.erik2000-01-251-14/+29
* Some busybox updates. You no longer _have_ to put a "-" in front of tarerik2000-01-231-5/+86
* Sync up busybox with the latest and greatest. This is not stuff forerik2000-01-151-30/+27
* Bug fixes.erik2000-01-131-23/+21
* Possible fixes...erik2000-01-081-17/+34
* Remove some leftover debug noise.erik2000-01-071-1/+0
* More minor fixes.erik2000-01-071-6/+6
* Init is now even more perfect then before.erik2000-01-071-24/+22
* Init is now _more_ perfect then before.erik2000-01-071-37/+60
* inittab is now perfect. The universe will now submit to myerik2000-01-061-13/+44
* The latest and greatest. init basically works, though needserik2000-01-051-46/+39
* Bunches of fixes. Typos, bugs, etc.erik2000-01-041-209/+274
* First pass inittab parser writtenerik1999-12-301-0/+75
* Fix double quoting bug preventing ininit scripts from runningerik1999-12-211-3/+5
* Reworked the source so it will compile and run under glibc 2.0.7erik1999-12-171-0/+7
* Minor updatesandersen1999-12-111-11/+12
* Added poweroff (and adjusted init to use it). Inlined functionandersen1999-12-103-6/+44
* Adjustments for Johns init stuff,andersen1999-12-092-3/+4