| Age | Commit message (Expand) | Author |
| 2023-01-29 | fix typo | mlelstv |
| 2023-01-27 | Use proper uintNN_t integer types. | tsutsui |
| 2022-05-18 | fix typos in word "access" and it derivatives, mainly in comments. | andvar |
| 2022-02-13 | m68k: __cpu_simple_unlock audit. | riastradh |
| 2021-12-05 | s/from from/from/ in comment. | msaitoh |
| 2021-12-05 | s/expecially/especially/ in comment. | msaitoh |
| 2021-10-29 | Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. | thorpej |
| 2021-10-27 | Make sigcontext13 visible only to _KERNEL. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-08-25 | - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of | thorpej |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-03-24 | s/depreciated/deprecated/g | simonb |
| 2020-12-20 | Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap) | skrll |
| 2020-12-06 | Don't expose register_t | christos |
| 2020-10-04 | Add missing __{BEGIN,END}_DECLS in order to catch up with | rin |
| 2020-09-07 | move the __packed attribute from struct frame::F_t into the single | mrg |
| 2020-09-07 | pass a pointer conversion via uintptr_t *and* the desired type casts. | mrg |
| 2020-08-07 | Provide a pmap_segtab_deactivate for symmetry with pmap_segtab_activate | skrll |
| 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-08 | Remove mutex stubs for 68010 that merely fall back to C codes, and | rin |
| 2020-02-01 | Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for jemalloc(3). | tsutsui |
| 2020-02-01 | Use "__nothing" macro defined in <sys/cdefs.h> for empty pmap_update(). | tsutsui |
| 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 m68k. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-10-27 | Expose register difinitions for _STANDALONE. | rin |
| 2019-10-26 | disable -Wshadow because in c99 mode these get marked as builtins. | christos |
| 2019-10-26 | Hide the register definitions that should eventually be removed (or prefixed | christos |
| 2019-06-18 | Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer | kamil |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-03-14 | G/C "MAPPECOPY". It is the deadest of wood, and never actually worked in | thorpej |
| 2019-02-18 | Refactor the 68040 writeback() from each m68k port's trap handler into a | thorpej |
| 2019-01-21 | Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64. | dholland |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-02-15 | Introduce _UC_MACHINE_FP() as a macro | kamil |
| 2017-11-06 | Cleanup and clarify the ELFSIZE mess: | christos |
| 2017-11-05 | The XXX comment (do not pull in the uvm headers) might have been a nice idea | christos |
| 2017-09-17 | more const. | christos |
| 2017-09-13 | The __fgetenv() macro operates on a fenv_t, not on a fenv_t *. | phx |
| 2017-07-02 | remove f_pad, conflicts with new <sys/file.h> define. | christos |
| 2017-04-12 | Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD part | kamil |
| 2017-04-08 | Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEP | kamil |