Age | Commit message (Expand) | Author |
2018-11-22 | Use em0 instead of vmx0 to clarify the parent interface example. | Reyk Floeter |
2018-11-22 | Remove useless assignment, value is overwritten right after being set. | Frederic Cambus |
2018-11-22 | Correct and shorten the description of the sort order of apropos(1) | Ingo Schwarze |
2018-11-22 | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze |
2018-11-22 | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze |
2018-11-22 | Do not use PWD unless it actually matches the real working directory. | Nicholas Marriott |
2018-11-22 | Output info on SIGUSR1 as well as SIGINFO to resync with portable. | Darren Tucker |
2018-11-22 | Append pid to temp files in /var/run and set a cleanup trap for them. | Darren Tucker |
2018-11-22 | add missing make dependency | anton |
2018-11-21 | sync | Theo de Raadt |
2018-11-21 | In unp_internalize() check the length more carefully preventing an | Claudio Jeker |
2018-11-21 | When using MSG_PEEK to peak into packets skip control messages holding | Claudio Jeker |
2018-11-21 | free(9) sizes for bread_cluser(). | Martin Pieuchot |
2018-11-21 | Fix DTLS transcript handling for HelloVerifyRequest. | Joel Sing |
2018-11-21 | add st. andrew's day and put the entry for st. patrick's day in a format | Jason McIntyre |
2018-11-21 | avoid unwanted double space; | Jason McIntyre |
2018-11-21 | Add support for "local inet6" interfaces. | Reyk Floeter |
2018-11-21 | Allow rad(8) to watch interface groups; e.g. "interface tap" in rad.conf. | Reyk Floeter |
2018-11-21 | no more malloc.conf - it's contents are now in malloc(3) itself, | Jason McIntyre |
2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | Jason McIntyre |
2018-11-21 | sync | Theo de Raadt |
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 |