2024/dev-commits-src-main/20240916.dev-commits-src-main
Messages: 117, sorted by subject
Last update: Mon Sep 16 0:07:07 2024
|
|
home | up | archive sorted by: subject | author | date | reverse date
1. Sep 10 Baptiste Daroussin git: 001ca4955e69 - main - zdb: fix build on 32bits 2. Sep 13 Bjoern A. Zeeb git: 01e1131e4a20 - main - LinuxKPI: add pci_err() 3. Sep 10 Mark Johnston git: 051a2132f41d - main - sockstat: Show the address of the spliced socket when -I is specified 4. Sep 10 Jessica Clarke git: 05996f453de2 - main - kldxref: Don't warn and skip file if no relocations are found 5. Sep 10 Jessica Clarke git: 0980d0a0376f - main - depend-cleanup.sh: Fix overzealous abd_os.c cleanup 6. Sep 14 Colin Percival git: 0a5443da8143 - main - man4: Add a comment about Hardware Notes 7. Sep 10 Mark Johnston git: 116dc70c1f16 - main - RELNOTES: Add an entry for SO_SPLICE 8. Sep 14 Herbert J. Skuhra Re: git: 12e0d316644a - main - vendor/bc: upgrade to version 7.0.0 9. Sep 10 Kristof Provost git: 136b8134a4b5 - main - if_ovpn tests: destroy an if_ovpn interface before it's been used 10. Sep 11 Navdeep Parhar git: 171e57967b3e - main - cxgbe/t4_tom: Demote STALE L2 table entries to RESOLVING in uld_stop. 11. Sep 12 Kristof Provost git: 17c9ac457cf1 - main - if_ovpn: declare our dependency on the crypto module 12. Sep 10 Jessica Clarke git: 1a5569771980 - main - depend-cleanup.sh: Fix overzealous syscall.S cleanup on non-amd64 13. Sep 10 Michael Tuexen git: 1c60b2cb0ba5 - main - tcp: improve whitespace consistency for socket option names 14. Sep 11 Kristof Provost git: 299175f2e52e - main - Revert "Assert that mbufs are writable if we write to them" 15. Sep 10 Baptiste Daroussin git: 2b9c818d8db3 - main - pkgbase: fix decision logic to keep the old packages 16. Sep 9 Jason A. Harmening git: 2ed053cde558 - main - vfs: Add IGNOREWHITEOUT flag and adopt it in UFS/unionfs 17. Sep 9 Andrew Turner git: 31ca046e2250 - main - arm: Only define get_cntxct_a64_unstable when used 18. Sep 10 Mark Johnston git: 339a1977c324 - main - pf: Add a sysctl to limit work done for rdr source port rewriting 19. Sep 9 Andrew Turner git: 33ba37525b1d - main - sys/conf: Check for FDT in FDT only files 20. Sep 10 Zhenlei Huang git: 343bf78e4871 - main - bpf: Update a comment
21. Sep 9 Mark Johnston git: 34d9de9658af - main - RELNOTES: Document recent bhyve commits which have user-visible impact 22. Sep 10 Dag-Erling =?utf-8?Q?Sm=C3 git: 355ebf80b1ed - main - date: Documentation nits. 23. Sep 15 Konstantin Belousov git: 3a2a5d606082 - main - getrlimit(2): document RLIMIT_UMTXP 24. Sep 10 Jessica Clarke Re: git: 3a4b04e82df6 - main - depend-cleanup.sh: Simplify handling for stale syscall.S 25. Sep 12 Kristof Provost git: 3acf7e0da487 - main - if_ovpn: avoid LOR between ovpn and UDP locks 26. Sep 12 Kristof Provost git: 3c95262007ef - main - if_ovpn: only install tunnel callback once 27. Sep 13 Adrian Chadd git: 3e52b265efe9 - main - net80211: fix fast BSS transition element ID name 28. Sep 14 Joseph Mingrone git: 407a9cced684 - main - ObsoleteFiles.inc: Update after libpcap upgrade from 1.10.4 to 1.10.5 29. Sep 12 Doug Ambrisko git: 408087f128fe - main - zfskeys: allow prompt to entered during boot up 30. Sep 13 Tom Jones git: 40d0f179a8a9 - main - imx8mp: Add clock tree 31. Sep 11 Kristof Provost git: 423b1069af74 - main - pf: ensure mbufs are writable 32. Sep 13 R. Christian McDonald git: 4269d1a2e496 - main - rc.subr: fix typo "save_dot" -> "safe_dot" 33. Sep 14 Mark Johnston git: 47112d359b36 - main - kassert: Remove KASAN marking from DEBUG_POISON_POINTER 34. Sep 13 Doug Moore git: 4876924c0c57 - main - vm_page: fuse two allocation loops 35. Sep 15 Konstantin Belousov git: 4b273a7fb9e6 - main - softdep_mount: report failure of the softdepflush thread creation 36. Sep 13 Bjoern A. Zeeb git: 4b972f77a16f - main - LinuxKPI: some additions for mt76 37. Sep 15 Doug Moore git: 4ccad5452058 - main - swap_pager: avoid meta_transfer race 38. Sep 11 Andrew Turner git: 4ec5fbddeda4 - main - sys/conf: Remove LD_EMULATION_armv6 39. Sep 13 Adrian Chadd git: 50982d26e45b - main - net80211: add MMIC element ID (for management frame protected group action frames) 40. Sep 14 Justin Hibbits git: 50a03971d332 - main - ps3: add elfv2 support
41. Sep 10 Jessica Clarke git: 5a800e965345 - main - Revert "arm64: write PID in CONTEXTIDR_EL1 on ctx switch" 42. Sep 12 Brooks Davis git: 5b9273750200 - main - kcmp(2): fix whitespace in symbol list 43. Sep 9 Andrew Turner git: 610348a90467 - main - arm64: add additional MDCR_EL2 fields 44. Sep 14 Robert Clausecker git: 61ed5748e4e9 - main - lib/libc/tests/string: improve memccpy "bounds" unit test 45. Sep 14 Igor Ostapenko git: 641fbfc82822 - main - pf tests: Do not handle ipfw presence 46. Sep 11 Andrew Turner git: 66a6e1d61380 - main - arm: Remove support for Armv6 CPU cores 47. Sep 14 Baptiste Daroussin git: 696922fbfa3e - main - flua: add freebsd.kenv, kenv(2) bindings 48. Sep 13 Bjoern A. Zeeb git: 6ed447b51a9d - main - LinuxKPI; add more defintions to netdevice.h 49. Sep 12 Kyle Evans Re: git: 76c2b331bcd9 - main - lib/libc/amd64/string: add timingsafe_bcmp(3) scalar, baseline implementations 50. Sep 13 Bjoern A. Zeeb git: 7728586800bd - main - mt76: add mt7615 to the pile of buildable drivers 51. Sep 14 Enji Cooper git: 77864b545b0a - main - sys/crypto/openssl: update powerpc* ASM 52. Sep 12 Baptiste Daroussin git: 7899f917b1c0 - main - flua: move modules source into the main source directory 53. Sep 11 Jessica Clarke git: 796c6031cde6 - main - Merge commit 88433e640ddb from upstream OpenZFS (by Jessica Clarke) 54. Sep 11 Andrew Turner git: 7a488d83b3af - main - arm64: Adjust the indentation of CPTR_EL2 values 55. Sep 12 Brooks Davis git: 7ca260df8cea - main - proccontrol: use a table for modes 56. Sep 10 Jessica Clarke git: 7ce171bd4220 - main - depend-cleanup.sh: Fix pretend (-n) mode 57. Sep 10 Simon J. Gerraty git: 7e1c014a9e3a - main - debug.sh take advantage of hooks.sh 58. Sep 11 Mariusz Zaborski git: 7f4731ab67f1 - main - libnv: correct the calculation of the structure's size 59. Sep 15 Konstantin Belousov git: 8276c6ea9cf7 - main - softdep_mount: on journal start failure, report the mount point path 60. Sep 11 Poul-Henning Kamp git: 8652bc8a994b - main - Typo: brig(h)tness
61. Sep 10 Mark Johnston git: 877cf210c08b - main - tests: Add some test cases for SO_SPLICE 62. Sep 9 Doug Moore git: 8aa2cd9d13d4 - main - rangeset: speed up range traversal 63. Sep 9 Jason A. Harmening git: 8fa5e0f21fd1 - main - tmpfs: Account for whiteouts during rename/rmdir 64. Sep 14 Vladimir Kondratyev git: 92adaa5862d5 - main - gpiobus(4): Add an acpi variant of gpiobus 65. Sep 9 Doug Moore git: 942647057295 - main - swap_pager: clean up pctrie usage 66. Sep 10 Mark Johnston git: 9569fddd8d0e - main - pf: Let pf_state_insert() handle redirect state conflicts 67. Sep 11 Andrew Turner git: 9f3d15fda29a - main - arm64: Add CPTR_E2H_TTA 68. Sep 10 Mark Johnston git: a1da7dc1cdad - main - socket: Implement SO_SPLICE 69. Sep 10 Maxim Sobolev git: a43fb3653b35 - main - mbuf: improve KASSERT(9) falure messages in the m_apply() 70. Sep 10 Mark Johnston git: a86678a3d6b4 - main - Remove a ktrace.out which snuck into an earlier commit 71. Sep 14 Mark Johnston git: afd096326aad - main - kassert: Further remove KASAN integration from DEBUG_POISON_POINTER 72. Sep 14 Joseph Mingrone git: afdbf109c6a6 - main - libpcap: Update to 1.10.5 73. Sep 9 Mark Johnston git: b103fc49ae16 - main - netinet tests: Make some tests more reliable when run in parallel 74. Sep 11 Kristof Provost git: b27d3f71c2ad - main - pf tests: improved test for CVE-2019-5598 75. Sep 10 R. Christian McDonald git: b5f6beefa00a - main - rc.subr: ensure run_rc_script return code is not masked by DebugOff 76. Sep 10 Mark Johnston git: b76961e3a21a - main - kdump: Print splice structures 77. Sep 10 Jessica Clarke git: b9c5eab0f307 - main - depend-cleanup.sh: Fix overzealous syscall.S cleanup on amd64 78. Sep 13 Tom Jones git: be9fefafc280 - main - imx_ccm: Rearrange clock control module driver 79. Sep 12 Eugene Grosbein git: becd0079c052 - main - ng_ipfw(4): add missing change after previous commit 80. Sep 11 Andrew Turner git: bf18be5ab707 - main - bcm2835: Remove support for SoCs with an Armv6 CPU
81. Sep 13 Bjoern A. Zeeb git: c12e3a05252a - main - LinuxKPI: add more fields to mhi.h 82. Sep 13 Bjoern A. Zeeb git: c1c989588df6 - main - LinuxKPI: 802.11: add futher defines to ieee80211.h and nl80211.h 83. Sep 9 Mark Johnston git: c6b41ba65021 - main - mixer tests: Serialize 84. Sep 9 Wolfram Schneider git: c77ca9a72c99 - main - stale-symlink-buildworld.sh: improve documentation 85. Sep 12 Baptiste Daroussin git: cbf53f5e370e - main - flua: install linker in the right patch 86. Sep 10 Jessica Clarke git: cc30f4ae6790 - main - depend-cleanup.sh: Extend clean_dep to support a custom regex 87. Sep 11 Andrew Turner git: d29771a722ac - main - arm: Assume __ARM_ARCH == 7 88. Sep 11 Andrew Turner git: d54631360276 - main - arm64: Add CPTR_TRAP_ALL and use it in vmm 89. Sep 11 Navdeep Parhar git: d82cb5c608ae - main - cxgbe(4): Make sure that the tracing filters are usable after restart. 90. Sep 10 Kristof Provost git: da1a1ad062a2 - main - if_ovpn: remove unused argument 91. Sep 11 Kristof Provost git: db11a048282d - main - pf: fix debug printf 92. Sep 9 Mark Peek git: dda0f9837b1c - main - bhyve: support noVNC SetPixelFormat request 93. Sep 9 Martin Matuska git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582 94. Sep 9 FreeBSD User Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582 95. Sep 9 Alexander Motin Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582 96. Sep 9 Jessica Clarke Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582 97. Sep 10 Mark Johnston Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582 98. Sep 15 Konstantin Belousov git: e3b777534bae - main - procstat(1): make rlimit_param[] size assertion automatic 99. Sep 10 Jessica Clarke git: e546c3950a2c - main - depend-cleanup.sh: Fix overzealous rescue.mk cleanup 100. Sep 14 Joseph Mingrone git: ecb75be376a3 - main - libpcap: Add changes missed in update to 1.10.5
101. Sep 9 Andrew Turner git: ecde7bb28567 - main - arm64/vmm: Fix when VMM is built into the kernel 102. Sep 9 Andrew Turner git: f05795e3f65f - main - arm64: write PID in CONTEXTIDR_EL1 on ctx switch 103. Sep 10 Jessica Clarke Re: git: f05795e3f65f - main - arm64: write PID in CONTEXTIDR_EL1 on ctx switch 104. Sep 10 Jessica Clarke Re: git: f05795e3f65f - main - arm64: write PID in CONTEXTIDR_EL1 on ctx switch 105. Sep 11 Kristof Provost git: f08247fd888e - main - Assert that mbufs are writable if we write to them 106. Sep 11 Mark Johnston Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them 107. Sep 11 Kristof Provost Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them 108. Sep 11 Drew Gallatin Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them 109. Sep 12 John Baldwin Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them 110. Sep 12 John Baldwin Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them 111. Sep 12 Kristof Provost Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them 112. Sep 13 Drew Gallatin Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them 113. Sep 14 Joseph Mingrone git: f0bcebe67ef6 - main - pflogd: Define structures removed in libpcap-1.10.5 114. Sep 13 Baptiste Daroussin git: fa4b5aa51f1b - main - freebsd.sys.linker: remove license to only keep SPDX line 115. Sep 13 Doug Moore git: fd1d66628968 - main - pctrie: create iterator 116. Sep 10 Mark Johnston git: fd3d3240b0d7 - main - depend-cleanup.sh: Add a rule to work around abd_os.c dependency changes 117. Sep 10 Jessica Clarke Re: git: fd3d3240b0d7 - main - depend-cleanup.sh: Add a rule to work around abd_os.c dependency changes
home | up | archive sorted by: subject | author | date | reverse date