openbsd
2016-07-10 schwarzeconsistent spelling of "Moscow"; Ilya dot Kaliman at...
2016-07-10 schwarzeFix a nasty typo that prevented .so links to gziped...
2016-07-10 kettenisAdd support for handling pinctrl device tree bindings...
2016-07-10 visaUse the synciobdma instruction instead of the sync...
2016-07-10 schwarzeSimplify the code and the server setup by deleting...
2016-07-10 rpeFix detection of /usr/lib on NFS.
2016-07-10 tedurename variable for consistency
2016-07-10 jsgInstead of attaching the omap device based on board...
2016-07-10 jsgRemove now unused definitions for drivers that have...
2016-07-10 millertDocument that SIGTTOU is sent if the process is in...
2016-07-10 millertPOSIX specifies that if a processing calling tcsetpgrp...
2016-07-10 guentherParanoia: check KTRPOINT() before calling ktrpledge...
2016-07-10 teduattempt to improve clarity by reducing forward referenc...
2016-07-09 schwarzespelling; from Ilya dot Kaliman at gmail dot com
2016-07-09 teduonly print one error, not multiple misleading messages
2016-07-09 schwarzeDo not treat PATH_INFO as a complete path if it doesn...
2016-07-09 kettenisSimplify the i.MX6 platform code. The list of board...
2016-07-09 stefanFix bugs introduced with the amap rework
2016-07-09 kettenisInitialize the mii_oui field such that fec(4) can look...
2016-07-09 schwarzegetopt(3) is declared in <unistd.h>, and <getopt.h...
2016-07-09 jsgehci no longer attaches to imx
2016-07-09 kettenisPerform PHY-specific initialization based on the PHY...
2016-07-09 kettenisDynamically attach i.MX6 ehci(4) using the FDT.
2016-07-09 kettenisAdd interfaces to look up a device tree node by phandle.
2016-07-09 stefanPrepare vionet to be handled asynchronously to the...
2016-07-09 jsgMention the EFI and DTB requirement. List U-Boot 2016...
2016-07-09 jsgUse mac address and phy id from the fdt. Store setting...
2016-07-08 schwarzeISO C99 7.19.2.5 doesn't like mixing putchar(3) and...
2016-07-08 schwarzePOSIX requires that a process calling tcsetpgrp(3)...
2016-07-08 millertWhen making a copy of svc_pollfd, use the correct size.
2016-07-08 kettenisFix check for "name" property. Restores synthesised...
2016-07-08 millertPass errret pointer to setupterm() to prevent setupterm()
2016-07-08 millertThe XSLoader issue has been assigned CVE-2016-6185
2016-07-08 kettenisregen
2016-07-08 kettenisThe Atheros PHYs with model ID 7 are the AR8031/AR8033...
2016-07-08 mlarkinReturn 0 on read from PIT control port. Intel explicitl...
2016-07-08 djmImprove crypto ordering for Encrypt-then-MAC (EtM)...
2016-07-07 rzalamenaUpdated the ldpd.conf man page examples
2016-07-07 millertApply perl5.git.perl.org/perl.git/commitdiff/08e3451d7
2016-07-07 deraadtsync
2016-07-07 schwarzesync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8)
2016-07-07 jsingRevert previous since the libtls change has been reverted.
2016-07-07 jsingRevert previous - it introduces problems with a common...
2016-07-07 bcookadd ca cert error check and make the path configurable
2016-07-07 bcookcall BN_init on temporaries to avoid use-before-set...
2016-07-07 semariebiff, mesg, vi: only consider ACCESSPERMS for setting...
2016-07-07 semarietmux: only consider ACCESSPERMS for setting mode on...
2016-07-07 mglockerAdd man page for the maxrtc(4) I2C driver.
2016-07-07 mlarkinsanity check vm create and run args earlier
2016-07-06 bluhmNow libtls is always reading cert.pem during tls_config...
2016-07-06 ottoJ/j is a three valued option, document and fix code...
2016-07-06 millertAllow space-deliminated fields in syslog.conf in additi...
2016-07-06 millertReturn EINVAL for mknod/mknodat when dev is -1 (aka...
2016-07-06 jsingCheck that the given ciphers string is syntactically...
2016-07-06 jcaroute6d spring cleanup
2016-07-06 jsingRemove manual file loading (now that libtls does this...
2016-07-06 jsingAlways load CA, key and certificate files at the time...
2016-07-06 tedufix several places where calculating ticks could overflow.
2016-07-06 mpiMove Hop-by-Hop processing into its own function ip6_hb...
2016-07-06 visasync
2016-07-06 mlarkinclarify a comment about memory regions
2016-07-06 guentherUse fstatat() to avoid path surgery.
2016-07-06 jsingCorrectly handle an EOF that occurs prior to the TLS...
2016-07-05 schwarzeSome new tests related to bin/cat.c rev. 1.25,
2016-07-05 bruImprove the tracking functions in wsmouse.
2016-07-05 deraadtsync
2016-07-05 millertUpdate to tzdata2016f from from ftp.iana.org.
2016-07-05 timRemove kern.random remnants; OK deraadt@
2016-07-05 jcaMove to svc_getreq_poll/svc_pollfd.
2016-07-05 visaRemove debug code that slipped in.
2016-07-05 visaBuild eeprom(8) on octeon.
2016-07-05 visaregen
2016-07-05 visaAdd /dev/openprom.
2016-07-05 visaAdd openprom(4) for octeon.
2016-07-05 timHook up the pcfrtc(4) manual; OK kettenis@
2016-07-05 mpiExpand IN6_IFF_NOTREADY, ok bluhm@
2016-07-05 sthensync
2016-07-05 mpiDo not use ``rt_addr'' in in{6,}_selectsrc() it doesn...
2016-07-05 jsgModify code added in rev 1.30 to use the correct variab...
2016-07-05 bcookremove extra assignment of s from 1.11, fix regression...
2016-07-05 beckremove unneeded duplicate call - spotted by jsing@
2016-07-05 bcookOn systems where we do not have BN_ULLONG defined ...
2016-07-05 guentherMissed a reference to dl_prebind.h
2016-07-05 teduremove some casts that aren't necessary.
2016-07-05 beckAdd several fixes from OpenSSL to make OCSP work with...
2016-07-05 beckmake less awful.. test against cloudflare too
2016-07-04 beckAdd a nasty little ocsp regress test in the hope pedant...
2016-07-04 mlarkinlimit each viornd request to 64KB.
2016-07-04 kettenisAdd nep(4).
2016-07-04 guentherRemove prebind support: binding to symbol table indices...
2016-07-04 kettenisNuke prebind support; it's unworkable and we're never...
2016-07-04 natanoAdd missing vput() in error path to prevent a vnode...
2016-07-04 guentherDEBUGLIBS has been broken since the gcc4 switch, so...
2016-07-04 guenthergcc's -fvisibility=hidden isn't the behavior we wanted...
2016-07-04 teduswitch calculuated thrsleep timeout to unsigned to...
2016-07-04 mpiOn Quad-G5 make hpb(4) attach first when iterating...
2016-07-04 mpiUse the _SAFE_ version of SRPL_FOREACH() in rtable_walk...
2016-07-04 guentherThe GOT has been initally mapped RW for *years*; ld...
2016-07-04 guentherDrop support for the undocumented second argument ...
2016-07-04 guentherUse fstatat() instead of crafting a filename to use...
next