summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Implement fpclassify():mike2003-02-082-0/+4
* Fix another mistake in the bus_dmamem_alloc_size() thingscottl2003-01-291-2/+2
* Fix some more missing dt_ prefixes for dma tag fields.scottl2003-01-291-4/+4
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-292-0/+34
* Fixes for a number of problems in the IOMMU code:tmm2003-01-211-1/+6
* Don't allow user process to set an invalid window state through sigreturn.jake2003-01-101-0/+1
* Implement bus_space_subregion.jake2003-01-081-0/+10
* Change the iommu code to be able to handle more than one DVMA area pertmm2003-01-062-8/+20
* - remove the unused parent DMA tag argument fromtmm2003-01-061-0/+2
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withtmm2003-01-061-65/+66
* Look for the correct method in sparc64_dmamap_load_mbuf() andtmm2003-01-061-2/+2
* Some cleanup:tmm2003-01-061-1/+22
* - Reorganize PMAP_STATS to scale a little better.jake2003-01-051-0/+19
* Make imgact_elf32.c compile on sparc64.jake2003-01-051-0/+10
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* Use memset instead of __builtin_memset. Apparently there's an inlinejake2002-12-291-1/+1
* Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free willjake2002-12-271-0/+2
* - Change the way the direct mapped region is implemented to be generallyjake2002-12-232-36/+84
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-221-6/+12
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatjake2002-12-212-9/+11
* Removed unused pmap_qenter_flags.jake2002-12-211-1/+0
* Make the atomic arithmetic functions return the old value, since they'rejake2002-12-211-40/+38
* Always initialize the UPA target module id in the interrupt mappingtmm2002-12-011-17/+18
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-2/+0
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-2/+0
* Add two new workaround for firmware anomalies:tmm2002-11-072-1/+5
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-271-1/+24
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-8/+0
* Initialize tick_MHz and related variables much earlier. After the lasttmm2002-10-251-1/+2
* Greatly improve readability of trap() by using a table to convert betweenjake2002-10-251-0/+2
* - Expand struct trapframe to 256 bytes, make all fields fixed width and thejake2002-10-223-38/+92
* 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
OpenPOWER on IntegriCloud