summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-07Stop assuming intel model 0x55 'Skylake X' has a fixed 25 MHz tsc freq.Jonathan Gray
2018-03-06update to NSD 4.1.20, ok florian@Stuart Henderson
2018-03-06Fix a small mistake from r1.229 causing sysctl(8) to print "newval -> newval"Tim van der Molen
2018-03-06If source and destination addresses are equal, the incoming andAlexander Bluhm
2018-03-06Initialize pushback_index like we do (mostly) everywhere else.rob
2013-02-18Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@Stuart Henderson
2018-03-06Mention that there is no macro expansion inside quotes.rob
2018-03-06use _ALIGN() which is uhm a bit OpenBSD-specific, but it means weTheo de Raadt
2018-03-05Stricter checking for skip1 and skip2.cheloha
2018-03-05Add fatal() and fatalx() and put them to use.cheloha
2018-03-05Outsource enabling/disabling the DPD and keepalive timers for SAs intoPatrick Wildt
2018-03-05typo in kern.maxlocksperuidOtto Moerbeek
2018-03-05For some reason tmux treats SGR 10 as SGR 0. It has done since the firstNicholas Marriott
2018-03-05Move completed transfer descriptors to the freelist before callingJonathan Matthew
2018-03-05Fix failure when AS number is < 10denis
2018-03-05move the input format details to -f;Jason McIntyre
2018-03-05fix a memory leak in readdoslabel()Jonathan Gray
2018-03-05Do not redefine PAGE_SHIFT/PAGE_SIZE/PAGE_MASK in vmparam.h; thoseTheo de Raadt
2018-03-05Use _MAX_PAGE_SHIFT, rather than #ifdef mips64Theo de Raadt
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2018-03-04Add if (D_VENDOR) check to last SUN_CYLCHECK block lacking it.Kenneth R Westerback
2018-03-04remove unnecessary headerGilles Chehade
2018-03-04various tweaks, in part to try and clean up the amount of verticalJason McIntyre
2018-03-04grow dmesg buffer - bigger machines showing upTheo de Raadt
2018-03-04when -n is used, no need to spit out "Missing parameters." beforeJason McIntyre
2018-03-04for the pty control tests, just check that the PTY path points toDamien Miller
2018-03-03Provide macro versions of SSL_CTX_set_min/max_proto_version and friendsJeremie Courreges-Anglas
2018-03-03Be specific on what is slowjob
2018-03-03Lowercase 'usage' and group -n with interface in it.Landry Breuil
2018-03-03Document the -n flag.Landry Breuil
2018-03-03Update RSA minimum modulus size to 1024. sshkey.h rev 1.18 bumpedDarren Tucker
2018-03-03unit tests for new authorized_keys options APIDamien Miller
2018-03-03switch over to the new authorized_keys options API and remove theDamien Miller
2018-03-03Introduce a new API for handling authorized_keys options. This APIDamien Miller
2018-03-03warn when the agent returns a signature type that was different toDamien Miller
2018-03-03Add missing comma.rob
2018-03-02apply a lick of paint; tweaks/ok dtuckerJason McIntyre
2018-03-02Protect the calls to ifpromisc() in bpf(4) with net lock. ThisAlexander Bluhm
2018-03-02Return monotonically increasing values.cheloha
2018-03-02Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.Claudio Jeker
2018-03-02Fix reference clock frequency.Visa Hankala
2018-03-02Fix the locating of the OpenBSD disklabel on media with 2048 byteVisa Hankala
2018-03-02Tweak a couple of long lines.Kenneth R Westerback
2018-03-02Always call get_cpg() after calling get_bsize(). InitializeKenneth R Westerback
2018-03-02rework the description of encdebug to make it clear it's talkingJason McIntyre
2018-03-02syncTheo de Raadt
2018-03-02The UEFI specification states that a watchdog timer should be armed forJonathan Gray
2018-03-02Allow escaped quotes \" and \' in ssh_config and sshd_config quotesDamien Miller
2018-03-02fix testing of pty option, include positive test and testing ofDamien Miller
2018-03-02better testing for port-forwarding and restrict flags inDamien Miller