cvs commit: src/sys/kern kern_mib.c

2008-08-28 Thread Tom Rhodes
trhodes 2008-08-28 23:52:34 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c Log: SVN rev 182418 on 2008-08-28 23:52:34Z by trhodes Fix a typo in r180291 "NAme of the current YP/NIS domain" -> "Name of the current YP/NIS domain" Revision Cha

cvs commit: src/sys/kern kern_mib.c

2008-03-24 Thread Antoine Brodin
antoine 2008-03-24 14:28:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_mib.c Log: MFC to RELENG_7: Make sysctl_kern_arnd return a random buffer instead of a random long, as it is expected by userland (stack protector gua

cvs commit: src/sys/kern kern_mib.c

2008-02-17 Thread Antoine Brodin
antoine 2008-02-17 16:44:48 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c Log: Make sysctl_kern_arnd return a random buffer instead of a random long, as it is expected by userland (stack protector guard setup for example). PR: 11912

cvs commit: src/sys/kern kern_mib.c

2008-01-17 Thread John Baldwin
jhb 2008-01-17 22:46:32 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c Log: Add 'compat_freebsd[4567]' features corresponding to the kernel options COMPAT_FREEBSD[4567]. MFC after: 1 week Requested by: kris Revision Changes

cvs commit: src/sys/kern kern_mib.c

2007-12-31 Thread John Baldwin
jhb 2007-12-31 22:03:57 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c Log: Actually declare the kern.features sysctl node. Pointy hat to: jhb Revision ChangesPath 1.86 +2 -0 src/sys/kern/kern_mib.c _

Re: cvs commit: src/sys/kern kern_mib.c src/usr.sbin/config Makefile config.8 config.h config.y kernconf.tmpl lang.l main.c

2007-11-09 Thread Peter Jeremy
On Sat, May 12, 2007 at 07:38:19PM +, Wojciech A. Koszek wrote: > This change will let us to have full configuration of a running kernel > available in sysctl: > > sysctl -b kern.conftxt ... > config -x kernelfile How about updating sys/conf/NOTES to mention this. It sti

cvs commit: src/sys/kern kern_mib.c

2007-05-28 Thread Warner Losh
imp 2007-05-28 20:41:10 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c Log: Simplify the kernel configuration file return code. Reviewed by: wkoszek Revision ChangesPath 1.83 +3 -22 src/sys/kern/kern_mib.c

cvs commit: src/sys/kern kern_mib.c

2007-05-16 Thread Warner Losh
imp 2007-05-17 05:05:12 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c Log: Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE is defined. This restores the old behavior, and eliminates the dependency on the kernconf.tmpl when I

cvs commit: src/sys/kern kern_mib.c src/usr.sbin/config kernconf.tmpl

2007-05-16 Thread Wojciech A. Koszek
wkoszek 2007-05-16 16:08:04 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c usr.sbin/config kernconf.tmpl Log: Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some developers happy, since it will let them to use old conf

cvs commit: src/sys/kern kern_mib.c src/usr.sbin/config Makefile config.8 config.h config.y kernconf.tmpl lang.l main.c

2007-05-12 Thread Wojciech A. Koszek
wkoszek 2007-05-12 19:38:18 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c usr.sbin/config Makefile config.8 config.h config.y lang.l main.c Added files: usr.sbin/config kernconf.tmpl Log: Improve INCLUDE