summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Typo fix: detects -> detect.jmallett2002-05-031-1/+1
* Add support for an alternate signal trampoline; add a sysarch call to registerjake2002-04-295-1/+37
* Tidy up some loose ends.peter2002-04-292-24/+0
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-3/+4
* Avoid using pmap_kenter "early", since it may need to dink with vm_pagejake2002-04-211-24/+32
* MFi386 1.222. Remove vm_map_growstack and acquisition and release of Giantjake2002-04-201-16/+2
* Check the alignment of the stack pointer before copying in windows from thejake2002-04-201-0/+4
* Fix off by one errors in cache flush calls (mostly harmless).jake2002-04-201-3/+3
* Add needed include of tick.h.jake2002-04-201-0/+1
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSrwatson2002-04-181-1/+1
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-4/+8
* option<space><tab>obrien2002-04-151-12/+12
* o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() andalc2002-04-131-20/+5
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* Forgot these files in previous commit to frame.h. Also add needed includejake2002-04-092-7/+8
* Oops. machine/emul.h didn't exist yet.jake2002-04-091-0/+39
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,jake2002-04-095-23/+33
* Add device se (commented out, most people won't find this useful yet).jake2002-04-091-0/+1
* Enable device pass.jake2002-04-081-1/+1
* GC the "dumplo" variable, which is no longer used.phk2002-04-071-1/+0
* Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL andjake2002-04-061-6/+3
* Provide an implementation of KTR_CPU that doesn't use pcpu, so we don'tjake2002-04-062-27/+31
* Remove invalid KASSERTS.jake2002-04-061-9/+0
* 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
OpenPOWER on IntegriCloud