summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-12-08Spacing nits.Nicholas Marriott
2015-12-08vmctl console - id is not optionalReyk Floeter
2015-12-08Add "vmctl console" to connect to a specified VM console by id.Reyk Floeter
2015-12-08Remove NULL-checks before free().mmcc
2015-12-08Remove a NULL-check before free().mmcc
2015-12-08Ed was meant to be El;Jason McIntyre
2015-12-08dont need to repeatedly set if_start to the same function.David Gwynne
2015-12-08Initially pledge spamdBob Beck
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
2015-12-08UTF-8 support: implement -m for character countingIngo Schwarze
2015-12-08Use ^= instead of a verbose alternative. ok nicm@mmcc
2015-12-07Add root certificate for COMODO RSA Certification Authority, ok beck@Stuart Henderson
2015-12-07Remove needless type casts and corresponding type parameters frommmcc
2015-12-07No need to check for NULL before free().mmcc
2015-12-07No need to check for NULL before free().mmcc
2015-12-07stricter encoding type checks for ssh-rsa; ok djm@Markus Friedl
2015-12-07Remove unneeded strings.h includes. From Serguey Parkhomovsky.mmcc
2015-12-07Replace bzero with memset, and change a strings.h include to string.h tommcc
2015-12-07strings.h -> string.h to prevent implicit declarations. From Sergueymmcc
2015-12-07Represent line numbers with off_t rather than int. This preventsmmcc
2015-12-07tweak the code a bit and add a -w option to display day of week.Marc Espie
2015-12-07syncTheo de Raadt
2015-12-07use O_EXCL rather than a raceTheo de Raadt
2015-12-07delete pointless setlocale(3) call;Ingo Schwarze
2015-12-07Previously forgot another /var in the commentReyk Floeter
2015-12-07Add regression tests for in_pcbbind.Vincent Gross
2015-12-07/var/vm is a terrible idea, the images are filled on demand, they areReyk Floeter
2015-12-07Add imsg "peerid" to debug messages (only within -DDEBUG).Reyk Floeter
2015-12-07Forcibly remove the local vm reference on error.Reyk Floeter
2015-12-07Only increment the vm counter after successfully adding a new vm; theReyk Floeter
2015-12-07Fix error handling in a few cases: some function return (-1) on error,Reyk Floeter
2015-12-07Yet another missed ferror callMarc Espie
2015-12-07Add initial vm.conf(5) example. But please note that the grammar isReyk Floeter
2015-12-07Most common strings in vm.conf are pathnames, so allow unquotedReyk Floeter
2015-12-07tweak initial error loggingReyk Floeter
2015-12-07Sync proc.c, use shorter proc_compose[v]()Reyk Floeter
2015-12-07Sync proc.c, use proc_composev()Reyk Floeter
2015-12-07Now that makemap(8)/newaliases(8) are merged into smtpctl(8), updateSunil Nimmagadda
2015-12-07Merge makemap(8) into smtpctl(8).Sunil Nimmagadda
2015-12-07sync with vmdReyk Floeter
2015-12-07Skip the "fatal in" message prefix when aborting with fatal() - whenReyk Floeter
2015-12-07reset the slowaccept flag in sock_close()Alexandre Ratchov
2015-12-07Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffNicholas Marriott
2015-12-07Convert to arc4random_uniform.tb
2015-12-07Add cpuid bits documented in the August 2015 revision ofJonathan Gray
2015-12-07Remove NULL-checks before free(). No functional change.mmcc
2015-12-07Remove SHA0 check, as we did in v1.21 of sha.h.Brent Cook
2015-12-07enable snooping on Intel 100 Series HDAJonathan Gray
2015-12-07match on intel 100 seriesJonathan Gray