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
...
*
libbb: add xfstat function
Denys Vlasenko
2010-08-31
13
-21
/
+29
*
mkswap: clear 1st kilobyte. Closes bug 1831
Denys Vlasenko
2010-08-31
1
-2
/
+9
*
iplink: another compat #ifndef/#define tweak
Denys Vlasenko
2010-08-30
1
-0
/
+2
*
ash: small code shrink (-21 bytes)
Denys Vlasenko
2010-08-30
1
-9
/
+6
*
ash: add another ${v/a/b} test we currently fail
Denys Vlasenko
2010-08-30
2
-0
/
+15
*
typo fix in comment
Denys Vlasenko
2010-08-30
1
-1
/
+1
*
remove stray debugging stuff
Denys Vlasenko
2010-08-29
1
-1
/
+2
*
bbconfig: add COMPRESS_BBCONFIG option
Denys Vlasenko
2010-08-29
5
-9
/
+70
*
nandwrite: always check the first erase block
Baruch Siach
2010-08-29
1
-2
/
+14
*
nandwrite: complain on malformed -s NUM
Denys Vlasenko
2010-08-29
5
-6
/
+8
*
nandwrite: allow hex values in the -s parameter
Baruch Siach
2010-08-29
1
-1
/
+1
*
showkey: code shrink
Denys Vlasenko
2010-08-29
1
-16
/
+16
*
testsuite: show the number of failures after a test run
Dan Fandrich
2010-08-29
4
-2
/
+21
*
typo fixes in config help text
Denys Vlasenko
2010-08-29
1
-2
/
+2
*
pmap: new applet. +1k.
Alexander Shishkin
2010-08-28
4
-67
/
+251
*
ntpd: with -q, exit after 60 seconds even if time is not synced.
Denys Vlasenko
2010-08-27
1
-3
/
+22
*
modutils: explain why we no longer quote params
Denys Vlasenko
2010-08-25
1
-0
/
+5
*
insmod: Do not add a pair of "" around the arguments of the module.
Carmelo AMOROSO
2010-08-25
1
-2
/
+1
*
nandwrite: new applet
Baruch Siach
2010-08-25
1
-0
/
+128
*
Rename a struct member from "interrupt"
Dan Fandrich
2010-08-24
1
-5
/
+5
*
split: use xopen_stdin()
Denys Vlasenko
2010-08-23
1
-3
/
+1
*
grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...
Denys Vlasenko
2010-08-23
2
-3
/
+11
*
ip: add a #define for older kernels
Denys Vlasenko
2010-08-22
1
-0
/
+3
*
build system: make 3.82 fix. Closes bug 2323
Denys Vlasenko
2010-08-22
1
-2
/
+11
*
patch: support "patch [FILE [PATCH]]" format
Denys Vlasenko
2010-08-22
4
-12
/
+56
*
libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes
Denys Vlasenko
2010-08-17
1
-1
/
+1
*
libbb: shrink obscure()
Bob Dunlop
2010-08-17
1
-33
/
+45
*
patch: fix -N regression
Denys Vlasenko
2010-08-17
1
-5
/
+11
*
nmeter: fix misplaced closing comment
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
570
-630
/
+628
*
sed: make N command behave as in GNU sed
Denys Vlasenko
2010-08-16
2
-6
/
+22
*
mdev: fix non-working device deletion, add a test for that
Denys Vlasenko
2010-08-16
2
-2
/
+13
*
platform.h: regularize endian detection
Denys Vlasenko
2010-08-16
1
-15
/
+20
*
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-08-16
22
-22
/
+22
*
patch: uncomment the test which we actually do pass now
Denys Vlasenko
2010-08-16
1
-4
/
+6
*
libbb: factor out common code from mpstat/iostat
Denys Vlasenko
2010-08-16
5
-66
/
+56
*
patch: add -N and a test for it (fails for now)
Denys Vlasenko
2010-08-16
2
-3
/
+30
*
patch: move closer to toybox code
Denys Vlasenko
2010-08-13
1
-4
/
+7
*
patch: deal with ommitted ",len" in hunk headers (default len to 1)
Rob Landley
2010-08-13
1
-7
/
+13
*
patch: replace it with toybox's implementation
Rob Landley
2010-08-13
5
-342
/
+969
*
iostat: add forgotted fclose(); fix default count.
Denys Vlasenko
2010-08-12
1
-4
/
+7
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
27
-44
/
+49
*
free: more compatible output. +16 bytes. Closes bug 2383.
Denys Vlasenko
2010-08-12
1
-8
/
+20
*
iostat: new applet. 2800 bytes
Marek Polacek
2010-08-11
1
-0
/
+615
*
modutils: Add support for NDS32 architecture.
Macpaul Lin
2010-08-11
1
-0
/
+21
*
fdisk: Add support for NDS32 architecture.
Macpaul Lin
2010-08-11
1
-1
/
+2
*
Remove some more mentions of Subversion
Dan Fandrich
2010-08-11
2
-6
/
+7
*
Improved portability of tests
Dan Fandrich
2010-08-11
8
-5
/
+24
*
ntpd: mention -N in help text
Denys Vlasenko
2010-08-11
1
-3
/
+1
*
Set HWCLOCK_ADJTIME_FHS to off by default
Denys Vlasenko
2010-08-10
1
-1
/
+1
[prev]
[next]