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
...
*
vfs: move si_usecount manipulation to dedicated functions
mjg
2015-07-11
1
-15
/
+35
*
Create a dedicated function for ensuring that cdir and rdir are populated.
mjg
2015-07-11
8
-64
/
+26
*
Move chdir/chroot-related fdp manipulation to kern_descrip.c
mjg
2015-07-11
7
-103
/
+102
*
Always send a SIGSEGV on a map failure. Use the code to tell the reason
andrew
2015-07-11
1
-2
/
+2
*
Regenerate syscalls.
adrian
2015-07-11
11
-3
/
+162
*
Add an initial NUMA affinity/policy configuration for threads and processes.
adrian
2015-07-11
24
-11
/
+1704
*
Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGS
bapt
2015-07-11
1
-3
/
+3
*
sh(1): libedit has supported multibyte encodings for a while.
jilles
2015-07-11
1
-4
/
+2
*
Do not allow creation of the dirty buffers for the dead buffer
kib
2015-07-11
2
-3
/
+9
*
some additional improvements to the documentation...
jmg
2015-07-11
1
-4
/
+19
*
Complete the move that was started w/ r263218.. For some reason I
jmg
2015-07-11
4
-394
/
+47
*
Spoil even can happen for some time now even on providers opened exclusively
pjd
2015-07-10
1
-3
/
+3
*
assorted algorithmic fixes from Paolo Valente (one of my qfq coauthors):
luigi
2015-07-10
1
-7
/
+13
*
one more warning suppression when compiling the test code in userspace.
luigi
2015-07-10
1
-1
/
+1
*
add code to compute fairness indexes;
luigi
2015-07-10
2
-9
/
+68
*
staticize functions only used in netmap.c
luigi
2015-07-10
4
-69
/
+38
*
Add missing const keyword to kern_sigaction()'s 'act' parameter.
ed
2015-07-10
2
-7
/
+4
*
fd: further cleanup of kern_dup
mjg
2015-07-10
2
-29
/
+14
*
fd: split kern_dup flags argument into actual flags and a mode
mjg
2015-07-10
4
-28
/
+42
*
Convert between abridged (from FXSAVE) and unabridged (from FSAVE)
kib
2015-07-10
1
-6
/
+13
*
Duplicate the copyright from the i386/i386/machdep.c into
kib
2015-07-10
1
-6
/
+36
*
Change the mb() use in the sched_ult tdq_notify() and sched_idletd()
kib
2015-07-10
1
-2
/
+2
*
Add support for makecontext. This supports up to 8 arguments as this
andrew
2015-07-10
5
-3
/
+129
*
add netmap dependency when compiled as a module
luigi
2015-07-10
1
-0
/
+3
*
Let listen() return EDESTADDRREQ when not bound.
ed
2015-07-10
1
-1
/
+3
*
Sync netmap sources with the version in our private tree.
luigi
2015-07-10
25
-1455
/
+2034
*
rev.284898 removed _SHLIBDIRPREFIX so we need to reconstruct its value
luigi
2015-07-10
1
-1
/
+5
*
Summary: Fix LINT build. The names of the new AES modes were not
gnn
2015-07-10
1
-3
/
+3
*
Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.
dim
2015-07-09
1
-1
/
+1
*
Rename zfs nvpair files to not colidate with our nvlist.
oshogbo
2015-07-09
6
-9
/
+9
*
Remove checks for __ARM_EABI__, we only build for EABI now.
andrew
2015-07-09
6
-30
/
+0
*
Add support for __aeabi_memclr4, clang 3.7 calls it.
andrew
2015-07-09
2
-0
/
+41
*
Add support for AES modes to IPSec. These modes work both in software only
gnn
2015-07-09
4
-114
/
+199
*
Clear the carry bit on the saved program state register when asked to
andrew
2015-07-09
1
-3
/
+5
*
Document r285329, OpenSSL update to 1.0.1p.
gjb
2015-07-09
1
-3
/
+3
*
vfs: cosmetic changes to namei and namei_handle_root
mjg
2015-07-09
1
-6
/
+7
*
Merge OpenSSL 1.0.1p.
jkim
2015-07-09
359
-577
/
+832
|
\
|
*
Import OpenSSL 1.0.1p.
jkim
2015-07-09
22
-235
/
+477
|
*
Import OpenSSL 1.0.1o.
jkim
2015-06-12
10
-27
/
+36
|
*
Import OpenSSL 1.0.1n.
jkim
2015-06-11
205
-905
/
+2350
*
|
vfs: simplify error handling in namei
mjg
2015-07-09
1
-29
/
+20
*
|
Correct issue presented in r285051,
eri
2015-07-09
1
-1
/
+2
*
|
increase buffer size to significantly increase performance...
jmg
2015-07-09
1
-1
/
+1
*
|
Add implementations for some of the CloudABI file descriptor system calls.
ed
2015-07-09
4
-24
/
+78
*
|
fd: prepare do_dup for being exported
mjg
2015-07-09
1
-20
/
+22
*
|
vfs: avoid spurious vref/vrele for absolute lookups
mjg
2015-07-09
1
-24
/
+46
*
|
vfs: plug a use-after-free of fd_rdir in namei
mjg
2015-07-09
1
-0
/
+6
*
|
Do not try to set password on group if the group is added as a consequence of
bapt
2015-07-09
4
-1
/
+13
*
|
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
[prev]
[next]