| Commit message (Expand) | Author | Age | Files | Lines |
* | Mega busdma API commit. | scottl | 2003-07-01 | 4 | -5/+73 |
* | Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, along | tmm | 2003-07-01 | 2 | -1/+17 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | tmm | 2003-07-01 | 17 | -371/+1155 |
* | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 1 | -0/+8 |
* | Small fixes for the IOMMU code: | tmm | 2003-06-28 | 1 | -16/+47 |
* | Add a machine depended function thread_siginfo, SA signal code | davidxu | 2003-06-28 | 1 | -0/+19 |
* | remove unnecessary comment. We do what the comments says we need to. | jmg | 2003-06-24 | 1 | -3/+0 |
* | add support for peeking at pci busses on UltraSparc systems. This prevents | jmg | 2003-06-22 | 5 | -12/+132 |
* | Avoid using v8 opcodes; use ba instead of b for unconditional branches. | jake | 2003-06-19 | 2 | -37/+37 |
* | - Rename the IPI_WAIT macro to IPI_DONE. | jake | 2003-06-19 | 1 | -11/+8 |
* | Ignore fake ttes in pmap_copy, its too hard to deal with them not having | jake | 2003-06-18 | 1 | -0/+2 |
* | Further cleanup of the sparc64 busdma implementation: | tmm | 2003-06-18 | 7 | -365/+190 |
* | Fix a performance bug in all of the various implementations of | alc | 2003-06-18 | 1 | -1/+1 |
* | Handle recursion on the vm_page_queue_mtx manually in pmap_qenter and | jake | 2003-06-17 | 1 | -4/+10 |
* | free type too if we can't add the child. | jmg | 2003-06-16 | 1 | -1/+3 |
* | fix misspelling of ORIR_NOTFOUND | jmg | 2003-06-16 | 1 | -1/+1 |
* | The page queue lock is already held in pmap_remove, change acquire/release | jake | 2003-06-15 | 1 | -2/+2 |
* | - Mirror vm_page_queue_mtx assertions added to the i386 pmap. | jake | 2003-06-15 | 2 | -1/+20 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 2 | -170/+1 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -28/+0 |
* | Hardwire APB's PCI buses down. If we don't do this, pciconf -l returns | jmg | 2003-06-13 | 1 | -5/+2 |
* | Remove the PSYCHO_STRAY option - it was never really useful. Adjust a | tmm | 2003-06-12 | 1 | -49/+5 |
* | Fix LINT for now. | jake | 2003-06-11 | 1 | -0/+1 |
* | Remove the psycho and sbus iommu function stubs, and put the pointer | tmm | 2003-06-11 | 4 | -308/+81 |
* | GC unused cpu_wait() function | peter | 2003-06-11 | 1 | -5/+0 |
* | Note that scbus is required for SCSI, not just "required" in general. | jmallett | 2003-06-08 | 1 | -1/+1 |
* | - Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h. | jake | 2003-06-07 | 4 | -8/+11 |
* | BKPT_INST is supposed to be a breakpoint, not 0. | jake | 2003-06-07 | 1 | -1/+1 |
* | Change the second (and last) argument of cpu_set_upcall(). Previously | marcel | 2003-06-04 | 1 | -1/+3 |
* | Fix interrupt assignment for non-builtin PCI devices on e450s. | tmm | 2003-05-30 | 10 | -45/+168 |
* | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | hmp | 2003-05-30 | 1 | -2/+1 |
* | Completely disable interrupts (not just raise %pil) when calculating the | tmm | 2003-05-29 | 1 | -4/+5 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 5 | -9/+14 |
* | Fix two typos from the last commit | scottl | 2003-05-26 | 2 | -2/+2 |
* | De-orbit bus_dmamem_alloc_size from here too. | scottl | 2003-05-26 | 1 | -34/+8 |
* | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | scottl | 2003-05-26 | 5 | -111/+6 |
* | sys/sys/limits.h: | kan | 2003-05-19 | 2 | -3/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -0/+4 |
* | Style fixes. | kan | 2003-05-04 | 1 | -8/+11 |
* | Forgot to update string and signal tables when some of the trap types | jake | 2003-05-04 | 1 | -4/+4 |
* | - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were | tmm | 2003-05-02 | 3 | -3/+3 |
* | Back out last commits. The elf64/elf32 kernel name thing was more pain | peter | 2003-05-01 | 1 | -3/+1 |
* | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | peter | 2003-05-01 | 1 | -6/+0 |
* | Fix transcription error. Use == NULL, not != NULL. Fortunately this | peter | 2003-04-30 | 1 | -1/+1 |
* | Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as well | peter | 2003-04-30 | 1 | -1/+3 |
* | Range check the syscall number before looking it up in the syscallnames[] | jhb | 2003-04-30 | 1 | -1/+1 |
* | Allow fast instruction and data access mmu miss traps to be handled by | jake | 2003-04-29 | 3 | -9/+11 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -64/+4 |
* | Use 16 byte alignment for internal labels, 32 bytes is excessive. | jake | 2003-04-29 | 1 | -8/+8 |