Age | Commit message (Expand) | Author |
2015-12-08 | correct errant spacing here before it continues spreading | Ted Unangst |
2015-12-08 | correct errant spacing | Ted Unangst |
2015-12-08 | semarie noticed that auth failures don't set errno. just print a generic | Ted Unangst |
2015-12-08 | remove undocumented message about trailers | Ted Unangst |
2015-12-08 | jmc discovered more references to trailers. i think it's safe to remove | Ted Unangst |
2015-12-08 | Support -a <auth_style> in doas(1). Allows specifying a non-default auth | Stuart Henderson |
2015-12-08 | NOTRAILERS is unlikely to show up in future ifconfig output | Ted Unangst |
2015-12-08 | remove lies about trailers support | Ted Unangst |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-12-08 | Move /etc/examples/vm.conf from etc to base. | Antoine Jacoutot |
2015-12-08 | style(9) says that is OK to not include sys/cdefs.h directly, as it | Reyk Floeter |
2015-12-08 | _SYS_TASKQ_H_ -> _SYS_TASK_H_ | David Gwynne |
2015-12-08 | tweak whitespace in struct definition. no functional change. | David Gwynne |
2015-12-08 | use struct task_list instead of TAILQ_HEAD(, task) | David Gwynne |
2015-12-08 | +TAILQ_HEAD(task_list, task); | David Gwynne |
2015-12-08 | vlan doenst have to handle SIOCGIFADDR cos the stack does it. | David Gwynne |
2015-12-08 | Kill unused iftxlist. | Martin Pieuchot |
2015-12-08 | if_stop is unused, so kill it. | David Gwynne |
2015-12-08 | Manual for if_get(9) and if_put(9). | Martin Pieuchot |
2015-12-08 | split the interface send queue (struct ifqueue) implementation out. | David Gwynne |
2015-12-08 | Match 3rd party Xbox 360 controllers, from Christian Heckendorf. | Martin Pieuchot |
2015-12-08 | Update EXAMPLES to use smtpctl(8). | Sunil Nimmagadda |
2015-12-08 | Use mailwrapper path instead of smtpd. | Sunil Nimmagadda |
2015-12-08 | Remove format_create_flags and just pass flags to format_create. | Nicholas Marriott |
2015-12-08 | Spacing nits. | Nicholas Marriott |
2015-12-08 | vmctl console - id is not optional | Reyk Floeter |
2015-12-08 | Add "vmctl console" to connect to a specified VM console by id. | Reyk Floeter |
2015-12-08 | Remove NULL-checks before free(). | mmcc |
2015-12-08 | Remove a NULL-check before free(). | mmcc |
2015-12-08 | Ed was meant to be El; | Jason McIntyre |
2015-12-08 | dont need to repeatedly set if_start to the same function. | David Gwynne |
2015-12-08 | Initially pledge spamd | Bob Beck |
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott |
2015-12-08 | UTF-8 support: implement -m for character counting | Ingo Schwarze |
2015-12-08 | Use ^= instead of a verbose alternative. ok nicm@ | mmcc |
2015-12-07 | Add root certificate for COMODO RSA Certification Authority, ok beck@ | Stuart Henderson |
2015-12-07 | Remove needless type casts and corresponding type parameters from | mmcc |
2015-12-07 | No need to check for NULL before free(). | mmcc |
2015-12-07 | No need to check for NULL before free(). | mmcc |
2015-12-07 | stricter encoding type checks for ssh-rsa; ok djm@ | Markus Friedl |
2015-12-07 | Remove unneeded strings.h includes. From Serguey Parkhomovsky. | mmcc |
2015-12-07 | Replace bzero with memset, and change a strings.h include to string.h to | mmcc |
2015-12-07 | strings.h -> string.h to prevent implicit declarations. From Serguey | mmcc |
2015-12-07 | Represent line numbers with off_t rather than int. This prevents | mmcc |
2015-12-07 | tweak the code a bit and add a -w option to display day of week. | Marc Espie |
2015-12-07 | sync | Theo de Raadt |
2015-12-07 | use O_EXCL rather than a race | Theo de Raadt |
2015-12-07 | delete pointless setlocale(3) call; | Ingo Schwarze |
2015-12-07 | Previously forgot another /var in the comment | Reyk Floeter |
2015-12-07 | Add regression tests for in_pcbbind. | Vincent Gross |