Age | Commit message (Expand) | Author |
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 |
2018-11-15 | fix typos in comments; from miod | Jason McIntyre |
2018-11-08 | Remove cardbus and pcmcia debug options that we don't enable on other | Mark Kettenis |
2018-09-20 | grow alpha and hppa media to accomodate some recent growth | Theo de Raadt |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-07-20 | Missed a 'ksi' -> '*ksip' change in previous commit | Philip Guenther |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-06-08 | Constipate all the struct lock_type's so they go into .rodata | Philip Guenther |
2018-05-22 | Delete antique sigdebug definitions | Philip Guenther |
2018-05-14 | Relax the way irqs are assigned. This diff does: | Mark Kettenis |
2018-05-14 | Expose memory barriers to userland. | Mark Kettenis |
2018-05-04 | Initialize st_count in db_save_stack_trace(). | Visa Hankala |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | 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 |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. | Theo Buehler |
2018-01-27 | Sync the nam2blk entries with the bdevsw table, which is the | Christian Weisgerber |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-04 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |