index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
conf
/
NOTES
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catch a few more autofs references.
peter
2004-11-12
1
-1
/
+0
*
Remove the obsolete gx driver.
phk
2004-11-08
1
-2
/
+0
*
Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.
andre
2004-11-02
1
-1
/
+1
*
Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates
rwatson
2004-10-27
1
-0
/
+8
*
Uncomment DIRECTIO and NSWBUF_MIN. They are both positive options (i.e.
des
2004-10-26
1
-2
/
+2
*
IPDIVERT is a module now and tell the other parts of the kernel about it.
andre
2004-10-25
1
-1
/
+2
*
Device driver for onboard CS4231 audio controller which is found
yongari
2004-10-25
1
-0
/
+2
*
Add a more verbose description for `device vlan'
yar
2004-10-04
1
-0
/
+2
*
Hint a kernel builder that vlan needs miibus, which isn't obvious.
yar
2004-10-04
1
-1
/
+1
*
Per recent HEADSUP: Disconnect (old)vinum from the kernel build.
phk
2004-09-23
1
-14
/
+0
*
Attach ng_netflow to kernel build.
glebius
2004-09-16
1
-0
/
+1
*
Typo fix.
ceri
2004-09-12
1
-1
/
+1
*
Fixed sound-related hints. (Yes, this is ambiguous but matches reality.)
ru
2004-09-08
1
-14
/
+14
*
Fixed more spacing bugs.
ru
2004-09-03
1
-9
/
+9
*
Fix whitespace from last commit.
scottl
2004-09-02
1
-1
/
+1
*
Hook autofs to the build.
alfred
2004-09-02
1
-0
/
+1
*
Turn PREEMPTION into a kernel option. Make sure that it's defined if
scottl
2004-09-02
1
-1
/
+6
*
General modernization of coda:
brooks
2004-09-01
1
-1
/
+0
*
Kill count device support from config. I've changed the last few
peter
2004-08-30
1
-16
/
+17
*
Finish the removal of the HW_WDOG option.
ru
2004-08-29
1
-6
/
+0
*
Back out the two previous commits; ichwd is i386-only.
des
2004-08-29
1
-6
/
+0
*
Fixed untested change.
ru
2004-08-28
1
-1
/
+1
*
Add the Intel ICH watchdog timer driver.
netchild
2004-08-28
1
-0
/
+6
*
Properly document and enable the IPFIREWALL_FORWARD option.
andre
2004-08-27
1
-0
/
+5
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
1
-7
/
+0
*
Add comment that IPFIREWALL now requires option PFIL_HOOKS.
andre
2004-08-19
1
-0
/
+1
*
add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes of
jmg
2004-08-19
1
-0
/
+4
*
Connect RAID3 GEOM class to the build.
pjd
2004-08-16
1
-0
/
+1
*
Add hme(4) here now that it's MI.
marius
2004-08-14
1
-0
/
+2
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-8
/
+1
*
Add geom_uzip -- geom class that implements read-only compressed disks.
fjoe
2004-08-13
1
-0
/
+1
*
Allow the ATM call control module to be built into the kernel.
harti
2004-08-12
1
-0
/
+1
*
Remove references to pcic for newcard from NOTES.
imp
2004-08-11
1
-3
/
+0
*
Add 'axe' interface to NOTES so it is built with LINT as with other USB
rwatson
2004-08-11
1
-0
/
+6
*
Making a loadable null.ko for /dev/(null|zero) proved rather
markm
2004-08-03
1
-3
/
+0
*
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
markm
2004-08-01
1
-1
/
+7
*
Connect GEOM_MIRROR class to the build.
pjd
2004-07-30
1
-0
/
+1
*
Add "options ADAPTIVE_GIANT" which causes Giant to also be treated in
rwatson
2004-07-27
1
-0
/
+6
*
Reinforce discouragement of the use of FULL_PREEMPTION.
rwatson
2004-07-23
1
-0
/
+1
*
Add ng_device(4) to LINT.
glebius
2004-07-20
1
-0
/
+1
*
Enable ADAPTIVE_MUTEXES by default by changing the sense of the option to
scottl
2004-07-18
1
-2
/
+3
*
Sync the example of MODULES_OVERRIDE with the renamed sound drivers.
tanimura
2004-07-16
1
-1
/
+1
*
Rename the sound device drivers:
tanimura
2004-07-16
1
-43
/
+82
*
A couple of grammar fixes in the bktr options section.
roam
2004-07-15
1
-4
/
+4
*
Update for the KDB framework:
marcel
2004-07-11
1
-25
/
+18
*
Change the following environment variables to kernel options:
brian
2004-07-08
1
-1
/
+8
*
Change the following kernel options to environment variables:
brian
2004-07-08
1
-8
/
+1
*
By popular request, add a workaround that allows large (>128GB or so)
tjr
2004-07-03
1
-0
/
+12
*
Implement preemption of kernel threads natively in the scheduler rather
jhb
2004-07-02
1
-0
/
+6
*
Introduce GEOM_LABEL class.
pjd
2004-07-02
1
-0
/
+1
[next]