summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-17very ugly whitespacesTheo de Raadt
2024-01-17Use imsg_get_fd()Claudio Jeker
2024-01-17Use imsg_get_fd() and a local variable.Claudio Jeker
2024-01-17Zap trailing space.Antoine Jacoutot
2024-01-17Convert to use imsg_get_fd()Claudio Jeker
2024-01-17Convert to use imsg_get_fd() since proc_forward_imsg() never forwards aClaudio Jeker
2024-01-17Get all variable-length values for the parent server before linking theClaudio Jeker
2024-01-17unstub i915_driver_hw_remove()Jonathan Gray
2024-01-16update drm to linux 6.6.12Jonathan Gray
2024-01-16Update standards referenceJob Snijders
2024-01-16print flag 'l' for base program or ld.so being under pinsyscalls enforcement,Theo de Raadt
2024-01-16Read PT_OPENBSD_SYSCALLS in libc.so, and convert it to a table forTheo de Raadt
2024-01-16The kernel will now read pinsyscall tables out of PT_OPENBSD_SYSCALLS inTheo de Raadt
2024-01-16Handle variable names (things strating with $ or @) in yylex() this wayClaudio Jeker
2024-01-16Convert to imsg_get_fd() and remove unused proc_forward_imsg().Claudio Jeker
2024-01-16Switch session_notification() over to use a struct ibuf to carry theClaudio Jeker
2024-01-16Use imsg_get_fd() instead of direct access to imsg.fdClaudio Jeker
2024-01-16Use imsg_get_fd() and adjust cleanup code accordingly.Claudio Jeker
2024-01-16Fix clang warning about possible unaligned access on arm64.Kevin Lo
2024-01-16Cope with recent changes to pfctl output.Anton Lindqvist
2024-01-15Add debug message for no policy found.Jan Klemkow
2024-01-15Make sure to return a proper string in ai_canonname.Florian Obser
2024-01-15Add support for bringing up RTKit while !cold.Mark Kettenis
2024-01-15Introduce priterator(), the `ps_list' iterator. Some of `allprocess'Vitaliy Makkoveev
2024-01-15Convert the simple bits of imsg handling over to the new imsg API.Claudio Jeker
2024-01-15Include cert_partial_chain in iked_static instead of sending a separateTobias Heider
2024-01-15Run the pkey cleanup test also for {Ed,X}25519Theo Buehler
2024-01-15Switch to EVP_CIPHER_do_all() now that snaps are available on most archesTheo Buehler
2024-01-15Fetch touchpad dimensions from firmware instead of hardcoding the valuesMark Kettenis
2024-01-15We can't call kstat_create(9) when bringing up the secondary CPUs as itMark Kettenis
2024-01-15A cache can send a 'NO_DATA_AVAILABLE' error during version negotiationClaudio Jeker
2024-01-15The maximum number of ring slots a tx packet can use is 32, which isJonathan Matthew
2024-01-15Currently 'pfctl -a "*" -sr' recursively walks anchor tree and showsAlexandr Nedvedicky
2024-01-15From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemblePhilip Guenther
2024-01-15Increase wait until threshold. Should hopefully make these tests moreAnton Lindqvist
2024-01-15vio(4): poll device status after issuing device reset.Dave Voutila
2024-01-15clockintr: move CLST_IGNORE_REQUESTS from cl_flags to cq_flagsScott Soule Cheloha
2024-01-14Tidy a few more includes in cms/Theo Buehler
2024-01-14sys/sched.h: conceal <sys/queue.h> inclusion from userspaceScott Soule Cheloha
2024-01-14sys/sched.h: conceal struct schedstate_percpu definition from userspaceScott Soule Cheloha
2024-01-14Whenever we have a libc major bump, we run the risk that dependent sharedMark Kettenis
2024-01-13Prepare for removing most of the X509_TRUST APITheo Buehler
2024-01-13Remove check{,obj_cleanup}_defer documentationTheo Buehler
2024-01-13Remove mention of a refcount bugTheo Buehler
2024-01-13BIO_f_ssl.3: Remove explicit library initializationTheo Buehler
2024-01-13Remove calls to OpenSSL_add_all_{ciphers,digests}()Theo Buehler
2024-01-13Move errno.h inclusion where it belongsTheo Buehler
2024-01-13Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()joshua
2024-01-13Prepare to remove the EVP_PKEY_meth_* APITheo Buehler
2024-01-13The OBJ_NAME API joins the party in evp_names.cTheo Buehler