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