Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-08start-stop-daemon: make --output not depend on FANCYDenys Vlasenko
2023-11-08start-stop-daemon: do not lose error messages with -bDenys Vlasenko
2023-11-08start-stop-daemon: typo fixDenys Vlasenko
2023-11-07start-stop-daemon: implement option -O|--outputLouai Al-Khanji
2023-11-07start-stop-daemon: update comment, no code changesDenys Vlasenko
2023-11-07start-stop-daemon: add -d DIR chdir optionejaaskel
2023-11-07start-stop-daemon: fix --help: -K or -S is requiredDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2021-11-09which: add -a to help textDenys Vlasenko
2021-06-05run-parts: permit dot later in file nameJán Sáreník
2020-12-18help text tweaksDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado
2019-04-27start-stop-daemon: Fix -x is not required for -KAlexander Vickberg
2019-01-14start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-14tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X codeDenys Vlasenko
2018-04-14start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X codeDenys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-01-12which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko
2017-08-09start-stop-daemon: show only short options in --help textDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-06stty: fix bb_common_bufsiz1 use in NOEXECDenys Vlasenko
2017-08-05libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko
2017-08-03new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-12Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko
2015-10-19debianutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2014-05-03which: rewriteTimo Teräs
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2013-02-28run-parts: fix unicode creep in --helpPeter Korsgaard
2013-02-28run-parts: stop providing incompatible short optionsDenys Vlasenko
2013-02-28run-parts: add --exit-on-error | -e supportPeter Korsgaard
2012-10-08mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is setRon Yorston
2012-06-21tweak help textsDenys Vlasenko
2012-04-17mktemp: add support for -uDenys Vlasenko