Age | Commit message (Expand) | Author |
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 |
2015-12-07 | /var/vm is a terrible idea, the images are filled on demand, they are | Reyk Floeter |
2015-12-07 | Add imsg "peerid" to debug messages (only within -DDEBUG). | Reyk Floeter |
2015-12-07 | Forcibly remove the local vm reference on error. | Reyk Floeter |
2015-12-07 | Only increment the vm counter after successfully adding a new vm; the | Reyk Floeter |
2015-12-07 | Fix error handling in a few cases: some function return (-1) on error, | Reyk Floeter |
2015-12-07 | Yet another missed ferror call | Marc Espie |
2015-12-07 | Add initial vm.conf(5) example. But please note that the grammar is | Reyk Floeter |
2015-12-07 | Most common strings in vm.conf are pathnames, so allow unquoted | Reyk Floeter |
2015-12-07 | tweak initial error logging | Reyk Floeter |
2015-12-07 | Sync proc.c, use shorter proc_compose[v]() | Reyk Floeter |
2015-12-07 | Sync proc.c, use proc_composev() | Reyk Floeter |
2015-12-07 | Now that makemap(8)/newaliases(8) are merged into smtpctl(8), update | Sunil Nimmagadda |
2015-12-07 | Merge makemap(8) into smtpctl(8). | Sunil Nimmagadda |
2015-12-07 | sync with vmd | Reyk Floeter |
2015-12-07 | Skip the "fatal in" message prefix when aborting with fatal() - when | Reyk Floeter |
2015-12-07 | reset the slowaccept flag in sock_close() | Alexandre Ratchov |
2015-12-07 | Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff | Nicholas Marriott |
2015-12-07 | Convert to arc4random_uniform. | tb |
2015-12-07 | Add cpuid bits documented in the August 2015 revision of | Jonathan Gray |
2015-12-07 | Remove NULL-checks before free(). No functional change. | mmcc |
2015-12-07 | Remove SHA0 check, as we did in v1.21 of sha.h. | Brent Cook |
2015-12-07 | enable snooping on Intel 100 Series HDA | Jonathan Gray |
2015-12-07 | match on intel 100 series | Jonathan Gray |