summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko2011-01-091-6/+3
* getty: fix -i (was ignored)Denys Vlasenko2011-01-091-17/+0
* explain every non-SUID_DROP applet. No code changesDenys Vlasenko2011-01-031-1/+18
* su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-311-9/+0
* blkid: optional support for TYPE="fstype"Denys Vlasenko2010-12-301-0/+1
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-29/+0
* mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-201-30/+0
* ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-191-61/+0
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-132-28/+2
* build system: fix "make install" to skip /usr when configured soJoachim Nilsson2010-12-051-0/+5
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+1
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-012-17/+0
* ping: add -t TTL optionJoachim Nilsson2010-11-282-57/+0
* patch: remove out-of-file build machineryDenys Vlasenko2010-11-222-24/+0
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-0/+0
* *: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko2010-11-031-0/+71
* init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2010-11-021-3/+0
* decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko2010-10-291-0/+2
* whitespace cleanupDenys Vlasenko2010-10-294-5/+5
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-283-4/+4
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-4/+3
* Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2010-10-271-21/+0
|\
| * netstat: fix -r display in usage textBob Dunlop2010-10-271-21/+0
* | mv: implement -n optionDenys Vlasenko2010-10-261-12/+0
|/
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-251-2/+5
* Remove check for supported libc.Denys Vlasenko2010-10-241-9/+0
* remove unused SC_x (serial port names) definesDenys Vlasenko2010-10-241-22/+3
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-0/+1
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+1
* patch: implement -E optionLukas Huba2010-10-211-5/+7
* revert last change (wrong author)Denys Vlasenko2010-10-211-7/+5
* patch: implement -E optionGilles Espinasse2010-10-211-5/+7
* ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy2010-10-201-1/+3
* udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-201-78/+0
* libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko2010-10-191-30/+14
* hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko2010-10-181-23/+23
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-182-4/+12
* *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-181-1/+1
* touch: update help textPascal Bellard2010-10-181-1/+2
* bring md5 and sha1 names closer. no code changesDenys Vlasenko2010-10-171-2/+2
* shaN: code shrinkDenys Vlasenko2010-10-171-2/+2
* md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-162-1/+5
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-6/+6
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-20/+0
* libbb/md5: code shrinkDenys Vlasenko2010-10-161-1/+0
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-10/+0
* date: move applet and usage bits to date.cDenys Vlasenko2010-10-152-41/+0
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-122-176/+0
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-122-6/+6