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
/
TODO
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-04-14
modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modules
Ralf Rösch
1
-0
/
+3
2010-04-14
hwclock: improve, and then disable clever sync code: it's bloat
Denys Vlasenko
1
-30
/
+82
2010-04-09
xargs: do not decrease orig_arg_max to negative values
Denys Vlasenko
1
-20
/
+25
2010-04-09
Exclude syslog code if FEATURE_SYSLOG is not set
Nguyễn Thái Ngọc Duy
2
-5
/
+16
2010-04-09
tar: fix "hardlinks to symlinks chown" bug 1519.
Denys Vlasenko
3
-50
/
+82
2010-04-09
tar: fix mishandling of repeated hardlink in tarball; expand tests
Denys Vlasenko
3
-16
/
+73
2010-04-07
ipcalc: more correct checking for proper number of arguments
Steve Bennett
1
-11
/
+12
2010-04-07
ps: fix non-DESKTOP option handling code
Denys Vlasenko
1
-23
/
+26
2010-04-06
hexdump: make -s 0xNNNNN work
Denys Vlasenko
1
-2
/
+2
2010-04-06
fix typo
Denys Vlasenko
1
-2
/
+2
2010-04-06
libbb: add skip_dev_pfx()
Denys Vlasenko
7
-21
/
+17
2010-04-06
init: clear utmp entries for dead processes, if they (entries) exist
Denys Vlasenko
1
-0
/
+4
2010-04-06
Move utmp/wtmp support to "General configuration" section
Denys Vlasenko
4
-18
/
+22
2010-04-06
telnetd: fill hostname field in utmp/wtmp records
Denys Vlasenko
4
-24
/
+30
2010-04-06
fdisk: make comment more clear
Denys Vlasenko
1
-2
/
+1
2010-04-06
udhcp: s/sipservers/sipsrv/ to match other similar option names
Denys Vlasenko
1
-1
/
+1
2010-04-06
fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...
Denys Vlasenko
1
-74
/
+89
2010-04-06
fdisk: code shrink without logic changes
Denys Vlasenko
1
-126
/
+118
2010-04-06
removed extra \n in fdisk help text
Denys Vlasenko
1
-1
/
+1
2010-04-05
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
7
-56
/
+134
2010-04-05
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
7
-159
/
+117
2010-04-04
who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H
Denys Vlasenko
3
-19
/
+32
2010-04-04
udhcpd: note missing sanity checks on INFORM message handling
Denys Vlasenko
1
-1
/
+13
2010-04-04
update examples/udhcp/udhcpd.conf
Denys Vlasenko
1
-0
/
+2
2010-04-04
udhcp: implement "raw" binary options. Closes bug 735
Denys Vlasenko
2
-13
/
+43
2010-04-04
libbb: factor out hex2bin() for infiniband address parser
Denys Vlasenko
4
-49
/
+46
2010-04-04
udhcp: s/dhcp_option/dhcp_optflag/g
Denys Vlasenko
3
-34
/
+34
2010-04-04
udhcpc: trivial shrink
Denys Vlasenko
1
-4
/
+2
2010-04-04
awk: add comment about fixing bug 1333
Denys Vlasenko
1
-0
/
+2
2010-04-04
awk: don't append bogus data after NUL in sub(); shrink
Denys Vlasenko
1
-50
/
+68
2010-04-03
udhcpd: support decoding of option 120 "SIP servers". Closes bug 737
Denys Vlasenko
4
-44
/
+83
2010-04-03
cosmetic fixes, no code changed
Denys Vlasenko
3
-16
/
+15
2010-04-03
ftpd: shrink by 33 bytes
Denys Vlasenko
1
-5
/
+11
2010-04-03
libbb: make index_in_substrings return -1 on ambiguous matches
Denys Vlasenko
3
-7
/
+24
2010-04-02
libpwdgrp: comment out unused data
Denys Vlasenko
1
-3
/
+3
2010-04-02
httpd: fix proxy mode bug (annoying but harmless), better help text
Denys Vlasenko
2
-5
/
+5
2010-04-02
testsuite fixes
Chris Metcalf
4
-4
/
+16
2010-04-02
ifplugd: more robust interface name match check
Denys Vlasenko
1
-2
/
+5
2010-04-02
mdev: add "!" syntax support
Denys Vlasenko
2
-24
/
+43
2010-04-01
clean up redundant, commented-out and misplaced includes
Denys Vlasenko
6
-37
/
+16
2010-03-31
fix Config.in tab usage
Denys Vlasenko
3
-15
/
+15
2010-03-31
syslogd: make maximum message length configurable
Janne Kiviluoto
2
-1
/
+11
2010-03-31
libpwdgrp: comment out more unused functions
Denys Vlasenko
2
-9
/
+26
2010-03-31
libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS
Denys Vlasenko
3
-38
/
+9
2010-03-31
libpwdgrp: style cleanups
Denys Vlasenko
1
-86
/
+91
2010-03-31
libpwdgrp: code style fixes, no real code changes
Denys Vlasenko
1
-14
/
+14
2010-03-31
libpwdgrp: can't depend on strlen(line_buff) != 0
Denys Vlasenko
1
-40
/
+42
2010-03-30
dpkg: remove redundant check
Denys Vlasenko
1
-1
/
+0
2010-03-30
ifplugd: code shrink; expanded comments
Maxim Kryzhanovsky
1
-15
/
+11
2010-03-30
dpkg: better check for validity of options
Denys Vlasenko
1
-18
/
+24
[next]