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
/
LICENSE
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-06-10
Replaced __u32 etc. with standard uint32_t style types
Daniel Fandrich
2
-24
/
+24
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
10
-56
/
+30
2011-06-07
build system: delete generated files on "make mrproper"
Denys Vlasenko
1
-0
/
+4
2011-06-06
fbset: apply modelines. Closes 3823
Denys Vlasenko
1
-1
/
+2
2011-06-05
fix breakage caused by 'remove "Options:" string from help texts' commit
Denys Vlasenko
1
-0
/
+1
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
198
-268
/
+40
2011-06-05
iostat: code shrink
Maksym Kryzhanovskyy
1
-120
/
+117
2011-06-04
udhcpc: allow -O OPT take numeric params
Denys Vlasenko
1
-2
/
+5
2011-06-03
appletlib.c: do not use PAGE_SIZE for malloc tweaking
Denys Vlasenko
1
-13
/
+2
2011-06-03
platform.h: support for build under Android
Dan Fandrich
1
-0
/
+6
2011-06-03
only compile obscure.c when needed
Dan Fandrich
1
-2
/
+1
2011-06-03
replace nonstandard unsigned typedefs
Dan Fandrich
1
-7
/
+7
2011-06-01
hush: better comment. No code changes
Denys Vlasenko
1
-1
/
+1
2011-05-31
hush: fix a corner case of empty "do \n done" structure
Denys Vlasenko
3
-1
/
+9
2011-05-30
makedevs: fix help-text
Bernhard Reutner-Fischer
1
-1
/
+1
2011-05-29
fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
Denys Vlasenko
5
-11
/
+12
2011-05-29
fuser: fix inverted access() check. Closes 3799.
Denys Vlasenko
1
-1
/
+1
2011-05-29
setconsole: open console for writing rather than reading
Peter Korsgaard
1
-1
/
+1
2011-05-26
nmeter: trim help text
Denys Vlasenko
1
-13
/
+13
2011-05-25
syslogd,klogd: better help text
Denys Vlasenko
2
-13
/
+20
2011-05-23
fuser: code shrink
Maksym Kryzhanovskyy
1
-196
/
+190
2011-05-23
libbb.h: small reordering
Denys Vlasenko
1
-5
/
+8
2011-05-23
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
4
-21
/
+42
2011-05-22
find: implement -ipath
Bogdan Harjoc
1
-3
/
+7
2011-05-22
reformime: do not require \r\n
Denys Vlasenko
6
-298
/
+331
2011-05-21
adduser: better logic for choosing addgroup -g/--gid
Denys Vlasenko
1
-3
/
+5
2011-05-21
adduser: prefer to call addgroup --gid, not non-std addgroup -g
Denys Vlasenko
1
-4
/
+14
2011-05-21
od: code shrink
Denys Vlasenko
1
-14
/
+10
2011-05-21
od: another fix for --strings
Denys Vlasenko
1
-1
/
+4
2011-05-21
od: fix -S NUM to not print chars >0x80
Denys Vlasenko
1
-38
/
+19
2011-05-21
od: code shrink
Denys Vlasenko
1
-82
/
+78
2011-05-21
od: code shrink, fix "od --traditional FILE"
Denys Vlasenko
3
-121
/
+121
2011-05-20
lineedit: fix rare SEGV; mark a few FIXMEs
Alexey Fomenko
1
-9
/
+15
2011-05-20
warning removal
Cristian Ionescu-Idbohrn
2
-8
/
+1
2011-05-20
tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.
Denys Vlasenko
1
-15
/
+21
2011-05-18
top: display sort indicator in memory display
Denys Vlasenko
1
-1
/
+1
2011-05-16
busybox.conf: code shrink
Denys Vlasenko
1
-13
/
+12
2011-05-16
busybox.conf: USER.GROUP is _optional_
Denys Vlasenko
2
-14
/
+16
2011-05-16
main: make busybox.conf mode handling less obscure
Denys Vlasenko
2
-34
/
+43
2011-05-16
main: free suid_config list after use
Denys Vlasenko
3
-35
/
+36
2011-05-16
vi.c: remove warning: variable 'sp' set but not used
Cristian Ionescu-Idbohrn
1
-0
/
+4
2011-05-16
The [-Wunused-but-set-variable] warnings
Cristian Ionescu-Idbohrn
1
-2
/
+2
2011-05-16
dc: do not advertise ops disabled in .config
Denys Vlasenko
1
-1
/
+1
2011-05-16
simplify parsing of /etc/busybox.conf
Denys Vlasenko
3
-47
/
+33
2011-05-14
tweak config help text
Denys Vlasenko
1
-3
/
+4
2011-05-14
hush: fix misparsing of "... do eval a= ...". Closes 3721
Denys Vlasenko
3
-28
/
+53
2011-05-14
top: better indicator of selected field in mem view
Denys Vlasenko
1
-1
/
+1
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
9
-27
/
+11
2011-05-13
ls: code shrink
Denys Vlasenko
1
-7
/
+11
2011-05-13
ls: reorder and rename functions. No code changes
Denys Vlasenko
1
-238
/
+240
[next]