Age | Commit message (Expand) | Author |
2022-05-23 | Neither macppc nor the retired loongson have any remaining useful | Kenneth R Westerback |
2022-05-19 | Not so recent evolution of the PowerPC and POWER architectures have defined | Miod Vallat |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-26 | Enable mtw(4) on i386, macppc, and arm64. | Stefan Sperling |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-13 | Constify struct cfattach. | Martin Pieuchot |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-21 | interrunts -> interrupts | Jonathan Gray |
2022-02-20 | move to 7.1-beta | Theo de Raadt |
2022-02-16 | change MD gosleep() and sleep_finish() to return int, the MI code will be | Theo de Raadt |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-15 | Since acpitoshiba brightness button processing no longer plays games | Theo de Raadt |
2022-02-15 | when the MI suspend code encounters problems, we need a way to | Theo de Raadt |
2022-02-15 | MI disable_lid_wakeups() is not needed, x86 systems can do this | Theo de Raadt |
2022-02-14 | don't deref pointer before test it is safe | Jonathan Gray |
2022-02-12 | add MP stubs | Theo de Raadt |
2022-02-12 | for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdef | Theo de Raadt |
2022-02-11 | the sleep_clocks() hook is not needed because the architectures which | Theo de Raadt |
2022-02-10 | Add stubs for macppc suspend | George Koehler |
2022-02-02 | Get the pci bus number from the bus-range property when available, rather | Miod Vallat |
2022-01-21 | Enable dt(4) | Klemens Nanni |
2022-01-02 | firmare -> firmware | Jonathan Gray |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-12-07 | Delete an #if block that dates from rev 1.1 and hasn't been enabled | Philip Guenther |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-08-17 | 7.0-beta | Theo de Raadt |
2021-06-23 | adb(4/macppc): fix adb_cuda_tickle() prototype | cheloha |
2021-06-14 | reset ppc_altivec if 'option ALTIVEC' is not present. | Matthieu Herrb |
2021-05-10 | Add ld.script for macppc kernel, ofwboot | gkoehler |
2021-03-26 | Return EOPNOTSUPP for unsupported ioctls | kn |
2021-03-15 | Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances | Theo de Raadt |
2021-03-11 | spelling | Jonathan Gray |
2021-03-09 | ofw_read_mem_regions() can skip calculation of physmem. pmap.c | Theo de Raadt |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-06 | 6.9-beta | Theo de Raadt |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-30 | satisfy -fno-common | Theo de Raadt |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-29 | Teach lld to link the macppc kernel | gkoehler |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-02 | Set initial default display brightness via of_setbrightness() to ensure | tobhe |
2020-10-27 | Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl display | tobhe |