Age | Commit message (Expand) | Author |
2022-09-18 | Define PMU_ADB_CMD and PMU_INT_ACK | George Koehler |
2022-09-08 | macppc: cpu_initclocks: install tb_timecounter before cpu_startclock() | Scott Soule Cheloha |
2022-09-05 | Fix file specification, zap partition bits, rectify disk naming errors | Klemens Nanni |
2022-09-04 | spelling | Jonathan Gray |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-08-29 | remove unused macppc headers | Jonathan Gray |
2022-07-24 | macppc, powerpc: retrigger deferred DEC interrupts from splx(9) | Scott Soule Cheloha |
2022-07-20 | move to 7.2-beta. this gets done very early, to avoid finding out | Theo de Raadt |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
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 |