aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-4/+4
* libbb: fix vasprintf implementationDenys Vlasenko2009-11-171-1/+2
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-152-6/+17
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-151-4/+4
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-2/+4
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-5/+3
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-137-31/+31
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-112-5/+5
* ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko2009-11-111-47/+52
* wget: factor out progress bar codeMagnus Damm2009-11-082-0/+153
* 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