summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mingw.h: drop parameters for lchown to chown mappingStefan Sauer2011-12-051-1/+1
* libbb.h: avoid reddefining WINVERStefan Sauer2011-12-051-1/+3
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0410-265/+106
|\
| * 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
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-043-4/+4
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-283-4/+4
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-043-66/+8
|\|
| * 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
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e'Nguyễn Thái Ngọc Duy2011-01-041-0/+1
|\|
| * *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+1
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^'Nguyễn Thái Ngọc Duy2011-01-042-119/+29
|\|
| * 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
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^'Nguyễn Thái Ngọc Duy2011-01-042-5/+13
|\|
| * *: 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
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-045-376/+122
|\|
| * 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