conspy: code shrink
[platform/upstream/busybox.git] / init /
2010-06-28 Pascal Bellardconspy: code shrink
2010-06-22 Denys Vlasenkotypo fix
2010-06-21 Denys Vlasenkofix config help text
2010-06-21 Denys Vlasenkobootchartd: added optional compat features
2010-06-08 Denys Vlasenko*: add INSERTs to *.src files where appropriate
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-05-17 Denys Vlasenkoash: use CONFIG_FEATURE_EDITING_MAX_LEN
2010-05-04 Denys Vlasenkobootchartd: better wording in comment
2010-05-04 Denys Vlasenkobootchartd: add missing parenthesis
2010-05-04 Denys Vlasenkobootchartd: new applet
2010-04-06 Denys Vlasenkolibbb: add skip_dev_pfx()
2010-04-06 Denys Vlasenkoinit: clear utmp entries for dead processes, if they...
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-04-05 Denys Vlasenkolibbb: split update_utmp from login/getty in preparatio...
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-12-14 Denys Vlasenkoinit: fix logically inverted FEATURE_EXTRA_QUIET check
2009-12-14 Denys Vlasenkoinit: use applet_name instead of "init" - we can be...
2009-12-14 Denys Vlasenkoinit: for paranoid reasons, restore SIGCONT too.
2009-12-14 Denys Vlasenkoinit: fix "while true; do reboot; done" bug. +15 bytes...
2009-12-14 Denys Vlasenkoinit: make FEATURE_EXTRA_QUIET more consistent. +1...
2009-11-15 Denys Vlasenkoinit: restore possibility to reload inittab even before...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-23 Denys Vlasenkolibbb.h: tidy it up a bit. no code changes (verified)
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-07-27 Alexander Shishkinhalt/reboot/poweroff: add a CONFIG_xxx to act SysV...
2009-07-19 Denys Vlasenkoinit: make comment more understandable. no code changes
2009-04-12 Denis Vlasenkohalt/reboot/powerdown: accept and ignore -i
2009-03-19 Denis Vlasenkoinit: test for vt terminal with VT_OPENQRY,
2009-03-10 Denis Vlasenkomail.c: more robust handling of SIGCHLD
2009-03-07 Denis Vlasenkohalt/reboot/poweroff: improve error reporting
2009-02-14 Denis Vlasenkoinit: fix compile breakage with '# CONFIG_FEATURE_KILL_...
2009-02-14 Bernhard Reutner... - improve helptext
2009-01-31 Denis Vlasenkoinit: remove wait() loop on restart, it may be dangerous
2009-01-31 Denis Vlasenkoinit: fix a bug where on reload order of entries might...
2009-01-31 Denis Vlasenkomodutils-24: use xasprintf and xzalloc where appropriate,
2009-01-31 Denis Vlasenkoinit: small correction in a comment
2009-01-31 Denis Vlasenkoinit: major improvement in documentation and signal...
2009-01-31 Denis Vlasenkoinit: preparatory patch, no code changes
2009-01-29 Denis Vlasenkoinit: reinstate proper handling of !ENABLE_FEATURE_USE_...
2009-01-28 Denis Vlasenkoinit: reduce ifdef forest (specially for Rob's happiness)
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-09 Denis Vlasenkoinit: do not eat last char in messages;
2008-11-29 Denis Vlasenkoinit: O_NONBLOCK needs more thought. reverted for now
2008-11-09 Denis Vlasenko*: a bit of code shrink
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-10-21 Denis Vlasenkoinit: downgrade ENABLE_DEBUG_INIT to just a #define...
2008-09-25 Denis Vlasenkowhitespace fixes
2008-09-20 Denis Vlasenkoinit: set stderr to NONBLOCK
2008-09-11 Denis Vlasenkohalt: reinstate -w even if !FEATURE_WTMP; beautify...
2008-09-01 Bernhard Reutner... - remove excess whitespace (Vladimir Dronnikov)
2008-09-01 Bernhard Reutner... - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)
2008-08-03 Denis Vlasenkohalt: signal init regardless of ENABLE_INIT
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Denis Vlasenkowhitespace fixes, no code changed
2008-07-21 Bernhard Reutner... - fix spelling
2008-07-21 Bernhard Reutner... - remove superfluous forward declaration
2008-07-21 Bernhard Reutner... - document -f
2008-07-21 Bernhard Reutner... - no obj-code changes. Fix indentation, use existing...
2008-07-19 Denis Vlasenkolibbb: updated config_parse() from Vladimir
2008-07-17 Denis Vlasenkoinit: fix compile-time error; fix exiting on broken...
2008-07-17 Bernhard Reutner... - fix "noreduce" flag of config_read (didn't work at...
2008-07-06 Denis Vlasenkomdev: do not follow symlinks in /sys (as was intended...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-01 Bernhard Reutner... - use ut_user rather than ut_name (Cristian Ionescu...
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-05 Denis Vlasenkoinit: fix askfirst not working as intended
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-17 Denis Vlasenkoinit: do not close all descriptors > 2. We were doing...
2008-03-17 Denis Vlasenkoinit: do not use bb_sanitize_stdio(), "/dev/null" may...
2008-03-17 Denis Vlasenko*: mode tcp/udpsvd to networking, delete ipsvd/*
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenkolibbb: introduce and use sigprocmask_allsigs and sigact...
2008-02-19 Denis Vlasenkoinit: make it NOMMU-capable
2008-02-19 Denis Vlasenkoinit: fix comments
2008-02-19 Denis Vlasenkoinit: HUP should not be temporarily set to "restart",
2008-02-19 Denis Vlasenkoinit: fix bug 1111: restart actions were not splitting...
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-01-29 Denis Vlasenkoinit: allow last line to be not terminated by '\n'
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-24 Denis Vlasenkohalt: write wtmp entry if wtmp support is enabled
2008-01-07 Denis Vlasenkowhitespace fixes
2008-01-04 Denis Vlasenkoinit: wait for orphaned children too while waiting
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-26 Denis Vlasenkoinit: don't spawn tons of waiting children, one is...
2007-12-25 Denis Vlasenkoinit: sometimes, #ifdefs are cleaner.
2007-12-25 Mike Frysingerconvert #if to if -- let gcc optimize away dead code...
2007-12-25 Denis Vlasenkoinit: add FEATURE_KILL_REMOVED (Eugene Bordenkircher...
2007-12-10 Denis Vlasenkocttyhack: add missing ';'
2007-12-10 Denis Vlasenkoinit: remove superfluous forks and messing up with...
2007-11-18 Denis Vlasenkosyslogd: use DEV_CONSOLE consistently
2007-11-10 Denis Vlasenkoinit: fix bug 1584: improper check for fork error
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
next