cvs commit: src/sys/sys systm.h time.h

2008-05-18 Thread John Birrell
jb 2008-05-18 22:11:47 UTC FreeBSD src repository Modified files: sys/sys systm.h time.h Log: Remove some DTrace hook definitions that are now in dtrace_bsd.h which contains all the hook definitions rather than splattering them all over the header files.

cvs commit: src/sys/sys systm.h src/sys/kern kern_environment.c

2007-10-13 Thread Dag-Erling Smorgrav
des 2007-10-13 11:30:19 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern kern_environment.c Log: I don't know what I was smoking when I wrote these three years ago; the return value is an error code, hence always an int.

cvs commit: src/sys/sys systm.h src/sys/kern kern_priv.c

2007-07-02 Thread Robert Watson
rwatson 2007-07-02 14:03:29 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern kern_priv.c Log: Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled and stop declaring it in systm.h -- it's used only in kern_priv.c

Re: cvs commit: src/sys/sys systm.h src/sys/kern vfs_mount.c

2007-04-09 Thread Pawel Jakub Dawidek
On Mon, Apr 09, 2007 at 10:22:15AM -0700, Nate Lawson wrote: > Pawel Jakub Dawidek wrote: > > pjd 2007-04-08 23:54:01 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys systm.h > > sys/kern vfs_mount.c > > Log: > > Add root_mo

Re: cvs commit: src/sys/sys systm.h src/sys/kern vfs_mount.c

2007-04-09 Thread Nate Lawson
Pawel Jakub Dawidek wrote: > pjd 2007-04-08 23:54:01 UTC > > FreeBSD src repository > > Modified files: > sys/sys systm.h > sys/kern vfs_mount.c > Log: > Add root_mounted() function that returns true if the root file system is > already mounted

cvs commit: src/sys/sys systm.h src/sys/kern vfs_mount.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 23:54:01 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern vfs_mount.c Log: Add root_mounted() function that returns true if the root file system is already mounted. Revision ChangesPath 1.254 +1

cvs commit: src/sys/sys systm.h src/sys/kern vfs_mount.c

2007-04-03 Thread Pawel Jakub Dawidek
pjd 2007-04-03 11:45:28 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern vfs_mount.c Log: Add root_mount_wait() function which can be used to wait until the root file system is mounted. This is useful for kernel modules loade

cvs commit: src/sys/sys systm.h

2007-02-28 Thread Thomas Quinot
thomas 2007-02-28 16:51:52 UTC FreeBSD src repository Modified files: sys/sys systm.h Log: Minor reformatting. Revision ChangesPath 1.251 +2 -2 src/sys/sys/systm.h ___ cvs-all@freebsd.org mailing list

cvs commit: src/sys/sys systm.h

2007-02-13 Thread Colin Percival
cperciva2007-02-14 05:21:22 UTC FreeBSD src repository Modified files: sys/sys systm.h Log: Optimize bitcount32 by replacing 6 logical operations with 2. The key observation here is that it doesn't matter what garbage accumulates in bits which we're going to end

cvs commit: src/sys/sys systm.h

2006-12-25 Thread Kip Macy
kmacy 2006-12-26 02:48:42 UTC FreeBSD src repository Modified files: sys/sys systm.h Log: turn non-INVARIANT KASSERT into an empty but real C statement so that syntax errors will still be caught even if INVARIANTS aren't enabled in the config file Revision

Re: cvs commit: src/sys/sys systm.h src/sys/amd64/amd64 support.S src/sys/arm/arm fusu.S src/sys/i386/i386 support.s src/sys/ia64/ia64 support.S src/sys/powerpc/powerpc copyinout.c src/sys/sparc64/spa

2006-08-29 Thread Bernd Walter
On Mon, Aug 28, 2006 at 02:28:15AM +, David Xu wrote: > davidxu 2006-08-28 02:28:15 UTC > > FreeBSD src repository > > Modified files: > sys/sys systm.h > sys/amd64/amd64 support.S > sys/arm/arm fusu.S > sys/i386/i386support.s >

cvs commit: src/sys/sys systm.h src/sys/amd64/amd64 support.S src/sys/arm/arm fusu.S src/sys/i386/i386 support.s src/sys/ia64/ia64 support.S src/sys/powerpc/powerpc copyinout.c src/sys/sparc64/sparc64

2006-08-27 Thread David Xu
davidxu 2006-08-28 02:28:15 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/amd64/amd64 support.S sys/arm/arm fusu.S sys/i386/i386support.s sys/ia64/ia64support.S sys/powerpc/powerpc copyinout.c s

cvs commit: src/sys/sys systm.h

2006-08-04 Thread John Birrell
jb 2006-08-04 23:31:16 UTC FreeBSD src repository Modified files: sys/sys systm.h Log: Add a type definition for the cyclic timer callback function. The cyclic timer is a high-resolution timer allows timeouts at nanosecond intervals where hardware support

cvs commit: src/sys/sys systm.h taskqueue.h src/sys/kern kern_synch.c subr_taskqueue.c src/sys/dev/acpica/Osd OsdSchedule.c

2006-04-01 Thread Sam Leffler
sam 2006-04-02 00:14:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys systm.h taskqueue.h sys/kern kern_synch.c subr_taskqueue.c sys/dev/acpica/Osd OsdSchedule.c Log: backout taskqueue changes Approved b

cvs commit: src/sys/sys systm.h taskqueue.h src/sys/kern kern_synch.c subr_taskqueue.c src/sys/dev/acpica/Osd OsdSchedule.c

2006-03-14 Thread Sam Leffler
sam 2006-03-14 23:28:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys systm.h taskqueue.h sys/kern kern_synch.c subr_taskqueue.c sys/dev/acpica/Osd OsdSchedule.c Log: MFC: sync taskqueue api with HEAD modulo

cvs commit: src/sys/sys systm.h

2006-03-12 Thread Jeff Roberson
jeff2006-03-13 03:07:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys systm.h Log: MFC Rev 1.238 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by:re (scottl) Revision

cvs commit: src/sys/sys systm.h src/sys/kern kern_shutdown.c

2006-02-06 Thread Jeff Roberson
jeff2006-02-06 10:12:00 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern kern_shutdown.c Log: - Add the global 'rebooting' variable that is used to detect when boot() has been called. Sponsored by: Isilon Systems,