summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-09lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunkrillig
2023-07-09libm: Add missing fma(3) and friends for sh3.rin
2023-07-09versioningsyscalls(9): markup fixesuwe
2023-07-09doc/HACKS: Note OPENSSL_NO_EC_NISTP_64_GCC_128 hack for aarch64eb.rin
2023-07-08Sprinkle OPENSSL_NO_EC_NISTP_64_GCC_128 for aarch64eb.rin
2023-07-08openssl.old: Remove OPENSSL_NO_EC_NISTP_64_GCC_128 hack for alpha.rin
2023-07-08openssl.old: Fix build with HAVE_OPENSSL == 11.rin
2023-07-08clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID.riastradh
2023-07-08Add support for missing NAME_MAX when building on Solaris hostspalle
2023-07-08fix typochristos
2023-07-08Document how system call versioning is done. From this summer's compat-linuxchristos
2023-07-08lint: warn about pointer casts between different kinds of typesrillig
2023-07-08t_timerfd: Sprinkle slightly more diagnostics.riastradh
2023-07-08lint: do not use portable type sizes in integer constraintsrillig
2023-07-08t_clock_gettime: Add test for PR kern/57512.riastradh
2023-07-08curcpu_stable(9): New function for asserting curcpu() is stable.riastradh
2023-07-08lint: warn about conversion from 128-bit to smaller integer typesrillig
2023-07-08tests/lint: demonstrate missing warning for converting int128_trillig
2023-07-08lint: clean uprillig
2023-07-08kern_resource.c: Fix brace placement.riastradh
2023-07-08lint: enable more lint warnings for its own source coderillig
2023-07-08tests/lint: fix a few ilp32 testsrillig
2023-07-08lint: fix handling of 'long double' in cross-compiled moderillig
2023-07-08tests/lint: automate accepting changed test resultsrillig
2023-07-08lint: clarify the meaning of 'portable size in bits' of a typerillig
2023-07-08lint: use consistent conditional compilation guardsrillig
2023-07-08tests/lint: only overwrite .exp files if the output actually changesrillig
2023-07-08Make mstats() decl match prototype so this compiles with -DMSTATS.simonb
2023-07-07lint: only warn about traditional/C90 differences in migration moderillig
2023-07-07lint: warn about function definitions without header declarationrillig
2023-07-07Revert unintentional changes to kern_lock.c in previous commit.riastradh
2023-07-07heartbeat(9): Test whether curcpu is stable, not kpreempt_disabled.riastradh
2023-07-07xcall(9): If !mp_online, raise spl or set LP_BOUND to call func.riastradh
2023-07-07heartbeat(9): markup fixesuwe
2023-07-07Unmask event after VCPUOP_stop_periodic_timer andbouyer
2023-07-07sys/param.h: Welcome to 10.99.5, courtesy of heartbeat(9).riastradh
2023-07-07heartbeat(9): Fix grammaro in man page.riastradh
2023-07-07Replace main(9) reference with code locationwiz
2023-07-07Sort SEE ALSOwiz
2023-07-07amd64/ALL: Turn on heartbeat checks.riastradh
2023-07-07heartbeat(9): New mechanism to check progress of kernel.riastradh
2023-07-07crashme(9): New crash methods with raised ipl or kpreempt disabled.riastradh
2023-07-07doc/HACKS: Document PR port-alpha/57511rin
2023-07-07PR port-alpha/57511 Temporally disable secure PLT for alpharin
2023-07-07Fix locking error when setting the multicast filter to accept allmartin
2023-07-07virtio(4): Fix byte order of DMA data for armeb in the same manner asrin
2023-07-07Remove extra whitespace inserted during merge. No binary changes.rin
2023-07-07Remove duplicate OpenBSD RCSID.rin
2023-07-07lint: only skip 'unused' warnings after errors, not other warningsrillig
2023-07-07tprof(8): Add support for Skylake-X and Cascade Lake.msaitoh