cvs commit: src/sys/conf NOTES options

2008-03-19 Thread Jeff Roberson
jeff2008-03-20 01:30:49 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: - Add an option to compile in SCHED_STATS. - Add some more information about SLEEPQUEUE_PROFILING to NOTES. Revision ChangesPath 1.1476+6 -1 src

cvs commit: src/sys/conf NOTES options

2007-09-22 Thread Max Laier
mlaier 2007-09-22 18:22:31 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Remove PF_MPSAFE_UGID leftover. Spotted by: bz Approved by:re (gnn) Revision ChangesPath 1.1452+0 -4 src/sys/conf/NOTES 1.607 +

Re: cvs commit: src/sys/conf NOTES options src/sys/dev/sound/pci emu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h src/sys/modules/sound/driver/emu10kx Makefile src/share/man/man4 snd_emu10kx.4

2007-09-12 Thread Attilio Rao
2007/9/12, Ariff Abdullah <[EMAIL PROTECTED]>: > ariff 2007-09-12 07:43:43 UTC > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > sys/dev/sound/pciemu10kx-midi.c emu10kx-pcm.c emu10kx.c > emu10kx.h > sys/modules/s

Re: cvs commit: src/sys/conf NOTES options src/sys/dev/sound/pci emu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h src/sys/modules/sound/driver/emu10kx Makefile src/share/man/man4 snd_emu10kx.4

2007-09-12 Thread Joel Dahl
On Wed, 2007-09-12 at 07:43 +, Ariff Abdullah wrote: > ariff 2007-09-12 07:43:43 UTC > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > sys/dev/sound/pciemu10kx-midi.c emu10kx-pcm.c emu10kx.c > emu10kx.h >

cvs commit: src/sys/conf NOTES options src/sys/dev/sound/pci emu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h src/sys/modules/sound/driver/emu10kx Makefile src/share/man/man4 snd_emu10kx.4

2007-09-12 Thread Ariff Abdullah
ariff 2007-09-12 07:43:43 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/dev/sound/pciemu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h sys/modules/sound/driver/emu10kx Makefile share/man/man4 snd_e

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

2007-06-08 Thread Attilio Rao
Attilio Rao wrote: attilio 2007-06-08 21:36:52 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mutex.c Log: Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our mutexes. Currently we alredy

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

2007-06-08 Thread Attilio Rao
attilio 2007-06-08 21:36:52 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mutex.c Log: Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our mutexes. Currently we alredy force MUTEX_WAKE_ALL b

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

2007-03-22 Thread John Baldwin
jhb 2007-03-22 16:09:23 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mutex.c kern_rwlock.c Log: - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionally defining a macro earlier in the file.

cvs commit: src/sys/conf NOTES options src/sys/netinet tcp_input.c tcp_sack.c

2007-03-21 Thread Andre Oppermann
andre 2007-03-21 18:25:28 UTC FreeBSD src repository Modified files: sys/conf options NOTES sys/netinet tcp_input.c tcp_sack.c Log: Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default it doesn't impede normal operation negatively and is

Re: cvs commit: src/sys/conf NOTES options

2007-01-31 Thread Craig Rodrigues
On Tue, Jan 30, 2007 at 10:46:14AM +, Bruce M. Simpson wrote: > Is MSDOSFS_LARGE now safe for read-write operation? The caveats that existed before this patch still exist. By default, MSDOSFS_LARGE is not used (same as before the patch). The only difference is that now, instead of having to re

Re: cvs commit: src/sys/conf NOTES options

2007-01-30 Thread Bruce M. Simpson
Craig Rodrigues wrote: rodrigc 2007-01-30 05:01:06 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Remove MSDOSFS_LARGE compile time option. It has been converted to a run time "-o large" mount option. Is MSDOSFS_LARGE now safe for rea

cvs commit: src/sys/conf NOTES options

2007-01-29 Thread Craig Rodrigues
rodrigc 2007-01-30 05:01:06 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Remove MSDOSFS_LARGE compile time option. It has been converted to a run time "-o large" mount option. PR: 105964 MFC after: 2 weeks Revi

cvs commit: src/sys/conf NOTES options src/sys/powerpc/conf NOTES

2007-01-10 Thread Marius Strobl
marius 2007-01-10 18:45:18 UTC FreeBSD src repository Modified files: sys/conf options NOTES sys/powerpc/conf NOTES Log: Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc NOTES though, as ofw_syscons(4) doesn't properly interface with sysco

Re: cvs commit: src/sys/conf NOTES options src/sys/netinet ip_fw2.c

2007-01-03 Thread Max Laier
On Wednesday 03 January 2007 12:12, Paolo Pisati wrote: > piso2007-01-03 11:12:54 UTC > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > sys/netinet ip_fw2.c > Log: > Wrap ipfw nat support in a new kernel config option named > "I

cvs commit: src/sys/conf NOTES options src/sys/netinet ip_fw2.c

2007-01-03 Thread Paolo Pisati
piso2007-01-03 11:12:54 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/netinet ip_fw2.c Log: Wrap ipfw nat support in a new kernel config option named "IPFIREWALL_NAT": this way nat is turned off by default and POLA is pres

cvs commit: src/sys/conf NOTES options src/sys/contrib/pf/net pf.c

2006-12-29 Thread Max Laier
mlaier 2006-12-29 13:59:03 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/contrib/pf/net pf.c Log: Work around a long standing LOR with user/group rules by doing the socket lookup early. This has some performance implications and shou

cvs commit: src/sys/conf NOTES options

2006-12-09 Thread Matt Jacob
mjacob 2006-12-10 04:23:23 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Make MAXPHYS and DFLTPHYS options (finally). Revision ChangesPath 1.1401+15 -0 src/sys/conf/NOTES 1.567 +2 -0 src/sys/conf/options ___

cvs commit: src/sys/conf NOTES options src/sys/kern kern_mac.c src/sys/security/mac mac_inet.c mac_internal.h mac_net.c mac_pipe.c mac_posix_sem.c mac_process.c mac_socket.c mac_sysv_msg.c mac_sysv_se

2006-09-20 Thread Robert Watson
rwatson 2006-09-20 13:33:41 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mac.c sys/security/mac mac_inet.c mac_internal.h mac_net.c mac_pipe.c mac_posix_sem.c mac_process.c

cvs commit: src/sys/conf NOTES options src/sys/netinet ip_fastfwd.c ip_input.c ip_output.c

2006-08-16 Thread Julian Elischer
julian 2006-08-17 00:37:03 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/netinet ip_fastfwd.c ip_input.c ip_output.c Log: Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it always was in older versio

cvs commit: src/sys/conf NOTES options src/sys/fs/devfs devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.c src/sys/kern kern_mac.c src/sys/security/mac mac_vfs.c

2006-07-17 Thread Poul-Henning Kamp
phk 2006-07-17 09:07:02 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/fs/devfs devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.c sys/kern kern_mac.c sys/security/mac mac_vfs.c

cvs commit: src/sys/conf NOTES options

2006-07-17 Thread Poul-Henning Kamp
phk 2006-07-17 08:14:46 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Remove config(8)'s knowledge about NMBCLUSTERS, no code in /sys knows about it any more. Revision ChangesPath 1.1373+1 -4 src/sys/conf/NOTES 1.5

cvs commit: src/sys/conf NOTES options

2006-04-18 Thread Matt Jacob
mjacob 2006-04-18 22:24:55 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Add ISP_DEFAULT_ROLES as a config option. Revision ChangesPath 1.1357+5 -0 src/sys/conf/NOTES 1.535 +1 -0 src/sys/conf/options __