summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add missing header for the eeprom driver frontents.tmm2002-04-051-0/+68
* Add MD frontents for the mk48txx driver, ported from NetBSD, and removetmm2002-04-044-13/+406
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Dike out a highly insecure UCONSOLE option.ru2002-04-031-1/+0
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-12/+1
* Fix crashes that would happen when more than one 4MB page was used totmm2002-04-022-21/+13
* Remove the superfluous second argument from the IOTSBSLOT() macro.tmm2002-04-022-16/+16
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largertmm2002-04-021-1/+1
* Set mp_maxid so that UMA works with SMP.tmm2002-04-021-0/+1
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sincetmm2002-04-021-12/+14
* Remove a debugging panic that was triggered when a resource that was outtmm2002-04-021-5/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-013-26/+75
* Move the CTASSERT macro from MD code to systm.h alongside KASSERT so otherjake2002-04-011-4/+0
* ktr changes to improve performance and make writing a userland utility tojake2002-04-011-6/+7
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-2/+0
* Correct a comment: sendsig() calls the MI vm_map_growstack() butalc2002-03-301-1/+1
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-292-8/+46
* Don't be too fancy with null'ed out functions.obrien2002-03-281-20/+3
* Add sysbeep() for the msmith RAID drivers.obrien2002-03-281-0/+27
* style(9)obrien2002-03-281-1/+0
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Fix style bugs.jake2002-03-271-3/+8
* Fix breakage.jake2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-273-18/+68
* Add missing includes for the KTRACE case.tmm2002-03-251-0/+4
* Add missing declarations.tmm2002-03-251-0/+4
* Make this compile (submitted by jake), add a missing include.tmm2002-03-251-1/+2
* Remove second copy of iommu_decode_fault() which I accidentially added.tmm2002-03-251-15/+0
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* Revamp the busdma implementation a bit:tmm2002-03-247-223/+450
* Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().tmm2002-03-241-1/+1
* Make the OpenFirmware interrupt mapping code more generic, to reducetmm2002-03-2411-282/+288
* Map the device memory belonging to resources of type SYS_RES_MEMORY intotmm2002-03-241-0/+17
* Add code to print the fault virtual address for uncorrectable DMA errorstmm2002-03-234-0/+33
* De-__P(), de-K&R, remove superfluous comments and prototypes, sometmm2002-03-231-565/+122
* De-K&R.tmm2002-03-231-3/+1
* Fix syscall ktraceing.tmm2002-03-231-1/+2
* Make this compile without options DDB; use intr_disable() instead oftmm2002-03-231-2/+11
* Decruft some #if 0'ed code.tmm2002-03-231-2/+0
* Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.tmm2002-03-231-2/+4
* Machine must be non-static for COMPAT_43 to compile. This is used in bsd/osjake2002-03-231-1/+1
* Cleanup the trace back routine slightly. Print the leaf return value sojake2002-03-231-10/+55
* Sync with other arches; add bloat.jake2002-03-231-25/+35
* Fix a deadlock condition with tlb shootdown ipi delivery. Since ipis arejake2002-03-231-0/+17
* Backout intrusive ktr traces in tlb fault handlers which have served theirjake2002-03-232-566/+2
* ASM versions of __FBSDID.obrien2002-03-231-0/+10
* intr_disable returns register_timp2002-03-211-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-216-26/+8
* Remove __P.alfred2002-03-215-38/+38
OpenPOWER on IntegriCloud