aboutsummaryrefslogtreecommitdiff
path: root/debianutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-06-071-2/+13
|\
| * run-parts: permit dot later in file nameJán Sáreník2021-06-051-2/+13
* | which: changes to standalone shell supportRon Yorston2021-02-251-19/+27
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-2/+2
|\|
| * help text tweaksDenys Vlasenko2020-12-181-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-6/+6
|\|
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-5/+5
| * tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-011-4/+4
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-231-23/+13
* | win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-131-0/+10
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-0/+1
* | win32: code shrinkRon Yorston2020-08-131-2/+1
* | which: handle paths of form 'c:path'Ron Yorston2020-08-131-2/+5
* | which: rearrange conditional compilationRon Yorston2020-08-041-1/+6
* | win32: code shrinkRon Yorston2020-02-131-7/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-11/+11
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
| * start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado2019-06-091-9/+9
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-15/+20
|\|
| * start-stop-daemon: Fix -x is not required for -KAlexander Vickberg2019-04-271-15/+20
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-151-3/+3
* | win32: fix POSIX buildRon Yorston2019-02-171-4/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-22/+47
|\|
| * start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko2019-01-141-2/+5
| * start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-141-22/+44
* | which: standardise slashes in outputRon Yorston2019-02-041-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2019-01-103-3/+3
|\|
| * config: update size informationDenys Vlasenko2018-12-283-3/+3
* | win32: rework adding of extensions to filenamesRon Yorston2018-12-061-2/+1
* | Merge branch 'busybox'Ron Yorston2018-07-251-1/+1
|\|
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-8/+8
|\|
| * tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X codeDenys Vlasenko2018-04-141-2/+2
| * start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X codeDenys Vlasenko2018-04-141-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-2/+0
|\|
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-2/+0
* | pipe_progress: add help textRon Yorston2018-04-081-2/+4
* | win32: additional improvements to handling of executablesRon Yorston2018-02-281-5/+6
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-1/+1
* | which: treat busybox as a special caseRon Yorston2018-02-131-1/+8
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-8/+8
|\|
| * which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-8/+8
* | Merge branch 'busybox' into mergeRon Yorston2017-08-223-69/+49
|\|
| * start-stop-daemon: show only short options in --help textDenys Vlasenko2017-08-081-36/+6
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-13/+15
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-082-11/+15
| * stty: fix bb_common_bufsiz1 use in NOEXECDenys Vlasenko2017-08-061-4/+5
| * libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-6/+7
| * new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-031-1/+3
* | Allow PREFER_APPLETS and SH_STANDALONE to be set separatelyRon Yorston2017-07-271-2/+3