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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
1. Refine kern_sigtimedwait() to remove redundant code.
davidxu
2006-02-23
1
-31
/
+43
*
Code cleanup, simply compare with curproc.
davidxu
2006-02-23
1
-2
/
+1
*
- Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFS
jeff
2006-02-23
2
-20
/
+58
*
- Release the mount ref once the vnode has been recycled rather than once
jeff
2006-02-23
1
-3
/
+2
*
Move comments to more accurate place.
davidxu
2006-02-23
1
-4
/
+4
*
Fix a sleep queue race for KSE thread.
davidxu
2006-02-23
3
-53
/
+25
*
G/C unused variable.
jhb
2006-02-22
1
-1
/
+0
*
guard function decls with _KERNEL so user code can include this file
sam
2006-02-22
1
-1
/
+2
*
Fixup some comments. Mutexes's are locked, not entered for several years
jhb
2006-02-22
1
-5
/
+5
*
Close some races between procfs/ptrace and exit(2):
jhb
2006-02-22
11
-115
/
+164
*
- Use bus_setup_intr() and bus_teardown_intr() to register device driver
jhb
2006-02-22
16
-36
/
+29
*
Change pfs_visible() to optionally return a pointer to the process
jhb
2006-02-22
1
-50
/
+44
*
Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in
jhb
2006-02-22
1
-1
/
+0
*
Hold the proc lock while calling proc_sstep() since the function asserts
jhb
2006-02-22
1
-2
/
+1
*
Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so that
jhb
2006-02-22
1
-4
/
+2
*
Various style and comment fixes.
jhb
2006-02-22
1
-8
/
+7
*
Add pathname and/or vnode argument auditing for the following system calls:
wsalamon
2006-02-22
2
-100
/
+258
*
Back out 1.112,1.113. I don't have enough resources to fix breakages
glebius
2006-02-22
1
-1
/
+7
*
Do not use bio structure after g_io_deliver(), it may not longer by valid.
pjd
2006-02-22
1
-1
/
+1
*
- Revert r1.406 until a solution can be found that doesn't break nfs. The
jeff
2006-02-22
2
-56
/
+42
*
- We must hold a reference to a vnode before calling vgone() otherwise
jeff
2006-02-22
1
-0
/
+2
*
- We can not hold a vnode lock while we do a lookup. Search for and load
jeff
2006-02-22
1
-19
/
+25
*
- Grab a mnt ref in vfs_busy() before dropping the interlock. This will
jeff
2006-02-22
1
-1
/
+6
*
- Hold the vnode used in the statfs related functions until we're done with
jeff
2006-02-22
2
-42
/
+56
*
- spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts in
jeff
2006-02-22
1
-7
/
+8
*
- Assert that the lowervp is locked in null_hashget().
jeff
2006-02-22
1
-26
/
+21
*
- Using LK_NOWAIT in qsync() can get us into infinite loop situations that
jeff
2006-02-22
1
-1
/
+1
*
- Deadfs should not use the std GETWRITEMOUNT routine. Add one that always
jeff
2006-02-22
1
-0
/
+14
*
Remove commented out qualifier to dumping a message.
mjacob
2006-02-22
1
-2
/
+2
*
Abstract function mqfs_create_node() to create a mqueue node.
davidxu
2006-02-22
1
-67
/
+76
*
If block size is zero, use normal file operations to do I/O,
davidxu
2006-02-22
1
-0
/
+3
*
honor user-specified key index for global key slots
sam
2006-02-21
1
-0
/
+6
*
Lock the vm_object while checking its type to see if it is a vnode-backed
jhb
2006-02-21
1
-11
/
+25
*
Move the ruadd() in kern_exit() to save our final stats in our child
jhb
2006-02-21
1
-2
/
+3
*
Split calcru() back into a calcru1() function shared with calccru() and
jhb
2006-02-21
1
-10
/
+33
*
- In the interrupt handler clear the interrupt source flags before
marius
2006-02-21
2
-34
/
+48
*
Clear csum_flags after reading data from socket buffer. Otherwise,
ru
2006-02-21
1
-0
/
+1
*
Initialize the port_bst and port_bsh variables.
nyan
2006-02-21
1
-0
/
+2
*
Remove unused variable.
njl
2006-02-21
1
-2
/
+0
*
Remove unused variable.
njl
2006-02-21
1
-2
/
+0
*
Remove unused variable.
njl
2006-02-21
1
-2
/
+0
*
correct check for whether wpa is enabled
sam
2006-02-20
1
-1
/
+1
*
treat setting the optional ie to a zero-length datum to mean "delete
sam
2006-02-20
1
-7
/
+17
*
Obey opt_inet6.h in kernel build directory.
ume
2006-02-20
2
-2
/
+8
*
Disable the myri10ge driver on pc98.
nyan
2006-02-20
1
-1
/
+1
*
Copy MAC address to fix alignment problems.
ticso
2006-02-20
1
-2
/
+8
*
Hook the myri10ge driver to the i386 and amd64 module builds.
gallatin
2006-02-20
1
-0
/
+3
*
${.CURDIR} != pwd and since we use the shell version of if now we don't even
mlaier
2006-02-20
1
-1
/
+1
*
10GbE mode driver and binary firmware for Myricom's PCI-express NICs.
gallatin
2006-02-19
20
-0
/
+8754
*
Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stall
iedowse
2006-02-19
4
-0
/
+16
[prev]
[next]