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