build system: use pkg-config to look up selinux libs
[oweals/busybox.git] / init /
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...
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-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
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-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
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-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
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-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
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-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-27 Denis Vlasenkousage.h: remove ugly tricks. We have USE_FEATURE_xxx...
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
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... - move #include busybox.h to the very top so we pull...
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-31 Bernhard Reutner... - fix IMA compile error i introduced when adding this...
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-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerfix whitespace
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-03-28 Mike Frysingerremove some more config code rob missed in rev 13701...
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-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
next