Age | Commit message (Expand) | Author |
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 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-05-25 | Pass boothowto from bootblock to kernel | Theo de Raadt |
2020-05-25 | Add support for write operations to diskstrategy(). | Theo de Raadt |
2020-05-23 | remove ifdef'd out tc fb cnattach bits | Jonathan Gray |
2020-05-23 | remove more cfb and sfb bits | Jonathan Gray |
2020-05-23 | remove cfb and sfb alpha tc fb drivers | Jonathan Gray |
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 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-03-11 | Allow alpha boot(8) to read from an ffs2 filesystem and adapt its | Otto Moerbeek |
2020-03-05 | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG | Claudio Jeker |
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 |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-12-01 | Remove unused test program. | Visa Hankala |
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-07 | ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
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-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-01 | Refactor the MAP_STACK feature, and introduce another similar variation: | Theo de Raadt |
2019-05-13 | free(9) sizes. | Martin Pieuchot |
2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). | Mark Kettenis |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | 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-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-03-24 | Add intr_{disable,restore}() for alpha. | Visa Hankala |
2019-02-24 | Remove -S from install commands | kn |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-09-06 | fix whitespace | Jonathan Gray |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-05-22 | Delete antique sigdebug definitions | Philip Guenther |
2018-04-20 | grammar fixes PTE's -> PTEs | Mike Larkin |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-04-09 | Fill in FRAME_PS after the fact. What a ridiculous design decision. | Theo de Raadt |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |