openbsd
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...
2016-07-13 mpiIntroduce RTF_MULTICAST and flag corresponding IPv6...
2016-07-13 mlarkinCPUID vendor ID was already register-swapped during...
2016-07-13 guentherFix usage() output and getopt sorting
2016-07-13 dlgstore nd6 expiries in the route, not separately in...
2016-07-12 bluhmDocument that the syslogd options -c and -k must be...
2016-07-12 bruReset the mt state completely in wsmouse_mt_init.
2016-07-12 millertThe only valid flag for unmount(2) is MNT_FORCE, ignore...
2016-07-12 kettenisTurn ahci(4) glue code for the i.MX6 platform into...
2016-07-12 kettenisChange over to imxehci(4) here as well.
2016-07-12 bluhmLink path MTU discovery regress test into build.
2016-07-12 bluhmAllow to run the syslogd tests as root without SUDO...
2016-07-12 kettenisTurn ehci(4) glue code for the i.MX6 platform into...
2016-07-12 teduin the great unp_gc rewrite, a null check was lost...
2016-07-12 deraadtThe check for pledge "recvfd" was mistakenly only being...
2016-07-12 semarieadd "recvfd" to doas(1) for use with skey.
2016-07-12 bluhmAdd regression tests for syslogd TLS client certificates.
2016-07-12 bluhmAdd support for TLS client certificates in syslogd...
2016-07-12 mpiDirectly drop packets filtered by bpf(4) instead of...
2016-07-12 deraadtremove more noisy messages in "sendfd" and "recvfd"
2016-07-11 schwarzeMake all components of the URI individually optional,
2016-07-11 bluhmRevert previous adaption of the test. The behavior...
2016-07-11 tedudon't allow mounting with noval owner. panics later.
2016-07-11 tbAdd missing "recvfd" pledge promise: Raf Czlonka report...
2016-07-11 deraadtbe less noisy on console in case of "recvfd" refusal
2016-07-11 deraadtsync
2016-07-11 tbInstead of using the floating point square root, use...
2016-07-11 kettenisUse gpio framework to implement hardware reset of the...
2016-07-11 kettenisUse gpio framework to implement card detect instead...
2016-07-11 kettenisHook up imxgpio(4) to the FDT gpio framework.
2016-07-11 kettenisAdd a simple framework for handling gpio controllers...
2016-07-11 visaAdd CN61xx.
2016-07-11 bluhmAdd regression tests for the path MTU discovery impleme...
2016-07-11 visasync
2016-07-11 bluhmPath MTU discovery was slightly broken. I took two...
2016-07-11 mpiDo not increase the size of the socket buffer under...
2016-07-11 kettenisInitialize oui and model fields in the softc.
2016-07-11 mpiRevert the introduction of ``rt_addr''.
2016-07-11 stefanMake sure variables are used initialized in amap_wiperange
2016-07-11 teduobsolete note about fascistloggin is obsolete. ok djm...
2016-07-11 rzalamenaTeach tcpdump to recognize MPLS pseudowire with control...
2016-07-10 teduzero the read buffer after copying data to user so...
2016-07-10 teduuse offsetof to create an offset instead of illegal...
2016-07-10 patrickNot all i.MX6 devices have a pinctrl property in their...
2016-07-10 kettenisPay attention to Processor Local X2APIC structures...
2016-07-10 kettenisRename apic_proc_uid field to acpi_proc_uid in the...
2016-07-10 kettenisregen
2016-07-10 kettenisAdd MICREL KSZ9021 and KSZ9031.
2016-07-10 kettenisFix typo. Pointed out by patrick@
2016-07-10 visaBuild firmware for USB devices on octeon.
2016-07-10 semariepledge: use uint64_t instead of int for temporary stori...
2016-07-10 kettenisDynamically attach imxgpio(4) using the FDT.
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...
next