| Commit message (Expand) | Author | Age | Files | Lines |
| * | Return EOPNOTSUPP for unsupported ioctls |  kn | 2021-03-26 | 1 | -16/+6 |
| * | Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances |  deraadt | 2021-03-15 | 1 | -5/+1 |
| * | spelling |  jsg | 2021-03-11 | 8 | -17/+17 |
| * | ofw_read_mem_regions() can skip calculation of physmem. pmap.c |  deraadt | 2021-03-09 | 1 | -5/+1 |
| * | timecounting: use C99-style initialization for all timecounter structs |  cheloha | 2021-02-23 | 1 | -2/+9 |
| * | 6.9-beta |  deraadt | 2021-02-06 | 1 | -2/+2 |
| * | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 2021-02-04 | 1 | -1/+2 |
| * | satisfy -fno-common |  deraadt | 2021-01-30 | 2 | -4/+4 |
| * | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 2021-01-28 | 1 | -4/+4 |
| * | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2021-01-23 | 2 | -2/+5 |
| * | Refactor klist insertion and removal |  visa | 2020-12-25 | 1 | -3/+3 |
| * | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 2 | -4/+4 |
| * | Teach lld to link the macppc kernel |  gkoehler | 2020-11-29 | 1 | -4/+15 |
| * | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 2020-11-28 | 2 | -14/+32 |
| * | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 2020-11-08 | 1 | -3/+5 |
| * | Set initial default display brightness via of_setbrightness() to ensure |  tobhe | 2020-11-02 | 1 | -2/+2 |
| * | Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl display |  tobhe | 2020-10-27 | 1 | -2/+2 |
| * | Define ws_get/set_param for macppc using ofw brightness and backlight |  tobhe | 2020-10-26 | 1 | -1/+63 |
| * | Increase CLAIM_LIMIT from 11M to 14M to make room for retguard |  gkoehler | 2020-10-03 | 2 | -5/+5 |
| * | Fix eeprom(8) error when setting variables |  kn | 2020-09-21 | 1 | -2/+6 |
| * | crank to 6.8-beta |  deraadt | 2020-08-31 | 1 | -2/+2 |
| * | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 4 | -12/+4 |
| * | Userland timecounter for macppc |  gkoehler | 2020-07-17 | 2 | -4/+4 |
| * | The PowerPC/Power ISA Time Base is a 64-bit register, so we can use the |  naddy | 2020-07-12 | 1 | -2/+2 |
| * | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 2 | -4/+4 |
| * | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+25 |
| * | wire up kstat(4) |  dlg | 2020-07-06 | 1 | -2/+3 |
| * | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 2020-06-30 | 1 | -3/+0 |
| * | Move PowerBook5,4 audio from aoa(4) to snapper(4). |  gkoehler | 2020-06-06 | 2 | -3/+11 |
| * | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 2020-06-05 | 1 | -10/+1 |
| * | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 1 | -1/+10 |
| * | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 1 | -2/+1 |
| * | Retire <machine/varargs.h>. |  visa | 2020-05-27 | 1 | -3/+0 |
| * | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 2020-05-26 | 1 | -2/+2 |
| * | Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into howto |  deraadt | 2020-05-25 | 2 | -2/+7 |
| * | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 2 | -6/+6 |
| * | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 2 | -4/+4 |
| * | Move boot.mac into the Attic. |  patrick | 2020-05-18 | 3 | -310/+0 |
| * | Make inittodr() and resettodr() MI. |  kettenis | 2020-05-16 | 1 | -93/+1 |
| * | Initialize the timeval passed to todr_gettime() with the base time from |  kettenis | 2020-05-11 | 1 | -1/+4 |
| * | Use the same inittodr()/resettodr() implementation as on |  kettenis | 2020-05-01 | 2 | -83/+114 |
| * | Commented WITNESS entry. |  mpi | 2020-04-15 | 1 | -1/+2 |
| * | Abstract the head of knote lists. This allows extending the lists, |  visa | 2020-04-07 | 1 | -3/+3 |
| * | crank to 6.7-beta |  deraadt | 2020-04-05 | 1 | -2/+2 |
| * | Make the OpenFirmware functions work with clang. |  gkoehler | 2020-04-02 | 4 | -170/+212 |
| * | Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@ |  otto | 2020-03-16 | 3 | -9/+15 |
| * | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 2020-02-20 | 1 | -2/+2 |
| * | try disconnecting old world boot.mac bootloader for a bit |  tedu | 2020-01-26 | 1 | -2/+2 |
| * | mesh(4) is old world and only new world macppc hardware is supported. |  krw | 2020-01-24 | 1 | -1200/+0 |
| * | mesh(4) is old world and only new world macppc hardware is supported. |  krw | 2020-01-24 | 3 | -9/+3 |