aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-26od: support -DOHXILDenys Vlasenko3-45/+46
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko3-2/+10
2023-05-26od: fix default format, shrinkDenys Vlasenko2-20/+32
2023-05-25od: stop printing extra trailing spacesDenys Vlasenko4-47/+51
2023-05-25od: implement -BDenys Vlasenko2-15/+15
2023-05-25od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko3-31/+39
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko3-68/+100
2023-05-25od: add testsDavid Leonard2-0/+220
2023-05-25od: fix -ODavid Leonard1-1/+1
2023-05-25hush: make "false" built-inDenys Vlasenko1-0/+7
2023-05-25hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko9-8/+56
2023-05-18ash: use-after-free in bash pattern substitutionKarsten Sperling1-0/+2
2023-05-18examples/var_service/README: fix an errorDenys Vlasenko1-1/+1
2023-05-09cpio: tweak --helpDenys Vlasenko1-1/+1
2023-05-09nslookup: code shrinkDenys Vlasenko1-1/+7
2023-05-09nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko1-4/+390
2023-05-09hush: add comment about abort on syntax error %{^}Denys Vlasenko1-0/+1
2023-05-08build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko1-3/+4
2023-05-08hush: fix an interactive abort on errorDenys Vlasenko1-0/+8
2023-05-07build system: Make it possible to build with 64bit time_tUwe Kleine-König2-0/+11
2023-05-07readlink: code shrinkDenys Vlasenko1-5/+4
2023-05-07nmeter: improve %T fractionals displayDenys Vlasenko1-0/+18
2023-04-23factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko1-36/+35
2023-04-23ip: code shrinkDenys Vlasenko2-5/+82
2023-04-16readlink: support --, -n alwaysEric Blake1-17/+12
2023-04-16tr: display usage for incorrect argumentsRon Yorston1-1/+1
2023-04-16ash,hush: tab completion of functions and aliasesRon Yorston2-6/+40
2023-04-13hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko2-4/+19
2023-04-13shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko1-8/+4
2023-04-12build system: clean more files on make cleanTomas Paukrt1-0/+1
2023-04-12shuf: fix pfx_len calculationDenys Vlasenko1-1/+1
2023-04-12shuf: remove redundant codeDenys Vlasenko1-2/+0
2023-04-12shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko1-6/+58
2023-04-12lineedit: fix crash when icanon set with -echoAkos Somfai1-2/+2
2023-04-12sleep: fix error exit when called as "sh" builtinDenys Vlasenko1-1/+2
2023-04-11seq: fix yet another case of negative parameters not workingDenys Vlasenko2-2/+7
2023-04-11seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt1-4/+10
2023-04-10seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko1-0/+14
2023-04-10appletlib: fix "warning: unused variable applet_no"Tomas Paukrt1-1/+1
2023-04-10ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko1-9/+7
2023-04-10mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko1-2/+3
2023-04-10seq: accept negative parametersDenys Vlasenko2-2/+24
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko5-9/+8
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko2-2/+15
2023-04-03hush: printf builtin with no arguments should not exitDenys Vlasenko1-1/+1
2023-04-03ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko1-8/+4
2023-04-03ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko1-2/+4
2023-04-03ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko1-10/+9
2023-04-03ash: fix still-broken new mail detectionDenys Vlasenko1-4/+4
2023-04-03ash: fix broken new mail detectionDenys Vlasenko1-1/+0