summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return EOPNOTSUPP for unsupported ioctlskn2021-03-261-16/+6
* Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesderaadt2021-03-151-5/+1
* spellingjsg2021-03-118-17/+17
* ofw_read_mem_regions() can skip calculation of physmem. pmap.cderaadt2021-03-091-5/+1
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* 6.9-betaderaadt2021-02-061-2/+2
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* satisfy -fno-commonderaadt2021-01-302-4/+4
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* Refactor klist insertion and removalvisa2020-12-251-3/+3
* Use daddr_t and not daddr32_t in boot media.krw2020-12-092-4/+4
* Teach lld to link the macppc kernelgkoehler2020-11-291-4/+15
* Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2020-11-282-14/+32
* In case of failure, call sigexit() from trapsignal instead of sensig().mpi2020-11-081-3/+5
* Set initial default display brightness via of_setbrightness() to ensuretobhe2020-11-021-2/+2
* Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl displaytobhe2020-10-271-2/+2
* Define ws_get/set_param for macppc using ofw brightness and backlighttobhe2020-10-261-1/+63
* Increase CLAIM_LIMIT from 11M to 14M to make room for retguardgkoehler2020-10-032-5/+5
* Fix eeprom(8) error when setting variableskn2020-09-211-2/+6
* crank to 6.8-betaderaadt2020-08-311-2/+2
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-264-12/+4
* Userland timecounter for macppcgkoehler2020-07-172-4/+4
* The PowerPC/Power ISA Time Base is a 64-bit register, so we can use thenaddy2020-07-121-2/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-102-4/+4
* Add support for timeconting in userland.pirofti2020-07-062-2/+25
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-3/+0
* Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2020-06-062-3/+11
* Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy2020-06-051-10/+1
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Retire <machine/varargs.h>.visa2020-05-271-3/+0
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into howtoderaadt2020-05-252-2/+7
* change wsdisplay attribute type from long to uint32_tjsg2020-05-252-6/+6
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-252-4/+4
* Move boot.mac into the Attic.patrick2020-05-183-310/+0
* Make inittodr() and resettodr() MI.kettenis2020-05-161-93/+1
* Initialize the timeval passed to todr_gettime() with the base time fromkettenis2020-05-111-1/+4
* Use the same inittodr()/resettodr() implementation as onkettenis2020-05-012-83/+114
* Commented WITNESS entry.mpi2020-04-151-1/+2
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* crank to 6.7-betaderaadt2020-04-051-2/+2
* Make the OpenFirmware functions work with clang.gkoehler2020-04-024-170/+212
* Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@otto2020-03-163-9/+15
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-2/+2
* try disconnecting old world boot.mac bootloader for a bittedu2020-01-261-2/+2
* mesh(4) is old world and only new world macppc hardware is supported.krw2020-01-241-1200/+0
* mesh(4) is old world and only new world macppc hardware is supported.krw2020-01-243-9/+3