- 21e20cb init: wait for orphaned children too while waiting by Denis Vlasenko · 17 years ago
- fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
- d55268d init: don't spawn tons of waiting children, one is enough by Denis Vlasenko · 17 years ago
- 5adfa44 init: sometimes, #ifdefs are cleaner. by Denis Vlasenko · 17 years ago
- bb50fdf convert #if to if -- let gcc optimize away dead code for us by Mike Frysinger · 17 years ago
- ec5631b init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>) by Denis Vlasenko · 17 years ago
- d7e2e12 cttyhack: add missing ';' init: remove pointless access() check by Denis Vlasenko · 17 years ago
- 2afabe8 init: remove superfluous forks and messing up with argv[0] by Denis Vlasenko · 17 years ago
- 70ab28f syslogd: use DEV_CONSOLE consistently init: remove obsolete comment by Denis Vlasenko · 17 years ago
- f6ccc62 init: fix bug 1584: improper check for fork error by Denis Vlasenko · 17 years ago
- 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
- 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 18 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
- f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 18 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
- ccd412d decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net) by Denis Vlasenko · 18 years ago
- d238a47 init: fix handling of stdio file descriptors by Denis Vlasenko · 18 years ago
- 966bb43 init: de-indent a block of code by Denis Vlasenko · 18 years ago
- b716754 init: trivial compile fix by Denis Vlasenko · 18 years ago
- 7a2ca5e init: stop doing silly things with the console (-400 bytes) by Denis Vlasenko · 18 years ago
- ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
- d818dcc - whitespace cleanup and add a possible shrinkage suggestion by Bernhard Reutner-Fischer · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
- e968fcd lineedit: add missing #if/#endif init: fix warnings by Denis Vlasenko · 18 years ago
- 4921b54 Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS by Denis Vlasenko · 18 years ago
- 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
- 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
- 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
- dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
- 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- cba1b96 Patch from Shaun Jackman to set environment variable RUNLEVEL equal to by Rob Landley · 18 years ago
- edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
- cf1f2ac - fix CONFIG_DEBUG_INIT compile failure by Bernhard Reutner-Fischer · 19 years ago
- d112f8f make halt and poweroff messages more accurate (i.e., claim "we're about to", by Paul Fox · 19 years ago
- 7ae1553 - consolidate "Sending SIG%s to all processes"; untested.. by Bernhard Reutner-Fischer · 19 years ago
- c58dbf2 - remove useless variable "status" from init_main. by Bernhard Reutner-Fischer · 19 years ago
- 3ab3080 - use config_buffer for message() by Bernhard Reutner-Fischer · 19 years ago
- 35e1a07 - DEBUG_INIT -> config CONFIG_DEBUG_INIT by Bernhard Reutner-Fischer · 19 years ago
- 76bb97c - landley, remove this? by Bernhard Reutner-Fischer · 19 years ago
- 49e60b9 - set_term() doesn't need an argument. (Like r15220 this is just compile-tested) by Bernhard Reutner-Fischer · 19 years ago
- 0da069d - move common code into new open_new_terminal() function; by Bernhard Reutner-Fischer · 19 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- 2f4d91d fix whitespace by Mike Frysinger · 19 years ago
- 706f8f6 just include fcntl.h not sys/fcntl.h by Mike Frysinger · 19 years ago
- b3ede5a More from Jan Kiszka: this is a port of the latest sysv-init SELinux patch. by Rob Landley · 19 years ago
- 2dd4279 Patch from Rogelio Serrano to defer checking whether the tty exists until by Rob Landley · 19 years ago
- bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 1f04c9d removed anoinig `unused' warnings by "Vladimir N. Oleynik" · 19 years ago
- 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 2edf526 The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything by Rob Landley · 19 years ago
- 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
- 8e1bd4a don't out \r to syslog by "Vladimir N. Oleynik" · 19 years ago
- c3386a4 Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF? by Rob Landley · 19 years ago
- 7a8f679 Bug system entry #1 says that when busybox doesn't have swapoff, by Rob Landley · 19 years ago
- 41a72ec applying patch from bug 24: by Paul Fox · 19 years ago
- 10427ab move var decls around a little to help gcc make smaller code by Mike Frysinger · 19 years ago
- e548bdf 2005-07-04 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
- 95ef165 2005-07-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
- 72a4c33 rename log var to log_console so we dont override internal gcc/glibc log func by Mike Frysinger · 19 years ago
- a77b4f3 jfb2 writes in Bug 119: by Mike Frysinger · 20 years ago
- 82baf63 Hiroshi Ito writes: by Eric Andersen · 20 years ago
- 2271809 Hiroshi Ito writes: by Eric Andersen · 20 years ago
- 1f50e84 Do not use vfork, as init is not vfork safe. Do not allow by Eric Andersen · 20 years ago
- 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
- 87812dc Silly me by Eric Andersen · 21 years ago
- 4e19fa9 As reported by Quy Tonthat, init has problems with inittab's that by Eric Andersen · 21 years ago
- e3efc92 Jamie Guinan writes: by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- e6ba16f Patch by Guillaume Morin by Glenn L McGrath · 21 years ago
- 2205c84 comparison was always false due to limited range of data types. by Eric Andersen · 21 years ago
- 81155f8 Update definition of struct serial_struct, per linux-2.6.0-test5, by Eric Andersen · 21 years ago
- 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
- dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
- ce6482e Fix overflow for machines greater than 4GB, return unsigned int to avoid by Glenn L McGrath · 21 years ago
- 9cdef5d Yang Xiaopeng writes: by Eric Andersen · 21 years ago
- d5868c1 Patch from Thomas Gleixner to reap any zombie processes that are by Eric Andersen · 21 years ago
- 6fd0e31 Patch from Andrew Flegg: by Eric Andersen · 21 years ago
- 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- d5a2780 oops by Eric Andersen · 21 years ago
- 3c8064f Daniel writes: by Eric Andersen · 21 years ago
- b01ed65 Apply last_patch93 from vodz: by Eric Andersen · 21 years ago