aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* big endian warning fixesDenys Vlasenko2009-11-071-10/+12
* passwd: do not complain if /etc/shadow is missingDenys Vlasenko2009-11-021-1/+4
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-027-23/+20
* Add more compat code for non GNU environmentsDan Fandrich2009-11-011-8/+59
* lineedit: REALLY fix compile error nowDenys Vlasenko2009-10-291-2/+5
* lineedit: compile fixDenys Vlasenko2009-10-291-3/+2
* echo et al: support \e escapeDenys Vlasenko2009-10-291-3/+4
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-0/+9
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-273-45/+58
* rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko2009-10-272-6/+6
* libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko2009-10-271-10/+35
* libbb/xrealloc_vector.c: better commentDenys Vlasenko2009-10-271-2/+3
* libbb/bb_do_delay.c: shrinkDenys Vlasenko2009-10-271-5/+4
* libbb/ask_confirmation.c: shrinkDenys Vlasenko2009-10-271-9/+4
* read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko2009-10-262-33/+58
* read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko2009-10-261-50/+74
* read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2009-10-261-2/+2
* read_key: document more weird key sequencesDenys Vlasenko2009-10-261-1/+11
* lineedit: handle Ctrl-arrowsDenys Vlasenko2009-10-252-28/+85
* build failure fix and some cosmeticsDenys Vlasenko2009-10-231-1/+1
* *: remove last function calls to isspaceDenys Vlasenko2009-10-223-11/+7
* *: use better isspace implementationDenys Vlasenko2009-10-221-3/+10
* add B921600Bernhard Reutner-Fischer2009-10-201-1/+4
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-151-0/+63
* lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.Denys Vlasenko2009-10-141-34/+35
* comment anc Config.in changes, no code changesDenys Vlasenko2009-10-142-2/+2
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-132-136/+130
* libbb: revert the change where spawn reports exec failureDenys Vlasenko2009-10-111-1/+2
* libbb: make spawn() print "can't execute '%s'" on execv errorDenys Vlasenko2009-10-081-0/+1
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-0/+6
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-291-5/+14
* libbb/lineedit: restore ^D handling for unicodeDenys Vlasenko2009-09-291-3/+5
* libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko2009-09-271-18/+20
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-1/+0
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-1/+1
* pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko2009-09-221-62/+71
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-0/+25
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-3/+4
* top, ps: do not output trailing spacesDenys Vlasenko2009-09-111-0/+2
* top: add -m ("memory") optionDenys Vlasenko2009-09-111-7/+7
* httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko2009-09-101-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-063-4/+6
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-062-2/+3
* experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko2009-09-061-0/+20
* small commit tweak in parse_datestr, no code changesDenys Vlasenko2009-09-021-2/+2
* code shrink in help text codeDenys Vlasenko2009-08-301-6/+9
* ash: deal with some TODOs (mostly trivial)Denys Vlasenko2009-08-291-1/+7
* rpm2cpio: handle bz2 too; code shrinkPascal Bellard2009-08-281-1/+1