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
*
hush: add support for "set -o pipefail"
Denys Vlasenko
2010-11-14
3
-23
/
+186
*
hush: preparatory patch for set -o pipefail support
Denys Vlasenko
2010-11-14
1
-4
/
+5
*
libbb: remove unused variable
Lauri Kasanen
2010-11-13
1
-4
/
+3
*
deluser: do not warn spuriously when deleting group by deluser
Tito Ragusa
2010-11-08
1
-6
/
+14
*
delgroup: correct the check for users who still use the group
Denys Vlasenko
2010-11-07
1
-12
/
+12
*
typo fix
Denys Vlasenko
2010-11-06
2
-2
/
+2
*
deluser: 2nd attempt at deluser/delgroup size reduction and improvements
Tito Ragusa
2010-11-06
1
-29
/
+70
*
powertop: code shrink
Maksym Kryzhanovskyy
2010-11-06
1
-12
/
+13
*
Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox
Denys Vlasenko
2010-11-06
1
-9
/
+7
|
\
|
*
powertop: fix last line detection in process_timer_stats()
Denys Vlasenko
2010-11-04
1
-2
/
+2
|
*
powertop: replace erroneous \n with \0; make numberic conversion more robust
Denys Vlasenko
2010-11-04
1
-7
/
+5
*
|
ls: fix -lg to show group (was showing user)
Denys Vlasenko
2010-11-06
1
-3
/
+3
|
/
*
ip: Fix command line option parsing of "ip route get ..."
Christian Hornung
2010-11-04
1
-1
/
+1
*
powertop: code shrink
Maksym Kryzhanovskyy
2010-11-04
1
-57
/
+35
*
type fix in comment
Denys Vlasenko
2010-11-03
1
-1
/
+1
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
74
-57
/
+57
*
*: move lzo compressor code to archival/libunarchive/. No code changes
Denys Vlasenko
2010-11-03
9
-2
/
+3
*
init: if PID!=1, show clearer error message. move usage text closer to main()
Denys Vlasenko
2010-11-02
2
-137
/
+137
*
whitespace fix
Denys Vlasenko
2010-11-01
1
-1
/
+1
*
decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE
Denys Vlasenko
2010-11-01
1
-1
/
+2
*
umount: cleanup and code shrink
Rob Landley
2010-11-01
1
-40
/
+7
*
stat: fix mtime/ctime/atime
Eric Lammerts
2010-10-30
1
-4
/
+3
*
fdisk: fix trivial build failure
Denys Vlasenko
2010-10-30
1
-0
/
+1
*
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-30
5
-11
/
+1
*
decompress_bunzip2: code shrink ~5 bytes
Denys Vlasenko
2010-10-30
1
-12
/
+13
*
decompress_bunzip2: code shrink ~10 bytes
Denys Vlasenko
2010-10-30
1
-74
/
+99
*
decompress_bunzip2: add profiling data to comment. no code changes
Denys Vlasenko
2010-10-29
1
-0
/
+11
*
scripts/mkdiff_obj: show "size OBJFILE" too
Denys Vlasenko
2010-10-29
1
-2
/
+2
*
decompress_bunzip2: relieve register pressure in hot function read_bunzip
Denys Vlasenko
2010-10-29
2
-7
/
+15
*
decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop
Denys Vlasenko
2010-10-29
1
-21
/
+28
*
powertop: build fix for !386 compiles
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
decompress_bunzip2: code shrink
Denys Vlasenko
2010-10-29
1
-44
/
+67
*
whitespace cleanup
Denys Vlasenko
2010-10-29
69
-268
/
+231
*
ifupdown: add manual method for IPv6. Closes bug 2497.
Denys Vlasenko
2010-10-29
1
-55
/
+68
*
telnet: do not check for 0 return from poll (it's impossible)
Denys Vlasenko
2010-10-29
1
-24
/
+24
*
telnet: convert CR NUL -> CR on input. Closes bug 2569
Denys Vlasenko
2010-10-29
1
-69
/
+63
*
unicode: update unicode_width on !unicode branch too. Closes bug 2593
Denys Vlasenko
2010-10-29
1
-2
/
+5
*
dnsd: fix 64-bit bug 2539.
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
decompress_bunzip2: handle concatenated .bz2 files
Denys Vlasenko
2010-10-28
5
-30
/
+81
*
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
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
82
-183
/
+185
*
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
[next]