summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-241-1/+1
* libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko2008-11-161-6/+6
* libbb: sha_crypt -123 bytesDenis Vlasenko2008-11-131-30/+34
* libbb/pw_encrypt_sha: -28 bytesDenis Vlasenko2008-11-131-11/+9
* libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko2008-11-131-4/+37
* gzip: fix gzip -dc case caused by using stale getopt stateDenis Vlasenko2008-11-121-6/+19
* du: fix "du /dir /dir" caseDenis Vlasenko2008-11-111-1/+1
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-115-798/+767
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-103-27/+281
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-28/+538
* Typo fixesDenis Vlasenko2008-11-101-1/+1
* libbb: constify some data in sha1. gcc is clever enough to do it itself,Denis Vlasenko2008-11-101-22/+13
* libbb: add a TODO to support new SHA-based encrypted passwordsDenis Vlasenko2008-11-071-12/+5
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-4/+4
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-054-6/+9
* nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2008-11-041-3/+0
* lineedit: fix bug 5824: Since version 23530 with lineedit.c,Denis Vlasenko2008-11-021-1/+2
* setup_environment: cd $HOME regardless of clear_env value.Denis Vlasenko2008-10-301-7/+7
* read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko2008-10-261-2/+3
* read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko2008-10-251-0/+5
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-6/+11
* libbb: add forgotten file from previous commit :(Denis Vlasenko2008-10-251-0/+146
* vi: move key reading routine out of vi into llbbbDenis Vlasenko2008-10-251-0/+1
* build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko2008-10-241-1/+1
* ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2008-10-202-24/+34
* volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko2008-10-191-1/+1
* libbb: do not reject floating point strings like ".15"Denis Vlasenko2008-10-181-1/+2
* lineedit: fix problems with empty commands in historyDenis Vlasenko2008-09-271-26/+47
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-253-3/+3
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-251-7/+26
* whitespace fixesDenis Vlasenko2008-09-251-1/+1
* libbb: document that we maybe will want to understand \e somedayDenis Vlasenko2008-09-191-7/+10
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-2/+0
* runsvd: shrink by VladimirDenis Vlasenko2008-09-111-0/+8
* - commentary typo fixBernhard Reutner-Fischer2008-09-051-1/+1
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-12/+21
* hexdump: fix SEGV in hexdump -e ""Denis Vlasenko2008-08-231-2/+3
* getopt32: do not return pointer to alloca() areasDenis Vlasenko2008-08-201-1/+12
* linedit: fix use-after-freeDenis Vlasenko2008-08-201-2/+3
* libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko2008-08-201-1/+2
* libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko2008-08-201-40/+24
* libbb: use ptsname_r, it's smallerDenis Vlasenko2008-08-171-10/+14
* mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko2008-08-151-21/+16
* optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko2008-08-092-115/+90
* grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko2008-08-092-2/+43
* fix bug 4464 for real. I am dumb.Denis Vlasenko2008-08-061-2/+1
* *: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko2008-08-051-3/+3
* libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko2008-08-051-1/+1
* randomconfig fixesDenis Vlasenko2008-08-051-1/+5
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-052-14/+78