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
...
*
hush: install signal handlers with filled sigmask
Denys Vlasenko
2011-05-12
1
-9
/
+28
*
inetd: add FIXMEs
Denys Vlasenko
2011-05-12
1
-0
/
+5
*
libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc
Denys Vlasenko
2011-05-12
2
-75
/
+88
*
ls: fix help text: -w N is optional
Denys Vlasenko
2011-05-12
1
-1
/
+1
*
ls: fix -p help text, improve comments and define names
Denys Vlasenko
2011-05-12
1
-11
/
+11
*
hush: fixes and small shrink for HUSH_JOB!=y
Denys Vlasenko
2011-05-12
1
-10
/
+17
*
hush: remove one sigprocmask from exit path
Denys Vlasenko
2011-05-12
1
-4
/
+6
*
hush: add forgotten {} in multi-statement if.
Denys Vlasenko
2011-05-12
1
-2
/
+3
*
trim help text
Denys Vlasenko
2011-05-12
1
-2
/
+2
*
hush: fix login shell's signal handling; add -l option so that it's easier to...
Denys Vlasenko
2011-05-12
1
-32
/
+35
*
hush: replace signal handling machinery
Denys Vlasenko
2011-05-11
1
-232
/
+278
*
hush: use SA_RESTARTed signal handlers across read.
Denys Vlasenko
2011-05-11
2
-29
/
+42
*
fbset: abort on unknown options. closes 3121
Denys Vlasenko
2011-05-09
1
-5
/
+9
*
pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled
Steve Iribarne
2011-05-09
1
-0
/
+1
*
hush: add tests for interrupting read
Denys Vlasenko
2011-05-09
5
-4
/
+21
*
hush: code shrink
Denys Vlasenko
2011-05-09
1
-59
/
+66
*
hush: make read builtin interruptible.
Denys Vlasenko
2011-05-08
5
-12
/
+120
*
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
2011-05-08
8
-17
/
+19
*
hush: fix incorrect PS2 dispaly and trap handling while reading command
Denys Vlasenko
2011-05-08
1
-5
/
+22
*
iostat: code shrink ~0.5k
Maksym Kryzhanovskyy
2011-05-07
3
-187
/
+131
*
preparatory patch
Denys Vlasenko
2011-05-07
1
-19
/
+20
*
top: another scripting improvement
Denys Vlasenko
2011-05-06
1
-16
/
+27
*
top: make it possible to feed commands via pipe
Denys Vlasenko
2011-05-06
1
-110
/
+155
*
traceroute: properly reduce poll timeout
Denys Vlasenko
2011-05-05
1
-24
/
+37
*
sed: shrink by 17 bytes
Pascal Bellard
2011-05-05
1
-3
/
+7
*
tweak examples/udhcp/udhcpd.conf
Denys Vlasenko
2011-05-04
1
-7
/
+7
*
tar: store negative mtime as 0; pack very large files using base-256 encoding
Denys Vlasenko
2011-05-04
2
-5
/
+33
*
mount: for NFS use tcp per default rather than udp
Bernhard Reutner-Fischer
2011-05-04
1
-1
/
+1
*
udhcp: fix some default values from "" to NULL
Denys Vlasenko
2011-05-03
1
-3
/
+3
*
sed: support \r in s command
Denys Vlasenko
2011-05-03
2
-1
/
+5
*
sed: code shrink
Denys Vlasenko
2011-05-03
1
-54
/
+92
*
Compile options: default to -O2 when -Os is not available
Wolfgang Denk
2011-05-02
1
-2
/
+2
*
setserial: small fix
Denys Vlasenko
2011-05-02
1
-1
/
+1
*
get rid of several "variable 'x' set but not used" warnings
Cristian Ionescu-Idbohrn
2011-05-01
3
-14
/
+6
*
setserial: new applet
Marek Bečka
2011-05-01
1
-0
/
+763
*
mpstat.c: remove unused line
Marek Polacek
2011-04-30
1
-2
/
+1
*
fdisk: backport disk check from util-linux
Lauri Kasanen
2011-04-30
1
-7
/
+28
*
rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.c
Denys Vlasenko
2011-04-26
1
-6
/
+6
*
add help text
Denys Vlasenko
2011-04-26
1
-2
/
+11
*
ubiupdatevol: new applet
Reuben Dowle
2011-04-26
1
-4
/
+65
*
Fix ubirsvol usage information
Reuben Dowle
2011-04-26
1
-2
/
+2
*
udhcp: add FEATURE_UDHCP_8021Q option
Nigel Hathaway
2011-04-26
4
-0
/
+27
*
dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form
Nigel Hathaway
2011-04-26
1
-10
/
+47
*
build fixes for scripts/kconfig
Denys Vlasenko
2011-04-18
2
-0
/
+5
*
add include <sys/socket.h>
Denys Vlasenko
2011-04-17
1
-0
/
+1
*
straighten out dprintf/fdprintf mess; remove old "define lchown chown"
Denys Vlasenko
2011-04-17
2
-16
/
+9
*
small fixes atop syslog config patch
Denys Vlasenko
2011-04-16
4
-9
/
+39
*
ash: clear sa_flags always
Ian Wienand
2011-04-16
1
-2
/
+7
*
fix another nonportable grep usage in scripts
Denys Vlasenko
2011-04-16
1
-1
/
+1
*
syslogd: small fix to config patch
Sergey Naumov
2011-04-16
1
-3
/
+9
[prev]
[next]