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
*
If we're on an SMP kernel and there is more than 1 CPU, reject any attempts
njl
2007-10-30
1
-1
/
+17
*
Split agp_generic_detach() up into two routines: agp_free_cdev() destroys
jhb
2007-10-30
22
-76
/
+78
*
Apply a few changes from ipfilter-current:
darrenr
2007-10-30
7
-44
/
+69
*
Correct a copy and paste'o in phys_pager.c, we are talking about phys here
remko
2007-10-30
1
-1
/
+1
*
- Change the Time Wait of vtags value to match the cookie-life
rrs
2007-10-30
7
-22
/
+78
*
Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()
yongari
2007-10-30
1
-1
/
+0
*
Implement per-object type consistency checks for labels passed to
rwatson
2007-10-30
1
-20
/
+65
*
Move nvram out of DEFAULTS. There really isn't a lot of justification
peter
2007-10-29
4
-2
/
+6
*
- Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)
marius
2007-10-29
1
-2
/
+1
*
kill commented out line of code.
imp
2007-10-29
1
-1
/
+0
*
fix typo in code normally not compiled in.
julian
2007-10-29
1
-1
/
+1
*
Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel
emax
2007-10-29
1
-31
/
+53
*
Merge OpenBSM 1.0 changes to src/sys/bsm:
rwatson
2007-10-29
1
-39
/
+1
*
Replace use of AU_NULL with 0 when no audit classes are in use; this
rwatson
2007-10-29
2
-4
/
+4
*
Canonicalize names of local variables.
rwatson
2007-10-29
1
-66
/
+66
*
Merge Neterion if_nxge driver version 2.0.9.11230 with the following
rwatson
2007-10-29
42
-13250
/
+12171
*
Resort TrustedBSD MAC Framework policy entry point implementations and
rwatson
2007-10-29
9
-4684
/
+4744
*
Add 88E1116/88E1116R PHY support code that takes the PHY out of
yongari
2007-10-29
2
-0
/
+15
*
Add a newer RTL8211B(L) PHY.
yongari
2007-10-29
1
-2
/
+2
*
Add support for RealTek RTL8211B(L) PHY. It's based on the patch
yongari
2007-10-29
2
-28
/
+99
*
o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set
yongari
2007-10-29
1
-7
/
+14
*
Fix typo in code obviously not being compiled on any of my machines.
julian
2007-10-28
1
-1
/
+1
*
- Make failure to route a ISA interrupt non fatal. Apparently the
marius
2007-10-28
1
-14
/
+16
*
- Add constants for the different memory types in the SMAP table.
jhb
2007-10-28
7
-38
/
+37
*
Add missing mac_test labeling and sleep checks for the syncache.
rwatson
2007-10-28
1
-0
/
+48
*
Minor debug message fix.
mav
2007-10-28
1
-1
/
+1
*
Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Framework
rwatson
2007-10-28
8
-87
/
+0
*
Continue to move from generic network entry points in the TrustedBSD MAC
rwatson
2007-10-28
12
-90
/
+159
*
Move towards more explicit support for various network protocol stacks
rwatson
2007-10-28
17
-87
/
+421
*
Perform explicit label type checks for externalize entry points, rather than
rwatson
2007-10-28
1
-10
/
+70
*
Make sure we are incrementing the read count for each audit pipe read.
csjp
2007-10-27
1
-0
/
+1
*
Don't return an error from resume() if execution of _DIS fails for some
jhb
2007-10-27
1
-3
/
+4
*
Change the roundrobin implementation in the 4BSD scheduler to trigger a
jhb
2007-10-27
1
-29
/
+8
*
Make the examine command honor db_pager_quit so you can use 'q' or 'x'
jhb
2007-10-27
1
-1
/
+1
*
Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.
yar
2007-10-27
1
-0
/
+10
*
if_loop doesn't need to keep the list of lo(4) interfaces. Today
yar
2007-10-27
1
-12
/
+0
*
Add the following mount options to the nfs_opts array:
rodrigc
2007-10-27
1
-1
/
+4
*
Remove duplicate "union" from ext2_opts.
rodrigc
2007-10-27
1
-1
/
+1
*
In nmount(), if MNT_ROOT is in the mount flags, filter it
rodrigc
2007-10-27
1
-4
/
+13
*
fix build
sam
2007-10-27
1
-0
/
+1
*
Don't destroy an ACPI device_t for a PCI device and reassign the ACPI
jhb
2007-10-27
1
-2
/
+13
*
Don't test the APIC flag in the cpuid features for amd64 to see if a
jhb
2007-10-27
1
-4
/
+0
*
Don't always re-route IRQs on resume. If this link hasn't been used, then
jhb
2007-10-27
1
-1
/
+16
*
Give each posixsem MAC Framework entry point its own counter and test case
rwatson
2007-10-27
1
-9
/
+74
*
Add support for the pre-exisiting module shutdoen handshake.
julian
2007-10-27
1
-7
/
+6
*
rename the process to 'idle' and 'intr' as per jhb.
julian
2007-10-27
2
-4
/
+4
*
Initialise the initial process pointer to NULL so that we know we don't
julian
2007-10-27
1
-1
/
+1
*
Change vm_page_cache_transfer() such that it does not transfer pages
alc
2007-10-27
1
-10
/
+20
*
If kthread_exit() is called on the last kthread in a kproc, then
julian
2007-10-26
1
-0
/
+6
*
if one changes a function's arguments, one must also change the callers.
julian
2007-10-26
1
-2
/
+2
[next]