aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-161-2/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+2
|\|
| * 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-141-3/+8
|\|
| * *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-3/+8
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-7/+7
|\|
| * OpenBSD compatibilityWaldemar Brodkorb2010-08-061-7/+7
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-5/+21
|\|
| * libbb.h: add device names for Hurd and FreeBSDJeremie Koenig2010-07-191-5/+21
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-14/+29
|\|
| * *: 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
| * *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-4/+3
| * *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-0/+1
| * bootchartd: added optional compat featuresDenys Vlasenko2010-06-211-0/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+2
|\|
| * bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-0/+2
* | 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-141-1/+1
|\|
| * *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-301-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+9
|\|
| * rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-061-0/+9
* | win32: add get_busybox_exec_path(), which is bb_busybox_exec_pathNguyễn Thái Ngọc Duy2010-09-101-0/+4
* | libbb.h: support MinGW portNguyễn Thái Ngọc Duy2010-09-101-0/+16
|/
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-0/+2
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-0/+2
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-2/+4
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-0/+6
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-0/+2
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-5/+6
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-1/+5
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-091-0/+1
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-0/+1
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-261-1/+0
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-3/+4
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-1/+4
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-021-17/+23
* stat: get rid on intmax_tDenys Vlasenko2010-02-021-0/+1
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-011-0/+5
* ls: unicode fixesDenys Vlasenko2010-01-311-5/+14
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-181-1/+3
* cp: fix -H handlingDenys Vlasenko2010-01-151-11/+12
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+1
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-2/+2