aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libbb/yescrypt: make some functions staticDenys Vlasenko2025-07-063-15/+22
* libbb/yescrypt: remove unused yescrypt_binary_tDenys Vlasenko2025-07-061-10/+1
* libbb/yescrypt: remove YESCRYPT_INIT_SHARED flag and code using itDenys Vlasenko2025-07-062-36/+13
* libbb/yescrypt: remove unreachable support for scrypt hash ("$7$...")Denys Vlasenko2025-07-061-95/+49
* libbb/yescrypt: remove unused yescrypt_shared_tDenys Vlasenko2025-07-063-77/+10
* libbb/yescrypt: remove obviously unused, commented-out partsDenys Vlasenko2025-07-062-445/+0
* libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-0615-26/+3206
* whitespace fixDenys Vlasenko2025-07-051-2/+2
* diff: code shrinkDenys Vlasenko2025-07-041-1/+1
* shell: empty HISTFILE disables history saving, just as unset one didDenys Vlasenko2025-07-043-4/+6
* shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-036-58/+120
* shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-028-13/+66
* use pollfd[1] array for poll() argumentDenys Vlasenko2025-07-022-7/+8
* cpio: map -F to --file long optionSertonix2025-07-021-0/+1
* libbb: Prevent clang from reading the G pointer before it is assignedBin Meng2025-07-012-20/+23
* shell: improve bash compatibility of read built-inRon Yorston2025-07-0111-33/+63
* df: -k overrides block size to 1k even if $POSIXLY_CORRECTDenys Vlasenko2025-07-011-2/+5
* hexdump: add tests for %x, handle little/big endian properlyRadoslav Kolev2025-07-011-22/+69
* od: make -B test little endian only, add variant for big endianRadoslav Kolev2025-07-011-1/+12
* hexdump: fix regression for uint16 on big endian systemsRadoslav Kolev2025-07-011-2/+8
* ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chronyMichael Glembotzki2025-07-011-1/+1
* ip route: make cache printing a bit more similar to upstreamDenys Vlasenko2025-07-011-9/+7
* lineedit: fix left-over print to stdoutAhmad Fatoum2025-07-011-1/+1
* lineedit: fix printing lines during tab completionAhmad Fatoum2025-07-011-2/+3
* cpio: error out if the file to be achived is >=4GBDenys Vlasenko2025-04-211-0/+6
* rpm2cpio: extract cpio even if compression is not knownDenys Vlasenko2025-04-201-1/+6
* libbb/archival: make setup_unzip_on_fd() return bytes read if not compressedDenys Vlasenko2025-04-207-23/+25
* runit: fix setuidgid help textJ. Neuschäfer2025-04-171-1/+2
* archival: disallow path traversals (CVE-2023-39810)Denys Vlasenko2025-04-165-2/+48
* syslogd: Fix 'OPT_locallog' check regression in 'syslogd_main'Grant Erickson2025-04-081-1/+1
* udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)Denys Vlasenko2025-04-071-16/+42
* Makefile: fix passing of EXTRA_LDLIBSDenys Vlasenko2025-04-061-1/+5
* init: improve log message when a process exits: show exit codeSébastien Parisot2025-04-061-3/+15
* udhcpc6: fix copy-paste error in "generate a consistent IAID" commitDenys Vlasenko2025-02-091-1/+1
* udhcpc6: generate a consistent IAIDZhou Siqi2025-02-091-2/+27
* udhcpc6: move block comment, no code changesDenys Vlasenko2025-02-091-61/+61
* udhcpc6: improvementsLaurent Bercot2025-02-092-32/+72
* cut: code shrinkDenys Vlasenko2024-12-211-6/+5
* cut: code shrinkDenys Vlasenko2024-12-211-9/+13
* cut: fix up -D/-s behavior with -FDenys Vlasenko2024-12-202-5/+36
* cut: remove unnecessary initialization of regmatch_tDenys Vlasenko2024-12-201-1/+1
* cut: shorten error messages on bad syntax even moreDenys Vlasenko2024-12-161-10/+6
* cut: shorten error messages on bad syntaxDenys Vlasenko2024-12-161-3/+3
* cut: terminate cut_list[] so that we don't need "size of the array" variableDenys Vlasenko2024-12-161-20/+25
* cut: we can't get empty cut_list[], remove the check for thatDenys Vlasenko2024-12-161-8/+11
* cut: disallow -f '' and -f '-'Denys Vlasenko2024-12-151-15/+19
* cut: fix -F n-m to match toyboxDenys Vlasenko2024-12-142-3/+28
* cut: simplify getopt32 codeDenys Vlasenko2024-12-131-11/+8
* cut: "it's legal to pass an empty list" seems to be untrueDenys Vlasenko2024-12-131-46/+44
* cut: whitespace fixesDenys Vlasenko2024-12-131-3/+3