aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-27Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko
2010-10-27netstat: fix -r display in usage textBob Dunlop
2010-10-26mv: implement -n optionDenys Vlasenko
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-10-24Remove check for supported libc.Denys Vlasenko
2010-10-24remove unused SC_x (serial port names) definesDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-21patch: implement -E optionLukas Huba
2010-10-21revert last change (wrong author)Denys Vlasenko
2010-10-21patch: implement -E optionGilles Espinasse
2010-10-20ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy
2010-10-20udhcpc: move usage text to .c file. no code changesDenys Vlasenko
2010-10-19libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko
2010-10-18hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko
2010-10-18*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko
2010-10-18*: use SWAP_BE64 instead of open-coding itDenys Vlasenko
2010-10-18touch: update help textPascal Bellard
2010-10-17bring md5 and sha1 names closer. no code changesDenys Vlasenko
2010-10-17shaN: code shrinkDenys Vlasenko
2010-10-16md5: 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 lastDenys Vlasenko
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko
2010-10-16libbb/md5: code shrinkDenys Vlasenko
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko
2010-10-15date: move applet and usage bits to date.cDenys Vlasenko
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-10-08fix help text punctuationDenys Vlasenko
2010-10-07tweak usage textsDenys Vlasenko
2010-10-05tune2fs: implement -c and -i optionsRichard Braun
2010-10-04wc: add support for -mDenys Vlasenko
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-10-01free: document newly added optionsDenys Vlasenko
2010-09-30halt/poweroff/reboot: unify help textDenys Vlasenko
2010-09-26acpid: add config file and map fileSouf Oued
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko
2010-09-14sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko
2010-09-06tweak udhcpd help textDenys Vlasenko
2010-09-06shell: remove lash and bbshDenys Vlasenko
2010-09-01libbb: xfunc_error_retval can be a byteDenys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko