summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko7-167/+172
2015-03-22logread: implement dumpfollow mode of operationPhil Sutter1-5/+11
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko1-4/+9
2013-11-26logread: flush output. closes 6710Denys Vlasenko1-0/+1
2013-07-28logread: intercept all fatal signals, not just SIGINTDenys Vlasenko1-5/+4
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-06-11logger: "clean up" a dirty hack a bitDenis Vlasenko5-30/+75
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-23logread: add forgotten INIT_G();Denis Vlasenko1-0/+2
2007-11-23logread: eliminate usage of data/bssDenis Vlasenko3-14/+33
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko3-92/+86
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-10code shrinkage by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko1-49/+31
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko6-93/+103
2006-12-19remove casts from xmalloc()Denis Vlasenko15-27/+25
2006-08-29Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley14-124/+92
2006-07-20"formated" -> "formatted" throughout the code base."Robert P. J. Day"6-68/+68
2006-06-01- shrink logread a bit.Bernhard Reutner-Fischer1-22/+6
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-12-12Flush output to log promptly (bug 389).Rob Landley1-0/+1
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-12-19Patch from Fillod Stephane:Eric Andersen5-12/+70
2003-09-26Patch from Fillod Stephane Glenn L McGrath1-18/+68
2003-07-22Remove remaining libc5 support codeEric Andersen26-581/+35
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-12Update email address for Gennady Feldman <gena01@gena01.com>Glenn L McGrath4-8/+8
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-04-09Update how we detect if libc5 is in use.Eric Andersen15-53/+44
2001-03-23-Wshadow logread fix from Jeff GarzikEric Andersen2-18/+18
2001-03-15dos2unix logread.cMark Whitley2-292/+292
2001-03-15Move the warning msg after features.h gets pulled in.Eric Andersen2-16/+18
2001-03-14Applied patch from Giulio Orsero to fix some preprocessor bugs.Mark Whitley2-4/+4
2001-03-14Some updates for libc5Eric Andersen6-4/+34
2001-03-12Added some comment lines in the header indicating that Gennady Feldman is theMark Whitley6-0/+12
[next]