Age | Commit message (Expand) | Author |
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 |
2022-10-14 | No point in luna88k setting D_VENDOR since all actual uses are | Kenneth R Westerback |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-09-23 | Delete unused variables originally come from mvme88k. | Kenji Aoyama |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-23 | Added NFS client support to RAMDISK kernel as the same as other platforms. | Kenji Aoyama |
2022-08-13 | avoid uninitialised var when boot_unit has an unexpected value | Jonathan Gray |
2022-08-12 | Fix to work 1bpp Xorg server again on 1bpp framebuffer hardware. | Kenji Aoyama |
2022-08-10 | match other archs use %s for version printf | Jonathan Gray |
2022-08-08 | Change branch condition inverted to realize original intention in | Kenji Aoyama |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-05-19 | Now MULTIPROCESSOR kernel boots with CPU modules installed in | Kenji Aoyama |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-05 | Move initial ROM console related codes into separated luna88k/romcons.c | Kenji Aoyama |
2022-03-05 | Move CPU-CMMU association report into #ifdef DEBUG section. | Kenji Aoyama |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-14 | Delete incomplete implementation of bus_space_{alloc,free} in bus.h. | Kenji Aoyama |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |