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