cvs commit: src/sys/conf options src/sys/kern vfs_lookup.c

2008-10-01 Thread John Baldwin
jhb 2008-10-01 19:24:16 UTC FreeBSD src repository Modified files: sys/conf options sys/kern vfs_lookup.c Log: SVN rev 183519 on 2008-10-01 19:24:16Z by jhb Remove the LOOKUP_SHARED kernel option. Instead, make vfs.lookup_shared a loader

cvs commit: src/sys/conf options

2008-08-26 Thread Warner Losh
imp 2008-08-26 07:28:27 UTC FreeBSD src repository Modified files: sys/conf options Log: SVN rev 182186 on 2008-08-26 07:28:27Z by imp MFp4: Sort a couple options alphabetically. Revision ChangesPath 1.639 +2 -2 src/sys/conf/options

cvs commit: src/sys/conf options

2008-08-26 Thread Warner Losh
imp 2008-08-27 01:26:14 UTC FreeBSD src repository Modified files: sys/conf options Log: SVN rev 18 on 2008-08-27 01:26:14Z by imp Remove left-over divot from wi driver cleanup Sam did a while ago. Since Symbol Firmware support was removed, it makes

cvs commit: src/sys/conf options

2008-08-26 Thread Warner Losh
imp 2008-08-27 01:31:42 UTC FreeBSD src repository Modified files: sys/conf options Log: SVN rev 182223 on 2008-08-27 01:31:42Z by imp Sort the network options alphabetically. They were mostly alphabetical before. Revision ChangesPath 1.641

cvs commit: src/sys/conf options

2008-08-24 Thread Julian Elischer
julian 2008-08-24 21:33:10 UTC FreeBSD src repository Modified files: sys/conf options Log: SVN rev 182126 on 2008-08-24 21:33:10Z by julian VIMAGE is a global option Revision ChangesPath 1.638 +1 -1 src/sys/conf/options

cvs commit: src/sys/conf options src/sys/kern kern_exec.c src/sys/security/mac mac_framework.c mac_framework.h mac_inet.c mac_internal.h mac_net.c mac_pipe.c mac_policy.h mac_posix_sem.c mac_posix_shm

2008-08-23 Thread Robert Watson
rwatson 2008-08-23 15:26:36 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_exec.c sys/security/mac mac_framework.c mac_framework.h mac_inet.c mac_internal.h mac_net.c

cvs commit: src/sys/conf options src/sys/ddb db_output.c

2008-08-18 Thread Attilio Rao
attilio 2008-08-18 16:48:09 UTC FreeBSD src repository Modified files: sys/conf options sys/ddb db_output.c Log: SVN rev 181840 on 2008-08-18 16:48:09Z by attilio Bufferize the output for DDB printouts. In order to CATER this, DDB buffered

cvs commit: src/sys/conf options

2008-05-18 Thread John Birrell
jb 2008-05-18 19:28:51 UTC FreeBSD src repository Modified files: sys/conf options Log: Add two kernel options: - KDTRACE_HOOKS for the shim layer of hooks which separate BSD licensed code from CDDL code. - DDB_CTF for the code

cvs commit: src/sys/conf options src/sys/dev/asmc asmc.c src/sys/kern kern_intr.c

2008-04-05 Thread John Baldwin
jhb 2008-04-05 20:13:15 UTC FreeBSD src repository Modified files: sys/conf options sys/dev/asmc asmc.c sys/kern kern_intr.c Log: Move INTR_FILTER from opt_global.h to its own header. Revision ChangesPath 1.624 +1 -1

cvs commit: src/sys/conf options src/sys/ddb db_capture.c

2008-04-01 Thread Robert Watson
rwatson 2008-04-01 11:23:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/conf options sys/ddb db_capture.c Log: Merge options:1.616, db_capture.c:1.4 from HEAD to RELNEG_7: Allow DDB_CAPTURE_DEFAULTBUFSIZE and

cvs commit: src/sys/conf options

2008-02-10 Thread Andrew Thompson
thompsa 2008-02-11 05:36:15 UTC FreeBSD src repository Modified files: sys/conf options Log: Add missing GEOM_LVM option. Revision ChangesPath 1.617 +1 -0 src/sys/conf/options ___ cvs-all@freebsd.org

cvs commit: src/sys/conf options src/sys/ddb db_capture.c

2008-01-26 Thread Robert Watson
rwatson 2008-01-26 22:32:24 UTC FreeBSD src repository Modified files: sys/conf options sys/ddb db_capture.c Log: Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to be overridden at compile-time using kernel options of the same names.

Re: cvs commit: src/sys/conf options src/sys/kern kern_mutex.c kern_rwlock.c kern_sx.c kern_thread.c sched_4bsd.c sched_ule.c subr_lock.c src/sys/sys _lock.h lock_profile.h proc.h sx.h

2007-12-17 Thread Attilio Rao
2007/12/16, Jeff Roberson [EMAIL PROTECTED]: On Sat, 15 Dec 2007, Jeff Roberson wrote: jeff2007-12-15 23:13:32 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_mutex.c kern_rwlock.c kern_sx.c

cvs commit: src/sys/conf options

2007-12-15 Thread Kip Macy
kmacy 2007-12-15 19:53:35 UTC FreeBSD src repository Modified files: sys/conf options Log: add compile option to remove extra branch introduced by tcp offload support code Revision ChangesPath 1.612 +3 -0 src/sys/conf/options

cvs commit: src/sys/conf options src/sys/kern kern_mutex.c kern_rwlock.c kern_sx.c kern_thread.c sched_4bsd.c sched_ule.c subr_lock.c src/sys/sys _lock.h lock_profile.h proc.h sx.h

2007-12-15 Thread Jeff Roberson
jeff2007-12-15 23:13:32 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_mutex.c kern_rwlock.c kern_sx.c kern_thread.c sched_4bsd.c sched_ule.c subr_lock.c sys/sys

Re: cvs commit: src/sys/conf options src/sys/kern kern_mutex.c kern_rwlock.c kern_sx.c kern_thread.c sched_4bsd.c sched_ule.c subr_lock.c src/sys/sys _lock.h lock_profile.h proc.h sx.h

2007-12-15 Thread Jeff Roberson
On Sat, 15 Dec 2007, Jeff Roberson wrote: jeff2007-12-15 23:13:32 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_mutex.c kern_rwlock.c kern_sx.c kern_thread.c sched_4bsd.c sched_ule.c

Re: cvs commit: src/sys/conf options src/sys/kern kern_mutex.c kern_rwlock.c kern_sx.c kern_thread.c sched_4bsd.c sched_ule.c subr_lock.c src/sys/sys _lock.h lock_profile.h proc.h sx.h

2007-12-15 Thread Kip Macy
On Dec 15, 2007 3:24 PM, Jeff Roberson [EMAIL PROTECTED] wrote: On Sat, 15 Dec 2007, Jeff Roberson wrote: jeff2007-12-15 23:13:32 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_mutex.c kern_rwlock.c kern_sx.c

cvs commit: src/sys/conf options src/sys/kern kern_sx.c src/sys/sys sx.h

2007-07-06 Thread Attilio Rao
attilio 2007-07-06 13:20:44 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_sx.c sys/sys sx.h Log: Fix some problems with lock_profiling in sx locks: - Adjust lock_profiling stubs semantic in the hard

cvs commit: src/sys/conf options src/sys/netinet sctp_bsd_addr.c sctp_constants.h sctp_indata.c sctp_input.c sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctputil.c sctputil.h

2007-05-30 Thread Randall Stewart
rrs 2007-05-30 17:39:45 UTC FreeBSD src repository Modified files: sys/conf options sys/netinet sctp_bsd_addr.c sctp_constants.h sctp_indata.c sctp_input.c sctp_os_bsd.h sctp_output.c sctp_pcb.c

cvs commit: src/sys/conf options

2007-05-06 Thread Paolo Pisati
piso2007-05-06 17:04:34 UTC FreeBSD src repository Modified files: sys/conf options Log: Make interrupt filtering support compilable. The entire code is wrapperd in #ifdef ... #endif so it won't harm the actual implementation, but developers are encouraged

cvs commit: src/sys/conf options src/sys/sys mbuf.h

2007-04-14 Thread Kip Macy
kmacy 2007-04-14 20:16:03 UTC FreeBSD src repository Modified files: sys/conf options sys/sys mbuf.h Log: Add option for disabling allocation from the packet zone Revision ChangesPath 1.586 +1 -0 src/sys/conf/options 1.209

cvs commit: src/sys/conf options src/sys/netinet tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c tcp_timer.c

2007-04-04 Thread Andre Oppermann
andre 2007-04-04 14:44:16 UTC FreeBSD src repository Modified files: sys/conf options sys/netinet tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c tcp_timer.c Log: Retire unused TCP_SACK_DEBUG. Revision ChangesPath

cvs commit: src/sys/conf options

2007-03-27 Thread John Baldwin
jhb 2007-03-27 19:32:40 UTC FreeBSD src repository Modified files: sys/conf options Log: Sort. Revision ChangesPath 1.583 +1 -1 src/sys/conf/options ___ cvs-all@freebsd.org mailing list

cvs commit: src/sys/conf options

2007-03-20 Thread Randall Stewart
rrs 2007-03-20 10:19:10 UTC FreeBSD src repository Modified files: sys/conf options Log: Adds missing flight size logging option for SCTP. Revision ChangesPath 1.579 +1 -0 src/sys/conf/options ___

cvs commit: src/sys/conf options src/sys/kern kern_mutex.c kern_rwlock.c kern_sx.c src/sys/sys lock.h lock_profile.h

2007-02-26 Thread Kip Macy
kmacy 2007-02-27 06:42:05 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_mutex.c kern_rwlock.c kern_sx.c sys/sys lock.h lock_profile.h Log: Further improvements to LOCK_PROFILING: - Fix missing

Re: cvs commit: src/sys/conf options src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c src/sys/dev/si si.c

2007-01-19 Thread Marius Strobl
On Thu, Jan 18, 2007 at 05:52:18PM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Marius Strobl [EMAIL PROTECTED] writes: : marius 2007-01-18 13:33:36 UTC : : FreeBSD src repository : : Modified files: : sys/conf options :

cvs commit: src/sys/conf options src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c src/sys/dev/si si.c

2007-01-18 Thread Marius Strobl
marius 2007-01-18 13:33:36 UTC FreeBSD src repository Modified files: sys/conf options sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c sys/dev/si si.c Log: Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in the newly added

Re: cvs commit: src/sys/conf options src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c src/sys/dev/si si.c

2007-01-18 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Marius Strobl [EMAIL PROTECTED] writes: : marius 2007-01-18 13:33:36 UTC : : FreeBSD src repository : : Modified files: : sys/conf options : sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c : sys/dev/si si.c

cvs commit: src/sys/conf options

2006-12-17 Thread Matt Jacob
mjacob 2006-12-18 05:42:34 UTC FreeBSD src repository Modified files: sys/conf options Log: spelling nit Revision ChangesPath 1.568 +1 -1 src/sys/conf/options ___ cvs-all@freebsd.org mailing list

cvs commit: src/sys/conf options

2006-08-24 Thread Gleb Smirnoff
glebius 2006-08-24 14:06:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf options Log: Fix build breakage. RevisionChangesPath 1.510.2.17 +4 -0 src/sys/conf/options ___

cvs commit: src/sys/conf options

2006-08-02 Thread John Birrell
jb 2006-08-03 05:19:33 UTC FreeBSD src repository Modified files: sys/conf options Log: Add an option to enable KSE support. Add an option to build in kernel DTrace hooks. Without this option, the DTrace modules acn't be loaded. Revision Changes

cvs commit: src/sys/conf options src/sys/sys sysctl.h

2006-07-24 Thread Warner Losh
imp 2006-07-24 17:34:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf options sys/sys sysctl.h Log: MFC: NO_SYSCTL_DESCR option. RevisionChangesPath 1.510.2.12 +2 -0 src/sys/conf/options

cvs commit: src/sys/conf options src/sys/sys sysctl.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 17:00:51 UTC FreeBSD src repository Modified files: sys/conf options sys/sys sysctl.h Log: Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions for the sysctls. This saves a lot of space in the resulting

cvs commit: src/sys/conf options

2006-07-11 Thread Sam Leffler
sam 2006-07-11 16:34:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf options Log: MFC: delete ath hal options so we don't clobber released opt_ah.h RevisionChangesPath 1.510.2.11 +0 -12 src/sys/conf/options

cvs commit: src/sys/conf options

2006-06-07 Thread Sam Leffler
sam 2006-06-07 17:53:15 UTC FreeBSD src repository Modified files: sys/conf options Log: remove ath hal options; having them here causes opt_ah.h to be clobbered by config and that breaks builds unless one duplicates the options in the config file MFC

cvs commit: src/sys/conf options src/sys/ufs/ffs ffs_snapshot.c

2006-05-13 Thread Tor Egge
tegge 2006-05-13 23:40:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf options sys/ufs/ffs ffs_snapshot.c Log: MFC: Add NO_FFS_SNAPSHOT kernel option. Revision ChangesPath 1.510.2.9 +5 -0

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

2006-05-12 Thread Niclas Zeising
Benno Rice wrote: benno 2006-05-12 02:01:38 UTC FreeBSD src repository Modified files: sys/conf options sys/kern init_main.c Log: Add a new kernel config option, VERBOSE_SYSINIT. [SNIP] All the cool bits by: jhb Approved by:

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

2006-05-11 Thread Benno Rice
benno 2006-05-12 02:01:38 UTC FreeBSD src repository Modified files: sys/conf options sys/kern init_main.c Log: Add a new kernel config option, VERBOSE_SYSINIT. When porting FreeBSD to a new platform, one of the more useful things to do is

cvs commit: src/sys/conf options

2006-05-04 Thread Sam Leffler
sam 2006-05-05 04:19:36 UTC FreeBSD src repository Modified files: sys/conf options Log: AH_REGOPS_FUNC is needed for sparc MFC after: 2 weeks Revision ChangesPath 1.539 +1 -0 src/sys/conf/options

cvs commit: src/sys/conf options src/sys/dev/bge if_bge.c

2006-04-25 Thread Michael Reifenberger
mr 2006-04-25 15:56:52 UTC FreeBSD src repository Modified files: sys/conf options sys/dev/bge if_bge.c Log: make BGE_FAKE_AUTONEG a tunable. This allows one to change the behavior of the driver pre-boot. NOTE: This patch was made for

cvs commit: src/sys/conf options src/sys/modules/ath Makefile src/sys/dev/ath if_ath.c

2006-04-03 Thread Sam Leffler
sam 2006-04-03 18:14:03 UTC FreeBSD src repository Modified files: sys/conf options sys/modules/ath Makefile sys/dev/ath if_ath.c Log: o add opt_ath.h enable tweaking various config parameters for the driver without modifying the

cvs commit: src/sys/conf options options.i386 options.pc98

2006-03-03 Thread Warner Losh
imp 2006-03-03 18:09:37 UTC FreeBSD src repository Modified files: sys/conf options options.i386 options.pc98 Log: Move XBOX option to options. While it is only valid on i386, syscons_isa is shared with other machines. Revision ChangesPath 1.529

cvs commit: src/sys/conf options src/sys/kern kern_mbuf.c src/sys/net if.c if.h if_ethersubr.c if_var.h if_vlan.c if_vlan_var.h src/sys/sys mbuf.h

2006-01-30 Thread Gleb Smirnoff
glebius 2006-01-30 13:45:15 UTC FreeBSD src repository Modified files: sys/conf options sys/kern kern_mbuf.c sys/net if.c if.h if_ethersubr.c if_var.h if_vlan.c if_vlan_var.h sys/sys mbuf.h

Re: cvs commit: src/sys/conf options src/sys/ufs/ffs ffs_snapshot.c

2006-01-06 Thread Bjoern A. Zeeb
On Fri, 6 Jan 2006, Warner Losh wrote: imp 2006-01-06 04:44:10 UTC FreeBSD src repository Modified files: sys/conf options sys/ufs/ffs ffs_snapshot.c Log: New option: NO_FFS_SNAPSHOT. I did this in p4 about the same time that NetBSD implemented it

Re: cvs commit: src/sys/conf options src/sys/ufs/ffs ffs_snapshot.c

2006-01-06 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bjoern A. Zeeb [EMAIL PROTECTED] writes: : On Fri, 6 Jan 2006, Warner Losh wrote: : : imp 2006-01-06 04:44:10 UTC : : FreeBSD src repository : : Modified files: : sys/conf options : sys/ufs/ffs ffs_snapshot.c :

cvs commit: src/sys/conf options src/sys/ufs/ffs ffs_snapshot.c

2006-01-05 Thread Warner Losh
imp 2006-01-06 04:44:10 UTC FreeBSD src repository Modified files: sys/conf options sys/ufs/ffs ffs_snapshot.c Log: New option: NO_FFS_SNAPSHOT. I did this in p4 about the same time that NetBSD implemented it independently of them (don't know

cvs commit: src/sys/conf options options.amd64 options.i386 options.pc98

2005-12-12 Thread Ruslan Ermilov
ru 2005-12-12 10:15:11 UTC FreeBSD src repository Modified files: sys/conf options options.amd64 options.i386 options.pc98 Log: Remove all redundant option file names that don't hurt readability. Revision ChangesPath 1.521

cvs commit: src/sys/conf options

2005-12-02 Thread David Xu
davidxu 2005-12-03 01:40:38 UTC FreeBSD src repository Modified files: sys/conf options Log: Add option P1003_1B_MQUEUE. Revision ChangesPath 1.519 +1 -0 src/sys/conf/options ___ cvs-all@freebsd.org

cvs commit: src/sys/conf options options.i386

2005-11-23 Thread John Baldwin
jhb 2005-11-23 18:11:24 UTC FreeBSD src repository Modified files: sys/conf options options.i386 Log: Sort. Revision ChangesPath 1.518 +1 -1 src/sys/conf/options 1.229 +4 -4 src/sys/conf/options.i386