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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TODO
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-20
getopt32: do not return pointer to alloca() areas
Denis Vlasenko
1
-1
/
+12
2008-08-20
envdir: fix "envdir with no params" case
Denis Vlasenko
1
-1
/
+3
2008-08-20
findfs: make it use setuid-ness of busybox binary
Denis Vlasenko
1
-1
/
+1
2008-08-20
fsck: use getmntent_r instead of open-coded parsing. By Vladimir
Denis Vlasenko
1
-116
/
+17
2008-08-20
linedit: fix use-after-free
Denis Vlasenko
1
-2
/
+3
2008-08-20
libbb: getopt32() should not ever touch argv[0] (even read)
Denis Vlasenko
1
-1
/
+2
2008-08-20
libbb: fix mishandling of "all argv are opts" in getopt32()
Denis Vlasenko
2
-42
/
+25
2008-08-19
ifupdown: fixes for shutdown of DHCP-managed interfaces
Denis Vlasenko
1
-6
/
+30
2008-08-19
Updating defconfig, fixing a typo in Config.in
Denis Vlasenko
3
-3
/
+10
2008-08-19
- add new applet rdev (Grant Erickson)
Bernhard Reutner-Fischer
6
-0
/
+41
2008-08-17
showkey: new applet by Vladimir
Denis Vlasenko
5
-1
/
+156
2008-08-17
setfont: new applet by Vladimir
Denis Vlasenko
5
-63
/
+96
2008-08-17
libbb: use ptsname_r, it's smaller
Denis Vlasenko
1
-10
/
+14
2008-08-16
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
3
-11
/
+20
2008-08-15
cut: fix buffer overflow (bug 4544).
Denis Vlasenko
1
-1
/
+1
2008-08-15
chpst: fix "envdir dir" case (bug 4574).
Denis Vlasenko
1
-1
/
+1
2008-08-15
arp: without -H <type>, assume "ether". closes 4564
Denis Vlasenko
1
-2
/
+2
2008-08-15
install: fix long option not taking params (bug 4584)
Denis Vlasenko
1
-3
/
+3
2008-08-15
mkdir: fix "uname 0222; mkdir foo/bar" case
Denis Vlasenko
1
-21
/
+16
2008-08-14
nmeter: fix read past the end if a buffer. Closes 4594
Denis Vlasenko
1
-2
/
+4
2008-08-12
ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com>
Denis Vlasenko
1
-2
/
+18
2008-08-10
sendmail: work around (bogus) gcc warning
Denis Vlasenko
1
-5
/
+6
2008-08-09
fix byte-swapping of compressed help on big-endian machines
Denis Vlasenko
1
-5
/
+12
2008-08-09
optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
Denis Vlasenko
3
-115
/
+91
2008-08-09
grep: option to use GNU regex matching instead of POSIX one.
Denis Vlasenko
5
-36
/
+155
2008-08-06
- support relatime / norelatime
Bernhard Reutner-Fischer
3
-1
/
+8
2008-08-06
- fix typo
Bernhard Reutner-Fischer
1
-1
/
+1
2008-08-06
modprobe-small: fix infinite looping, by Timo Teras
Denis Vlasenko
1
-1
/
+3
2008-08-06
fix bug 4464 for real. I am dumb.
Denis Vlasenko
1
-2
/
+1
2008-08-06
modprobe: semi-trivial code shrink
Denis Vlasenko
1
-52
/
+47
2008-08-05
*: use get_console_fd() as appropriate, and make it fail on open error -
Denis Vlasenko
9
-22
/
+20
2008-08-05
kbd_mode: remove erroneous & from &var. By Vladimir.
Denis Vlasenko
1
-1
/
+1
2008-08-05
libbb: fix thinko in latest xrealloc_vector change
Denis Vlasenko
1
-1
/
+1
2008-08-05
- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?
Bernhard Reutner-Fischer
1
-1
/
+2
2008-08-05
randomconfig fixes
Denis Vlasenko
2
-4
/
+8
2008-08-05
man: teach it to use .lzma if requested by .config
Denis Vlasenko
1
-23
/
+45
2008-08-05
man: yet another fixlet to "manpage link" code
Denis Vlasenko
1
-2
/
+3
2008-08-05
man: fixlet for man links
Denis Vlasenko
1
-12
/
+17
2008-08-05
man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>
Denis Vlasenko
2
-17
/
+68
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
21
-319
/
+324
2008-08-05
- don't free user-supplied string (via -e)
Bernhard Reutner-Fischer
2
-6
/
+6
2008-08-05
whitespace fixes, no code changed
Denis Vlasenko
1
-11
/
+12
2008-08-04
xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.
Denis Vlasenko
2
-17
/
+29
2008-08-04
modprobe: use buffering line reads (fgets) instead of reads().
Denis Vlasenko
3
-47
/
+20
2008-08-04
fix some testsuite false positives
Denis Vlasenko
3
-6
/
+12
2008-08-04
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
9
-20
/
+30
2008-08-04
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
5
-58
/
+127
2008-08-03
hush: remove a comment about already fixed bug
Denis Vlasenko
1
-2
/
+0
2008-08-03
makedevs: shrink by Vladimir
Denis Vlasenko
1
-17
/
+17
2008-08-03
ssd: fix -K/-S mixup in help text
Denis Vlasenko
1
-6
/
+6
[next]