Age | Commit message (Expand) | Author |
2015-11-26 | Don't dereference a route and then reference it again. In this particular case, | Tim van der Molen |
2015-11-26 | Remove vmm enable / disable in parse.y as well - | Reyk Floeter |
2015-11-26 | Automatically start vmm(4) when the first VM is created and after the | Reyk Floeter |
2015-11-26 | Fix potentially uninitialized variable. | Reyk Floeter |
2015-11-25 | typo: should be looking pid == -1 | Ted Unangst |
2015-11-24 | realloc* is designed so that NULL pointer = malloc. Ditch redundant code | Marc Espie |
2015-11-24 | zap useless use of strlen, okay reyk@ mlarkin@ | Marc Espie |
2015-11-24 | add filter.c plumbing, not linked to the build, not used yet | Gilles Chehade |
2015-11-24 | teach table_db and table_static about mailaddr maps (unused yet) | Gilles Chehade |
2015-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |
2015-11-24 | use canonical pledge argument ordering | Theo de Raadt |
2015-11-23 | Do not need YFLAGS= | Theo de Raadt |
2015-11-23 | allow table API to lookup for mailaddr mappings | Gilles Chehade |
2015-11-23 | spelling fix; from frank groeneveld | Jason McIntyre |
2015-11-23 | accept4() is restarted after signals which prevents vmd from exiting | Reyk Floeter |
2015-11-23 | missing pledge "getpw" for getgrnam(3) | Theo de Raadt |
2015-11-23 | Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag. | Reyk Floeter |
2015-11-23 | I accidentally removed a newline in usage() when converting the log | Reyk Floeter |
2015-11-23 | Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK). | Reyk Floeter |
2015-11-23 | Sync proc.c with iked | Reyk Floeter |
2015-11-23 | Sync proc.c with iked. | Reyk Floeter |
2015-11-23 | Sync proc.c with iked: the default proc_dispatch_null allows to remove | Reyk Floeter |
2015-11-23 | Clarify the size argument, you can specify it as bytes or kilobytes, | Reyk Floeter |
2015-11-23 | strings.h -> string.h | Gilles Chehade |
2015-11-23 | cleanup | Gilles Chehade |
2015-11-23 | Add support for logging to stderr or syslog, and to run vmd in | Reyk Floeter |
2015-11-23 | Restructure bounce content as a multi-part MIME message. | Sunil Nimmagadda |
2015-11-23 | install manpages global, since two architecture (will) use them. | Theo de Raadt |
2015-11-22 | mare naesplit; | Jason McIntyre |
2015-11-22 | +.An -naesplit | Jason McIntyre |
2015-11-22 | use PATH_MAX where needed | Theo de Raadt |
2015-11-22 | enter dirs.. | Theo de Raadt |
2015-11-22 | Add $ Ids | Reyk Floeter |
2015-11-22 | sundry tweaks; | Jason McIntyre |
2015-11-22 | Add initial parser to support a vmm.conf(5) configuration file format | Reyk Floeter |
2015-11-22 | vmmctl(8) - vmm subsystem control | Mike Larkin |
2015-11-22 | vmd(8) - virtual machine daemon. | Mike Larkin |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-22 | There is still a bit of an issue with connected routes in the RIB. Print | Claudio Jeker |
2015-11-22 | Improve ABR support especially for self-originated stub networks. | Claudio Jeker |
2015-11-21 | pledge for nsd. | Florian Obser |
2015-11-21 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-11-21 | Print PCI power state when the -v option is given. | Mark Kettenis |
2015-11-21 | Once again, fix the license text. After many years, we just cannot | Reyk Floeter |
2015-11-21 | While here, fix two size format string warnings. | Reyk Floeter |
2015-11-21 | Move local logging functions to util.c and copy log.c from iked. Now | Reyk Floeter |
2015-11-21 | Move local logging functions into httpd.c, and sync log.c with relayd - | Reyk Floeter |
2015-11-21 | Move local logging functions from log.c to new file util.c (that is | Reyk Floeter |
2015-11-20 | bgpd has been naughty. It tries to play with AF_UNIX sockets without | Florian Obser |
2015-11-20 | use RMS for jitter. we're linking with enough libraries that libm is tiny. | Ted Unangst |