Age | Commit message (Expand) | Author |
2024-01-22 | Similar to getpwnam(3) and getnetgrent(3), it is better to call | Theo de Raadt |
2024-01-22 | getpwnam(3) uses dbopen(3), which pulls all 3 database backends into | Theo de Raadt |
2024-01-22 | Increase buffer size to avoid truncating styles, GitHub issue 3809 from | Nicholas Marriott |
2024-01-22 | When getpwnam(3) reaches out to YP, it calls clntudp_create(3) with a | Theo de Raadt |
2024-01-22 | Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and | Theo Buehler |
2024-01-22 | Simplify history section to match what other manuals do | Theo Buehler |
2024-01-22 | sync | Theo Buehler |
2024-01-22 | Document various CMS_{signed,unsigned}_* functions | Job Snijders |
2024-01-22 | make a note about when to remove overly verbose logging for pinsyscall violat... | Theo de Raadt |
2024-01-22 | drm/amd/display: Pass pwrseq inst for backlight and ABM | Jonathan Gray |
2024-01-22 | drm/crtc: fix uninitialized variable use | Jonathan Gray |
2024-01-22 | drm/amd/display: get dprefclk ss info from integration info table | Jonathan Gray |
2024-01-22 | drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event | Jonathan Gray |
2024-01-22 | drm/amdkfd: svm range always mapped flag not working on APU | Jonathan Gray |
2024-01-22 | drm/crtc: Fix uninit-value bug in drm_mode_setcrtc | Jonathan Gray |
2024-01-22 | drm/amdgpu: Add NULL checks for function pointers | Jonathan Gray |
2024-01-22 | drm/amd/display: Add monitor patch for specific eDP | Jonathan Gray |
2024-01-22 | Revert "drm/prime: Unexport helpers for fd/handle conversion" | Jonathan Gray |
2024-01-22 | drm/amdgpu: Use another offset for GC 9.4.3 remap | Jonathan Gray |
2024-01-22 | drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit | Jonathan Gray |
2024-01-22 | drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer | Jonathan Gray |
2024-01-22 | drm/amd/display: update dcn315 lpddr pstate latency | Jonathan Gray |
2024-01-22 | drm/amdkfd: Use common function for IP version check | Jonathan Gray |
2024-01-22 | drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt | Jonathan Gray |
2024-01-22 | ugly whitespaces | Theo de Raadt |
2024-01-21 | Replace more occurrences of OBJ_NAME_do_all_sorted() with | Theo Buehler |
2024-01-21 | update docs on madvise/msync/minherit behaviour in relation to immutable memo... | Theo de Raadt |
2024-01-21 | workaround for the static non-PIE instbin "instbin" program on the install | Theo de Raadt |
2024-01-21 | Static non-PIE binaries always have a base address of 0 (even if the ELF | Mark Kettenis |
2024-01-21 | Add Xr mimmutable to manual pages which discuss immutable memory. | Theo de Raadt |
2024-01-21 | For minherit(MAP_INHERIT_ZERO) upon readonly memory return EPERM. | Theo de Raadt |
2024-01-21 | madvise(2) and msync(2) have some memory/mapping destructive ops which should | Theo de Raadt |
2024-01-21 | Add support for multiple matches in the component code. | Mark Kettenis |
2024-01-21 | sync with userland | Theo Buehler |
2024-01-21 | Sync with upstream as of Jan 20 | Theo Buehler |
2024-01-21 | sync with userland | Theo Buehler |
2024-01-21 | libz: sync with upstream's develop branch as of Jan 18 | Theo Buehler |
2024-01-21 | Define HAVE_HIDDEN for libz | Theo Buehler |
2024-01-21 | Print raw battery information if KB3310_DEBUG, not DEBUG. NFC | Miod Vallat |
2024-01-21 | Assert that inpcb table has correct address family. | Alexander Bluhm |
2024-01-21 | oops, brain scrambled trying to squeeze the ifdef into bad place | Theo de Raadt |
2024-01-21 | some bizzare glitch related to ramdisk instbin static binaries, their | Theo de Raadt |
2024-01-20 | vmm(4)/vmd(8)/vmctl(8): increase max VM mem size. | Mike Larkin |
2024-01-20 | Better formatting for pax extended header times | Jeremie Courreges-Anglas |
2024-01-20 | Early during mimmutable(2) development, we had a big problem with the | Theo de Raadt |
2024-01-20 | AEXECVE can be removed, because pinsyscall SYS_execve detection has | Theo de Raadt |
2024-01-20 | link the infcover test statically in preparation of zlib changes | Theo Buehler |
2024-01-20 | There are several DART variants; print some more details such that we can | Mark Kettenis |
2024-01-20 | Merge docs of crc32_combine_{gen,op} from zlib.h | Theo Buehler |
2024-01-20 | Use imsg_get_fd() to access the fd passed via imsgs. | Claudio Jeker |