index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
procps
/
sysctl.c
Age
Commit message (
Expand
)
Author
2008-10-15
sysctl: sysctl -a was still misbehaving, fix it
Denis Vlasenko
2008-10-15
return accidentally deleted "/* vi: set sw=4 ts=4: */"
Denis Vlasenko
2008-10-15
sysctl: fix bug 3894 _for real_.
Denis Vlasenko
2008-10-15
sysctl: remove trivial comments. no code changes
Denis Vlasenko
2008-10-15
sysctl: remove special-cased reporting of EPERM,
Denis Vlasenko
2008-10-15
sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-20
libbb: fixes to config_read() by maintainer
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-11-29
sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>)
Denis Vlasenko
2007-10-29
syscall: code shrink
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-09-09
using [xa]sprintf for string concatenation is neat and saves
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-07
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-04-17
Remove a superfluous quote and more non-generic standalone code.
Rob Landley
2006-04-12
- add and use bb_opendir(), bb_xopendir().
Bernhard Reutner-Fischer
2006-01-30
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2005-09-29
change interface to bb_xasprintf() - more perfect for me.
"Vladimir N. Oleynik"
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-12-26
Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested.
Glenn L McGrath
2003-12-24
Patch from Ned Ludd, solar at gentoo dot org:
Eric Andersen