aboutsummaryrefslogtreecommitdiff
path: root/procps/sysctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysctl: tiny code shrinkDenys Vlasenko2010-03-271-2/+1
* sysctl: stop abusing parser->lineDenys Vlasenko2009-05-101-4/+4
* sysctl: move code around to get rid of forward references.Denis Vlasenko2009-03-291-108/+101
* sysctl: fix broken -p [file] - close bug 231Denis Vlasenko2009-03-291-4/+9
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-6/+1
* sysctl: fix another corner case with "dots and slashes"Denis Vlasenko2009-01-081-2/+8
* sysctl: fix gcc warning (false positive)Denis Vlasenko2008-12-291-2/+3
* *: tweak error messagesDenis Vlasenko2008-12-241-141/+131
* sysctl: sysctl -a was still misbehaving, fix itDenis Vlasenko2008-10-151-2/+6
* return accidentally deleted "/* vi: set sw=4 ts=4: */"Denis Vlasenko2008-10-151-0/+1
* sysctl: fix bug 3894 _for real_.Denis Vlasenko2008-10-151-7/+18
* sysctl: remove trivial comments. no code changesDenis Vlasenko2008-10-151-27/+12
* sysctl: remove special-cased reporting of EPERM,Denis Vlasenko2008-10-151-30/+10
* sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)Denis Vlasenko2008-10-151-4/+23
* fix several problems with config parser:Denis Vlasenko2008-07-261-4/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-5/+6
* libbb: fixes to config_read() by maintainerDenis Vlasenko2008-07-201-42/+18
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>)Denis Vlasenko2007-11-291-97/+71
* syscall: code shrinkDenis Vlasenko2007-10-291-99/+86
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-11/+14
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-3/+5
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-1/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-4/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-13/+4
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-2/+2
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-2/+2
* Remove a superfluous quote and more non-generic standalone code.Rob Landley2006-04-171-10/+1
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-10/+3
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
* Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested.Glenn L McGrath2003-12-261-65/+45
* Patch from Ned Ludd, solar at gentoo dot org:Eric Andersen2003-12-241-0/+372