Age | Commit message (Expand) | Author |
2017-09-10 | - call usbd_deactivate() rather than simply returning in case of errors | Jasper Lievisse Adriaanse |
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove |
2017-09-10 | Apply timeout to CAN and RS which also wait for ST. | Nicholas Marriott |
2017-09-10 | Use monotonic clock for statistics display. From Scott Cheloha. | Theo Buehler |
2017-09-09 | Tweak extract_classless_route() to return unsigned int | Kenneth R Westerback |
2017-09-09 | Remove path support from perl OpenBSD::Pledge | Andrew Fresh |
2017-09-09 | When inserting a newline, only increment dotline for windows that are | Florian Obser |
2017-09-09 | Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the | Bryan Steele |
2017-09-09 | fix capitalization of "Altus Metrum" | Jasper Lievisse Adriaanse |
2017-09-09 | Remove superfluous mprotect()ing of the PLT that's been obsoleted by | Philip Guenther |
2017-09-08 | Whoops, remove extra include. | Bryan Steele |
2017-09-08 | fork+exec model for tcpdump(8); re-exec the privileged child after fork | Bryan Steele |
2017-09-08 | In compiler-rt, a few assembler implementations for i386 floating point | Christian Weisgerber |
2017-09-08 | remove more filter-related cruft | Eric Faurot |
2017-09-08 | Fix a few errors in how the selected line is chosen after resize, | Nicholas Marriott |
2017-09-08 | Tweak route_in_rtstatic() to return the position of the | Kenneth R Westerback |
2017-09-08 | Bring back the "Exiting" log message in pflogd(8), but do not set | Alexander Bluhm |
2017-09-08 | Avoid clang warning and make code better by using a signed long; | Otto Moerbeek |
2017-09-08 | Add support for isochronous transfers to xhci(4). | Stefan Sperling |
2017-09-08 | When removing a key table clear it out of clients, fixes issue with | Nicholas Marriott |
2017-09-08 | fdc: Print warning if kthread_create fails | Stefan Fritsch |
2017-09-08 | use plain values for transaction error codes rather than a bitmask. | Eric Faurot |
2017-09-08 | better VM termination handling. | Mike Larkin |
2017-09-08 | fix a wrong comment. | Mike Larkin |
2017-09-08 | vmctl: style cleanup - spaces vs tabs. | Mike Larkin |
2017-09-08 | vmd: add more explanatory log_debug messages | Mike Larkin |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-08 | vmd: handle queue index wraparound in viornd. Without this, openbsd guests | Mike Larkin |
2017-09-07 | typo in comment | Damien Miller |
2017-09-07 | Try both libpthread and RTLD_DEFAULT when looking up functions | Philip Guenther |
2017-09-07 | Keep histptr inside of the allocated history array | Jeremie Courreges-Anglas |
2017-09-07 | Get IPv4 and IPv6 fragment tests into common shape. Some chunks | Alexander Bluhm |
2017-09-07 | Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragment | Alexander Bluhm |
2017-09-07 | Check return of rtsx_write in previous commit as RTSX_WRITE macro | Joshua Stein |
2017-09-07 | Update hardware list. | Visa Hankala |
2017-09-07 | Copy IPv6 fragment test cases to IPv4 and adapt to the different | Alexander Bluhm |
2017-09-07 | Copy IPv6 fragment test cases to IPv4 and adapt to the different | Alexander Bluhm |
2017-09-07 | typo: convertion -> convention | David Coppa |
2017-09-07 | Do not fail if unset an option that is already unset, reported by Thomas | Nicholas Marriott |
2017-09-07 | rework "Errata" to mention syspatch(8); | Jason McIntyre |
2017-09-07 | nfs_connect() returns EINVAL at the beginning if nm_sotype is | Alexander Bluhm |
2017-09-07 | In elf_load_file() to not call free(9) with an uninitialized size | Alexander Bluhm |
2017-09-07 | In copycols() remove useless code that modifies the uninitialized | Alexander Bluhm |
2017-09-07 | In toshiba_hotkey() initialize the ret value to failure as it is | Alexander Bluhm |
2017-09-07 | Replace a goto found in the ipq foreach loop with a simple break. | Alexander Bluhm |
2017-09-07 | unifdef some ancient COMPAT code that's not used. 500 byte blocks! | Ted Unangst |
2017-09-06 | In the case that we want to force a new RAID assembly and the metadata | Patrick Wildt |
2017-09-06 | After recent changes, we need to clear hash, not s1. | Theo Buehler |
2017-09-06 | backout previous diff: | Sebastian Benoit |
2017-09-06 | ntpd has been on by default for over two years now, so rework | Jason McIntyre |