Age | Commit message (Expand) | Author |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-20 | when printing essids return the number of chars we printed, like printf | Peter Hessler |
2018-11-20 | fix whitespace in debugging function | Peter Hessler |
2018-11-20 | split up long line | anton |
2018-11-20 | test getown | anton |
2018-11-20 | Add support for TIOCGPGRP ioctl commands to wscons. | anton |
2018-11-20 | No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl() | anton |
2018-11-20 | test fcntl(F_SETOWN) | anton |
2018-11-20 | DNS goes over both udp and tcp, so reflect that in example pf.conf line; | Otto Moerbeek |
2018-11-20 | Revert free sizes for `subdevs' array, it is incorrect. | Martin Pieuchot |
2018-11-20 | Make rtable_satoplen() a bit more strict when parsing netmasks. Ensure | Claudio Jeker |
2018-11-20 | The first packet received from each AP in each QoS class would be | Patrick Wildt |
2018-11-20 | Fix spelling of kettenis' email address | Reyk Floeter |
2018-11-20 | Convert the pledge call to idiomatic format 'cause we love grep. | Theo de Raadt |
2018-11-20 | Saw a mention somewhere a while back that the gotdata() function in | Theo de Raadt |
2018-11-20 | Fix when ber_free_elements is called with a NULL-value. | Martijn van Duren |
2018-11-20 | Fix the case where the recursion detection isn't reset when the command is | Martijn van Duren |
2018-11-20 | move a magic constant into a magic define | Ted Unangst |
2018-11-20 | Fix typos in memprobe address check. Diff from Andrew Daugherity. | YASUOKA Masahiko |
2018-11-20 | On mips64, DT_DEBUG doesn't need mprotecting if it's in the GNU_RELRO segment | Philip Guenther |
2018-11-20 | unveil(2) boot images which are specified by -o option. Also exit | YASUOKA Masahiko |
2018-11-19 | Fix compilation on alpha, where DEF_WEAK() really must be paired with | Philip Guenther |
2018-11-19 | Improve POSIX compliance by making case-insensitive extended | Ingo Schwarze |
2018-11-19 | Utilize sigio with wscons. The old behavior of always making the process group | anton |
2018-11-19 | delete the dns jackport experiment. it has no future. | Ted Unangst |
2018-11-19 | Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification. | Joel Sing |
2018-11-19 | Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}. | Joel Sing |
2018-11-19 | evbuffer_new and bufferevent_new can both fail (when malloc fails) and | Nicholas Marriott |
2018-11-19 | Utilize sigio with sockets. | Visa Hankala |
2018-11-19 | Add regress tests for sockets with sigio. | Visa Hankala |
2018-11-19 | Retire dom_rtkeylen from struct domain. Nothing is using this anymore. | Claudio Jeker |
2018-11-19 | regen | Kevin Lo |
2018-11-19 | Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi. | Kevin Lo |
2018-11-19 | silence (to log level debug2) failure messages when loading the default | Damien Miller |
2018-11-19 | recent 802.1Q defines 88e7 for provider backbone bridging | David Gwynne |
2018-11-18 | sync | Theo Buehler |
2018-11-18 | Fix inverted logic for redirecting ProxyCommand stderr to /dev/null. | Darren Tucker |
2018-11-18 | More uses of __func__ in debug printfs. | Martin Pieuchot |
2018-11-18 | Use "%s", __func__ in DPRINTF() to reduce grep noise. | Martin Pieuchot |
2018-11-18 | Remove old USB_DEBUG chunk. | Martin Pieuchot |
2018-11-18 | USB_DEBUG -> UPLCOM_DEBUG. | Martin Pieuchot |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-18 | MACHINE_ARCH -> MACHINE to fix syspatch build on macppc and arm64. | Antoine Jacoutot |
2018-11-18 | Use correct name when printing the error message that a network prefix-set | Claudio Jeker |
2018-11-18 | later versions of 802.1Q replaced the vlan CFI field with DEI | David Gwynne |
2018-11-18 | handle the 802.1Q i-tag format for provider backbone bridges. | David Gwynne |
2018-11-18 | When parsing extended capabilities, bail out if a register read returns | Jonathan Matthew |
2018-11-18 | request notification of link state changes, which helps us detect | Jonathan Matthew |
2018-11-18 | small clean up of dired section | Mark Lumsden |
2018-11-17 | add the missing space. in the future, should mail -f the file to ensure it i... | Theo de Raadt |