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