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
*
Add support for SMP. This uses the FDT data to find the CPUs to start on,
andrew
2015-07-09
7
-10
/
+549
*
Add logging of synchronous exceptions.
andrew
2015-07-09
1
-0
/
+8
*
Add the definition of the shareable bits in the pagetables
andrew
2015-07-09
1
-0
/
+4
*
Clean up the types used in <machine/ucontext.h> on arm64. As some ports
andrew
2015-07-09
2
-14
/
+14
*
Don't clobber td->td_retval[0] in proc_reap().
ed
2015-07-09
1
-5
/
+8
*
Rework CPU identification on ARM64
zbb
2015-07-09
3
-36
/
+64
*
Cover a race between doselwakeup() and selfdfree(). If doselwakeup()
kib
2015-07-09
1
-2
/
+9
*
Add forward declaration of struct thread.
ed
2015-07-09
1
-0
/
+1
*
Generate CloudABI system call table with proper $FreeBSD$ tags.
ed
2015-07-09
5
-0
/
+2339
*
Import the CloudABI datatypes and create a system call table.
ed
2015-07-09
24
-2
/
+1976
*
MFV r285292:
pkelsey
2015-07-08
1
-1
/
+4
*
upon further examination, it turns out that _unregister_all already
jmg
2015-07-08
1
-3
/
+0
*
yet more documentation improvements... Many changes were made to the
jmg
2015-07-08
1
-18
/
+36
*
Fix typo which breaks build of manpages when WITHOUT_MANCOMPRESS is set
bapt
2015-07-08
1
-1
/
+1
*
seq: use seq_consistent_nomb in seq_consistent
mjg
2015-07-08
1
-4
/
+4
*
Style cleanups after r285270
zbb
2015-07-08
1
-4
/
+4
*
Now that aesni won't reuse fpu contexts (D3016), add seatbelts to the
jmg
2015-07-08
2
-4
/
+20
*
address an issue where consumers, like IPsec, can reuse the same
jmg
2015-07-08
2
-26
/
+102
*
Address review.
markm
2015-07-08
1
-4
/
+4
*
Reimplement the ordering requirements for the timehands updates, and
kib
2015-07-08
1
-70
/
+68
*
Use atomic_fence_fence_rel() to ensure ordering in the
kib
2015-07-08
1
-33
/
+6
*
only enable immintrin when clang is used. The base gcc does not support it.
luigi
2015-07-08
1
-1
/
+2
*
Add the atomic_thread_fence() family of functions with intent to
kib
2015-07-08
7
-0
/
+218
*
The intention of r254304 was to scan the active queue continuously.
alc
2015-07-08
2
-15
/
+20
*
add an extra tty for picobsd builds
luigi
2015-07-08
1
-0
/
+1
*
trap some errors when building picobsd
luigi
2015-07-08
1
-2
/
+3
*
Implement PF_IMMUTABLE flag and apply it to "name" and "jid" in
hrs
2015-07-08
2
-2
/
+8
*
cosmetic: whitespaces-tab before EOL
pfg
2015-07-08
1
-1
/
+1
*
Use the __sentinel attribute.
pfg
2015-07-08
1
-2
/
+2
*
MFV r285191: tcpdump 4.7.4.
pkelsey
2015-07-08
98
-2070
/
+4458
|
\
|
*
Vendor import of tcpdump 4.7.4.
pkelsey
2015-07-06
158
-2353
/
+6224
|
*
Upstream fixes for issues found with afl (Issue #417).
pfg
2015-01-31
2
-5
/
+25
|
*
Merge some cherry-picked fixes originating in OpenBSD
pfg
2015-01-27
2
-5
/
+8
*
|
Correctly set __WCHAR_MIN, there is no __UINT_MIN, it's 0.
andrew
2015-07-08
1
-1
/
+1
*
|
Replace use of .Po Pc with the preferred .Pq for single line
pkelsey
2015-07-08
4
-11
/
+11
*
|
Add support for ipi_all_but_self on arm64.
andrew
2015-07-08
1
-2
/
+10
*
|
Add an implementation of savectx that doesn't just call panic.
andrew
2015-07-08
1
-4
/
+25
*
|
Add memory barrier to bus_dmamap_sync()
zbb
2015-07-08
1
-1
/
+13
*
|
Handle copyout for the fcntl(F_OGETLK) using oflock structure.
kib
2015-07-08
1
-5
/
+6
*
|
Send the correct signal when vm_fault fails. While here also set the code
andrew
2015-07-08
1
-8
/
+11
*
|
Document r283961, pw(8) '-R' option.
gjb
2015-07-08
1
-0
/
+4
*
|
Add myself to committers-src.dot
cem
2015-07-08
1
-0
/
+3
*
|
Fix offset calculation in variable substitution
hrs
2015-07-08
1
-8
/
+8
*
|
Since the case where secflavor < 0 indicates the security flavor is
rmacklem
2015-07-07
1
-2
/
+2
*
|
pw: fail if an invalid entry is found while parsing master.passwd and group
bapt
2015-07-07
2
-0
/
+33
*
|
unroll the loop slightly... This improves performance enough to
jmg
2015-07-07
1
-5
/
+17
*
|
- Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6
hrs
2015-07-07
2
-31
/
+18
*
|
Fix an incorrect assertion in witness.
markj
2015-07-07
1
-1
/
+1
*
|
Fix markup.
trasz
2015-07-07
1
-3
/
+3
*
|
Add the Banana Pi DTS.
loos
2015-07-07
2
-0
/
+80
[next]