summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-04syslogd: minor tweaks to textMike Frysinger1-2/+2
2016-02-01Fix compiling with musl's utmp stubsKylie McClain4-3/+5
2015-10-22remove systemd supportDenys Vlasenko7-76/+0
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko7-167/+172
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-03-22logread: implement dumpfollow mode of operationPhil Sutter1-5/+11
2014-07-03syslogd: make "reopen log file every second" logic work for multiple logsJoshua Judson Rosen1-6/+7
2014-07-02syslogd: syslogd: don't *decrement* log_file->size on write failuresJoshua Judson Rosen1-3/+8
2014-07-02syslogd: make "-O -" log to stdoutDenys Vlasenko1-36/+45
2014-06-02syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen1-19/+11
2014-06-02syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen1-0/+4
2014-06-02syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen1-0/+6
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko1-4/+9
2013-11-26logread: flush output. closes 6710Denys Vlasenko1-0/+1
2013-08-05syslogd: use _PATH_LOG when availableCédric Cabessa1-4/+7
2013-07-28logread: intercept all fatal signals, not just SIGINTDenys Vlasenko1-5/+4
2013-03-15sysklogd: trim help textDenys Vlasenko1-1/+1
2013-01-20syslogd: do not segfault on parse error when using default config. Closes 5762Denys Vlasenko1-1/+3
2013-01-18syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checksPeter Korsgaard1-12/+10
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2013-01-06syslogd: add option to log to Linux kernel printk bufferPeter Korsgaard2-1/+76
2013-01-06klogd: handle multi-char log levelsPeter Korsgaard1-5/+2
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2011-10-28syslogd: work around rename() not renaming hardlinks to themselvesChristian Engelmayer1-0/+8
2011-09-16syslogd: fix missing newline problen in memory log buffer. Closes 4159Denys Vlasenko1-2/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-25syslogd,klogd: better help textDenys Vlasenko2-13/+20
2011-04-16small fixes atop syslog config patchDenys Vlasenko4-9/+39
2011-04-16syslogd: small fix to config patchSergey Naumov1-3/+9
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-04-10syslogd: optional support for /etc/syslog.confSergey Naumov2-65/+275
2011-03-07klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko1-1/+30
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko17-92/+115
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca3-0/+73
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-19klogd: do not log partial linesDenys Vlasenko2-12/+18
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-03syslogd: close/re-resolve/reopen remote sockets on some sendto() errorsDaniel Dickinson1-6/+20
2010-08-01klogd: make it work on non-linux systemsJeremie Koenig2-19/+126
2010-07-25*: trailing empty lines removedDenys Vlasenko42-46/+15
2010-07-18mark Linux-specific configuration optionsJeremie Koenig19-4/+114
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
[next]