aboutsummaryrefslogtreecommitdiff
path: root/toys/other/sysctl.c
AgeCommit message (Collapse)Author
2017-10-10Tweak help_exit() to show "See %s --help" message on the same line.Rob Landley
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
add xopenro() that takes one argument and understands "-" means stdin, and switch over lots of users.
2015-09-29help_exit() tweak.Rob Landley
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
confusing update-alternatives, the paths of the links installed by toybox should match those installed by busybox. This is accomplished by changing the flags of a few tools within toybox.
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley
2014-05-15Promote sysctl from pending to other, default y.Rob Landley