whitespace fixes, no code changed
[platform/upstream/busybox.git] / init / init.c
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... - 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-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-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*: shrink: use Vladimir's "o+" specifier instead of...
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-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-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-14 Denis Vlasenkoinit: make sure fd 0,1,2 are not closed, + related...
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-05 Denis Vlasenkodecouple INIT and SYSLOGD (patch by Eric Spakman E...
2007-03-05 Denis Vlasenkoinit: fix handling of stdio file descriptors
2007-02-27 Denis Vlasenkoinit: de-indent a block of code
2007-02-27 Denis Vlasenkoinit: trivial compile fix
2007-02-21 Denis Vlasenkoinit: stop doing silly things with the console (-400...
2007-02-17 Denis Vlasenkoinit: code readability enhancements; very small code...
2007-02-16 Bernhard Reutner... - whitespace cleanup and add a possible shrinkage sugge...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-02-03 Denis Vlasenkolineedit: add missing #if/#endif
2007-02-03 Denis VlasenkoAdd BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFE...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2007-01-21 Denis VlasenkoIntroduce FEATURE_EXEC_PREFER_APPLETS = "re-execute...
2007-01-03 Denis Vlasenkoconvert calloc to xzalloc
2006-12-26 Denis Vlasenkostyle fixes
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-10-27 Denis Vlasenkoreshuffle libbb.h contents so that order of decls makes...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-27 Denis Vlasenkousage.h: remove ugly tricks. We have USE_FEATURE_xxx...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-09 Rob LandleyPatch from Shaun Jackman to set environment variable...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-06-02 Bernhard Reutner... - fix CONFIG_DEBUG_INIT compile failure
2006-06-01 Paul Foxmake halt and poweroff messages more accurate (i.e...
2006-05-30 Bernhard Reutner... - consolidate "Sending SIG%s to all processes"; untested..
2006-05-30 Bernhard Reutner... - remove useless variable "status" from init_main.
2006-05-30 Bernhard Reutner... - use config_buffer for message()
2006-05-29 Bernhard Reutner... - DEBUG_INIT -> config CONFIG_DEBUG_INIT
2006-05-29 Bernhard Reutner... - landley, remove this?
2006-05-29 Bernhard Reutner... - set_term() doesn't need an argument. (Like r15220...
2006-05-29 Bernhard Reutner... - move common code into new open_new_terminal() function;
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerfix whitespace
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-03-27 Rob LandleyMore from Jan Kiszka: this is a port of the latest...
2006-03-22 Rob LandleyPatch from Rogelio Serrano to defer checking whether...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-01 "Vladimir N. Oleynik"removed anoinig `unused' warnings
2006-01-30 Rob LandleyRe-add initrd support, unify halt/reboot/poweroff,...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Rob LandleyThe whole "init is sometimes pid 3" thing is silly...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-09-29 "Vladimir N. Oleynik"don't out \r to syslog
2005-08-30 Rob LandleyWhy have a separate CONFIG_INIT_SWAPON when we already...
2005-08-30 Rob LandleyBug system entry #1 says that when busybox doesn't...
2005-08-01 Paul Foxapplying patch from bug 24:
2005-07-06 Mike Frysingermove var decls around a little to help gcc make smaller...
2005-07-06 Mike Frysinger2005-07-04 Shaun Jackman <sjackman@gmail.com>
2005-07-06 Mike Frysinger2005-07-05 Shaun Jackman <sjackman@gmail.com>
next