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
*
Import pf.c 1.635 and pf_lb.c 1.4 from OpenBSD
bapt
2013-10-27
2
-84
/
+350
*
Clean up the debug printing in libproc a bit. In particular:
markj
2013-10-27
6
-33
/
+35
*
Fix typo.
kib
2013-10-27
1
-1
/
+1
*
Provide forward declaration for struct ifnet. Consumers
glebius
2013-10-27
1
-0
/
+2
*
Almost all if_clone consumers do not care about if_clone_event.
glebius
2013-10-27
1
-0
/
+2
*
Include lock.h before mutex.h.
glebius
2013-10-27
1
-0
/
+1
*
Remove the last dregs of trapframe_t. It turns out only arm was using
ian
2013-10-27
5
-23
/
+31
*
Several small fixes for the amd64 minidump code.
kib
2013-10-27
1
-4
/
+7
*
Move new pf includes to the pf directory. The pfvar.h remain
glebius
2013-10-27
18
-25
/
+35
*
When reentering kdb, typically due to a bug causing trap or assert in
kib
2013-10-27
1
-0
/
+2
*
If the initial attempt to open /dev/ksyms fails, kldload the ksyms module
markj
2013-10-27
1
-0
/
+11
*
Convert the lockstat(1) man page to mdoc and make sure that it gets
markj
2013-10-27
2
-828
/
+351
*
Always build ubldr as a soft-float binary as there is no support for VFP
andrew
2013-10-27
1
-1
/
+1
*
Turn on VM_KMEM_SIZE_SCALE on 32-bit as well as 64-bit PowerPC.
nwhitehorn
2013-10-27
1
-4
/
+12
*
Update the hard-float version of the fenv functions to use the VFP unit.
andrew
2013-10-27
1
-36
/
+53
*
Fix a deadlock when trying to power off a USB device. The deadlock
hselasky
2013-10-27
4
-18
/
+44
*
Mention in login.conf.5 which fields may be infinite and how to specifify inf...
eadler
2013-10-27
1
-0
/
+10
*
All man pages refer to FreeBSD so there is no need to mention "In .Fx"
eadler
2013-10-27
1
-3
/
+1
*
Eliminate a compiler warning about extraneous parens.
ian
2013-10-27
1
-2
/
+2
*
Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch.
ian
2013-10-27
1
-1
/
+1
*
Retire arm_remap_nocache() and the data and constants associated with it.
ian
2013-10-27
14
-118
/
+18
*
Remove #include <machine/frame.h> from all the arm code that doesn't
ian
2013-10-27
65
-60
/
+8
*
Remove all #include <machine/pmap.h> from arm code. It's already
ian
2013-10-27
23
-23
/
+0
*
Fix build after r257162.
nwhitehorn
2013-10-26
1
-1
/
+1
*
Maximize available kva space by doing static device mapping from the top
ian
2013-10-26
6
-192
/
+312
*
Make devices with registers into the KVA region work reliably. Without this,
nwhitehorn
2013-10-26
1
-6
/
+18
*
Try even harder to find a console before giving up.
nwhitehorn
2013-10-26
1
-6
/
+11
*
Fix build with GCC.
bdrewery
2013-10-26
1
-1
/
+2
*
Handle (in a slightly ugly way) ePAPR-type loaders that just place a
nwhitehorn
2013-10-26
1
-4
/
+36
*
Bump initial TLB size. The kernel is not necessarily less than 16 MB any
nwhitehorn
2013-10-26
1
-1
/
+1
*
Fix an itt instruction. We need to execute both the mov and b instructions
andrew
2013-10-26
1
-1
/
+1
*
Start splitting pfvar.h into internal and external parts.
glebius
2013-10-26
12
-186
/
+279
*
The MII layer shouldn't care about administrative status of an
glebius
2013-10-26
33
-293
/
+9
*
Be a bit more flexible in how we find the console from the properties on
nwhitehorn
2013-10-26
1
-10
/
+23
*
bump date forgotten in r257165
jmg
2013-10-26
1
-1
/
+1
*
Add some extra sanity checking and checks to printf format specifiers.
nwhitehorn
2013-10-26
1
-11
/
+11
*
Provide includes that are needed in these files, and before were read
glebius
2013-10-26
21
-2
/
+42
*
Interrelated improvements to early boot mappings:
nwhitehorn
2013-10-26
10
-41
/
+96
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
326
-7
/
+409
*
Clean up missed header references.
nwhitehorn
2013-10-26
3
-3
/
+3
*
Remove unsigned < 0 comparison.
glebius
2013-10-26
1
-1
/
+1
*
Move includes from if_bcereg.h to .c files.
glebius
2013-10-26
2
-45
/
+48
*
Enable SATA interface on Armada XP
zbb
2013-10-26
2
-0
/
+8
*
Enable UART busy detection handling for Armada XP - based board
zbb
2013-10-26
1
-0
/
+4
*
Wait for DesignWare UART transfers completion before accessing line control
zbb
2013-10-26
2
-1
/
+26
*
Fix concurrency issues with TLB1 updates and make pmap_kextract() search
nwhitehorn
2013-10-26
1
-11
/
+27
*
Fix indentation
bdrewery
2013-10-26
1
-5
/
+5
*
Switch to using ofw_bus_search_compatible() table-driven compat lookup.
ian
2013-10-26
1
-23
/
+42
*
Document that -a will output the device name when -u is not specified..
jmg
2013-10-26
1
-6
/
+12
*
Add missing /etc/pkg to BSD.root.dist
bdrewery
2013-10-26
1
-0
/
+2
[next]