summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-04remove ability to specify root/dump/swap on st(4)Jonathan Gray
2024-11-04No need to duplicate the scsi_xfer timeout field in spc_acb.Miod Vallat
2024-10-22put opening { on same line as struct nameJonathan Gray
2024-09-04Fix some spelling.Marcus Glocker
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-01Move common definitions into the header file.Kenji Aoyama
2024-05-22remove prototypes with no matching function; ok miod@Jonathan Gray
2024-05-02Delete extra spaces, change spaces to tab.Kenji Aoyama
2024-03-30Use illop1 as failure instruction in the locore gap file.Miod Vallat
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2023-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-10-08Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb".Kenji Aoyama
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-11Remove unnecessary <sys/selinfo.h> includes.Vitaliy Makkoveev
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-08-05Inform 8bpp capability on 8bpp framebuffer inKenji Aoyama
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-06-18Add fchmod() entry in luna88k bootloader.Kenji Aoyama
2023-06-18Fix SCSI CMD_WRITE_EXT command length to 10 bytes.Kenji Aoyama
2023-06-15all platforms, main(): call clockqueue_init() just before sched_init_cpu()Scott Soule Cheloha
2023-04-10spellingJonathan Gray
2023-03-13Add "machine poweroff" command on luna88k bootloader.Kenji Aoyama
2023-03-11Add missing $OpenBSD$ tag.Kenji Aoyama
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-24Change to use the default bsd.prog.mk "install" target.Kenji Aoyama
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-23Make bootloader 'time' command work correctly on luna88k.Kenji Aoyama
2023-02-15Now Puffy comes on luna88k bootloader!Kenji Aoyama
2023-02-11Make 'ls' command in bootloader work correctly on luna88k.Kenji Aoyama
2023-02-10Delete no-longer-used file.Kenji Aoyama
2023-01-27Delete get_plane_numbers() function.Kenji Aoyama
2023-01-23Add Backtab key, based on a change from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-13put man page in the right placeTheo de Raadt
2023-01-12Update luna88k boot procedure; help & tweaks jmc@Miod Vallat
2023-01-10Switch the luna88k boot loader to the MI boot code, to ease future maintainenceMiod Vallat
2022-12-31Let luna88k's bootloader pass RB_GOODRANDOM to the kernel.Kenji Aoyama
2022-12-18Do not save bootdev and boothowto when invalid value has passed.Kenji Aoyama
2022-12-10Fix comments, no binary change.Kenji Aoyama
2022-12-06_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06m88k, luna88k: switch to clockintrScott Soule Cheloha
2022-11-06Change character drawing depth when 'pseudo' framebuffer depth is changed.Kenji Aoyama
2022-11-02Remove audio(9) speaker_ctl(), let open() handle speakers where neededKlemens Nanni
2022-10-28Replace audio(9) get_props() with duplex check in open() in non-duplex driversKlemens Nanni
2022-10-25Add more chance to process IPI in the interrupt service routine.Kenji Aoyama
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-19Remove audio(9) setfd() stubKlemens Nanni
2022-10-15ansiJonathan Gray
2022-10-14Pass boot device information from bootloader to kernel.Kenji Aoyama