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
*
Config.in: remove menus that apparently will not work on Windows (except mayb...
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+1
*
usage.c: remove reference to busybox.h
vda
2007-05-26
4
-4
/
+4
*
klogd: remove dependency on syslogd
vda
2007-05-02
1
-2
/
+0
*
make pidfile writing configurable.
vda
2007-03-27
1
-0
/
+2
*
move everything to new NOMMU helpers, except udhcp
vda
2007-03-26
2
-12
/
+2
*
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
vda
2007-03-24
2
-2
/
+4
*
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
*
klogd: code de-obfuscation with small code size reduction
vda
2007-02-17
1
-25
/
+20
*
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
4
-0
/
+4
*
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
*
undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
vda
2007-01-12
1
-9
/
+7
*
code shrinkage by Bernhard Fischer <rep.nop@aon.at>
vda
2007-01-10
1
-49
/
+31
*
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
*
- shrink by 26 bytes or so
aldot
2007-01-09
1
-15
/
+21
*
- shrink klogd a tiny bit.
aldot
2007-01-09
1
-9
/
+12
*
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
2
-63
/
+54
*
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
2
-86
/
+86
*
syslogd: almost rewritten. Had several obvious bugs...
vda
2007-01-04
1
-327
/
+263
*
klogd: small optimizations
vda
2007-01-04
1
-24
/
+25
*
remove casts from xmalloc()
vda
2006-12-19
1
-1
/
+1
*
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
3
-16
/
+10
*
dnsd fix; option_mask32 added. dnsd needs more love.
vda
2006-10-06
1
-20
/
+19
*
build system overhaul
vda
2006-10-05
4
-72
/
+29
*
getopt_ulflags -> getopt32.
vda
2006-10-03
3
-5
/
+5
*
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
*
logger: getopt_ulflags'isation
vda
2006-09-22
1
-16
/
+7
*
Build fixes for gcc 4.0 with -Werror, from Tito.
landley
2006-09-11
1
-1
/
+1
*
using [xa]sprintf for string concatenation is neat and saves
vda
2006-09-09
1
-1
/
+1
*
few random readability enhansements. No code changes
vda
2006-09-08
1
-6
/
+7
*
Add CONFIG_FEATURE_SYSLOG which controls whether
vda
2006-09-07
1
-0
/
+2
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
landley
2006-08-29
1
-2
/
+2
*
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
2
-27
/
+5
*
"formated" -> "formatted" throughout the code base.
rpjday
2006-07-20
1
-1
/
+1
[next]