summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-202-0/+94
* Explicitely specify an alignment for struct pcb. While all regular pcb'stmm2002-10-191-1/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-3/+0
* #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
* 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
* 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-041-0/+37
* 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-011-3/+0
* Add needed include of queue.h.jake2002-10-011-0/+1
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, tojake2002-09-281-1/+1
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Don't include opt_bus.h here, it breaks stuff trying tomux2002-09-211-1/+0
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* 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
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-54/+0
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+0
* Removed legacy signal trampoline.jake2002-08-291-2/+0
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Removed unneeded include of machine/types.h (which no longer exists).jake2002-08-231-1/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-174/+148
* Fix warning. These structs should probably be removed altogether.jake2002-08-181-0/+2
* Add pmap support for user mappings of multiple page sizes (super pages).jake2002-08-183-33/+32
* Minor style. Removed unused declaration.jake2002-08-161-2/+1
* Demark sections of code that need special fault handling with labels.jake2002-08-162-2/+4
* Store the number of itlb and dtlb entries separately; they may be different.jake2002-08-152-1/+3
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-102-24/+10
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Forgot to commit this.jake2002-08-011-2/+2
* These file are no longer used (moved to userland and/or merged intojake2002-07-312-93/+0
* Add definitions for statistical and high-resolution profiling. The callingjake2002-07-301-14/+35
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Add _ALIGN_DATA and _ALIGN_TEXT macros.jake2002-07-291-1/+9
* Revert the previous delta; uintfptr_t needs to be available tomike2002-07-281-0/+1
* Add declarations for btext and etext.jake2002-07-281-0/+3
* uintfptr_t has moved to machine/types.h.jake2002-07-271-1/+0
* Implement a direct mapped address region, like alpha and ia64. Thisjake2002-07-272-0/+7
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterjake2002-07-263-13/+3
* When multiple IOMMUs are present in a system, use a single TSB for alltmm2002-07-161-5/+4
* Add new UltraSPARC-III VIS II instructions.tmm2002-07-161-0/+9
* Add new LSU bits for UltraSPARC-III.tmm2002-07-161-0/+16
* Add ASI definitions of UltraSPARC-III (Cu) processors, and add sometmm2002-07-161-8/+102
OpenPOWER on IntegriCloud