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
...
*
Despite system call deregistration drains the threads executing System V
kib
2010-06-28
1
-1
/
+9
*
Count number of threads that enter and leave dynamically registered
kib
2010-06-28
4
-19
/
+81
*
Fix a lock leak in the deadlock resolver in case the ticks counter
attilio
2010-06-28
1
-2
/
+6
*
Correct a comment typo.
jh
2010-06-27
1
-1
/
+1
*
Correct arguments order.
pjd
2010-06-26
1
-2
/
+2
*
* Do not dereference a NULL pointer when calling an SCTP send syscall
tuexen
2010-06-26
1
-2
/
+3
*
Reverse the logic of the if statement that sets the default value of
nwhitehorn
2010-06-24
1
-3
/
+3
*
Move default HZ from 100 to 1000 on powerpc.
nwhitehorn
2010-06-23
1
-1
/
+1
*
Remove the support for int13 FPU exception reporting on i386. It is
kib
2010-06-23
1
-21
/
+0
*
"time lock" is no longer a spin-lock since r209371.
mav
2010-06-21
1
-1
/
+1
*
Use ISO C99 integer types in sys/kern where possible.
ed
2010-06-21
24
-93
/
+94
*
Do not report a stack garbage as the old value for debug.ncores sysctl.
kib
2010-06-21
1
-1
/
+2
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
2
-6
/
+238
*
Backout r207970 for now, it can lead to deadlocks.
pjd
2010-06-17
1
-13
/
+0
*
Make DTrace syscall provider work again by including opt_kdtrace.h here.
rpaulo
2010-06-17
1
-0
/
+1
*
- Fix compilation of the subr_unit.c user space test program.
jh
2010-06-17
1
-3
/
+4
*
lock_profile_release_lock: do not compare unsigned with zero
avg
2010-06-17
1
-3
/
+5
*
Remove the unit argument from the recently added make_dev_p().
ed
2010-06-17
1
-2
/
+2
*
Correct the function name in a KASSERT.
jh
2010-06-16
1
-1
/
+1
*
Implement flexible BPF timestamping framework.
jkim
2010-06-15
1
-1
/
+1
*
Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSI
mav
2010-06-14
1
-0
/
+22
*
Add another variation of make_dev(9), make_dev_p(9), that is allowed
kib
2010-06-12
1
-24
/
+53
*
When make_dev_credf(MAKEDEV_WAITOK) is called, use
kib
2010-06-12
1
-4
/
+4
*
Add modifications of devctl_notify(9) functions that take flags. Use
kib
2010-06-12
1
-6
/
+21
*
fix a few cases where a string is passed via format argument instead of
avg
2010-06-11
2
-2
/
+2
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
8
-27
/
+12
*
Add INVARIANTS checking that numfreebufs values are sane. Also add a
mdf
2010-06-11
1
-10
/
+54
*
In another move to join with the age of the Fruitbat, increase SYSV
ivoras
2010-06-11
2
-5
/
+5
*
Store interrupt trap frame into struct thread. It allows interrupt handler
mav
2010-06-10
1
-0
/
+8
*
Unconfuse THREAD and SMT flags
ivoras
2010-06-10
1
-1
/
+3
*
Cosmetic change to XML - less ugly newlines
ivoras
2010-06-10
1
-2
/
+2
*
Reorganize the code in bdwrite() which handles move of dirtiness
kib
2010-06-08
1
-70
/
+65
*
Fix a sign bug that caused adaptive spinning in sx_xlock() to not work
jhb
2010-06-08
1
-1
/
+1
*
Call BUS_PROBE_NOMATCH() when device detached due to driver unload.
mav
2010-06-07
1
-0
/
+4
*
Declare ip6 as (struct in6_addr *) instead of (struct in_addr *). This is
cperciva
2010-06-04
1
-1
/
+1
*
Assert that the thread lock is held in sched_pctcpu() instead of
jhb
2010-06-03
2
-2
/
+2
*
The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.
trasz
2010-06-03
1
-1
/
+1
*
The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.
trasz
2010-06-03
1
-1
/
+1
*
The acl_cnt field is unsigned; no point in checking if it's >= 0.
trasz
2010-06-03
1
-1
/
+0
*
Sometimes vnodes share the lock despite being different vnodes on
kib
2010-06-03
1
-2
/
+3
*
Minimize the use of the page queues lock for synchronizing access to the
alc
2010-06-02
2
-4
/
+0
*
Add a facility to dynamically adjust or unconfigure p1003_1b mib.
kib
2010-06-02
2
-5
/
+37
*
Revert taskqueue(9) related commits until mdf@ is approved and can
zml
2010-06-01
1
-14
/
+6
*
Avoid a wakeup(9) if we can be sure no one is waiting on the task.
zml
2010-05-28
1
-3
/
+11
*
Revert r207439 and solve the problem differently. The task handler
zml
2010-05-28
1
-6
/
+5
*
When close() is called on a connected socket pair, SO_ISCONNECTED might be
rwatson
2010-05-27
1
-1
/
+4
*
Add the support for reporting the NOCOREDUMP flag from
attilio
2010-05-27
1
-0
/
+4
*
Allow to use syscallname(9) outside subr_trap.c.
kib
2010-05-26
1
-2
/
+1
*
Ignore the 'addr' argument passed to PT_STEP (it is required to be '1'
jhb
2010-05-25
1
-14
/
+20
*
Eliminate the acquisition and release of the page queues lock from
alc
2010-05-25
1
-5
/
+0
[prev]
[next]