aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unzip: Fix segmentation fault if a zip file contains buggy filename.Yoshihiro Takahashi2021-10-101-2/+13
* rescue: fix after with to a ldscript of libncursesw.aBaptiste Daroussin2021-10-101-1/+1
* ncurses: convert libncursesw.a into a static ldscriptBaptiste Daroussin2021-10-102-3/+20
* vmci: fix panic due to freeing unallocated resourcesMark Peek2021-10-095-4/+61
* readlinkat(2): allow O_PATH fdKonstantin Belousov2021-10-092-4/+5
* timecounter: Let kern.timecounter.stepwarnings be set as a tunableMark Johnston2021-10-091-1/+1
* bhyve: Map the MSI-X table unconditionally for passthroughMark Johnston2021-10-092-114/+76
* sbin/mount_fusefs/mount_fusefs.8: Fix typosElyes HAOUAS2021-10-091-3/+3
* [fib_algo][dxr] Retire counters which are no longer usedMarko Zec2021-10-091-14/+0
* [fib_algo][dxr] Improve incremental updating strategyMarko Zec2021-10-091-19/+84
* Belatedly track private lib renaming for OptionalObsoleteFiles.incEd Maste2021-10-091-48/+48
* OpenSSH: cherry-pick "need initgroups() before setresgid()"Ed Maste2021-10-091-1/+8
* bsdconfig: CommentsDevin Teske2021-10-081-7/+7
* bsd.cpu.mk: Minor formatting for armv6 vs armv7Warner Losh2021-10-081-4/+6
* arm, arm64, riscv: adjust top-level nexus commentMitchell Horne2021-10-083-9/+3
* Mention kern.timecounter.alloweddeviation in nanosleep.1Piotr Pawel Stefaniak2021-10-081-1/+3
* pf: do not copy anchor_wildcard / anchor_relative from userspaceKristof Provost2021-10-082-4/+0
* net80211: fix build for 526370fb85db4b659cff4625eb2f379acaa4a1a8Bjoern A. Zeeb2021-10-081-1/+1
* USB: adjust the Generic XHCI ACPI probe return valueBjoern A. Zeeb2021-10-081-1/+1
* net80211: correct length check in ieee80211_ies_expand()Bjoern A. Zeeb2021-10-081-1/+1
* net80211: proper ssid length check in setmlme_assoc_adhoc()Bjoern A. Zeeb2021-10-081-1/+1
* sctp: improve KASSERT messagesMichael Tuexen2021-10-081-12/+12
* vm_fault: do not trigger OOM too earlyKonstantin Belousov2021-10-081-15/+37
* routing: Use the same index space for both nexthop and nexthop groups.Alexander V. Chernikov2021-10-083-29/+9
* dwmmc: Calculate the maximum transaction length correctly.Michal Meloun2021-10-081-8/+7
* stress2: Added a regression testPeter Holm2021-10-081-0/+71
* stress2: exclude known problem testPeter Holm2021-10-081-0/+1
* prometheus_sysctl_exporter(8): filter output using a regexRobert Wing2021-10-082-26/+80
* Make core dump writes interruptible with SIGKILLKonstantin Belousov2021-10-082-1/+22
* core(5): explicitly mention the core file size limit nameKonstantin Belousov2021-10-081-2/+4
* Add curproc_sigkilled()Konstantin Belousov2021-10-082-0/+24
* sys/proc.h: remove dead prototypeKonstantin Belousov2021-10-081-1/+0
* kern_sig.c: Remove unused SIGPROP_CANTMASKKonstantin Belousov2021-10-081-1/+0
* riscv: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-084-383/+515
* arm: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-083-322/+380
* arm64: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-084-588/+695
* i386: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-084-1391/+1476
* Avoid lost buffers in fsck_ffs.Kirk McKusick2021-10-071-7/+11
* riscv: fix VM_MAXUSER_ADDRESS checks in asm routinesMitchell Horne2021-10-073-13/+37
* riscv: handle page faults in the unmappable regionMitchell Horne2021-10-073-0/+14
* pf: remove unused field from pf_kanchorKristof Provost2021-10-071-1/+0
* pfctl: Remove unused variableKristof Provost2021-10-072-2/+0
* diff: consider two files with same inodes as identicalMariusz Zaborski2021-10-071-0/+4
* i2c(8): fix option handlingMartin Birgmeier2021-10-071-2/+2
* build: slap a libtinfo dependency on libncursesKyle Evans2021-10-071-0/+2
* ixgbe: Update shared code catchupKevin Bowling2021-10-0714-49/+427
* libfido2: Address CHERI compatibilityJessica Clarke2021-10-072-5/+4
* Import libfido2 at 'contrib/libfido2/'Ed Maste2021-10-07198-0/+43610
|\
| * Vendor import of libfido2 1.8.0vendor/libfido2/1.8.0Ed Maste2021-10-01198-0/+43610
* stand: fix build after recent opencrypto changesKyle Evans2021-10-074-5/+8