aboutsummaryrefslogtreecommitdiff
path: root/init (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-2/+2
* Vodz' last_patch31andersen2001-12-181-66/+23
* Add in a new restart init target, triggered by SIGHUP. Patch fromandersen2001-12-171-1/+32
* If find_pid_by_name() had an error, it was returning -1, but storingandersen2001-12-063-3/+3
* Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONTandersen2001-11-301-0/+31
* Fix dangling commaandersen2001-11-211-1/+1
* S390 wierdnessandersen2001-11-201-2/+8
* Hide some ifdefs to make it more readibleandersen2001-11-171-24/+15
* Cleanup some config problems. Add a sane default config that basicallyandersen2001-11-101-2/+2
* Add the run-parts applet submitted by Emanuele Ainaandersen2001-10-311-0/+294
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>andersen2001-10-312-0/+3
* patch from vodz:andersen2001-10-311-36/+26
* As Aaron Lehmann just pointed out, I forgot a line...andersen2001-10-281-0/+1
* Add in some (theoretical) uClinux support. Some init cleanupsandersen2001-10-281-46/+51
* Fixup the location of pwd.h and grp.handersen2001-10-241-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-246-19/+83
* Commit the start-stop-daemon applet. This was contributed by Davidandersen2001-10-181-0/+271
* Scrub up some function prototypes.andersen2001-10-181-4/+4
* Fix a nasty bug with variable name shadowingandersen2001-10-183-3/+3
* Look for either "init" or "linuxrc" processesandersen2001-10-033-6/+15
* Two patches from Magick <magick@linux-fan.com>:andersen2001-09-051-19/+24
* Add support for devfs device names.kraai2001-07-231-17/+9
* Some patches to make dietlibc work...andersen2001-07-221-1/+1
* Be extra extra careful about what we dereference.andersen2001-07-053-3/+12
* Only use a login shell when it will run on a console.kraai2001-06-121-10/+11
* Loop forever instead of exiting.kraai2001-06-031-9/+12
* Patch from larry to fix some grammar errors.andersen2001-05-231-2/+2
* Changed snprintf copies to use strncpy at the suggestion of Aaron Lehmann.kraai2001-05-181-8/+8
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-3/+0
* A patch from Marc Karasek and Kanoj (kernel serial.c maintainer)andersen2001-04-231-1/+2
* Fix comment.kraai2001-04-121-1/+1
* "I will always compile before I commit" x 100andersen2001-04-091-0/+1
* Update how we detect if libc5 is in use.andersen2001-04-091-7/+7
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-051-3/+1
* A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Nowandersen2001-04-032-9/+18
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-1/+0
* Fix up command line munging in init. Postpone the askfirst thing tillandersen2001-03-201-64/+76
* A patch from Andreas Neuhaus to be especially careful to not dupandersen2001-03-161-10/+17
* A better fix. Read nextPtr before mem gets freed.andersen2001-03-151-4/+8
* Prevent init from potentially using already freed memory whenandersen2001-03-151-6/+6
* Fix init so that checking for terminal devices is delayed until theandersen2001-03-141-8/+6
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-4/+4
* Patch from Vladimir to make sure PATH is set correctly.andersen2001-03-041-1/+1
* I should be more careful...andersen2001-02-231-2/+4
* Add in kent robotti's updated dos2unix.candersen2001-02-221-2/+1
* Make init compile when DEBUG_INIT is enabledandersen2001-02-221-3/+2
* Revert my change to do extra termType checking. That is done elsewhere.andersen2001-02-221-3/+0
* Commit a patch from Erik Gustavsson <cyrano@algonet.se>, to allowandersen2001-02-201-4/+15
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-4/+4
* Throw out the obsolete INIT_CHROOT junkandersen2001-02-171-91/+0