summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-09-25-T applies to ip6 too, apparently;Jason McIntyre
2018-09-25document HUP;Jason McIntyre
2018-09-25Use getnameinfo(2)kn
2018-09-25usage() is voidkn
2018-09-25fix typo in commentJasper Lievisse Adriaanse
2018-09-25syncTheo de Raadt
2018-09-25Allow panes to be 1 line or column by redrawing instead of using theNicholas Marriott
2018-09-25syncTheo de Raadt
2018-09-25Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().Martin Pieuchot
2018-09-25disklabel(8) uses hw.physmem to calculate swap and /var sizes. ThisAlexander Bluhm
2018-09-25Fix loading of roa-sets in the RDE. From a much bigger diff but thisClaudio Jeker
2018-09-25When sending set_tables in the imsg use the right size. Currently theClaudio Jeker
2018-09-25Since each database that has the rpath promise only needs to access oneRicardo Mestre
2018-09-25Remove initial pledge(2) that doesn't give us much protection since it's soRicardo Mestre
2018-09-24unveil maildir, utmp, /tmp, and /dev. For the vast number of peopleTheo de Raadt
2018-09-24unveil(2) is easy since this only uses one directory treeTheo de Raadt
2018-09-24unveil(2) in getty. This has been in snaps for more than 2 months,Theo de Raadt
2018-09-24After opening required descriptors, savecore only plays in one directoryTheo de Raadt
2018-09-24Use unveil(2). These programs fit together in various strange ways,Theo de Raadt
2018-09-24Prevent ieee80211_get_txkey() from returning the integrity group temporalStefan Sperling
2018-09-24sync host*() changes from bgpddenis
2018-09-24Allow to use the "tls" keyword on any relay action to force TLS, withEric Faurot
2018-09-24Only include pane status in minimum size if it is turned on, GitHubNicholas Marriott
2018-09-24Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4)Martin Pieuchot
2018-09-24enable futex(2) based mutexes on armv7 and use futex based semaphores inJonathan Gray