Age | Commit message (Expand) | Author |
2010-11-06 | deluser: 2nd attempt at deluser/delgroup size reduction and improvements | Tito Ragusa |
2010-11-06 | powertop: code shrink | Maksym Kryzhanovskyy |
2010-11-06 | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | Denys Vlasenko |
2010-11-06 | ls: fix -lg to show group (was showing user) | Denys Vlasenko |
2010-11-04 | powertop: fix last line detection in process_timer_stats() | Denys Vlasenko |
2010-11-04 | powertop: replace erroneous \n with \0; make numberic conversion more robust | Denys Vlasenko |
2010-11-04 | ip: Fix command line option parsing of "ip route get ..." | Christian Hornung |
2010-11-04 | powertop: code shrink | Maksym Kryzhanovskyy |
2010-11-03 | type fix in comment | Denys Vlasenko |
2010-11-03 | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko |
2010-11-03 | *: move lzo compressor code to archival/libunarchive/. No code changes | Denys Vlasenko |
2010-11-02 | init: if PID!=1, show clearer error message. move usage text closer to main() | Denys Vlasenko |
2010-11-01 | whitespace fix | Denys Vlasenko |
2010-11-01 | decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE | Denys Vlasenko |
2010-11-01 | umount: cleanup and code shrink | Rob Landley |
2010-10-30 | stat: fix mtime/ctime/atime | Eric Lammerts |
2010-10-30 | fdisk: fix trivial build failure | Denys Vlasenko |
2010-10-30 | networking/*: remove superfluous comments | Denys Vlasenko |
2010-10-30 | decompress_bunzip2: code shrink ~5 bytes | Denys Vlasenko |
2010-10-30 | decompress_bunzip2: code shrink ~10 bytes | Denys Vlasenko |
2010-10-29 | decompress_bunzip2: add profiling data to comment. no code changes | Denys Vlasenko |
2010-10-29 | scripts/mkdiff_obj: show "size OBJFILE" too | Denys Vlasenko |
2010-10-29 | decompress_bunzip2: relieve register pressure in hot function read_bunzip | Denys Vlasenko |
2010-10-29 | decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop | Denys Vlasenko |
2010-10-29 | powertop: build fix for !386 compiles | Denys Vlasenko |
2010-10-29 | decompress_bunzip2: code shrink | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-29 | ifupdown: add manual method for IPv6. Closes bug 2497. | Denys Vlasenko |
2010-10-29 | telnet: do not check for 0 return from poll (it's impossible) | Denys Vlasenko |
2010-10-29 | telnet: convert CR NUL -> CR on input. Closes bug 2569 | Denys Vlasenko |
2010-10-29 | unicode: update unicode_width on !unicode branch too. Closes bug 2593 | Denys Vlasenko |
2010-10-29 | dnsd: fix 64-bit bug 2539. | Denys Vlasenko |
2010-10-28 | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko |
2010-10-28 | bloat-o-meter: make it python3 compliant | Marek Polacek |
2010-10-28 | *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler | Marek Polacek |
2010-10-28 | scripts: remove bitrotted scripts/individual | Denys Vlasenko |
2010-10-28 | update docs/new-applet-HOWTO.txt | Holger Blasum |
2010-10-28 | ipcrm: small code shrink | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-28 | mount: pass NULL, not "", as "data" to mount syscall if we have no opts | Alexander Shishkin |
2010-10-28 | login: free fromhost upon cleaning up | Alexander Shishkin |
2010-10-28 | crc32: cleanups, no code changes | Denys Vlasenko |
2010-10-28 | netstat: was using buffers one byte short for scanf (no place for NUL). fixing | Denys Vlasenko |
2010-10-27 | libbb: introduce and use common crc32 routine | Denys Vlasenko |
2010-10-27 | netstat: fix IPv6 problem (garbage in scope_id); code shrink | Denys Vlasenko |
2010-10-27 | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | Denys Vlasenko |
2010-10-27 | top: Use _exit() instead of exit() in sighandler | Marek Polacek |
2010-10-27 | netstat: fix -r display in usage text | Bob Dunlop |
2010-10-27 | whitespace fix | Denys Vlasenko |
2010-10-26 | mv: implement -n option | Denys Vlasenko |