summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-06-05route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFEozaki-r
2023-06-05- Fix clearing of EINT and other transient flags.mlelstv
2023-06-03adapt to ${CC_WNO_MAYBE_UNINITIALIZED}lukem
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03fix various typos in comments and messages.andvar
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-06-01fix various typos in comments.andvar
2023-05-31Fix typo.ad
2023-05-30Use device_printf() instead of aprint_error_dev().msaitoh
2023-05-29bsd.own.mk: rename NO_ADDR_OF_PACKED_MEMBER to CC_NO_ADDR_OF_PACKED_MEMBERlukem
2023-05-29aq(4): if_transmit: Invoke softint_schedule(9) with kpreempt disabled.rin
2023-05-29libsa/printf: Do not fetch long va_arg as long long.rin
2023-05-28Second arg to fdt_memory_remove_range is a size so pass dtbsize and notskrll
2023-05-28s/Resture/Restore/ and s/restared/restarted/ in comments.andvar
2023-05-28s/explcit/explicit/ in comment.andvar
2023-05-28s/sessoin/session/ in warning message.andvar
2023-05-28In sys/param.h document that MAXPATHLEN includes space for a null byte.dholland
2023-05-27fix word endings toin -> tion in comments.andvar
2023-05-27Revert to previous.nat
2023-05-26Fix potential null dereference by simply adding last_gd != NULL checkandvar
2023-05-26include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config bui...andvar
2023-05-26Fix previous.nat
2023-05-26Fix logic for timing.nat
2023-05-26set error to EIO on SKEY_ABORTED_COMMAND.andvar
2023-05-26initialize error on definition to fix 'error' may not be initialized issue.andvar
2023-05-25ddb: PR kern/57435 - fix duplicate "show mount"uwe
2023-05-25amdgpu: Fix mostly harmless merge botch.riastradh
2023-05-25Fix CLKF_INTR so that not all time is shown as being spent in interrupts.skrll
2023-05-24entropy(9): Avoid race between rnd_add_data and ioctl(RNDCTL).riastradh
2023-05-24entropy(9): On flags change, cancel any scheduled consolidation.riastradh
2023-05-24introduce imx6sx_platform_bootstrap(), which calls imx_platform_bootstrap()bouyer
2023-05-24efi(4): Fix logic to handle buffer sizing.riastradh
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-23autoconf(9): Omit config_attach_pseudo kernel lock assertion for now.riastradh
2023-05-22Use the offset in mmap calculations.nat
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-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