summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-28Add unveil(2) to sdiff(1) to the following files:Ricardo Mestre
2018-09-28Explain how to enable audio recording.Alexandre Ratchov
2018-09-28Fix white spaces.Alexander Bluhm
2018-09-28add missing unveil(2) of an arbitrary kernel (when -N is used), or _PATH_UNIX byRicardo Mestre
2018-09-28Add vlan and trunk to arm64's RAMDISK (amd64 parity)ccardenas
2018-09-28Support vmd-internal's vmboot with qcow2 disk images.Reyk Floeter
2018-09-28Compress qcow2 open debug messages into a single lineReyk Floeter
2018-09-28Fix copy-pasto to use maxmem instead of maxcpuReyk Floeter
2018-09-28Add a cross reference to sysctl(2) to SEE ALSO.Ingo Schwarze
2018-09-28add unveil(2) to tcpdump(8)Ricardo Mestre
2018-09-28Move the unions into the rom struct which fixes Coverity CID 1473649 andKevin Lo
2018-09-28Document retguard and options to disable it.mortimer
2018-09-27Add vmctl stop -a [-fw] option to stop or terminate all running VMs.Reyk Floeter
2018-09-27Add some extra curlies to make code more legible.Claudio Jeker
2018-09-27unbreak "inet" and "inet6" aliases in filters after rev. 1.333Sebastian Benoit
2018-09-27Coherently name "struct bridge_iflist" variables `bif'.Martin Pieuchot
2018-09-27Make sure the L2 entry is cloned before dereferencing its parent.Martin Pieuchot
2018-09-27whitepspace fixSebastian Benoit
2018-09-27Sometimes make picked the wrong rule for the adapted disklabelAlexander Bluhm
2018-09-27Actually I missed the /usr/local default size change in disklabel(8).Alexander Bluhm
2018-09-27Document how syslogd(8) escapes characters in log lines.Alexander Bluhm
2018-09-27Use same working directory rules for jobs as new windows rather thanNicholas Marriott
2018-09-27add unveil(2) to vipw(8)Ricardo Mestre
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-26Use more appropiate types/limits around strtonum()kn
2018-09-26treat NOTIMP as NO_DATA in response to MX query: fallback to hostname lookupEric Faurot
2018-09-26Adjust alignment in hostsprint()kn
2018-09-26Rename AS_NONE to AS_UNDEF here as well. OK compiler & grepClaudio Jeker
2018-09-26Rename AS_NONE to AS_UNDEF, AS_NONE will be reused for a different purposeClaudio Jeker
2018-09-26Split the disklabel regress into multiple tests. Move all codeAlexander Bluhm
2018-09-26Switching bgpd to a default deny policy had one bad side-effect. SomeClaudio Jeker
2018-09-26Fix controller name.Visa Hankala
2018-09-26Fix segfault in usermod -l by swapping one of the getpwnam(3) withRicardo Mestre
2018-09-26Fix use-after-free by moving the free(3) of the configured interfaces to afterRicardo Mestre
2018-09-26Move the allocating and freeing of mount points intoVisa Hankala
2018-09-26Use the same logic in trie_roa_check_v4 as in trie_roa_check_v6 whenClaudio Jeker
2018-09-26Instead of checking that a segement is not of type AS_SET do the checkClaudio Jeker
2018-09-26Indent issue. No functional changeClaudio Jeker
2018-09-26Move bridge input/output paths outside of the KERNEL_LOCK().Martin Pieuchot
2018-09-26Add variables for setup and cleanup of regression tests.Alexander Bluhm
2018-09-26explicitly mention local processes; from geoff hillJason McIntyre
2018-09-26Fix out file to be actually correct for the input file.Claudio Jeker
2018-09-26call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratc...miko
2018-09-26remove big ugly TODO comment from start of file. Some of the mentionedDamien Miller
2018-09-26Document mux proxy mode; added by Markus in openssh-7.4Damien Miller
2018-09-26typo; ok jmc@miko
2018-09-26Increase the timeout from previous commit further. Rather than warningTheo de Raadt
2018-09-26related to the fsck changes, quotacheck must also determine & setupTheo de Raadt
2018-09-26align RETURN VALUES section with pledge manual; ok deraadt@miko
2018-09-26s/process_mux_master/mux_master_process/ in mux master function names,Damien Miller