Age | Commit message (Expand) | Author |
2024-08-29 | call pci_set_drvdata() on attach | Jonathan Gray |
2024-08-29 | repair bizzare indents; ok tb | Theo de Raadt |
2024-08-28 | If bounce buffers do not fit, defragment mbuf. | Alexander Bluhm |
2024-08-28 | Enable per-cpu page cache. | Miod Vallat |
2024-08-28 | use the right FILE to parse the config, not stdin | Omar Polo |
2024-08-28 | def_create(): switch from malloc() to calloc() | Theo Buehler |
2024-08-28 | Add test for for the case where the pattern space is empty but does | Todd C. Miller |
2024-08-28 | Fix the case where the pattern space is empty but does not start | Todd C. Miller |
2024-08-28 | Stop printing the "syscall" bit in the header line, too. | Christian Weisgerber |
2024-08-28 | Introduce peer_is_up() and use it instead of peer->state == PEER_UP checks | Claudio Jeker |
2024-08-28 | Check the max_prefix and max_out_prefix limit during config reload. | Claudio Jeker |
2024-08-28 | Extend maxprefix and maxprefixout tests to also check that the limits | Claudio Jeker |
2024-08-28 | vio: Fix allocation sizes | Stefan Fritsch |
2024-08-28 | fix test: -F is the argument to specify a non-default ssh_config, | Damien Miller |
2024-08-28 | libpcap: replace atoi() usage with strtonum() | Omar Polo |
2024-08-28 | libpcap: replace hand-rolled number parser with strtol | Omar Polo |
2024-08-28 | sync ibuf_realloc() copy with libutil | Theo Buehler |
2024-08-28 | Get rid of last use of db_meth | Theo Buehler |
2024-08-28 | Remove a few obvious comments, unwrap a few lines and annotate some | Theo Buehler |
2024-08-28 | Turn X509V3_set_conf_lhash() into a noop | Theo Buehler |
2024-08-28 | Add LCRYPTO_USED(X509_get_signature_info) | Theo Buehler |
2024-08-28 | Disable X509V3_EXT{,_CRL,_REQ}_add_conf() | Theo Buehler |
2024-08-28 | Annotate X509V3_CONF_CTX and its only instance for removal | Theo Buehler |
2024-08-28 | Make use of X509_get_signature_info() in check_sig_level() | Theo Buehler |
2024-08-28 | Document X509_get0_signature_info() | Theo Buehler |
2024-08-28 | Implement X509_get_signature_info() | Theo Buehler |
2024-08-28 | Fix underlying pkey of RSA-PSS | Theo Buehler |
2024-08-28 | Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp() | Theo Buehler |
2024-08-28 | Clean up and simplify OCSP_cert_id_new() | Theo Buehler |
2024-08-28 | Avoid reaching into X509_ALGOR in ocsp_certid_print() | Theo Buehler |
2024-08-28 | Avoid polluting the error stack when printing certificates | Theo Buehler |
2024-08-28 | change dev_set_drvdata() call to pci_set_drvdata() to match linux | Jonathan Gray |
2024-08-28 | implement pci drvdata functions | Jonathan Gray |
2024-08-28 | splnet() not needed in activate function | Theo de Raadt |
2024-08-28 | skip GPU reset on everything, not just APUs | Jonathan Gray |
2024-08-27 | inline `start' and simplify; from/ok millert@ | Omar Polo |
2024-08-27 | vio: whitespace and message tweaks | Stefan Fritsch |
2024-08-27 | constify struct virtio_ops | Stefan Fritsch |
2024-08-27 | ksh: use strtonum() in findhistrel() | Omar Polo |
2024-08-27 | virtio: Remove some unused leftovers | Stefan Fritsch |
2024-08-27 | remove some dead code that wasn't cleaned up | aisha |
2024-08-27 | use UQ_ALWAYS_OPEN for various PixArt/Logitech USB mice. ok bru miod | Stuart Henderson |
2024-08-27 | sync | Stuart Henderson |
2024-08-27 | add a few USB mice, to be used for quirks. ok bru miod | Stuart Henderson |
2024-08-27 | frambuffer -> framebuffer | Jonathan Gray |
2024-08-27 | Enable AMD SEV support in vmm(4). | Alexander Bluhm |
2024-08-27 | Display hyperlinks in copy mode and add copy_cursor_hyperlink format to | Nicholas Marriott |
2024-08-27 | Add search_count and search_count_partial formats in copy mode, GitHub | Nicholas Marriott |
2024-08-27 | Do not reset mouse pane if clicked on status line, it may have been set | Nicholas Marriott |
2024-08-27 | Mechanically change inet_aton to inet_pton. | Florian Obser |