| Age | Commit message (Expand) | Author |
| 2023-03-20 | __HAVE_HASHLOCKED_ATOMICS needs to be visible to userland | martin |
| 2022-07-30 | sys/atomic.h: Fix atomic_store_* on sparcv7, sparcv8. | riastradh |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2020-12-06 | undo previous; __register_t is already defined | christos |
| 2020-12-06 | don't expose register_t | christos |
| 2020-05-17 | __HAVE_CPU_DATA_FIRST is still true for sparc64 (which shares this file) | martin |
| 2020-05-16 | PR port-sparc/55261: sparc still panics running ATF tests | ad |
| 2016-01-23 | expose the kernel types for standalone code. | christos |
| 2016-01-23 | Hide {p,v}{addr,size}_t and register_t (and a couple more types that | christos |
| 2015-10-06 | Do not use #ifdef SUN4U when testing for cpu features of post-v8 CPUs, | martin |
| 2015-08-27 | Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevant | pooka |
| 2012-11-02 | Add RAS support for sparc. | chs |
| 2011-07-30 | Get rid of #ifdef __sparc__ in uvm code - as noted by cgd back 1996, | martin |
| 2011-07-17 | Switch sparc and sparc64 to new-style <sys/bus.h>. | dyoung |
| 2011-06-18 | Add fast softint(9) support for sparc64. | nakayama |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-03-30 | Enable TLS on sparc and sparc64 | martin |
| 2011-02-24 | Allow storing and receiving the LWP private pointer via ucontext_t | joerg |
| 2010-12-26 | Move ci_data first in struct cpu_info | martin |
| 2010-12-26 | sparc64 currently does not have ci_data as first member in cpu_info! | martin |
| 2010-12-22 | Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first | christos |
| 2010-01-10 | Better support for FC-AL controllers/boot disks: | martin |
| 2009-12-11 | Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for all | matt |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2007-11-29 | __HAVE_ATOMIC64_OPS for SUN4U. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-09-03 | Convert both sparc and sparc64 to MI todr. | gdamore |
| 2006-09-03 | Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere. | bjh21 |
| 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 |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-10 | - add syscall_{plain,fancy} | christos |
| 2004-02-10 | __HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses | bjh21 |
| 2004-01-18 | Do not export __HAVE_RAS to userland. Applications are supposed to try | martin |
| 2004-01-06 | Implement restartable atomic sequences (RAS) for sparc64. | martin |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-06 | add __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS to machine/types.h for | bsh |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2002-12-07 | Use MI versions of {set,rem}runqueue(). | pk |
| 2002-10-07 | All sparc64 CPUs do __HAVE_CPU_COUNTER (aka %tick). | martin |
| 2002-09-22 | Use "#define\t" instead of "#define ". | simonb |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |
| 2002-02-28 | Use "#define<tab>". | simonb |
| 2001-12-04 | defopt "options SUN4*", put #define for each of SUN4, SUN4C, SUN4M and SUN4U | darrenr |
| 2001-09-27 | implement generic soft interrupts as described in softintr(9). convert | mrg |
| 2001-05-12 | Delint my previous change. | kleink |