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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cal: remove lone static data variable. -4 bytes. coreutils
Denis Vlasenko
2008-07-22
1
-3
/
+5
*
- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP
Bernhard Reutner-Fischer
2008-07-22
1
-1
/
+4
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
71
-168
/
+173
*
whitespace fixes, no code changed
Denis Vlasenko
2008-07-21
2
-3
/
+4
*
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
13
-26
/
+26
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
9
-41
/
+41
*
- s/super.block/superblock/g; # for consistency; -1b
Bernhard Reutner-Fischer
2008-07-21
4
-23
/
+23
*
- remove superfluous forward declaration
Bernhard Reutner-Fischer
2008-07-21
1
-18
/
+17
*
- document -f
Bernhard Reutner-Fischer
2008-07-21
1
-2
/
+2
*
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
- no obj-code changes. Fix indentation, use existing defines.
Bernhard Reutner-Fischer
2008-07-21
1
-120
/
+19
*
telnet: shrink
Denis Vlasenko
2008-07-21
3
-27
/
+24
*
help text: test --help doesnt print it (by design),
Denis Vlasenko
2008-07-21
1
-2
/
+3
*
httpd: add Hopedir directive specially for
Denis Vlasenko
2008-07-20
1
-4
/
+15
*
msh: fix "while...continue" bug 3884.
Denis Vlasenko
2008-07-20
3
-0
/
+24
*
build system: clean more files on make clean/make mrproper
Denis Vlasenko
2008-07-20
1
-3
/
+5
*
udhcp: use libbb for config file parsing (by Vladimir)
Denis Vlasenko
2008-07-20
1
-33
/
+16
*
libbb/parse_config.c: fix small buglet (by Vladimir)
Denis Vlasenko
2008-07-20
2
-2
/
+45
*
dnsd,sestatus: use libbb to parse config file (by Vladimir)
Denis Vlasenko
2008-07-20
2
-80
/
+38
*
man: fix breakage: must not die on lines with < 2 tokens
Denis Vlasenko
2008-07-20
1
-2
/
+4
*
mn: use libbb for config parsing (by Vladimir)
Denis Vlasenko
2008-07-20
1
-23
/
+16
*
tar: fix handling of tarballs with symlinks with size field != 0
Denis Vlasenko
2008-07-20
3
-7
/
+41
*
libbb: fix print_flags() [fix somehow is only in 1.11.1?)
Denis Vlasenko
2008-07-20
1
-1
/
+1
*
libbb: fixes to config_read() by maintainer
Denis Vlasenko
2008-07-20
2
-50
/
+27
*
libbb: config_read() update
Denis Vlasenko
2008-07-19
4
-18
/
+16
*
mount: support nfs mount option nordiplus.
Denis Vlasenko
2008-07-19
1
-24
/
+32
*
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
10
-54
/
+206
*
test: fix parser to prefer binop over unop, as coreutils does.
Denis Vlasenko
2008-07-19
3
-71
/
+256
*
printf: do not print garbage on "%Ld". closes bug 4214.
Denis Vlasenko
2008-07-18
2
-6
/
+20
*
libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174
Denis Vlasenko
2008-07-18
1
-8
/
+22
*
printf: fix %b, fix several bugs in %*.*, fix compat issues with
Denis Vlasenko
2008-07-18
2
-87
/
+200
*
- fix compilation for mips (Brian Daniels)
Bernhard Reutner-Fischer
2008-07-18
1
-1
/
+1
*
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
2008-07-17
1
-6
/
+8
*
sendmail: update from the maintainer
Denis Vlasenko
2008-07-17
1
-51
/
+58
*
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
2008-07-17
5
-23
/
+53
*
update README
Denis Vlasenko
2008-07-17
1
-6
/
+4
*
build system: fix indentation in config menu
Denis Vlasenko
2008-07-17
1
-2
/
+6
*
init: fix compile-time error; fix exiting on broken config file
Denis Vlasenko
2008-07-17
2
-25
/
+21
*
- very minor shrinkage (-9b)
Bernhard Reutner-Fischer
2008-07-17
1
-4
/
+4
*
- fix "noreduce" flag of config_read (didn't work at all, at least for me).
Bernhard Reutner-Fischer
2008-07-17
2
-16
/
+76
*
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-17
5
-59
/
+59
*
printf: protect against bogus format specifiers. Hopefully closes bug 4184
Denis Vlasenko
2008-07-17
2
-9
/
+19
*
bb_strtoXXX: close bug 4174 (potential use of buf[-1])
Denis Vlasenko
2008-07-17
1
-6
/
+5
*
- warn about overlong lines in help-texts
Bernhard Reutner-Fischer
2008-07-17
2
-0
/
+9
*
config help fixes
Denis Vlasenko
2008-07-16
3
-3
/
+3
*
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-16
4
-5
/
+5
*
update of config file parser from Vladimir
Denis Vlasenko
2008-07-16
4
-177
/
+52
*
sendmail: do not discard all headers
Denis Vlasenko
2008-07-16
1
-3
/
+11
*
cpio: make long opts depend only on ENABLE_GETOPT_LONG
Denis Vlasenko
2008-07-16
1
-1
/
+1
[prev]
[next]