aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-15ash: code shrink forkshell debugRon Yorston1-6/+0
2024-01-14ash: add more checks to forkshell debugRon Yorston1-15/+36
2024-01-14ash: special case in creation of pipelineRon Yorston1-1/+3
2024-01-12lineedit: remove CRs from inputRon Yorston1-2/+6
2024-01-06Update PDCursesRon Yorston16-278/+610
2024-01-05time: enable '-f' optionRon Yorston1-17/+6
2024-01-04libbb: code shrink bb_get_last_path_component_strip()Ron Yorston1-6/+4
2024-01-04win32: fix detection of directories in stat(2)Ron Yorston1-3/+5
2024-01-04libbb: introduce last_char_is_dir_sep()Ron Yorston3-2/+14
2024-01-03win32: make the clang build less crashyRon Yorston4-6/+22
2024-01-02build system: try harder to detect Windows hostsRon Yorston1-3/+5
2024-01-02sed: check errors writing file with sed -iDominique Martinet1-0/+5
2024-01-01time: implement %% and \escapes in -f FMTDenys Vlasenko2-21/+55
2023-12-31time: fix max resident set size unitNatanael Copa1-9/+19
2023-12-31awk: fix handling of empty fieldsDenys Vlasenko2-16/+24
2023-12-31win32: code shrink procps_scan()Ron Yorston1-2/+2
2023-12-31httpd: consistently leak memory, or notRon Yorston1-3/+8
2023-12-31win32: fix clang error/warningRon Yorston2-3/+7
2023-12-25ash: avoid crash when job table is emptyRon Yorston1-6/+8
2023-12-22make: proper handling of build failure with '-k'Ron Yorston2-3/+22
2023-12-20httpd: enable support for CGIRon Yorston6-15/+176
2023-12-18win32: code shrink execve(2) implementationRon Yorston1-2/+2
2023-12-15httpd: fix return code when run in backgroundRon Yorston3-15/+7
2023-12-15httpd: fix failure to run daemonisedRon Yorston1-2/+1
2023-12-13util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard1-1/+27
2023-12-12lineedit: fix to tab completion of applet overrideRon Yorston1-1/+3
2023-12-12win32: tidy up conditional compilation of applet overrideRon Yorston2-12/+11
2023-12-11make: flush stdout after writing command stringRon Yorston1-1/+3
2023-12-10win32: code shrink applet overridesRon Yorston4-62/+32
2023-12-09win32: allow hardcoded list of applets to overrideRon Yorston5-6/+26
2023-11-23top: improve large PID display in memory ('s') modeDenys Vlasenko1-13/+28
2023-11-14win32: only search PATH for compressorRon Yorston3-14/+21
2023-11-13Cygwin: regenerate defconfigChristian Franke1-277/+515
2023-11-08iconv: fix incorrect fixRon Yorston1-4/+5
2023-11-08start-stop-daemon: make --output not depend on FANCYDenys Vlasenko1-1/+1
2023-11-08start-stop-daemon: do not lose error messages with -bDenys Vlasenko3-36/+41
2023-11-08start-stop-daemon: typo fixDenys Vlasenko1-1/+1
2023-11-07start-stop-daemon: implement option -O|--outputLouai Al-Khanji1-12/+34
2023-11-07sleep: Update docPetr Vorel1-7/+8
2023-11-07start-stop-daemon: update comment, no code changesDenys Vlasenko1-3/+13
2023-11-07start-stop-daemon: add -d DIR chdir optionejaaskel3-15/+41
2023-11-07start-stop-daemon: fix --help: -K or -S is requiredDenys Vlasenko1-10/+36
2023-10-25lineedit: normalise HOME for use in promptRon Yorston1-1/+7
2023-10-24make: stricter checks for c:/path filenamesRon Yorston1-6/+9
2023-10-24win32: avoid terminal weirdness induced by GradleRon Yorston1-2/+2
2023-10-23make: fix detection of target rulesRon Yorston2-152/+191
2023-10-22win32: avoid terminal weirdness induced by Gradle?Ron Yorston1-0/+2
2023-10-06make: permit Unix-style paths when setting MAKERon Yorston1-1/+4
2023-10-04udhcp: Avoid leaking uninitialized/stale dataRuss Dill2-1/+3
2023-10-04win32: fix handling of relative pathsRon Yorston1-12/+3