aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-02-02move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko
2011-02-02hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko
2011-02-02libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca
2011-01-24nicer looking ifdef in libbb/makedev.cDenys Vlasenko
2011-01-24FreeBSD compatChris Rees
2011-01-24FreeBSD compatChris Rees
2011-01-24libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko
2011-01-22hwclock: implement --systzDavide Cavalca
2011-01-22pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko
2011-01-22svlogd: extend usage text. +70 bytesDenys Vlasenko
2011-01-21fix compile error on non-x86 architecturesDenys Vlasenko
2011-01-20sighandler_t definition for BSDChris Rees
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2011-01-17insmod: check for module read errorsDenys Vlasenko
2011-01-16move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa
2011-01-13top: add keyboard commands to --helpDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2011-01-09stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko
2011-01-09getty: fix -i (was ignored)Denys Vlasenko
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko
2010-12-31su: document -l in --help text. Closes bug 2761Denys Vlasenko
2010-12-30blkid: optional support for TYPE="fstype"Denys Vlasenko
2010-12-26cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko
2010-12-20mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko
2010-12-19ls: print a space after each column. Closes bug 2941Denys Vlasenko
2010-12-13nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko
2010-12-05build system: fix "make install" to skip /usr when configured soJoachim Nilsson
2010-12-05pstree: new applet. +1664 bytesLauri Kasanen
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko
2010-11-28ping: add -t TTL optionJoachim Nilsson
2010-11-22patch: remove out-of-file build machineryDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-11-03*: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko
2010-11-02init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko
2010-10-29decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-27Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko
2010-10-27netstat: fix -r display in usage textBob Dunlop
2010-10-26mv: implement -n optionDenys Vlasenko
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-10-24Remove check for supported libc.Denys Vlasenko
2010-10-24remove unused SC_x (serial port names) definesDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko