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
...
*
Turn a test precondition into a skip in the mdconfig tests.
jmmv
2014-03-12
1
-2
/
+2
*
Fix sa tests.
jmmv
2014-03-12
13
-195
/
+202
*
Only run the make tests when make is fmake.
jmmv
2014-03-12
1
-1
/
+20
*
Fix lastcomm tests under amd64.
jmmv
2014-03-12
3
-56
/
+58
*
Use correct types for sizeof() in the calculations for the malloc(9) sizes [1].
kib
2014-03-12
3
-15
/
+6
*
The auio structure is only initialized when the vnode is symlink,
kib
2014-03-12
1
-1
/
+1
*
Make ministat CRNL tolerant by stripping all isspace() from the tail
phk
2014-03-12
1
-2
/
+3
*
Avoid segment fault when attempting to clean up cylinder group
mckusick
2014-03-12
1
-6
/
+8
*
Delete stray clause 3 (Advertising clause) and renumber while i'm
imp
2014-03-11
7
-11
/
+7
*
Remove #include <machine/asmacros.h> from files that don't need it.
ian
2014-03-11
4
-4
/
+1
*
Remove the unreferenced DATA() macro. That leaves only GET_CURTHREAD_PTR()
ian
2014-03-11
1
-26
/
+8
*
Don't try to return a vector to a caller that only cares if a vector
tychon
2014-03-11
1
-2
/
+6
*
Enhance the mechanism that lets you configure the ubldr boot device by
ian
2014-03-11
5
-81
/
+304
*
Garbage collect the old way of adding the libstdc++ include directories
dim
2014-03-11
1
-8
/
+0
*
Repair recognition of "CC" as an alias for the C++ compiler, since it
dim
2014-03-11
1
-0
/
+2
*
MFV of 263039, tzdata2014a:
edwin
2014-03-11
5
-38
/
+78
*
Remove clause 3 (the advertising clause), per the regent's letter.
imp
2014-03-11
3
-7
/
+3
*
Remove clause 3 (advertising clause), per regent's letter.
imp
2014-03-11
1
-5
/
+1
*
Replace the userspace atpic stub with a more functional vmm.ko model.
tychon
2014-03-11
19
-128
/
+916
*
Use panic rather than printf to "handle" an arm26 address exception
ian
2014-03-11
1
-6
/
+5
*
No functional changes. Rewrite comments, use tabs consistantly, reorder
ian
2014-03-11
1
-159
/
+141
*
Remove some unnecessary indirection and jump right to the handler functions.
ian
2014-03-11
1
-36
/
+3
*
Support Last-Modified behind proxies which return UTC instead of GMT.
bdrewery
2014-03-11
1
-0
/
+6
*
xen: add a hook to perform AP startup
royger
2014-03-11
5
-6
/
+105
*
xen: changes to hvm code in order to support PVH guests
royger
2014-03-11
1
-5
/
+42
*
xen: add hook for AP bootstrap memory reservation
royger
2014-03-11
2
-4
/
+12
*
xen: add an apic_enumerator for PVH
royger
2014-03-11
2
-0
/
+135
*
xen: use the same hypercall mechanism for XEN and XENHVM
royger
2014-03-11
4
-29
/
+19
*
xen: implement hook to fetch and parse e820 memory map
royger
2014-03-11
4
-19
/
+59
*
xen: implement an early timer for Xen PVH
royger
2014-03-11
15
-59
/
+222
*
xen: rework xen timer so it can be used early in boot process
royger
2014-03-11
1
-9
/
+28
*
amd64: introduce hook for custom preload metadata parsers
royger
2014-03-11
3
-11
/
+136
*
howto_names: unify declaration
royger
2014-03-11
11
-202
/
+65
*
xen: add and enable Xen console for PVH guests
royger
2014-03-11
7
-35
/
+100
*
xen: add macro to detect if running as Dom0
royger
2014-03-11
1
-0
/
+7
*
xen: add PV/PVH kernel entry point
royger
2014-03-11
9
-0
/
+240
*
amd64/i386: switch IPI handlers to C code.
royger
2014-03-11
8
-539
/
+322
*
Fixed MSI interrupt allocation and handling.
edavis
2014-03-11
1
-78
/
+36
*
Revert r262994 for now, it fails to boot on armv5.
ian
2014-03-11
1
-37
/
+83
*
Pass the actual baudrate to tty_init_console(). This defines the initial
marcel
2014-03-11
1
-1
/
+1
*
Now that the PUSHFRAME and PULLFRAME macros are used only in the swi
ian
2014-03-11
1
-83
/
+37
*
allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too...
jmg
2014-03-11
2
-7
/
+10
*
some minor clean up.. Always _ZERO memory so mtx_init won't panic...
jmg
2014-03-11
2
-6
/
+1
*
libbsdstat: fix warnings, set WARNS
eadler
2014-03-11
2
-3
/
+1
*
Correct a typo in nlm_find_host_by_addr(): the intention of the
delphij
2014-03-11
1
-1
/
+1
*
MFV r262983:
delphij
2014-03-11
1
-1
/
+21
*
Export _libc_arm_fpu_present as a private symbol to be used by other
andrew
2014-03-11
1
-0
/
+2
*
Arrange for arm fork_trampoline() to return to userland via the standard
ian
2014-03-10
3
-223
/
+228
*
Change the way the asm GET_CURTHREAD_PTR() macro is defined so that code
ian
2014-03-10
3
-10
/
+4
*
Repair a few minor mismerges from r262261 in the clang-sparc64 project
dim
2014-03-10
4
-85
/
+1
[prev]
[next]