aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* move remaining help text from include/usage.src.hPere Orga2011-04-111-2311/+0
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-1/+1
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-400/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-1055/+0
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-311-1/+3
* move help text from include/usage.src.h to console-tools/*.cPere Orga2011-03-281-111/+0
* applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko2011-03-282-23/+32
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-210/+0
* mount: add --rbind option supportRoman Borisov2011-03-261-1/+1
* ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-231-0/+4
* wget: move help text to .c fileDenys Vlasenko2011-03-211-25/+0
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-082-1/+9
* ftpd: better usage textDenys Vlasenko2011-03-081-17/+0
* .gitignore: add missing ignoresBjørn Forsman2011-03-061-0/+4
* nameif: add matching by phy_address=NUM; extend help textPhil Sutter2011-03-061-14/+0
* tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-021-26/+26
* tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-011-0/+2
* libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-011-3/+3
* Move stpcpy replacement function into libbbDan Fandrich2011-02-131-0/+8
* mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko2011-02-131-20/+0
* progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-111-2/+3
* progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-3/+9
* progress bar: better overflow protection; more precise barDenys Vlasenko2011-02-101-2/+3
* use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-082-1/+1
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-3/+2
* incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-072-1/+4
* tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-061-10/+10
* ash: optional support for $TMOUT variableDenys Vlasenko2011-02-041-1/+3
* move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko2011-02-021-11/+0
* hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-021-0/+1
* libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-021-5/+7
* disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko2011-01-261-1/+1
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-0/+3
* add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca2011-01-251-0/+6
* nicer looking ifdef in libbb/makedev.cDenys Vlasenko2011-01-241-1/+1
* FreeBSD compatChris Rees2011-01-242-6/+12
* FreeBSD compatChris Rees2011-01-242-0/+12
* libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2011-01-241-3/+3
* hwclock: implement --systzDavide Cavalca2011-01-221-19/+0
* pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko2011-01-221-1/+1
* svlogd: extend usage text. +70 bytesDenys Vlasenko2011-01-221-7/+0
* fix compile error on non-x86 architecturesDenys Vlasenko2011-01-211-3/+4
* sighandler_t definition for BSDChris Rees2011-01-201-0/+6
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-182-349/+349
* disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko2011-01-181-0/+2
* insmod: check for module read errorsDenys Vlasenko2011-01-171-2/+2
* move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa2011-01-162-9/+17
* top: add keyboard commands to --helpDenys Vlasenko2011-01-131-8/+0
* libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-111-2/+2
* stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko2011-01-091-6/+3