Age | Commit message (Expand) | Author |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-23 | Always check the return values of get_[fsize|bsize|cpg]. | Kenneth R Westerback |
2018-08-23 | import alternative message parser (not used yet). | Eric Faurot |
2018-08-23 | We can safely assume that our utmp(5) file format implementation can guarantee | Ricardo Mestre |
2018-08-23 | reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses a | Ricardo Mestre |
2018-08-23 | reduce pledge(2) to "stdio tty" after ncurses initialization. | Ricardo Mestre |
2018-08-23 | Allow to boot CDROM-only VMs. | Reyk Floeter |
2018-08-23 | memleak introduced in r1.83; from Colin Watson | Damien Miller |
2018-08-23 | remove hwrm interface code for nvram reads and writes, firmware updates, | Jonathan Matthew |
2018-08-23 | rearrange txeof so it processes slots up to the index given in the | Jonathan Matthew |
2018-08-23 | set interrupt aggregation parameters so we get around 10000 interrupts | Jonathan Matthew |
2018-08-22 | Initialize bridge registers instead of relying on ppb(4) to do it for us. | Mark Kettenis |
2018-08-22 | Use a monotonic clock for the benchmark timeout. | cheloha |
2018-08-22 | Add StatusLeft and StatusRight mouse key modifiers for the left and | Nicholas Marriott |
2018-08-22 | frag6_slowtimo: push NET_LOCK into frag6_freef around icmp6_error. | cheloha |
2018-08-22 | Correct session ticket encryption. | Joel Sing |
2018-08-22 | Let /etc/installurl default to cdn.openbsd.org if it doesn't exist and no | Theo Buehler |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-22 | Work well with the Dynastream ANTUSB-m, from Jan Klemkow. | Martin Pieuchot |
2018-08-22 | regen | Martin Pieuchot |
2018-08-22 | Dynastream ANTUSB-m, from Jan Klemkow. | Martin Pieuchot |
2018-08-22 | Update libexpat to 2.2.6. Relevant for OpenBSD is | Alexander Bluhm |
2018-08-22 | Adding membar_xxx defines to userland. | Kenji Aoyama |
2018-08-22 | Fix a crash when relaying with authentication but auth table is not set. | Eric Faurot |
2018-08-21 | Implement address translation. Makes I/O space access work. | Mark Kettenis |
2018-08-21 | Use an mmap()'d buffer instead of a static buffer for the contents | Todd C. Miller |
2018-08-21 | Perform mitigations for Intel L1TF screwup. There are three options: | Theo de Raadt |
2018-08-21 | Link arch amd64 regress to build. | Alexander Bluhm |
2018-08-21 | Check the FPU environment of user land processes after exec and the | Alexander Bluhm |
2018-08-21 | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze |
2018-08-21 | cope with latest config changes; ok jmc@ | anton |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-21 | Fix alignment fault in switchd(8) on sparc64. Use memcpy to set oxm_value, | akoshibe |
2018-08-21 | fix return value | Theo Buehler |
2018-08-21 | Unbreak 'R'esize. | Kenneth R Westerback |
2018-08-21 | Remove ChaCha20-Poly1305 from the TODO list | Theo Buehler |
2018-08-21 | A failure to _seal() should be looked into, so turn this into an | Theo Buehler |
2018-08-21 | Factor the calls to EVP_AEAD_CTX_open() and EVP_AEAD_CTX_seal() into | Theo Buehler |
2018-08-21 | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze |
2018-08-21 | Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection(). | cheloha |
2018-08-21 | AIX reports the CODESET as "ISO8859-1" in the POSIX locale. | Ingo Schwarze |
2018-08-21 | Use explicit fd indexing to access fd_ofiles, to clarify the code. | Visa Hankala |
2018-08-21 | If a kernel thread was created by a user land system call, the user | Alexander Bluhm |
2018-08-21 | print rdtscp and xsave_ext cpuid bits on i386 as well | Jonathan Gray |
2018-08-21 | If the control message of IP_SENDSRCADDR did not fit into the socket | Alexander Bluhm |
2018-08-21 | print sefflags_edx cpuid bits on i386 as well | Jonathan Gray |
2018-08-21 | Fix some issues found looking at groff_char(7): | Ingo Schwarze |
2018-08-21 | typo in argument type, from Mario dot Andres dot Campos at gmail dot com | Ingo Schwarze |
2018-08-20 | add two missing \n | Theo Buehler |
2018-08-20 | Test EVP_AEAD_CTX_open() at the same time as EVP_AEAD_CTX_seal() | Theo Buehler |