aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'net' (early part)Nguyễn Thái Ngọc Duy2010-09-202-3/+22
|\
| * win32: re-enable xconnect.cNguyễn Thái Ngọc Duy2010-09-202-2/+13
| * win32: reimplement connect()Nguyễn Thái Ngọc Duy2010-09-201-0/+2
| * win32: reimplement socket()Nguyễn Thái Ngọc Duy2010-09-201-1/+5
| * win32: add init_winsock()Nguyễn Thái Ngọc Duy2010-09-201-0/+1
| * win32: implement inet_aton()Nguyễn Thái Ngọc Duy2010-09-201-0/+1
* | Merge branch 'procps'Nguyễn Thái Ngọc Duy2010-09-152-1/+4
|\ \
| * | win32: process.c: implement kill(), SIGTERM onlyNguyễn Thái Ngọc Duy2010-09-151-1/+1
| * | win32: reimplement procps_scan()Nguyễn Thái Ngọc Duy2010-09-151-0/+3
| |/
* / win32: enable dateNguyễn Thái Ngọc Duy2010-09-141-0/+4
|/
* Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-143-4/+3
|\
| * tweak udhcpd help textDenys Vlasenko2010-09-061-1/+1
| * shell: remove lash and bbshDenys Vlasenko2010-09-061-1/+0
| * libbb: xfunc_error_retval can be a byteDenys Vlasenko2010-09-011-2/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-10/+25
|\|
| * better shared strings trickDenys Vlasenko2010-09-011-10/+25
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-149-19/+38
|\|
| * libbb: add xfstat functionDenys Vlasenko2010-08-311-0/+1
| * pmap: new applet. +1k.Alexander Shishkin2010-08-281-7/+24
| * patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-221-0/+1
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-169-12/+12
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-14/+20
|\|
| * platform.h: regularize endian detectionDenys Vlasenko2010-08-161-15/+20
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-142-1/+3
|\|
| * *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
| * libbb: factor out common code from mpstat/iostatDenys Vlasenko2010-08-161-0/+2
* | 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