History log of /openbsd-src/sbin/sysctl/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# 41c2983e 03-Jul-2019 dlg <dlg@openbsd.org>

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


# 5243d0ad 03-Jul-2019 dlg <dlg@openbsd.org>

wire up net.link.ifrxq.pressure_return and pressure_drop

ok visa@ deraadt@


# 256925ac 11-Sep-2016 natano <natano@openbsd.org>

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


# 8cbb5e83 04-May-2016 jca <jca@openbsd.org>

Kill #ifdef INET6 occurrences in userland.

Prompted by and ok millert@

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


# 72596c46 10-Jan-2010 guenther <guenther@openbsd.org>

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
f

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.

show more ...


# 69fc7f44 27-May-2007 bluhm <bluhm@openbsd.org>

Simplify symlink creation. ok grunk


# f7b71a65 27-Jun-2001 art <art@openbsd.org>

UVM is no longer an option


# ff60459d 03-Sep-2000 espie <espie@openbsd.org>

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

Closes PR 1246


# 03371ce3 01-Jan-2000 deraadt <deraadt@openbsd.org>

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


# 8fe7eaee 30-Dec-1999 provos <provos@openbsd.org>

vm.swapencrypt for UVM


# 090f9bdc 10-Dec-1999 itojun <itojun@openbsd.org>

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


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# f712e2a0 25-Nov-1996 mickey <mickey@openbsd.org>

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


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree