freebsd-dev/sbin/sysctl
Baptiste Daroussin e1619d123e Only print the errno string in case sysctl(3) does not file with ENOENT
This reduces the noise in error reporing from sysctl(8):

Before:
$ sysctl bla=something
sysctl: unknown oid 'bla': No such file or directory

After:
$ sysctl bla=something
sysctl: unknown oid 'bla'

MFC after:	1 week
Sponsored by:	Gandi.net
2015-10-07 09:28:54 +00:00
..
Makefile sysctl(8): make WARNS=3 clean 2010-02-15 14:08:06 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
sysctl.8 add support for specifying an initial buffer size when fetching a 2015-02-13 01:20:37 +00:00
sysctl.c Only print the errno string in case sysctl(3) does not file with ENOENT 2015-10-07 09:28:54 +00:00