summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-2/+2
* Use memset instead of __builtin_memset. Apparently there's an inlinejake2002-12-291-1/+1
* Use the meaningful mnemonics for ancillary state registers now that gasjake2002-12-293-8/+7
* Forgot this file in previous commit.jake2002-12-281-0/+1
* - Moved storing %g1-%g5 in the trapframe until after interrupts are enabled.jake2002-12-281-27/+41
* Pass 0 in %o1 to tl0_trap for all non-interrupt traps. This will be usedjake2002-12-281-0/+7
* Hold the page queues lock around calls to vm_page_flag_clear() andalc2002-12-281-0/+4
* Use VM_ALLOC_WIRED in pmap_pinit().alc2002-12-281-4/+1
* Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free willjake2002-12-271-0/+2
* Teach /dev/kmem about direct mapped addresses.jake2002-12-271-5/+6
* Implement uma_small_alloc and uma_small_free. Not yet used.jake2002-12-271-0/+52
* - Use direct mapped addresses for the message buffer, for the crash dumpjake2002-12-273-62/+12
* - Change the way the direct mapped region is implemented to be generallyjake2002-12-235-108/+220
* - Fix a bug where the faulting address for an mmu miss could sometimes bejake2002-12-231-5/+5
* - Rearrange pmap_bootstrap slightly to be more in dependency order.jake2002-12-221-50/+49
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-224-19/+19
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatjake2002-12-214-69/+70
* Make pmap_qenter and pmap_qremove look more like the other pmaps.jake2002-12-211-7/+10
* Removed unused pmap_qenter_flags.jake2002-12-212-17/+0
* Make the atomic arithmetic functions return the old value, since they'rejake2002-12-211-40/+38
* Add page queue locking around functions that call vm_page_flag_set. Thisjake2002-12-202-0/+4
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* Exclude yet more interrupt mapping registers from the OBIO INO search,tmm2002-12-061-2/+2
* Remove a workaround for a binutils bug that was fixed in the recenttmm2002-12-021-19/+4
* Always initialize the UPA target module id in the interrupt mappingtmm2002-12-013-33/+34
* 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; theytmm2002-12-011-2/+6
* Remove some long-dead cruft in the interrupt handling code which wastmm2002-12-011-44/+31
* Reverse the quirk table entry for swizzling on a missing interrupt map;tmm2002-12-011-7/+10
* Fix some comments describing psycho registers.tmm2002-12-011-2/+2
* Do not panic when a dmamap is unloaded more then once, but just silentlytmm2002-12-011-4/+2
* Add page queues locking to vunmapbuf().alc2002-11-241-0/+2
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+5
* Fix compile in the case of SMP defined but DDB not defined.jhb2002-11-201-1/+7
* Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like otherjake2002-11-181-1/+1
* MFi386 r1.369. Clear the PG_WRITEABLE flag in pmap_clear_write; returnjake2002-11-171-1/+3
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+14
* Don't register the powerfail interrupt as fast in thetmm2002-11-141-2/+8
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-132-11/+0
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-2/+0
* Remove physmem from here, too, as it is defined in vm_init.c sincetmm2002-11-081-1/+0
* Add two new workaround for firmware anomalies:tmm2002-11-079-18/+102
* s/HZ/Hz/mux2002-11-061-1/+1
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-2/+0
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-272-4/+37
* Allow deprecated or unimplemented system call vectors to deliver SIGSYS,jake2002-10-261-1/+1
* Remove an unused macro.jake2002-10-261-6/+0
* Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.peter2002-10-261-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-252-22/+10
* Initialize tick_MHz and related variables much earlier. After the lasttmm2002-10-253-13/+17
OpenPOWER on IntegriCloud