- correct helptext of stat (Cristian Ionescu-Idbohrn)
[oweals/busybox.git] / init /
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...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-10 Rob LandleyMissed this in svn 13701.
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
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...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-29 "Vladimir N. Oleynik"don't out \r to syslog
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
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-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
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>
next