| Age | Commit message (Expand) | Author |
| 2023-06-02 | follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos. | andvar |
| 2023-03-28 | s/interrput/interrupt/ and s/accesss/access/ in comments. | andvar |
| 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 |
| 2022-05-29 | fix various typos in comments and log messages. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-02-15 | Document the calculation of CC64FSZ | palle |
| 2022-02-13 | sparc: __cpu_simple_lock membar audit. | riastradh |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2021-12-11 | remove clause 3 from all my licenses that aren't conflicting with | mrg |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-10-28 | Making "struct sigcontext" visible only to _LIBC || _KERNEL is too | thorpej |
| 2021-10-27 | Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-09-06 | fix various typos in comments. | andvar |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-05-10 | sparc{,64} promlib -> devhandle_t glue | thorpej |
| 2021-01-25 | avoid needing <machine/promlib.h>. fixes sparc64 build. | mrg |
| 2021-01-24 | avoid using 'extern <func|data>;' inside a .c file, but instead | mrg |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2021-01-17 | set machine_model[] earlier, so that bootstrap can use it. | mrg |
| 2020-12-18 | remove unused and #if 0'd since introduced in 1996 struct kvm_cpustate. | mrg |
| 2020-12-06 | undo previous; __register_t is already defined | christos |
| 2020-12-06 | don't expose register_t | christos |
| 2020-09-14 | Switch from register_t to unsigned long int | kamil |
| 2020-09-12 | Improve am7930 family drivers to share more code. | isaki |
| 2020-09-06 | forward declare struct vm_page, and include uvm_prot.h and uvm_pmap.h. | mrg |
| 2020-05-17 | Install sparc/intr.h | ad |
| 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 |
| 2020-05-16 | Back out previous - it doesn't work. | ad |
| 2020-05-15 | PR port-sparc/55261: sparc still panics running ATF tests | ad |
| 2020-05-01 | Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>. | isaki |
| 2020-04-17 | Mark the .ident section as mergable string section to avoid redundant | joerg |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2020-03-10 | tuck curproc/curlwp under _KERNEL only (no _KMEMUSER) | christos |
| 2019-12-30 | PR port-sparc/54789: Sparc boot fails with "Trap 0x21 while interrupts disabled" | ad |
| 2019-12-27 | Harmonize the namespace of fast TLS base pointer getter functions | kamil |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-11-29 | Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE. | riastradh |
| 2019-11-29 | Nix mb_* on sparc and sparc64. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-11-29 | PR port-sparc/54718 (sparc install hangs since recent scheduler changes) | ad |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-11-23 | Looks like sparc clears want_ast with interrupts enabled, so check+clear it | ad |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-08-29 | Add missing NUL to prevent buffer overrun. | msaitoh |
| 2019-08-21 | Fix typo (s/contoller/controller/). | msaitoh |