- e12c902 halt/reboot/powerdown: accept and ignore -i by Denis Vlasenko · 16 years ago
- 5981ba5 init: test for vt terminal with VT_OPENQRY, by Denis Vlasenko · 16 years ago
- 4774179 mail.c: more robust handling of SIGCHLD init: more robust signal handling by Denis Vlasenko · 16 years ago
- fb1a23d halt/reboot/poweroff: improve error reporting by Denis Vlasenko · 16 years ago
- 93b3820 init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' by Denis Vlasenko · 16 years ago
- 51d943d - improve helptext by Bernhard Reutner-Fischer · 16 years ago
- 9ec0ecb init: remove wait() loop on restart, it may be dangerous by Denis Vlasenko · 16 years ago
- 4ae8a05 init: fix a bug where on reload order of entries might be wrong by Denis Vlasenko · 16 years ago
- e35af56 modutils-24: use xasprintf and xzalloc where appropriate, by Denis Vlasenko · 16 years ago
- fc2a4fc init: small correction in a comment by Denis Vlasenko · 16 years ago
- 72c99af init: major improvement in documentation and signal handling. by Denis Vlasenko · 16 years ago
- cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
- 6c62246 init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB by Denis Vlasenko · 16 years ago
- b2b2c40 init: reduce ifdef forest (specially for Rob's happiness) by Denis Vlasenko · 16 years ago
- 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
- 1bcdcd2 init: do not eat last char in messages; by Denis Vlasenko · 16 years ago
- a34b8a4 init: O_NONBLOCK needs more thought. reverted for now by Denis Vlasenko · 16 years ago
- 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 5cb54b5 init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people by Denis Vlasenko · 16 years ago
- ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
- b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
- 9725daa halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c by Denis Vlasenko · 16 years ago
- 2bdc99f - remove excess whitespace (Vladimir Dronnikov) by Bernhard Reutner-Fischer · 16 years ago
- d93179f - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov) by Bernhard Reutner-Fischer · 16 years ago
- 1e28f61 halt: signal init regardless of ENABLE_INIT by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- b74a2db whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
- a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
- 5259361 - remove superfluous forward declaration by Bernhard Reutner-Fischer · 16 years ago
- ef9876a - document -f by Bernhard Reutner-Fischer · 16 years ago
- ad2fa65 - no obj-code changes. Fix indentation, use existing defines. by Bernhard Reutner-Fischer · 16 years ago
- 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
- a474b68 init: fix compile-time error; fix exiting on broken config file by Denis Vlasenko · 16 years ago
- 54d50a0 - fix "noreduce" flag of config_read (didn't work at all, at least for me). by Bernhard Reutner-Fischer · 16 years ago
- d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- ad4da98 init: fix askfirst not working as intended by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- e421b5e init: do not close all descriptors > 2. We were doing it - sometimes. by Denis Vlasenko · 17 years ago
- fb274df init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) by Denis Vlasenko · 17 years ago
- 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
- 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
- 671ca33 init: make it NOMMU-capable httpd: trivial compile fix by Denis Vlasenko · 17 years ago
- a58a637 init: fix comments by Denis Vlasenko · 17 years ago
- 99a6184 init: HUP should not be temporarily set to "restart", by Denis Vlasenko · 17 years ago
- a37e713 init: fix bug 1111: restart actions were not splitting words: by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- c882f34 init: allow last line to be not terminated by '\n' by Denis Vlasenko · 17 years ago
- f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
- 680b86a halt: write wtmp entry if wtmp support is enabled by Denis Vlasenko · 17 years ago
- 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
- 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
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. 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
- fe7cd64 don't pass argc in getopt32, it's superfluous 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 · 17 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
- f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 17 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
- febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 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
- b6aae0f preparatory patch for -Wwrite-strings #2 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