summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-10Received SACK options are managed by a linked list at the TCP socket.Alexander Bluhm
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton
2019-07-10Stop sleeping at PUSER.Martin Pieuchot
2019-07-10The command item changes so can't keep getting the target out of it, need to useNicholas Marriott
2019-07-10Remove few level 3 debug printfs related to slot allocation.Alexandre Ratchov
2019-07-10Replace the "umap" bitmap by a simple table of slot pointers.Alexandre Ratchov
2019-07-10Swap "if" and "else" code blocks in slot_new() to improve readability.Alexandre Ratchov
2019-07-10Slot name can't be empty. So, no need to check if it is empty.Alexandre Ratchov
2019-07-10Use NULL instead of 0 where a pointer is expected.Alexandre Ratchov
2019-07-10document the dropping of the second / and ? in line address REs;Jason McIntyre
2019-07-10in man.cgi(8), disable -O toc by default; requested by deraadt@Ingo Schwarze
2019-07-10yet another last_errorMarc Espie
2019-07-10yet another creation instanceMarc Espie
2019-07-10actually we only care about the first error line, and the final statusMarc Espie
2019-07-10tweak the pipe to backsubstitute USER for `whoami` so that we can storeMarc Espie
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagNicholas Marriott
2019-07-10yet another errorMarc Espie
2019-07-10use last_errorMarc Espie
2019-07-10Add missing option openssl dsa -modulusKinichiro Inoguchi
2019-07-10make the END{} block transparent for exitMarc Espie
2019-07-10deal with temp dir creation failures.Marc Espie
2019-07-10make pkg_create fail properly (return 1 is useless there)Marc Espie
2019-07-10The USB video class specification has increased its probe bufferPatrick Wildt
2019-07-10Also dump interface association descriptor when debugging isPatrick Wildt
2019-07-10Implement Linux kthread interfaces.Mark Kettenis
2019-07-10another error injectionMarc Espie
2019-07-10Fix a typo and make <esc><right> move right to the closest end of a wordTheo Buehler
2019-07-10fix printing when the pool is specified as an IP address; reported by andOtto Moerbeek
2019-07-10+ixl (which was used to debug problems on T4-1)Theo de Raadt
2019-07-10Put OpenBSD::Unveil in perl MANIFESTAndrew Fresh
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-07-09syncAndrew Fresh
2019-07-09Add OpenBSD::Unveil, a perl interface to unveil(2)Andrew Fresh
2019-07-09Use timeout_add_msec(9)kn
2019-07-09Group tls_{handshake,read,write,close}() return values documentation.Joel Sing
2019-07-09Regress realpath(3) fails since the non directory hack has beenAlexander Bluhm
2019-07-09Fix white spaces.Alexander Bluhm
2019-07-09Add parentheses for readabilitykn
2019-07-09rework link-connect output so that messages enqueued over the unix socketGilles Chehade
2019-07-09Add missing mtx_leave() in error path.Martin Pieuchot
2019-07-09There was a race what is read first: the EOF from stdin to terminateAlexander Bluhm
2019-07-09resyncSebastien Marie
2019-07-09backout the unlock of pipe(2) and pipe2(2)Sebastien Marie
2019-07-09REGRESS_ROOT_TARGETS has less magic than documentedMarc Espie
2019-07-09add a test that explicitly requires test to run.Marc Espie
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott
2019-07-09add a test using fault injection to trigger OpenBSD::Temp errorsMarc Espie
2019-07-09Do not leak empty lines, GitHub issue 1824.Nicholas Marriott
2019-07-09On slow armv7 machine reconnect timeout is faster than test, soAlexander Bluhm
2019-07-09Add j and k for navigation in menus, GitHub issue 1828.Nicholas Marriott