summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-21Introducing malloc_usable_size() was a mistake. While some otherOtto Moerbeek
2018-11-20when printing essids return the number of chars we printed, like printfPeter Hessler
2018-11-20fix whitespace in debugging functionPeter Hessler
2018-11-20split up long lineanton
2018-11-20test getownanton
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-20test fcntl(F_SETOWN)anton
2018-11-20DNS goes over both udp and tcp, so reflect that in example pf.conf line;Otto Moerbeek
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 spelling of kettenis' email addressReyk Floeter
2018-11-20Convert the pledge call to idiomatic format 'cause we love grep.Theo de Raadt
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2018-11-20Fix when ber_free_elements is called with a NULL-value.Martijn van Duren
2018-11-20Fix the case where the recursion detection isn't reset when the command isMartijn van Duren
2018-11-20move a magic constant into a magic defineTed Unangst
2018-11-20Fix typos in memprobe address check. Diff from Andrew Daugherity.YASUOKA Masahiko
2018-11-20On mips64, DT_DEBUG doesn't need mprotecting if it's in the GNU_RELRO segmentPhilip Guenther
2018-11-20unveil(2) boot images which are specified by -o option. Also exitYASUOKA Masahiko
2018-11-19Fix compilation on alpha, where DEF_WEAK() really must be paired withPhilip Guenther
2018-11-19Improve POSIX compliance by making case-insensitive extendedIngo Schwarze
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-19Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification.Joel Sing
2018-11-19Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}.Joel Sing
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andNicholas Marriott
2018-11-19Utilize sigio with sockets.Visa Hankala
2018-11-19Add regress tests for sockets with sigio.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-19silence (to log level debug2) failure messages when loading the defaultDamien Miller
2018-11-19recent 802.1Q defines 88e7 for provider backbone bridgingDavid Gwynne
2018-11-18syncTheo Buehler
2018-11-18Fix inverted logic for redirecting ProxyCommand stderr to /dev/null.Darren Tucker
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-18Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageOtto Moerbeek
2018-11-18MACHINE_ARCH -> MACHINE to fix syspatch build on macppc and arm64.Antoine Jacoutot
2018-11-18Use correct name when printing the error message that a network prefix-setClaudio Jeker
2018-11-18later versions of 802.1Q replaced the vlan CFI field with DEIDavid Gwynne
2018-11-18handle the 802.1Q i-tag format for provider backbone bridges.David Gwynne
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-18small clean up of dired sectionMark Lumsden
2018-11-17add the missing space. in the future, should mail -f the file to ensure it i...Theo de Raadt