aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko2008-12-101-1/+3
* bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2008-12-101-0/+26
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-0/+15
* libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko2008-12-074-59/+56
* Fix forgotten license commentsDenis Vlasenko2008-12-0713-4/+28
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-5/+9
* libbb/crypt: code shrinkDenis Vlasenko2008-12-042-31/+39
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-5/+10
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-032-5/+9
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-022-57/+61
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-0/+8
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-252-3/+0
* trim help text a bitDenis Vlasenko2008-11-241-2/+2
* 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