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
*
Have elf_lookup() return an error if the specified non-weak symbol could
markj
2015-11-03
1
-0
/
+4
*
Define `fhard` in pps_event(..) only when PPS_SYNC is defined to mute
ngie
2015-11-02
1
-1
/
+8
*
Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to mute
ngie
2015-11-02
1
-0
/
+2
*
The error classification from lower layers is a poor indicator of
imp
2015-10-31
1
-5
/
+3
*
Minor (and incomplete) style cleanup.
kib
2015-10-30
1
-5
/
+8
*
Also mark compat32 umtx op table as constant.
kib
2015-10-30
1
-1
/
+1
*
Use C99 array initialization, which also makes the code
kib
2015-10-30
1
-58
/
+61
*
After r290196, the kernel won't wait for stuff like gmirror nodes
trasz
2015-10-30
1
-0
/
+30
*
Make root mount wait mechanism smarter, by making it wait only if the root
trasz
2015-10-30
1
-17
/
+50
*
getnewbuf: Initialize bp to avoid uninitialized pointer dereference and brels...
bdrewery
2015-10-29
1
-0
/
+1
*
Add missing NULL check in physio().
hselasky
2015-10-29
1
-1
/
+7
*
Add a note to the effect that BUS_ADD_CHILD calls
imp
2015-10-28
1
-1
/
+3
*
Bring the tags and links entries for amd64 up to date.
mckusick
2015-10-27
1
-15
/
+29
*
The aio_waitcomplete(2) syscall should not sleep when the given timeout
pjd
2015-10-25
1
-2
/
+9
*
Sysctl: Add common support for U8, U16 types
cem
2015-10-22
1
-0
/
+64
*
Missing regen after last change to sys/kern/syscalls.master.
jhb
2015-10-22
2
-2
/
+2
*
Rename remaining linux32 symbols such as linux_sysent[] and
jhb
2015-10-22
1
-0
/
+4
*
Add a way to distinguish between forking and thread creation in schedtail.
ed
2015-10-22
2
-1
/
+5
*
Trim spaces at end of line to record the proper commit message for
kib
2015-10-20
1
-1
/
+1
*
Mark struct thread zone as type-stable.
kib
2015-10-20
1
-1
/
+1
*
Reviewed by: jhb, pho
kib
2015-10-20
1
-1
/
+12
*
No need to dereference struct proc to pids when comparing processes
kib
2015-10-20
1
-1
/
+1
*
Switch pl_child_pid from int to pid_t.
jhb
2015-10-20
1
-1
/
+1
*
Fix printf format to allow for bus_size_t not being u_long on all platforms.
ian
2015-10-20
1
-2
/
+2
*
Replace /dev/acd0 with /dev/cd1
ngie
2015-10-17
1
-3
/
+3
*
If falloc_caps() failed, cleanup needs to be performed. This is a bug
kib
2015-10-16
1
-1
/
+1
*
Allow PT_INTERP and PT_NOTES segments to be located anywhere in the
kib
2015-10-14
1
-40
/
+100
*
Parallelize the buffer cache and rewrite getnewbuf(). This results in a
jeff
2015-10-14
1
-575
/
+711
*
There are times when it would be really nice to have a record of the last few
hiren
2015-10-14
1
-1
/
+1
*
Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.
trasz
2015-10-10
1
-1
/
+1
*
Provide better debug message on kernel module name clash.
trasz
2015-10-10
1
-6
/
+2
*
Remove root_mount_wait(). It's not used anywhere.
trasz
2015-10-09
1
-18
/
+0
*
Enforce the maxproc limitation before allocating struct proc, initial
kib
2015-10-08
2
-32
/
+34
*
Fix r283998 that broke mapin events for hwpmc.
fabient
2015-10-08
1
-1
/
+7
*
Fix regression from r248371. We need to copy packet header to new
glebius
2015-10-07
1
-0
/
+5
*
Fix various edge cases related to system call tracing.
jhb
2015-10-06
2
-5
/
+19
*
Fix core corruption caused by race in note_procstat_vmmap
cem
2015-10-06
3
-9
/
+33
*
Remove debugging variable from r143761.
glebius
2015-10-06
1
-3
/
+0
*
Include additional info in ptrace(2) KTR traces:
jhb
2015-10-05
1
-18
/
+23
*
Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)
markj
2015-10-03
1
-2
/
+3
*
The return value of posix_fadvise(2) is just an error status, so
markj
2015-10-03
1
-3
/
+2
*
Perform a single batched update to the object's paging-in-progress count
alc
2015-10-03
1
-4
/
+2
*
Fail the sbuf if vsnprintf(3) fails.
phk
2015-10-02
1
-0
/
+4
*
Ensure that vop_stdadvise() does not call getblk() on vnodes that have an
markj
2015-10-01
1
-10
/
+9
*
Disable suspend when we're shutting down. This solves the "tell FreeBSD
cperciva
2015-10-01
1
-0
/
+4
*
As a step towards the elimination of PG_CACHED pages, rework the handling
markj
2015-09-30
4
-102
/
+80
*
save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBE
avg
2015-09-28
10
-85
/
+76
*
- Collapse vfs_vmio_truncate & vfs_vmio_release into a single function.
jeff
2015-09-27
1
-85
/
+67
*
Remove a check for a condition that is always false by a preceding KASSERT
markj
2015-09-26
1
-5
/
+0
*
Fix argument ordering in vn_printf().
markj
2015-09-26
1
-2
/
+2
[next]