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
*
Fix typo.
kib
2010-04-15
1
-1
/
+1
*
Change the semantics of the debug.ktr.alq_enable control so that when you
julian
2010-04-14
1
-24
/
+30
*
Handle a case in kern_openat() when vn_open() change file type from
kib
2010-04-13
1
-15
/
+2
*
Remove XXX comment. Add another comment, describing why f_vnode assignment
kib
2010-04-13
1
-1
/
+6
*
Initialize the virtual memory-related resource limits in a single place.
alc
2010-04-11
1
-5
/
+12
*
- Introduce a blessed list for sxlocks that prevents the deadlkres to
attilio
2010-04-11
1
-1
/
+31
*
Do not leak master pty or ptmx vnode.
kib
2010-04-08
1
-0
/
+9
*
When OOM searches for a process to kill, ignore the processes already
kib
2010-04-06
1
-0
/
+1
*
Add missing MNT_NFS4ACLS.
jh
2010-04-04
1
-0
/
+1
*
Make _vm_map_init() the one place where the vm map's pmap field is
alc
2010-04-03
1
-3
/
+2
*
Fix some whitespace nits.
pjd
2010-04-03
1
-7
/
+5
*
Add missing mnt_kern_flag flags in 'show mount' output.
pjd
2010-04-03
1
-1
/
+5
*
vn_stat: take into account va_blocksize when setting st_blksize
avg
2010-04-03
1
-3
/
+2
*
bo_bsize: revert r205860 and take an alternative approch in getblk
avg
2010-04-02
1
-1
/
+1
*
Supply default implementation of VOP_RENAME() that does neccessary
kib
2010-04-02
1
-0
/
+16
*
Add function vop_rename_fail(9) that performs needed cleanup for locks
kib
2010-04-02
1
-0
/
+14
*
The ALQ should not be considered drained until it has been made inactive.
lstewart
2010-04-01
1
-1
/
+1
*
According to SLEEP(9), msleep() is deprecated in favour of mtx_sleep().
lstewart
2010-04-01
1
-3
/
+3
*
- Factor code to destroy an ALQ out of alq_close() into a private alq_destroy().
lstewart
2010-04-01
1
-17
/
+20
*
Add support for ALQ(9) to be compiled and loaded as a kernel module.
lstewart
2010-03-31
1
-1
/
+83
*
Defer freeing a kevent list until after dropping kqueue locks.
jhb
2010-03-30
1
-4
/
+6
*
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
ed
2010-03-28
7
-29
/
+29
*
Support only LOOKUP operation for "/" in relookup() because lookup()
jh
2010-03-26
1
-11
/
+9
*
Add the ELF relocation base to struct image_params. This will be
nwhitehorn
2010-03-25
2
-0
/
+2
*
Change the arguments of exec_setregs() so that it receives a pointer
nwhitehorn
2010-03-25
1
-4
/
+3
*
Change the way text_addr and data_addr are computed to use the
nwhitehorn
2010-03-25
1
-11
/
+6
*
Print the pointer to the lock with the panic message. The previous
bz
2010-03-24
1
-2
/
+2
*
The nargvstr and nenvstr properties of arginfo are ints, not longs,
nwhitehorn
2010-03-24
1
-2
/
+2
*
Actually make O_DIRECTORY work.
ed
2010-03-21
2
-0
/
+8
*
Split eventhandler_register() into an internal part and a wrapper function
bz
2010-03-19
1
-17
/
+54
*
Convert aio syscall registration to SYSCALL_INIT_HELPER.
kib
2010-03-19
1
-33
/
+59
*
Implement compat32 shims for mqueuefs.
kib
2010-03-19
1
-62
/
+303
*
Implement compat32 shims for ksem syscalls.
kib
2010-03-19
1
-59
/
+126
*
Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding
kib
2010-03-19
3
-39
/
+712
*
Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c to
kib
2010-03-19
1
-0
/
+66
*
Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros and
kib
2010-03-19
1
-0
/
+30
*
Properly handle compat32 calls to sctp generic sendmsd/recvmsg functions that
kib
2010-03-19
1
-4
/
+19
*
Remove dead statement.
kib
2010-03-19
1
-1
/
+0
*
Fix two style issues.
kib
2010-03-19
1
-2
/
+2
*
Style fixes.
jhb
2010-03-11
1
-10
/
+10
*
Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
nwhitehorn
2010-03-11
9
-40
/
+65
*
Fix a comment nit.
jhb
2010-03-11
1
-2
/
+2
*
Add descriptions for debug.ktr sysctl nodes.
jhb
2010-03-10
1
-5
/
+10
*
Bump up the firmware_table from 30 to 50. bwn needs more than 30, it
imp
2010-03-07
1
-1
/
+1
*
put calls to gzclose() under ifdef COMPRESS_USER_CORES to prevent
alfred
2010-03-04
1
-1
/
+1
*
sched_getparam was just plain broke for time-share
rrs
2010-03-03
2
-10
/
+27
*
Allow lseek(SEEK_END) to work on disk devices by using the DIOCGMEDIASIZE
jhb
2010-03-03
1
-1
/
+11
*
Document the VM detection type and sysctl a bit better.
ivoras
2010-03-02
1
-1
/
+1
*
Merge projects/enhanced_coredumps (r204346) into HEAD:
alfred
2010-03-02
3
-25
/
+683
*
Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properly
bruno
2010-03-01
1
-4
/
+17
[next]