summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-11-05crypto_local.h: add comment to #endifTheo Buehler
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-05Add support for a scrollbar at the side of each pane. New optionsNicholas Marriott
2024-11-05Move cryptlib.h to crypto_local.hTheo Buehler
2024-11-05ncomplete is set but never used. Noticed by ccClaudio Jeker
2024-11-05ec_asn1_test: remove debug leftover that broke the build on WindowsTheo Buehler
2024-11-05Unlock ptsignal by using the ps_mtx instead of KERNEL_LOCK to ensureClaudio Jeker
2024-11-05EC_POINT_is_at_infinity() returns a booleanTheo Buehler
2024-11-05Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenlyMiod Vallat
2024-11-05Stop grabbging the KERNEL_LOCK() for uvm_fault_unwire_locked() in the reaper.Martin Pieuchot
2024-11-05Do not put wired pages on the page queues & release their swap resources.Martin Pieuchot
2024-11-05Check if the mapping for an vm_map_entry exists while holding its lock.Martin Pieuchot
2024-11-05Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.Martin Pieuchot
2024-11-05Add support for CSI b control sequence (repeat last printed character) toMiod Vallat
2024-11-05Tweak softc initialization:Martin Pieuchot
2024-11-05cryptlib.h: adjust header guard for upcoming surgeryTheo Buehler
2024-11-05rpki-client: check validity time in filemodeTheo Buehler
2024-11-05remove VATTR_NULL() define, directly call vattr_null()Jonathan Gray
2024-11-05Enable ixv(4)YASUOKA Masahiko
2024-11-04Properly handle stop signals in cursig if deep.Claudio Jeker
2024-11-04remove ability to specify root/dump/swap on st(4)Jonathan Gray
2024-11-04Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)Jeremie Courreges-Anglas
2024-11-04getgrouplist(3): always return the total number of groups foundJeremie Courreges-Anglas
2024-11-04correct non-rd major numbers; ok miod@Jonathan Gray
2024-11-04No need to duplicate the scsi_xfer timeout field in spc_acb.Miod Vallat
2024-11-04crypto_local.h is empty, so cryptlib.c doesn't need it right now.Theo Buehler
2024-11-04viogpu: tune down debug messagesStefan Fritsch
2024-11-04vio_dump: Fix control queue dumpStefan Fritsch
2024-11-04Rewrite EC_POINT_new() and EC_POINT_dup()Theo Buehler
2024-11-04correct HW_MAXID; ok deraadt@ jca@ kettenis@Jonathan Gray
2024-11-04Update referenceJob Snijders
2024-11-04Some atoi -> strtonum conversions; ok denisTheo de Raadt
2024-11-04syncTheo de Raadt
2024-11-04ec tests: allow linking against eopensslTheo Buehler
2024-11-04Implement support for the new CHLS key that is used to control the batteryMark Kettenis
2024-11-04Do not make padding cells extended (there can be a lot of them), fromNicholas Marriott
2024-11-04add a "natt" option that forces negotiation of nat-t (and udpencap).David Gwynne
2024-11-04Allow downloading firmware without rootAndrew Fresh