2021-12-28 |
patrick | Compile out-of-line helpers for atomic operations which... |
commit | commitdiff | tree | snapshot |
2021-12-28 |
mpi | Unlock bottom part of the fault handler. |
commit | commitdiff | tree | snapshot |
2021-12-28 |
claudio | In io_write_buf() adjust the calculation of the multipl... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Not only BCM4378, but all PCIe core revisions >= 64... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Map the chip ids used on Apple M1 Pro/Max and Apple... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Support reading OTP information from a few more chips... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
visa | Reduce sensitivity to TCP segmentation in urgent data... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
visa | Disable poll/select iocond regress |
commit | commitdiff | tree | snapshot |
2021-12-27 |
anton | Yet another errno correction. |
commit | commitdiff | tree | snapshot |
2021-12-27 |
florian | knf |
commit | commitdiff | tree | snapshot |
2021-12-27 |
jsing | Pull BN_{new,init,clear,clear_free,free} up to the... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
jsing | Provide a set of RSA and ECDSA test certificates/keys. |
commit | commitdiff | tree | snapshot |
2021-12-27 |
jsing | Provide a script to generate test certificates/keys. |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Fix off-by-one in blob download, where in the case... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
visa | Make clear that poll_iocond pty test fails currently. |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | BCM4387 needs the D11 cores to be held in reset by... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Send TxCap and WiFi calibration blobs to the chip. |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Switch module codename retrieval to use the newly propo... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Handle trailing odd-sized 1024 byte blocks when calcula... |
commit | commitdiff | tree | snapshot |
2021-12-27 |
patrick | Bump rxpost and rxcomplete ring size to 1024 for newer... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
mvs | Rework garbage collector for unix(4) sockets. |
commit | commitdiff | tree | snapshot |
2021-12-26 |
djm | split method list search functionality from authmethod_... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
patrick | Add information about TCM rambase and how to check... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | zap doubled semicolon |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Check BIO_indent() return like all the others in this... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Check error returns for HMAC_* to appease coverity. |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | One more leak similar to previous. |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Plug leaks |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Plug memleak |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Drop pointless cast in i2d_ASN1_BOOLEAN(). This may... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Consistently call BN_init() before BN_with_flags() |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
jsing | Correct SSL_get_peer_cert_chain() when used with the... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
jsing | Attempt to opportunistically use the host name for... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
sashan | DIOCHANGERRULE ioctl must set pointer to ruleset in... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
kettenis | Add address locators for the ACPI "bus" and use these... |
commit | commitdiff | tree | snapshot |
2021-12-26 |
bluhm | Fix compiler warnings with sparc64 gcc 4.2.1. |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | fix spelling of inheritance |
commit | commitdiff | tree | snapshot |
2021-12-26 |
tb | Check ipAddrBlock and autonomousSysNum for criticality |
commit | commitdiff | tree | snapshot |
2021-12-26 |
anton | add missing include path; ok tb@ |
commit | commitdiff | tree | snapshot |
2021-12-26 |
kn | Fix unexpanded LOCALBASE and X11BASE |
commit | commitdiff | tree | snapshot |
2021-12-26 |
sashan | make 'set skip on ...' in pf.conf dynamic |
commit | commitdiff | tree | snapshot |
2021-12-25 |
tb | Fix some weird line wrapping and a minor KNF nit |
commit | commitdiff | tree | snapshot |
2021-12-25 |
tj | reword some old text mentioning openbsd 5.5 and windows... |
commit | commitdiff | tree | snapshot |
2021-12-25 |
ratchov | Don't accept an empty string as selector value |
commit | commitdiff | tree | snapshot |
2021-12-25 |
ratchov | Move example about USB devices from -F description... |
commit | commitdiff | tree | snapshot |
2021-12-25 |
tb | No need for assert.h in here. |
commit | commitdiff | tree | snapshot |
2021-12-25 |
tb | drop a meaningless XXX |
commit | commitdiff | tree | snapshot |
2021-12-25 |
tb | Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[] |
commit | commitdiff | tree | snapshot |
2021-12-25 |
ratchov | Add section to explain how to handle device hot plugging |
commit | commitdiff | tree | snapshot |
2021-12-25 |
bluhm | For a long time ip_ours() and ip6_ours() are calling... |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | Indent goto labels for diffability. |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | Merge asn_pack.c into asn1_item.c - these are two ASN1_... |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | Merge evp_asn1.c into a_type.c - these are all ASN1_TYP... |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | Move more ASN1_STRING_* functions to a_string.c. |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | More consolidation of ASN.1 code. |
commit | commitdiff | tree | snapshot |
2021-12-25 |
visa | Adjust pty case for kqueue-based poll(2) |
commit | commitdiff | tree | snapshot |
2021-12-25 |
visa | kqueue: Invalidate revoked vnodes' knotes on the fly |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | Consolidate code/templates for ASN.1 types. |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | Move ASN1_<type>_* functions to the top, encoding/decod... |
commit | commitdiff | tree | snapshot |
2021-12-25 |
jsing | Rewrite ASN.1 identifier/length parsing in CBS. |
commit | commitdiff | tree | snapshot |
2021-12-25 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-12-25 |
guenther | Sync DF_1_* flag definitions with llvm 13, including... |
commit | commitdiff | tree | snapshot |
2021-12-25 |
guenther | Update to reflect changes over the last six years |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Filter out all symbols starting with a double underbar... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
deraadt | when getopts prints "unknown option" or "requires argum... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-12-24 |
cheloha | uniq(1): skip() each input line only once |
commit | commitdiff | tree | snapshot |
2021-12-24 |
bluhm | Run malloc_duel for 60 seconds instead of 20. It did... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
jsing | Reorder some functions. |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Undo commenting of OPENSSL_NO_RFC3779 |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Prepare to provide PEM_write_bio_PrivateKey_traditional() |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Prepare to provide EVP_CIPHER_CTX_{get,set}_cipher_data |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Prepare to provide EVP_CIPHER_CTX_buf_noconst() |
commit | commitdiff | tree | snapshot |
2021-12-24 |
visa | Hook up iocond regress. |
commit | commitdiff | tree | snapshot |
2021-12-24 |
visa | Replace wait channel polling with simple sleep for... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Fix a typo in a comment and add some empty lines for... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
claudio | Sync test code after the change of id from size_t to... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
guenther | Delete obsolete __syscall regress that tested the old... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
jsing | Print the name of the test before we run it. |
commit | commitdiff | tree | snapshot |
2021-12-24 |
jmc | add mtw(4); |
commit | commitdiff | tree | snapshot |
2021-12-24 |
jmc | use -nosplit for AUTHORS; |
commit | commitdiff | tree | snapshot |
2021-12-24 |
jmc | iic.4: add apliic to the master list |
commit | commitdiff | tree | snapshot |
2021-12-24 |
hastings | Support more mtw(4) devices. |
commit | commitdiff | tree | snapshot |
2021-12-24 |
visa | Make poll/select version of filt_solisten() more simila... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
hastings | regen |
commit | commitdiff | tree | snapshot |
2021-12-24 |
hastings | Add some more mtw(4) devices. |
commit | commitdiff | tree | snapshot |
2021-12-24 |
hastings | Add a manual page for mtw(4). |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Style tweak in {d2i,i2d}_IPAddrBlocks() |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Drop -g -O0 from CFLAGS |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | link rfc3779 test to build |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Add initial test coverage for RFC 3779 code. |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Fix some KNF issues in the RFC 3779 section that have... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | KNF nit |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Remove asserts from asid_validate_path_internal() |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Turn asserts in ASIdentifierChoice_canonize() into... |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Remove assert from extract_min_max() (again) |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Revert previous. The commit contained more than intended. |
commit | commitdiff | tree | snapshot |
2021-12-24 |
tb | Turn asserts in ASIdentifierChoice_canonize() into... |
commit | commitdiff | tree | snapshot |
next |