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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cpio: improve help text more; fix -p and -F interaction
Denys Vlasenko
2010-01-09
1
-5
/
+5
*
cpio: improve help text; document two TODOs
Denys Vlasenko
2010-01-09
1
-4
/
+8
*
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-09
2
-4
/
+4
*
ifplugd: clarify -a in help text
Denys Vlasenko
2010-01-08
1
-1
/
+1
*
ifplugd: mention iff mode in help
Denys Vlasenko
2010-01-07
1
-1
/
+1
*
hwclock: make it report system/rtc clock difference
Denys Vlasenko
2010-01-06
1
-3
/
+5
*
ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization
Denys Vlasenko
2010-01-06
1
-1
/
+2
*
ifplugd: simplify run_script()
Denys Vlasenko
2010-01-06
1
-6
/
+6
*
libunarchive: clean up dirty hacks. code shrank as a result
Denys Vlasenko
2010-01-06
1
-26
/
+35
*
find: add optional support for -links. +100 bytes
Matheus Izvekov
2010-01-06
1
-3
/
+6
*
ntpd: make -w less cumbersome to use
Denys Vlasenko
2010-01-04
1
-1
/
+1
*
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2010-01-04
1
-4
/
+14
*
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
2010-01-04
1
-1
/
+5
*
ntpd: add -w "watch" option, useful for debugging to look at our own data
Denys Vlasenko
2010-01-04
1
-1
/
+2
*
tar: add support for --overwrite. +70 bytes.
Denys Vlasenko
2009-12-16
1
-1
/
+2
*
libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences
Denys Vlasenko
2009-12-16
1
-11
/
+10
*
replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest
Denys Vlasenko
2009-12-11
1
-4
/
+4
*
lsusb: new applet. +400 bytes
Souf Oued
2009-12-07
2
-0
/
+4
*
lspci: new applet. +573 bytes
Souf Oued
2009-12-05
2
-0
/
+9
*
replace /bin/mdev with /sbin/mdev
Denys Vlasenko
2009-12-05
1
-1
/
+1
*
trim usage text. -238 bytes
Denys Vlasenko
2009-12-05
1
-58
/
+60
*
ntpd: implement -x. shrink code a bit. -69 bytes
Denys Vlasenko
2009-12-02
1
-2
/
+1
*
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-28
1
-0
/
+1
*
ping: fix unaligned access. closes bug 745.
Denys Vlasenko
2009-11-26
1
-0
/
+2
*
ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
2009-11-25
2
-0
/
+4
*
ntpd: locally bind every peer socket. +22 bytes
Denys Vlasenko
2009-11-24
1
-1
/
+2
*
ntpd: add -q option. By Adam Tkac.
Denys Vlasenko
2009-11-23
1
-1
/
+2
*
traceroute: fix help text to not show -6 when traceroute6 is off
Denys Vlasenko
2009-11-23
1
-27
/
+27
*
traceroute6: new applet by Leonid Lisovskiy. +1562 bytes
Leonid Lisovskiy
2009-11-23
2
-3
/
+25
*
ntpd: new applet by Adam Tkac. +5k.
Adam Tkac
2009-11-22
2
-0
/
+12
*
flashcp: new applet by Stefan Seyfried. +900 bytes
Stefan Seyfried
2009-11-21
2
-2
/
+10
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-11
/
+15
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
1
-13
/
+15
*
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-14
1
-1
/
+0
*
wget: factor out progress bar code
Magnus Damm
2009-11-08
1
-0
/
+10
*
big endian warning fixes
Denys Vlasenko
2009-11-07
1
-1
/
+1
*
applets: meant to fix order, not enable bbsh
Mike Frysinger
2009-11-04
1
-1
/
+1
*
applets: fix alphabetical order
Mike Frysinger
2009-11-04
1
-1
/
+1
*
libbb.h: remove two over-zealous RETURNS_MALLOC
Denys Vlasenko
2009-11-04
1
-2
/
+3
*
mkswap: add -L LABEL option. closes bug 689.
Denys Vlasenko
2009-11-03
1
-10
/
+4
*
include/libbb.h: mark malloc-returning functions with GCC attribute
Denys Vlasenko
2009-11-02
2
-34
/
+44
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
mkfs.reiser: new applet. needs much polishing
Vladimir Dronnikov
2009-11-02
2
-0
/
+10
*
Add more compat code for non GNU environments
Dan Fandrich
2009-11-01
1
-9
/
+41
*
wall: new applet
Bernhard Reutner-Fischer
2009-10-27
2
-0
/
+9
*
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-27
1
-0
/
+1
*
platform compatibility work (by Dan Fandrich)
Dan Fandrich
2009-10-27
1
-20
/
+42
*
sed: shrink usage text
Denys Vlasenko
2009-10-27
1
-1
/
+1
*
Minor usage tweak for sed.
Rob Landley
2009-10-27
1
-5
/
+3
*
read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes
Denys Vlasenko
2009-10-26
1
-1
/
+1
[prev]
[next]