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
*
Make fcntl(F_SETFL) work.
ed
2015-08-05
1
-2
/
+19
*
Fix `make depend` in sys/modules
lwhsu
2015-08-05
1
-1
/
+1
*
Issue all reads of single XCOPY segment simultaneously.
mav
2015-08-05
1
-5
/
+4
*
Regenerate the system call table.
ed
2015-08-05
5
-22
/
+67
*
Import the latest CloudABI system call definitions and table.
ed
2015-08-05
4
-7
/
+29
*
Disable SSE in libthr
vangyzen
2015-08-05
5
-2
/
+35
*
Fix UP build after r286296, ensure that CPU_FOREACH() is defined.
kib
2015-08-05
1
-4
/
+0
*
Properly sort the function declarations added in r286296
jah
2015-08-05
1
-2
/
+2
*
Add the remaining pointer size independent CloudABI socket system calls.
ed
2015-08-05
2
-4
/
+120
*
Allow the creation of polling descriptors (kqueues) on CloudABI.
ed
2015-08-05
1
-0
/
+3
*
Allow the creation of kqueues with a restricted set of Capsicum rights.
ed
2015-08-05
3
-5
/
+5
*
Make it possible to implement poll(2) on top of kqueue(2).
ed
2015-08-05
3
-2
/
+11
*
Set f_file to -1/F_UNUSED when after closing when possible
ngie
2015-08-05
1
-8
/
+20
*
Update the comment about handling old-style rc(5) scripts
ngie
2015-08-05
1
-2
/
+5
*
Remove one more that crept in unnecessarily from previous commit.
jhibbits
2015-08-05
1
-1
/
+0
*
Remove some unnecessary includes.
jhibbits
2015-08-05
1
-5
/
+1
*
Add two new pmap functions:
jah
2015-08-04
18
-8
/
+575
*
BEAGLEBONE: remove dtrace from MODULES_EXTRA.
rpaulo
2015-08-04
1
-1
/
+0
*
Fix style(9) bugs.
jkim
2015-08-04
1
-6
/
+5
*
Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsec
jmg
2015-08-04
7
-102
/
+114
*
Add support for Planex GW-NS300N.
kevlo
2015-08-04
1
-1
/
+2
*
xargs now takes -P0, creating as many concurrent processes as possible
allanjude
2015-08-04
2
-3
/
+19
*
Give large kernel stack to the initial thread . Otherwise, ZFS
kib
2015-08-04
4
-3
/
+9
*
Ensure the local MANIFEST is always used when verifying remote
svnmir
2015-08-04
1
-1
/
+1
*
Copy the fencing of the algorithm to do lock-less update and reading
kib
2015-08-04
4
-29
/
+112
*
Fix panic triggered by code like this:
trasz
2015-08-04
1
-0
/
+7
*
Avoid calling into the random subsystem before it is initialized.
hselasky
2015-08-04
1
-1
/
+5
*
Mark vgonel() as static. It was already declared static earlier;
trasz
2015-08-04
1
-1
/
+1
*
Revert r286236; vgonel() is a static function.
trasz
2015-08-04
2
-7
/
+0
*
Get it closes to style(9).
araujo
2015-08-04
1
-20
/
+14
*
Let the CloudABI futex code use umtx_keys.
ed
2015-08-04
1
-72
/
+11
*
Fix bad arithmetic in umtx_key_get() to compute object offset.
ed
2015-08-04
1
-2
/
+2
*
Revert r286144 leaving the original fix to the buffer overflow.
pfg
2015-08-04
1
-3
/
+2
*
Remove the 3rd clause of BSD LICENSE.
araujo
2015-08-04
1
-36
/
+41
*
Remove the 3rd clause of BSD LICENSE.
araujo
2015-08-04
1
-32
/
+48
*
Always define __va_list for amd64 and restore pre-r232261 behavior for i386.
jkim
2015-08-04
1
-2
/
+11
*
Remove the mtx_sleep() from the kqueue f_event filter.
loos
2015-08-03
1
-4
/
+4
*
Avoid calling strlen() where we can use the strspn() return value.
ed
2015-08-03
2
-9
/
+9
*
Clarify pw(8) manual w/respect to required arguments. Break long lines at
dteske
2015-08-03
1
-90
/
+118
*
Add missing const keyword to function parameter.
ed
2015-08-03
2
-2
/
+2
*
kgdb uses td_oncpu to determine if a thread is running and should use
jhb
2015-08-03
2
-0
/
+8
*
Refinements to r281079's sequential access optimization: Prefetched pages,
alc
2015-08-03
1
-2
/
+12
*
Remove never used file
bapt
2015-08-03
1
-322
/
+0
*
Add a KASSERT() to make sure we wont rotate the buffers twice (rotate the
loos
2015-08-03
1
-0
/
+1
*
The mbuf parameter to ip_output_pfil() must be an output parameter since
markj
2015-08-03
1
-4
/
+7
*
Remove a couple of unused fields from the FBT probe struct.
markj
2015-08-03
5
-6
/
+0
*
A misplaced #endif in ixgbe_ioctl() causes interface MTU to become
sbruno
2015-08-03
1
-3
/
+3
*
Fix panic that would happen on forcibly unmounting devfs (note that
trasz
2015-08-03
1
-0
/
+14
*
Document vgonel(9).
trasz
2015-08-03
2
-0
/
+7
*
Fix a problem which made loader(8) load non-kld files twice.
trasz
2015-08-03
1
-0
/
+8
[next]