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
/
libbb
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-27
sysctl: tiny code shrink
Denys Vlasenko
1
-2
/
+1
2010-03-26
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
13
-61
/
+85
2010-03-26
vi: fix NUM + "$" handling
Denys Vlasenko
1
-38
/
+39
2010-03-26
ash: line up builtin table. no code changes
Denys Vlasenko
1
-45
/
+45
2010-03-26
ash: trap with bad signal name should not abort
Denys Vlasenko
3
-4
/
+19
2010-03-26
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
19
-596
/
+481
2010-03-26
unicode: optional table for better handling of neutral bidi chars
Tomas Heinrich
5
-106
/
+284
2010-03-26
udhcp: cosmetic cleanups; one case of s/full_read/xread/
Denys Vlasenko
15
-85
/
+55
2010-03-26
unexpand: fix "a b"\n" input case
Tomas Heinrich
2
-7
/
+13
2010-03-26
[un]expand: account for different character widths. +16 bytes.
Tomas Heinrich
1
-2
/
+8
2010-03-26
udhcp: pass pointer to whole packet to "add option" functions
Denys Vlasenko
8
-34
/
+37
2010-03-26
udhcp: move options.c to common.c; disable unused bool and s16 option code
Denys Vlasenko
8
-497
/
+485
2010-03-25
udhcpc: add -x OPT:VAL option
Denys Vlasenko
7
-24
/
+61
2010-03-25
update defconfig
Bernhard Reutner-Fischer
1
-0
/
+1
2010-03-25
remove ar write support from TODO
Bernhard Reutner-Fischer
1
-3
/
+0
2010-03-24
udhcp: add testing bits to dns en/decoder
Denys Vlasenko
1
-2
/
+35
2010-03-24
udhcp: we call DNS name encoder with NULL, this can SEGV. added a check
Denys Vlasenko
1
-37
/
+43
2010-03-24
udhcp: fix DNS domanin codec bug: bad compression flag checks
Denys Vlasenko
1
-6
/
+6
2010-03-23
*: merge some common strings
Denys Vlasenko
22
-29
/
+29
2010-03-23
udhcp: handle errors in read_staticlease
Denys Vlasenko
5
-20
/
+18
2010-03-23
brctl: fixing stp parameters incompatibility
Maciek Borzecki
2
-13
/
+18
2010-03-23
lsusb: 2.6.32 compat
Souf Oued
1
-14
/
+18
2010-03-23
udhcp: code shrink
Denys Vlasenko
1
-46
/
+40
2010-03-23
udhcp: remove two unused fields
Denys Vlasenko
2
-2
/
+0
2010-03-23
ash,hush: make it possible to build them individually
Denys Vlasenko
3
-8
/
+15
2010-03-22
date,touch: accept Jan 7 00:00:00 2010 format
Alexander Shishkin
1
-1
/
+13
2010-03-22
udhcp: make rfc derived doc more readable (but it still is contradictory)
Denys Vlasenko
1
-60
/
+41
2010-03-22
udhcp: merge options.h into common.h, script.c into dhcpc.c
Denys Vlasenko
11
-529
/
+483
2010-03-22
udhcpc: do not test for srand init, just do it at the start
Denys Vlasenko
1
-11
/
+5
2010-03-22
udhcp: merge clientpacket.c into dhcpc.c
Denys Vlasenko
5
-295
/
+240
2010-03-22
udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.
Denys Vlasenko
4
-125
/
+105
2010-03-21
flock: should not be selected by default
Denys Vlasenko
1
-1
/
+1
2010-03-21
touch: do not ignore argument of -d/-t option
Mikhail Gusarov
1
-2
/
+2
2010-03-21
dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...
Denys Vlasenko
2
-21
/
+93
2010-03-21
udhcpd: untangle incredibly messy handling of DHCPREQUEST
Denys Vlasenko
9
-184
/
+267
2010-03-21
udhcp: tweak udhcpd.conf example and comments. no code changes
Denys Vlasenko
4
-23
/
+27
2010-03-21
udhcp: code shrink; disable time and log server options
Denys Vlasenko
7
-127
/
+126
2010-03-20
udhcpc: make it possible to disable vendor id; improve help text
Denys Vlasenko
6
-82
/
+88
2010-03-20
udhcpd: remove five more options which do not make sense or not supported
Denys Vlasenko
5
-45
/
+58
2010-03-20
udhcpd: remove redundant code in send_offer()
Denys Vlasenko
1
-18
/
+9
2010-03-20
udhcp: move serverpacket.c into dhcpd.c, no other changes
Denys Vlasenko
4
-296
/
+263
2010-03-20
flock: better help text
Denys Vlasenko
1
-3
/
+3
2010-03-19
udhcp: remove support for some really old and odd options
Denys Vlasenko
5
-21
/
+25
2010-03-19
tar: optional support for restoring selinux context
J. Tang
4
-3
/
+108
2010-03-19
libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kb
Denys Vlasenko
1
-0
/
+3
2010-03-18
flock: new applet
Timo Teras
5
-0
/
+105
2010-03-18
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
12
-30
/
+24
2010-03-18
lineedit: first shot at optional unicode bidi input support
Tomas Heinrich
5
-18
/
+189
2010-03-18
libbb/loop: comment out u32 hack
Denys Vlasenko
1
-1
/
+2
2010-03-17
brctl: Fix comment
Bernhard Reutner-Fischer
1
-1
/
+1
[next]