aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | httpd: consistently leak memory, or notRon Yorston2023-12-311-3/+8
* | win32: fix clang error/warningRon Yorston2023-12-312-3/+7
* | ash: avoid crash when job table is emptyRon Yorston2023-12-251-6/+8
* | make: proper handling of build failure with '-k'Ron Yorston2023-12-222-3/+22
* | httpd: enable support for CGIRon Yorston2023-12-206-15/+176
* | win32: code shrink execve(2) implementationRon Yorston2023-12-181-2/+2
* | httpd: fix return code when run in backgroundRon Yorston2023-12-153-15/+7
* | httpd: fix failure to run daemonisedRon Yorston2023-12-151-2/+1
* | lineedit: fix to tab completion of applet overrideRon Yorston2023-12-121-1/+3
* | win32: tidy up conditional compilation of applet overrideRon Yorston2023-12-122-12/+11
* | make: flush stdout after writing command stringRon Yorston2023-12-111-1/+3
* | win32: code shrink applet overridesRon Yorston2023-12-104-62/+32
* | win32: allow hardcoded list of applets to overrideRon Yorston2023-12-095-6/+26
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-0516-419/+784
|\|
| * top: improve large PID display in memory ('s') modeDenys Vlasenko2023-11-231-13/+28
| * Cygwin: regenerate defconfigChristian Franke2023-11-131-277/+515
| * start-stop-daemon: make --output not depend on FANCYDenys Vlasenko2023-11-081-1/+1
| * start-stop-daemon: do not lose error messages with -bDenys Vlasenko2023-11-083-36/+41
| * start-stop-daemon: typo fixDenys Vlasenko2023-11-081-1/+1
| * start-stop-daemon: implement option -O|--outputLouai Al-Khanji2023-11-071-12/+34
| * sleep: Update docPetr Vorel2023-11-071-7/+8
| * start-stop-daemon: update comment, no code changesDenys Vlasenko2023-11-071-3/+13
| * start-stop-daemon: add -d DIR chdir optionejaaskel2023-11-073-15/+41
| * start-stop-daemon: fix --help: -K or -S is requiredDenys Vlasenko2023-11-071-10/+36
| * udhcp: Avoid leaking uninitialized/stale dataRuss Dill2023-10-042-1/+3
| * syslogd: fix breakage caused by "daemonize _after_ init" changeDenys Vlasenko2023-10-031-4/+5
| * awk: implement -E; do not reorder -f and -eDenys Vlasenko2023-10-021-48/+65
| * install: Fix chown resetting suid/sgid bits from chmodNero2023-10-021-7/+9
| * sleep: fix "sleep -- ARGS"Denys Vlasenko2023-10-025-19/+19
* | win32: only search PATH for compressorRon Yorston2023-11-143-14/+21
* | iconv: fix incorrect fixRon Yorston2023-11-081-4/+5
* | lineedit: normalise HOME for use in promptRon Yorston2023-10-251-1/+7
* | make: stricter checks for c:/path filenamesRon Yorston2023-10-241-6/+9
* | win32: avoid terminal weirdness induced by GradleRon Yorston2023-10-241-2/+2
* | make: fix detection of target rulesRon Yorston2023-10-232-152/+191
* | win32: avoid terminal weirdness induced by Gradle?Ron Yorston2023-10-221-0/+2
* | make: permit Unix-style paths when setting MAKERon Yorston2023-10-061-1/+4
* | win32: fix handling of relative pathsRon Yorston2023-10-041-12/+3
* | sort: add support for sorting version stringsRon Yorston2023-10-015-1/+69
* | ash: add options to control globbing of hidden filesRon Yorston2023-09-208-18/+59
* | win32: missing support for "app exec link" reparse pointsRon Yorston2023-09-181-1/+2
* | Typo in README.mdRon Yorston2023-09-151-2/+2
* | win32: include our manifests in default configurationsRon Yorston2023-09-158-19/+21
* | win32: improved support for manifestsRon Yorston2023-09-1410-8/+89
* | win32: convert exit codesRon Yorston2023-09-146-22/+43
* | ash: fix signal handlingRon Yorston2023-09-131-1/+2
* | make: return non-zero exit status when a command failsRon Yorston2023-09-123-10/+48
* | make: avoid more warningsRon Yorston2023-09-121-1/+2
* | win32: UTF8_INPUT: fix combining of some surrogates pairsAvi Halachmi (:avih)2023-09-111-1/+1
* | ash: initialize basepf.buf in ash (2)Ron Yorston2023-08-311-1/+1