aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-0/+2
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-0/+2
* removed extra \n in fdisk help textDenys Vlasenko2010-04-061-1/+1
* 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
* httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2010-04-021-1/+1
* libpwdgrp: comment out more unused functionsDenys Vlasenko2010-03-311-1/+4
* libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko2010-03-312-7/+5
* dpkg: support config file overwrite optionsKim B. Heino2010-03-291-1/+16
* usage: random tweaks to help textsDenys Vlasenko2010-03-281-34/+34
* dumpleases: better help textDenys Vlasenko2010-03-281-8/+8
* 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