summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unused tl0_syscall.jake2002-10-121-84/+0
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+6
* Add two extern's for adjkerntz and wall_cmos_clock, all othermux2002-10-051-0/+3
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-0/+2
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-4/+4
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-042-0/+248
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-14/+64
* Remove options NO_MODULES=true. Lots of modules build, but may not loadjake2002-10-021-4/+0
* Convert the bus space accessors from macros to inlines. This fixes somejake2002-10-011-204/+316
* Get rid of the TODO macro in the few places that still need work; eitherjake2002-10-015-8/+5
* Add needed include of queue.h.jake2002-10-011-0/+1
* Use M_NOWAIT instead of M_WAITOK when allocating dmamaps; the allocationsjake2002-10-011-4/+7
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, tojake2002-09-285-12/+12
* Moved most interrupt related code to a new file, interrupt.S.jake2002-09-282-149/+183
* Add a workaround for what seems to be confusion between binutils and thejake2002-09-271-8/+39
* Removed debug code.jake2002-09-251-57/+1
OpenPOWER on IntegriCloud