aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * .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
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-225-59/+52
|\|
| * 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
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-217-436/+425
|\|
| * 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
| * getty: fix -i (was ignored)Denys Vlasenko2011-01-091-17/+0
* | Add code to find console dimensions in WIN32Ron Yorston2012-02-201-0/+2
* | mingw.h: drop parameters for lchown to chown mappingStefan Sauer2011-12-051-1/+1
* | libbb.h: avoid reddefining WINVERStefan Sauer2011-12-051-1/+3
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0410-265/+106
|\|
| * explain every non-SUID_DROP applet. No code changesDenys Vlasenko2011-01-031-1/+18
| * su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-311-9/+0
| * blkid: optional support for TYPE="fstype"Denys Vlasenko2010-12-301-0/+1
| * cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-29/+0
| * mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-201-30/+0
| * ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-191-61/+0