1. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  2. 002be6e sysctl: do report EACCES errors on write by Denys Vlasenko · 4 years, 6 months ago
  3. c89764c sysctl: fix compatibility with procps sysctl by Aaro Koskinen · 6 years ago
  4. 7830186 sysctl: do slash/dot conversions only on name, not value part by Denys Vlasenko · 6 years ago
  5. 1422ba6 sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode by Denys Vlasenko · 6 years ago
  6. 679c30e sysctl: avoid stat() on every item if in -w mode by Denys Vlasenko · 6 years ago
  7. 317498f sysctl: allow setting empty values by Denys Vlasenko · 6 years ago
  8. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  9. caf26b3 sysctl: make it NOEXEC by Denys Vlasenko · 7 years ago
  10. 50db1f2 sysctl: recognize ";comment" and "<whitespace>#comment" lines by Denys Vlasenko · 7 years ago
  11. 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
  12. 9cf89cd sysctl: fix file parsing, do not require -w for VAR=VAL by Denys Vlasenko · 7 years ago
  13. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  14. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  15. f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  16. 6554d03 sysctl: do not error out showing write-only data. Closes 6386 by Denys Vlasenko · 11 years ago
  17. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  18. c439851 sysctl: implement -q by Joshua Kahlenberg · 12 years ago
  19. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  20. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  21. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  22. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  23. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  24. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
  25. c2fdd41 sysctl: tiny code shrink by Denys Vlasenko · 15 years ago
  26. f427c80 sysctl: stop abusing parser->line by Denys Vlasenko · 16 years ago
  27. 038fe44 sysctl: move code around to get rid of forward references. by Denis Vlasenko · 16 years ago
  28. 5a6617a sysctl: fix broken -p [file] - close bug 231 by Denis Vlasenko · 16 years ago
  29. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  30. 501b0e3 sysctl: fix another corner case with "dots and slashes" by Denis Vlasenko · 16 years ago
  31. d6e8f94 sysctl: fix gcc warning (false positive) by Denis Vlasenko · 16 years ago
  32. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  33. a9c3f7a sysctl: sysctl -a was still misbehaving, fix it by Denis Vlasenko · 16 years ago
  34. 9299305 return accidentally deleted "/* vi: set sw=4 ts=4: */" by Denis Vlasenko · 16 years ago
  35. e915a1a sysctl: fix bug 3894 _for real_. by Denis Vlasenko · 16 years ago
  36. 81944c9 sysctl: remove trivial comments. no code changes by Denis Vlasenko · 16 years ago
  37. cfdb711 sysctl: remove special-cased reporting of EPERM, by Denis Vlasenko · 16 years ago
  38. 58cc52a sysctl: fix bug 3894 (by Kryzhanovskyy Maksym) by Denis Vlasenko · 16 years ago
  39. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  40. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  41. 4a717e0 libbb: fixes to config_read() by maintainer sysctl: use config_read() by Denis Vlasenko · 16 years ago
  42. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  43. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  44. 64309f8 sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>) by Denis Vlasenko · 17 years ago
  45. 5a28a25 syscall: code shrink by Denis Vlasenko · 17 years ago
  46. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  47. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  48. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  49. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  50. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  51. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  52. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  53. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  54. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  55. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  56. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  57. 8b1f11d Remove a superfluous quote and more non-generic standalone code. by Rob Landley · 19 years ago
  58. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  59. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  60. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  61. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  62. ab82154 Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. by Glenn L McGrath · 21 years ago
  63. b905028 Patch from Ned Ludd, solar at gentoo dot org: by Eric Andersen · 21 years ago