aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Let kernel POSIX timer code and mqueue code to use integer as a resourceDavid Xu2006-03-014-49/+49
* guard function decls with _KERNEL so user code can include this fileSam Leffler2006-03-011-1/+2
* Integrate kbdmux(4) into syscons(4) and kbd code.Maksim Yevmenkin2006-02-282-4/+66
* Rework TCP window scaling (RFC1323) to properly scale the send windowAndre Oppermann2006-02-284-40/+42
* Rework how we wire up interrupt sources to CPUs:John Baldwin2006-02-2814-270/+304
* Fix a c/p error.Christian Brueffer2006-02-281-1/+1
* Allow PHOLD()'s of curproc even if P_WEXIT is set. Normally we don't wantJohn Baldwin2006-02-281-1/+2
* regen for 32bit sendfilePaul Saab2006-02-284-6/+6
* Fix 32bit sendfile by implementing kern_sendfile so that it takesPaul Saab2006-02-284-58/+124
* Fix mpt_reset to try mpt_hard_reset more than once, and to tryMatt Jacob2006-02-282-43/+86
* Make ukbd(4) to not delay break scancodes in "raw" mode.Maksim Yevmenkin2006-02-281-3/+1
* Fix up the Bridge Identifier field in the BPDU packet.Andrew Thompson2006-02-281-15/+30
* Correct the vnode locking in fdescfs.Kris Kennaway2006-02-281-4/+2
* Get this to compile with the recent UART changes.Olivier Houchard2006-02-271-3/+3
* Plug memory leakMaksim Yevmenkin2006-02-271-0/+4
* Since we set the decription, we don't need to also print it. Noticed by: ru@Warner Losh2006-02-271-2/+0
* Don't forget to free the ifaces when we free the ivarsWarner Losh2006-02-271-1/+3
* backout 1.136 until we can resolve report that it causes output to stallSam Leffler2006-02-272-42/+18
* This patch fixes a problem, which exists if you have IPSEC in your kernelWojciech A. Koszek2006-02-274-3/+4
* Connect zlib to the build.Wojciech A. Koszek2006-02-271-1/+2
* CODA_COMPAT_5 may not be defined unconditionally in the coda5 module.Yaroslav Tykhiy2006-02-273-3/+13
* One more grammar nit.Gleb Smirnoff2006-02-271-1/+1
* Disable custom locking in the vkbd(4) for now and make it rely on theMaksim Yevmenkin2006-02-271-2/+20
* Add the Tripp-Lite U209-000-R serial adapter.Ian Dowse2006-02-272-0/+5
* Remove the ill-considered effect of using the type definitions asMatt Jacob2006-02-263-38/+55
* propagate role of device for ISP_GET_PDBINFOMatt Jacob2006-02-261-0/+1
* The UQ_OPEN_CLEARSTALL entry added in revision 1.48 is no longerIan Dowse2006-02-261-2/+0
* Move de driver to dev/deWarner Losh2006-02-261-1/+1
* Remove de driver from old location.Warner Losh2006-02-263-6580/+0
* Repo copy de driver to dev/de, and adjust.Warner Losh2006-02-262-5/+5
* Move de from pci to dev/deWarner Losh2006-02-261-1/+1
* 1. Remove aio entry from lists earlier in aio_free_entry,David Xu2006-02-261-19/+17
* Fix several typos and trim spaces at eol.Gleb Smirnoff2006-02-261-7/+7
* Shorten the time for waiting for TMF commands to complete- let'sMatt Jacob2006-02-261-4/+11
* a) Delay for port enable to succeed should be 30 seconds (at least) forMatt Jacob2006-02-261-4/+2
* Save and restore the data toggle value when a pipe to an endpointIan Dowse2006-02-265-3/+12
* Put a comment, explaining why kbdmux(4) had to be fixed.Maksim Yevmenkin2006-02-251-3/+12
* Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboardMaksim Yevmenkin2006-02-251-1/+1
* Add a missing ohci_waitintr() call that allows polled operation ofIan Dowse2006-02-251-0/+3
* Fix ata_reinit so it does things in the right order to prevent panic's.Søren Schmidt2006-02-252-43/+33
* Always print a newline char at the end of the line.Scott Long2006-02-251-1/+2
* Role a microrev of the MPI Library in preparation for target mode work.Matt Jacob2006-02-2512-87/+471
* consolidate calculation of capabilities ieSam Leffler2006-02-251-47/+34
* Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733JColin Percival2006-02-251-0/+210
* fix a race whereby a tx descriptor might get reused before the hardwareSam Leffler2006-02-242-18/+42
* Don't to forget to unlock the rwlock on trunk before destroying it.Yaroslav Tykhiy2006-02-241-2/+3
* Move the hard-coded ETHER_* options to where they belong --Yaroslav Tykhiy2006-02-241-7/+9
* Trim unnecessary pointer alignment.Ariff Abdullah2006-02-241-1/+1
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar2006-02-245-10/+5
* When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)Marcel Moolenaar2006-02-241-1/+3