summaryrefslogtreecommitdiff
path: root/sys/arch/luna68k/stand
AgeCommit message (Expand)Author
2023-06-24Add comments and remove nonexistent status registers.tsutsui
2023-06-24Fix a wrong cdb size of SCSI disk write command. From OpenBSD/luna88k.tsutsui
2023-04-22Remove ancient /*ARGSUSED*/ comments.tsutsui
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-05s/initialz/initializ/ in comment.msaitoh
2021-09-03Ignore mouse packets to avoid unexpected data handled as keyboard input.tsutsui
2021-08-02fix various typos in comments and log messages.andvar
2021-06-15constifytsutsui
2021-06-15Specify -fno-unwind-tables to shrink binary size. Tested on nono.tsutsui
2021-06-15Fix off-by-one of a number of blocks of probed disks.tsutsui
2021-05-17include libkern.h to get moved dkcksum() definition.mrg
2019-10-27Back out previous - fixed differently by rin already.martin
2019-10-27Define _KERNEL while including reg.h: we need the (now protected) registermartin
2019-06-30Pull OpenBSD/luna88k board.h to define SX9100 board device addresses.tsutsui
2019-05-24LUNA's firmware requires OMAGIC a.out.tsutsui
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-01-02use the right version of ELF2AOUTchristos
2018-09-28Improve codes. No functional changes intended.isaki
2018-09-28Remove unused variable.isaki
2018-09-28Fix a wrong comment.isaki
2018-09-28Add missing link message.isaki
2018-09-04Fix some min/max -> uimin/uimax stragglers.riastradh
2018-02-09Explain what may seem to be a non-sensical assignment, but isn't.jakllsch
2017-11-12Explicitly set NOPIE. GOT seems problematic on elf2aout(1) conversion.tsutsui
2017-10-31undo - pointed out this is a register assignment.christos
2017-10-31PR/52680: David Binderman: Remove dedundant assignment.christos
2017-04-08centralize vers.c building for standalone programs.christos
2016-11-25Add a missing newline in help message.tsutsui
2016-01-17Enable LIBSA_CREAD_NOCRC. PR/50638tsutsui
2015-09-01Use the default boot device if a kernel name without device is specificed.tsutsui
2015-09-01Fix indent.tsutsui
2015-02-14Explicitly denote static functions.tsutsui
2015-02-14Make local readonly arrays static const.tsutsui
2015-02-14Make local functions and variables static.tsutsui
2015-02-14Don't use cnputc() directly in an application layer.tsutsui
2015-02-14Misc KNF and cosmetics.tsutsui
2015-02-14Use proper signedness and exact-width interger types.tsutsui
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-11-21need clock_subr.h for bcdtobin()christos
2014-04-21Fix stupid botches in previous.tsutsui
2014-04-16Use booted device unit if no unit number is specified on boot command.tsutsui
2014-04-16Check a status code and return proper errno in sdstrategy().tsutsui
2014-04-16Appease gcc 4.8 -Wunused-but-set-variable warnings.tsutsui
2014-03-24PR port-luna68k/48677: fix some typos.martin
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2014-01-11Remove unused declarations.tsutsui
2014-01-11Misc KNF and cosmetics.tsutsui