summaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
* Fix klogd applet compilation on the FreeBSDAlex Samorukov2021-01-041-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* klogd: code shrinkDenys Vlasenko2018-07-311-4/+7
* klogd: better help textDenys Vlasenko2018-07-311-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-13/+13
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+4
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* Fix compiling with musl's utmp stubsKylie McClain2016-02-011-1/+0
* sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-181-0/+33
* klogd: handle multi-char log levelsPeter Korsgaard2013-01-051-5/+2
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-0/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* syslogd,klogd: better help textDenys Vlasenko2011-05-251-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+8
* klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko2011-03-071-1/+30
* klogd: do not log partial linesDenys Vlasenko2010-10-191-9/+10
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* klogd: make it work on non-linux systemsJeremie Koenig2010-08-011-18/+110
* 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