summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-01-12Sometimes a user ID was logged in pflog(4) although the logopt ofAlexander Bluhm
2021-01-11Remove unused start routinekn
2021-01-11Assert that the KERNEL_LOCK() is held in uao_set_swslot().Martin Pieuchot
2021-01-11New rw_obj_init() API providing reference-counted rwlock.Martin Pieuchot
2021-01-11Clear CR 26 before returning to userland to avoid potentioal info leak.Mark Kettenis
2021-01-11When an endpoint stalls, we usually try to reset it by callingMarcus Glocker
2021-01-11Simplify sleep signal handling a bit by introducing sleep_signal_check().Claudio Jeker
2021-01-11Create a path MTU host route for IPsec over IPv6. Basically theAlexander Bluhm
2021-01-10add quirks for Kensington Slimblade trackball via new vendor buttonsthfr
2021-01-10regenthfr
2021-01-10add Kensington Slimblade Trackballthfr
2021-01-09Split hierarchical calls into kern_sysctl_dirsgnezdo
2021-01-09Reduce case duplication in kern_sysctlgnezdo
2021-01-09Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in etherip_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in swap_encrypt_ctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in pipex_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in ipip_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in sysctl_wdoggnezdo
2021-01-09Enforce range with sysctl_int_bounded in witness_sysctl_watchgnezdo
2021-01-09Enforce range with sysctl_int_bounded in tcp_sysctlgnezdo
2021-01-09Finish converting ddb_sysctl to sysctl_int_boundedgnezdo
2021-01-09Use sysctl_int_bounded in sysctl_hwsmtgnezdo
2021-01-09Revert mistaken commit: Stop wsmux_attach_sc race from anton@gnezdo
2021-01-09Stop wsmux_attach_sc race from anton@gnezdo
2021-01-09Include the optimized putchar functions only if RASOPS_SMALL is notFrederic Cambus
2021-01-09"encoding of diag instructions is hard, let's go shopping"Mark Kettenis
2021-01-09If the loop check in somove(9) goes to release without setting anAlexander Bluhm
2021-01-09Syzkaller has found a stack overflow in socket splicing. BroadcastAlexander Bluhm
2021-01-09Enable support for floating-point exceptions. We always run in "precise"Mark Kettenis
2021-01-09Replace a custom linked list with SLIST.Visa Hankala
2021-01-09Replace SIMPLEQ with SLIST because the code does not need a queue.Visa Hankala
2021-01-09Remove unnecessary relocking of w_mtx as panic() should not return.Visa Hankala
2021-01-09Now we do not call ttyopen() in sioopen(), we do not need the variableKenji Aoyama
2021-01-08don't check local carp addresses as part of the antispoof checks.David Gwynne
2021-01-08Bring the emulated Linux memory allocation interfaces more in line withMark Kettenis
2021-01-08Lock kernel before raising SPL in klist_lock()Visa Hankala
2021-01-08Fix boot-time crash on sparc64Visa Hankala
2021-01-08Revert "Implement select(2) and pselect(2) on top of kqueue."Visa Hankala
2021-01-07Fix typo in comment.Mark Kettenis
2021-01-07Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.Claudio Jeker
2021-01-07Adjust comment about klist_invalidate()Visa Hankala
2021-01-06Let a process open a video(4) device multiple timesJeremie Courreges-Anglas
2021-01-06Mark a layer 2 address as expired by setting the length to 0 when theFlorian Obser
2021-01-06Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to theClaudio Jeker
2021-01-06Allocate pages for the F00F bug fix using km_alloc(9) instead ofJonathan Matthew
2021-01-05pppoeintr() is no morekn
2021-01-04the tx doorbell is next to the rx doorbell, not on top of it.David Gwynne
2021-01-04Process pppoe(4) packets directly, do not queue through netiskn
2021-01-04- fix use after free, when packet gets dropped.Alexandr Nedvedicky