openbsd
2016-08-16 dlgsplraise() is an MI API now.
2016-08-16 vgrossAdd regression tests for IP_SENDSRCADDR.
2016-08-16 vgrossAdd IP_SENDSRCADDR cmsg for UDP sockets. As suggested...
2016-08-16 krwTrack SSID in leases file and only consider leases...
2016-08-16 natanoThere is no sense in doing caching in fusefs. In case...
2016-08-16 natanoPiping to a shell command does not count as a save...
2016-08-16 tbWhen the commit message is empty, don't default to...
2016-08-16 tbWhen the commit message is empty, don't default to...
2016-08-16 schwarzeAdd, correct, and improve HISTORY sections.
2016-08-16 tedustop including sys/param.h for nitems. define locally...
2016-08-16 schwarzeAdd HISTORY.
2016-08-16 teduremove #define for /dev/mem minors. let the raw magic...
2016-08-16 tedumove static variable up to first
2016-08-16 tedureplace hand rolled tsleep physlock with rwlock. ok...
2016-08-16 tedudoesn't need to link with crypto
2016-08-16 teduremove reference to 6th ed.
2016-08-16 reykTurn "TLS handshake failed -" log message into a debug...
2016-08-16 tbStreamline and refactor the code a bit more:
2016-08-16 krwNuke a bunch of whitespace nits seen while '%q' hunting.
2016-08-16 krwNuke a bunch of whitespace nits seen while '%q' hunting.
2016-08-16 krwNuke some erroneous leading whitespace.
2016-08-16 krwBring types of variables used with struct stat into...
2016-08-16 tbAvoid a compiler warning about use of uninitialized...
2016-08-16 teduAll that complexity stopped us from getting flying...
2016-08-16 mikebUpdate Hyper-V structure definitions to the 2016 version
2016-08-16 schwarzeAdd HISTORY.
2016-08-16 visaRemove RM7000/RM9000-specific performance counter code...
2016-08-16 tbXr encrypt(1) here as well to be consistent with userad...
2016-08-16 kettenisFix typo/inconsistensy where L1_S_DOMAIN was used inste...
2016-08-16 mpiMask the ``prio'' prior to comparing it to RTP_LOCAL.
2016-08-16 mpiIn the IPv6 default route example, use a gateway that...
2016-08-16 reykRename server_handshake_tls() to server_tls_handshake...
2016-08-16 reykAs suggested by the FastCGI spec, zero-pad the response...
2016-08-16 kettenisOnly probe the UART type if sc_uarttype is set to COM_U...
2016-08-16 jmcshorten genrsa; ok jsing
2016-08-16 jmctweak previous;
2016-08-16 teduadd a special edition doas that only lets root drop...
2016-08-16 tedufread hasn't taken a char * in about 900 years
2016-08-16 teduremove unneeded casts
2016-08-16 guentherRewrite: ALL HAIL ELF
2016-08-15 stspWhen running 'ifconfig scan' in hostap mode display...
2016-08-15 stspExpose more 802.11n information to userspace:
2016-08-15 tedunormalize some comments
2016-08-15 kettenisDon't take shortcuts cleaning/invalidating the caches...
2016-08-15 patrickNow that com(4) uses a different iot for the initial...
2016-08-15 kettenisFirst stab at porting the awinmmc(4) driver from NetBSD...
2016-08-15 sthensync
2016-08-15 kettenisFor some reason the RTL8211E PHY on the Banana Pi respo...
2016-08-15 mglockerFix typo -> s/drirect/direct/.
2016-08-15 krw%*qd -> %*lld + (long long) for off_t.
2016-08-15 jsingMove server_match() from parse.y to server.c; use env...
2016-08-15 jsingThe tls_conninfo serial is also unused.
2016-08-15 jsingGroup conninfo fields by connection and peer cert based...
2016-08-15 jsingFix some style(9) issues.
2016-08-15 patrickAllow com(4) to make use of the simplebus address trans...
2016-08-15 jsingUse lowercase 'tls' in debug and log messages for consi...
2016-08-15 jsingExplicitly pass in an SSL_CTX * to the functions that...
2016-08-15 jsingMake httpd stricter with respect to TLS configuration...
2016-08-15 patrickMove the com(4) fdt attachment driver to a more generic...
2016-08-15 stspRemove IWM_CMD_SYNC, which expands to zero while all...
2016-08-15 naddyCatch up with the SSH1 code removal and delete all...
2016-08-15 naddyRemove more SSH1 server code:
2016-08-15 dlgreplace the last uses of m_copym2 with m_dup_pkt.
2016-08-15 kettenisUse pinctrl to configure the pins used by the EMAC.
2016-08-15 kettenisUse the regulator API to supply power to the target.
2016-08-15 mpiChecking for RTF_BROADCAST here makes no sense.
2016-08-15 natanoNeuter fuse_vptofh() and fuse_fhtovp(). I implemented...
2016-08-15 mpiNo need to reset si_selpid after calling selwakeup...
2016-08-15 jmcadd a bit of spacing to previous, to keep the notes...
2016-08-15 mpiIntroduce bpf_put() and bpf_get() instead of mixing...
2016-08-15 mpiCheck if ``bd_bif'' is NULL inside bpf_catchpacket...
2016-08-15 mpiMerge bpfilter_create() into bpfopen() and make it...
2016-08-15 mglockerDrain FIFOs on init same as com(4) does it and reduce...
2016-08-15 guentherTrust the login_getcaptime() declaration and don't...
2016-08-15 guentherDrop -z nocombreloc. It was a rev 1.1 commit like...
2016-08-15 deraadtsync
2016-08-14 guentherReduce qabs() and qdiv() to aliases of llabs() and...
2016-08-14 guentherConvert quad_t to long long
2016-08-14 guentherConvert %q to %ll
2016-08-14 guentherWhen upcasting to off_t for multiplication, the cast...
2016-08-14 guentherConvert %q to %ll with long long casts for printf()
2016-08-14 guentherUse int64_t and %ll for CTLTYPE_QUAD nodes.
2016-08-14 guentherConvert %q to %ll and cast opaque system values to...
2016-08-14 guentherConvert %q to %ll. Cast off_t to long long for printf...
2016-08-14 krwFlip 'u_quad_t' fields & variables to uint64_t, and...
2016-08-14 guentherKill '#if defined(DEBUG) && 0' blocks that used %q
2016-08-14 krw%qd -> %lld for an off_t already being cast to (long...
2016-08-14 krwAnother %qd -> %lld + (long long) for off_t's.
2016-08-14 deraadtsync
2016-08-14 krw%qd -> %lld + (long long) for off_t's.
2016-08-14 guentherDon't reinvent rlim_t; when printing it use %llu and...
2016-08-14 guentherDon't call sysconf() in a loop conditional when the...
2016-08-14 jmctweak previous;
2016-08-14 kettenisimxtemp(4)
2016-08-14 kettenisAdd imxtemp(4), a temperature sensor for the i.MX6...
2016-08-14 guentherDrop -z nocombreloc. That's a rev 1.1 commit so not...
2016-08-14 guentherConvert remaining calls to strtoq/strtouq in base with...
2016-08-14 guentherRemove many unnecessary casts. Verified by comparing...
2016-08-14 tbRefer to /etc/passwd consistently as the "legacy passwo...
2016-08-14 krwMerge identical amd64 and i386 stanzas.
next