cvs commit: src/sys/kern init_main.c

2008-08-20 Thread Kip Macy
kmacy 2008-08-20 09:21:24 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: SVN rev 181913 on 2008-08-20 09:21:24Z by kmacy remove scheduler_running as xenbus no longer needs it MFC after: 1 month Revision ChangesPath

cvs commit: src/sys/kern init_main.c

2008-08-15 Thread Kip Macy
kmacy 2008-08-15 21:03:13 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: SVN rev 181777 on 2008-08-15 21:03:13Z by kmacy Add flag to indicate to xen support code that threads are running (and thus we can block). MFC after: 1

cvs commit: src/sys/kern init_main.c

2008-02-13 Thread Remko Lodder
remko 2008-02-13 16:41:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern init_main.c Log: MFC rev 1.264 init_main.c The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include opt_ddb.h. Spotted by:

cvs commit: src/sys/kern init_main.c kern_proc.c kern_resource.c kern_synch.c src/sys/sys proc.h

2008-01-10 Thread Robert Watson
rwatson 2008-01-10 22:11:21 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_proc.c kern_resource.c kern_synch.c sys/sys proc.h Log: Don't zero td_runtime when billing thread CPU usage to the process;

Re: cvs commit: src/sys/kern init_main.c kern_thread.c

2007-12-22 Thread Robert Watson
On Sat, 22 Dec 2007, Julian Elischer wrote: give thread0 the tid 10 and bumpt the others to start at 11 Thanks! While this didn't appear to cause any specific runtime problems I was aware of, it was inconsistent, and with additional threads going under proc0, it might have lead

cvs commit: src/sys/kern init_main.c kern_thread.c

2007-12-21 Thread Julian Elischer
julian 2007-12-22 04:56:48 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_thread.c Log: give thread0 the tid 10 and bumpt the others to start at 11 MFC after: 1 week Revision ChangesPath 1.289 +1 -0

cvs commit: src/sys/kern init_main.c kern_proc.c kern_thread.c src/sys/sys eventhandler.h

2007-12-14 Thread Randall Stewart
rrs 2007-12-14 13:41:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern init_main.c kern_proc.c kern_thread.c sys/sys eventhandler.h Log: - Add init,fini,ctor and dtor events for process and thread creation.

cvs commit: src/sys/kern init_main.c

2007-11-18 Thread Randall Stewart
rrs 2007-11-18 13:56:51 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: - Add in missing event handler invokes for initial proc and thread. Revision ChangesPath 1.287 +11 -1 src/sys/kern/init_main.c

cvs commit: src/sys/kern init_main.c src/sys/conf NOTES options

2007-09-14 Thread David E. O'Brien
obrien 2007-09-14 22:44:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern init_main.c sys/conf NOTES options Log: MFC: new kernel config option, VERBOSE_SYSINIT. (kern/init_main.c rev. 1.263) Revision

cvs commit: src/sys/kern init_main.c

2007-06-09 Thread Attilio Rao
attilio 2007-06-10 00:28:41 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Fix a bug caming from the committing a pre-merge version of the patch instead than a post-merge version (respect to another rusage fix). Reported by: marcel

Re: cvs commit: src/sys/kern init_main.c

2007-06-09 Thread Marcel Moolenaar
On Jun 9, 2007, at 5:28 PM, Attilio Rao wrote: attilio 2007-06-10 00:28:41 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Fix a bug caming from the committing a pre-merge version of the patch instead than a post-merge version (respect to

cvs commit: src/sys/kern init_main.c

2007-06-08 Thread Poul-Henning Kamp
phk 2007-06-08 11:47:36 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Double the WITNESS and DIAGNOSTIC benchmark warnings right before we go into userland to improve the chances of people noticing them. Revision ChangesPath

cvs commit: src/sys/kern init_main.c kern_exit.c kern_fork.c kern_prot.c src/sys/security/audit audit.c audit.h audit_arg.c audit_syscalls.c src/sys/sys proc.h ucred.h

2007-06-07 Thread Robert Watson
rwatson 2007-06-07 22:27:15 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_exit.c kern_fork.c kern_prot.c sys/security/audit audit.c audit.h audit_arg.c audit_syscalls.c sys/sys

Re: cvs commit: src/sys/kern init_main.c kern_thread.c

2007-03-28 Thread Attilio Rao
2007/3/27, Attilio Rao [EMAIL PROTECTED]: 2007/3/27, John Baldwin [EMAIL PROTECTED]: jhb 2007-03-27 16:51:34 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_thread.c Log: Align 'struct thread' on 16 byte boundaries so that the lower 4 bits

cvs commit: src/sys/kern init_main.c kern_thread.c

2007-03-27 Thread John Baldwin
jhb 2007-03-27 16:51:34 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_thread.c Log: Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are always 0. Previously we aligned threads on a minimum of 8-byte boundaries.

Re: cvs commit: src/sys/kern init_main.c kern_thread.c

2007-03-27 Thread Scott Long
John Baldwin wrote: jhb 2007-03-27 16:51:34 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_thread.c Log: Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are always 0. Previously we aligned threads on a minimum of

Re: cvs commit: src/sys/kern init_main.c kern_thread.c

2007-03-27 Thread John Baldwin
On Tuesday 27 March 2007 01:01:38 pm Scott Long wrote: John Baldwin wrote: jhb 2007-03-27 16:51:34 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_thread.c Log: Align 'struct thread' on 16 byte boundaries so that the lower 4

Re: cvs commit: src/sys/kern init_main.c kern_thread.c

2007-03-27 Thread Attilio Rao
2007/3/27, John Baldwin [EMAIL PROTECTED]: jhb 2007-03-27 16:51:34 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_thread.c Log: Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are always 0. Previously we aligned threads on

cvs commit: src/sys/kern init_main.c

2006-11-12 Thread David Xu
davidxu 2006-11-12 11:48:37 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Copy base user priority in NO_KSE case. Revision ChangesPath 1.270 +1 -0 src/sys/kern/init_main.c ___

cvs commit: src/sys/kern init_main.c

2006-09-25 Thread Robert Watson
rwatson 2006-09-26 00:15:57 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: SI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2. MFC after: 3 days Submitted by: mlaier Revision ChangesPath 1.267 +1 -1

cvs commit: src/sys/kern init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c subr_trap.c src/sys/sys ktrace.h proc.h

2006-09-06 Thread John Baldwin
jhb 2006-09-06 21:43:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c subr_trap.c sys/sys ktrace.h proc.h Log: MFC: Backport

cvs commit: src/sys/kern init_main.c

2006-09-02 Thread Robert Watson
rwatson 2006-09-02 13:15:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern init_main.c Log: Merge init_main.c:1.260 from HEAD to RELENG_6: Hook up audit to the initial process creation events (proc0, proc1). Obtained from:

cvs commit: src/sys/kern init_main.c

2006-08-25 Thread David Xu
davidxu 2006-08-25 06:29:16 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Initialize kg_base_user_pri. Revision ChangesPath 1.265 +1 -0 src/sys/kern/init_main.c ___

cvs commit: src/sys/kern init_main.c

2006-05-14 Thread Benno Rice
benno 2006-05-14 07:11:28 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include opt_ddb.h. Spotted by: benno Pointy hat to: benno Revision ChangesPath

cvs commit: src/sys/kern init_main.c

2006-02-06 Thread Olivier Houchard
cognet 2006-02-06 16:03:10 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: rwlock expects the struct thread to be aligned on 8 bytes, so make sure thread0 is. Revision ChangesPath 1.261 +1 -1 src/sys/kern/init_main.c

cvs commit: src/sys/kern init_main.c

2006-02-01 Thread Robert Watson
rwatson 2006-02-02 01:16:31 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Hook up audit to the initial process creation events (proc0, proc1). Much help from: wsalamon Obtained from: TrustedBSD Project Revision ChangesPath

cvs commit: src/sys/kern init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c subr_trap.c src/sys/sys ktrace.h proc.h

2005-11-13 Thread Robert Watson
rwatson 2005-11-13 13:27:44 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c subr_trap.c sys/sys ktrace.h proc.h Log: Moderate rewrite of kernel ktrace code