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
/
syslogd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usage.c: remove reference to busybox.h
vda
2007-05-26
1
-1
/
+1
*
make pidfile writing configurable.
vda
2007-03-27
1
-0
/
+2
*
move everything to new NOMMU helpers, except udhcp
vda
2007-03-26
1
-6
/
+1
*
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
vda
2007-03-24
1
-1
/
+2
*
syslogd: fix it for small BUFSIZ case
vda
2007-03-20
1
-71
/
+67
*
syslogd: reduce data/bss usage. Code size is practically the same.
vda
2007-03-15
1
-126
/
+167
*
syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds
vda
2007-02-14
1
-0
/
+11
*
syslogd: fix "readpath bug" by using readlink instead
vda
2007-02-11
1
-17
/
+24
*
add x to IPv6 functions which can die
vda
2007-02-04
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
vda
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #4
vda
2007-01-29
1
-4
/
+5
*
accumulated post-1.4.0 fixes
vda
2007-01-24
1
-2
/
+2
*
whitespace fixes (leading spaces to tab)
vda
2007-01-13
1
-1
/
+1
*
a bit more IPv6-ization work
vda
2007-01-10
1
-17
/
+8
*
Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>
vda
2007-01-09
1
-5
/
+2
*
small size reduction by Bernhard Fischer <rep.nop@aon.at>
vda
2007-01-09
1
-3
/
+2
*
small size reduction by Bernhard Fischer <rep.nop@aon.at>
vda
2007-01-09
1
-7
/
+6
*
compilation fix by Bernhard Fischer <rep.nop@aon.at>
vda
2007-01-09
1
-1
/
+4
*
syslogs: a bit better wording in explanation how buffering
vda
2007-01-06
1
-10
/
+9
*
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
vda
2007-01-04
1
-28
/
+35
*
syslogd: stop doing open/fstat/lseek/close on _every_ write
vda
2007-01-04
1
-52
/
+65
*
new libbb func: xmalloc_realpath (+ use it where makes sense)
vda
2007-01-04
1
-11
/
+21
*
syslogd: almost rewritten. Had several obvious bugs...
vda
2007-01-04
1
-327
/
+263
*
Provide our own isdigit macro. saves more than 400 bytes.
vda
2006-11-27
1
-1
/
+1
*
attempt to regularize atoi mess.
vda
2006-10-08
1
-8
/
+6
*
dnsd fix; option_mask32 added. dnsd needs more love.
vda
2006-10-06
1
-20
/
+19
*
getopt_ulflags -> getopt32.
vda
2006-10-03
1
-1
/
+1
*
syslogd: do not retry udp sends (can stall syslogd for extended periods
vda
2006-09-30
1
-41
/
+14
*
syslogd: getopt_ulflags'ification (save ~50 bytes)
vda
2006-09-30
1
-143
/
+156
*
syslogd: add option to suppress logging of messages lower than level N (-n N)
vda
2006-09-30
1
-4
/
+16
*
Build fixes for gcc 4.0 with -Werror, from Tito.
landley
2006-09-11
1
-1
/
+1
*
few random readability enhansements. No code changes
vda
2006-09-08
1
-6
/
+7
*
More allbareconfig fixes.
landley
2006-08-28
1
-1
/
+8
*
- merge -r15463:15564 from busybox_scratch branch through these changesets:
aldot
2006-08-20
1
-62
/
+36
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
landley
2006-08-03
1
-19
/
+4
*
- move #include busybox.h to the very top so we pull in the config
aldot
2006-06-02
1
-2
/
+1
*
- s/defined(__uClinux__)/BB_NOMMU/
aldot
2006-05-31
1
-3
/
+3
*
- remove emacs layout block as suggested by Robert P.J. Day
aldot
2006-05-19
1
-8
/
+0
*
- commentary typo and superfluous whitespace removal in weird messages.
aldot
2006-04-18
1
-3
/
+3
*
- patch from Denis Vlasenko to add and use bb_xdaemon()
aldot
2006-04-12
1
-2
/
+1
*
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
aldot
2006-04-12
1
-11
/
+2
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
landley
2006-03-06
1
-1
/
+1
*
moved BB_BANNER to applets/version.c file: make kernel like version,
vodz
2006-02-16
1
-1
/
+1
*
just whitespace
timr
2006-01-25
1
-1
/
+1
*
- add platform.h.
aldot
2006-01-22
1
-15
/
+2
*
20 bytes data to bss
vodz
2005-10-15
1
-6
/
+4
*
complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
vodz
2005-10-15
1
-5
/
+8
*
more remove lost exported
vodz
2005-09-22
1
-3
/
+3
*
Kunihiko IMAI writes:
andersen
2005-09-12
1
-1
/
+1
*
applying fix for:
pgf
2005-07-20
1
-1
/
+1
[next]