| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | harti | 2003-02-04 | 1 | -8/+12 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 2 | -14/+12 |
* | Put replace spaces with tabs in keeping with the rest of the file. | joe | 2003-02-01 | 1 | -1/+1 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 3 | -4/+5 |
* | SCSI Changers, SCSI Tapes, and SES devices work just about as well as | mjacob | 2003-01-31 | 1 | -3/+3 |
* | Fix another mistake in the bus_dmamem_alloc_size() thing | scottl | 2003-01-29 | 1 | -2/+2 |
* | Fix some more missing dt_ prefixes for dma tag fields. | scottl | 2003-01-29 | 4 | -11/+11 |
* | Fix a typo in dt_maxsize from the last commit | scottl | 2003-01-29 | 1 | -1/+1 |
* | Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as | scottl | 2003-01-29 | 6 | -15/+146 |
* | Enable device zs and device sab by default. | jake | 2003-01-27 | 1 | -2/+2 |
* | Fix standard kse breakage of non-x86 platforms. | jake | 2003-01-26 | 1 | -2/+1 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 2 | -3/+3 |
* | - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection | jeff | 2003-01-26 | 1 | -0/+1 |
* | Merge some code paths back together so that we only instantiate 1 copy of | jake | 2003-01-26 | 1 | -121/+97 |
* | Moved some (gas) macros up so they can be used in more places. | jake | 2003-01-24 | 1 | -25/+25 |
* | Fixes for a number of problems in the IOMMU code: | tmm | 2003-01-21 | 2 | -16/+23 |
* | Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_* | tmm | 2003-01-21 | 1 | -5/+13 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 11 | -16/+16 |
* | - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flags | jeff | 2003-01-21 | 1 | -16/+22 |
* | Resolve relative relocations in klds before trying to parse the module's | jake | 2003-01-21 | 1 | -1/+23 |
* | The abs() function isn't defined locally; include a header file that | mdodd | 2003-01-16 | 1 | -0/+1 |
* | Merge all the various copies of vm_fault_quick() into a single | dillon | 2003-01-16 | 1 | -15/+0 |
* | Merge all the various copies of vmapbuf() and vunmapbuf() into a single | dillon | 2003-01-15 | 1 | -73/+0 |
* | - GC a few more hand-rolled 'abs' macros. | mdodd | 2003-01-15 | 1 | -2/+0 |
* | Enable rl(4). It is now fully working using busdma. | obrien | 2003-01-13 | 1 | -1/+1 |
* | Don't allow user process to set an invalid window state through sigreturn. | jake | 2003-01-10 | 2 | -4/+9 |
* | Implement bus_space_subregion. | jake | 2003-01-08 | 1 | -0/+10 |
* | Change the iommu code to be able to handle more than one DVMA area per | tmm | 2003-01-06 | 6 | -133/+466 |
* | - remove the unused parent DMA tag argument from | tmm | 2003-01-06 | 2 | -90/+45 |
* | Bump the IOMMU TSB size to 32kB, to match the default size on PCI | tmm | 2003-01-06 | 1 | -1/+1 |
* | Prefix the members of struct bus_space_tag and struct bus_dma_tag with | tmm | 2003-01-06 | 5 | -175/+180 |
* | Style and comment fixes, no functional changes. | tmm | 2003-01-06 | 1 | -30/+18 |
* | Look for the correct method in sparc64_dmamap_load_mbuf() and | tmm | 2003-01-06 | 1 | -2/+2 |
* | Initialize the cache line size register of all PCI devices in the | tmm | 2003-01-06 | 1 | -0/+15 |
* | Some cleanup: | tmm | 2003-01-06 | 2 | -26/+30 |
* | - remove some outdated comments | tmm | 2003-01-06 | 3 | -33/+20 |
* | 1.) fix a copy-and-paste-o in a panic() message | tmm | 2003-01-06 | 1 | -14/+36 |
* | - Reorganize PMAP_STATS to scale a little better. | jake | 2003-01-05 | 6 | -124/+167 |
* | Make imgact_elf32.c compile on sparc64. | jake | 2003-01-05 | 1 | -0/+10 |
* | Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s. | jake | 2003-01-01 | 1 | -0/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 4 | -8/+8 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 2 | -2/+2 |
* | Use memset instead of __builtin_memset. Apparently there's an inline | jake | 2002-12-29 | 1 | -1/+1 |
* | Use the meaningful mnemonics for ancillary state registers now that gas | jake | 2002-12-29 | 3 | -8/+7 |
* | Forgot this file in previous commit. | jake | 2002-12-28 | 1 | -0/+1 |
* | - Moved storing %g1-%g5 in the trapframe until after interrupts are enabled. | jake | 2002-12-28 | 1 | -27/+41 |
* | Pass 0 in %o1 to tl0_trap for all non-interrupt traps. This will be used | jake | 2002-12-28 | 1 | -0/+7 |
* | Hold the page queues lock around calls to vm_page_flag_clear() and | alc | 2002-12-28 | 1 | -0/+4 |
* | Use VM_ALLOC_WIRED in pmap_pinit(). | alc | 2002-12-28 | 1 | -4/+1 |
* | Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free will | jake | 2002-12-27 | 1 | -0/+2 |