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
/
testsuite
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-11-04
powertop: fix last line detection in process_timer_stats()
Denys Vlasenko
1
-2
/
+2
2010-11-04
powertop: replace erroneous \n with \0; make numberic conversion more robust
Denys Vlasenko
1
-7
/
+5
2010-11-04
ip: Fix command line option parsing of "ip route get ..."
Christian Hornung
1
-1
/
+1
2010-11-04
powertop: code shrink
Maksym Kryzhanovskyy
1
-57
/
+35
2010-11-03
type fix in comment
Denys Vlasenko
1
-1
/
+1
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
74
-57
/
+57
2010-11-03
*: move lzo compressor code to archival/libunarchive/. No code changes
Denys Vlasenko
9
-2
/
+3
2010-11-02
init: if PID!=1, show clearer error message. move usage text closer to main()
Denys Vlasenko
2
-137
/
+137
2010-11-01
whitespace fix
Denys Vlasenko
1
-1
/
+1
2010-11-01
decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE
Denys Vlasenko
1
-1
/
+2
2010-11-01
umount: cleanup and code shrink
Rob Landley
1
-40
/
+7
2010-10-30
stat: fix mtime/ctime/atime
Eric Lammerts
1
-4
/
+3
2010-10-30
fdisk: fix trivial build failure
Denys Vlasenko
1
-0
/
+1
2010-10-30
networking/*: remove superfluous comments
Denys Vlasenko
5
-11
/
+1
2010-10-30
decompress_bunzip2: code shrink ~5 bytes
Denys Vlasenko
1
-12
/
+13
2010-10-30
decompress_bunzip2: code shrink ~10 bytes
Denys Vlasenko
1
-74
/
+99
2010-10-29
decompress_bunzip2: add profiling data to comment. no code changes
Denys Vlasenko
1
-0
/
+11
2010-10-29
scripts/mkdiff_obj: show "size OBJFILE" too
Denys Vlasenko
1
-2
/
+2
2010-10-29
decompress_bunzip2: relieve register pressure in hot function read_bunzip
Denys Vlasenko
2
-7
/
+15
2010-10-29
decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop
Denys Vlasenko
1
-21
/
+28
2010-10-29
powertop: build fix for !386 compiles
Denys Vlasenko
1
-1
/
+1
2010-10-29
decompress_bunzip2: code shrink
Denys Vlasenko
1
-44
/
+67
2010-10-29
whitespace cleanup
Denys Vlasenko
69
-268
/
+231
2010-10-29
ifupdown: add manual method for IPv6. Closes bug 2497.
Denys Vlasenko
1
-55
/
+68
2010-10-29
telnet: do not check for 0 return from poll (it's impossible)
Denys Vlasenko
1
-24
/
+24
2010-10-29
telnet: convert CR NUL -> CR on input. Closes bug 2569
Denys Vlasenko
1
-69
/
+63
2010-10-29
unicode: update unicode_width on !unicode branch too. Closes bug 2593
Denys Vlasenko
1
-2
/
+5
2010-10-29
dnsd: fix 64-bit bug 2539.
Denys Vlasenko
1
-1
/
+1
2010-10-28
decompress_bunzip2: handle concatenated .bz2 files
Denys Vlasenko
5
-30
/
+81
2010-10-28
bloat-o-meter: make it python3 compliant
Marek Polacek
1
-2
/
+2
2010-10-28
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
Marek Polacek
8
-72
/
+78
2010-10-28
scripts: remove bitrotted scripts/individual
Denys Vlasenko
3
-139
/
+16
2010-10-28
update docs/new-applet-HOWTO.txt
Holger Blasum
1
-9
/
+9
2010-10-28
ipcrm: small code shrink
Denys Vlasenko
1
-4
/
+3
2010-10-28
*: whitespace fixes
Denys Vlasenko
82
-183
/
+185
2010-10-28
mount: pass NULL, not "", as "data" to mount syscall if we have no opts
Alexander Shishkin
1
-12
/
+22
2010-10-28
login: free fromhost upon cleaning up
Alexander Shishkin
1
-0
/
+7
2010-10-28
crc32: cleanups, no code changes
Denys Vlasenko
2
-3
/
+2
2010-10-28
netstat: was using buffers one byte short for scanf (no place for NUL). fixing
Denys Vlasenko
1
-3
/
+6
2010-10-27
libbb: introduce and use common crc32 routine
Denys Vlasenko
9
-73
/
+49
2010-10-27
netstat: fix IPv6 problem (garbage in scope_id); code shrink
Denys Vlasenko
1
-47
/
+62
2010-10-27
top: Use _exit() instead of exit() in sighandler
Marek Polacek
1
-1
/
+2
2010-10-27
netstat: fix -r display in usage text
Bob Dunlop
2
-49
/
+50
2010-10-27
whitespace fix
Denys Vlasenko
1
-2
/
+2
2010-10-26
mv: implement -n option
Denys Vlasenko
2
-25
/
+33
2010-10-26
powertop: simplified C-state display code
Denys Vlasenko
1
-14
/
+7
2010-10-26
powertop: IPIs and hw irqs were swapped, fixing
Denys Vlasenko
1
-1
/
+1
2010-10-26
powertop: fixes to output format and code shrink
Denys Vlasenko
1
-161
/
+169
2010-10-26
powertop: code shrink
Denys Vlasenko
1
-192
/
+185
2010-10-25
libbb/process_escape_sequence.c: fix recently broken handling of \\
Denys Vlasenko
1
-4
/
+4
[next]