aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-1/+1
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-5/+5
* unicode: optional table for better handling of neutral bidi charsTomas Heinrich2010-03-261-3/+8
* udhcpc: add -x OPT:VAL optionDenys Vlasenko2010-03-251-0/+2
* brctl: fixing stp parameters incompatibilityMaciek Borzecki2010-03-231-1/+1
* udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko2010-03-201-39/+41
* flock: better help textDenys Vlasenko2010-03-201-3/+3
* tar: optional support for restoring selinux contextJ. Tang2010-03-191-0/+4
* flock: new appletTimo Teras2010-03-182-0/+11
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-5/+6
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-181-0/+17
* include/fix_u32.h: try harder to not cause redefinition errorsDenys Vlasenko2010-03-161-8/+19
* ar: add archive creation supportAlexander Shishkin2010-03-152-0/+30
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-1/+5
* popmaildir: give examples in help text. +91 byteDenys Vlasenko2010-03-101-2/+7
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-091-0/+1
* include/fix_u32.h: fix trivial compile breakage :(Denys Vlasenko2010-03-081-2/+2
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-061-0/+6
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-0/+1
* head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko2010-03-021-28/+33
* 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
* fix Unicode build on glibcDenys Vlasenko2010-02-191-2/+5
* usage: fix typoBernhard Reutner-Fischer2010-02-141-1/+1
* delete forgotten chunk in prev commitDenys Vlasenko2010-02-141-1/+0
* trim help textDenys Vlasenko2010-02-141-66/+65
* trim/regularize help textDenys Vlasenko2010-02-131-108/+113
* include/platform.h: PowerPC can also do unaligned accessJoakim Tjernlund2010-02-111-1/+1
* wget: ignore --no-check-certificateBernhard Reutner-Fischer2010-02-101-1/+1
* dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko2010-02-071-1/+6
* dnsd: better usage textDenys Vlasenko2010-02-061-8/+8
* dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko2010-02-061-0/+5
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-4/+8
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-0/+7
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-024-30/+34
* stat: get rid on intmax_tDenys Vlasenko2010-02-022-15/+2
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-012-1/+6
* ls: unicode fixesDenys Vlasenko2010-01-312-10/+14
* further work on unicodizationDenys Vlasenko2010-01-301-3/+13
* randomconfig fixesDenys Vlasenko2010-01-241-2/+2
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-24/+7
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-5/+8
* tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov2010-01-201-1/+4
* diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov2010-01-201-1/+2
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-182-1/+25
* trim usage text a bit; fix cp usage (meaning of -H option)Denys Vlasenko2010-01-151-29/+30
* cp: fix -H handlingDenys Vlasenko2010-01-151-11/+12
* small doc updateDenys Vlasenko2010-01-141-1/+2
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+1