summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
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
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06wire up kstat(4)David Gwynne
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-06Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-25Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into h...Theo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-18Move boot.mac into the Attic.Patrick Wildt
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromMark Kettenis
2020-05-01Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-04-15Commented WITNESS entry.Martin Pieuchot
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-05crank to 6.7-betaTheo de Raadt