aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-05-291-4/+47
|\
| * libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-131-2/+2
| * su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-0/+1
| * login: move check_securetty to libbbKaarle Ritvanen2017-04-131-0/+5
| * Tweak GETOPT_RESET commentDenys Vlasenko2017-04-121-5/+3
| * libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-0/+22
| * fix errors found with make_single_applets.shDenys Vlasenko2017-04-121-1/+1
| * libbb: move isqrt from factor, use it in diff tooDenys Vlasenko2017-04-111-0/+2
| * nl: new applet; also implement cat -nb (similar functionality to nl)Denys Vlasenko2017-04-051-0/+10
| * mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-161-3/+8
* | Merge branch 'busybox' into mergeRon Yorston2017-02-083-36/+111
|\|
| * libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko2017-01-301-1/+1
| * libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko2017-01-261-5/+9
| * tls: can download kernels now :)Denys Vlasenko2017-01-241-1/+1
| * tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-241-17/+25
| * separate TLS code into a library, use in in wgetDenys Vlasenko2017-01-231-21/+67
| * password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko2017-01-201-0/+8
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-0/+4
| * Allow FAST_FUNC to be overridden at build timeKang-Che Sung2017-01-091-5/+10
* | Provide vfprintf replacementRon Yorston2017-02-071-0/+1
* | win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-181-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-01-042-11/+17
|\|
| * modprobe-small: make applets individually selectableDenys Vlasenko2016-12-231-2/+1
| * Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko2016-12-221-4/+4
| * df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-0/+1
| * suppress glibc "use sysmacros.h for major" warningDenys Vlasenko2016-12-121-1/+1
| * selinux: drop deprecated headersMike Frysinger2016-12-091-2/+0
| * randomconfig fixesDenys Vlasenko2016-12-081-2/+10
* | Merge branch 'busybox' into mergeRon Yorston2016-11-293-301/+63
|\|
| * lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov2016-11-241-38/+38
| * Remove outdated commentsDenys Vlasenko2016-11-231-5/+0
| * Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+1
| * Convert all selinux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-12/+0
| * test: make [ and [[ forms individually selectableDenys Vlasenko2016-11-231-2/+6
| * Remove remnants of disabled "length" appletDenys Vlasenko2016-11-231-1/+0
| * Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-70/+0
| * Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-39/+0
| * Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-16/+0
| * Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+0
| * tc: consolidate its disabled bitsDenys Vlasenko2016-11-231-1/+0
| * Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-49/+0
| * Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-14/+0
| * Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-37/+0
| * applets.h.sh: a script to check applet names against config optionsDenys Vlasenko2016-11-171-0/+20
| * Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko2016-11-161-2/+0
| * Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko2016-11-161-3/+0
| * Make ifup and ifdown individually selectable.Denys Vlasenko2016-11-141-2/+0
| * Make swapon and swapoff individually selectable.Denys Vlasenko2016-11-141-2/+0
| * dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko2016-11-131-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-11-101-1/+1
|\|