summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set vendor string correctly for the Apple KeyLargo.benno2001-07-052-0/+8
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionaln_hibma2001-07-051-83/+201
* Regen.n_hibma2001-07-052-55/+353
* Pull in the most recent version of usb_quirks.h and propagate the necessaryn_hibma2001-07-058-194/+161
* Make the string argument a const.n_hibma2001-07-051-2/+2
* Update with NetBSD versionn_hibma2001-07-051-20/+66
* Spelling police: extention -> extension in a comment.dd2001-07-051-2/+2
* Improve some error messages slightly.msmith2001-07-051-2/+5
* Implement PCI interrupt routing using the ACPI data attached to themsmith2001-07-052-10/+510
* Fix a couple of misunderstandings in the monitor code. Passive coolingmsmith2001-07-051-50/+131
* Add a new helper function for finding resources in resource buffers.msmith2001-07-054-198/+276
* Apply field bandages to the includes so compiles happen on alpha.mjacob2001-07-051-0/+6
* Sync to pccarddevs 1.12imp2001-07-051-7/+68
* Merge from NetBSD:imp2001-07-051-4/+31
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-058-393/+118
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-0414-472/+641
* More cleanup when detaching. Clone device entries will now bejoerg2001-07-042-34/+82
* Change inlines back into mainline code in preparation for mutexing. Also,dillon2001-07-046-840/+729
* - Sort includes.jhb2001-07-042-10/+20
* Spelling fix in a KASSERT: runq_chose -> runq_choose.jhb2001-07-041-1/+1
* - Update the vmmeter statistics for vnode pageins and pageouts injhb2001-07-041-2/+7
* whitespace / register cleanupdillon2001-07-0412-80/+81
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.mjacob2001-07-041-31/+234
* Macroize request/response in/out queue pointer access.mjacob2001-07-041-1/+1
* Some possibly helpful casts.mjacob2001-07-041-3/+3
* Add a microcomment about how you'd use ispds64_t or ispdlist_tmjacob2001-07-041-0/+8
* Add a bunch of additional defines for completion codes. Definemjacob2001-07-041-16/+75
* Firmware crashes handled in platform specific code (isp_async call).mjacob2001-07-041-3/+5
* More 2300 support prep- the Request/Response in/out pointers aremjacob2001-07-041-36/+34
* cleanup: GIANT macros, rename DEPRECIATE to DEPRECATEdillon2001-07-043-8/+5
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-0480-1124/+566
* postsig() currently requires Giant to be held. Giant is held properly atdillon2001-07-041-0/+2
* - Don't overwrite inb, inw and outw.nyan2001-07-0412-225/+404
* adjust mbuf length right in route_output().ume2001-07-041-1/+7
* When the link-layer address of a router changes, select theume2001-07-041-0/+18
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-047-1/+16
* Follow Bruce's suggestions. They're probably wrong, but better than before.mjacob2001-07-041-3/+10
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.mjacob2001-07-041-11/+115
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.jake2001-07-044-6/+58
* Constify the format string.des2001-07-032-2/+2
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-033-84/+45
* properly check DES weak key. KAME PR 363.ume2001-07-031-5/+2
* * simplifycg2001-07-032-823/+325
* Remove spl's in uio_yield() that are covered by the sched_lock.jhb2001-07-031-3/+0
* remove obsolete typedefs.cg2001-07-033-7/+5
* use TAILQ_FOREACH() in searching address listume2001-07-031-2/+1
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-032-0/+396
* Remove commented-out garbage that skipped updating schedcpu() stats forjhb2001-07-031-2/+0
* Just check p_oncpu when determining if a process is executing or not.jhb2001-07-031-4/+1
* Axe spl's that are covered by the sched_lock (and have been for quitejhb2001-07-031-30/+4
OpenPOWER on IntegriCloud