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
*
Add SMP/i386 suspend/resume support.
iwasaki
2012-05-18
1
-2
/
+2
*
Skip directory entries with zero inode number during traversal.
gleb
2012-05-16
1
-2
/
+2
*
Fix typo in function name SDT_PROBE4 and unbreak 4BSD UP.
pluknet
2012-05-15
1
-1
/
+1
*
Do not call bremfree for managed buffers.
gber
2012-05-15
1
-5
/
+9
*
Implement the DTrace sched provider. This implementation aims to be
rstone
2012-05-15
7
-2
/
+120
*
Revert previous revision, misunderstood the code :(
delphij
2012-05-11
1
-1
/
+0
*
Release proc lock after setting signal queue.
delphij
2012-05-11
1
-0
/
+1
*
Move the code to call the callout callback into the helper function
kib
2012-05-03
1
-198
/
+181
*
When callout_reset_on() cannot immediately migrate a callout since it
kib
2012-05-03
1
-0
/
+36
*
- Don't log messages saying that accounting is being disabled and enabled
jhb
2012-05-02
1
-7
/
+16
*
Allow for the process information sysctls to accept a thread id in addition
kib
2012-04-23
1
-1
/
+30
*
Remove unused thread argument to vrecycle().
trasz
2012-04-23
2
-3
/
+3
*
Remove unused thread argument from vtruncbuf().
trasz
2012-04-23
1
-2
/
+1
*
Include the associated wait channel message for context switch ktrace
jhb
2012-04-20
4
-17
/
+22
*
The value of flags matching VNOVAL can't be supported. Return EOPNOTSUPP
jh
2012-04-20
1
-0
/
+4
*
This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loops
mckusick
2012-04-20
1
-1
/
+13
*
This change creates a new list of active vnodes associated with
mckusick
2012-04-20
2
-10
/
+177
*
Delete a no longer useful VNASSERT missed during changes in 234400.
mckusick
2012-04-18
1
-2
/
+0
*
Fix a memory leak of M_VNODE_MARKER introduced in 234386.
mckusick
2012-04-18
1
-1
/
+1
*
Drop export of vdestroy() function from kern/vfs_subr.c as it is
mckusick
2012-04-17
1
-102
/
+85
*
Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.
mckusick
2012-04-17
3
-32
/
+102
*
Fix bug where NFSv4 ACL enforcement code wouldn't unconditionally
trasz
2012-04-17
1
-0
/
+3
*
Stop treating system processes as special. This fixes panics
trasz
2012-04-17
2
-48
/
+1
*
Fix panic, triggered like this: "int main() { thr_exit(); }"
trasz
2012-04-17
1
-1
/
+1
*
Enforce upper bound on the input buffer length.
trasz
2012-04-17
1
-0
/
+3
*
- Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
jkim
2012-04-16
1
-5
/
+19
*
Fix a typo.
davide
2012-04-14
1
-1
/
+1
*
Fix some style bugs introduced in a previous commit (r233045)
davide
2012-04-14
1
-8
/
+8
*
Fix !DDB build after r234190.
marius
2012-04-14
1
-1
/
+1
*
Use strdup() on the name (and free it when it's done) so non-static names
adrian
2012-04-13
1
-2
/
+8
*
- Extend the KDB interface to add a per-debugger callback to print a
jhb
2012-04-12
2
-4
/
+27
*
If a linker file contains at least one module, but all of the modules
jhb
2012-04-12
1
-2
/
+13
*
Add thread-private flag to indicate that error value is already placed
kib
2012-04-12
2
-3
/
+9
*
Export vinactive() from kern/vfs_subr.c (e.g., make it no longer
mckusick
2012-04-11
1
-2
/
+1
*
Allow device_busy() and device_unbusy() to be invoked while a device is
jhb
2012-04-11
1
-5
/
+13
*
Return EBADF instead of EMFILE from dup2 when the second argument is
eadler
2012-04-11
1
-1
/
+1
*
Remove unused and wrong SA_PROC internal signal property.
jilles
2012-04-09
1
-23
/
+22
*
Microoptimize cpu_search().
mav
2012-04-09
1
-24
/
+28
*
Add vfs_getopt_size. Support human readable file system options in tmpfs.
gleb
2012-04-07
1
-0
/
+42
*
- Improve BPF locking model.
melifaro
2012-04-06
1
-2
/
+2
*
Add new ktrace records for the start and end of VM faults. This gives
jhb
2012-04-05
1
-0
/
+40
*
In sem_post, the field _has_waiters is no longer used, because some
davidxu
2012-04-05
1
-9
/
+14
*
umtx operation UMTX_OP_MUTEX_WAKE has a side-effect that it accesses
davidxu
2012-04-05
1
-2
/
+82
*
- Remove redundant call to pr_ctloutput from code that handles SO_SETFIB.
np
2012-04-03
1
-6
/
+5
*
When process exists, not only the children shall be reparented to
kib
2012-04-02
1
-0
/
+16
*
Add helper function to remove the process from the orphans list and
kib
2012-04-02
1
-8
/
+14
*
Export some more useful info about shared memory objects to userland
jhb
2012-04-01
2
-0
/
+42
*
Remove stale comments.
davidxu
2012-03-31
1
-3
/
+0
*
Remove trailing semicolon, it is a typo.
davidxu
2012-03-30
1
-1
/
+1
*
Fix COMPAT_FREEBSD32 build.
davidxu
2012-03-30
1
-3
/
+3
[next]