cvs commit: src/sys/kern vfs_mount.c

2006-01-28 Thread Suleiman Souhlal
ssouhlal2006-01-28 22:58:39 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Don't try to load KLDs if we're mounting the root. We'd otherwise panic. Tested by: kris MFC after: 3 days Revision ChangesPath 1.215 +12

cvs commit: src/sys/kern vfs_mount.c

2006-01-30 Thread Suleiman Souhlal
ssouhlal2006-01-31 06:00:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_mount.c Log: MFC r1.215: Don't try to load KLDs if we're mounting the root. We'd otherwise panic. Tested by: kris Revision ChangesP

cvs commit: src/sys/sys filedesc.h

2006-04-06 Thread Suleiman Souhlal
ssouhlal2006-04-06 16:27:48 UTC FreeBSD src repository Modified files: sys/sys filedesc.h Log: Replace FILEDESC_[UN]LOCK_FAST() with a critical section on UP. Gives a small but measurable performance improvement. Submitted by: Divacky Roman <[EMAIL PROTECTED

Re: cvs commit: src/sys/i386/i386 pmap.c

2006-04-29 Thread Suleiman Souhlal
Nate Lawson wrote: Peter Wemm wrote: Stephan realized that the kernel already allocates one PTE per virtual page. Although it normally holds physical addresses plus attributes, as long as we don't set PG_V, then there are 31 other bits that we could use for data storage. We could put virtua

cvs commit: src/sys/kern subr_witness.c

2006-08-26 Thread Suleiman Souhlal
ssouhlal2006-08-26 11:21:25 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in subr_taskqueue.c:r1.32 Reported by:rdivacky Revision ChangesPath 1.217 +1

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

2006-08-26 Thread Suleiman Souhlal
Gleb Smirnoff wrote: On Sat, Aug 26, 2006 at 11:21:25AM +, Suleiman Souhlal wrote: S> ssouhlal2006-08-26 11:21:25 UTC S> S> FreeBSD src repository S> S> Modified files: S> sys/kern subr_witness.c S> Log: S> The "taskqueue_fa

cvs commit: src/sys/compat/linux linux_emul.c

2006-08-28 Thread Suleiman Souhlal
ssouhlal2006-08-28 13:52:27 UTC FreeBSD src repository Modified files: sys/compat/linux linux_emul.c Log: FREE -> free Submitted by: rdivacky Revision ChangesPath 1.5 +2 -2 src/sys/compat/linux/linux_emul.c ___

cvs commit: src/sys/kern subr_witness.c

2006-09-01 Thread Suleiman Souhlal
ssouhlal2006-09-02 05:42:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern subr_witness.c Log: MFC r1.217: The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in subr_taskqueue.c:r1.32 Reported by:rdivacky

cvs commit: src/sys/compat/linux linux_futex.c

2006-08-19 Thread Suleiman Souhlal
ssouhlal2006-08-19 11:07:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: ifdef DEBUG a printf Submitted by: rdivacky Revision ChangesPath 1.3 +2 -0 src/sys/compat/linux/linux_futex.c _

cvs commit: src/sys/compat/linux linux_emul.c

2006-08-19 Thread Suleiman Souhlal
ssouhlal2006-08-19 11:54:19 UTC FreeBSD src repository Modified files: sys/compat/linux linux_emul.c Log: MALLOC -> malloc and FREE -> free Submitted by: rdivacky Pointed out by: jhb Revision ChangesPath 1.4 +4 -4 src/sys/compat/linux/linux_emu

Re: cvs commit: src/sys/dev/firewire fwohci.c

2008-05-19 Thread Suleiman Souhlal
On May 10, 2008, at 2:22 AM, Hidetoshi Shimokawa wrote: simokawa2008-05-10 09:22:06 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci.c Log: - Disable interrupts on suspend to eliminate excessive 'device physically ejected?' message on resume. - Fix m

cvs commit: src/tools/regression/usr.bin/sed regress.icase1.out regress.icase2.out regress.sh src/usr.bin/sed compile.c defs.h sed.1

2007-07-04 Thread Suleiman Souhlal
ssouhlal2007-07-04 16:42:41 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/sed regress.sh usr.bin/sed compile.c defs.h sed.1 Added files: tools/regression/usr.bin/sed regress.icase1.out regress.icase2.out L

Re: cvs commit: src/usr.bin/sed compile.c

2007-07-06 Thread Suleiman Souhlal
On Jul 6, 2007, at 9:34 AM, Xin LI wrote: delphij 2007-07-06 16:34:56 UTC FreeBSD src repository Modified files: usr.bin/sed compile.c Log: Before doing compile_re() which needs a parameter to identify whether we should ignore case, determine the flag by calling c

Re: cvs commit: src/sys/i386/isa clock.c src/sys/amd64/isa clock.c

2006-12-06 Thread Suleiman Souhlal
Bruce Evans wrote: bde 2006-12-03 03:49:28 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c sys/amd64/isaclock.c Log: Optimized RTC accesses by avoiding null writes to the index register and by only delaying when an RTC register is wri

Re: cvs commit: src/sys/powerpc/powerpc mmu_oea.c

2006-12-21 Thread Suleiman Souhlal
Peter Grehan wrote: grehan 2006-12-20 01:10:21 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of pmap.c, and is potentially the cause of hangs reported on machines with

cvs commit: src/sys/kern subr_witness.c

2007-01-16 Thread Suleiman Souhlal
ssouhlal2007-01-16 22:56:28 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Remove hptlock from the static witness table, now that it's a regular sleep mutex. Revision ChangesPath 1.221 +0 -1 src/sys/kern/subr_witness.c _