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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Declare the CF GEOM class so that g_modevent will get called, the class will
jmallett
2010-11-02
1
-0
/
+2
*
Send packets to remote node only via the send thread to avoid possible
pjd
2010-11-02
1
-40
/
+57
*
Cosmetic change to revert one of my earlier ones.
jhb
2010-11-02
1
-1
/
+1
*
Tweak the waitchannel messages for the dead lock detection kthread. Use
jhb
2010-11-02
1
-2
/
+2
*
Further tweaks to the ram_attach() routine:
jhb
2010-11-02
2
-10
/
+9
*
Add a new libc function: cfmakesane(3).
ed
2010-11-02
8
-20
/
+56
*
Skip SMAP regions above 4GB on i386 since they will not fit into a long.
jhb
2010-11-02
1
-12
/
+19
*
Don't leak the LLE lock if the arptimer callout is pending or inactive.
jhb
2010-11-02
1
-3
/
+3
*
Fix a few typos and style nits in the example code.
jhb
2010-11-02
1
-12
/
+12
*
Remove stale line, accidentally slipped into r214016.
mav
2010-11-02
1
-1
/
+0
*
Shorten long lines.
obrien
2010-11-02
1
-4
/
+4
*
Give the user a hint as to what config(8) is unhappy with.
obrien
2010-11-02
1
-2
/
+2
*
Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset.
davidxu
2010-11-02
1
-8
/
+5
*
- Add ELF core for FreeBSD/mips
gonzo
2010-11-02
1
-0
/
+10
*
Fix reading of .debug_line on MIPS64, big-endian:
gonzo
2010-11-02
1
-1
/
+1
*
Try to be a little smart at guessing where _start is located in flash, instead
cognet
2010-11-01
1
-2
/
+4
*
Sync the lem code up with the vlan and other fixes in em.
jfv
2010-11-01
4
-158
/
+108
*
Move <machine/apicreg.h> to <x86/apicreg.h>.
jhb
2010-11-01
21
-472
/
+21
*
Move the <machine/mca.h> header to <x86/mca.h>.
jhb
2010-11-01
14
-76
/
+14
*
Add an x86/include directory to the kernel to hold headers that are common
jhb
2010-11-01
3
-9
/
+22
*
Add DragonflyBSD 2.8 and OpenBSD 4.8 releases
uqs
2010-11-01
1
-2
/
+5
*
Correct the abbreviations for general I/O and signal traces.
jhb
2010-11-01
1
-3
/
+3
*
Fix ztest when it is executed by just 'ztest' and not by full path
pjd
2010-11-01
1
-2
/
+1
*
1. Remove invalid assertion.
pjd
2010-11-01
1
-3
/
+3
*
Implement pmap_is_prefaultable().
alc
2010-11-01
2
-0
/
+30
*
Style cleanup: make this look more like a 21st-century shell script
wollman
2010-11-01
1
-25
/
+23
*
jilles@ pointed out that using ${PRUNEDIRS:=".zfs"} in updatedb.sh
wollman
2010-11-01
1
-1
/
+1
*
Use integer for size of cpuset, as it won't be bigger than INT_MAX,
davidxu
2010-11-01
2
-9
/
+4
*
Add a security nit to recent copyin/out changes: map the user segment
nwhitehorn
2010-10-31
1
-0
/
+6
*
sh(1): Correct synopsis and make precise how $0 is set.
jilles
2010-10-31
1
-4
/
+24
*
Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complained
marius
2010-10-31
1
-1
/
+1
*
Next-to-leading-order perturbation of synchronization operations for
nwhitehorn
2010-10-31
3
-5
/
+5
*
Try to make the style consistent (including regarding NetBSD bits not yet
marius
2010-10-31
1
-44
/
+39
*
Make a comment reflect reality.
marius
2010-10-31
1
-1
/
+1
*
Fix typo and grammar nit
uqs
2010-10-31
1
-2
/
+2
*
Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC
nwhitehorn
2010-10-31
9
-12
/
+338
*
Add some missing parentheses so that moea_bat_mapped() actually works.
nwhitehorn
2010-10-31
1
-1
/
+1
*
sh: Reindent evaltree().
jilles
2010-10-31
1
-76
/
+76
*
sh: Use iteration instead of recursion to evaluate semicolon lists.
jilles
2010-10-31
2
-15
/
+27
*
Fix callout_tickstofirst() behavior after signed integer ticks overflow.
mav
2010-10-31
1
-2
/
+1
*
Elaborate some more on the non-security implications of using -P
uqs
2010-10-31
1
-6
/
+15
*
Update to 9.6-ESV-R2, the latest from ISC.
dougb
2010-10-31
74
-10723
/
+3925
*
Prep for the 9.6-ESV-R2 update
dougb
2010-10-31
2
-5
/
+22
*
Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO and
nyan
2010-10-31
2
-10
/
+10
*
Make it possible to exclude directories by name no matter where they
wollman
2010-10-31
2
-1
/
+13
*
Add another safety belt to pmap_demote_DMAP().
alc
2010-10-30
1
-1
/
+1
*
Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips.
nwhitehorn
2010-10-30
1
-1
/
+22
*
Restructure the way the copyin/copyout segment is stored to prevent a
nwhitehorn
2010-10-30
12
-41
/
+60
*
Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be used
marius
2010-10-30
1
-1
/
+1
*
Announce both IPsec and UDP Encap (NAT-T) if available for
bz
2010-10-30
1
-0
/
+5
[next]