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
*
When a process knote was attached to the process which is already exiting,
kib
2016-07-01
1
-0
/
+3
*
Currently the ntptime code and resettodr() are Giant-locked. In
kib
2016-06-28
1
-74
/
+100
*
Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). Use
kib
2016-06-28
2
-3
/
+10
*
Complete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SBDRY |
kib
2016-06-28
1
-6
/
+20
*
Fix userspace build after r302235: do not expose bool field of the
kib
2016-06-27
1
-2
/
+2
*
When filt_proc() removes event from the knlist due to the process
kib
2016-06-27
6
-69
/
+87
*
When sleeping waiting for either local or remote advisory lock,
kib
2016-06-26
1
-1
/
+3
*
Rewrite sigdeferstop(9) and sigallowstop(9) into more flexible
kib
2016-06-26
3
-23
/
+77
*
Do not clear robust lists pointers on fork. The forked child thread
kib
2016-06-25
1
-0
/
+1
*
posixshm: Fix lock leak when mac_posixshm_check_read rejects read.
jilles
2016-06-23
1
-3
/
+3
*
Generate syscall tables and update pipe() implementation after r302094.
brooks
2016-06-22
4
-15
/
+15
*
Mark the pipe() system call as COMPAT10.
brooks
2016-06-22
1
-1
/
+2
*
Add support for COMPAT10 keywords in syscalls.master.
brooks
2016-06-22
1
-6
/
+34
*
Account for AIO socket operations in thread/process resource usage.
jhb
2016-06-21
2
-21
/
+35
*
Get closer to a VIMAGE network stack teardown from top to bottom rather
bz
2016-06-21
1
-2
/
+2
*
Fix typo. Note that atomic is still required even for interlocked case.
kib
2016-06-20
1
-2
/
+3
*
vfs: ifdef out noop vop_* primitives on !DEBUG_VFS_LOCKS kernels
mjg
2016-06-17
1
-10
/
+2
*
Add VFS interface to flush specified amount of free vnodes belonging
kib
2016-06-17
1
-10
/
+34
*
Update comments for the MD functions managing contexts for new
kib
2016-06-16
4
-12
/
+10
*
Remove XXX comments from kern_thread.c. In one case, there is no
kib
2016-06-16
1
-3
/
+3
*
Remove code duplication.
kib
2016-06-16
1
-5
/
+0
*
Move backend-specific fields of kaiocb into a union.
jhb
2016-06-15
2
-5
/
+9
*
Do not assume that we own the use reference on the covered vnode until
kib
2016-06-15
1
-3
/
+18
*
Fix a vnode leak when giving a child jail a too-long path when
jamie
2016-06-09
1
-0
/
+1
*
Re-order some jail parameter reading to prevent a vnode leak.
jamie
2016-06-09
1
-40
/
+40
*
Clean up some logic in jail error messages, replacing a missing test and
jamie
2016-06-09
1
-12
/
+10
*
Define tunable instead of using CTLFLAG_RWTUN flag with kern.corefile.
oshogbo
2016-06-09
1
-1
/
+2
*
Add DDB command "kldstat"
cem
2016-06-09
1
-0
/
+21
*
kvprintf: Pad %*c to width, like %*s
cem
2016-06-09
1
-0
/
+8
*
Make sure the OSD methods for jail set and remove can't run concurrently,
jamie
2016-06-09
1
-9
/
+13
*
Remove a comment that was part of copied code, and is misleading in
jamie
2016-06-09
1
-6
/
+0
*
Fix some cosmetic issues in kern_fail.c omitted from r296927.
markj
2016-06-09
1
-15
/
+11
*
Old process credentials for setuid execve must not be dereferenced
kib
2016-06-08
1
-3
/
+7
*
Introduce the PD_CLOEXEC for pdfork(2).
oshogbo
2016-06-08
2
-2
/
+22
*
Remove temporary solution for storing interrupt mapping data as
skra
2016-06-07
1
-143
/
+11
*
INTRNG: As follow up of r301451, implement mapping and configuration
mmel
2016-06-07
1
-24
/
+4
*
Implement a `show panic` command to DDB which will helpfully print the
bz
2016-06-06
2
-0
/
+48
*
Get rid of struct proc p_sched and struct thread td_sched pointers.
kib
2016-06-05
7
-80
/
+84
*
Use ANSI function definition.
kib
2016-06-05
1
-1
/
+1
*
INTRNG - change the way how an interrupt mapping data are provided
skra
2016-06-05
1
-37
/
+20
*
(1) Add a new bus method to get a mapping data for an interrupt.
skra
2016-06-05
3
-6
/
+118
*
Add an interface to handle interrupt controllers that have a contiguous
andrew
2016-06-03
1
-0
/
+73
*
taskqueue: plug a leak in _taskqueue_create
mjg
2016-06-02
1
-4
/
+6
*
Microoptimize locking primitives by avoiding unnecessary atomic ops.
mjg
2016-06-01
4
-9
/
+25
*
The pr_destroy field does not allow us to run the teardown code in a
bz
2016-06-01
1
-4
/
+0
*
Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.
glebius
2016-05-31
1
-0
/
+1
*
Cosmetics - add missing space after ellipses in shutdown messages.
trasz
2016-05-31
2
-3
/
+3
*
Mark jail(2), and the sysctls that it (and only it) uses as deprecated.
jamie
2016-05-30
1
-17
/
+17
*
fd: provide a common exit point for unlock in kern_dup
mjg
2016-05-27
1
-18
/
+16
*
exec: get rid of one vnode lock/unlock pair in do_execve
mjg
2016-05-27
1
-42
/
+30
[next]