aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* getty: fix -i (was ignored)Denys Vlasenko2011-01-091-17/+0
* 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
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-132-28/+2
* build system: fix "make install" to skip /usr when configured soJoachim Nilsson2010-12-051-0/+5
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+1
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-012-17/+0
* ping: add -t TTL optionJoachim Nilsson2010-11-282-57/+0
* patch: remove out-of-file build machineryDenys Vlasenko2010-11-222-24/+0
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-0/+0
* *: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko2010-11-031-0/+71
* init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2010-11-021-3/+0
* decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko2010-10-291-0/+2
* whitespace cleanupDenys Vlasenko2010-10-294-5/+5
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-283-4/+4