aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* klogd: fix small buglet in previous commitDenis Vlasenko2008-11-191-0/+1
* klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko2008-11-191-20/+17
* watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko2008-10-041-28/+43
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* klogd: make help text more understandableDenis Vlasenko2008-06-061-16/+17
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-1/+1
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+4
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+1
* dmesg,klogd: make code more readableDenis Vlasenko2007-11-161-6/+7
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-6/+1
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-1/+2
* klogd: code de-obfuscation with small code size reductionDenis Vlasenko2007-02-171-25/+20
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - shrink klogd a tiny bit.Bernhard Reutner-Fischer2007-01-091-9/+12
* klogd: small optimizationsDenis Vlasenko2007-01-041-24/+25
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-2/+1
* - shrink klogd a bitBernhard Reutner-Fischer2006-05-311-35/+37
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-3/+3
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-2/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-161-1/+1
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-16/+3
* Cleanup patch from tito: migrate option parsing to the bb_ functions and fixRob Landley2005-09-141-25/+12
* Part of patch from William Barsse, fixes a problem with unescaped %.Glenn L McGrath2004-08-061-1/+1
* Do not mess with the console logging level unlessEric Andersen2004-06-251-5/+5
* Patch from Bastian Blank:Eric Andersen2004-06-221-11/+8
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Get vfork_daemon_rexec working under uclinuxRuss Dill2003-12-151-3/+4
* Fixup bugs in last patchEric Andersen2003-07-281-1/+0
* last_patch95 from vodz:Eric Andersen2003-07-281-2/+2
* Remove remaining libc5 support codeEric Andersen2003-07-221-8/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* Update email address for Gennady Feldman <gena01@gena01.com>Glenn L McGrath2002-12-121-3/+3
* add the -c option, modified version of a patch from Bastian BlankGlenn L McGrath2002-12-011-4/+21
* patch from John Hall <john.hall@optionexist.co.uk> to change theEric Andersen2002-09-181-4/+4
* Run through indent, fix commentsGlenn L McGrath2002-08-221-22/+24
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-1/+1
* Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen2001-10-281-0/+4
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* Use date -u instead of date --utc and consolidate version string.Matt Kraai2001-04-121-1/+1