Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/26/2000 22:13:42
Module Name: syssrc
Committed By: itojun
Date: Sun Feb 27 06:13:41 UTC 2000
Modified Files:
basesrc/lib/libc/gen: sysctl.3
basesrc/sbin/sysctl: sysctl.8
syssrc/sys/kern: kern_sysctl.c
syssrc/sys/sys: sysctl.h
Log Message:
add hw.alignbytes sysctl mib. this gives you the value of ALIGNBYTES
at the kernel compilation time (ALIGNBYTES that the kernel uses).
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 basesrc/lib/libc/gen/sysctl.3
cvs rdiff -r1.43 -r1.44 basesrc/sbin/sysctl/sysctl.8
cvs rdiff -r1.57 -r1.58 syssrc/sys/kern/kern_sysctl.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/sys/sysctl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.