| Age | Commit message (Expand) | Author |
| 2023-05-08 | Ugly hack to fix the builds. | skrll |
| 2023-05-03 | Driver for the MNT ZZ9000 Zorro board. Submitted by Alain Runa. | phx |
| 2022-07-05 | s/odly/oddly/ in comments. | andvar |
| 2022-05-30 | s/identifing/identifying/ and s/multipler/multiplier/ in comments. | andvar |
| 2022-05-18 | fix typos in word "access" and it derivatives, mainly in comments. | andvar |
| 2022-03-28 | sys: Split struct device into a private device_impl.h. | riastradh |
| 2022-03-16 | s/paniced/panicked/ and s/borken/broken/ in comments. | andvar |
| 2022-02-16 | powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks. | riastradh |
| 2021-12-05 | s/invlid/invalid/ in comment. | msaitoh |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-12 | s/iterrupt sever/interrupt server/ | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-27 | The Amiga and Atari ports abuse some autoconfiguration internals as part | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-08-10 | Fix siginfo support for amiga, mac68k, and sun3: | rin |
| 2020-07-21 | Align tmpstk to 4-byte boundary in the same manner as mac68k. | rin |
| 2020-06-19 | Keep the top of stack zero as other m68k ports do | rin |
| 2020-05-05 | PR port-amiga/55233 Process hangs indefinitely if not calling syscalls for a ... | ad |
| 2020-02-20 | G/C | skrll |
| 2020-02-17 | G/C LS{SLEEP,RUN,ONPROC} | skrll |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-04-03 | centralize setdisklabel(9) | christos |
| 2019-03-19 | G/C a couple of lingering instances of addupc(). There is still some bit- | thorpej |
| 2019-02-24 | cnpollc needs to be called before cngetc | jandberg |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-12-05 | build fix for M68020,M68030. gcc complains about the local typedef that | mlelstv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-03-05 | can't use fnop directly now, explain why. | christos |
| 2017-08-20 | spl leak, found by mootja | maxv |
| 2017-08-15 | Fix check of AmigaDOS environment vector for nonstandard disklabel values. | mlelstv |
| 2017-08-15 | Simplify. error is constant, so replace it by its value. NFCI | maya |
| 2017-07-02 | remove the single use of f_pad... | christos |
| 2017-03-12 | use printf format macros for fixed-sized integers. | mlelstv |
| 2017-02-27 | If lp->d_secsize is updated, we need to reallocate the buffer. | rin |
| 2017-02-25 | multiply the missing factor to offset when sorting partitions | rin |
| 2017-02-25 | fix off-by-one | rin |
| 2016-12-23 | Remove conflicting declaration of physmem | maya |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2016-10-03 | Add a driver for MNTMN VA2000. | rkujawa |
| 2016-04-02 | appease compiler. Fixes options MODULAR build. | mlelstv |
| 2015-11-12 | Xorg for amiga via wsfb. Currently available on CV64 and CV64/3D. More | phx |
| 2015-07-04 | Remove a dead continue. | maxv |
| 2015-06-13 | btoc is already rounding up to click size, use predefined ctod macro | mlelstv |
| 2015-06-07 | Fix space calculation for dump header. Round up to clicks to avoid | mlelstv |
| 2015-03-04 | Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. | mlelstv |
| 2015-01-16 | Fixed crash of A4000 IDE due to uninitialised bus_space_tag and bus_space | phx |
| 2014-09-21 | remove dead code | christos |
| 2014-08-24 | use RAW_PART to trigger read of disklabel, other units might by busy due | mlelstv |
| 2014-08-06 | Remove duplicated initializer. | joerg |