summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-2216-36/+29
* Change pfs_visible() to optionally return a pointer to the processjhb2006-02-221-50/+44
* Don't do a PHOLD() in kthread_create() w/o a matching PRELE() injhb2006-02-221-1/+0
* Hold the proc lock while calling proc_sstep() since the function assertsjhb2006-02-221-2/+1
* Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatjhb2006-02-221-4/+2
* Various style and comment fixes.jhb2006-02-221-8/+7
* Add pathname and/or vnode argument auditing for the following system calls:wsalamon2006-02-222-100/+258
* Back out 1.112,1.113. I don't have enough resources to fix breakagesglebius2006-02-221-1/+7
* Do not use bio structure after g_io_deliver(), it may not longer by valid.pjd2006-02-221-1/+1
* - Revert r1.406 until a solution can be found that doesn't break nfs. Thejeff2006-02-222-56/+42
* - We must hold a reference to a vnode before calling vgone() otherwisejeff2006-02-221-0/+2
* - We can not hold a vnode lock while we do a lookup. Search for and loadjeff2006-02-221-19/+25
* - Grab a mnt ref in vfs_busy() before dropping the interlock. This willjeff2006-02-221-1/+6
* - Hold the vnode used in the statfs related functions until we're done withjeff2006-02-222-42/+56
* - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts injeff2006-02-221-7/+8
* - Assert that the lowervp is locked in null_hashget().jeff2006-02-221-26/+21
* - Using LK_NOWAIT in qsync() can get us into infinite loop situations thatjeff2006-02-221-1/+1
* - Deadfs should not use the std GETWRITEMOUNT routine. Add one that alwaysjeff2006-02-221-0/+14
* Remove commented out qualifier to dumping a message.mjacob2006-02-221-2/+2
* Abstract function mqfs_create_node() to create a mqueue node.davidxu2006-02-221-67/+76
* If block size is zero, use normal file operations to do I/O,davidxu2006-02-221-0/+3
* honor user-specified key index for global key slotssam2006-02-211-0/+6
* Lock the vm_object while checking its type to see if it is a vnode-backedjhb2006-02-211-11/+25
* Move the ruadd() in kern_exit() to save our final stats in our childjhb2006-02-211-2/+3
* Split calcru() back into a calcru1() function shared with calccru() andjhb2006-02-211-10/+33
* - In the interrupt handler clear the interrupt source flags beforemarius2006-02-212-34/+48
* Clear csum_flags after reading data from socket buffer. Otherwise,ru2006-02-211-0/+1
* Initialize the port_bst and port_bsh variables.nyan2006-02-211-0/+2
* Remove unused variable.njl2006-02-211-2/+0
* Remove unused variable.njl2006-02-211-2/+0
* Remove unused variable.njl2006-02-211-2/+0
* correct check for whether wpa is enabledsam2006-02-201-1/+1
* treat setting the optional ie to a zero-length datum to mean "deletesam2006-02-201-7/+17
* Obey opt_inet6.h in kernel build directory.ume2006-02-202-2/+8
* Disable the myri10ge driver on pc98.nyan2006-02-201-1/+1
* Copy MAC address to fix alignment problems.ticso2006-02-201-2/+8
* Hook the myri10ge driver to the i386 and amd64 module builds.gallatin2006-02-201-0/+3
* ${.CURDIR} != pwd and since we use the shell version of if now we don't evenmlaier2006-02-201-1/+1
* 10GbE mode driver and binary firmware for Myricom's PCI-express NICs.gallatin2006-02-1920-0/+8754
* Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stalliedowse2006-02-194-0/+16
* - Don't bother traversing trap frames in stack_save(). This fixes panicsmarius2006-02-192-4/+34
* For the coda5 module, CODA_COMPAT_5 is mandatory, not optional.yar2006-02-191-4/+1
* Style: Remove blank lines before EOF.yar2006-02-1814-14/+0
* Work around the fact that nfsclient SRCS must includeyar2006-02-181-0/+17
* The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]andre2006-02-182-7/+10
* Remove unneeded includes and provide more accurate descriptionandre2006-02-183-6/+4
* Add missing TH_PUSH to the TH_FLAGS enumeration.andre2006-02-181-1/+1
* Add system call auditing support for sparc64.rwatson2006-02-181-0/+3
* Inform when label disappears.pjd2006-02-181-16/+36
* Allow to use g_slice_orphan() from outside.pjd2006-02-182-2/+2
OpenPOWER on IntegriCloud