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