summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24quote { to make regcomp happychristos
2023-05-24CHANGES: rm SHAREDSTRINGS, mkstr, xstrlukem
2023-05-24obsolete mkstr(1) and xstr(1)lukem
2023-05-24deprecate SHAREDSTRINGS build optionlukem
2023-05-24efi(4): Fix logic to handle buffer sizing.riastradh
2023-05-23ctfmerge tool fixes might need a clean tools buildlukem
2023-05-23ctfmerge: pthread error handling. macos host fixeslukem
2023-05-23tools/compat: regen for dispatch_semaphore_createlukem
2023-05-23tools/compat: MAKEVERBOSE support in regenlukem
2023-05-23autoconf: AC_FUNC_ALLOCA(): add local fix for BSD supportlukem
2023-05-23Set PID path back to "/var/run/unbound.pid" so rc scripts work again.hannken
2023-05-23ctfmerge: fix macOS semaphore implementationlukem
2023-05-23ctfmerge: error check sem_*() and pthread_*() APIslukem
2023-05-23indent: separate code for handling enums from the lexerrillig
2023-05-23indent: fix indentation of struct declarationsrillig
2023-05-23indent: split debug output into paragraphsrillig
2023-05-23centralize the warnings, try to fix clangchristos
2023-05-23centralie warningschristos
2023-05-23indent: extract processing of a single token to separate functionrillig
2023-05-23s/configuratin/configuration/ in comment, from Brad Harder (bch) by email.andvar
2023-05-23use macros compatible with xf86-video-suncg14 to issue SX instructionsmacallan
2023-05-23autoconf(9): Omit config_detach kernel lock assertion too for now.riastradh
2023-05-23indent: fix spacing around '*' in declarationsrillig
2023-05-23indent: fix spacing in declarations in for loopsrillig
2023-05-23tests/indent: add code snippets found in make and lint1rillig
2023-05-23autoconf(9): Omit config_attach_pseudo kernel lock assertion for now.riastradh
2023-05-22indent: fix spacing between block bracesrillig
2023-05-22tests/indent: refine a few testsrillig
2023-05-22Use the offset in mmap calculations.nat
2023-05-22indent: adjust indentation in lexerrillig
2023-05-22tests/lint1: allow whitespace in files containing the expected outputrillig
2023-05-22lint.1: add a few examplesrillig
2023-05-22lint: use consistent variable name for redeclared symbolrillig
2023-05-22lint: fix emitted type for arrays of unknown sizerillig
2023-05-22lint: clean up the name of a local variablerillig
2023-05-22i386/GENERIC: Enable EFI runtime support.riastradh
2023-05-22i386/ALL: Enable EFI runtime support.riastradh
2023-05-22efi(4): Translate between size_t and unsigned long.riastradh
2023-05-22efi(4): Implement EFIIOC_GET_TABLE on x86.riastradh
2023-05-22efi(4): Implement MI parts of EFIIOC_GET_TABLE.riastradh
2023-05-22efi(4): Move error macros to efi.h.riastradh
2023-05-22efi(4): Parenthesize EFIERR argument out of paranoia.riastradh
2023-05-22dtrace_fbt: Read and write instructions appropriately-endian on arm.riastradh
2023-05-22dk(4): Add locking notes.riastradh
2023-05-22dk(4): Explain why no need for device reference in dksize, dkdump.riastradh
2023-05-22dk(4): Strengthen preconditions of various devsw operations.riastradh
2023-05-22dk(4): Strengthen dkclose preconditions.riastradh
2023-05-22dk(4): Strengthen dkopen preconditions.riastradh
2023-05-22dk(4): Prevent race between dkwedge_get_parent_name and wedge detach.riastradh
2023-05-22dk(4): Split unsafe lookups into safe subroutines and unsafe wrappers.riastradh