summaryrefslogtreecommitdiff
path: root/sys/arch/x68k
AgeCommit message (Expand)Author
2023-03-28s/ourput/output/ in comment.andvar
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2023-02-06Remove an obsolete comment.tsutsui
2023-01-11Add udivdi3/umoddi3 (and ashldi3) that were required by recent UFS change.isaki
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-08-07UFS/LFS dirhash:simonb
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-07-16The system should halt if the powerdown fails.isaki
2022-07-16Style fixes.isaki
2022-06-25Fix build without EXTENDED_MEMORY.isaki
2022-06-25Fix more unintended diffs from a wrong branch.tsutsui
2022-06-25Restore EUC-JP support broken since rev 1.16.tsutsui
2022-06-25Add a minimum box drawing character support for x68k ite(4).tsutsui
2022-06-25Add rnd(9) entropy source from keyboard.tsutsui
2022-06-24Make local functions static.tsutsui
2022-06-23x68k/stand: Merge {sd,cd}strategy and {sd,cd}close respectively.isaki
2022-06-21x68k/stand: Bump boot's version. Fix blocksize parameter passes to SCSI IOCS.isaki
2022-06-21x68k/stand: Correct blocksize in case of CD.isaki
2022-06-21x68k/stand: Correct a condition expression.isaki
2022-06-11Specify -fno-unwind-tables to shrink binaries.tsutsui
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-28fix various typos, mainly in comments.andvar
2022-05-26Remove duplicated function declarations.tsutsui
2022-05-26Explicitly include "ioconf.h" for struct cfdriver.tsutsui
2022-05-26KNF a bit.tsutsui
2022-05-26Make a readonly array const.tsutsui
2022-05-26Make readonly keymap data const.tsutsui
2022-05-26Make local functions and variable static.tsutsui
2022-05-24s/entrace/entrance/ in copy pasted comment.andvar
2022-05-23Remove unused variables.tsutsui
2022-05-23Make local functions and variable static.tsutsui
2022-05-23Fix a wrong comment about mouse buttons, probably derived from Inside X68000.tsutsui
2022-05-23Add comments why delta Y of mouse input is inverted.tsutsui
2022-05-04fix various typos in comments and log messages.andvar
2022-04-25libsa now needs ioctl to support media with large sectors. Providemlelstv
2022-03-29x68k/ite(4): Include <sys/device_impl.h> to abuse autoconf internals.riastradh
2022-02-04Add missing -m68020-60 option. This makes xxboot_ustarfs work even on 68060.isaki
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2021-12-17Correct copypaste comment grammar.skrll
2021-12-17Trailing whitespaceskrll
2021-12-15-W === -Wextrachristos
2021-12-15remove naked -Wchristos
2021-11-10s/procesing/processing/ in comment.msaitoh
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-10-09Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-26Driver "kqfilter" entry points return an error code, so if an invalidthorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-25Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui