aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-142-11/+30
|\
| * *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-3/+8
| * ntpd: mention -N in help textDenys Vlasenko2010-08-111-3/+1
| * wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-081-3/+8
| * udhcpc: add -v to help textDenys Vlasenko2010-08-071-2/+13
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-142-9/+15
|\|
| * OpenBSD compatibilityWaldemar Brodkorb2010-08-062-9/+15
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-143-39/+21
|\|
| * dc: make it use long longs for integer opsDenys Vlasenko2010-07-291-22/+0
| * libbb.h: add device names for Hurd and FreeBSDJeremie Koenig2010-07-191-5/+21
| * cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko2010-07-162-12/+0
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-142-10/+0
|\|
| * ash: move config stuff into ash.c, no code chagesDenys Vlasenko2010-07-162-10/+0
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-146-214/+135
|\|
| * hush: make set -x support optionalDenys Vlasenko2010-07-162-11/+0
| * hush: fix faloout from previous commitDenys Vlasenko2010-07-151-5/+8
| * *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-4/+17
| * libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-0/+1
| * losetup: use LOOP_foo definesLauri Kasanen2010-07-041-6/+6
| * chrt: code shrinkDenys Vlasenko2010-07-011-37/+37
| * consolidate xz format comment. no code changesDenys Vlasenko2010-07-011-0/+2
| * xz compression detection: avoid the need to seekDenys Vlasenko2010-07-011-9/+14
| * conspy: code shrinkPascal Bellard2010-06-281-10/+0
| * nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko2010-06-271-78/+0
| * *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-4/+3
| * *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-262-48/+33
| * tar: optional support for --to-commandLadislav Michl2010-06-251-0/+4
| * *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-0/+1
| * bootchartd: added optional compat featuresDenys Vlasenko2010-06-211-0/+1
| * Added code for nonstandard function strsep()Dan Fandrich2010-06-191-0/+6
| * A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-143-256/+3
|\|
| * findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-152-144/+0
| * bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-0/+2
| * small fix in usage textDenys Vlasenko2010-06-071-1/+1
| * modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-111/+0
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+2
|\|
| * pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-0/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-142-33/+11
|\|
| * yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko2010-06-061-5/+0
| * make it possible to keep usage texts in .c filesDenys Vlasenko2010-06-061-13/+2
| * make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko2010-06-061-2/+1
| * Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-051-13/+8
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+16
|\|
| * *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-0/+16
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-42/+92
|\|
| * lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich2010-06-011-1/+5
| * archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-311-2/+5
| * *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-302-3/+4
| * unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko2010-05-303-0/+26