Age | Commit message (Expand) | Author |
2020-09-24 | the legacy need_resched macro to access per-cpu value is no longer needed | Theo de Raadt |
2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep | Theo de Raadt |
2020-09-24 | Error out if ok_chars and cancel_chars overlap | Theo Buehler |
2020-09-24 | Fix a number of leaks in the UI_dup_* functions | Theo Buehler |
2020-09-24 | Push ERR_R_MALLOC_FAILURE onto the error stack | Theo Buehler |
2020-09-24 | Make free_strings() NULL safe | Theo Buehler |
2020-09-24 | KNF and grammar tweaks for comments; wrap a few overlong prototypes. | Theo Buehler |
2020-09-24 | Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function. | Joel Sing |
2020-09-24 | Release read and write buffers using freezero(). | Joel Sing |
2020-09-24 | mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched, | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-24 | Cleanup logging, print SPIs where it makes sense. | tobhe |
2020-09-24 | When operating in NX mode, GUCODE_SEL can cover the entire userland | Theo de Raadt |
2020-09-24 | Make sure we fetch the CS limit of the CPU the trap happened on. It is | Mark Kettenis |
2020-09-24 | On removing an rtable | kn |
2020-09-24 | Remove trailing white spaces. | Martin Pieuchot |
2020-09-24 | Always ask the kernel about current hw.perfpolicy | Jeremie Courreges-Anglas |
2020-09-23 | sync | Theo de Raadt |
2020-09-23 | |= is not supposed to be spelled += | Theo de Raadt |
2020-09-23 | Revert agentx support for now, we're too close to release. | Martijn van Duren |
2020-09-23 | add 6.9 syspatch pubkey | Robert Nagy |
2020-09-23 | Revert agentx support for now, we're too close to release. | Martijn van Duren |
2020-09-23 | Ensure chain is set on the X509_STORE_CTX before triggering callback. | Joel Sing |
2020-09-23 | Add support for agentx to smtpd. | Martijn van Duren |
2020-09-23 | Fix declaration of `routedomain'. It's not external here. | mvs |
2020-09-23 | Don't pass the -dynamic-linker flag to ld when linking statically. | Todd C. Miller |
2020-09-23 | Add support for agentx to vmd. | Martijn van Duren |
2020-09-23 | Remove 'void *sc_sdhook' member of sd_softc. | Kenneth R Westerback |
2020-09-23 | shuffle "extern int cpu_pae" into cpu.h, as the number of users will soon | Theo de Raadt |
2020-09-23 | Escape+Up and the other arrow keys should be kept as Escape+Up and not | Nicholas Marriott |
2020-09-23 | Add new 'set cert_partial_chain' config option to allow verification of | tobhe |
2020-09-23 | Zap code remnants of the "cool running mode" (removed in 2014) | Jeremie Courreges-Anglas |
2020-09-23 | Use an IPI, so hw.setperf affects all cores in the mp kernel. | gkoehler |
2020-09-22 | disable POOL_DEBUG in preparation for release | Sebastian Benoit |
2020-09-22 | Use user prompt for ps(1) and netstat(1) examples | kn |
2020-09-22 | Add "netstat -R" example | kn |
2020-09-22 | sync | Theo de Raadt |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-22 | Document locks which protect `rtpcb' struct members. | mvs |
2020-09-22 | whitespace | tobhe |
2020-09-22 | Allow handling long lines in an aliases table. | Martijn van Duren |
2020-09-22 | Comment out SSL_get0_peername(3) for the OpenBSD 6.8 release | Ingo Schwarze |
2020-09-22 | On sh architecture, general_exception() handles regular traps as well as | Theo de Raadt |
2020-09-22 | Move a sentence to the right command. | Nicholas Marriott |
2020-09-22 | When doing unattended upgrade (i.e. sysupgrade(8)) on systems with | Florian Obser |
2020-09-22 | Spell inline correctly. | Martin Pieuchot |
2020-09-22 | Kill outdated comment, pmap_enter(9) doesn't sleep. | Martin Pieuchot |
2020-09-22 | timeout(9): timeout_run(): read to_process before leaving timeout_mutex | cheloha |
2020-09-22 | reword ambiguous title line; | Ingo Schwarze |
2020-09-22 | Add a libagentx reference here as well. | Martijn van Duren |