aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * top: fix CPU% for thread display. Closes 4081Denys Vlasenko2011-08-281-15/+19
| * Fixes for warnings in FreeBSD buildDenys Vlasenko2011-08-282-9/+11
| * Fixes for FreeBSD buildMatthias Andree2011-08-281-0/+4
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-229-26/+216
|\|
| * Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2011-08-131-1/+1
| * randomconfig fixesDenys Vlasenko2011-08-101-1/+5
| * die_if_bad_username: tighten up a bitDenys Vlasenko2011-08-091-10/+32
| * less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-251-1/+4
| * libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko2011-07-112-12/+161
| * a few tweaks for bionicDenys Vlasenko2011-07-082-1/+4
| * platform.h: tweaks for cygwinDenys Vlasenko2011-07-081-1/+9
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-226-111/+163
|\|
| * platform.c: provide getline implementationTimo Teras2011-06-291-0/+29
| * parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2011-06-201-49/+43
| * libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko2011-06-181-3/+32
| * procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-1/+8
| * parse_config: make test applet easier to enable; fix its codeDenys Vlasenko2011-06-182-32/+29
| * libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-172-43/+51
| * appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko2011-06-031-13/+2
| * only compile obscure.c when neededDan Fandrich2011-06-031-2/+1
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-2210-166/+165
|\|
| * fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko2011-05-291-1/+3
| * find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko2011-05-233-20/+9
| * lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko2011-05-201-9/+15
| * warning removalCristian Ionescu-Idbohrn2011-05-201-1/+1
| * busybox.conf: code shrinkDenys Vlasenko2011-05-161-13/+12
| * busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-161-7/+6
| * main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-161-33/+34
| * main: free suid_config list after useDenys Vlasenko2011-05-162-34/+31
| * simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-45/+30
| * fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-5/+2
| * adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-2/+23
| * hush: make read builtin interruptible.Denys Vlasenko2011-05-081-4/+5
| * libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-5/+7
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-229-77/+125
|\|
| * straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2011-04-171-3/+3
| * small fixes atop syslog config patchDenys Vlasenko2011-04-161-1/+5
| * Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
| * basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko2011-04-111-0/+2
| * move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+6
| * libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-7/+9
| * small fix for HISTFILESIZEDenys Vlasenko2011-03-311-0/+1
| * ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-312-17/+32
| * lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2011-03-272-48/+66
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-2211-49/+95
|\|
| * ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-231-11/+17
| * don't call freeaddinfo(NULL)Vitaly Magerya2011-03-222-9/+12
| * busybox: fail if --install is not given an absolute pathDenys Vlasenko2011-03-121-4/+3
| * libbb: make warning go awayDenys Vlasenko2011-03-121-4/+6
| * forgot to add libbb/get_shell_name.cDenys Vlasenko2011-03-081-0/+25