Age | Commit message (Expand) | Author |
2017-01-26 | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko |
2017-01-24 | tls: can download kernels now :) | Denys Vlasenko |
2017-01-24 | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work | Denys Vlasenko |
2017-01-23 | separate TLS code into a library, use in in wget | Denys Vlasenko |
2017-01-20 | password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD | Denys Vlasenko |
2017-01-11 | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko |
2017-01-09 | Allow FAST_FUNC to be overridden at build time | Kang-Che Sung |
2016-12-23 | modprobe-small: make applets individually selectable | Denys Vlasenko |
2016-12-22 | Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" | Denys Vlasenko |
2016-12-12 | df: implement -B n<suff> and -B <suff> formats of -B option | Denys Vlasenko |
2016-12-12 | suppress glibc "use sysmacros.h for major" warning | Denys Vlasenko |
2016-12-09 | selinux: drop deprecated headers | Mike Frysinger |
2016-12-08 | randomconfig fixes | Denys Vlasenko |
2016-11-24 | lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace | Rostislav Skudnov |
2016-11-23 | Remove outdated comments | Denys Vlasenko |
2016-11-23 | Convert all udhcp applets to "new style" applet definitions | Denys Vlasenko |
2016-11-23 | Convert all selinux/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-23 | test: make [ and [[ forms individually selectable | Denys Vlasenko |
2016-11-23 | Remove remnants of disabled "length" applet | Denys Vlasenko |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-23 | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-23 | Convert all console-tools/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-23 | Convert all mailutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-23 | tc: consolidate its disabled bits | Denys Vlasenko |
2016-11-23 | Convert all networking/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-23 | Convert all procps/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-22 | Convert all miscutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-17 | applets.h.sh: a script to check applet names against config options | Denys Vlasenko |
2016-11-16 | Make mkfs.vfat and mkdosfs individually selectable | Denys Vlasenko |
2016-11-16 | Make mke2fs and mkfs.ext2 individually selectable | Denys Vlasenko |
2016-11-14 | Make ifup and ifdown individually selectable. | Denys Vlasenko |
2016-11-14 | Make swapon and swapoff individually selectable. | Denys Vlasenko |
2016-11-13 | dnsdomainname: split it from "hostname", make it independently selectable | Denys Vlasenko |
2016-11-03 | su: expand help; simplify passing of -c CMD to run_shell() | Denys Vlasenko |
2016-09-18 | libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) | Denys Vlasenko |
2016-08-29 | sha3: fix to conform to final SHA3 padding standard, add -a BITS option | Denys Vlasenko |
2016-08-22 | hush: fix "redirects can close script fd" bug | Denys Vlasenko |
2016-07-22 | config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK | Denys Vlasenko |
2016-06-20 | libarchive: fix xmalloc_open_zipped_read_close() on NOMMU | Denys Vlasenko |
2016-06-19 | libbb: move common code into run_applet_and_exit | Ron Yorston |
2016-05-27 | cp: add -u/--update and --remove-destination | Denys Vlasenko |
2016-04-24 | generate_BUFSIZ.sh: yet another tweak | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-04-03 | whitespace and namespace cleanups | Denys Vlasenko |
2016-04-03 | ubirmvol: Implement -N switch for ubirmvol | Sven Eisenberg |
2016-04-02 | nsenter,unshare: share common code; fix a bug of not closing all fds | Denys Vlasenko |
2016-04-01 | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) | Denys Vlasenko |
2016-03-30 | udhcp: get rid of bb_info_msg() | Denys Vlasenko |
2016-03-30 | applet_tables: save space by removing applet name offsets | Ron Yorston |
2016-03-14 | fixes for problems found by bionic build | Denys Vlasenko |