| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disambiguate expressions. |  visa | 2021-03-21 | 1 | -3/+3 |
| * | spelling |  jsg | 2021-03-11 | 12 | -35/+35 |
| * | Make kernel ld.script similar to octeon's on loongson and sgi. |  visa | 2021-02-18 | 1 | -7/+37 |
| * | Leave out gp initialization from kernel entry on mips64 |  visa | 2021-02-11 | 3 | -7/+2 |
| * | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 2021-02-04 | 3 | -3/+6 |
| * | 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 | 4 | -4/+9 |
| * | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 4 | -10/+10 |
| * | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 6 | -15/+6 |
| * | Userland timecounter implementation for octeon |  visa | 2020-07-18 | 1 | -2/+2 |
| * | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 3 | -6/+6 |
| * | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 3 | -4/+31 |
| * | 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 | -5/+0 |
| * | Adjust sgi bootblocks' iostrategy routines |  visa | 2020-06-06 | 2 | -4/+12 |
| * | Let sgi bootblocks build again. |  visa | 2020-06-06 | 1 | -4/+4 |
| * | Fix previous commit. |  visa | 2020-06-06 | 1 | -2/+2 |
| * | cpu_rnd_messybits() for mips64 |  visa | 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 |
| * | Retire <machine/varargs.h>. |  visa | 2020-05-27 | 1 | -5/+0 |
| * | sgi had the same bug as sparc64 -- failed to put readdir and fchmod |  deraadt | 2020-05-26 | 1 | -3/+6 |
| * | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 2020-05-26 | 1 | -2/+2 |
| * | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 2020-05-26 | 1 | -1/+7 |
| * | fchmod() will be needed soon. |  deraadt | 2020-05-25 | 1 | -2/+2 |
| * | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 2020-05-25 | 1 | -12/+18 |
| * | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 6 | -64/+64 |
| * | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 6 | -19/+19 |
| * | Use <dev/clock_subr.h> in dsclock(4). |  visa | 2020-05-21 | 1 | -34/+43 |
| * | Use <dev/clock_subr.h> in dpclock(4). |  visa | 2020-05-21 | 1 | -31/+42 |
| * | Use <dev/clock_subr.h> in dsrtc(4). |  visa | 2020-05-21 | 1 | -65/+82 |
| * | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; |  jmc | 2020-04-23 | 1 | -6/+6 |
| * | Fix some of the more esoteric bus_space functions. The |  kettenis | 2020-04-14 | 1 | -7/+8 |
| * | Build bootecoff with divdi3.c. bootecoff needs __divdi3, |  visa | 2020-04-06 | 1 | -2/+2 |
| * | Enable FFS2 in sgi bootblocks and ramdisks. |  visa | 2020-04-06 | 9 | -11/+18 |
| * | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 2020-02-05 | 1 | -2/+2 |
| * | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -5/+2 |
| * | wire up pppac(4) to some majors on each arch. |  dlg | 2020-01-23 | 1 | -1/+2 |
| * | Import dt(4) a driver and framework for Dynamic Profiling. |  mpi | 2020-01-21 | 1 | -2/+3 |
| * | Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. |  visa | 2019-12-20 | 2 | -8/+8 |
| * | Replace a lonely TRUE. |  visa | 2019-12-20 | 1 | -2/+2 |
| * | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 2019-12-17 | 4 | -4/+9 |
| * | Retguard will start using sections named ".openbsd.randomdata.retguard.*" |  guenther | 2019-11-09 | 1 | -1/+8 |
| * | The compiler -pg option implies -fno-ret-protector, as we want to disable |  guenther | 2019-11-07 | 1 | -2/+2 |
| * | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 2 | -3/+8 |
| * | merge version directly into code |  deraadt | 2019-10-28 | 3 | -50/+5 |
| * | sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ |  cheloha | 2019-10-17 | 2 | -4/+4 |
| * | Implement splassert() on mips64. |  visa | 2019-09-05 | 1 | -1/+17 |
| * | Adjust interrupt priority levels on mips64 so that priorities |  visa | 2019-09-05 | 1 | -23/+20 |
| * | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ |  cheloha | 2019-09-04 | 6 | -18/+6 |
| * | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2019-08-03 | 1 | -3/+3 |