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
*
Introduce a new parameter "superpage_align" to kmem_suballoc() that is
alc
2008-05-10
1
-1
/
+1
*
Kqueue_scan() may sleep when encountered the influx knotes. On the other
kib
2008-05-10
1
-1
/
+10
*
The kqueue_close() encountering the KN_INFLUX knotes on the kq being
kib
2008-05-10
1
-4
/
+11
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
7
-7
/
+47
*
When blocking on an F_FLOCK style lock request which is upgrading a
dfr
2008-05-09
1
-11
/
+12
*
- Export HZ value via kern.hz sysctl (this is the same name as for the
pjd
2008-05-09
1
-8
/
+17
*
Add a new witness sysctl which returns the relations between any lock
attilio
2008-05-07
1
-0
/
+58
*
add malloc flag to blist so that it can be used in ithread context
kmacy
2008-05-05
1
-7
/
+8
*
Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET()
jhb
2008-05-05
1
-3
/
+3
*
Expand kdb_alt_break a little, most commonly used with the option
peter
2008-05-04
1
-11
/
+35
*
sync_vnode() has some messy code about locking in order to deal with
attilio
2008-05-04
1
-39
/
+37
*
Attempt to make the print types more friendly to other architectures.
julian
2008-04-30
1
-15
/
+15
*
Document the kproc_kthread_add() call
julian
2008-04-29
1
-1
/
+2
*
Lock filedesc exclusively when modifying fd_[cr]dir.
rdivacky
2008-04-29
1
-2
/
+2
*
Add an option (compiled out by default)
julian
2008-04-29
1
-0
/
+152
*
Fix compiling problem.
davidxu
2008-04-29
1
-1
/
+1
*
Introduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE
davidxu
2008-04-29
1
-12
/
+62
*
When writing trailers in sendfile(2), don't call kern_writev()
rwatson
2008-04-27
1
-3
/
+4
*
* Correct a mis-merge that leaked the PROC_LOCK [1]
kris
2008-04-26
1
-2
/
+2
*
Implement 'show mount' command in DDB. Without argument, it prints short
pjd
2008-04-26
1
-0
/
+152
*
- Add an integer argument to idle to indicate how likely we are to wake
jeff
2008-04-25
2
-6
/
+10
*
fdhold can return NULL, so add the one remaining missing check for this
kris
2008-04-24
1
-0
/
+2
*
Allow the vnode zone to return the unused memory. The vnode reference
kib
2008-04-24
1
-2
/
+2
*
Now that all platforms use genclock, shuffle things around slightly
phk
2008-04-22
3
-8
/
+9
*
Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,
pjd
2008-04-21
1
-6
/
+3
*
Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
rwatson
2008-04-17
1
-5
/
+5
*
Allow linker_search_symbol_name() to be called with KLD lock held.
pjd
2008-04-17
1
-3
/
+6
*
- Add a metric to describe how busy a processor has been over the last
jeff
2008-04-17
1
-7
/
+71
*
- Make SCHED_STATS more generic by adding a wrapper to create the
jeff
2008-04-17
10
-53
/
+89
*
Fix compilation with LOCKF_DEBUG.
dfr
2008-04-16
1
-1
/
+1
*
Move the head of byte-level advisory lock list from the
kib
2008-04-16
3
-2
/
+141
*
Implement POSIX function tcgetsid() which returns session id.
davidxu
2008-04-15
1
-0
/
+5
*
Support and switch to the ULE scheduler:
marcel
2008-04-15
1
-1
/
+1
*
Add pru_flush routine so a transport can
rrs
2008-04-14
1
-1
/
+3
*
Initialize the vm object's flags to include OBJ_NOSPLIT, just like the
alc
2008-04-13
1
-0
/
+4
*
Use a "rel" memory barrier for disowning the lock as it cames from an
attilio
2008-04-13
1
-1
/
+1
*
struct lock_instance and struct lock_list_entry don't need to be in the
attilio
2008-04-13
1
-0
/
+34
*
fix printf type confusion on amd64
phk
2008-04-12
1
-2
/
+3
*
Emit summaries of struct c(alender)t(ime) <-> struct timespec conversions
phk
2008-04-12
1
-2
/
+27
*
- Re-introduce WITNESS support for lockmgr. About the old implementation
attilio
2008-04-12
2
-28
/
+78
*
- Remove a stale comment.
attilio
2008-04-12
1
-4
/
+2
*
Add missing stubs for spinlocks cpuset and intrcnt.
attilio
2008-04-12
1
-0
/
+2
*
Instead of rolling our own jail number allocation procedure, use
delphij
2008-04-11
1
-24
/
+18
*
Use kthread_exit() to terminate a taskqueue thread rather than kproc_exit()
jhb
2008-04-11
1
-1
/
+1
*
- Add the interrupt vector number to intr_event_create so MI code can
jeff
2008-04-11
2
-59
/
+113
*
- Use LK_TYPE_MASK where needed. Actually after sys/sys/lockmgr.h:1.69 it is
pjd
2008-04-09
1
-3
/
+5
*
Do image loading in a context known to have a root directory:
sam
2008-04-09
1
-23
/
+121
*
o add a mountroot event handler that fires when / is mounted; this information
sam
2008-04-08
1
-0
/
+2
*
change taskqueue_start_threads to create threads instead of proc's
sam
2008-04-08
1
-22
/
+24
*
Implement the linux syscalls
kib
2008-04-08
1
-2
/
+11
[next]