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