aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Typo fix: detects -> detect.Juli Mallett2002-05-031-1/+1
* Add support for an alternate signal trampoline; add a sysarch call to registerJake Burkholder2002-04-295-1/+37
* Tidy up some loose ends.Peter Wemm2002-04-292-24/+0
* Don't use the symbol name to lookup the symbol value when we can useMarcel Moolenaar2002-04-251-3/+4
* Avoid using pmap_kenter "early", since it may need to dink with vm_pageJake Burkholder2002-04-211-24/+32
* MFi386 1.222. Remove vm_map_growstack and acquisition and release of GiantJake Burkholder2002-04-201-16/+2
* Check the alignment of the stack pointer before copying in windows from theJake Burkholder2002-04-201-0/+4
* Fix off by one errors in cache flush calls (mostly harmless).Jake Burkholder2002-04-201-3/+3
* Add needed include of tick.h.Jake Burkholder2002-04-201-0/+1
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSRobert Watson2002-04-181-1/+1
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()Peter Wemm2002-04-151-4/+8
* option<space><tab>David E. O'Brien2002-04-151-12/+12
* o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() andAlan Cox2002-04-131-20/+5
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.Mike Barcroft2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andMike Barcroft2002-04-101-6/+15
* Forgot these files in previous commit to frame.h. Also add needed includeJake Burkholder2002-04-092-7/+8
* Oops. machine/emul.h didn't exist yet.Jake Burkholder2002-04-091-0/+39
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,Jake Burkholder2002-04-095-23/+33
* Add device se (commented out, most people won't find this useful yet).Jake Burkholder2002-04-091-0/+1
* Enable device pass.Jake Burkholder2002-04-081-1/+1
* GC the "dumplo" variable, which is no longer used.Poul-Henning Kamp2002-04-071-1/+0
* Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL andJake Burkholder2002-04-061-6/+3
* Provide an implementation of KTR_CPU that doesn't use pcpu, so we don'tJake Burkholder2002-04-062-27/+31
* Remove invalid KASSERTS.Jake Burkholder2002-04-061-9/+0
* Add missing header for the eeprom driver frontents.Thomas Moestl2002-04-051-0/+68
* Add MD frontents for the mk48txx driver, ported from NetBSD, and removeThomas Moestl2002-04-044-13/+406
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+2
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-031-1/+0
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-021-12/+1
* Fix crashes that would happen when more than one 4MB page was used toThomas Moestl2002-04-022-21/+13
* Remove the superfluous second argument from the IOTSBSLOT() macro.Thomas Moestl2002-04-022-16/+16
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largerThomas Moestl2002-04-021-1/+1
* Set mp_maxid so that UMA works with SMP.Thomas Moestl2002-04-021-0/+1
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sinceThomas Moestl2002-04-021-12/+14
* Remove a debugging panic that was triggered when a resource that was outThomas Moestl2002-04-021-5/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-013-26/+75
* Move the CTASSERT macro from MD code to systm.h alongside KASSERT so otherJake Burkholder2002-04-011-4/+0
* ktr changes to improve performance and make writing a userland utility toJake Burkholder2002-04-011-6/+7
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyPoul-Henning Kamp2002-03-311-2/+0
* Correct a comment: sendsig() calls the MI vm_map_growstack() butAlan Cox2002-03-301-1/+1
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()Jake Burkholder2002-03-292-8/+46
* Don't be too fancy with null'ed out functions.David E. O'Brien2002-03-281-20/+3
* Add sysbeep() for the msmith RAID drivers.David E. O'Brien2002-03-281-0/+27
* style(9)David E. O'Brien2002-03-281-1/+0
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-271-1/+1
* Fix style bugs.Jake Burkholder2002-03-271-3/+8
* Fix breakage.Jake Burkholder2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-273-18/+68