index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysklogd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-3
/
+3
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
2
-3
/
+6
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
3
-3
/
+7
*
syslogd: minor tweaks to text
Mike Frysinger
2016-04-04
1
-2
/
+2
*
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01
1
-1
/
+0
*
remove systemd support
Denys Vlasenko
2015-10-22
1
-5
/
+0
*
sysklogd/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-18
6
-163
/
+172
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
*
logread: implement dumpfollow mode of operation
Phil Sutter
2015-03-22
1
-5
/
+11
*
syslogd: make "reopen log file every second" logic work for multiple logs
Joshua Judson Rosen
2014-07-03
1
-6
/
+7
*
syslogd: syslogd: don't *decrement* log_file->size on write failures
Joshua Judson Rosen
2014-07-02
1
-3
/
+8
*
syslogd: make "-O -" log to stdout
Denys Vlasenko
2014-07-02
1
-36
/
+45
*
syslogd: Unify unlink/truncate + unlock log-rotation logic
Joshua Judson Rosen
2014-06-02
1
-19
/
+11
*
syslogd: remember to un-writelock log-files even when called with "-b 0"
Joshua Judson Rosen
2014-06-02
1
-0
/
+4
*
syslogd: avoid spurious ftrunctate() calls for "-b 0"
Joshua Judson Rosen
2014-06-02
1
-0
/
+6
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
1
-1
/
+1
*
logread: don't call shmdt() before exit, kernel does it for us.
Denys Vlasenko
2013-11-26
1
-4
/
+9
*
logread: flush output. closes 6710
Denys Vlasenko
2013-11-26
1
-0
/
+1
*
syslogd: use _PATH_LOG when available
Cédric Cabessa
2013-08-05
1
-4
/
+7
*
logread: intercept all fatal signals, not just SIGINT
Denys Vlasenko
2013-07-28
1
-5
/
+4
*
sysklogd: trim help text
Denys Vlasenko
2013-03-15
1
-1
/
+1
*
syslogd: do not segfault on parse error when using default config. Closes 5762
Denys Vlasenko
2013-01-20
1
-1
/
+3
*
syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks
Peter Korsgaard
2013-01-18
1
-12
/
+10
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
syslogd: add option to log to Linux kernel printk buffer
Peter Korsgaard
2013-01-06
2
-1
/
+76
*
klogd: handle multi-char log levels
Peter Korsgaard
2013-01-05
1
-5
/
+2
*
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2012-12-19
2
-1
/
+7
*
syslogd: work around rename() not renaming hardlinks to themselves
Christian Engelmayer
2011-10-28
1
-0
/
+8
*
syslogd: fix missing newline problen in memory log buffer. Closes 4159
Denys Vlasenko
2011-09-16
1
-2
/
+2
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
4
-4
/
+0
*
syslogd,klogd: better help text
Denys Vlasenko
2011-05-25
2
-13
/
+20
*
small fixes atop syslog config patch
Denys Vlasenko
2011-04-16
2
-8
/
+6
*
syslogd: small fix to config patch
Sergey Naumov
2011-04-16
1
-3
/
+9
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
4
-0
/
+54
*
syslogd: optional support for /etc/syslog.conf
Sergey Naumov
2011-04-10
2
-65
/
+275
*
klogd: fix the problem of delayed handling of ^C and SIGTERM
Denys Vlasenko
2011-03-07
1
-1
/
+30
*
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-26
1
-1
/
+2
*
add ENABLE_FEATURE_SYSTEMD and use it in syslogd
Davide Cavalca
2011-01-25
1
-0
/
+5
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-3
/
+3
*
klogd: do not log partial lines
Denys Vlasenko
2010-10-19
1
-9
/
+10
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
6
-6
/
+6
*
syslogd: close/re-resolve/reopen remote sockets on some sendto() errors
Daniel Dickinson
2010-08-03
1
-6
/
+20
*
klogd: make it work on non-linux systems
Jeremie Koenig
2010-08-01
2
-19
/
+126
*
*: trailing empty lines removed
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
mark Linux-specific configuration options
Jeremie Koenig
2010-07-19
1
-0
/
+1
*
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-08
2
-0
/
+4
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-8
/
+8
*
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko
2010-06-04
2
-0
/
+0
*
fix Config.in tab usage
Denys Vlasenko
2010-03-31
1
-8
/
+8
[next]