- 1f92503 *: generalize "const trick" by YU Jincheng · 3 years, 2 months ago
- 03ed86b libbb: code shrink in main() and scripted_main() by Denys Vlasenko · 3 years, 2 months ago
- 627821e libbb/lineedit: tweak #if indenting, no code changes by Denys Vlasenko · 3 years, 2 months ago
- f27a6a9 libbb: code shrink parse_datestr (again) by Ron Yorston · 3 years, 3 months ago
- 6d2463a libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion by Denys Vlasenko · 3 years, 3 months ago
- 6279aec libbb: clarify what bb_mode_string() generates by Denys Vlasenko · 3 years, 3 months ago
- 3a65435 libbb: ensure mode_string is NUL terminated by Ron Yorston · 3 years, 3 months ago
- 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
- 4958c18 libbb: code shrink bb_parse_mode by Denys Vlasenko · 3 years, 3 months ago
- 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 3 months ago
- 3512ef8 libbb: code shrink parse_datestr by Ron Yorston · 3 years, 3 months ago
- c00bcf2 libbb: reuse "bad port" error message string by Denys Vlasenko · 3 years, 3 months ago
- 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 3 months ago
- 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 4 months ago
- 4a68697 libbb: do not check closedir() in remove_file() by Denys Vlasenko · 3 years, 5 months ago
- 1746218 move iterate_on_dir() from e2fsprogs to libbb by Denys Vlasenko · 3 years, 5 months ago
- 56bbbfa cp: implement -n by Denys Vlasenko · 3 years, 6 months ago
- 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 6 months ago
- 25fe2d5 xxd: do not try reading from closed stdin when non-existent file is given by Denys Vlasenko · 3 years, 6 months ago
- 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 6 months ago
- a0f8076 hexdump: fix error message by Denys Vlasenko · 3 years, 6 months ago
- 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
- 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
- df0383c libbb: correct the name of is_TERM_dumb() by Denys Vlasenko · 3 years, 6 months ago
- 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
- fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 8 months ago
- 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 8 months ago
- c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
- f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 9 months ago
- 760b627 lineedit: support empty PATH entries in tab completion by Ron Yorston · 3 years, 10 months ago
- 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
- 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- 6ad38d6 libbb: code shrink fgets_str by Ron Yorston · 3 years, 11 months ago
- c849e72 nl: ensure '-b n' option displays file content by Ron Yorston · 3 years, 11 months ago
- bcf91d2 libbb: code shrink and speed up index_in_strings() by Ron Yorston · 3 years, 10 months ago
- 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 3 years, 10 months ago
- 808d93c update_passwd: fix context variable by Bernd Kuhls · 3 years, 11 months ago
- 09aba8b Fix missing "crypt.h" compilation error on the FreeBSD by Alex Samorukov · 4 years ago
- 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
- 89a5597 libbb/procps: smaller global data for username/groupname cache by Denys Vlasenko · 4 years ago
- 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
- 96717d9 lineedit: code shrink by Denys Vlasenko · 4 years ago
- fae7332 lineedit: add a comment about possible use of tcflush() by Denys Vlasenko · 4 years ago
- 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
- 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years ago
- 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
- 4bc59a4 mount: fix a race when a free loop device is snatched under us by another mount. by Denys Vlasenko · 4 years ago
- 0723131 Fixes for Hurd build by Denys Vlasenko · 4 years ago
- bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years ago
- eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago
- a97a795 lineedit: disable completion and fancy prompts if no shells are selected by Denys Vlasenko · 4 years ago
- 1d180cd lineedit: use strncmp instead of is_prefixed_with (we know the length) by Denys Vlasenko · 4 years ago
- eaced1e lineedit: remove ->path_lookup if ash is not configured by Denys Vlasenko · 4 years ago
- 8baa643 lineedit: match local directories when searching PATH by Ron Yorston · 4 years ago
- 8506dd6 lineedit: omit directories when tab-completing from PATH by Ron Yorston · 4 years ago
- 73d93d9 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) by Denys Vlasenko · 4 years ago
- c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years ago
- fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years ago
- 030fe31 libbb: make msleep() result in only one syscall instead of looping by Denys Vlasenko · 4 years ago
- abaee4a mkdtemp: proper error detection on mktemp by Xabier Oneca · 4 years ago
- f4f6e51 libbb: exec_login_shell() - new function by Denys Vlasenko · 4 years ago
- 0622416 libbb: code shrink in exec_shell() by Denys Vlasenko · 4 years ago
- 2075aa9 libbb: rename run_shell() to exec_shell() by Denys Vlasenko · 4 years ago
- 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 2fba2f5 unicode: relax array alignment for tables by Denys Vlasenko · 4 years ago
- 33e955a unicode: fix handling of short 1-4 char tables by Denys Vlasenko · 4 years ago
- eb77305 libbb: code shrink by Denys Vlasenko · 4 years ago
- 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years ago
- ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
- 87bd558 libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there by Denys Vlasenko · 4 years ago
- 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years ago
- ae04ce8 base32/64: "truncated base64 input" -> "truncated input" by Denys Vlasenko · 4 years ago
- 885121e libbb: change decode_base32/64 API to return the end of _dst_, not _src_. by Denys Vlasenko · 4 years ago
- fc6faac libbb: trim base32/64 tables by Denys Vlasenko · 4 years ago
- f140b49 base32/64: code shrink by Denys Vlasenko · 4 years ago
- 7467e90 base32/64: code shrink by Denys Vlasenko · 4 years ago
- 2cd37d6 libbb: faster and smaller decode_base32() by Denys Vlasenko · 4 years ago
- 170b862 libbb: smaller and faster decode_base64() by Denys Vlasenko · 4 years ago
- 2090048 base32: new applet by Denys Vlasenko · 4 years ago
- 12aa68d libbb: set netlink socket revbuf size before binding by Jan Klötzke · 5 years ago
- 9bf4499 lineedit: fix unicode characters in prompt by Audun-Marius Gangstø · 4 years ago
- 112453a od: unbreak it by Denys Vlasenko · 4 years, 1 month ago
- 079487b hexdump: fix dup block comparison by Denys Vlasenko · 4 years, 2 months ago
- dac5b83 xxd: fix printing of trailing spaces by Denys Vlasenko · 4 years, 2 months ago
- 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
- 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
- 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 2 months ago
- aaa0709 libbb: do not open-code __errno_location() call by Denys Vlasenko · 4 years, 2 months ago
- b1c7a66 libbb: extend "errno pointer" trick to other than __GLIBC__ by Denys Vlasenko · 4 years, 2 months ago
- 6561e07 mount: support the sizelimit and offset option for loop devices by Steffen Trumtrar · 4 years, 4 months ago
- abefc3c libbb: fold common64_hash() into its only user by Denys Vlasenko · 4 years, 2 months ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- 79a4032 libbb: shrink last_char_is(), no longer allow NULL string argument by Denys Vlasenko · 4 years, 5 months ago
- d21a63f libbb: code shrink in last_char_is() by Denys Vlasenko · 4 years, 5 months ago
- c9fc153 compare_string_array: code shrink by Martin Lewis · 4 years, 6 months ago
- ac79db6 procps: code shrink by Martin Lewis · 4 years, 6 months ago
- 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 5 months ago
- d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 5 months ago
- 5fa5c4b randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago