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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
bloat-o-meter: make it python3 compliant
Marek Polacek
2010-10-28
1
-2
/
+2
|
*
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
Marek Polacek
2010-10-28
8
-72
/
+78
|
*
scripts: remove bitrotted scripts/individual
Denys Vlasenko
2010-10-28
3
-139
/
+16
|
*
update docs/new-applet-HOWTO.txt
Holger Blasum
2010-10-28
1
-9
/
+9
|
*
ipcrm: small code shrink
Denys Vlasenko
2010-10-28
1
-4
/
+3
*
|
Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'
Nguyễn Thái Ngọc Duy
2011-01-04
82
-183
/
+185
|
\
|
|
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
82
-183
/
+185
*
|
Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'
Nguyễn Thái Ngọc Duy
2011-01-04
36
-602
/
+1744
|
\
|
|
*
mount: pass NULL, not "", as "data" to mount syscall if we have no opts
Alexander Shishkin
2010-10-28
1
-12
/
+22
|
*
login: free fromhost upon cleaning up
Alexander Shishkin
2010-10-28
1
-0
/
+7
|
*
crc32: cleanups, no code changes
Denys Vlasenko
2010-10-28
2
-3
/
+2
|
*
netstat: was using buffers one byte short for scanf (no place for NUL). fixing
Denys Vlasenko
2010-10-28
1
-3
/
+6
|
*
libbb: introduce and use common crc32 routine
Denys Vlasenko
2010-10-27
9
-73
/
+49
|
*
netstat: fix IPv6 problem (garbage in scope_id); code shrink
Denys Vlasenko
2010-10-27
1
-47
/
+62
|
*
Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox
Denys Vlasenko
2010-10-27
4
-52
/
+54
|
|
\
|
|
*
top: Use _exit() instead of exit() in sighandler
Marek Polacek
2010-10-27
1
-1
/
+2
|
|
*
netstat: fix -r display in usage text
Bob Dunlop
2010-10-27
2
-49
/
+50
|
|
*
whitespace fix
Denys Vlasenko
2010-10-27
1
-2
/
+2
|
*
|
mv: implement -n option
Denys Vlasenko
2010-10-26
2
-25
/
+33
|
|
/
|
*
powertop: simplified C-state display code
Denys Vlasenko
2010-10-26
1
-14
/
+7
|
*
powertop: IPIs and hw irqs were swapped, fixing
Denys Vlasenko
2010-10-26
1
-1
/
+1
|
*
powertop: fixes to output format and code shrink
Denys Vlasenko
2010-10-26
1
-161
/
+169
|
*
powertop: code shrink
Denys Vlasenko
2010-10-26
1
-192
/
+185
|
*
libbb/process_escape_sequence.c: fix recently broken handling of \\
Denys Vlasenko
2010-10-25
1
-4
/
+4
|
*
powertop: new applet
Marek Polacek
2010-10-25
3
-11
/
+897
|
*
fdisk: initial stab at GPT partition support
Kevin Cernekee
2010-10-25
5
-26
/
+275
|
*
init: do not sleep forever on usage errors
Denys Vlasenko
2010-10-25
1
-4
/
+13
|
*
sha1: small tweak for clearer code, no logic changes
Denys Vlasenko
2010-10-24
1
-1
/
+1
|
*
sha1: use Rob's code, it's smaller and faster
Denys Vlasenko
2010-10-24
1
-54
/
+51
|
*
md5/sha1sum: code shrink
Denys Vlasenko
2010-10-24
1
-20
/
+21
|
*
umount: I forgot to change another PATH_MAX to 4096
Denys Vlasenko
2010-10-24
1
-1
/
+1
|
*
finish busybox.1 renaming
Denys Vlasenko
2010-10-24
2
-2
/
+2
|
*
awk: reduce ifdef forest
Rob Landley
2010-10-24
1
-33
/
+32
|
*
English fixes to docs/smallint.txt
Denys Vlasenko
2010-10-24
1
-3
/
+5
|
*
adding docs/smallint.txt
Denys Vlasenko
2010-10-24
1
-0
/
+37
|
*
Remove check for supported libc.
Denys Vlasenko
2010-10-24
1
-9
/
+0
|
*
umount: do not (ab)use PATH_MAX as mntent buffer size
Denys Vlasenko
2010-10-24
1
-4
/
+1
|
*
remove unused SC_x (serial port names) defines
Denys Vlasenko
2010-10-24
1
-22
/
+3
|
*
correct manpage name
Denys Vlasenko
2010-10-24
1
-3
/
+3
|
*
init: do not clear CRTSCTS (fix from Debian bug 528560)
Denys Vlasenko
2010-10-24
1
-3
/
+6
|
*
awk: fix breakage in last commit
Denys Vlasenko
2010-10-24
2
-35
/
+38
|
*
libbb: introduce and use strcpy_and_process_escape_sequences
Denys Vlasenko
2010-10-23
6
-61
/
+44
|
*
awk: fix segfault on closing non-opened file
Denys Vlasenko
2010-10-23
2
-86
/
+102
|
*
mount: code shrink (-81 bytes)
Alexander Shishkin
2010-10-22
1
-41
/
+15
*
|
Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e'
Nguyễn Thái Ngọc Duy
2011-01-04
7
-18
/
+17
|
\
|
|
*
*: introduce and use xmkstemp. -65 bytes.
Alexander Shishkin
2010-10-22
7
-16
/
+17
*
|
Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^'
Nguyễn Thái Ngọc Duy
2011-01-04
23
-752
/
+942
|
\
|
|
*
smemcap: close /proc handle upon cleaning up
Alexander Shishkin
2010-10-22
1
-0
/
+3
|
*
nbd-client: kill unused variable (total 0 bytes)
Alexander Shishkin
2010-10-22
1
-0
/
+2
|
*
pmap: get rid of a warning
Denys Vlasenko
2010-10-22
1
-2
/
+2
[prev]
[next]