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
*
iptunnel: fix problems with including linux/ip_tunnel.h
Denis Vlasenko
2008-12-03
1
-2
/
+43
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
8
-20
/
+17
*
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
2008-12-03
1
-2
/
+1
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
11
-16
/
+116
*
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
1
-8
/
+8
*
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-03
2
-24
/
+26
*
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-12-03
1
-67
/
+131
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
11
-94
/
+84
*
crond: put tasks in separate process groups
Denis Vlasenko
2008-12-02
1
-0
/
+4
*
vconfig: style fix, no code changes
Denis Vlasenko
2008-12-02
1
-5
/
+6
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
19
-49
/
+52
*
...and exclude LC_ALL too
Denis Vlasenko
2008-12-01
1
-1
/
+1
*
build system: fix sorting + locale in make objsizes
Denis Vlasenko
2008-12-01
1
-1
/
+1
*
volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes
Denis Vlasenko
2008-11-30
3
-66
/
+68
*
init: O_NONBLOCK needs more thought. reverted for now
Denis Vlasenko
2008-11-29
1
-2
/
+3
*
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2008-11-29
2
-39
/
+46
*
inotifyd: save resourses by closing unused inotify descriptors
Denis Vlasenko
2008-11-29
1
-4
/
+3
*
acpid: new applet by Vladimir. +737 bytes
Denis Vlasenko
2008-11-29
6
-2
/
+210
*
Announce 1.13.1 and 1.12.3
Denis Vlasenko
2008-11-29
1
-0
/
+17
*
ash: add FIXME
Denis Vlasenko
2008-11-28
1
-2
/
+7
*
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
2008-11-28
1
-1
/
+1
*
ash: shrink on top of previous change
Denis Vlasenko
2008-11-28
1
-111
/
+128
*
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-28
3
-29
/
+56
*
remove a few superfluous includes
Denis Vlasenko
2008-11-25
4
-4
/
+0
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
9
-14
/
+25
*
ash: fix bad interaction between ash -c '....&' and bash compat
Denis Vlasenko
2008-11-25
1
-2
/
+6
*
timeout: fix a few bugs. vda is stupid
Denis Vlasenko
2008-11-24
1
-115
/
+2
*
trim help text a bit
Denis Vlasenko
2008-11-24
2
-3
/
+3
*
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
2008-11-24
8
-4
/
+247
*
vi: speedup and code shrink (Walter Harms)
Denis Vlasenko
2008-11-24
3
-34
/
+32
*
strings: code shrink -22 bytes by Tito
Denis Vlasenko
2008-11-23
1
-5
/
+4
*
diff: emit /dev/null if diff -rN diffs a file against /dev/null
Denis Vlasenko
2008-11-23
1
-9
/
+7
*
- documentation fix
Bernhard Reutner-Fischer
2008-11-22
1
-1
/
+1
*
httpd: set $HOST to Host: header value. +83 bytes.
Denis Vlasenko
2008-11-22
1
-0
/
+5
*
modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)
Denis Vlasenko
2008-11-22
1
-21
/
+13
*
networking/interface.c: better readability (by Walter Harms)
Denis Vlasenko
2008-11-22
2
-76
/
+86
*
tftpd: can also have TFTP_DEBUG
Denis Vlasenko
2008-11-22
1
-1
/
+1
*
insmod: clarify module_name / file_name distinction
Denis Vlasenko
2008-11-22
4
-11
/
+23
*
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
Denis Vlasenko
2008-11-22
1
-0
/
+2
*
ash: fix miscalculation of memory needed for eval tree
Denis Vlasenko
2008-11-21
1
-33
/
+35
*
dpkg: better and shorter code to compare versions
Denis Vlasenko
2008-11-20
1
-68
/
+59
*
inotifyd: exit if x event happened for all files
Denis Vlasenko
2008-11-20
2
-22
/
+36
*
vi: fix several instances of major goof: when text grows, text[]
Denis Vlasenko
2008-11-19
1
-45
/
+78
*
klogd: fix small buglet in previous commit
Denis Vlasenko
2008-11-19
1
-0
/
+1
*
klogctl: fix a problem where we don't terminate read data with '\0'
Denis Vlasenko
2008-11-19
1
-20
/
+17
*
inotify: add x, o, and u events
Denis Vlasenko
2008-11-17
2
-23
/
+36
*
nslookup: glibc + IPv6 address of DNS server don't mix (yet)
Denis Vlasenko
2008-11-17
1
-4
/
+9
*
id: do not abort build if we use internal password/group functions.
Denis Vlasenko
2008-11-17
1
-0
/
+2
*
libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))
Denis Vlasenko
2008-11-16
1
-6
/
+6
*
nslookup: allow usage of IPv6 addresses or hostnames
Denis Vlasenko
2008-11-16
1
-11
/
+26
[next]