summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-12-07Get rid of modulo bias and replace the naive shuffle by thetb
2015-12-07basic unit tests for rsa-sha2-* signature typesDamien Miller
2015-12-07NFS can pass a buffer cache buffer straight to VOP_STRATEGY here, so dma_flip isBob Beck
2015-12-06Only declare buf_daemon() oncePhilip Guenther
2015-12-06child_return() is already declared in <sys/proc.h>Philip Guenther
2015-12-06Simplify the relocation code for the ld.so bootstrap and static pie: trackPhilip Guenther
2015-12-06Fix qsort() comparison functions:Philip Guenther
2015-12-06Update reference from lang/gcc/4.2 to lang/gcc/4.9. From Danielmmcc
2015-12-06Prevent running a VM with the same name multiple times - multipleReyk Floeter
2015-12-06Do the same with less code.Robert Peichaer
2015-12-06add function prototypeMike Larkin
2015-12-06move around some deck chairs in preparation for supporting VM reboot. thisMike Larkin
2015-12-06remove some now-unused enumsMike Larkin
2015-12-06sort SEE ALSO;Jason McIntyre
2015-12-06Don't bother printing out the count of what type of cpu we have. InsteadMike Larkin
2015-12-06test suite for fmt(1) written from scratchIngo Schwarze
2015-12-06don't allow opening of /dev/vmm if we are in an unsupported configurationMike Larkin
2015-12-06Change kernel internal pledge variables to 64bit (to prepare for moreTheo de Raadt
2015-12-06un-needed extern which was removed a while backMike Larkin
2015-12-06Remove a 250-line catalog of AT&T ksh bugs. ok tedummcc
2015-12-06man page missed switchover from vmmctl -> vmctl.Mike Larkin
2015-12-06pledge "dpath" to allow creation of nodes via mkfifo(2) and mknod(2)Theo de Raadt
2015-12-06multicast_{host,router} -> multicast.Martin Pieuchot
2015-12-06Add missing rc bits for rebound.Robert Peichaer
2015-12-06remove trailers option that was already obsolete when this code was imported.Ted Unangst
2015-12-06remove txpower option. only relevant to the now irrelevant wi driver.Ted Unangst