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
*
add discard option -d to swapon
Matt Whitlock
2014-03-23
2
-9
/
+85
*
fix interaction of -a and -p options in swapon
Matt Whitlock
2014-03-23
1
-2
/
+5
*
avoid calling bb_strtou twice in MIN macro expansion
Matt Whitlock
2014-03-23
1
-5
/
+8
*
ntpd: add optional support for /etc/ntp.conf
Denys Vlasenko
2014-03-23
2
-4
/
+39
*
docs/new-applet-HOWTO.txt: tweak a bit
Denys Vlasenko
2014-03-17
1
-18
/
+15
*
libbb: fix a bad check for uclibc >= 0.9.31
Denys Vlasenko
2014-03-16
1
-4
/
+7
*
docs: update new-applet-HOWTO.txt
Bartosz Golaszewski
2014-03-16
1
-35
/
+62
*
ash: make "locak VAR" unset VAR (bash does that)
Denys Vlasenko
2014-03-16
3
-0
/
+18
*
script: make it work even if fd 0 is closed
Denys Vlasenko
2014-03-16
2
-1
/
+8
*
build system: for "find", use POSIX not operator (!) instead of -not
Denys Vlasenko
2014-03-16
1
-1
/
+1
*
su: add a delay if the password is incorrect
Romain Naour
2014-03-16
1
-0
/
+1
*
ash,hush: fix a thinko about 2^64-1 factorization
Denys Vlasenko
2014-03-15
1
-5
/
+11
*
hush: make "true" built-in
Denys Vlasenko
2014-03-14
1
-0
/
+1
*
random: cosmetic tweaks in debug code
Denys Vlasenko
2014-03-13
1
-2
/
+2
*
ash,hush: improve randomness of $RANDOM, add easy-ish way to test it
Denys Vlasenko
2014-03-13
2
-17
/
+135
*
shuf: trim help text
Denys Vlasenko
2014-03-07
1
-4
/
+4
*
shuf: do not use strings for -i RANGE case
Denys Vlasenko
2014-03-07
1
-3
/
+5
*
shuf: improve help text
Bartosz Golaszewski
2014-03-07
1
-3
/
+3
*
shuf: fix a segfault on 'shuf -e'
Bartosz Golaszewski
2014-03-07
1
-1
/
+2
*
use [s]rand(), not [s]random()
Denys Vlasenko
2014-03-05
3
-12
/
+12
*
shuf: new applet
Denys Vlasenko
2014-03-05
1
-0
/
+150
*
man: default to ascii
Denys Vlasenko
2014-03-03
1
-1
/
+2
*
ip link: add support for "address ETHADDR". Closes 4862
Denys Vlasenko
2014-03-01
1
-2
/
+188
*
unlzma: add comments about possible bug from BZ 2689
Denys Vlasenko
2014-02-28
1
-0
/
+6
*
unlzma: move some variables in "more local" scope
Denys Vlasenko
2014-02-28
1
-7
/
+10
*
udhcpc: ignore NAKs from "wrong" servers. Closes 4267
Denys Vlasenko
2014-02-27
1
-1
/
+24
*
ls: make "ls -s DIR" show total too. Clases 4946
Denys Vlasenko
2014-02-27
1
-1
/
+1
*
xargs: fix compilation breakage
Denys Vlasenko
2014-02-27
1
-1
/
+1
*
grep: fix -w match if first match isn't a word, but second is. Closes 4520
Denys Vlasenko
2014-02-27
2
-14
/
+21
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
4
-56
/
+176
*
find: code shrink
Denys Vlasenko
2014-02-26
1
-5
/
+3
*
nc: fix option bit positions. Closes 6926
Denys Vlasenko
2014-02-26
1
-3
/
+3
*
hwclock: fix setting of tz_minuteswest. Closes 5414
Denys Vlasenko
2014-02-25
1
-2
/
+10
*
build system: remove a dead link from Config help text
Denys Vlasenko
2014-02-25
1
-4
/
+1
*
du, copy_file: fix file matching on cramfs. Closes 5456
Denys Vlasenko
2014-02-25
1
-4
/
+15
*
libbb: trivial code shrink
Denys Vlasenko
2014-02-25
1
-6
/
+11
*
sysctl: do not error out showing write-only data. Closes 6386
Denys Vlasenko
2014-02-24
1
-0
/
+3
*
wget: fix comment
Denys Vlasenko
2014-02-24
1
-1
/
+1
*
wget: add commented-out code to use ssl_helper instead of openssl
Denys Vlasenko
2014-02-23
1
-2
/
+47
*
networking/ssl_helper: experimental matrixssl-based ssl helper
Denys Vlasenko
2014-02-23
3
-0
/
+433
*
wget: add support for https using "openssl s_client" as a helper
Denys Vlasenko
2014-02-22
1
-26
/
+92
*
Improve examples/var_service READMEs
Denys Vlasenko
2014-02-21
13
-2
/
+71
*
Kbuild: move CONFIG_PAM to general configuration
Bartosz Golaszewski
2014-02-19
2
-7
/
+7
*
udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746
Denys Vlasenko
2014-02-19
2
-4
/
+5
*
ifplugd: code shrink
Denys Vlasenko
2014-02-10
1
-10
/
+12
*
htpd: trivial simplification in random interval selection
Denys Vlasenko
2014-02-09
1
-2
/
+3
*
libbb: don't die if crypt() returns NULL
Denys Vlasenko
2014-02-09
1
-1
/
+8
*
sendmail: use FQDN in default envelope sender
Kaarle Ritvanen
2014-02-09
1
-2
/
+4
*
udhcpc: in comments, explain the kind of raw socket we create
Denys Vlasenko
2014-02-07
1
-2
/
+4
*
grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
Bartosz Golaszewski
2014-02-07
2
-2
/
+12
[next]