summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Put a comment, explaining why kbdmux(4) had to be fixed.emax2006-02-251-3/+12
* Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboardemax2006-02-251-1/+1
* Add a missing ohci_waitintr() call that allows polled operation ofiedowse2006-02-251-0/+3
* Fix ata_reinit so it does things in the right order to prevent panic's.sos2006-02-252-43/+33
* Always print a newline char at the end of the line.scottl2006-02-251-1/+2
* Role a microrev of the MPI Library in preparation for target mode work.mjacob2006-02-2512-87/+471
* consolidate calculation of capabilities iesam2006-02-251-47/+34
* Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733Jcperciva2006-02-251-0/+210
* fix a race whereby a tx descriptor might get reused before the hardwaresam2006-02-242-18/+42
* Don't to forget to unlock the rwlock on trunk before destroying it.yar2006-02-241-2/+3
* Move the hard-coded ETHER_* options to where they belong --yar2006-02-241-7/+9
* Trim unnecessary pointer alignment.ariff2006-02-241-1/+1
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.marcel2006-02-245-10/+5
* When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)marcel2006-02-241-1/+3
* MFp4:marcel2006-02-247-52/+37
* MFp4:marcel2006-02-241-0/+21
* MFp4:marcel2006-02-241-17/+17
* MFp4:marcel2006-02-242-2/+2
* MFp4:marcel2006-02-241-3/+6
* Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) andmarcel2006-02-242-1/+5
* This patch fixes the problem where the current TCP code can not handleqingli2006-02-233-3/+4
* Keep the parent device (in this case the channel) around in ata_request,sos2006-02-232-17/+27
* Remove some dead code.jhb2006-02-231-3/+1
* Use the recently added msleep_spin() function to simplify thejhb2006-02-231-56/+41
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sjhb2006-02-231-9/+5
* In ata_cmd_allocate() only call ata_pci_allocate once.sos2006-02-231-1/+0
* Check the return value of copyin() and return an error if it fails.jhb2006-02-231-2/+4
* Unhook myri10ge from build in preparation for renamegallatin2006-02-231-3/+0
* 1. Refine kern_sigtimedwait() to remove redundant code.davidxu2006-02-231-31/+43
* Code cleanup, simply compare with curproc.davidxu2006-02-231-2/+1
* - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFSjeff2006-02-232-20/+58
* - Release the mount ref once the vnode has been recycled rather than oncejeff2006-02-231-3/+2
* Move comments to more accurate place.davidxu2006-02-231-4/+4
* Fix a sleep queue race for KSE thread.davidxu2006-02-233-53/+25
* G/C unused variable.jhb2006-02-221-1/+0
* guard function decls with _KERNEL so user code can include this filesam2006-02-221-1/+2
* Fixup some comments. Mutexes's are locked, not entered for several yearsjhb2006-02-221-5/+5
* Close some races between procfs/ptrace and exit(2):jhb2006-02-2211-115/+164
* - 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
OpenPOWER on IntegriCloud