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
*
typo fix
Denys Vlasenko
2010-12-06
1
-1
/
+1
*
update examples/var_service/README
Denys Vlasenko
2010-12-06
1
-0
/
+5
*
add examples/var_service/README
Denys Vlasenko
2010-12-06
1
-0
/
+54
*
pstree: use stdin for screen size detection
Denys Vlasenko
2010-12-06
1
-1
/
+1
*
runsvdir: do not miss closely spaced service dir changes
Eric Lammerts
2010-12-06
1
-2
/
+5
*
tweak INSTALL_NO_USR help text
Denys Vlasenko
2010-12-05
1
-2
/
+3
*
build system: fix "make install" to skip /usr when configured so
Joachim Nilsson
2010-12-05
1
-0
/
+5
*
pstree: another tiny shrink
Denys Vlasenko
2010-12-05
1
-14
/
+6
*
pstree: tiny shrink
Denys Vlasenko
2010-12-05
1
-2
/
+3
*
pstree: fix width logic. +30 bytes
Lauri Kasanen
2010-12-05
1
-28
/
+26
*
pstree: new applet. +1664 bytes
Lauri Kasanen
2010-12-05
3
-0
/
+418
*
typo fix
Denys Vlasenko
2010-12-05
1
-1
/
+1
*
add if guards around include <malloc.h>
Denys Vlasenko
2010-12-05
2
-2
/
+10
*
libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework
Denys Vlasenko
2010-12-01
1
-25
/
+25
*
touch: fix help text to not show options disabled in .config
Denys Vlasenko
2010-12-01
5
-25
/
+29
*
su: suppress "warning: unused variable 'user_buf'"
Denys Vlasenko
2010-11-30
1
-0
/
+2
*
build system: do not use GNU-isms in find
Chris Rees
2010-11-30
1
-2
/
+2
*
telnetd: write utmp record with correct pid
Denys Vlasenko
2010-11-30
1
-1
/
+2
*
ping: set not only IP_TTL, but also IP_MULTICAST_TTL
Denys Vlasenko
2010-11-29
1
-2
/
+4
*
patch: fix "patch at the beginning" testcase failure
Rob Landley
2010-11-29
1
-9
/
+14
*
exclude the case of just "busybox" from previous commit
Denys Vlasenko
2010-11-29
1
-1
/
+1
*
if only one applet is enabled, make "busybox applet [params]" work as expected
Denys Vlasenko
2010-11-29
1
-29
/
+33
*
ping: add -t TTL option
Joachim Nilsson
2010-11-28
5
-91
/
+102
*
dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
Denys Vlasenko
2010-11-28
1
-7
/
+11
*
use BB_EXECVP_or_die where appropriate
Denys Vlasenko
2010-11-28
3
-6
/
+3
*
hush: move G_x_mode define to the more appropriate place
Denys Vlasenko
2010-11-28
1
-5
/
+5
*
Support set -o xtrace/noexec alternates for set -x/-n
Dan Fandrich
2010-11-28
1
-6
/
+14
*
hush: display useful help text
Dan Fandrich
2010-11-28
1
-2
/
+8
*
add a test for patch which we currently fail
Denys Vlasenko
2010-11-28
2
-0
/
+38
*
dhcpd: smaller code: do not look for REQUESTED_IP twice
Denys Vlasenko
2010-11-28
1
-26
/
+30
*
blkid: add TODO
Denys Vlasenko
2010-11-25
1
-0
/
+2
*
gen_build_files.sh: better comment
Denys Vlasenko
2010-11-25
1
-3
/
+4
*
build system: fix for dash
Denys Vlasenko
2010-11-24
1
-3
/
+6
*
Start 1.19.0 development cycle
Denys Vlasenko
2010-11-23
1
-2
/
+2
*
Bump version to 1.18.0
1_18_0
Denys Vlasenko
2010-11-23
1
-1
/
+1
*
date :add a comment about older toolchains
Denys Vlasenko
2010-11-23
1
-0
/
+1
*
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
7
-10
/
+26
*
fix misspelling in comment
Denys Vlasenko
2010-11-22
1
-1
/
+1
*
hush: fix improper handling of newline and hash chars in few corner cases
Denys Vlasenko
2010-11-22
7
-123
/
+160
*
nc: fix SEGV on -v when NC_EXTRA is off
Denys Vlasenko
2010-11-22
1
-1
/
+1
*
inetd: if argv[0] is not specified, set it to program name
Mike Frysinger
2010-11-22
1
-0
/
+6
*
lineedit: fix tab-completion of filenames with spaces
Mike Shal
2010-11-22
1
-22
/
+45
*
patch: remove out-of-file build machinery
Denys Vlasenko
2010-11-22
4
-31
/
+0
*
gen_build_files.sh: restore deleted comment
Denys Vlasenko
2010-11-21
1
-0
/
+1
*
cmp: with -s, do not report open errors
Denys Vlasenko
2010-11-21
1
-4
/
+5
*
patch: simplify double list helpers
Denys Vlasenko
2010-11-21
1
-42
/
+32
*
patch: busyboxify by migrating from toybox to busybox helpers
Denys Vlasenko
2010-11-21
2
-162
/
+87
*
gen_build_files.sh: rewrite with sed
Mike Frysinger
2010-11-16
1
-53
/
+47
*
allow SKIP_STRIP to be set in the env
Mike Frysinger
2010-11-16
1
-1
/
+1
*
depmod.pl: add recursive sanity check
Mike Frysinger
2010-11-16
1
-0
/
+3
[next]