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