aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/supplicant_if (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-04diff: code shrinkDenys Vlasenko1-1/+1
2025-07-04shell: empty HISTFILE disables history saving, just as unset one didDenys Vlasenko3-4/+6
2025-07-03shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko6-58/+120
2025-07-02shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko8-13/+66
2025-07-02use pollfd[1] array for poll() argumentDenys Vlasenko2-7/+8
2025-07-02cpio: map -F to --file long optionSertonix1-0/+1
2025-07-01libbb: Prevent clang from reading the G pointer before it is assignedBin Meng2-20/+23
2025-07-01shell: improve bash compatibility of read built-inRon Yorston11-33/+63
2025-07-01df: -k overrides block size to 1k even if $POSIXLY_CORRECTDenys Vlasenko1-2/+5
2025-07-01hexdump: add tests for %x, handle little/big endian properlyRadoslav Kolev1-22/+69
2025-07-01od: make -B test little endian only, add variant for big endianRadoslav Kolev1-1/+12
2025-07-01hexdump: fix regression for uint16 on big endian systemsRadoslav Kolev1-2/+8
2025-07-01ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chronyMichael Glembotzki1-1/+1
2025-07-01ip route: make cache printing a bit more similar to upstreamDenys Vlasenko1-9/+7
2025-07-01lineedit: fix left-over print to stdoutAhmad Fatoum1-1/+1
2025-07-01lineedit: fix printing lines during tab completionAhmad Fatoum1-2/+3
2025-04-21cpio: error out if the file to be achived is >=4GBDenys Vlasenko1-0/+6
2025-04-20rpm2cpio: extract cpio even if compression is not knownDenys Vlasenko1-1/+6
2025-04-20libbb/archival: make setup_unzip_on_fd() return bytes read if not compressedDenys Vlasenko7-23/+25
2025-04-17runit: fix setuidgid help textJ. Neuschäfer1-1/+2
2025-04-16archival: disallow path traversals (CVE-2023-39810)Denys Vlasenko5-2/+48
2025-04-08syslogd: Fix 'OPT_locallog' check regression in 'syslogd_main'Grant Erickson1-1/+1
2025-04-07udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)Denys Vlasenko1-16/+42
2025-04-06Makefile: fix passing of EXTRA_LDLIBSDenys Vlasenko1-1/+5
2025-04-06init: improve log message when a process exits: show exit codeSébastien Parisot1-3/+15
2025-02-09udhcpc6: fix copy-paste error in "generate a consistent IAID" commitDenys Vlasenko1-1/+1
2025-02-09udhcpc6: generate a consistent IAIDZhou Siqi1-2/+27
2025-02-09udhcpc6: move block comment, no code changesDenys Vlasenko1-61/+61
2025-02-09udhcpc6: improvementsLaurent Bercot2-32/+72
2024-12-21cut: code shrinkDenys Vlasenko1-6/+5
2024-12-21cut: code shrinkDenys Vlasenko1-9/+13
2024-12-20cut: fix up -D/-s behavior with -FDenys Vlasenko2-5/+36
2024-12-20cut: remove unnecessary initialization of regmatch_tDenys Vlasenko1-1/+1
2024-12-16cut: shorten error messages on bad syntax even moreDenys Vlasenko1-10/+6
2024-12-16cut: shorten error messages on bad syntaxDenys Vlasenko1-3/+3
2024-12-16cut: terminate cut_list[] so that we don't need "size of the array" variableDenys Vlasenko1-20/+25
2024-12-16cut: we can't get empty cut_list[], remove the check for thatDenys Vlasenko1-8/+11
2024-12-15cut: disallow -f '' and -f '-'Denys Vlasenko1-15/+19
2024-12-14cut: fix -F n-m to match toyboxDenys Vlasenko2-3/+28
2024-12-13cut: simplify getopt32 codeDenys Vlasenko1-11/+8
2024-12-13cut: "it's legal to pass an empty list" seems to be untrueDenys Vlasenko1-46/+44
2024-12-13cut: whitespace fixesDenys Vlasenko1-3/+3
2024-12-13cut: tweak commentsDenys Vlasenko1-3/+2
2024-12-13cut: fix handling of -d ''Denys Vlasenko2-1/+13
2024-12-13cut: prevent infinite loop if -F REGEX matches empty delimiterDenys Vlasenko1-1/+3
2024-12-11cut: tweak --helpDenys Vlasenko2-11/+10
2024-12-10cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko2-7/+53
2024-12-10cut: implement --output-delimiterDenys Vlasenko2-10/+49
2024-12-10cut: with -F disabled in .config, don't show it in --helpDenys Vlasenko1-5/+13
2024-12-10cut: comment out code which seems to be not neededDenys Vlasenko1-7/+7