2023-07-13 |
millert | bcmp(3) tries to return length, which is a size_t,... |
commit | commitdiff | tree | snapshot |
2023-07-13 |
jasper | - use IS_ELF() to check the ELF magic bytes |
commit | commitdiff | tree | snapshot |
2023-07-13 |
dv | vmd(8): pull validation into local prefix parser. |
commit | commitdiff | tree | snapshot |
2023-07-13 |
ajacoutot | Check input before trying to disable a non-existing... |
commit | commitdiff | tree | snapshot |
2023-07-13 |
kettenis | Use the deep idle state available on Apple M1/M2 cores... |
commit | commitdiff | tree | snapshot |
2023-07-13 |
jsg | Change function definitions using the identifier-list... |
commit | commitdiff | tree | snapshot |
2023-07-13 |
nicm | Use 8 for underscore colour defaults instead of 0 which... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
jasper | validate alignment of ELF program headers |
commit | commitdiff | tree | snapshot |
2023-07-12 |
jasper | address incomplete validation of ELF program headers... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
cheloha | GPROF: sleep_state: disable _mcount() across suspend... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
anton | Add test which consistently triggers the problem with... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
anton | Report fork errors as this test is likely to hit the... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
jmc | missing word; from thib4711 |
commit | commitdiff | tree | snapshot |
2023-07-12 |
mvs | Fix solock()/sounlock() usage. |
commit | commitdiff | tree | snapshot |
2023-07-12 |
florian | Don't run off the end of path if it ends in /. |
commit | commitdiff | tree | snapshot |
2023-07-12 |
florian | basename(3) can fail, prevent segfault in strlen(3). |
commit | commitdiff | tree | snapshot |
2023-07-12 |
claudio | Add regress test to check for bad attribute lenght... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
claudio | Update rde_community_test after the major change in... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
claudio | Update OpenBGPD to use new ibuf API. |
commit | commitdiff | tree | snapshot |
2023-07-12 |
tb | Work around use after free in httpd(8) |
commit | commitdiff | tree | snapshot |
2023-07-12 |
claudio | In rde_attr_parse() if an attribute causes a parse... |
commit | commitdiff | tree | snapshot |
2023-07-12 |
tb | Use ssize_t instead of short for line lengths |
commit | commitdiff | tree | snapshot |
2023-07-12 |
tb | Revert accidental addition of cofactor ECDH support |
commit | commitdiff | tree | snapshot |
2023-07-12 |
tb | Reenable clienttest and servertest |
commit | commitdiff | tree | snapshot |
2023-07-11 |
tb | Fix last bit of the clienttest, needs ssl_pkt.c r1.66 |
commit | commitdiff | tree | snapshot |
2023-07-11 |
tb | Remove old workaround for F5 |
commit | commitdiff | tree | snapshot |
2023-07-11 |
op | drop engine support |
commit | commitdiff | tree | snapshot |
2023-07-11 |
op | remove the useless logging methods |
commit | commitdiff | tree | snapshot |
2023-07-11 |
nicm | Remove Ns and Li and change Nm to Ic, suggested by... |
commit | commitdiff | tree | snapshot |
2023-07-11 |
claudio | Bump version for -portable release |
commit | commitdiff | tree | snapshot |
2023-07-11 |
claudio | No need to initialize the first element of st->string... |
commit | commitdiff | tree | snapshot |
2023-07-11 |
tb | Keep servertest silent and align with clienttest |
commit | commitdiff | tree | snapshot |
2023-07-11 |
tb | Neuter expected server test failures with SSLv2 |
commit | commitdiff | tree | snapshot |
2023-07-11 |
tb | Fix most of the clienttest. With this only test cases... |
commit | commitdiff | tree | snapshot |
2023-07-11 |
nicm | Add descriptions of copy mode commands, from Michael... |
commit | commitdiff | tree | snapshot |
2023-07-11 |
claudio | Rework sleep_setup()/sleep_finish() to no longer hold... |
commit | commitdiff | tree | snapshot |
2023-07-11 |
anton | Trim leading whitespace from find(1) output, missed... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
deraadt | Allow unveiled programs to dump core (in the default... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
tb | Add test case for negative number with highest bit... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
jan | ix(4): allocate less memory for tx buffers |
commit | commitdiff | tree | snapshot |
2023-07-10 |
tb | Rename EC_KEY from r to key like in the rest of the... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
anton | The rsync tests are unstable since the directory listin... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
anton | Infer the timeout from the environment, with sane defau... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
anton | Improve err/warn messages: |
commit | commitdiff | tree | snapshot |
2023-07-10 |
jeremy | Don't open files that will be skipped |
commit | commitdiff | tree | snapshot |
2023-07-10 |
patrick | The changes to the register layout affect the interrupt... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
job | Update outdated comment |
commit | commitdiff | tree | snapshot |
2023-07-10 |
nicm | It should no longer be necessary to ignore SIGCHLD... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
nicm | Loop around waitpid in client, from Azat Khuzhin. |
commit | commitdiff | tree | snapshot |
2023-07-10 |
espie | finish v5.36, UList was a bit more work |
commit | commitdiff | tree | snapshot |
2023-07-10 |
nicm | Use a stack for last panes line windows, from Thomas... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
djm | misplaced debug message |
commit | commitdiff | tree | snapshot |
2023-07-10 |
guenther | Enable Indirect Branch Tracking for amd64 userland... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
guenther | Add PS_NOBTCFI, a per-process flag indicating that... |
commit | commitdiff | tree | snapshot |
2023-07-10 |
tb | Pull BIGNUM constants out of get_* function bodies |
commit | commitdiff | tree | snapshot |
2023-07-10 |
tb | BIO_indent: use %*s rather than puts in a loop |
commit | commitdiff | tree | snapshot |
2023-07-10 |
tb | bn_print: string.h is no longer needed |
commit | commitdiff | tree | snapshot |
2023-07-10 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-07-09 |
nicm | Call closefrom after removing signals because newer... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | Fix ndef_{prefix,suffix}() |
commit | commitdiff | tree | snapshot |
2023-07-09 |
patrick | It turns out that there are seperate pins for the PCIe... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
bluhm | Fix route entry leak. |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | Reimplement BN_print() and BN_print_fp() |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | Simplify bn_print() |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | Refactor BN_bn2hex() |
commit | commitdiff | tree | snapshot |
2023-07-09 |
patrick | Add some more RK3588 PCIe clocks and resets. |
commit | commitdiff | tree | snapshot |
2023-07-09 |
bluhm | Some Perl tests set owner, permissions, access time... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
kettenis | Add mute control. This makes the mute button on laptop... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
jsing | Provide optimised bn_subw() for riscv64. |
commit | commitdiff | tree | snapshot |
2023-07-09 |
jsing | Provide optimised bn_addw() for riscv64. |
commit | commitdiff | tree | snapshot |
2023-07-09 |
bluhm | Allocate enough memory to pervent SIGSEGV or SIGABRT... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
bluhm | sync perl 5.36.1 |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tobhe | regen |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tobhe | Add suspend key support in wskbd and make it work on... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | Add Xr to EVP_MD_meth_new to top level library |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | Fix OpenBSD release |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | sync |
commit | commitdiff | tree | snapshot |
2023-07-09 |
tb | ASN1_bn_print() will be removed soon. Remove docs. |
commit | commitdiff | tree | snapshot |
2023-07-09 |
jsg | correct spelling |
commit | commitdiff | tree | snapshot |
2023-07-08 |
jmc | max_processes -> max_jobs in usage(); |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | fix comment to unbreak things that care about warnings |
commit | commitdiff | tree | snapshot |
2023-07-08 |
tb | sync |
commit | commitdiff | tree | snapshot |
2023-07-08 |
tb | link EVP_MD_meth_new.3 to build |
commit | commitdiff | tree | snapshot |
2023-07-08 |
tb | Import EVP_MD_meth_new.3 from OpenSSL 1.1.1 head |
commit | commitdiff | tree | snapshot |
2023-07-08 |
tb | Fix whitespace |
commit | commitdiff | tree | snapshot |
2023-07-08 |
espie | nitpicking: singular of children is child |
commit | commitdiff | tree | snapshot |
2023-07-08 |
espie | partial fix for make -j8 (bluhm@ is sitting right next... |
commit | commitdiff | tree | snapshot |
2023-07-08 |
bluhm | sync perl 5.36.1 |
commit | commitdiff | tree | snapshot |
2023-07-08 |
espie | talk about "jobs" because that's make knows, and mentio... |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | Hide all public symbols in libssl |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | Hide symbols in dh |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | Hide symbols in curve22519 |
commit | commitdiff | tree | snapshot |
2023-07-08 |
kn | Floppies don't have bioctl(8) |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | Hide symbols in modes.h |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | Hit modes with the loving mallet of knfmt |
commit | commitdiff | tree | snapshot |
2023-07-08 |
bluhm | Fix Perl tests in OpenBSD regress. |
commit | commitdiff | tree | snapshot |
2023-07-08 |
tobhe | Adds request_sleep(), a MI way of sending the machine... |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | Hide symbols in gost. |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | hide symbols in dsa |
commit | commitdiff | tree | snapshot |
2023-07-08 |
beck | Hide symbols in cmac |
commit | commitdiff | tree | snapshot |
next |