Home | History | Annotate | Download | only in sysctl
History log of /src/sbin/sysctl/Makefile
RevisionDateAuthorComments
 1.22  18-Aug-2019  kamil 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.
 1.21  29-Nov-2012  christos branches: 1.21.30; 1.21.32;
use the proper variable
 1.20  13-Dec-2010  pooka branches: 1.20.6; 1.20.12;
RUMP_ACTION -> RUMPPRG
 1.19  05-Nov-2010  pooka make sysctl(8) work as a rump client
 1.18  13-Feb-2009  uebayasi Comment out CFLAGS+=-g.
 1.17  06-Apr-2005  christos branches: 1.17.28; 1.17.30;
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.
 1.16  25-Mar-2004  atatat 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.
 1.15  04-Dec-2003  atatat New sysctl(8) binary. Performs auto-discovery and can add/remove
nodes from the tree. Never needs to be recompiled again.
 1.14  30-Nov-2002  lukem 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
 1.13  19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.12  20-Mar-2002  christos handle new emulation sysctls, and cleanup function duplication.
 1.11  12-Mar-2000  tsarna Add a "-f file" flag to process directives from a file.
 1.10  17-Jan-2000  itojun don't install /usr/sbin/sysctl (backward compat symlink)
 1.9  17-Jan-2000  itojun 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)
 1.8  17-Jan-2000  itojun Moved from usr.sbin/sysctl/Makefile,v
 1.7  03-Jul-1999  itojun s/CFLAGS/CPPFLAGS/ for -D and -I.
 1.6  02-Jul-1999  itojun IPv6/IPsec sysctl MIB support.
 1.5  05-Mar-1998  christos WARNSify
 1.4  18-Oct-1997  lukem enable WARNS=1 by default, but disable in unclean 3rd party code
 1.3  30-Sep-1995  thorpej New-style RCS ids.
 1.2  22-Dec-1994  cgd specify man pages the new way.
 1.1  09-May-1994  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  09-May-1994  cgd sysctl-of-fish
 1.17.30.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.17.28.1  08-Dec-2010  riz Pull up following revision(s) (requested by uwe in ticket #1490):
usr.bin/mkdep/Makefile: revision 1.16
sbin/dump_lfs/Makefile: revision 1.10
usr.sbin/services_mkdb/Makefile: revision 1.5
sbin/ifconfig/Makefile: revision 1.40
usr.sbin/racoonctl/Makefile: revision 1.3
sbin/sysctl/Makefile: revision 1.18
Comment out CFLAGS+=-g.
Disable debug.
 1.20.12.1  25-Feb-2013  tls resync with head
 1.20.6.1  16-Jan-2013  yamt sync with (a bit old) head
 1.21.32.1  19-Aug-2019  martin Pull up following revision(s) (requested by kamil in ticket #95):

sbin/sysctl/prog_ops.h: revision 1.3
sbin/sysctl/sysctl_rumpops.c: revision 1.2
sbin/sysctl/sysctl_hostops.c: revision 1.2
sbin/sysctl/Makefile: revision 1.22
sbin/sysctl/sysctl.c: revision 1.162

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.
 1.21.30.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed