summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-07Before stopping a thread because of stop signal set ps_xsig to the signumClaudio Jeker
2024-11-07Document locking of failing allocation requests and improve the comments.Martin Pieuchot
2024-11-07Free Oxford commas for most of the comments.Martin Pieuchot
2024-11-07Do not try to release memory if all we need is balancing the page lists.Martin Pieuchot
2024-11-07Optimize active & inactive list traversals when looking only for low pages.Martin Pieuchot
2024-11-07Use a static request to notify failed nowait allocations.Martin Pieuchot
2024-11-07Remove redundant `constraint' argument to uvmpd_scan() & friends.Martin Pieuchot
2024-11-07Introduce an helper to check if memory has been freed for a given request.Martin Pieuchot
2024-11-07Introduce an helper to check if a page belongs to a given memory range.Martin Pieuchot
2024-11-07Test callback is called immediately after TLS handshake completion.Alexander Bluhm
2024-11-07Move syslogd(8) TLS handshake callback from read to write handler.Alexander Bluhm
2024-11-07Regression for parsing multi-line strings with comments.Martin Pieuchot
2024-11-07Add multi-line strings support to the bt(5) script parser.Martin Pieuchot
2024-11-07de-macro SWAP_KEY_*; ok miod@ mpi@Jonathan Gray
2024-11-07drop "Civil" from NQY; while RAF still have some presence at the siteStuart Henderson
2024-11-07Remove leftover indirections required by pre-armv7 cpu support.Miod Vallat
2024-11-07Remove two unnecessary instructions, at least one being a leftover fromMiod Vallat
2024-11-07Log the username when rejecting by ipcp.YASUOKA Masahiko
2024-11-07remove unused SWAP_KEY_EXPIRE defineJonathan Gray
2024-11-07add rcs idsJonathan Gray
2024-11-06Fix vmd(8) logging to syslog(3) from child process.Alexander Bluhm
2024-11-06ssh-agent implemented an all-or-nothing allow-list of FIDO applicationDamien Miller
2024-11-06I have flown into and from Trondheim, TRD.Sebastian Benoit
2024-11-06vmd(8) logs psp(4) firmware version.Alexander Bluhm
2024-11-06Do not store the value of sp in struct clockframe, for nothing has a needMiod Vallat
2024-11-06document EVP_PKEY_CTRL_CIPHER, providing a bit of contextIngo Schwarze
2024-11-06Remove vnd(4) diskimage after testing to avoid that running regressAlexander Bluhm
2024-11-06About a year ago, the obsolete function EVP_Cipher(3) was moved out ofIngo Schwarze
2024-11-06Add a few missing airports that I have visited.volker
2024-11-06Skip pf regress with proper error message if pf is disabled inAlexander Bluhm
2024-11-06Fix function declaration to be less arcane.Claudio Jeker
2024-11-06Add -g option to get the index of the current virtual terminal.Miod Vallat
2024-11-06Factor out the ptrace trap into proc_trap() and simplify the signalClaudio Jeker
2024-11-06Use atomic load and store operations for sbchecklowmem().Alexander Bluhm
2024-11-06Fix broken vmd(8) build on arm64 due to missing psp_setup().Alexander Bluhm
2024-11-06syncTheo de Raadt
2024-11-06Address more outdated comments.Miod Vallat
2024-11-06A long, long, time ago, pending interrupt handlers were stored in arraysMiod Vallat
2024-11-06Reference SendHoldTimer RFC in bgpd(8)Job Snijders
2024-11-06Give locore a few more symbolic constants to make the code path constructingMiod Vallat
2024-11-06Update `shortage' based on the number of pages freed by the shrinkers.Martin Pieuchot
2024-11-06Re-check limits after being awoken to ensure page daemon reserves aren't stolen.Martin Pieuchot
2024-11-06RegenMiod Vallat
2024-11-06Sync with NetBSD: remove duplicate mode entries when parsing edid records,Miod Vallat
2024-11-06Sync with NetBSD: minor fixes and a couple more video modes.Miod Vallat
2024-11-06EC_GROUP_set_seed(): flip order of seed and len null checksTheo Buehler
2024-11-06Treat the curls in EC_GROUP_dup() with a flatironTheo Buehler
2024-11-06Clean up EC_GROUP_copy()Theo Buehler
2024-11-06Switch EC_GROUP_new() to calloc()Theo Buehler
2024-11-06Remove a non-applicable comment about 32-bit userland code.Miod Vallat