- 50db1f2 sysctl: recognize ";comment" and "<whitespace>#comment" lines by Denys Vlasenko · 7 years ago
- 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
- b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
- 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
- 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
- 008fc94 libbb: remove vdprintf by Ron Yorston · 7 years ago
- e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
- 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
- a8cf9c5 libbb: new function bb_getgroups() - allocating wrapper around getgroups() by Denys Vlasenko · 7 years ago
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
- a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
- 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
- 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
- 352ddd3 Tweak GETOPT_RESET comment by Denys Vlasenko · 8 years ago
- 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
- d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
- 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
- d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
- ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
- 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
- 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
- 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
- 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
- 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
- 4f13a70 suppress glibc "use sysmacros.h for major" warning by Denys Vlasenko · 8 years ago
- c6f3524 selinux: drop deprecated headers by Mike Frysinger · 8 years ago
- 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
- 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
- 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
- 0ae0509 libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) by Denys Vlasenko · 8 years ago
- 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
- aa3576a hush: fix "redirects can close script fd" bug by Denys Vlasenko · 8 years ago
- ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
- 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
- b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
- 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
- c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
- 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
- dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
- 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
- 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
- accd9ee remove systemd support by Denys Vlasenko · 9 years ago
- 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
- 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
- ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
- e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
- 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
- 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
- 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
- c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
- d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
- d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
- 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
- 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
- 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
- 911db16 truncate: new applet by Ari Sundholm · 10 years ago
- 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
- a6588fa Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS by Peter Kümmel · 10 years ago
- b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
- 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
- d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
- d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
- feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
- bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 10 years ago
- 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
- 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
- f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
- 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
- e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
- 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
- 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
- 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
- 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
- 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
- af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
- 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
- 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
- a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
- 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
- bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
- 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
- c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
- c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
- 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
- 4928e9f losetup: assorted fixes. Closes 6314 by Denys Vlasenko · 11 years ago
- d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
- 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
- 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
- 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
- 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
- fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
- d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
- 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago