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