aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-04Fix klogd applet compilation on the FreeBSDAlex Samorukov
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-16syslogd: delay PID file creation until syslogd is readyJoachim Nilsson
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-01-29syslogd: add config option to include milliseconds in timestampsPeter Korsgaard
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-08-26sysklogd: add timestamp option to ignore message timestampsPeter Korsgaard
2018-07-31klogd: code shrinkDenys Vlasenko
2018-07-31klogd: better help textDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-03-06use gmtime_r() instead of gmtime()Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-16syslogd,logger: code shrink for muslDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-04syslogd: minor tweaks to textMike Frysinger
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
2015-10-22remove systemd supportDenys Vlasenko
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-03-22logread: implement dumpfollow mode of operationPhil Sutter
2014-07-03syslogd: make "reopen log file every second" logic work for multiple logsJoshua Judson Rosen
2014-07-02syslogd: syslogd: don't *decrement* log_file->size on write failuresJoshua Judson Rosen
2014-07-02syslogd: make "-O -" log to stdoutDenys Vlasenko
2014-06-02syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen
2014-06-02syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen
2014-06-02syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko
2013-11-26logread: flush output. closes 6710Denys Vlasenko
2013-08-05syslogd: use _PATH_LOG when availableCédric Cabessa
2013-07-28logread: intercept all fatal signals, not just SIGINTDenys Vlasenko
2013-03-15sysklogd: trim help textDenys Vlasenko
2013-01-20syslogd: do not segfault on parse error when using default config. Closes 5762Denys Vlasenko
2013-01-18syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checksPeter Korsgaard