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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Clean up Aperture Access Global Enable (APEN) bit access.
jkim
2007-01-05
4
-100
/
+82
*
(commented out) multipath fault injection code.
mjacob
2007-01-05
4
-2
/
+21
*
Fix style(9).
jkim
2007-01-05
2
-122
/
+104
*
- Close a race between enumerating UNIX domain socket pcb structures via
jhb
2007-01-05
4
-15
/
+63
*
- Add a new function uma_zone_exhausted() to see if a zone is full.
jhb
2007-01-05
3
-0
/
+25
*
Another (minor) CAM_NEW_TRAN backport thingie, plus a slightly
mjacob
2007-01-05
1
-1
/
+17
*
Make agp_intel capable to work after resume from S3 state.
takawata
2007-01-05
2
-66
/
+100
*
Simplify code in union_hashins() and union_hashget() functions. These
rodrigc
2007-01-05
1
-24
/
+12
*
Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.
piso
2007-01-05
1
-0
/
+4
*
Hints are handled differently on -current
ticso
2007-01-05
1
-1
/
+1
*
- ftick was initialized to -1 for init and any of it's children. Fix this by
jeff
2007-01-05
1
-9
/
+35
*
Eliminate obsolete comment, now that getushort() is implemented in
rodrigc
2007-01-05
1
-4
/
+0
*
MFp4: Use the next possible value for hz instead of defaulting to 128
ticso
2007-01-05
1
-3
/
+6
*
MFp4: Add missing atomic functions
ticso
2007-01-05
1
-34
/
+64
*
Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink when
rodrigc
2007-01-05
1
-8
/
+20
*
MFp4: add BWCT kernel configuration
ticso
2007-01-05
3
-0
/
+126
*
MFp4: Make at91_rtc optional to allow other RTC choices
ticso
2007-01-05
1
-1
/
+1
*
MFp4: add basic driver for RTL8305SC switch in PHY emulation
ticso
2007-01-05
3
-0
/
+427
*
MFp4: Read access require PDC to be setup first otherwise we might get
ticso
2007-01-05
1
-3
/
+5
*
MFp4: BWCT boards are using an 16MHz xtal
ticso
2007-01-05
1
-1
/
+1
*
MFp4: Add VLAN_MTU support
ticso
2007-01-05
1
-1
/
+19
*
MFp4: fix a race in transmit buffer handling
ticso
2007-01-05
1
-1
/
+1
*
- Use a regular mutex rather than a spin mutex. This driver doesn't need
jhb
2007-01-04
1
-9
/
+3
*
Fix headphone/speaker automute for Toshiba Satellite Pro U200.
ariff
2007-01-04
1
-1
/
+10
*
Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards.
sos
2007-01-04
2
-34
/
+93
*
- Only allow the tdq_idx to increase by one each tick rather than up to
jeff
2007-01-04
1
-22
/
+52
*
- Don't pass a pointer into runq_choose_from(). The caller can adjust the
jeff
2007-01-04
2
-4
/
+3
*
ULE 2.0:
jeff
2007-01-04
1
-410
/
+330
*
- Add three new functions to support circular run queues.
jeff
2007-01-04
2
-5
/
+97
*
- Add SRQ_BORROWING to the list of switch reasons. ULE is the only consumer
jeff
2007-01-04
1
-0
/
+1
*
Add new PATA only JMicron chip.
sos
2007-01-04
2
-2
/
+4
*
Wrap ipfw nat support in a new kernel config option named
piso
2007-01-03
3
-1
/
+22
*
protect against multiple inclusion (this is useful when you
luigi
2007-01-03
1
-0
/
+3
*
- Fix schedgraph output with KSE threads. Call thread_switchout() after
jeff
2007-01-03
1
-4
/
+8
*
The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c should
hrs
2007-01-02
2
-1
/
+20
*
Remove a bunch of dependencies in the IP header being the first thing in the
julian
2007-01-02
1
-57
/
+94
*
Use the vnode interlock to close a race where pfs_vncache_alloc() could
jhb
2007-01-02
1
-8
/
+9
*
Fix compiling.
davidxu
2007-01-02
1
-421
/
+334
*
Make sure that all of the fields in the header are clean. It was possible for
scottl
2007-01-02
1
-5
/
+9
*
style(9) nit. Prefer struct[space]name[space]{ to make grep searches more
csjp
2007-01-01
1
-2
/
+2
*
Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zone
mlaier
2007-01-01
1
-0
/
+1
*
Fix amd64 build.
delphij
2007-01-01
1
-2
/
+2
*
Teach the stub policy about some of the more recent entry points that have
csjp
2007-01-01
1
-0
/
+57
*
Remove conditional return of 1. For the MAC_STATIC case at this point in
csjp
2007-01-01
1
-3
/
+0
*
MFp4: Fix bit name for SPI SR register
imp
2007-01-01
1
-1
/
+1
*
MFp4: Remove watchdog timeout that appears to be unused.
imp
2007-01-01
1
-14
/
+0
*
Merge from FreeBSD-tsf-6 by way of p4:
imp
2007-01-01
1
-2
/
+2
*
Fix typo in comment.
imp
2007-01-01
1
-1
/
+1
*
Add comment about udp checksums being off in BSD 4.2 compatibility mode.
imp
2006-12-31
1
-1
/
+8
*
Only signal the CV indicating that the MAC Framework is available for
rwatson
2006-12-31
1
-6
/
+23
[next]