summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix iommu_dvmamap_sync() to use the right address when flushing thetmm2002-10-251-1/+1
* Greatly improve readability of trap() by using a table to convert betweenjake2002-10-253-239/+165
* Minor cleanups.jake2002-10-251-3/+3
* Extract out KSE specific code from machine specific codejulian2002-10-241-17/+2
* We always need sys/pcpu.h now, not just for the SMP case.jhb2002-10-231-1/+1
* Remove NO_GEOM from sparc64.phk2002-10-231-2/+0
* - Expand struct trapframe to 256 bytes, make all fields fixed width and thejake2002-10-229-156/+303
* Start tick at the correct time (cpu_init_clocks), instead of cpu_startup.jake2002-10-222-5/+11
* Set kernelname in sparc64_init() so that the kern.bootfilemux2002-10-201-0/+6
* Use microuptime() instead of microtime() to bound the flush wait totmm2002-10-201-2/+2
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-204-168/+231
* - Lock page queue accesses in pmap_release().alc2002-10-201-1/+3
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
* Explicitely specify an alignment for struct pcb. While all regular pcb'stmm2002-10-191-1/+1
* When entering the firmware mappings into the kernel tlb, clear all 'soft'tmm2002-10-171-1/+4
* Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list oftmm2002-10-161-37/+54
* Use a linked list to keep the psycho softcs instead of a staticallytmm2002-10-162-22/+12
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-3/+0
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
* #ifdef _KERNEL not #if _KERNEL.mike2002-10-131-1/+1
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+9
OpenPOWER on IntegriCloud