DragonFly commits List (threaded) for 2004-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/boot/pc98/boot2 inode.h src/sys/i386/boot/dosboot inode.h src/sys/kern kern_lockf.c kern_mib.c kern_prot.c kern_resource.c subr_param.c src/sys/sys fcntl.h lockf.h proc.h resource.h resourcevar.h sysctl.h src/sys/vfs/isofs/cd9660 ...
# diff -rc GENERIC SKALA3
*** GENERIC Fri Apr 16 22:13:17 2004
--- SKALA3 Mon May 3 23:25:59 2004
***************
*** 14,29 ****
# $DragonFly: src/sys/i386/conf/GENERIC,v 1.12 2004/04/16 20:13:17
drhodus Exp $
machine i386
! cpu I386_CPU
! cpu I486_CPU
! cpu I586_CPU
cpu I686_CPU
! ident GENERIC
maxusers 0
makeoptions DEBUG=-g #Build kernel with gdb(1) debug
symbols
! options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
--- 14,29 ----
# $DragonFly: src/sys/i386/conf/GENERIC,v 1.12 2004/04/16 20:13:17
drhodus Exp $
machine i386
! #cpu I386_CPU
! #cpu I486_CPU
! #cpu I586_CPU
cpu I686_CPU
! ident SKALA3
maxusers 0
makeoptions DEBUG=-g #Build kernel with gdb(1) debug
symbols
! #options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
***************
*** 57,69 ****
# output. Adds ~215k to driver.
# To make an SMP kernel, the next two are needed
! #options SMP # Symmetric MultiProcessor Kernel
! #options APIC_IO # Symmetric (APIC) I/O
# Debugging for Development
options DDB
! options INVARIANTS
! options INVARIANT_SUPPORT
--- 57,69 ----
# output. Adds ~215k to driver.
# To make an SMP kernel, the next two are needed
! options SMP # Symmetric MultiProcessor Kernel
! options APIC_IO # Symmetric (APIC) I/O
# Debugging for Development
options DDB
! #options INVARIANTS
! #options INVARIANT_SUPPORT
***************
*** 274,276 ****
--- 274,309 ----
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires
scbus and da)
device fwe # Ethernet over FireWire
(non-standard!)
+
+ #
+ options IPSEC #IP security
+ options IPSEC_ESP #IP security (crypto; define
w/ IPSEC)
+ options IPSEC_DEBUG #debug for IP security
+ #
+ options IPFILTER #ipfilter support
+ options IPFILTER_LOG #ipfilter logging
+ options PFIL_HOOKS
+ #
+ options MROUTING # Multicast routing
+ options IPFIREWALL #firewall
+ options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
+ options IPFIREWALL_FORWARD #enable transparent proxy support
+ options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
+ options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by
default
+ options IPDIVERT #divert sockets
+ #
+ # RANDOM_IP_ID causes the ID field in IP packets to be randomized
+ # instead of incremented by 1 with each packet generated. This
+ # option closes a minor information leak which allows remote
+ # observers to determine the rate of packet generation on the
+ # machine by watching the counter.
+ options RANDOM_IP_ID
+
+ # DUMMYNET enables the "dummynet" bandwidth limiter. You need
+ # IPFIREWALL as well. See the dummynet(4) manpage for more info.
+ # BRIDGE enables bridging between ethernet cards -- see bridge(4).
+ # You can use IPFIREWALL and dummynet together with bridging.
+ options DUMMYNET
+ #
+ options VM_BCACHE_SIZE_MAX="(384UL*1024*1024)"
+ options MAXDSIZ=(768UL*1024*1024)
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]