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
...
*
remove casts from xmalloc()
Denis Vlasenko
2006-12-19
15
-27
/
+25
*
ifupdown: do not print and/or execute empty commands ("").
Denis Vlasenko
2006-12-19
1
-9
/
+7
*
ifupdown: parse() returning NULL and returning "" is not the same,
Denis Vlasenko
2006-12-19
2
-12
/
+16
*
u_short, ulong exterminated
Denis Vlasenko
2006-12-19
11
-95
/
+90
*
cmdedit: fix my bug, improve code a bit
Denis Vlasenko
2006-12-19
1
-31
/
+20
*
- use xlisten/xsocket some more. Saves .25 kB
Bernhard Reutner-Fischer
2006-12-19
6
-35
/
+9
*
- rename SU_SYSLOG to FEATURE_SU_SYSLOG
Bernhard Reutner-Fischer
2006-12-19
3
-9
/
+10
*
cmdedit: use qsort for sorting command completion results; style fixes
Denis Vlasenko
2006-12-19
1
-132
/
+104
*
passwd: add option to check passwords for weakness
Denis Vlasenko
2006-12-19
2
-1
/
+9
*
Add option to disable command execution from vi & awk
Denis Vlasenko
2006-12-19
3
-4
/
+16
*
su: make /etc/shells check configurable
Denis Vlasenko
2006-12-19
4
-30
/
+29
*
mount: add getmntent_r stub for dietlibc
Denis Vlasenko
2006-12-18
1
-1
/
+16
*
xfuncs.c: dietlibc actually HAS fdprintf!
Denis Vlasenko
2006-12-18
3
-13
/
+24
*
nc: add missing cast
Denis Vlasenko
2006-12-18
3
-1
/
+35
*
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-12-18
13
-24
/
+14
*
du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.
Denis Vlasenko
2006-12-18
1
-35
/
+31
*
ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations
Denis Vlasenko
2006-12-18
1
-80
/
+76
*
ps: fix buglet, add microoptimization
Denis Vlasenko
2006-12-18
1
-6
/
+4
*
httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,
Denis Vlasenko
2006-12-17
1
-3
/
+3
*
start_stop_daemon: make code a bit more readable
Denis Vlasenko
2006-12-17
1
-23
/
+19
*
od: remove bug-for-bug compat (because the bug was fixed in coreuitls)
Denis Vlasenko
2006-12-17
1
-2
/
+1
*
tar: report error if child dies while writing out the end of tarball
Denis Vlasenko
2006-12-17
1
-8
/
+39
*
start_stop_daemon: fix bug where any program name was "matching"
Denis Vlasenko
2006-12-17
2
-30
/
+40
*
fix/shorten some usage strings
Denis Vlasenko
2006-12-17
1
-349
/
+412
*
tftp: corrupted input packets were killing retransmits - fixed
Denis Vlasenko
2006-12-17
1
-18
/
+22
*
diff: comment - explain what happens when hunk fails to apply
Denis Vlasenko
2006-12-17
1
-2
/
+3
*
patch: fix double-free (bug 1120)
Denis Vlasenko
2006-12-17
1
-0
/
+1
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
28
-63
/
+69
*
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-12-16
8
-42
/
+41
*
wget: smallish optimization
Denis Vlasenko
2006-12-16
1
-18
/
+18
*
diff: fix -q exit code
Denis Vlasenko
2006-12-16
2
-76
/
+78
*
site: add link to directory with patches
Denis Vlasenko
2006-12-15
1
-1
/
+2
*
re-applying first post-1.3.x change
Denis Vlasenko
2006-12-15
2
-2
/
+14
*
back out last change - need to make busybox-1_3-stable branch first
Denis Vlasenko
2006-12-15
1
-12
/
+0
*
- table support for ip route
Bernhard Reutner-Fischer
2006-12-14
1
-0
/
+12
*
- minor shrinkage
Bernhard Reutner-Fischer
2006-12-14
1
-4
/
+6
*
Update busybox.net webpage with 1.3.0 announcement
Denis Vlasenko
2006-12-14
1
-0
/
+35
*
exterminate last bzero's
Denis Vlasenko
2006-12-13
2
-7
/
+7
*
- honor CONFIG_DEBUG
Bernhard Reutner-Fischer
2006-12-13
2
-2
/
+8
*
- remove warning about unused depth parameter in add_to_dirlist()
Bernhard Reutner-Fischer
2006-12-13
1
-2
/
+5
*
date: -R shouldn't use locale
Denis Vlasenko
2006-12-13
1
-5
/
+13
*
build system: small fix for "release" target to work
Denis Vlasenko
2006-12-12
2
-4
/
+8
*
build system: add "release" target
Denis Vlasenko
2006-12-12
4
-23
/
+63
*
passwd: fix indentation
Denis Vlasenko
2006-12-12
1
-3
/
+2
*
passwd: added comment
Denis Vlasenko
2006-12-12
1
-1
/
+6
*
passwd: shrink by ~10 bytes, use PRNG instead of usleep.
Denis Vlasenko
2006-12-12
1
-17
/
+10
*
- remove functions marked as LEGACY in SUSv3 and use their modern counterparts.
Bernhard Reutner-Fischer
2006-12-12
2
-6
/
+6
*
- add an anchor to let me point people to FAQ.html#standalone_shell
Bernhard Reutner-Fischer
2006-12-10
1
-2
/
+11
*
bb_makedev: fix for glibc 2.3.2
Denis Vlasenko
2006-12-10
3
-4
/
+4
*
sed: style fixes
Denis Vlasenko
2006-12-10
1
-328
/
+338
[prev]
[next]