summaryrefslogtreecommitdiff
path: root/procps/sysctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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