Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -0/+1 |
|\ | |||||
| * | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin | 2010-10-22 | 1 | -0/+1 |
* | | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 2 | -119/+29 |
|\| | |||||
| * | patch: implement -E option | Lukas Huba | 2010-10-21 | 1 | -5/+7 |
| * | revert last change (wrong author) | Denys Vlasenko | 2010-10-21 | 1 | -7/+5 |
| * | patch: implement -E option | Gilles Espinasse | 2010-10-21 | 1 | -5/+7 |
| * | ntpd: fix usage text and a typo in constant name | Leonid Lisovskiy | 2010-10-20 | 1 | -1/+3 |
| * | udhcpc: move usage text to .c file. no code changes | Denys Vlasenko | 2010-10-20 | 1 | -78/+0 |
| * | libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 | Denys Vlasenko | 2010-10-19 | 1 | -30/+14 |
| * | hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes | Denys Vlasenko | 2010-10-18 | 1 | -23/+23 |
* | | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 2 | -5/+13 |
|\| | |||||
| * | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko | 2010-10-18 | 2 | -4/+12 |
| * | *: use SWAP_BE64 instead of open-coding it | Denys Vlasenko | 2010-10-18 | 1 | -1/+1 |
* | | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 5 | -376/+122 |
|\| | |||||
| * | touch: update help text | Pascal Bellard | 2010-10-18 | 1 | -1/+2 |
| * | bring md5 and sha1 names closer. no code changes | Denys Vlasenko | 2010-10-17 | 1 | -2/+2 |
| * | shaN: code shrink | Denys Vlasenko | 2010-10-17 | 1 | -2/+2 |
| * | md5: code shrink; and use 64-byte temp buf, not 128-byte. | Denys Vlasenko | 2010-10-16 | 2 | -1/+5 |
| * | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko | 2010-10-16 | 1 | -6/+6 |
| * | modutils/*: move help bits into corresponding .c files | Denys Vlasenko | 2010-10-16 | 1 | -20/+0 |
| * | libbb/md5: code shrink | Denys Vlasenko | 2010-10-16 | 1 | -1/+0 |
| * | modutils/*: move applet bits into corresponding *.c files | Denys Vlasenko | 2010-10-15 | 1 | -10/+0 |
| * | date: move applet and usage bits to date.c | Denys Vlasenko | 2010-10-15 | 2 | -41/+0 |
| * | init/*: move applet/kbuild/config/help bits into applet source files | Denys Vlasenko | 2010-10-12 | 2 | -176/+0 |
| * | tweaks to build system, mainly making menuconfig text and order clearer | Denys Vlasenko | 2010-10-12 | 2 | -6/+6 |
| * | tweak help text | Denys Vlasenko | 2010-10-09 | 1 | -1/+1 |
| * | fix help text punctuation | Denys Vlasenko | 2010-10-08 | 1 | -1/+1 |
| * | tweak usage texts | Denys Vlasenko | 2010-10-07 | 1 | -66/+69 |
| * | tune2fs: implement -c and -i options | Richard Braun | 2010-10-05 | 1 | -12/+0 |
| * | wc: add support for -m | Denys Vlasenko | 2010-10-04 | 1 | -15/+0 |
| * | Marked some more applets NOEXEC/NOFORK | Dan Fandrich | 2010-10-01 | 1 | -13/+13 |
| * | free: document newly added options | Denys Vlasenko | 2010-10-01 | 1 | -1/+1 |
| * | halt/poweroff/reboot: unify help text | Denys Vlasenko | 2010-09-30 | 1 | -21/+21 |
| * | acpid: add config file and map file | Souf Oued | 2010-09-26 | 1 | -4/+10 |
| * | libbb: merge mail and uudecode's base64 decoders | Denys Vlasenko | 2010-09-16 | 1 | -0/+6 |
| * | sleep: make it non-NOFORK. Fixes ^C in standalone shell | Denys Vlasenko | 2010-09-14 | 1 | -2/+3 |
* | | Merge branch 'vi' | Nguyễn Thái Ngọc Duy | 2010-09-22 | 1 | -0/+2 |
|\ \ | |||||
| * | | win32: platform.h: reuse memrchr() in platform.c | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+2 |
* | | | Merge branch 'net' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-20 | 2 | -3/+22 |
|\ \ \ | |||||
| * | | | win32: re-enable xconnect.c | Nguyễn Thái Ngọc Duy | 2010-09-20 | 2 | -2/+13 |
| * | | | win32: reimplement connect() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+2 |
| * | | | win32: reimplement socket() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -1/+5 |
| * | | | win32: add init_winsock() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+1 |
| * | | | win32: implement inet_aton() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'procps' | Nguyễn Thái Ngọc Duy | 2010-09-15 | 2 | -1/+4 |
|\ \ \ | |||||
| * | | | win32: process.c: implement kill(), SIGTERM only | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -1/+1 |
| * | | | win32: reimplement procps_scan() | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -0/+3 |
| |/ / | |||||
* / / | win32: enable date | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+4 |
|/ / | |||||
* | | Merge remote branch 'origin/master' | Nguyễn Thái Ngọc Duy | 2010-09-14 | 3 | -4/+3 |
|\| | |||||
| * | tweak udhcpd help text | Denys Vlasenko | 2010-09-06 | 1 | -1/+1 |