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
*
Modernize pass(4) description to the 21st century.
pluknet
2013-10-24
1
-2
/
+1
*
Correct typo. s/an an/an/
pluknet
2013-10-24
1
-1
/
+1
*
Add a RANDOM_RWFILE option and hide the entropy cache code behind it.
des
2013-10-09
1
-0
/
+5
*
Substantial rewrite of bxe(4) to add support for the BCM57712 and
davidch
2013-09-20
1
-2
/
+1
*
Remove zero-copy sockets code. It only worked for anonymous memory,
kib
2013-09-16
1
-15
/
+0
*
Allow UART_POLL_FREQ to be set as a kernel option as well as via tunable
ian
2013-08-19
1
-0
/
+2
*
Back out r253779 & r253786.
obrien
2013-07-31
1
-3
/
+0
*
Import OpenBSD's rsu(4) WLAN driver.
rpaulo
2013-07-30
1
-0
/
+2
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
1
-0
/
+3
*
- Trim an unused and bogus Makefile for mount_smbfs.
davide
2013-06-28
1
-0
/
+7
*
Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for the
rpaulo
2013-06-08
1
-0
/
+3
*
Finally change the mbuf to have its own fib field instead of stealing
julian
2013-05-16
1
-1
/
+2
*
Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in
attilio
2013-05-07
1
-0
/
+4
*
Add usie to LINT.
glebius
2013-04-26
1
-0
/
+3
*
options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAM
sbruno
2013-04-10
1
-14
/
+1
*
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
mav
2013-04-04
1
-15
/
+2
*
MFP4 change 210763
brooks
2013-04-03
1
-0
/
+6
*
Comment out the VIMAGE since we need to build both LINTS to
kevlo
2013-04-03
1
-2
/
+2
*
Add VIMAGE to NOTES.
kevlo
2013-04-02
1
-0
/
+4
*
Fix minor spelling error in a comment.
joel
2013-03-14
1
-1
/
+1
*
- Make callout(9) tickless, relying on eventtimers(4) as backend for
davide
2013-03-04
1
-0
/
+5
*
In r246282 the KTR_ENTRIES was specified with syntax error, fix it so 'make
delphij
2013-02-08
1
-1
/
+1
*
allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)
avg
2013-02-03
1
-1
/
+4
*
According to r221124, the default NFS server and client are no longer
kevlo
2012-11-23
1
-2
/
+2
*
Small textdump enhancements.
alfred
2012-11-01
1
-0
/
+10
*
- Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.
zont
2012-10-30
1
-6
/
+0
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
1
-7
/
+0
*
Replace the ill-named ZERO_COPY_SOCKET kernel option with two
andre
2012-10-23
1
-6
/
+14
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-3
/
+0
*
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
attilio
2012-10-18
1
-7
/
+0
*
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
1
-6
/
+0
*
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
attilio
2012-10-17
1
-4
/
+0
*
Disconnect non-MPSAFE CODAFS from the build in preparation for dropping
attilio
2012-10-16
1
-7
/
+0
*
Disconnect non-MPSAFE XFS from the build in preparation for dropping
attilio
2012-10-16
1
-6
/
+0
*
Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
attilio
2012-10-16
1
-5
/
+1
*
Disconnect non-MPSAFE HPFS from the build in preparation for dropping
attilio
2012-10-16
1
-1
/
+0
*
Import a FreeBSD port of the FUSE Linux module.
attilio
2012-10-13
1
-0
/
+1
*
Provide kernel compile time option to make pf(4) default rule to drop.
glebius
2012-09-18
1
-0
/
+3
*
Fix duplicate entries for mwl(4):
jhb
2012-09-04
1
-0
/
+3
*
Post r222812 KTR_CPUMASK started being initialized only as a tunable
attilio
2012-08-30
1
-3
/
+3
*
Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.
hrs
2012-08-21
1
-0
/
+2
*
Until now KTR_ENTRIES, which defines the size of circular buffer used in
davide
2012-07-30
1
-1
/
+1
*
- Updated TOE support in the kernel.
np
2012-06-19
1
-0
/
+2
*
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
mav
2012-06-07
1
-9
/
+10
*
Clean up and complete the incomplete deferred enable code.
mjacob
2012-06-01
1
-1
/
+1
*
MFprojects/zfsd:
mav
2012-05-24
1
-1
/
+1
*
Fix some style bugs introduced in a previous commit (r233045)
davide
2012-04-14
1
-1
/
+2
*
Driver for OpenCores I2C controller.
jchandra
2012-03-27
1
-0
/
+2
*
Move driver for DS1374 RTC to sys/dev/iicbus
jchandra
2012-03-27
1
-0
/
+2
*
Exclude devices which are mutually exclusive with ATA_CAM. For better
marius
2012-03-21
1
-6
/
+6
[next]