summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-16shorten genrsa; ok jsingJason McIntyre
2016-08-16tweak previous;Jason McIntyre
2016-08-16add a special edition doas that only lets root drop privs.Ted Unangst
2016-08-16fread hasn't taken a char * in about 900 yearsTed Unangst
2016-08-16remove unneeded castsTed Unangst
2016-08-16Rewrite: ALL HAIL ELFPhilip Guenther
2016-08-15When running 'ifconfig scan' in hostap mode display the current Tx rate ourStefan Sperling
2016-08-15Expose more 802.11n information to userspace:Stefan Sperling
2016-08-15normalize some commentsTed Unangst
2016-08-15Don't take shortcuts cleaning/invalidating the caches. The Cortex-A7 and mostMark Kettenis
2016-08-15Now that com(4) uses a different iot for the initial console and thePatrick Wildt
2016-08-15First stab at porting the awinmmc(4) driver from NetBSD. The driver willMark Kettenis
2016-08-15syncStuart Henderson
2016-08-15For some reason the RTL8211E PHY on the Banana Pi responds to both address 0Mark Kettenis
2016-08-15Fix typo -> s/drirect/direct/.Marcus Glocker
2016-08-15%*qd -> %*lld + (long long) for off_t.Kenneth R Westerback
2016-08-15Move server_match() from parse.y to server.c; use env instead of conf,Joel Sing
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