Age | Commit message (Expand) | Author |
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 |
2021-02-06 | 6.9-beta | Theo de Raadt |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-30 | satisfy -fno-common | Theo de Raadt |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-29 | Teach lld to link the macppc kernel | gkoehler |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-02 | Set initial default display brightness via of_setbrightness() to ensure | tobhe |
2020-10-27 | Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl display | tobhe |
2020-10-26 | Define ws_get/set_param for macppc using ofw brightness and backlight | tobhe |
2020-10-03 | Increase CLAIM_LIMIT from 11M to 14M to make room for retguard | gkoehler |
2020-09-21 | Fix eeprom(8) error when setting variables | kn |
2020-08-31 | crank to 6.8-beta | Theo de Raadt |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-07-17 | Userland timecounter for macppc | gkoehler |
2020-07-12 | The PowerPC/Power ISA Time Base is a 64-bit register, so we can use the | Christian Weisgerber |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-06 | Move PowerBook5,4 audio from aoa(4) to snapper(4). | gkoehler |
2020-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into h... | Theo de Raadt |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-18 | Move boot.mac into the Attic. | Patrick Wildt |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |
2020-05-01 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2020-04-15 | Commented WITNESS entry. | Martin Pieuchot |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-05 | crank to 6.7-beta | Theo de Raadt |