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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add GEOM VIRSTOR module to the build.
pjd
2007-10-26
1
-0
/
+1
*
Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not
peter
2007-10-26
2
-2
/
+12
*
Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.
takawata
2007-10-18
1
-0
/
+9
*
Rescue whitespace nits.
ru
2007-10-16
1
-2
/
+2
*
Backout sensors framework.
netchild
2007-10-15
3
-26
/
+2
*
Sort.
ru
2007-10-15
1
-10
/
+10
*
Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.
netchild
2007-10-14
3
-0
/
+24
*
o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()
marius
2007-09-26
1
-3
/
+1
*
Rewrite the EC driver event model. The main goal is to avoid
njl
2007-09-24
1
-0
/
+3
*
Bring in the GEOM Virtualisation class, which allows to create huge GEOM
pjd
2007-09-23
1
-0
/
+8
*
Update snd_emu10kx driver with recent perforce changes (and few
ariff
2007-09-12
1
-12
/
+1
*
- fix qset to port binding as a proper fix for the problems encountered on t...
kmacy
2007-09-09
1
-5
/
+7
*
This is an update to the new Intel 10G 82598 driver.
jfv
2007-09-04
1
-0
/
+15
*
Makefile for building zyd kernel module.
imp
2007-08-29
1
-0
/
+10
*
Add a driver for the on-die digital thermal sensor found on Intel Core
des
2007-08-15
2
-0
/
+11
*
Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.
emax
2007-08-13
1
-2
/
+1
*
Attach the iscsi module build.
scottl
2007-07-24
1
-0
/
+1
*
Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read the
scottl
2007-07-24
2
-0
/
+19
*
- Enable static building of mxge(4) and its firmware.
gallatin
2007-07-19
3
-19
/
+5
*
- integrate most recent changes from vendor branch and upgrade to firmware re...
kmacy
2007-07-17
1
-4
/
+20
*
Disconnect netatm from the build as it is not MPSAFE and relies on
rwatson
2007-07-14
2
-4
/
+13
*
Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda
rwatson
2007-07-12
2
-2
/
+2
*
Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.
emax
2007-07-10
1
-1
/
+2
*
Link pf 4.1 to the build:
mlaier
2007-07-03
2
-0
/
+7
*
fix ia64 build
sam
2007-06-30
1
-2
/
+10
*
Neterion Xframe 10GbE Server/Storage adapter driver.
sam
2007-06-29
2
-0
/
+47
*
import opt_ah.h for newer hal's that optionally include 11n support
sam
2007-06-29
2
-2
/
+30
*
MFp4:
delphij
2007-06-29
1
-2
/
+1
*
- Remove UMAP filesystem. It was disconnected from build three years ago,
rafan
2007-06-25
1
-9
/
+0
*
Make acpica include path relative, not absolute.
njl
2007-06-24
1
-1
/
+1
*
The viapm module build had what appear to be some debugging CFLAGS left
njl
2007-06-24
2
-2
/
+0
*
Use .CURDIR when referring source code. This fixes build
delphij
2007-06-20
1
-1
/
+1
*
MFp4: Add tmpfs, an efficient memory file system.
delphij
2007-06-16
2
-0
/
+13
*
- import new common code for the T304
kmacy
2007-06-13
1
-8
/
+8
*
Options spring cleanup:
sepotvin
2007-06-13
1
-2
/
+4
*
Add new files in the net80211 changes.
thompsa
2007-06-11
1
-1
/
+3
*
Update 802.11 wireless support:
sam
2007-06-11
3
-0
/
+18
*
Connect icsphy(4) to the build.
yongari
2007-06-11
1
-1
/
+1
*
Add ofw_bus_if.h as a dependency on sparc64. Without this sparc64 kernel
kensmith
2007-06-10
1
-0
/
+4
*
- Reduce number of atomic operations needed to be implemented in asm by
pjd
2007-06-08
1
-0
/
+5
*
Fix a breakage with "MODULES_WITH_WORLD=true make buildworld".
simokawa
2007-06-01
1
-2
/
+5
*
Last major commit and updates for RELENG_7:
ariff
2007-05-31
1
-2
/
+3
*
When building cxgb as a module make include paths relative to the driver's root.
kmacy
2007-05-28
1
-1
/
+1
*
(MFp4)
kmacy
2007-05-25
1
-6
/
+8
*
FreeBSD's namecache works quite well with ZFS, so remove DNLC.
pjd
2007-05-23
1
-1
/
+0
*
Fix the dependency for the linux_support.s, explicitely add linux_assym.h.
kib
2007-05-23
1
-1
/
+1
*
Move futex support code from <arch>/support.s into linux compat directory.
kib
2007-05-23
1
-2
/
+10
*
Hook mxge_lro.c to the build so that the if_mxge.ko module
gallatin
2007-05-22
1
-1
/
+1
*
Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devices
scottl
2007-05-16
2
-2
/
+14
*
A node that implements various traffic shaping and rate limiting algorithms.
mav
2007-05-15
2
-0
/
+7
[prev]
[next]