Age | Commit message (Expand) | Author |
2016-05-11 | delete SROP mitigation debug code; it works | Theo de Raadt |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-11 | sync | Theo de Raadt |
2016-05-11 | Add on alerts rather than ignoring them if the event has already been | Nicholas Marriott |
2016-05-11 | add OpenBSD 6.1 packages key | Christian Weisgerber |
2016-05-11 | fix compile issues in MD sigreturn(2) | Peter Hessler |
2016-05-11 | fix sigcookie value, address was off due to trapframe nesting | Theo de Raadt |
2016-05-11 | mention ca option in listen directive | Joerg Jung |
2016-05-11 | signify should refer to the future key | Theo de Raadt |
2016-05-11 | add openbsd 6.1 base key | Theo de Raadt |
2016-05-11 | sync | Theo de Raadt |
2016-05-11 | crank to 6.0-beta | Theo de Raadt |
2016-05-11 | Add the sigcontext cookie clearing block, which was missed in the previous | Theo de Raadt |
2016-05-11 | Add RETURN VALUES section and .Xr to memmem(3). | Ingo Schwarze |
2016-05-11 | convert bcopy to memcpy. ok dlg millert | Ted Unangst |
2016-05-11 | Use round_blocksize() to determine the maximum hardware block size (in | Alexandre Ratchov |
2016-05-11 | Another attempt to make the mips64 pmap MP-safe. Now at least | Visa Hankala |
2016-05-11 | Add an efibind.h for arm; from FreeBSD. | Mark Kettenis |
2016-05-11 | Move EFI header files to a location where they can be used on other | Mark Kettenis |
2016-05-11 | Allow top(1) to filter process args if they are being displayed. | Edd Barrett |
2016-05-11 | Dont reuse "mult" local variable. Use separate variable for hardware | Alexandre Ratchov |
2016-05-11 | remove uatraps from "all" as well | Jonathan Gray |
2016-05-11 | Alas all good things come to an end. The U of A traplist is going away as | Bob Beck |
2016-05-10 | If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been | Alexander Bluhm |
2016-05-10 | the bpf_mtap functions take const struct mbuf *s now | David Gwynne |
2016-05-10 | make the bpf tap functions take const struct mbuf * | David Gwynne |
2016-05-10 | Do not close the stdio file desciptors in init(8), but dup2(2) them | Alexander Bluhm |
2016-05-10 | Fix operator precedence error; OK guenther@ millert@ | Tim van der Molen |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-05-10 | The hppa trapframe PC is marked (in the low two bits) to indicate a | Theo de Raadt |
2016-05-10 | go deeper in Term::ReadKey, we don't need smart guesses. | Marc Espie |
2016-05-10 | Fill Xen hypercall page with int3's like the hypervisor does. | Mike Belopuhov |
2016-05-10 | Enable separate compilation while keeping internal interfaces hidden. | Ingo Schwarze |
2016-05-10 | Enable the readline(3) regression test provided by Bastian Maerkisch, | Ingo Schwarze |
2016-05-10 | adapt to recently changed internal interface of read_getcmd() | Ingo Schwarze |
2016-05-10 | make qla_iocb_seg structs 4 byte aligned and use htolem32 to set it. | David Gwynne |
2016-05-10 | Fix next_history() and previous_history(): | Ingo Schwarze |
2016-05-10 | move some argument checking from vmmaction() to start_vm() | Mike Larkin |
2016-05-10 | Fix history_get(): | Ingo Schwarze |
2016-05-10 | typo in comment | Mike Larkin |
2016-05-10 | FFS2 does lazy inode initialization, so try harder to avoid using | Kenneth R Westerback |
2016-05-10 | make bpf_mtap callers set the M_FILDROP flag if they care about it. | David Gwynne |
2016-05-10 | Oops: the caching of TCB address in single-threaded processes on archs with | Philip Guenther |
2016-05-10 | In a signal handler use snprintf()+local buffer instead of asprintf+free | Philip Guenther |
2016-05-10 | Test that various calls can be interrupted in a non-threaded process, | Philip Guenther |
2016-05-10 | rename an unused field in struct kinfo_file (it related to systrace..) | Theo de Raadt |
2016-05-09 | libc stub is gone, so update the description to cover the remaining use | Philip Guenther |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2016-05-09 | 2nd identical definition of PROC_PC macro is not needed | Theo de Raadt |
2016-05-09 | in the http redirect example, also include the requested url instead | T.J. Townsend |