summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Return EOPNOTSUPP for unsupported ioctlskn1-16/+6
2021-03-15Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesderaadt1-5/+1
2021-03-11spellingjsg8-17/+17
2021-03-09ofw_read_mem_regions() can skip calculation of physmem. pmap.cderaadt1-5/+1
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha1-2/+9
2021-02-066.9-betaderaadt1-2/+2
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton1-1/+2
2021-01-30satisfy -fno-commonderaadt2-4/+4
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2-2/+5
2020-12-25Refactor klist insertion and removalvisa1-3/+3
2020-12-09Use daddr_t and not daddr32_t in boot media.krw2-4/+4
2020-11-29Teach lld to link the macppc kernelgkoehler1-4/+15
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2-14/+32
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().mpi1-3/+5
2020-11-02Set initial default display brightness via of_setbrightness() to ensuretobhe1-2/+2
2020-10-27Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl displaytobhe1-2/+2
2020-10-26Define ws_get/set_param for macppc using ofw brightness and backlighttobhe1-1/+63
2020-10-03Increase CLAIM_LIMIT from 11M to 14M to make room for retguardgkoehler2-5/+5
2020-09-21Fix eeprom(8) error when setting variableskn1-2/+6
2020-08-31crank to 6.8-betaderaadt1-2/+2
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa4-12/+4
2020-07-17Userland timecounter for macppcgkoehler2-4/+4
2020-07-12The PowerPC/Power ISA Time Base is a 64-bit register, so we can use thenaddy1-2/+2
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2-4/+4
2020-07-06Add support for timeconting in userland.pirofti2-2/+25
2020-07-06wire up kstat(4)dlg1-2/+3
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-3/+0
2020-06-06Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2-3/+11
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy1-10/+1
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+10
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-27Retire <machine/varargs.h>.visa1-3/+0
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-25Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into howtoderaadt2-2/+7
2020-05-25change wsdisplay attribute type from long to uint32_tjsg2-6/+6
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg2-4/+4
2020-05-18Move boot.mac into the Attic.patrick3-310/+0
2020-05-16Make inittodr() and resettodr() MI.kettenis1-93/+1
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromkettenis1-1/+4
2020-05-01Use the same inittodr()/resettodr() implementation as onkettenis2-83/+114
2020-04-15Commented WITNESS entry.mpi1-1/+2
2020-04-07Abstract the head of knote lists. This allows extending the lists,visa1-3/+3
2020-04-05crank to 6.7-betaderaadt1-2/+2
2020-04-02Make the OpenFirmware functions work with clang.gkoehler4-170/+212
2020-03-16Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@otto3-9/+15
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowvisa1-2/+2
2020-01-26try disconnecting old world boot.mac bootloader for a bittedu1-2/+2
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.krw1-1200/+0
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.krw3-9/+3