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
/
docs
/
cgi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2010-03-29
dpkg: support config file overwrite options
Kim B. Heino
2
-16
/
+127
2010-03-29
provide safe_gethostname() for non-linux systems
Denys Vlasenko
1
-2
/
+6
2010-03-29
libbb: locate PAGE_SIZE on Hurd
Denys Vlasenko
1
-7
/
+12
2010-03-29
ifplugd: code shrink
Maxim Kryzhanovsky
1
-54
/
+34
2010-03-28
"make release" should delete .git directory too
Denys Vlasenko
1
-0
/
+4
2010-03-28
cpio test: fix false positive with DESKTOP off
Denys Vlasenko
1
-3
/
+2
2010-03-28
usage: random tweaks to help texts
Denys Vlasenko
1
-34
/
+34
2010-03-28
dumpleases: better help text
Denys Vlasenko
2
-9
/
+9
2010-03-27
udhcpd: fix -v/-P mixup
Denys Vlasenko
1
-1
/
+1
2010-03-27
udhcp: abort if we see unknown option, and show valid options if so
Denys Vlasenko
3
-12
/
+26
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
[next]