summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2022-02-20move to 7.1-betaTheo de Raadt
2022-02-16change MD gosleep() and sleep_finish() to return int, the MI code will beTheo de Raadt
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15Since acpitoshiba brightness button processing no longer plays gamesTheo de Raadt
2022-02-15when the MI suspend code encounters problems, we need a way toTheo de Raadt
2022-02-15MI disable_lid_wakeups() is not needed, x86 systems can do thisTheo de Raadt
2022-02-14don't deref pointer before test it is safeJonathan Gray
2022-02-12add MP stubsTheo de Raadt
2022-02-12for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdefTheo de Raadt
2022-02-11the sleep_clocks() hook is not needed because the architectures whichTheo de Raadt
2022-02-10Add stubs for macppc suspendGeorge Koehler
2022-02-02Get the pci bus number from the bus-range property when available, ratherMiod Vallat
2022-01-21Enable dt(4)Klemens Nanni
2022-01-02firmare -> firmwareJonathan Gray
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-07Delete an #if block that dates from rev 1.1 and hasn't been enabledPhilip Guenther
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-08-177.0-betaTheo de Raadt
2021-06-23adb(4/macppc): fix adb_cuda_tickle() prototypecheloha
2021-06-14reset ppc_altivec if 'option ALTIVEC' is not present.Matthieu Herrb
2021-05-10Add ld.script for macppc kernel, ofwbootgkoehler
2021-03-26Return EOPNOTSUPP for unsupported ioctlskn
2021-03-15Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesTheo de Raadt
2021-03-11spellingJonathan Gray
2021-03-09ofw_read_mem_regions() can skip calculation of physmem. pmap.cTheo de Raadt
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-066.9-betaTheo de Raadt
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-11-29Teach lld to link the macppc kernelgkoehler
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-11-02Set initial default display brightness via of_setbrightness() to ensuretobhe
2020-10-27Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl displaytobhe
2020-10-26Define ws_get/set_param for macppc using ofw brightness and backlighttobhe
2020-10-03Increase CLAIM_LIMIT from 11M to 14M to make room for retguardgkoehler
2020-09-21Fix eeprom(8) error when setting variableskn
2020-08-31crank to 6.8-betaTheo de Raadt
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-07-17Userland timecounter for macppcgkoehler
2020-07-12The PowerPC/Power ISA Time Base is a 64-bit register, so we can use theChristian Weisgerber
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt