summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-12-03Remove the unused interrupt type (edge/level) from the mace interruptVisa Hankala
2018-12-03In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter freesClaudio Jeker
2018-12-03Avoid uint32_t in _lock.h so users of rwlock.h mutex.h etc don't have toJonathan Gray
2018-12-02Include "com.h" to fix using a puc(4) based serial port as serial consoleMark Kettenis
2018-12-02Remove artefacts from 'C', 'c' and 'F' characters, to match the otherFrederic Cambus
2018-12-02Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.Frederic Cambus
2018-11-30regenMike Larkin
2018-11-30Add another Xeon E3-1200 v6/7 host device.Mike Larkin
2018-11-30MH_ALIGN -> m_alignClaudio Jeker
2018-11-30MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so thatClaudio Jeker
2018-11-30MH_ALIGN -> m_align and make the spacing look the same in all three places.Claudio Jeker
2018-11-30Switch MH_ALIGN to m_align which is the same.Claudio Jeker
2018-11-30Trivial MH_ALIGN/M_ALIGN to m_align conversions.Claudio Jeker
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