aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()Alan Cox2002-11-111-2/+0
* Remove physmem from here, too, as it is defined in vm_init.c sinceThomas Moestl2002-11-081-1/+0
* Add two new workaround for firmware anomalies:Thomas Moestl2002-11-079-18/+102
* s/HZ/Hz/Maxime Henrion2002-11-061-1/+1
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesJuli Mallett2002-11-061-2/+0
* Don peril sensitive sun glasses and change the default system call vectorJake Burkholder2002-10-272-4/+37
* Allow deprecated or unimplemented system call vectors to deliver SIGSYS,Jake Burkholder2002-10-261-1/+1
* Remove an unused macro.Jake Burkholder2002-10-261-6/+0
* Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.Peter Wemm2002-10-261-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-252-22/+10
* Initialize tick_MHz and related variables much earlier. After the lastThomas Moestl2002-10-253-13/+17
* Fix iommu_dvmamap_sync() to use the right address when flushing theThomas Moestl2002-10-251-1/+1
* Greatly improve readability of trap() by using a table to convert betweenJake Burkholder2002-10-253-239/+165
* Minor cleanups.Jake Burkholder2002-10-251-3/+3
* Extract out KSE specific code from machine specific codeJulian Elischer2002-10-241-17/+2
* We always need sys/pcpu.h now, not just for the SMP case.John Baldwin2002-10-231-1/+1
* Remove NO_GEOM from sparc64.Poul-Henning Kamp2002-10-231-2/+0
* - Expand struct trapframe to 256 bytes, make all fields fixed width and theJake Burkholder2002-10-229-156/+303
* Start tick at the correct time (cpu_init_clocks), instead of cpu_startup.Jake Burkholder2002-10-222-5/+11
* Set kernelname in sparc64_init() so that the kern.bootfileMaxime Henrion2002-10-201-0/+6
* Use microuptime() instead of microtime() to bound the flush wait toThomas Moestl2002-10-201-2/+2
* Add kernel dump support, based on the ia64 version (which was committedThomas Moestl2002-10-204-167/+230
* - Lock page queue accesses in pmap_release().Alan Cox2002-10-201-1/+3
* Add two hooks to signal module load and module unload to MD code.Marcel Moolenaar2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentRobert Watson2002-10-191-0/+1
* Explicitely specify an alignment for struct pcb. While all regular pcb'sThomas Moestl2002-10-191-1/+1
* When entering the firmware mappings into the kernel tlb, clear all 'soft'Thomas Moestl2002-10-171-1/+4
* Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list ofThomas Moestl2002-10-161-37/+54
* Use a linked list to keep the psycho softcs instead of a staticallyThomas Moestl2002-10-162-22/+12
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-3/+0
* Remove the P1003_1B kernel option; it is no longer used.Mike Barcroft2002-10-131-2/+1
* #ifdef _KERNEL not #if _KERNEL.Mike Barcroft2002-10-131-1/+1
* Add standards visibility conditionals. Change any uses of sigset_t toMike Barcroft2002-10-131-5/+9
* Removed unused tl0_syscall.Jake Burkholder2002-10-121-84/+0
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+6
* Add two extern's for adjkerntz and wall_cmos_clock, all otherMaxime Henrion2002-10-051-0/+3
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-051-0/+2
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.Mike Barcroft2002-10-041-4/+4
* New bus_dma interfaces for use by crypto device drivers:Sam Leffler2002-10-042-0/+248
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-14/+64
* Remove options NO_MODULES=true. Lots of modules build, but may not loadJake Burkholder2002-10-021-4/+0
* Convert the bus space accessors from macros to inlines. This fixes someJake Burkholder2002-10-011-200/+312
* Get rid of the TODO macro in the few places that still need work; eitherJake Burkholder2002-10-015-8/+5
* Add needed include of queue.h.Jake Burkholder2002-10-011-0/+1
* Use M_NOWAIT instead of M_WAITOK when allocating dmamaps; the allocationsJake Burkholder2002-10-011-4/+7
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, toJake Burkholder2002-09-285-12/+12
* Moved most interrupt related code to a new file, interrupt.S.Jake Burkholder2002-09-282-149/+183
* Add a workaround for what seems to be confusion between binutils and theJake Burkholder2002-09-271-8/+39