Age | Commit message (Expand) | Author |
2017-07-07 | main: fix the case where user has "halt" as login shell. Closes 9986 | Denys Vlasenko |
2017-07-04 | libbb: new function bb_getgroups() - allocating wrapper around getgroups() | Denys Vlasenko |
2017-07-03 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko |
2017-04-13 | libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD | Denys Vlasenko |
2017-04-13 | su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY | Denys Vlasenko |
2017-04-13 | login: move check_securetty to libbb | Kaarle Ritvanen |
2017-04-12 | Tweak GETOPT_RESET comment | Denys Vlasenko |
2017-04-12 | libbb: GETOPT_RESET macro | Kaarle Ritvanen |
2017-04-12 | fix errors found with make_single_applets.sh | Denys Vlasenko |
2017-04-11 | libbb: move isqrt from factor, use it in diff too | Denys Vlasenko |
2017-04-05 | nl: new applet; also implement cat -nb (similar functionality to nl) | Denys Vlasenko |
2017-03-16 | mount: create loop devices with LO_FLAGS_AUTOCLEAR flag | Denys Vlasenko |
2017-01-30 | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko |
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-11 | libbb: consolidate the code to set termios unbuffered mode | 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-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-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-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-14 | fixes for problems found by bionic build | Denys Vlasenko |
2016-02-01 | Fix compiling with musl's utmp stubs | Kylie McClain |
2015-10-23 | libbb: factor out code which queries screen width | Denys Vlasenko |
2015-10-22 | remove systemd support | Denys Vlasenko |
2015-10-19 | libbb: get_uidgid() always called with allow_numeric=1 | Denys Vlasenko |
2015-10-14 | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko |
2015-10-13 | libbb: introduce kernel-style BUILD_BUG_ON() | Denys Vlasenko |
2015-10-09 | libbb: auto_string() for efficient handling of temporary malloced stirngs | Denys Vlasenko |
2015-10-09 | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko |
2015-10-07 | libbb: more compact API for bb_parse_mode() | Denys Vlasenko |
2015-08-25 | libbb: add is_suffixed_with() function | Bartosz Golaszewski |
2015-08-24 | libbb: add setsockopt_foo helpers | Denys Vlasenko |
2015-08-17 | unit-tests: remove unnecesary field from struct bbunit_listelem | Bartosz Golaszewski |
2015-07-19 | libbb: add a function to make a copy of a region of memory | Ron Yorston |
2015-04-20 | include: Fallback to UTMP unless there is UTMPX support | Bernhard Reutner-Fischer |