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 to

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 src/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 lo

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 o

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 t

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 8-

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. N