History log of /openbsd-current/sbin/sysctl/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.14 03-Jul-2019 dlg

oops, DEBUG=-g wasn't for the tree.


# 1.13 03-Jul-2019 dlg

wire up net.link.ifrxq.pressure_return and pressure_drop

ok visa@ deraadt@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.12 11-Sep-2016 natano

Symlinks to binaries should belong to root:bin.
tweaks and ok guenther


Revision tags: OPENBSD_6_0_BASE
# 1.11 04-May-2016 jca

Kill #ifdef INET6 occurrences in userland.

Prompted by and ok millert@

(tcpdump and libpcap left untouched, the #ifdef force is too strong with
those)


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.10 10-Jan-2010 guenther

Reimplement kvm_getproc2()'s support for reading crash dumps and
/dev/mem to be direct instead of going through kvm_getprocs(), as
that function is going to get more an more broken as we move stuff
from struct proc to struct process for rthreads. To minimize the
code copying, put the common logic of filling in a kinfo_proc2
structure into a macro FILL_KPROC2() in <sys/sysctl.h> for use from
both the kernel and user-space. This also hides the KERN_PROC
#define behind "#if defined(_KERNEL)||defined(_LIBKVM)", as it's
deprecated.

Positive feedback from millert and blambert; so committing to unblock
further rthreads work.


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.9 27-May-2007 bluhm

Simplify symlink creation. ok grunk


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.8 27-Jun-2001 art

UVM is no longer an option


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.7 03-Sep-2000 espie

Boring... Add :L modifier to all tweakable variables tests.

Closes PR 1246


Revision tags: OPENBSD_2_7_BASE
# 1.6 01-Jan-2000 deraadt

move sysctl(8) to /sbin, with a relative symbolic link remaining in the old location


# 1.5 30-Dec-1999 provos

vm.swapencrypt for UVM


# 1.4 10-Dec-1999 itojun

add IPv6 support. net.inet6.{ip6,icmp6} will be printed.


# 1.3 21-Sep-1997 deraadt

$OpenBSD$


# 1.2 25-Nov-1996 mickey

ipx sysctl.
cleanup (protyping, printf formats and so)
1 (one) bug fix in printf's arg (struct instead of field)


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.12 11-Sep-2016 natano

Symlinks to binaries should belong to root:bin.
tweaks and ok guenther


Revision tags: OPENBSD_6_0_BASE
# 1.11 04-May-2016 jca

Kill #ifdef INET6 occurrences in userland.

Prompted by and ok millert@

(tcpdump and libpcap left untouched, the #ifdef force is too strong with
those)


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.10 10-Jan-2010 guenther

Reimplement kvm_getproc2()'s support for reading crash dumps and
/dev/mem to be direct instead of going through kvm_getprocs(), as
that function is going to get more an more broken as we move stuff
from struct proc to struct process for rthreads. To minimize the
code copying, put the common logic of filling in a kinfo_proc2
structure into a macro FILL_KPROC2() in <sys/sysctl.h> for use from
both the kernel and user-space. This also hides the KERN_PROC
#define behind "#if defined(_KERNEL)||defined(_LIBKVM)", as it's
deprecated.

Positive feedback from millert and blambert; so committing to unblock
further rthreads work.


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.9 27-May-2007 bluhm

Simplify symlink creation. ok grunk


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.8 27-Jun-2001 art

UVM is no longer an option


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.7 03-Sep-2000 espie

Boring... Add :L modifier to all tweakable variables tests.

Closes PR 1246


Revision tags: OPENBSD_2_7_BASE
# 1.6 01-Jan-2000 deraadt

move sysctl(8) to /sbin, with a relative symbolic link remaining in the old location


# 1.5 30-Dec-1999 provos

vm.swapencrypt for UVM


# 1.4 10-Dec-1999 itojun

add IPv6 support. net.inet6.{ip6,icmp6} will be printed.


# 1.3 21-Sep-1997 deraadt

$OpenBSD$


# 1.2 25-Nov-1996 mickey

ipx sysctl.
cleanup (protyping, printf formats and so)
1 (one) bug fix in printf's arg (struct instead of field)


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision