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