Age | Commit message (Expand) | Author |
2010-12-20 | mailutils/*: add verbose option to sendmail; remove -m and -j from makemime | Denys Vlasenko |
2010-12-19 | ls: print a space after each column. Closes bug 2941 | Denys Vlasenko |
2010-12-13 | nmeter: deprecate %NNNd specified, use -d MSEC instead | Denys Vlasenko |
2010-12-05 | build system: fix "make install" to skip /usr when configured so | Joachim Nilsson |
2010-12-05 | pstree: new applet. +1664 bytes | Lauri Kasanen |
2010-12-01 | touch: fix help text to not show options disabled in .config | Denys Vlasenko |
2010-11-28 | ping: add -t TTL option | Joachim Nilsson |
2010-11-22 | patch: remove out-of-file build machinery | 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-10-29 | decompress_bunzip2: relieve register pressure in hot function read_bunzip | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-28 | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-27 | libbb: introduce and use common crc32 routine | Denys Vlasenko |
2010-10-27 | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | Denys Vlasenko |
2010-10-27 | netstat: fix -r display in usage text | Bob Dunlop |
2010-10-26 | mv: implement -n option | Denys Vlasenko |
2010-10-25 | fdisk: initial stab at GPT partition support | Kevin Cernekee |
2010-10-24 | Remove check for supported libc. | Denys Vlasenko |
2010-10-24 | remove unused SC_x (serial port names) defines | Denys Vlasenko |
2010-10-23 | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko |
2010-10-22 | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin |
2010-10-21 | patch: implement -E option | Lukas Huba |
2010-10-21 | revert last change (wrong author) | Denys Vlasenko |
2010-10-21 | patch: implement -E option | Gilles Espinasse |
2010-10-20 | ntpd: fix usage text and a typo in constant name | Leonid Lisovskiy |
2010-10-20 | udhcpc: move usage text to .c file. no code changes | Denys Vlasenko |
2010-10-19 | libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 | Denys Vlasenko |
2010-10-18 | hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes | Denys Vlasenko |
2010-10-18 | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko |
2010-10-18 | *: use SWAP_BE64 instead of open-coding it | Denys Vlasenko |
2010-10-18 | touch: update help text | Pascal Bellard |
2010-10-17 | bring md5 and sha1 names closer. no code changes | Denys Vlasenko |
2010-10-17 | shaN: code shrink | Denys Vlasenko |
2010-10-16 | md5: code shrink; and use 64-byte temp buf, not 128-byte. | Denys Vlasenko |
2010-10-16 | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko |
2010-10-16 | modutils/*: move help bits into corresponding .c files | Denys Vlasenko |
2010-10-16 | libbb/md5: code shrink | Denys Vlasenko |
2010-10-15 | modutils/*: move applet bits into corresponding *.c files | Denys Vlasenko |
2010-10-15 | date: move applet and usage bits to date.c | Denys Vlasenko |
2010-10-12 | init/*: move applet/kbuild/config/help bits into applet source files | Denys Vlasenko |
2010-10-12 | tweaks to build system, mainly making menuconfig text and order clearer | Denys Vlasenko |
2010-10-09 | tweak help text | Denys Vlasenko |
2010-10-08 | fix help text punctuation | Denys Vlasenko |
2010-10-07 | tweak usage texts | Denys Vlasenko |
2010-10-05 | tune2fs: implement -c and -i options | Richard Braun |
2010-10-04 | wc: add support for -m | Denys Vlasenko |
2010-10-01 | Marked some more applets NOEXEC/NOFORK | Dan Fandrich |