summaryrefslogtreecommitdiff
path: root/sysklogd
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* *: --help tweaksDenys Vlasenko2021-06-141-1/+1
* runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-2/+2
* Fix klogd applet compilation on the FreeBSDAlex Samorukov2021-01-041-1/+1
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-1/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* syslogd: delay PID file creation until syslogd is readyJoachim Nilsson2020-11-161-3/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-132-2/+0
* syslogd: add config option to include milliseconds in timestampsPeter Korsgaard2020-01-291-2/+22
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-023-7/+7
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-172-4/+4
* config: update size informationDenys Vlasenko2018-12-284-4/+4
* sysklogd: add timestamp option to ignore message timestampsPeter Korsgaard2018-08-261-8/+17
* klogd: code shrinkDenys Vlasenko2018-07-311-4/+7
* klogd: better help textDenys Vlasenko2018-07-311-2/+2
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-061-0/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* syslogd,logger: code shrink for muslDenys Vlasenko2017-08-163-6/+17
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-214-67/+67
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-183-3/+3
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-2/+2
* make --help texts smallerDenys Vlasenko2017-01-211-3/+3
* fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-231-1/+2
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-3/+3
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-212-3/+6
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-213-3/+7
* syslogd: minor tweaks to textMike Frysinger2016-04-041-2/+2
* Fix compiling with musl's utmp stubsKylie McClain2016-02-011-1/+0
* remove systemd supportDenys Vlasenko2015-10-221-5/+0
* sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-186-163/+172
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* logread: implement dumpfollow mode of operationPhil Sutter2015-03-221-5/+11
* syslogd: make "reopen log file every second" logic work for multiple logsJoshua Judson Rosen2014-07-031-6/+7
* syslogd: syslogd: don't *decrement* log_file->size on write failuresJoshua Judson Rosen2014-07-021-3/+8
* syslogd: make "-O -" log to stdoutDenys Vlasenko2014-07-021-36/+45
* syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen2014-06-021-19/+11
* syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen2014-06-021-0/+4
* syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen2014-06-021-0/+6
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-1/+1
* logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko2013-11-261-4/+9
* logread: flush output. closes 6710Denys Vlasenko2013-11-261-0/+1