| Age | Commit message (Expand) | Author |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-06-28 | Align the size and alignment of label_t (kernel jmp_buf equivalent) | martin |
| 2006-06-07 | convert to timecounters (from branch simonb-timecounters) | kardel |
| 2006-05-04 | implement splraiseipl() for sparc. | yamt |
| 2006-04-01 | closes: PR kern/32359 | cherry |
| 2006-03-29 | Add the netbsd32 MD bits for sparc64 and amd64 to support SA. | cube |
| 2006-03-04 | De-__P. | uwe |
| 2006-03-04 | s/u_intN_t/uintN_t/ | uwe |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-02-07 | reduce MAXSSIZ to 32 MB, like most other ports. fixes PR 30918. | chs |
| 2006-01-25 | free -> dealloc | christos |
| 2006-01-20 | Add a STRONG_ALIAS macro | christos |
| 2006-01-13 | increase NKMEMPAGES_MAX_DEFAULT to 32 MB. this is needed on sun4m machines | chs |
| 2005-12-28 | inline -> __inline | perry |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-27 | We need to init p_md.md_flags on fork, so implement cpu_proc_fork(). | uwe |
| 2005-10-26 | Move md_flags back to mdproc. MDP_FIXALIGN, the only flag we have, is | uwe |
| 2005-10-26 | Comment change: Clarify meaning of some user traps. | uwe |
| 2005-10-26 | Add missing extern to make the definition of softnet_cookie into a declaration. | uwe |
| 2005-10-26 | Cosmetic. Kill __P. Remove few remaining paramter names in | uwe |
| 2005-09-25 | G/c msiiep_swap_endian, it's no longer used now that we run without | uwe |
| 2005-09-10 | Add definitions for microSPARC-IIep memory fault registers. | uwe |
| 2005-07-11 | new file | christos |
| 2005-07-10 | - add syscall_{plain,fancy} | christos |
| 2005-07-10 | Fix COMPAT_NETBSD32 ucontext padding and move the definition next to the | martin |
| 2005-06-19 | Remove some unused definitions. | thorpej |
| 2005-06-19 | Move common Sun3/Sun4 EEPROM definitions in to <dev/sun/eeprom.h> | thorpej |
| 2005-06-19 | Move common Sun ID PROM definitions into <dev/sun/idprom.h>. | thorpej |
| 2005-06-19 | - Do away with the old _SPLRAISE() template macro. Instead, provide an | thorpej |
| 2005-06-19 | Fix some whitespace. | thorpej |
| 2005-06-16 | Rename 'ncpus' to 'sparc_ncpus' to avoid shadow warnings in m.i. code. | briggs |
| 2005-06-03 | Sprinkle some const | martin |
| 2005-06-03 | Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings. | martin |
| 2005-06-03 | Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings. | martin |
| 2005-05-31 | - sprinkle const | christos |
| 2005-05-25 | Include <sys/cdefs.h> for __signed; related to lib/30072. | kleink |
| 2005-04-20 | For GCC3 and later, use the __builtin_va* constructs. | matt |
| 2005-04-15 | Push back the descriptions of NaN formats, and descriptions of the | kleink |
| 2005-03-09 | Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API | matt |
| 2005-02-03 | add the early-clobber modifier on the destination reg of ldstub. | chs |
| 2005-01-17 | Convert the PMAP_PREFER() macro from two arguments (offset and hint) | atatat |
| 2005-01-16 | implement pmap_wired_count(). use more macros for determining MMU type. | chs |
| 2005-01-05 | Correct two reloc numbers/names | skrll |
| 2004-12-30 | - don't try to to lint the va_arg() macros, instead replace them. | christos |
| 2004-11-15 | Add bus_space_region_stream* functions (verbatim copy from sparc64). | martin |
| 2004-07-29 | remove now unnecessary "pci_enumerate_bus" definitions | drochner |
| 2004-06-30 | Introduce bus_space_tag_alloc() for the common parts of bus tag allocation. | pk |
| 2004-06-28 | Rename bus_translate_address_generic => bus_space_translate_address_generic() | pk |