Age | Commit message (Expand) | Author |
2017-10-10 | Use clock_gettime(CLOCK_REALTIME) instead of gettimeofday+TIMEVAL_TO_TIMESPEC | Philip Guenther |
2017-10-10 | __plt_{start,end} are no longer generated or necessary, having been | Philip Guenther |
2017-10-09 | Tweak parse_lease_time() to emit a single message on | Kenneth R Westerback |
2017-10-09 | clarify the order in which config statements are used. | Sebastian Benoit |
2017-10-09 | Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms. | Stefan Sperling |
2017-10-09 | Tweak parse_ip_addr() to emit a single message on | Kenneth R Westerback |
2017-10-09 | The divert-packet socket option IP_DIVERTFL, IPPROTO_DIVERT_RESP, | Alexander Bluhm |
2017-10-09 | Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4). | Stefan Sperling |
2017-10-09 | Better document what the -v flag actually does and that you can | Todd C. Miller |
2017-10-09 | correct calls to this constructor *must* include a state. If they don't | Marc Espie |
2017-10-09 | rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf. | Theo de Raadt |
2017-10-09 | Print the name of the device tree node like we do for simplebus(4). | Mark Kettenis |
2017-10-09 | kind should be S-Down not S-Up. | Nicholas Marriott |
2017-10-09 | The previous commit was deemed too invasive, so back it out and replace | Patrick Wildt |
2017-10-09 | Reduces the scope of the NET_LOCK() in sysctl(2) path. | Martin Pieuchot |
2017-10-09 | Correct logic check preventing the device to attach. | Martin Pieuchot |
2017-10-09 | Make _kernel_lock_held() always succeed after panic(9). | Martin Pieuchot |
2017-10-09 | Jan Stary convinced me 4 * a(1) is a better example | Otto Moerbeek |
2017-10-09 | Turns out that the previous commit resolves the problem on Clang but at | Patrick Wildt |
2017-10-08 | Document fktrace(2) more completely, including separation of errors. | Philip Guenther |
2017-10-08 | Simply parse_date() by trusting strptime() more and omitting | Kenneth R Westerback |
2017-10-08 | Reduce non-functional differences between dtls1_accept() and | Joel Sing |
2017-10-08 | Reduce non-functional differences between dtls1_connect() and | Joel Sing |
2017-10-08 | Fix some style/whitespace/indentation issues in ssl3_accept(). | Joel Sing |
2017-10-08 | Fix description of history_size, from Campbell Barton. | Nicholas Marriott |
2017-10-08 | Fix some style/whitespace/indentation issues in ssl3_connect(). | Joel Sing |
2017-10-08 | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | Joel Sing |
2017-10-08 | sort | Visa Hankala |
2017-10-08 | sync | Visa Hankala |
2017-10-08 | be a bit clearer about -l: original diff from jan stary, but i've | Jason McIntyre |
2017-10-08 | Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon. | Visa Hankala |
2017-10-08 | Fix typo. | Visa Hankala |
2017-10-08 | ramdisks do not contain MROUTING, so the local variable becomes unused. | Theo de Raadt |
2017-10-08 | Move the assignment to cmdname up before its first use. | Theo Buehler |
2017-10-08 | Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup. | Ulf Brosziewski |
2017-10-08 | Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards. | Mark Kettenis |
2017-10-08 | hyphenate DER/PEM-encoded, for consistency; | Jason McIntyre |
2017-10-08 | Revert: libsa lacks memmove currently; a more thorough rename/change is | Philip Guenther |
2017-10-07 | delete #ifdef SYSV code, along with a beautiful #define bcopy memcpy | Theo de Raadt |
2017-10-07 | bcopy() is expected to be overlap safe, so it implement it with memmove() | Philip Guenther |
2017-10-07 | Prefer memset() over bzero() | Philip Guenther |
2017-10-07 | Format fktrace(2) arguments | Philip Guenther |
2017-10-07 | Delete pointless casts from void* | Philip Guenther |
2017-10-07 | Document tls_peer_cert_chain_pem(). | Joel Sing |
2017-10-07 | kill reporting old signature schemes, they've been gone for long enough | Marc Espie |
2017-10-07 | Adjust verbose message in case PKG_PATH is undefined. | Marc Espie |
2017-10-07 | The 'dumps' option only accepts a single device | Philip Guenther |
2017-10-07 | Add fktrace to the NAME section | Philip Guenther |
2017-10-07 | Fix cast-pasto's in comments | Philip Guenther |
2017-10-07 | In "tty", permitting TIOCSTART is fine | Theo de Raadt |