| #
997c4cdc |
| 18-Aug-2019 |
kamil <kamil@NetBSD.org> |
sysctl: Add indirection of symbols to remove clash with sanitizers
Add indirection and symbol renaming under MKSANITIZER for the linked in version of sysctlbyname and sysctlgetmibinfo.
|
| #
de1cb60c |
| 29-Nov-2012 |
christos <christos@NetBSD.org> |
use the proper variable
|
| #
f9740ada |
| 13-Dec-2010 |
pooka <pooka@NetBSD.org> |
RUMP_ACTION -> RUMPPRG
|
| #
08fc937c |
| 05-Nov-2010 |
pooka <pooka@NetBSD.org> |
make sysctl(8) work as a rump client
|
| #
a6533b8f |
| 13-Feb-2009 |
uebayasi <uebayasi@NetBSD.org> |
Comment out CFLAGS+=-g.
|
| #
ad6c31ce |
| 06-Apr-2005 |
christos <christos@NetBSD.org> |
PPR/29909: Manuel Bouyer: sysctl dumps core if kern.consdev returns unknown device. If we cannot determine the device name of the console, print the console dev_t in hex.
|
| #
29e15c79 |
| 25-Mar-2004 |
atatat <atatat@NetBSD.org> |
Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from sysctl(8) into libc, making the minor number jump. Add prototypes to sys/sysctl.h, fix sets, modify man pages, etc. That oughta c
Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from sysctl(8) into libc, making the minor number jump. Add prototypes to sys/sysctl.h, fix sets, modify man pages, etc. That oughta cover it.
show more ...
|
| #
c915b316 |
| 04-Dec-2003 |
atatat <atatat@NetBSD.org> |
New sysctl(8) binary. Performs auto-discovery and can add/remove nodes from the tree. Never needs to be recompiled again.
|
| #
d348d3d7 |
| 30-Nov-2002 |
lukem <lukem@NetBSD.org> |
tweaks for fparseln(3) move from libutil to libc: - remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it
|
| #
7360d7b6 |
| 19-Aug-2002 |
lukem <lukem@NetBSD.org> |
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
|
| #
58d46185 |
| 20-Mar-2002 |
christos <christos@NetBSD.org> |
handle new emulation sysctls, and cleanup function duplication.
|
| #
4f90f5ce |
| 12-Mar-2000 |
tsarna <tsarna@NetBSD.org> |
Add a "-f file" flag to process directives from a file.
|
| #
fc838249 |
| 17-Jan-2000 |
itojun <itojun@NetBSD.org> |
don't install /usr/sbin/sysctl (backward compat symlink)
|
| #
3ea807c9 |
| 17-Jan-2000 |
itojun <itojun@NetBSD.org> |
move sysctl to /sbin/sysctl. symlink from /usr/sbin/sysctl is supplied for backward compatibility.
add /sbin/sysctl to base/mi (does not remove /usr/sbin/sysctl as we have a symlink)
|
| #
6b2ed69e |
| 17-Jan-2000 |
itojun <itojun@NetBSD.org> |
Moved from usr.sbin/sysctl/Makefile,v
|