summaryrefslogtreecommitdiff
path: root/usr.sbin/sysctl/sysctl.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-06-18 21:35:33 +0000
committercgd <cgd@NetBSD.org>1995-06-18 21:35:33 +0000
commit93a2f4ea604d084cb0d8f9abaa974da73bbf2d6e (patch)
treefa69cb49d727dfc33db79cd396a7713d829b7108 /usr.sbin/sysctl/sysctl.c
parent8b16cd6552bcc1e48c89e6dcb54966c8c045975c (diff)
update for posixified stat structure
Diffstat (limited to 'usr.sbin/sysctl/sysctl.c')
0 files changed, 0 insertions, 0 deletions
se SCARG() in userland. Eliminates need for <sys/systm.h>.christos 2005-12-11merge ktrace-lwp.christos 2005-12-05- make settime take timespec.christos 2005-02-27nuke trailing whitespaceperry 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-02-10Fix clockctlattach to take an (ignored) int as its parameter, which isperry 2002-10-23merge kqueue branch into -currentjdolecek 2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2002-03-01Two more trivial bug fixes:manu 2002-02-25Fixes a bug in argument passing to ntp_adjtime1. patch submitted bymanu 2001-12-09Changed clocktl interface to use syscallargs structuresmanu 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDslukem 2001-09-16This is the clockctl pseudodevice. It gives non root users access to root-onlymanu