Age | Commit message (Expand) | Author |
2021-02-18 | Make kernel ld.script similar to octeon's on loongson and sgi. | Visa Hankala |
2021-02-11 | Leave out gp initialization from kernel entry on mips64 | Visa Hankala |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
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-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-07-18 | Userland timecounter implementation for octeon | Visa Hankala |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | 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 | Adjust sgi bootblocks' iostrategy routines | Visa Hankala |
2020-06-06 | Let sgi bootblocks build again. | Visa Hankala |
2020-06-06 | Fix previous commit. | Visa Hankala |
2020-06-05 | cpu_rnd_messybits() for mips64 | Visa Hankala |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | sgi had the same bug as sparc64 -- failed to put readdir and fchmod | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-25 | fchmod() will be needed soon. | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | 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-21 | Use <dev/clock_subr.h> in dsclock(4). | Visa Hankala |
2020-05-21 | Use <dev/clock_subr.h> in dpclock(4). | Visa Hankala |
2020-05-21 | Use <dev/clock_subr.h> in dsrtc(4). | Visa Hankala |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-04-14 | Fix some of the more esoteric bus_space functions. The | Mark Kettenis |
2020-04-06 | Build bootecoff with divdi3.c. bootecoff needs __divdi3, | Visa Hankala |
2020-04-06 | Enable FFS2 in sgi bootblocks and ramdisks. | Visa Hankala |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2019-12-20 | Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. | Visa Hankala |
2019-12-20 | Replace a lonely TRUE. | Visa Hankala |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-28 | merge version directly into code | Theo de Raadt |
2019-10-17 | sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-09-05 | Implement splassert() on mips64. | Visa Hankala |
2019-09-05 | Adjust interrupt priority levels on mips64 so that priorities | Visa Hankala |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-06-30 | Compute address for ll/sc only once. | Visa Hankala |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |