1. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  2. 15f7d61 which: add -a to help text by Denys Vlasenko · 3 years, 1 month ago
  3. 8c1f8aa run-parts: permit dot later in file name by Ján Sáreník · 3 years, 6 months ago
  4. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  5. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  6. 3c3928f tydy up a few uses of recursive_action(), no logic changes by Denys Vlasenko · 4 years, 2 months ago
  7. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  8. 7b6d4f5 start-stop-daemon: change priority before dropping privileges by Aitor Esteve Alvarado · 6 years ago
  9. 100fa20 start-stop-daemon: Fix -x is not required for -K by Alexander Vickberg · 6 years ago
  10. 77524a3 start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] by Denys Vlasenko · 6 years ago
  11. 088fec3 start-stop-daemon: create pidfile before parent exits, closes 8596 by Denys Vlasenko · 6 years ago
  12. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  13. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  14. c783cf7 tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X code by Denys Vlasenko · 7 years ago
  15. 837913f start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X code by Denys Vlasenko · 7 years ago
  16. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  17. cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
  18. 4974917 start-stop-daemon: show only short options in --help text by Denys Vlasenko · 7 years ago
  19. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  20. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  21. 184c738 stty: fix bb_common_bufsiz1 use in NOEXEC by Denys Vlasenko · 7 years ago
  22. b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
  23. 819b47a new NOFORKs: clear, nproc, tty, uname, arch, unlink, which by Denys Vlasenko · 7 years ago
  24. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  25. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  26. 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  27. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  28. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  29. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  30. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  31. 3d0805e libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 by Denys Vlasenko · 9 years ago
  32. 28826ac debianutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  33. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  34. 1e3cce6 which: rewrite by Timo Teräs · 11 years ago
  35. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  36. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  37. 5d1c599 run-parts: fix unicode creep in --help by Peter Korsgaard · 12 years ago
  38. 1e43a38 run-parts: stop providing incompatible short options by Denys Vlasenko · 12 years ago
  39. 0496e82 run-parts: add --exit-on-error | -e support by Peter Korsgaard · 12 years ago
  40. eab343e mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set by Ron Yorston · 12 years ago
  41. 1d7ad7a tweak help texts by Denys Vlasenko · 12 years ago
  42. 75e1e7b mktemp: add support for -u by Denys Vlasenko · 13 years ago
  43. 17eedca ssd: compat: match -x EXECUTABLE by /proc/pid/exe too by Denys Vlasenko · 13 years ago
  44. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  45. 585541e start_stop_daemon: set complementary group ids too. Closes 3253 by Denys Vlasenko · 13 years ago
  46. 378ab68 login: new option LOGIN_SESSION_AS_CHILD by Ian Wienand · 13 years ago
  47. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  48. 929f63e start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcode by Denys Vlasenko · 14 years ago
  49. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  50. 4ed3c52 mktemp: make it more compatible with GNU coreutils 8.4 by Denys Vlasenko · 14 years ago
  51. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  52. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  53. 0670236 mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes. by Denys Vlasenko · 14 years ago
  54. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  55. 04a5d5a mktemp: fix "mktemp /path/to/tempfile.XXXXXX" by Denys Vlasenko · 14 years ago
  56. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  57. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  58. 9b814ca mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwd by Denys Vlasenko · 14 years ago
  59. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  60. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  61. 5f33037 pipe_progress: shrink by Denys Vlasenko · 15 years ago
  62. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  63. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  64. 6334390 remove duplicate comment by Denys Vlasenko · 15 years ago
  65. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
  66. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  67. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  68. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  69. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  70. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  71. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  72. 75897ea start_stop_daemon: accept (and ignore) -R <param> by Denis Vlasenko · 16 years ago
  73. 1a89133 Markus Heidelberg writes: by Bernhard Reutner-Fischer · 16 years ago
  74. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  75. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  76. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  77. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  78. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  79. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  80. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  81. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  82. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  83. 148f67a ssd: fix missed + in prev commit by Denis Vlasenko · 16 years ago
  84. 7987a18 ssd: do not stat -x EXECUTABLE, it is not needed anymore by Denis Vlasenko · 16 years ago
  85. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  86. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  87. b67004b ssd: fix comment by Denis Vlasenko · 16 years ago
  88. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  89. f2cccbc mktemp: make default tempfile template shorter; by Denis Vlasenko · 16 years ago
  90. f592aa3 which: -a support (needed for bfin uclibc build script) by Denis Vlasenko · 17 years ago
  91. c05b168 mktemp: make argument optional (coreutil 6.12 compat) by Denis Vlasenko · 17 years ago
  92. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  93. e125a68 start_stop_daemon: add -test, fix -x to not match by inode, by Denis Vlasenko · 17 years ago
  94. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  95. 647c20c start_stop_daemon: try to clarify intended meaning of the options by Denis Vlasenko · 17 years ago
  96. e061226 start_stop_daemon: use existing global variable by Denis Vlasenko · 17 years ago
  97. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  98. fe49347 start_stop_daemon: stat executable only once by Denis Vlasenko · 17 years ago
  99. 25cfe49 libbb: prevent xmalloc_open_read_close from dying on seek failure by Denis Vlasenko · 17 years ago
  100. 85d788e start_stop_daemon: optimization - do not pass paramenter, use by Denis Vlasenko · 17 years ago