summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-25Fix a typoYASUOKA Masahiko
2024-02-25New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFITheo de Raadt
2024-02-24Check for builtins used inside tuple to ask the kernel to copyout specific data.Martin Pieuchot
2024-02-24syncTheo de Raadt
2024-02-24Add a few missing endbr64 to libcryptoTheo Buehler
2024-02-24Implement 'store' for maps.Martin Pieuchot
2024-02-24Explicitly disable MSR_CET_NO_TRACK_EN in MSR_S_CET. If enabled by theTheo de Raadt
2024-02-24clockintr_bind.9: document clockintr, clockrequest APIsScott Soule Cheloha
2024-02-24Implement 'store' for all builtins, they are either string or integer.Martin Pieuchot
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.hTheo Buehler
2024-02-24qwx(4): qwx_dp_rx_tid_del_func: fix dp_reo_cache_flush_elem expiration logicScott Soule Cheloha
2024-02-24Remove custom key length handlingTheo Buehler
2024-02-24Remove last calls to CRYPTO_{push,pop}_info()Theo Buehler
2024-02-24err.c: fix incorrect line wrappingTheo Buehler
2024-02-24clockintr: rename clockqueue_reset_intrclock to clockqueue_intrclock_reprogramScott Soule Cheloha
2024-02-23timecounting: start system uptime at 0.0 instead of 1.0Scott Soule Cheloha
2024-02-23There is a 21BY x13s model. Handle it like 21BX.Mark Kettenis
2024-02-23Start of a BTCFI test.Mark Kettenis
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2024-02-23timeout: make to_kclock validation more rigorousScott Soule Cheloha
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2024-02-23Prepare to provide X509_STORE_get1_objects()Theo Buehler
2024-02-23Remove ASN1_time_clamp_notafter() prototypeTheo Buehler
2024-02-23- Add support for reporting flow control status.Kevin Lo
2024-02-22make qwx(4) ignore ESHUTDOWN while printing errors to dmesgStefan Sperling
2024-02-22Fix copy-paste error in commentTheo Buehler
2024-02-22Zap trailing blanksTheo Buehler
2024-02-22syncTheo de Raadt
2024-02-22wrap an overlong line to appease mandoc -TlintTheo Buehler
2024-02-22Make the route cache aware of multipath routing.Alexander Bluhm
2024-02-22Improve db_ctf_pprint(), implement handlers for arrays and enums.Claudio Jeker
2024-02-22Print the size of more objects (basic types and enums) based on theirClaudio Jeker
2024-02-22Rewrite the it_cmp() function to use the common check bigger than, checkClaudio Jeker
2024-02-22The ctt_size of integers and floating point numbers is in bytes not bits.Claudio Jeker
2024-02-22Add regress for Signed Prefix List objectsJob Snijders
2024-02-22Add support for RPKI Signed Prefix ListsJob Snijders
2024-02-22get rid of the qwx(4) mhi_newstate_taskStefan Sperling
2024-02-22start qwx(4) MHI channels in process context rather than in a taskStefan Sperling
2024-02-22cache qwx(4) firmware images in memory across suspend/resume cyclesStefan Sperling
2024-02-22add suspend/resume support to qwx(4)Stefan Sperling
2024-02-22add 7.6 syspatch public keyRobert Nagy
2024-02-22if_inkstatehook -> if_linkstatehookJonathan Gray
2024-02-22Workaround for gcc3 - the use of anonymous unions now makes it complainMiod Vallat
2024-02-22vmd(8): only add vionet tap read events after a notify event.Dave Voutila
2024-02-21match on C740; tested by and ok deraadt@Jonathan Gray
2024-02-21recognise Neoverse V3 (Poseidon), Neoverse N3 (Hermes)Jonathan Gray
2024-02-21fix typos in qwx(4) firmware file namesStefan Sperling
2024-02-21syncTheo de Raadt
2024-02-21create a new code ILL_BTCFI associated with SIGILL for trap faults whichTheo de Raadt
2024-02-21Remove duplicate definitions.Kevin Lo