summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-15The tls_conninfo serial is also unused.Joel Sing
2016-08-15Group conninfo fields by connection and peer cert based information,Joel Sing
2016-08-15Fix some style(9) issues.Joel Sing
2016-08-15Allow com(4) to make use of the simplebus address translation.Patrick Wildt
2016-08-15Use lowercase 'tls' in debug and log messages for consistency.Joel Sing
2016-08-15Explicitly pass in an SSL_CTX * to the functions that operate on one,Joel Sing
2016-08-15Make httpd stricter with respect to TLS configuration - in particular, doJoel Sing
2016-08-15Move the com(4) fdt attachment driver to a more generic location andPatrick Wildt
2016-08-15Remove IWM_CMD_SYNC, which expands to zero while all the otherStefan Sperling
2016-08-15Catch up with the SSH1 code removal and delete all mention ofChristian Weisgerber
2016-08-15Remove more SSH1 server code:Christian Weisgerber
2016-08-15replace the last uses of m_copym2 with m_dup_pkt.David Gwynne
2016-08-15Use pinctrl to configure the pins used by the EMAC.Mark Kettenis
2016-08-15Use the regulator API to supply power to the target.Mark Kettenis
2016-08-15Checking for RTF_BROADCAST here makes no sense.Martin Pieuchot
2016-08-15Neuter fuse_vptofh() and fuse_fhtovp(). I implemented those functionsMartin Natano
2016-08-15No need to reset si_selpid after calling selwakeup() the functionMartin Pieuchot
2016-08-15add a bit of spacing to previous, to keep the notes about deprecatedJason McIntyre
2016-08-15Introduce bpf_put() and bpf_get() instead of mixing macro and functionsMartin Pieuchot
2016-08-15Check if ``bd_bif'' is NULL inside bpf_catchpacket() to match bpfread()Martin Pieuchot
2016-08-15Merge bpfilter_create() into bpfopen() and make it such that theMartin Pieuchot
2016-08-15Drain FIFOs on init same as com(4) does it and reduce the RX FIFO interruptMarcus Glocker
2016-08-15Trust the login_getcaptime() declaration and don't cast the arguments toPhilip Guenther
2016-08-15Drop -z nocombreloc. It was a rev 1.1 commit like on arm, so not clearPhilip Guenther
2016-08-15syncTheo de Raadt
2016-08-14Reduce qabs() and qdiv() to aliases of llabs() and lldiv().Philip Guenther
2016-08-14Convert quad_t to long longPhilip Guenther
2016-08-14Convert %q to %llPhilip Guenther
2016-08-14When upcasting to off_t for multiplication, the cast needs to be *before*Philip Guenther
2016-08-14Convert %q to %ll with long long casts for printf()Philip Guenther
2016-08-14Use int64_t and %ll for CTLTYPE_QUAD nodes.Philip Guenther
2016-08-14Convert %q to %ll and cast opaque system values to long long.Philip Guenther
2016-08-14Convert %q to %ll. Cast off_t to long long for printf-style args.Philip Guenther
2016-08-14Flip 'u_quad_t' fields & variables to uint64_t, and %qu to %llu.Kenneth R Westerback
2016-08-14Kill '#if defined(DEBUG) && 0' blocks that used %qPhilip Guenther
2016-08-14%qd -> %lld for an off_t already being cast to (long long)!Kenneth R Westerback
2016-08-14Another %qd -> %lld + (long long) for off_t's.Kenneth R Westerback
2016-08-14syncTheo de Raadt
2016-08-14%qd -> %lld + (long long) for off_t's.Kenneth R Westerback
2016-08-14Don't reinvent rlim_t; when printing it use %llu and cast toPhilip Guenther
2016-08-14Don't call sysconf() in a loop conditional when the loop won't affect itPhilip Guenther
2016-08-14tweak previous;Jason McIntyre
2016-08-14imxtemp(4)Mark Kettenis
2016-08-14Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code writtenMark Kettenis
2016-08-14Drop -z nocombreloc. That's a rev 1.1 commit so not clear why it was neededPhilip Guenther
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2016-08-14Remove many unnecessary casts. Verified by comparing generated code onPhilip Guenther
2016-08-14Refer to /etc/passwd consistently as the "legacy password file" andTheo Buehler
2016-08-14Merge identical amd64 and i386 stanzas.Kenneth R Westerback
2016-08-14replace strtoq with strtoll. ok openbsdTed Unangst