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