Age | Commit message (Expand) | Author |
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-14 | 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-26 | iodcstrategy() maintains a cache for READ performance (tapes are supported | Theo de Raadt |
2020-05-17 | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. | Theo de Raadt |
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-18 | Sync existing stacktrace_save() implementations | Visa Hankala |
2020-03-12 | Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@ | Otto Moerbeek |
2020-03-06 | lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9) | cheloha |
2020-01-24 | Use major 32 for dt(4). | Martin Pieuchot |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-10 | TRUE/FALSE conversions missed in previous. | Martin Pieuchot |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-06 | ANSIfy functions and get rid of boolean_t. | Martin Pieuchot |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-20 | Improve previous | kn |
2019-10-20 | Document "set db_console 0|1" | kn |
2019-10-12 | hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-06-11 | Remove unused scheduler related definitions. | Martin Pieuchot |
2019-06-01 | Refactor the MAP_STACK feature, and introduce another similar variation: | Theo de Raadt |
2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). | Mark Kettenis |
2019-04-23 | Remove file name and line number output from witness(4) | Visa Hankala |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ | anton |
2018-12-28 | Fix dino at uturn attachment. From miod@ | Mark Kettenis |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-11-15 | one more typo noticed while pasting miod a reply; | Jason McIntyre |