summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
14 daysProvide a replacement assembly implementation for SHA-512 on amd64.Joel Sing
14 daysAdjust deep logic in cursig() to handle sig_stop specially.Claudio Jeker
14 daysAdd CPU capability detection for the Intel SHA extensions (aka SHA-NI).Joel Sing
14 daysRemove unreachable check for orphaned process groups in cursig.Claudio Jeker
14 daysSpecify size for K256 symbol.Joel Sing
14 daysMerge ec_kmeth into ec_keyTheo Buehler
14 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
14 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
14 daysDo not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
2024-11-15Use a better curve and a better hash for the ECDSA_do_sign() exampleTheo Buehler
2024-11-15wait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
2024-11-15fix build without ICE_DEBUGStefan Sperling
2024-11-15implement the ice(4) Rx interrupt handlerStefan Sperling
2024-11-15in ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
2024-11-15Add no-detach-on-destroy client option (useful for control modeNicholas Marriott
2024-11-15Add two new style parameters, width and pad, which apply to scrollbars.Nicholas Marriott
2024-11-15ec_mult: fix includesTheo Buehler
2024-11-15Turn off scrollbar when pane is in alternate screen, from Michael Grant,Nicholas Marriott
2024-11-15EC_KEY_copy() don't leave stale private keys in placeTheo Buehler
2024-11-15add placeholder for GC 11.5.2 APUJonathan Gray
2024-11-15procmap(8) -> procmap(1); spotted by Avon RobertsonJonathan Gray
2024-11-15sparce -> sparseJonathan Gray
2024-11-15drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
2024-11-15drm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
2024-11-15drm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
2024-11-15drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
2024-11-15drm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
2024-11-15compatibiliy -> compatibilityJonathan Gray
2024-11-14Move the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
2024-11-14x509_policy.c: point at RFC 9618Theo Buehler
2024-11-14revert tun(4) changes for now, breaks in kdump build (TUNSCAP/TIOCEXT clash)Stuart Henderson
2024-11-14rpki-client: use macros for skipping rather than hardcoded numbersTheo Buehler
2024-11-14eck_prn: some more air to breatheTheo Buehler
2024-11-14eck_prn: fix includesTheo Buehler
2024-11-14ec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
2024-11-14eck_prn: use group rather than x for an EC_GROUPTheo Buehler
2024-11-14eck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
2024-11-14eck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
2024-11-14eck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
2024-11-14eck_prn: shuffle printing functions into a better orderTheo Buehler
2024-11-14use down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
2024-11-14avoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
2024-11-14for clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
2024-11-14Typo fixes in commentsKevin Lo
2024-11-14provide a way to negotiate network offloads between the kernel and userland.David Gwynne
2024-11-13AES_{decrypt,encrypt}() don't return void internal functionTheo Buehler
2024-11-13implement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
2024-11-13syncTheo de Raadt
2024-11-13Take into account how long the dns probe takes before decding toOtto Moerbeek
2024-11-13Enable ixv(4) in RAMDISK_CDYASUOKA Masahiko