summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Handle unaligned 4-byte loads. While in the neighborhood, remove themarcel2003-11-031-10/+7
* Remove alpha-bitops.h now that it's unused. It's in the attic ifmarcel2003-11-031-255/+0
* Remove bogus RTFREE that was added in rev 1.47. The rmx code operatessam2003-11-031-3/+2
* Add a bogus definition of __va_list for use by lint. Make it visiblemarcel2003-11-031-1/+5
* Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterkan2003-11-033-5/+10
* - Remove kseq_find(), we no longer scan other cpu's run queues when we gojeff2003-11-031-66/+17
* Correct rev 1.56 which (incorrectly) reversed the test used tosam2003-11-031-1/+1
* ia64 tenderbox hates what I did wrt a printf, so cast the snot out ofimp2003-11-031-2/+2
* - Increase the scope of the source object lock in vm_map_copy_entry().alc2003-11-031-5/+3
* Constify a few more strings that were hidden behind XE_DEBUG define.rsm2003-11-021-14/+8
* - Increase the scope of two vm object locks in vm_object_split().alc2003-11-021-2/+2
* Fix burning of CD's that got broken by the GEOM'ification.sos2003-11-021-9/+5
* On ATA control commands return the registers in the request.sos2003-11-021-36/+44
* Correct the spelling of m_devget() in the sysctl variable description.ru2003-11-022-2/+2
* - Introduce and use vm_object_reference_locked(). Unlikealc2003-11-023-3/+26
* MFp4:imp2003-11-022-49/+99
* MFp4:imp2003-11-021-6/+14
* MFp4:imp2003-11-021-1/+3
* MFP4:imp2003-11-021-0/+1
* rename variables.ume2003-11-022-12/+12
* correct %d/%u mismatch.ume2003-11-022-11/+11
* exit(3) with negative value does not make sense'ume2003-11-021-1/+1
* make debugging with "setkey -x" a lot easier.ume2003-11-021-4/+97
* - Remove the ksq_loads[] array. We are only interested in three counts,jeff2003-11-021-33/+50
* Make sure we get all user-written input. This simplifies themarkm2003-11-021-14/+5
* cleanup secasvar management; refcnt is key.c responsibility;ume2003-11-023-99/+66
* Remove headers copied from i386 and either useless or wrong on ia64.marcel2003-11-023-311/+0
* - do not quit from key_sendup() even if writes to non-targetume2003-11-022-95/+10
* Add an additional check to the tcp_twrecycleable function; I hadsilby2003-11-023-6/+33
* Take care not to call vput if thread used in corresponding vgetkan2003-11-027-10/+20
* - In sched_prio() only force us onto the current queue if our priority isjeff2003-11-021-1/+2
* - Rename SCHED_PRI_NTHRESH to SCHED_SLICE_NTHRESH since it is only used injeff2003-11-021-10/+11
* - Remove PRIO_TOTAL.jeff2003-11-021-3/+0
* - Remove uses of PRIO_TOTAL and replace them with SCHED_PRI_NRESVjeff2003-11-021-5/+5
* - Change sched_interact_update() to only accept slp+runtime values betweenjeff2003-11-021-27/+56
* Do if_xname conversion. I missed this one because it's pc98 only.brooks2003-11-011-2/+2
* - Increase the scope of two vm object locks in vm_object_collapse().alc2003-11-011-12/+4
* Remove now unused variable.kan2003-11-011-1/+0
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-012-38/+3
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.sos2003-11-012-183/+128
* Shorten the code by removing one "do-nothing" function, replacing itmarkm2003-11-011-10/+1
* Fix cable detection on AMD chips.sos2003-11-011-5/+6
* - Modify swap_pager_copy() and its callers such that the source andalc2003-11-012-32/+18
* - Add a new function tcp_twrecycleable, which tells us if the ISN whichsilby2003-11-014-0/+52
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-016-34/+10
* - Additional vm object locking in vm_object_split()alc2003-11-012-4/+12
* Do not bother walking mount point vnode list just to calculatekan2003-11-011-5/+1
* o check hal ABI version to catch driver-HAL mismatchessam2003-11-011-0/+16
* This commit was generated by cvs2svn to compensate for changes in r121837,sam2003-11-016-3310/+3401
|\
| * Version 0.9.5.17:sam2003-11-016-3310/+3401
OpenPOWER on IntegriCloud