Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-03syslogd: fix breakage caused by "daemonize _after_ init" changeDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2023-06-13syslogd: daemonize _after_ init (so that init errors are visible, if they occur)Denys Vlasenko
2023-06-13syslogd: decrease stack usage, ~50 bytesDenys Vlasenko
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-01-05libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-04Fix klogd applet compilation on the FreeBSDAlex Samorukov
2020-12-31libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-14help 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