| Commit message (Expand) | Author | Age | Files | Lines |
* | Set vendor string correctly for the Apple KeyLargo. | benno | 2001-07-05 | 2 | -0/+8 |
* | Pull in the current version of NetBSD's ulpt.c, supporting bidirectional | n_hibma | 2001-07-05 | 1 | -83/+201 |
* | Regen. | n_hibma | 2001-07-05 | 2 | -55/+353 |
* | Pull in the most recent version of usb_quirks.h and propagate the necessary | n_hibma | 2001-07-05 | 8 | -194/+161 |
* | Make the string argument a const. | n_hibma | 2001-07-05 | 1 | -2/+2 |
* | Update with NetBSD version | n_hibma | 2001-07-05 | 1 | -20/+66 |
* | Spelling police: extention -> extension in a comment. | dd | 2001-07-05 | 1 | -2/+2 |
* | Improve some error messages slightly. | msmith | 2001-07-05 | 1 | -2/+5 |
* | Implement PCI interrupt routing using the ACPI data attached to the | msmith | 2001-07-05 | 2 | -10/+510 |
* | Fix a couple of misunderstandings in the monitor code. Passive cooling | msmith | 2001-07-05 | 1 | -50/+131 |
* | Add a new helper function for finding resources in resource buffers. | msmith | 2001-07-05 | 4 | -198/+276 |
* | Apply field bandages to the includes so compiles happen on alpha. | mjacob | 2001-07-05 | 1 | -0/+6 |
* | Sync to pccarddevs 1.12 | imp | 2001-07-05 | 1 | -7/+68 |
* | Merge from NetBSD: | imp | 2001-07-05 | 1 | -4/+31 |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 8 | -393/+118 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 14 | -472/+641 |
* | More cleanup when detaching. Clone device entries will now be | joerg | 2001-07-04 | 2 | -34/+82 |
* | Change inlines back into mainline code in preparation for mutexing. Also, | dillon | 2001-07-04 | 6 | -840/+729 |
* | - Sort includes. | jhb | 2001-07-04 | 2 | -10/+20 |
* | Spelling fix in a KASSERT: runq_chose -> runq_choose. | jhb | 2001-07-04 | 1 | -1/+1 |
* | - Update the vmmeter statistics for vnode pageins and pageouts in | jhb | 2001-07-04 | 1 | -2/+7 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 12 | -80/+81 |
* | Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros. | mjacob | 2001-07-04 | 1 | -31/+234 |
* | Macroize request/response in/out queue pointer access. | mjacob | 2001-07-04 | 1 | -1/+1 |
* | Some possibly helpful casts. | mjacob | 2001-07-04 | 1 | -3/+3 |
* | Add a microcomment about how you'd use ispds64_t or ispdlist_t | mjacob | 2001-07-04 | 1 | -0/+8 |
* | Add a bunch of additional defines for completion codes. Define | mjacob | 2001-07-04 | 1 | -16/+75 |
* | Firmware crashes handled in platform specific code (isp_async call). | mjacob | 2001-07-04 | 1 | -3/+5 |
* | More 2300 support prep- the Request/Response in/out pointers are | mjacob | 2001-07-04 | 1 | -36/+34 |
* | cleanup: GIANT macros, rename DEPRECIATE to DEPRECATE | dillon | 2001-07-04 | 3 | -8/+5 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 80 | -1124/+566 |
* | postsig() currently requires Giant to be held. Giant is held properly at | dillon | 2001-07-04 | 1 | -0/+2 |
* | - Don't overwrite inb, inw and outw. | nyan | 2001-07-04 | 12 | -225/+404 |
* | adjust mbuf length right in route_output(). | ume | 2001-07-04 | 1 | -1/+7 |
* | When the link-layer address of a router changes, select the | ume | 2001-07-04 | 1 | -0/+18 |
* | Check the void * argument in the AC_FOUND_DEV case against NULL. Whether | mjacob | 2001-07-04 | 7 | -1/+16 |
* | Follow Bruce's suggestions. They're probably wrong, but better than before. | mjacob | 2001-07-04 | 1 | -3/+10 |
* | Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation. | mjacob | 2001-07-04 | 1 | -11/+115 |
* | Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop. | jake | 2001-07-04 | 4 | -6/+58 |
* | Constify the format string. | des | 2001-07-03 | 2 | -2/+2 |
* | Make the code to read the kernel message buffer via sysctl machine- | tmm | 2001-07-03 | 3 | -84/+45 |
* | properly check DES weak key. KAME PR 363. | ume | 2001-07-03 | 1 | -5/+2 |
* | * simplify | cg | 2001-07-03 | 2 | -823/+325 |
* | Remove spl's in uio_yield() that are covered by the sched_lock. | jhb | 2001-07-03 | 1 | -3/+0 |
* | remove obsolete typedefs. | cg | 2001-07-03 | 3 | -7/+5 |
* | use TAILQ_FOREACH() in searching address list | ume | 2001-07-03 | 1 | -2/+1 |
* | Add Transmeta Crusoe LongRun support. | iwasaki | 2001-07-03 | 2 | -0/+396 |
* | Remove commented-out garbage that skipped updating schedcpu() stats for | jhb | 2001-07-03 | 1 | -2/+0 |
* | Just check p_oncpu when determining if a process is executing or not. | jhb | 2001-07-03 | 1 | -4/+1 |
* | Axe spl's that are covered by the sched_lock (and have been for quite | jhb | 2001-07-03 | 1 | -30/+4 |