summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2023-02-13Fix an alignment issue in iwx(4) Rx descriptors.Stefan Sperling
2023-02-13Also lock the map in the execve-driven calls to uvm_map_check_copyin_add()Theo de Raadt
2023-02-13Upon fork, copy the copyin_check structure to the new map, otherwiseTheo de Raadt
2023-02-13regenVitaliy Makkoveev
2023-02-13asn1x509 test: Remove unnecessary line continuationsTheo Buehler
2023-02-13Push kernel lock down to dopselect() and doppoll() and unlock select(2),Vitaliy Makkoveev
2023-02-13Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.cTheo Buehler
2023-02-13dsa/dsa_sign.c: unindent by inverting logic for DSA_SIG_free(NULL)Theo Buehler
2023-02-13dsa/dsa_sign.c: shuffle functions into a more sensible orderTheo Buehler
2023-02-13regenMark Kettenis
2023-02-13Add Rockchip RK3566 and shorten the name for the RK3399.Mark Kettenis
2023-02-13Revise for negative zero changes.Joel Sing
2023-02-13Avoid negative zero.Joel Sing
2023-02-13Simplify BN_set_negative().Joel Sing
2023-02-13Add currently failing negative zero check to BN_rshift() regress.Joel Sing
2023-02-12syncTheo de Raadt
2023-02-12bump major after syscall removalTheo Buehler
2023-02-12Rename pipeselwakeup() to pipe_wakeup(). It doesn't call selwakeup()Vitaliy Makkoveev
2023-02-12regenVitaliy Makkoveev
2023-02-12Add "Micron Technology" vendor and MTFDKBA512QFM NVMe storageVitaliy Makkoveev
2023-02-12m88k also needs to define PMAP_CHECK_COPYIN as 1.Kenji Aoyama
2023-02-11non-padded 64-bit system calls arrived 2021/12/23, over a year ago.Theo de Raadt
2023-02-11syncTheo de Raadt
2023-02-11sync for __syscall removalTheo de Raadt
2023-02-11syncTheo de Raadt
2023-02-11crank major because __syscall is goneTheo de Raadt
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-11sprinkle some Xr; from josiah frentsosJason McIntyre
2023-02-11I forgot to copy the msyscall interlock flag to forked processes, soTheo de Raadt
2023-02-11Remove bn_exp2.c, which is now empty.Joel Sing
2023-02-11Bye bye x86_64-gcc.c.Joel Sing
2023-02-11Refactor common code of the 3 up_generate functions into up_process_prefix()Claudio Jeker
2023-02-11Use a consistent comment to explain why 32bit archs set their secondPhilip Guenther
2023-02-11Make 'ls' command in bootloader work correctly on luna88k.Kenji Aoyama
2023-02-10Add support for configuring multiple name servers as roadwarriorTobias Heider
2023-02-10Use "echo '/ *' | disklabel -wAT-" to put all free space into theKenneth R Westerback
2023-02-10drm/amdgpu: update wave data type to 3 for gfx11Jonathan Gray
2023-02-10drm/amd/pm: drop unneeded dpm features disablement for SMU 13.0.4/11Jonathan Gray
2023-02-10drm/amd: Fix initialization for nbio 4.3.0Jonathan Gray
2023-02-10Make tun(4) and tap(4) event filters MP-safe.Visa Hankala
2023-02-10drm/i915: Fix potential bit_17 double-freeJonathan Gray
2023-02-10drm/i915: Avoid potential vm use-after-freeJonathan Gray
2023-02-10drm/amd/display: Fix timing not changning when freesync video is enabledJonathan Gray
2023-02-10Adjust knote(9) APIVisa Hankala
2023-02-10drm/i915/adlp: Fix typo for reference clockJonathan Gray
2023-02-10drm/i915: Fix up locking around dumping requests listsJonathan Gray
2023-02-10drm/i915: Fix request ref counting during error capture & debugfs dumpJonathan Gray
2023-02-10drm/i915/guc: Fix locking when searching for a hung requestJonathan Gray
2023-02-10Fix cursor position after zero width space, GitHub issue 3469.Nicholas Marriott