aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionalNick Hibma2001-07-051-82/+200
* Regen.Nick Hibma2001-07-052-55/+353
* Pull in the most recent version of usb_quirks.h and propagate the necessaryNick Hibma2001-07-058-194/+161
* Make the string argument a const.Nick Hibma2001-07-051-2/+2
* Update with NetBSD versionNick Hibma2001-07-051-20/+66
* Spelling police: extention -> extension in a comment.Dima Dorfman2001-07-051-2/+2
* Improve some error messages slightly.Mike Smith2001-07-051-2/+5
* Implement PCI interrupt routing using the ACPI data attached to theMike Smith2001-07-052-10/+510
* Fix a couple of misunderstandings in the monitor code. Passive coolingMike Smith2001-07-051-49/+130
* Add a new helper function for finding resources in resource buffers.Mike Smith2001-07-054-198/+276
* Apply field bandages to the includes so compiles happen on alpha.Matt Jacob2001-07-051-0/+6
* Sync to pccarddevs 1.12Warner Losh2001-07-051-7/+68
* Merge from NetBSD:Warner Losh2001-07-051-4/+31
* Move vm_page_zero_idle() from machine-dependant sections to aMatthew Dillon2001-07-058-393/+118
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).Matthew Dillon2001-07-0414-472/+641
* More cleanup when detaching. Clone device entries will now beJoerg Wunsch2001-07-042-34/+82
* Change inlines back into mainline code in preparation for mutexing. Also,Matthew Dillon2001-07-046-838/+727
* - Sort includes.John Baldwin2001-07-042-10/+20
* Spelling fix in a KASSERT: runq_chose -> runq_choose.John Baldwin2001-07-041-1/+1
* - Update the vmmeter statistics for vnode pageins and pageouts inJohn Baldwin2001-07-041-2/+7
* whitespace / register cleanupMatthew Dillon2001-07-0412-80/+81
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.Matt Jacob2001-07-041-31/+234
* Macroize request/response in/out queue pointer access.Matt Jacob2001-07-041-1/+1
* Some possibly helpful casts.Matt Jacob2001-07-041-3/+3
* Add a microcomment about how you'd use ispds64_t or ispdlist_tMatt Jacob2001-07-041-0/+8
* Add a bunch of additional defines for completion codes. DefineMatt Jacob2001-07-041-16/+75
* Firmware crashes handled in platform specific code (isp_async call).Matt Jacob2001-07-041-3/+5
* More 2300 support prep- the Request/Response in/out pointers areMatt Jacob2001-07-041-36/+34
* cleanup: GIANT macros, rename DEPRECIATE to DEPRECATEMatthew Dillon2001-07-043-8/+5
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-0480-1123/+565
* postsig() currently requires Giant to be held. Giant is held properly atMatthew Dillon2001-07-041-0/+2
* - Don't overwrite inb, inw and outw.Yoshihiro Takahashi2001-07-0412-225/+404
* adjust mbuf length right in route_output().Hajimu UMEMOTO2001-07-041-1/+7
* When the link-layer address of a router changes, select theHajimu UMEMOTO2001-07-041-0/+18
* Check the void * argument in the AC_FOUND_DEV case against NULL. WhetherMatt Jacob2001-07-047-1/+16
* Follow Bruce's suggestions. They're probably wrong, but better than before.Matt Jacob2001-07-041-3/+10
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.Matt Jacob2001-07-041-11/+115
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.Jake Burkholder2001-07-044-6/+58
* Constify the format string.Dag-Erling Smørgrav2001-07-032-2/+2
* Make the code to read the kernel message buffer via sysctl machine-Thomas Moestl2001-07-033-84/+45
* properly check DES weak key. KAME PR 363.Hajimu UMEMOTO2001-07-031-5/+2
* * simplifyCameron Grant2001-07-032-821/+323
* Remove spl's in uio_yield() that are covered by the sched_lock.John Baldwin2001-07-031-3/+0
* remove obsolete typedefs.Cameron Grant2001-07-033-7/+5
* use TAILQ_FOREACH() in searching address listHajimu UMEMOTO2001-07-031-2/+1
* Add Transmeta Crusoe LongRun support.Mitsuru IWASAKI2001-07-032-0/+396
* Remove commented-out garbage that skipped updating schedcpu() stats forJohn Baldwin2001-07-031-2/+0
* Just check p_oncpu when determining if a process is executing or not.John Baldwin2001-07-031-4/+1
* Axe spl's that are covered by the sched_lock (and have been for quiteJohn Baldwin2001-07-031-30/+4
* Include the wait message and channel for msleep() in the KTR tracepoint.John Baldwin2001-07-031-1/+2