Age | Commit message (Expand) | Author |
2023-07-13 | Check input before trying to disable a non-existing daemon to prevent parsing | Antoine Jacoutot |
2023-07-13 | Use the deep idle state available on Apple M1/M2 cores in the idle loop and | Mark Kettenis |
2023-07-13 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-07-12 | validate alignment of ELF program headers | Jasper Lievisse Adriaanse |
2023-07-12 | address incomplete validation of ELF program headers in execve(2) which could... | Jasper Lievisse Adriaanse |
2023-07-12 | GPROF: sleep_state: disable _mcount() across suspend/resume | Scott Soule Cheloha |
2023-07-12 | Add test which consistently triggers the problem with test6_perms, | Anton Lindqvist |
2023-07-12 | Report fork errors as this test is likely to hit the default | Anton Lindqvist |
2023-07-12 | missing word; from thib4711 | Jason McIntyre |
2023-07-12 | Fix solock()/sounlock() usage. | Vitaliy Makkoveev |
2023-07-12 | Don't run off the end of path if it ends in /. | Florian Obser |
2023-07-12 | basename(3) can fail, prevent segfault in strlen(3). | Florian Obser |
2023-07-12 | Add regress test to check for bad attribute lenght for optional transitive | Claudio Jeker |
2023-07-12 | Update rde_community_test after the major change in how attributes and | Claudio Jeker |
2023-07-12 | Update OpenBGPD to use new ibuf API. | Claudio Jeker |
2023-07-12 | Work around use after free in httpd(8) | Theo Buehler |
2023-07-12 | In rde_attr_parse() if an attribute causes a parse error which results in | Claudio Jeker |
2023-07-12 | Use ssize_t instead of short for line lengths | Theo Buehler |
2023-07-12 | Revert accidental addition of cofactor ECDH support | Theo Buehler |
2023-07-12 | Reenable clienttest and servertest | Theo Buehler |
2023-07-11 | Fix last bit of the clienttest, needs ssl_pkt.c r1.66 | Theo Buehler |
2023-07-11 | Remove old workaround for F5 | Theo Buehler |
2023-07-11 | drop engine support | Omar Polo |
2023-07-11 | remove the useless logging methods | Omar Polo |
2023-07-11 | Remove Ns and Li and change Nm to Ic, suggested by jmc. | Nicholas Marriott |
2023-07-11 | Bump version for -portable release | Claudio Jeker |
2023-07-11 | No need to initialize the first element of st->string since it was just | Claudio Jeker |
2023-07-11 | Keep servertest silent and align with clienttest | Theo Buehler |
2023-07-11 | Neuter expected server test failures with SSLv2 | Theo Buehler |
2023-07-11 | Fix most of the clienttest. With this only test cases 9 and 13 fail. | Theo Buehler |
2023-07-11 | Add descriptions of copy mode commands, from Michael Bianco. | Nicholas Marriott |
2023-07-11 | Rework sleep_setup()/sleep_finish() to no longer hold the scheduler lock | Claudio Jeker |
2023-07-11 | Trim leading whitespace from find(1) output, missed in previous. | Anton Lindqvist |
2023-07-10 | Allow unveiled programs to dump core (in the default, classic, into . way) | Theo de Raadt |
2023-07-10 | Add test case for negative number with highest bit of top octet set | Theo Buehler |
2023-07-10 | ix(4): allocate less memory for tx buffers | Jan Klemkow |
2023-07-10 | Rename EC_KEY from r to key like in the rest of the file | Theo Buehler |
2023-07-10 | The rsync tests are unstable since the directory listing includes the | Anton Lindqvist |
2023-07-10 | Infer the timeout from the environment, with sane defaults. Should | Anton Lindqvist |
2023-07-10 | Improve err/warn messages: | Anton Lindqvist |
2023-07-10 | Don't open files that will be skipped | Jeremy Evans |
2023-07-10 | The changes to the register layout affect the interrupt status/ack registers | Patrick Wildt |
2023-07-10 | Update outdated comment | Job Snijders |
2023-07-10 | It should no longer be necessary to ignore SIGCHLD because it is now | Nicholas Marriott |
2023-07-10 | Loop around waitpid in client, from Azat Khuzhin. | Nicholas Marriott |
2023-07-10 | finish v5.36, UList was a bit more work | Marc Espie |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-07-10 | misplaced debug message | Damien Miller |
2023-07-10 | Enable Indirect Branch Tracking for amd64 userland, using XSAVES/XRSTORS | Philip Guenther |