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