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
path:
root
/
sys
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement an RFTSIGZMB flag to rfork(2) to specify a signal that is
kib
2011-07-12
1
-1
/
+16
*
Include sys/sbuf.h directly.
ae
2011-07-11
2
-0
/
+2
*
Update tags build script
mckusick
2011-07-10
1
-0
/
+2
*
Add a facility to disable processing page faults. When activated,
kib
2011-07-09
1
-10
/
+53
*
Add an option to have a fail point term only execute when run by a
mdf
2011-07-08
1
-1
/
+19
*
style(9) and cleanup fixes.
mdf
2011-07-08
1
-80
/
+69
*
Fix the "passability" test in fdcopy().
jonathan
2011-07-08
1
-2
/
+2
*
In the experimental soreceive_stream():
andre
2011-07-08
1
-13
/
+9
*
Style fix - macros are supposed to be uppercase.
trasz
2011-07-07
2
-18
/
+18
*
Remove the TCP_SORECEIVE_STREAM compile time option. The use of
andre
2011-07-07
1
-2
/
+0
*
All the racct_*() calls need to happen with the proc locked. Fixing this
trasz
2011-07-06
8
-1
/
+44
*
Call pmap_qremove() before freeing or unwiring the pages, otherwise
marius
2011-07-05
1
-3
/
+5
*
Rework _fget to accept capability parameters.
jonathan
2011-07-05
1
-6
/
+75
*
Add kernel functions to unwrap capabilities.
jonathan
2011-07-04
1
-0
/
+122
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
5
-43
/
+41
*
Add infrastructure to allow all frames/packets received on an interface
bz
2011-07-03
1
-0
/
+1
*
Reintroduce the cioctl() hook in the TTY layer for digi(4).
ed
2011-07-02
1
-6
/
+20
*
When Capsicum starts creating capabilities to wrap existing file
jonathan
2011-06-30
1
-27
/
+58
*
Add some checks to ensure that Capsicum is behaving correctly, and add some
jonathan
2011-06-30
4
-0
/
+53
*
Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this
alc
2011-06-29
2
-3
/
+3
*
We may split today's CAPABILITIES into CAPABILITY_MODE (which has
jonathan
2011-06-29
2
-6
/
+6
*
Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.
ed
2011-06-26
5
-30
/
+30
*
Remove redundant Capsicum sysctl.
jonathan
2011-06-25
1
-7
/
+0
*
unconditionally stop other cpus when entering kdb in smp system
avg
2011-06-25
1
-21
/
+2
*
generic_stop_cpus: pull timeout logic from under DIAGNOSTIC
avg
2011-06-25
1
-3
/
+1
*
Tidy up a capabilities-related comment.
jonathan
2011-06-24
1
-3
/
+0
*
Set negative quality to TSC timecounter when C3 state is enabled for Intel
jkim
2011-06-22
1
-0
/
+1
*
Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick)
obrien
2011-06-17
1
-0
/
+9
*
Do not trash the argv[0] pointer for an a.out process on amd64.
kib
2011-06-16
1
-1
/
+1
*
Fix silly typo that resulted in the a.out process stack to end at
kib
2011-06-16
1
-1
/
+1
*
Even if the loaded module has no symbols, we still need to notify
marcel
2011-06-16
1
-1
/
+1
*
sys/kern/subr_kdb.c:
gibbs
2011-06-14
1
-8
/
+23
*
We should not return ECHILD when debugging a child and the parent does a
obrien
2011-06-14
2
-5
/
+14
*
sys/sys/conf.h:
gibbs
2011-06-14
1
-0
/
+62
*
Instead of using an atomic operation to determine whether the devstat(9)
ken
2011-06-13
1
-3
/
+5
*
Fix a couple of race conditions in devstat(9) initialization.
gibbs
2011-06-13
1
-9
/
+3
*
- When printing bufs with show buf the lblkno is often more useful than
jeff
2011-06-10
1
-2
/
+3
*
In the current code, a double panic condition may lead to dumps
attilio
2011-06-08
1
-1
/
+2
*
Log the socket address passed as the destination to sendto() and sendmsg()
jhb
2011-06-07
1
-0
/
+4
*
MFC
attilio
2011-06-07
3
-15
/
+20
|
\
|
*
Set pca.p_bufr to NULL when we haven't allocated a buffer.
ken
2011-06-07
1
-0
/
+3
|
*
Use p4prio_to_tsprio to calculate TS priority instead of using
davidxu
2011-06-07
1
-1
/
+1
|
*
Fix making kernel dumps from the debugger by creating a command
marcel
2011-06-07
1
-14
/
+16
*
|
MFC
attilio
2011-06-06
1
-0
/
+1
|
\
\
|
|
/
|
*
Clear the device_t pointer in 'struct resource' when releasing a device
jhb
2011-06-06
1
-0
/
+1
|
*
Fix a bug introduced in revision 222537.
ken
2011-05-31
1
-0
/
+2
|
*
Fix apparent garbage in the message buffer.
ken
2011-05-31
2
-51
/
+295
|
*
On multi-core, multi-threaded PPC systems, it is important that the threads
nwhitehorn
2011-05-31
4
-7
/
+7
*
|
MFC
attilio
2011-06-01
1
-0
/
+2
*
|
MFC
attilio
2011-05-31
6
-58
/
+302
[next]