index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-08-02
start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>
Denis Vlasenko
5
-14
/
+20
2007-08-01
patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)
Denis Vlasenko
1
-3
/
+3
2007-07-31
start_stop_daemon: NOMMU fix; smaller fixes
Denis Vlasenko
3
-39
/
+52
2007-07-30
addgroup: "disallow addgroup -g num user group"; make -g 0 work
Denis Vlasenko
2
-28
/
+36
2007-07-30
dd: use unsigned printf specifier for # of blocks
Denis Vlasenko
1
-2
/
+3
2007-07-29
dd: fix newly introduced bug (introduced by me)
Denis Vlasenko
1
-1
/
+1
2007-07-29
interface.c: code shrink (IIRC ~30 bytes)
Denis Vlasenko
1
-43
/
+43
2007-07-29
ash: comment non-obvious code part
Denis Vlasenko
1
-2
/
+7
2007-07-27
fix for suffix optimization (which was in previous commit)
Denis Vlasenko
2
-1
/
+2
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
11
-25
/
+25
2007-07-27
dd: fix bug where we assume count=INT_MAX when count is unspecified;
Denis Vlasenko
1
-32
/
+53
2007-07-27
passwd: fix bug: we are trying to update shadow even if user's record is in p...
Denis Vlasenko
2
-9
/
+19
2007-07-27
bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;
Denis Vlasenko
7
-87
/
+68
2007-07-26
cal: small code shrink
Denis Vlasenko
1
-55
/
+50
2007-07-25
setfiles: small code size reduction (Yuichi Nakamura <ynakam@hitachisoft.jp>)
Denis Vlasenko
1
-58
/
+9
2007-07-25
ps: fix non-desktop ps -ww -- thanks rockeychu
Denis Vlasenko
1
-4
/
+9
2007-07-25
getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu
Denis Vlasenko
1
-0
/
+1
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
43
-340
/
+352
2007-07-24
od: shrink a bit
Denis Vlasenko
1
-30
/
+21
2007-07-24
setfiles: small tweaks to usage text and code
Denis Vlasenko
2
-7
/
+7
2007-07-23
zcip: remove stray seed48. It's the only thing which was pulling in
Denis Vlasenko
1
-4
/
+1
2007-07-23
add comment why preferred stack boundary is 4 on i386
Denis Vlasenko
1
-0
/
+2
2007-07-23
chpasswd: rename long options definition to match other applets. no code changes
Denis Vlasenko
1
-2
/
+2
2007-07-23
getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending
Denis Vlasenko
1
-7
/
+4
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
22
-250
/
+255
2007-07-23
setiles: cosmetics, no real code changes
Denis Vlasenko
1
-5
/
+3
2007-07-23
setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso...
Denis Vlasenko
5
-0
/
+773
2007-07-21
chpasswd: fix indentation
Denis Vlasenko
1
-1
/
+1
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
28
-58
/
+58
2007-07-21
fix typo in last commit
Denis Vlasenko
1
-1
/
+1
2007-07-21
Three patches from FreeWRT people
Denis Vlasenko
3
-6
/
+23
2007-07-21
chpasswd: fixes for shadow password handling
Denis Vlasenko
1
-10
/
+12
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
18
-45
/
+28
2007-07-21
chpasswd: fixes and code shrink
Denis Vlasenko
5
-39
/
+36
2007-07-20
chpasswd: now with svn add
Denis Vlasenko
2
-0
/
+196
2007-07-20
chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>
Denis Vlasenko
11
-169
/
+97
2007-07-19
stray trailing tabs removed
Denis Vlasenko
5
-11
/
+11
2007-07-19
ifup/ifdown: make location of ifstate configurable
Denis Vlasenko
3
-3
/
+16
2007-07-18
vi: comment out dead code
Denis Vlasenko
1
-5
/
+5
2007-07-18
Trim help text. With compressed help: -143 bytes
Denis Vlasenko
1
-114
/
+113
2007-07-18
ash: fix SEGV in forkchild (jp can be NULL). here documents were affected.
Denis Vlasenko
1
-1
/
+2
2007-07-18
fix unpacker testsuite to match actual output
Denis Vlasenko
1
-1
/
+1