Age | Commit message (Expand) | Author |
2023-02-25 | regen | Vitaliy Makkoveev |
2023-02-25 | Unlock select(2), pselect(2), poll(2) and ppoll(2). | Vitaliy Makkoveev |
2023-02-24 | Change to use the default bsd.prog.mk "install" target. | Kenji Aoyama |
2023-02-24 | Try to warn about syscall() possibly being deleted from libc in the | Theo de Raadt |
2023-02-24 | switch mips64 ld.lld to execute-only, in case someone uses it | Theo de Raadt |
2023-02-24 | disable jump tables by default on sparc64, in prep for xonly by default | Theo de Raadt |
2023-02-24 | Do not held the vm_map lock while flushing pages in msync(2) and madvise(2). | Martin Pieuchot |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-23 | Introduce X509_get0_uids() accessor function | Job Snijders |
2023-02-23 | openssl speed: avoid bad plural | Theo Buehler |
2023-02-23 | Make bootloader 'time' command work correctly on luna88k. | Kenji Aoyama |
2023-02-23 | rpki-client: simplify parse_load_crl_from_mft() | Theo Buehler |
2023-02-23 | When parsing MFT the CRL referenced by the MFT is loaded and verified at | Claudio Jeker |
2023-02-23 | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | Theo Buehler |
2023-02-23 | Fix up the .rodata segment's name for Windows as well. | Theo Buehler |
2023-02-23 | Fix ethertype for NSH. RFC 8300 states ethertype 0x894F has been | Moritz Buhl |
2023-02-23 | drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list | Jonathan Gray |
2023-02-23 | drm/amd/display: Fail atomic_check early on normalize_zpos error | Jonathan Gray |
2023-02-23 | drm/amd/amdgpu: fix warning during suspend | Jonathan Gray |
2023-02-23 | drm/amd/display: Properly handle additional cases where DCN is not supported | Jonathan Gray |
2023-02-23 | drm/amdgpu: Enable vclk dclk node for gc11.0.3 | Jonathan Gray |
2023-02-23 | drm/amdgpu: enable HDP SD for gfx 11.0.3 | Jonathan Gray |
2023-02-23 | drm/amd/display: Reset DMUB mailbox SW state after HW reset | Jonathan Gray |
2023-02-23 | drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2 | Jonathan Gray |
2023-02-23 | drm/amd/display: Adjust downscaling limits for dcn314 | Jonathan Gray |
2023-02-23 | drm/amd/display: Add missing brackets in calculation | Jonathan Gray |
2023-02-23 | adjust documentation for ktrace.h changes. utrace() is now easier to use | Theo de Raadt |
2023-02-23 | include two required header files, because we want people to use utrace() | Theo de Raadt |
2023-02-22 | Explicitly initialize vmd_vm pointer with NULL before calling vm_register. | Moritz Buhl |
2023-02-22 | remove .Pp before .Sh; | Jason McIntyre |
2023-02-22 | Point to <signal.h> and not <sys/signal.h>: the latter is | Philip Guenther |
2023-02-22 | Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that's | Philip Guenther |
2023-02-22 | Prefer 'argument' over 'parameter' when refering to the value | Philip Guenther |
2023-02-22 | Prefer "get or set" over "get/set" or "get and set". | Philip Guenther |
2023-02-22 | Adjust parentheses in mont->ri assignment. | Joel Sing |
2023-02-22 | Replace bn_sub_part_words() with bn_sub(). | Joel Sing |
2023-02-22 | Rework bn_add()/bn_sub() to operate on word arrays. | Joel Sing |
2023-02-22 | Rewrite and simplify BN_MONT_CTX_set() | Joel Sing |
2023-02-22 | fix progressmeter corruption on wide displays; bz3534 | Damien Miller |
2023-02-21 | adress -> address; | Jason McIntyre |
2023-02-21 | rpki-client: refactor manifest/crl parsing a bit | Theo Buehler |
2023-02-21 | hppa does some weird callgate stuff, so the pinsyscall() provides the | Theo de Raadt |
2023-02-21 | dlfcn/init.c | Theo de Raadt |
2023-02-21 | spelling. | Moritz Buhl |
2023-02-21 | Do pinsyscall() after static libc is configured for errno storage. | Theo de Raadt |
2023-02-21 | pinsyscall(2) is not just for dynamic binaries anymore, so make the | Theo de Raadt |
2023-02-21 | In static binaries, if WEAK execve can be found, use pinsyscall(2) to | Theo de Raadt |
2023-02-21 | create a stub for pinsyscall(2) | Theo de Raadt |
2023-02-21 | for process kills due to execve from non-pinned syscall address, export | Theo de Raadt |
2023-02-21 | Attach Apollo Lake HD Audio device, enabling audio on machines with it. | Brian Callahan |