summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-11-06Make edid_parse() take a device name as extra argument so that the fewMiod Vallat
2024-11-06sort options list;Jason McIntyre
2024-11-06Toss tedu's cleanse into crypto_memory.cTheo Buehler
2024-11-06add an empty line between license and #include linesTheo Buehler
2024-11-06Rename malloc-wrapper.c to crypto_memory.cTheo Buehler
2024-11-05vmd(8) resets psp(4)Alexander Bluhm
2024-11-05Use PCB iterator for raw IP input deliver loop.Alexander Bluhm
2024-11-05The `pri' field of struct clockframe has become unused since the removal ofMiod Vallat
2024-11-05Xr to Ic, from jmc.Nicholas Marriott
2024-11-05mark up fix; from jesper wallinJason McIntyre
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.Miod Vallat
2024-11-05Check for pfxsz, not the pointerlucas
2024-11-05Protect the page daemon memory reserve from allocations in interrupt contexts.Martin Pieuchot
2024-11-05Revert r1.69, I committed a wrong & broken diff.Martin Pieuchot
2024-11-05bn_convert: avoid a zero-sized allocationTheo Buehler
2024-11-05Add TLS support in tcpbenchJan Klemkow
2024-11-05Avoid zero-sized allocationsTheo Buehler
2024-11-05sleep_signal_check() is called twice in sleep_finish().Claudio Jeker
2024-11-05Return the number of freed pages in bufbackoff().Martin Pieuchot
2024-11-05Protect the page daemon memory reserve from allocations in interrupt contexts.Martin Pieuchot
2024-11-05The ability to attach a wsdisplay without a terminal emulator has beenMiod Vallat
2024-11-05Fix typo in smbios product string for the HP OmniBook X.Mark Kettenis
2024-11-05fix an alignment error in the Queue column label of atq(1) introduced onIgor Sobrado
2024-11-05remove mention to nqs, the Network Queuing System developed at NASA Ames;Igor Sobrado
2024-11-05make usage for both mail(1) and mailx(1) fit in a 80-column display.Igor Sobrado
2024-11-05Implement CSI s and CSI u to save and restore cursor position. These areMiod Vallat
2024-11-05Prevent a double free by unlinking the descriptor before unmaping & freeing it.Martin Pieuchot
2024-11-05Use a helper to get lower page from backing store: uvm_fault_lower_io().Martin Pieuchot
2024-11-05Use computed `shortage' value instead of `uvmexp.free' in uvmpd_scan_inactive().Martin Pieuchot
2024-11-05Remove old reference to VMM_MPROTECT_EPT ioctlMike Larkin
2024-11-05Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of thatMiod Vallat
2024-11-05Implement psp(4) shutdown command and ioctl(2) PSP_IOC_SHUTDOWN.Alexander Bluhm
2024-11-05remove unused M_MAXCOMPRESS MCLOFSET; ok claudio@ miod@Jonathan Gray
2024-11-05Rename cpt_err.c into crypto_err.cTheo Buehler
2024-11-05Relocate FIPS stubs to crpyto_legacy.cTheo Buehler
2024-11-05Belatedly add a very crude manual page to acpicmos(4).Miod Vallat
2024-11-05CRYPTO_mem_ctrl() is also relocated to crypto_legacy.cTheo Buehler
2024-11-05Move OPENSSL_cleanse() to crypto_legacy()Theo Buehler
2024-11-05Fold cversion.c into crypto_legacy.cTheo Buehler
2024-11-05Rename cryptlib.c into crypto_legacy.cTheo Buehler
2024-11-05Replace rwlock with iterator in UDP input multicast loop.Alexander Bluhm
2024-11-05Correctly honour the count optional argument of the break command, byMiod Vallat