summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-11-14Revert previous, it breaks regress.Martin Pieuchot
2018-11-14Userland malloc(3) & free(3) take only one argument.Martin Pieuchot
2018-11-14free(9) sizes for configuration descriptors, missed in previous.Martin Pieuchot
2018-11-14Batch copyout(9)s in preparation for finer locking.Martin Pieuchot
2018-11-14free(9) sizes for configuration descriptors.Martin Pieuchot
2018-11-14Add back part of the changes to takeover the firmware framebuffer onJonathan Gray
2018-11-14Setup radeondrm burner task. Missed when updating to linux 4.4.Jonathan Gray
2018-11-14remove the encapsulation headers before looking at the inner headersDavid Gwynne
2018-11-14revert 1.121. i got confused between ecn on ingress and egressDavid Gwynne
2018-11-14get ecn ingress args the right way round. again.David Gwynne
2018-11-14use the txprio setting to populate the tos in keepalive packets.David Gwynne
2018-11-14according to ip_ipip.c, rfc1853 says not to copy the ttl on decapsulationDavid Gwynne
2018-11-13Fix fcntl(fd, F_GETOWN) with pipes. As a regressionVisa Hankala
2018-11-13Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASHPhilip Guenther
2018-11-13get the inner and outer tos values right for passing to ip_ecn_ingressDavid Gwynne
2018-11-13add txprio support to gre, mgre, egre, nvgre, and eoipDavid Gwynne
2018-11-13add txprio setting supportDavid Gwynne
2018-11-12add txprio supportDavid Gwynne
2018-11-12only let root configure the txprio setting on an interfaceDavid Gwynne
2018-11-12add ifreq bits for the tx header prio field ioctlsDavid Gwynne
2018-11-12add ioctl commands for the setting of prio fields in tx headersDavid Gwynne
2018-11-12Add new routing socket message RTM_80211INFO to provide details ofKenneth R Westerback
2018-11-12Utilize sigio with pipes. This makes fcntl(fd, F_SETOWN, arg) correctlyVisa Hankala
2018-11-12Add a mechanism for managing asynchronous IO signal registrations.Visa Hankala
2018-11-12set the hardmtu on ether encap ifs so the mtu can be raised above 1500David Gwynne
2018-11-12Introduce m_align() a function that works like M_ALIGN() but works withClaudio Jeker
2018-11-12limit the number of interface units to the number of device minorsDavid Gwynne
2018-11-12Fix grammar in commentPhilip Guenther
2018-11-11regenFrederic Cambus
2018-11-11Add ID for a VIA HD Audio device found on my HP t5570 Thin Client.Frederic Cambus
2018-11-11Add END() macro to set symbol size like every other archPhilip Guenther
2018-11-11copy the mpls cos and use it as the ip dscp/tos/tclass thing.David Gwynne
2018-11-11when encapsulating mpls, map the mpls qos value to an ip tos.David Gwynne
2018-11-11actually use the if_llprio to set the mbuf prio.David Gwynne
2018-11-11use the llprio on gre(4) and eoip(4) interfaces for the keepalive tosDavid Gwynne
2018-11-11in the magical language gcc, adding brackets allows correct code to compile.Theo de Raadt
2018-11-10use the LFPRINTF() debug macro consistently; ok mpi@anton
2018-11-10Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.Alexander Bluhm
2018-11-10free(9) sizes for endpoints array.Martin Pieuchot
2018-11-10Pass free(9) sizes for port arrays.Martin Pieuchot
2018-11-10Pass free(9) sizes for the tx descriptors.Martin Pieuchot
2018-11-10Remove the strong hysteresis filter.Ulf Brosziewski
2018-11-10Conform to POSIX-2001 in which the behavior of passing a negative length usinganton
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-11-09Remove the last few XXX rdomain markers. Even those functions respect theClaudio Jeker
2018-11-08regenJonathan Gray
2018-11-08correct intel 0x9d66Jonathan Gray
2018-11-08Remove cardbus and pcmcia debug options that we don't enable on otherMark Kettenis
2018-11-07Document `machine gop [mode]' commandkn
2018-11-06new sysctl for userland malloc flags, kernel part. ok millert@ deraadt@Otto Moerbeek