Age | Commit message (Expand) | Author |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-19 | Update remaining menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2016-12-23 | fix breakage found by mass one-applet builds | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2015-10-18 | sysklogd/*: convert to new-style "one file" applets | Denys Vlasenko |
2015-03-22 | logread: implement dumpfollow mode of operation | Phil Sutter |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-11-26 | logread: don't call shmdt() before exit, kernel does it for us. | Denys Vlasenko |
2013-11-26 | logread: flush output. closes 6710 | Denys Vlasenko |
2013-07-28 | logread: intercept all fatal signals, not just SIGINT | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-06-11 | logger: "clean up" a dirty hack a bit | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-11-23 | logread: add forgotten INIT_G(); | Denis Vlasenko |
2007-11-23 | logread: eliminate usage of data/bss | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | syslogd,logread: get rid of head pointer, fix logread bug in the process | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-10 | code shrinkage by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko |
2007-01-04 | new libbb func: xmalloc_realpath (+ use it where makes sense) | Denis Vlasenko |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" |
2006-06-01 | - shrink logread a bit. | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-12-12 | Flush output to log promptly (bug 389). | Rob Landley |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen |
2003-09-26 | Patch from Fillod Stephane
| Glenn L McGrath |
2003-07-22 | Remove remaining libc5 support code | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-12 | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-04-09 | Update how we detect if libc5 is in use. | Eric Andersen |
2001-03-23 | -Wshadow logread fix from Jeff Garzik | Eric Andersen |
2001-03-15 | dos2unix logread.c | Mark Whitley |
2001-03-15 | Move the warning msg after features.h gets pulled in. | Eric Andersen |