summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-11-29allow configuration of ecn processingDavid Gwynne
2018-11-29restrict setting ecn to rootDavid Gwynne
2018-11-29allow configuration of ecn propagation on tunnel interfaces.David Gwynne
2018-11-28Further cleanup of icmp_do_error.Claudio Jeker
2018-11-27EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload.cheloha
2018-11-27Free sizes for the subdevs array.Martin Pieuchot
2018-11-27Attach the driver only if the stack managed to set the configuration.Martin Pieuchot
2018-11-25spelling; from miodJason McIntyre
2018-11-25regenDaniel Dickman
2018-11-25Add core4g thermal id; ok mlarkin.Daniel Dickman
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-11-24only attach pvclock(4) inside a KVM guestPeter Hessler
2018-11-23Change rtable_mpath_reprio() to take the prefixlen as argument instead ofClaudio Jeker
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
2018-11-22Remove useless assignment, value is overwritten right after being set.Frederic Cambus
2018-11-21In unp_internalize() check the length more carefully preventing anClaudio Jeker
2018-11-21When using MSG_PEEK to peak into packets skip control messages holdingClaudio Jeker
2018-11-21free(9) sizes for bread_cluser().Martin Pieuchot
2018-11-20fix whitespace in debugging functionPeter Hessler
2018-11-20Add support for TIOCGPGRP ioctl commands to wscons.anton
2018-11-20No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()anton
2018-11-20Revert free sizes for `subdevs' array, it is incorrect.Martin Pieuchot
2018-11-20Make rtable_satoplen() a bit more strict when parsing netmasks. EnsureClaudio Jeker
2018-11-20The first packet received from each AP in each QoS class would bePatrick Wildt
2018-11-20Fix typos in memprobe address check. Diff from Andrew Daugherity.YASUOKA Masahiko
2018-11-19Utilize sigio with wscons. The old behavior of always making the process groupanton
2018-11-19delete the dns jackport experiment. it has no future.Ted Unangst
2018-11-19Utilize sigio with sockets.Visa Hankala
2018-11-19Retire dom_rtkeylen from struct domain. Nothing is using this anymore.Claudio Jeker
2018-11-19regenKevin Lo
2018-11-19Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi.Kevin Lo
2018-11-19recent 802.1Q defines 88e7 for provider backbone bridgingDavid Gwynne
2018-11-18More uses of __func__ in debug printfs.Martin Pieuchot
2018-11-18Use "%s", __func__ in DPRINTF() to reduce grep noise.Martin Pieuchot
2018-11-18Remove old USB_DEBUG chunk.Martin Pieuchot
2018-11-18USB_DEBUG -> UPLCOM_DEBUG.Martin Pieuchot
2018-11-18When parsing extended capabilities, bail out if a register read returnsJonathan Matthew
2018-11-18request notification of link state changes, which helps us detectJonathan Matthew
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-11-17free(9) size for USB subdevs array.Martin Pieuchot
2018-11-17Avoid leaking kernel memory in struct kevent padding.Todd C. Miller
2018-11-16Add support for Allwinner A64's eMMC controller. It is essentiallyPatrick Wildt
2018-11-16regenJoshua Stein
2018-11-16add more intel 100 series devicesJoshua Stein
2018-11-16free(9) sizes for interrupt & isochronous arrays.Martin Pieuchot
2018-11-16free(9) sizes for array of interfaces.Martin Pieuchot
2018-11-16free(9) sizes for array of endpoints.Martin Pieuchot
2018-11-16use txprio, not link0 and llprio, to set the dot1p field in the header.David Gwynne
2018-11-15add support for txprio configurationDavid Gwynne
2018-11-15one more typo noticed while pasting miod a reply;Jason McIntyre