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
*
Convert tty common code to use make_dev_s().
kib
2016-01-07
1
-52
/
+47
*
Provide yet another KPI for cdev creation, make_dev_s(9).
kib
2016-01-07
1
-23
/
+75
*
cache: ansify functions and fix some style issues
mjg
2016-01-07
1
-38
/
+17
*
Two fixes for excessive iterations after r292326.
kib
2016-01-05
2
-10
/
+8
*
Make the 'env' directive described in config(5) work on all architectures,
ian
2016-01-02
1
-3
/
+35
*
- (Ab)use udivx for dividing the u_int pc_cpuid when implementing
marius
2015-12-30
1
-3
/
+0
*
Add ptrace(2) reporting for LWP events.
jhb
2015-12-29
4
-22
/
+70
*
Call kern_thr_exit() instead of duplicating it.
jhb
2015-12-29
1
-8
/
+3
*
Verify that tv_sec value specified in settimeofday() and clock_settime()
dchagin
2015-12-27
1
-2
/
+4
*
Do not substitute interpeter if the brand interpreter path is
kib
2015-12-26
1
-1
/
+3
*
Only allow one PT_INTERP ELF program header. This also fixes a potential
jtl
2015-12-24
1
-0
/
+5
*
Fix r292640
ngie
2015-12-23
1
-2
/
+2
*
Clean up trailing whitespace; no functional change
ngie
2015-12-23
1
-7
/
+7
*
Fold lim_shared into lim_copy to mute a -Wunused compiler warning from
ngie
2015-12-22
1
-10
/
+1
*
If we annoy user with the terminal output due to failed load of
kib
2015-12-22
1
-1
/
+2
*
Add a safety net to reclaim mbufs when one of the mbuf zones become
jtl
2015-12-20
1
-0
/
+78
*
proc: fix a race which could result in dereference of bad p_pgrp pointer on fork
mjg
2015-12-18
1
-0
/
+1
*
[intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.
adrian
2015-12-18
2
-0
/
+1519
*
Support an arbitrary number of arguments to DTrace syscall probes.
markj
2015-12-17
1
-14
/
+5
*
Fix style issues around existing SDT probes.
markj
2015-12-16
8
-76
/
+69
*
A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().
glebius
2015-12-16
5
-18
/
+35
*
Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up a
kib
2015-12-16
2
-29
/
+52
*
Simplify the loop step in the flushbuflist() and make it independed on
kib
2015-12-16
1
-4
/
+3
*
Don't call wakeup if we're just returning reserved space; just
adrian
2015-12-16
1
-1
/
+1
*
Fix jail name checking that disallowed anything that starts with '0'.
jamie
2015-12-15
1
-3
/
+6
*
Tweak comments.
trasz
2015-12-13
2
-3
/
+3
*
Actually make the 'amount' argument to racct_adjust_resource() signed,
trasz
2015-12-13
1
-1
/
+1
*
Avoid useless relocking.
trasz
2015-12-13
1
-1
/
+1
*
Don't make assertions about td_critnest when the scheduler is stopped.
markj
2015-12-11
1
-6
/
+3
*
Create the MDT_PNP_INFO metadata record to communicate PNP info about
imp
2015-12-11
1
-3
/
+3
*
Don't use 0 for pointer comparison
smh
2015-12-08
1
-1
/
+1
*
Add helper functions proc_readmem() and proc_writemem().
markj
2015-12-07
2
-99
/
+91
*
Replace magic value ELF note type with NT_FREEBSD_ABI_TAG
emaste
2015-12-07
1
-1
/
+1
*
Add support for usermode (vdso-like) gettimeofday(2) and
kib
2015-12-07
1
-1
/
+5
*
We need to zero out the clustering variables in a freed vnode structure.
mckusick
2015-12-04
1
-0
/
+3
*
Add asynchronous command support to the pass(4) driver, and the new
ken
2015-12-03
2
-15
/
+108
*
We need to zero out the union of pointers in a freed vnode structure.
mckusick
2015-12-03
1
-0
/
+1
*
Missed header_supported call from r291020: make really, really sure the brand
nwhitehorn
2015-12-01
1
-0
/
+3
*
capsicum: plug spurious memset in __cap_rights_init
mjg
2015-12-01
1
-1
/
+0
*
As the kernel allocates and frees vnodes, it fully initializes them
mckusick
2015-11-29
1
-32
/
+101
*
Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
kib
2015-11-28
2
-9
/
+0
*
Remove VI_AGE vnode iflag, it is unused.
kib
2015-11-27
1
-13
/
+4
*
Move the comment about resident pages preventing vnode from leaving
kib
2015-11-27
1
-5
/
+11
*
Check that hhk_helper pointer isn't NULL before access.
ae
2015-11-25
1
-1
/
+2
*
Rework the vnode cache recycling to meet free and unused vnodes
kib
2015-11-24
1
-83
/
+233
*
The buffer passed to an sbuf drain callback is not necessarily
markj
2015-11-23
1
-1
/
+1
*
Split kerne timekeep ABI structure vdso_sv_tk out of the struct
kib
2015-11-23
1
-46
/
+79
*
Remove remnants of the old NFS from vnode pager.
glebius
2015-11-20
1
-6
/
+0
*
The freebsd4_getfsstat() was broken in r281551 to always return 0 on success.
trasz
2015-11-20
1
-4
/
+9
*
Consistently enforce the restriction against calling malloc/free when in a
jtl
2015-11-19
1
-0
/
+9
[next]