| 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-04-28 | Pass local symbols relocations in both passes and provide the kobj_reloc | skrll |
| 2023-03-26 | s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments. | andvar |
| 2023-03-26 | Change CASMAGIC to 0xFEDABABE so that it cannot accidentally end up in | ragge |
| 2023-03-26 | Ensure that the kernel do not try to allocate a S0 segment larger than 1G, | ragge |
| 2023-02-23 | vax: Note where cpu_switchto needs barriers. | riastradh |
| 2023-02-12 | Add optoion GENERIC.local include to the end of ~all GENERIC configs | abs |
| 2023-02-11 | Add comments that "options VAX410" also supports VS3100/m30,m38,m40,m48. | tsutsui |
| 2023-02-11 | Port rasops'fied smg(4) framebuffer driver for VS3100 from OpenBSD/vax. | tsutsui |
| 2023-02-06 | Add a support for gpx(4) color framebuffer found on VAXstation 3100. | tsutsui |
| 2023-01-29 | Make a vax bootloader work on 8MB VAXen. | tsutsui |
| 2023-01-24 | mark unused arguments as such | christos |
| 2023-01-13 | Make sure to call wsfont_init(9) as other framebuffer drivers. | tsutsui |
| 2022-12-12 | vsbus vax: sprinkle volatile for register accesses | jakllsch |
| 2022-12-11 | Support save/restore of AST levels in the PCB for context switching. | oster |
| 2022-12-10 | Don't let compiler optimize out the framebuffer probe in lcg_match() by | jakllsch |
| 2022-10-31 | s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments. | andvar |
| 2022-10-27 | vax/qvaux(4): Convert to ttylock/ttyunlock. | riastradh |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-10-11 | fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ and | andvar |
| 2022-09-29 | swwdog(4): Add to GENERIC kernels. | riastradh |
| 2022-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-08-07 | UFS/LFS dirhash: | simonb |
| 2022-07-26 | s/functin/function/ in copy pasted comment. | andvar |
| 2022-07-06 | fix various typos in comments. | andvar |
| 2022-05-29 | le(4): Fix resource leaks for error paths. | rin |
| 2022-05-24 | s/entrace/entrance/ in copy pasted comment. | andvar |
| 2022-04-25 | libsa now needs ioctl support to handle media with large sectors. | mlelstv |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2022-04-06 | Nix trailing whitespace in files of membars, atomics, and lock stubs. | riastradh |
| 2022-03-03 | vax: Use device_set_private. | riastradh |
| 2022-02-13 | vax: __cpu_simple_lock audit. | riastradh |
| 2022-02-12 | __cpu_simple_lock(9): Omit needless barriers in init. | riastradh |
| 2022-02-12 | sys: Omit vestigial struct devices in softcs after device_t split. | riastradh |
| 2022-02-12 | sys: Fix various abuse of struct device internals. | riastradh |
| 2022-02-11 | vax: Remove a vestige from before the device_t/softc split. | riastradh |
| 2021-12-05 | s/commmand/command/ in comment. | msaitoh |
| 2021-12-05 | s/implictily/implicitly/ in comment. | msaitoh |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-10-29 | Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. | thorpej |
| 2021-10-28 | The genassym code in libc also needs struct sigcontext13 | christos |
| 2021-10-27 | The stupid CPP has proven me too clever by half. | thorpej |
| 2021-10-27 | Use the signal trampoline version constants from <sys/signal.h>. | thorpej |
| 2021-10-27 | Centrally define constants that define the signal return trampoline | 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-10-12 | fix various typos, mainly in comments. | andvar |
| 2021-10-04 | s/userpsace/userspace/ | andvar |