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
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 +
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
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
>
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
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
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
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.
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
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
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
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
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
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
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
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
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
___
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
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
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
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
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
__
22 matches
Mail list logo