openbsd
2016-07-18 zhukThe string with path to shell could be taken directly...
2016-07-18 henningg/c unused (global!) var: oqueues isn't used any more...
2016-07-18 jsgAdd additional i2c and mmc prcm module enum values...
2016-07-18 tomDon't need a separate flags variable in armv7 pmap_clea...
2016-07-18 bluhmHide pf internals by moving code from in_ouraddr()...
2016-07-18 stspExplicitly set iwm(4) firmware Tx aggregation limit...
2016-07-18 stspFix inverted logic in iwm_tx(). The PROT_REQUIRE flag...
2016-07-18 stspMake iwm(4) retry Tx of management frames less often...
2016-07-18 patrickSome SoCs have a ranges property set in their device...
2016-07-18 guentherFix VFLAG formatting
2016-07-18 markusReduce timing attack against obsolete CBC modes by...
2016-07-18 guentherLinking against libkvm is unnecessary here
2016-07-18 guentherAdd 'p' trace point for KTRFAC_PLEDGE, as noted by
2016-07-18 bluhmRemote regression tests should not run ssh with -t...
2016-07-18 guentherPolish:
2016-07-18 djmAdd some unsigned overflow checks for extra_pad. None...
2016-07-18 guentherUpdated advice^Wcode from miod@ for passing &_DYNAMIC...
2016-07-18 bcookdon't mix code and decls, ok tedu@
2016-07-17 bcookuse memset to initialize the union
2016-07-17 bcookremove unused OPENSSL_NO_OBJECT case
2016-07-17 bcookInitialize buffers before use, noted by Kinichiro Inoguchi.
2016-07-17 kettenisAttach sunxi(4) based on the compatible property of...
2016-07-17 ottogetopt(3) can be called twice (once for bc and once...
2016-07-17 jmcstrip back asn1parse; ok beck jsing
2016-07-17 stefanTalk about event API instead of libevent
2016-07-17 djmsupport UTF-8 characters in ssh(1) banners using schwar...
2016-07-17 tbRemove now obsolete parenthetical explanation (should...
2016-07-17 tb1. Update manpage in view of the change of behavior...
2016-07-17 jsgAdapt kettenis' pinctrl changes in imx to sitaracm and
2016-07-17 jsguse the fdt root node instead of board ids to test...
2016-07-17 jsgSet function pointers based on the fdt root node instea...
2016-07-17 jsgSet function pointers based on the fdt root node instea...
2016-07-16 millertsync
2016-07-16 renatoRemove potential overflow when validating message's...
2016-07-16 renatoFix parsing of mal-formed optional TLVs/Sub-TLVs.
2016-07-16 jcaFix sockopt name: ICMPV6_FILTER -> ICMP6_FILTER
2016-07-16 mlarkinremove an unused parameter that wasn't handled during...
2016-07-16 beckClean up OCSP_check_validity() a bit more.
2016-07-16 jcaFix example: long long should be print with %lld
2016-07-16 sfSupport MSI-X in virtio
2016-07-16 visaAdd $OpenBSD$ / replace $Id$ with $OpenBSD$.
2016-07-16 visaRemove octeon_disable_interrupt() and octeon_restore_st...
2016-07-16 tomFix typo in comment in three machdep.c files:
2016-07-16 jmcsince we no longer pull source directly from openssl...
2016-07-16 jmc- add proxyjump to the options list
2016-07-16 tomRemove unused function process_frame() from arm_machdep.c
2016-07-16 mlarkinremove unused vmm_activate function. all vmm-specific...
2016-07-16 mlarkinFix an incorrect shift value when calculating the mask...
2016-07-16 mlarkinremove some 12 year old code that was never correct...
2016-07-16 mlarkinremove some unused #includes
2016-07-16 beckLimit the support of the "backward compatible" ssl2...
2016-07-15 tomRemove duplicated line in omap mmc driver, which would...
2016-07-15 tomRemove duplicate line in amd64/acpi_machdep.c
2016-07-15 schwarzeTo remove the const qualifier from a pointer to an...
2016-07-15 tomRemove unused re_nbits from dev/rnd.c
2016-07-15 schwarzeFix previous: the mandocdb() prototype was already...
2016-07-15 schwarzeadd missing prototypes, no code change;
2016-07-15 renatoImprove logging of reserved labels.
2016-07-15 renatoExplicitly ignore the Hop Count and Path Vector TLVs.
2016-07-15 renatoUpdate per-neighbor GTSM options on config reload.
2016-07-15 jcsdisable acpicbkbd by default until after the release...
2016-07-15 nicmTweak output of environment logging.
2016-07-15 nicmLog environment to new panes.
2016-07-15 nicmWrap some long lines and apply some static.
2016-07-15 guentherSwitch m88k to pass &_DYNAMIC to _dl_boot_bind()
2016-07-15 deraadttake us out of -beta
2016-07-15 dtuckerReduce the syslog level of some relatively common proto...
2016-07-15 nicmDon't update cells in each block of data read from...
2016-07-15 nicmInstead of representing colours in several different...
2016-07-15 djmAdd a ProxyJump ssh_config(5) option and corresponding...
2016-07-14 jmckern.usermount is currently a no-op;
2016-07-14 stefanMake sure that amap slot calculation does not overflow
2016-07-14 deraadtsync
2016-07-14 deraadtkern.usermount=1 is unsafe for everyone, since it allow...
2016-07-14 mpiDrop received packets with an IPv4-compatible address...
2016-07-14 kettenisDo board-specific delay/skew corrections for the Micrel...
2016-07-14 mpiPrevent a use-after-free by not updating an ARP entry...
2016-07-14 sfvioblk: Properly handle poll timeout
2016-07-14 sfrename virtio_ops.intr to poll_intr
2016-07-14 sfvirtio: Move interrupt handler into transport specific...
2016-07-14 semariemake several program to use "chown" promise.
2016-07-14 guentherAdd PT_GNU_RELRO, for ld.so work
2016-07-14 guentherPrevent silly states via knotes on pids > 2^32 and...
2016-07-14 guentherufs_readdir() buffer was meant to be limited to 64kB...
2016-07-14 tedukevent validates that ident is a valid fd by getting...
2016-07-14 dtuckerCorrect equal in test.
2016-07-13 mikebA work-in-progress driver for the Hyper-V NetVSC
2016-07-13 millertWhen matching a day in the month, make sure that the...
2016-07-13 patrickThe "#address-cells" and "#size-cells" properties defin...
2016-07-13 jmcross l richardson reports that an auto reply is no...
2016-07-13 bennooutput the no-longer-so-new AS operators when printing the
2016-07-13 kettenisSince mappings established using __MAP_NOFAULT will...
2016-07-13 kettenisRevert previous; the __MAP_NOFAULT test is inverted...
2016-07-13 mpiMove ARP processing back to the KERNEL_LOCK()ed task...
2016-07-13 jsingAdjust existing tls_config_set_cipher() callers for...
2016-07-13 jsingSplit the existing TLS cipher suite groups into four:
2016-07-13 kettenisSince mappings established using __MAP_NOFAIL will...
2016-07-13 deraadtremove <0 check for an unsigned variable
2016-07-13 deraadtremove unused function ether_cmp()
2016-07-13 kettenisUse the device tree voltage regulator information to...
next