summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass the function to call (trap or syscall) to tl0_trap and tl1_trap in %o2.jake2002-09-251-7/+31
* Rearrange tl1_trap slightly, also save and restore the out registers sojake2002-09-241-12/+27
* Allocate stack space for the trapframe along with the normal registerjake2002-09-241-5/+1
* Split user trap processing out into a separate routine so that traps whichjake2002-09-241-67/+109
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Call trap directly for exceptional cases that need more processing onjake2002-09-221-26/+20
* Remove unneeded opt headers.jake2002-09-221-3/+0
* It's Apple GMAC, not HMAC.benno2002-09-221-1/+1
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-222-22/+1
* Don't include opt_bus.h here, it breaks stuff trying tomux2002-09-211-1/+0
* Use correct function name in previous commit.jhb2002-09-191-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+5
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Fix standard kse breakge of non-x86 platforms. sigh.jake2002-09-172-18/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* Use the definitions in machine/fsr.h instead of duplicating these magictmm2002-09-141-9/+11
* Clean up a bit, and add some more macros to access %fsr fields.tmm2002-09-141-14/+17
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
OpenPOWER on IntegriCloud