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
*
rx: code shrink
Denys Vlasenko
2011-11-03
1
-13
/
+7
*
rx: Fix file corruption with duplicate blocks
Dan Fandrich
2011-11-03
1
-0
/
+1
*
mount: handle list of comma-separated fs types in -t option
Karol Lewandowski
2011-11-03
1
-3
/
+12
*
mount: free commented /etc/filesystems lines when we read it
Denys Vlasenko
2011-11-03
1
-2
/
+3
*
nmeter: fix block i/o count on newer Linux kernels
Denys Vlasenko
2011-11-01
1
-12
/
+38
*
cttyhack: move /sys/class/tty/console/active check to the front
Denys Vlasenko
2011-10-31
1
-13
/
+18
*
cttyhack: print detected ctty name when called without parameters
Alexander Shishkin
2011-10-31
1
-34
/
+42
*
testsuite: merge bzcat2.tests into bzcat.tests
Denys Vlasenko
2011-10-31
2
-28
/
+30
*
testsuite: fix the mishap in the previous commit
Denys Vlasenko
2011-10-31
3
-27
/
+81
*
bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...
Denys Vlasenko
2011-10-31
4
-55
/
+41
*
modinfo: make it select PLATFORM_LINUX. Closes 4411
Denys Vlasenko
2011-10-30
1
-0
/
+1
*
getty: Hurd has no CBAUD, work around that
Denys Vlasenko
2011-10-30
1
-0
/
+2
*
makemime: fix -a option not taking parameter
Denys Vlasenko
2011-10-28
1
-1
/
+1
*
syslogd: work around rename() not renaming hardlinks to themselves
Christian Engelmayer
2011-10-28
1
-0
/
+8
*
libbb: shrink base64 decoding a bit
Denys Vlasenko
2011-10-28
1
-19
/
+23
*
whitespace fixes
Denys Vlasenko
2011-10-28
3
-3
/
+3
*
libbb: split decode_base64 off read_base64
Leonid Lisovskiy
2011-10-28
3
-29
/
+200
*
libbb.h: remove unused defines
Denys Vlasenko
2011-10-24
2
-9
/
+2
*
getty: fix a minor problem of Ctrl-D not printing '\n'
Denys Vlasenko
2011-10-23
3
-36
/
+94
*
getty: reset tty attrs on Ctrl-C and Ctrl-D too
Denys Vlasenko
2011-10-23
2
-1
/
+3
*
getty: add O_NONBLOCK to open which is used to drop ctty
Denys Vlasenko
2011-10-22
1
-3
/
+5
*
remove duplicate include <sys/swap.h>
Denys Vlasenko
2011-10-22
1
-1
/
+0
*
getty: remove now not needed resetting of ALRM to to SIG_DFL
Denys Vlasenko
2011-10-22
1
-1
/
+0
*
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...
Denys Vlasenko
2011-10-22
4
-105
/
+171
*
getty: shrink help text
Denys Vlasenko
2011-10-22
1
-1
/
+1
*
stty: trim too verbose error messages (-40 bytes)
Denys Vlasenko
2011-10-21
1
-5
/
+7
*
docs/ctty.htm: add a useful URL to
Denys Vlasenko
2011-10-21
1
-0
/
+2
*
udhcpc: add comment about server IP
Denys Vlasenko
2011-10-20
1
-1
/
+19
*
udhcpc: in fill_envp, export BOOTP fields first
Denys Vlasenko
2011-10-20
1
-18
/
+36
*
dhcpc: fix the case where we might add extra space at the end of envvar.
Denys Vlasenko
2011-10-20
2
-9
/
+13
*
udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)
Denys Vlasenko
2011-10-20
1
-27
/
+23
*
udhcpc: remove unused argument in sprint_nip6
Denys Vlasenko
2011-10-20
1
-4
/
+4
*
udhcpc: small code shrink
Denys Vlasenko
2011-10-20
1
-6
/
+9
*
typo fix in comment
Denys Vlasenko
2011-10-20
1
-1
/
+1
*
udhcpc: add support for DHCP option 212 (RFC 5969)
Denys Vlasenko
2011-10-19
4
-4
/
+84
*
nc: small code shrink
Denys Vlasenko
2011-10-19
1
-2
/
+1
*
gen_build_files.sh: simplify "print everything up to INSERT line" part
Denys Vlasenko
2011-10-19
1
-2
/
+2
*
gen_build_files: don't pass 200k+ strings as params. Closes 4321
Denys Vlasenko
2011-10-19
1
-33
/
+23
*
get_header_tar: shrink 6->64 sign extension code
Denys Vlasenko
2011-10-19
1
-4
/
+4
*
ifupdown: code shrink
Denys Vlasenko
2011-10-19
1
-27
/
+15
*
ifupdown: support post-up / pre-down hooks
Peter Korsgaard
2011-10-19
1
-0
/
+6
*
TODO: all another location with bbox patches (OpenWRT)
Denys Vlasenko
2011-10-19
1
-0
/
+2
*
uudecode: fix buggy check for empty filename
Denys Vlasenko
2011-10-18
1
-2
/
+3
*
udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...
Vladislav Grishenko
2011-10-18
1
-1
/
+15
*
udhcp: IF_UDHCP_VERBOSE() macro - improve code readability
Leonid Lisovskiy
2011-10-18
3
-11
/
+5
*
fbsplash: support 8bit mode
Peter Korsgaard
2011-10-17
1
-5
/
+64
*
fbsplash: limit progress bar flicker
Peter Korsgaard
2011-10-17
1
-11
/
+19
*
pwd: implement -LP if DESKTOP
Denys Vlasenko
2011-10-16
1
-1
/
+51
*
inotify: if PROG is -, print events to stdout
Flemming Madsen
2011-10-10
1
-6
/
+15
*
patch: make -p count path components, not slashes (think /blah//thing)
Rob Landley
2011-10-10
2
-8
/
+26
[next]