aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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-168/+231
* - 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-204/+316
* 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
* Removed debug code.Jake Burkholder2002-09-251-57/+1
* Pass the function to call (trap or syscall) to tl0_trap and tl1_trap in %o2.Jake Burkholder2002-09-251-7/+31
* Rearrange tl1_trap slightly, also save and restore the out registers soJake Burkholder2002-09-241-12/+27
* Allocate stack space for the trapframe along with the normal registerJake Burkholder2002-09-241-5/+1
* Split user trap processing out into a separate routine so that traps whichJake Burkholder2002-09-241-67/+109
* Be careful not to define GCC-specific optimizations in the non-GCCMike Barcroft2002-09-231-2/+11
* Call trap directly for exceptional cases that need more processing onJake Burkholder2002-09-221-26/+20
* Remove unneeded opt headers.Jake Burkholder2002-09-221-3/+0
* It's Apple GMAC, not HMAC.Benno Rice2002-09-221-1/+1
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cJake Burkholder2002-09-222-22/+1
* Don't include opt_bus.h here, it breaks stuff trying toMaxime Henrion2002-09-211-1/+0
* Use correct function name in previous commit.John Baldwin2002-09-191-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. ThisJohn Baldwin2002-09-191-0/+5
* Implement C99's va_copy() macro.Mike Barcroft2002-09-181-0/+3
* Fix standard kse breakge of non-x86 platforms. sigh.Jake Burkholder2002-09-172-18/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+0
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-151-1/+1
* Use the definitions in machine/fsr.h instead of duplicating these magicThomas Moestl2002-09-141-9/+11