Age | Commit message (Collapse) | 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 | |
Requested by mlarkin@ | |||
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 | |
All the work done by Ricardo Mestre <serial@helheim.mooo.com> - Thanks. | |||
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott | |
couple of not very useful client hooks. This will eventually let commands be run at various points and on notifications. Joint work with Thomas Adam. | |||
2015-12-08 | UTF-8 support: implement -m for character counting | Ingo Schwarze | |
and use iswspace(3) for word counting. Requires using getline(3) rather than read(2) to make sure that characters aren't chopped to pieces. Using feedback from millert@ on an earlier version. Feedback and OK tedu@. | |||
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 | |
In some cases sites signed by this are covered by the old "AddTrust External CA Root" that we already had, but that depends on the site sending a fairly large chain of intermediate certificates which most aren't doing (because there's no need because this newer one is in browser stores..). | |||
2015-12-07 | Remove needless type casts and corresponding type parameters from | mmcc | |
allocation macros. No binary change. ok tb@ | |||
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 | |
get the declaration. From Serguey Parkhomovsky. No objects from deraadt@. | |||
2015-12-07 | strings.h -> string.h to prevent implicit declarations. From Serguey | mmcc | |
Parkhomovsky. | |||
2015-12-07 | Represent line numbers with off_t rather than int. This prevents | mmcc | |
overflow on huge inputs. ok millert@, deraadt@ | |||
2015-12-07 | tweak the code a bit and add a -w option to display day of week. | Marc Espie | |
okay jmc@, millert@ | |||
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 | |
forgotten to commit, OK deraadt@ some time ago | |||
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 | |
not backed by blocks until used. So I'll use /home/vm instead. Pointed out by deraadt@ | |||
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 | |
counter has to be in sync in the parent and vmm processes. This fixes reload after a previous load error. | |||
2015-12-07 | Fix error handling in a few cases: some function return (-1) on error, | Reyk Floeter | |
while others return (errno) on error. We probably have to agree on something. | |||
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 | |
not fixed yet. | |||
2015-12-07 | Most common strings in vm.conf are pathnames, so allow unquoted | Reyk Floeter | |
slashes in strings. Slashes were excluded because the parser came from pfctl and bgpd were IP prefixes are parsed this way but we can handle such cases differently if vmd ever has to parse IPs with prefix length. This change also allows to concatenate pathnames with macros. | |||
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 | |
the paths. Ok gilles@, jung@ | |||
2015-12-07 | Merge makemap(8) into smtpctl(8). | Sunil Nimmagadda | |
Ok gilles@, jung@ | |||
2015-12-07 | sync with vmd | Reyk Floeter | |
2015-12-07 | Skip the "fatal in" message prefix when aborting with fatal() - when | Reyk Floeter | |
the daemon died with a message, it is obvious that a fatal condition happened. More important is a useful, but short, message that provides enough information to fix the problem. OK benno@ deraadt@ | |||
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 | |
from Thomas Adam. | |||
2015-12-07 | Convert to arc4random_uniform. | tb | |
ok krw@ | |||
2015-12-07 | Add cpuid bits documented in the August 2015 revision of | Jonathan Gray | |
"Intel Architecture Instruction Set Extensions Programming Reference" | |||
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 | |
This enables ENGINE_get_digest to work again with SHA1. noted by NARUSE, Yui, @nurse from github | |||
2015-12-07 | enable snooping on Intel 100 Series HDA | Jonathan Gray | |
from and tested by daniel@ | |||
2015-12-07 | match on intel 100 series | Jonathan Gray | |
from and tested by daniel@ |