summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-022-5/+26
* Use BUS_DMA_COHERENT.cognet2006-03-022-2/+2
* - Acquire lk in softdep_slowdown so that it's owned when we calljeff2006-03-021-3/+7
* Suffer a little bit of math every 16 second and tighten calibration ofphk2006-03-021-12/+24
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-029-283/+336
* - Lock Giant if needed around the call to vnode_create_vobject(). This isjeff2006-03-021-0/+3
* Do not use the TSC where its known to be broken, this will cause the queuethompsa2006-03-021-1/+2
* Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case thiscognet2006-03-021-8/+13
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memorycognet2006-03-014-2/+102
* Use a better panic message than lol.cognet2006-03-011-1/+2
* Make sure we decrement p_lock before leaving prefetch_abort_handler()cognet2006-03-011-3/+3
* Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,pjd2006-03-012-0/+28
* Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.emax2006-03-012-1/+5
* userret() now only takes 2 parameters.cognet2006-03-011-2/+2
* Correct a remote kernel panic when processing zero-length RPC recordssimon2006-03-011-1/+1
* Update low-level code. (to version 1.4)rik2006-03-012-4229/+4247
* Work around the deadlock that occours when ATA waits for the taskqueuesos2006-03-012-7/+24
* Big update to the iir driver:scottl2006-03-013-170/+169
* Regenerate.davidxu2006-03-015-80/+80
* s/timer_t/int/gdavidxu2006-03-011-1/+1
* Don't free ifaces yet, should fix a panicimp2006-03-011-1/+0
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-014-49/+49
* guard function decls with _KERNEL so user code can include this filesam2006-03-011-1/+2
* Integrate kbdmux(4) into syscons(4) and kbd code.emax2006-02-282-4/+66
* Rework TCP window scaling (RFC1323) to properly scale the send windowandre2006-02-284-40/+42
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-2814-270/+304
* Fix a c/p error.brueffer2006-02-281-1/+1
* Allow PHOLD()'s of curproc even if P_WEXIT is set. Normally we don't wantjhb2006-02-281-1/+2
* regen for 32bit sendfileps2006-02-284-6/+6
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-284-58/+124
* Fix mpt_reset to try mpt_hard_reset more than once, and to trymjacob2006-02-282-43/+86
* Make ukbd(4) to not delay break scancodes in "raw" mode.emax2006-02-281-3/+1
* Fix up the Bridge Identifier field in the BPDU packet.thompsa2006-02-281-15/+30
* Correct the vnode locking in fdescfs.kris2006-02-281-4/+2
* Get this to compile with the recent UART changes.cognet2006-02-271-3/+3
* Plug memory leakemax2006-02-271-0/+4
* Since we set the decription, we don't need to also print it. Noticed by: ru@imp2006-02-271-2/+0
* Don't forget to free the ifaces when we free the ivarsimp2006-02-271-1/+3
* backout 1.136 until we can resolve report that it causes output to stallsam2006-02-272-42/+18
* This patch fixes a problem, which exists if you have IPSEC in your kernelwkoszek2006-02-274-3/+4
* Connect zlib to the build.wkoszek2006-02-271-1/+2
* CODA_COMPAT_5 may not be defined unconditionally in the coda5 module.yar2006-02-273-3/+13
* One more grammar nit.glebius2006-02-271-1/+1
* Disable custom locking in the vkbd(4) for now and make it rely on theemax2006-02-271-2/+20
* Add the Tripp-Lite U209-000-R serial adapter.iedowse2006-02-272-0/+5
* Remove the ill-considered effect of using the type definitions asmjacob2006-02-263-38/+55
* propagate role of device for ISP_GET_PDBINFOmjacob2006-02-261-0/+1
* The UQ_OPEN_CLEARSTALL entry added in revision 1.48 is no longeriedowse2006-02-261-2/+0
* Move de driver to dev/deimp2006-02-261-1/+1
* Remove de driver from old location.imp2006-02-263-6580/+0
OpenPOWER on IntegriCloud