aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko
2008-11-24trim help text a bitDenis Vlasenko
2008-11-24timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko
2008-11-16libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko
2008-11-13libbb: sha_crypt -123 bytesDenis Vlasenko
2008-11-13libbb/pw_encrypt_sha: -28 bytesDenis Vlasenko
2008-11-13libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko
2008-11-12gzip: fix gzip -dc case caused by using stale getopt stateDenis Vlasenko
2008-11-11du: fix "du /dir /dir" caseDenis Vlasenko
2008-11-11libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko
2008-11-10sha256,sha512: new applets. +4.9kbDenis Vlasenko
2008-11-10Typo fixesDenis Vlasenko
2008-11-10libbb: constify some data in sha1. gcc is clever enough to do it itself,Denis Vlasenko
2008-11-07libbb: add a TODO to support new SHA-based encrypted passwordsDenis Vlasenko
2008-11-06runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko
2008-11-04nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko
2008-11-02lineedit: fix bug 5824: Since version 23530 with lineedit.c,Denis Vlasenko
2008-10-30setup_environment: cd $HOME regardless of clear_env value.Denis Vlasenko
2008-10-26read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko
2008-10-25read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko
2008-10-25less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko
2008-10-25libbb: add forgotten file from previous commit :(Denis Vlasenko
2008-10-25vi: move key reading routine out of vi into llbbbDenis Vlasenko
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko
2008-10-20ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko
2008-10-19volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko
2008-10-18libbb: do not reject floating point strings like ".15"Denis Vlasenko
2008-09-27lineedit: fix problems with empty commands in historyDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-25top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko
2008-09-25whitespace fixesDenis Vlasenko
2008-09-19libbb: document that we maybe will want to understand \e somedayDenis Vlasenko
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko
2008-09-11runsvd: shrink by VladimirDenis Vlasenko
2008-09-05- commentary typo fixBernhard Reutner-Fischer
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko
2008-08-23hexdump: fix SEGV in hexdump -e ""Denis Vlasenko
2008-08-20getopt32: do not return pointer to alloca() areasDenis Vlasenko
2008-08-20linedit: fix use-after-freeDenis Vlasenko
2008-08-20libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko
2008-08-20libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko
2008-08-17libbb: use ptsname_r, it's smallerDenis Vlasenko
2008-08-15mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko
2008-08-06fix bug 4464 for real. I am dumb.Denis Vlasenko