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
2011-02-10
save 10 bytes on strings
Denys Vlasenko
2
-2
/
+2
2011-02-10
wget: remove functions which retry on EINTR
Denys Vlasenko
1
-3
/
+5
2011-02-10
fix trivial build failure
Denys Vlasenko
1
-2
/
+3
2011-02-10
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
Denys Vlasenko
2
-61
/
+62
2011-02-10
tc: less ugly check for bad sizeof(G)
Denys Vlasenko
1
-6
/
+4
2011-02-09
iproute: fix handling of "dev IFACE" selector
Denys Vlasenko
2
-14
/
+25
2011-02-09
scripts/mkconfigs: don't use invalid basic regexp
Denys Vlasenko
1
-1
/
+1
2011-02-08
use unistd.h before _POSIX_VERSION
Denys Vlasenko
2
-1
/
+1
2011-02-08
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
6
-61
/
+39
2011-02-07
incorporate header fixes proposed in bug 3097
Denys Vlasenko
2
-1
/
+4
2011-02-07
scripts/kconfig/mconf.c: stop-gap fix for buffer overflow
Denys Vlasenko
1
-1
/
+1
2011-02-07
echo: do not retry on write errors
Denys Vlasenko
7
-40
/
+74
2011-02-06
typo fix
Denys Vlasenko
1
-1
/
+1
2011-02-06
tar: fix a bug where autodetection messes up -z on extract
Denys Vlasenko
4
-14
/
+30
2011-02-06
runlevel/wall: depend on utmp feature
Mike Frysinger
1
-0
/
+2
2011-02-06
udhcpc: fix a problem with binary-encoded options
Denys Vlasenko
1
-1
/
+1
2011-02-06
ping: trivial simplification. -2 bytes
Denys Vlasenko
1
-4
/
+6
2011-02-05
ping: fix IPv6 pinging. Closes bug 3187
Denys Vlasenko
1
-1
/
+1
2011-02-05
Let fbsplash display images even when a second buffer is active
Dan Fandrich
1
-1
/
+4
2011-02-05
ubimkvol,ubirmvol,ubirsvol: new applets
Reuben Dowle
1
-18
/
+136
2011-02-04
ash: optional support for $TMOUT variable
Denys Vlasenko
2
-1
/
+50
2011-02-04
ash: cosmetic cleanups
Denys Vlasenko
1
-13
/
+12
2011-02-03
libbb: spawn should remove child which failed to exec
Denys Vlasenko
1
-0
/
+1
2011-02-03
tar: support -T - and -X -
Denys Vlasenko
1
-1
/
+1
2011-02-03
whitespace fixes
Denys Vlasenko
13
-21
/
+21
2011-02-02
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Denys Vlasenko
3
-41
/
+20
2011-02-02
hush: use FEATURE_SH_NOFORK to enable NOFORK trick
Denys Vlasenko
4
-14
/
+34
2011-02-02
libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe
Denys Vlasenko
3
-16
/
+18
2011-02-02
ps: implement -o stat
Denys Vlasenko
2
-9
/
+35
2011-02-02
modprobe/insmod: fix parameter quoting
Denys Vlasenko
4
-10
/
+28
2011-02-01
revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84
Denys Vlasenko
1
-6
/
+5
2011-01-31
df,find_mount_point: optionally don't ignore rootfs
Lauri Kasanen
3
-2
/
+21
2011-01-31
fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)
Denys Vlasenko
1
-9
/
+5
2011-01-31
tar: add -h and -T to help text
Denys Vlasenko
1
-8
/
+13
2011-01-28
libbb/copy_file.c: use smallints instead of signed chars
Denys Vlasenko
1
-4
/
+4
2011-01-26
getty: fix "ifdef CMSPAR"
Denys Vlasenko
1
-1
/
+1
2011-01-26
getty: restore CRTSCTS comment
Denys Vlasenko
1
-1
/
+1
2011-01-26
id: fix inverted if (!ENABLE_DESKTOP)
Denys Vlasenko
1
-3
/
+2
2011-01-26
getty: do clear CLOCAL and CRTSCTS unless told otherwise
Denys Vlasenko
1
-4
/
+0
2011-01-26
getty: do not clear all c_cflag's (we were clearing baud bits!)
Denys Vlasenko
1
-12
/
+28
2011-01-26
getty: wait up to 5 seconds for the output buffer to drain
Peter Korsgaard
1
-23
/
+33
2011-01-26
stty: cosmetic fix to settings table; no code changes
Denys Vlasenko
1
-10
/
+10
2011-01-26
getty: document bits we don't set - maybe we should set some of them?
Denys Vlasenko
1
-7
/
+59
2011-01-26
getty: add ECHOE explanation
Denys Vlasenko
1
-1
/
+3
2011-01-26
getty: explain every bit in termios; remove redundant stuff in termios_final
Denys Vlasenko
2
-36
/
+32
2011-01-26
disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...
Denys Vlasenko
7
-10
/
+7
2011-01-26
diff: return 1 when skipping directories with -r, but without -N
Alexander Shishkin
1
-3
/
+6
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
16
-38
/
+24
2011-01-25
top: replace %MEM with %VSZ in header text
Denys Vlasenko
1
-7
/
+17
2011-01-25
add ENABLE_FEATURE_SYSTEMD and use it in syslogd
Davide Cavalca
3
-0
/
+73
[next]