Skip site navigation (1)Skip section navigation (2)


2024/dev-commits-src-main/20240826.dev-commits-src-main

Messages: 150, new messages first
Last update: Mon Aug 26 0:07:01 2024

home | archive sorted by: subject | author | date | reverse date
  1. Aug 25 Michael Tuexen             git: 6e7581236ed7 - main - tcp: whitespace cleanup in enum tcp_log_events
  2. Aug 25 Konstantin Belousov        git: 0b2c159c8faa - main - msdosfs: return ENOENT if looking up invalid name for OPEN or DELETE
  3. Aug 25 Konstantin Belousov        git: 4f39ff1ea0a0 - main - setkey(8): document -hwif extension
  4. Aug 24 Christos Margiolis         git: 7ae4868a9a1a - main - sound examples: Delete stale ossinit.h file
  5. Aug 24 Christos Margiolis         git: c3516c6533a1 - main - ObsoleteFiles.inc: Update after sound changes
  6. Aug 24 Christos Margiolis         git: 0864dfe6299b - main - sound: Improve sndstat nvlist feederchain format
  7. Aug 24 Christos Margiolis         git: 6747b1a8218f - main - sound examples: Move MIDI example out of OSS directory
  8. Aug 24 Christos Margiolis         git: 3decd659a788 - main - sound examples: Simplify audio example
  9. Aug 24 Christos Margiolis         git: 0ca4d5d8209c - main - sound examples: Simplify MIDI example
 10. Aug 24 Christos Margiolis         git: 9aac27599aca - main - mixer(8): Implement hot-swapping
 11. Aug 24 Christos Margiolis         git: 2668e76d6e76 - main - sound tests: Add SNDSTIOC_ADD_USER_DEVS test
 12. Aug 24 Gordon Tetlow              git: e972e408d19a - main - release: Redirect etcupdate logfile to /dev/null.
 13. Aug 24 Warner Losh                Re: 101afbc6ee2f - main - loader/menu: tweak for added line
 14. Aug 23 Brooks Davis               git: 5cbb98c8259c - main - proccontrol.1: bump doc date
 15. Aug 23 Brooks Davis               git: 70174ef7d2c8 - main - proccontrol: make -s require a target
 16. Aug 23 Simon J. Gerraty           git: bd8486b9fe74 - main - kern.pre.mk include local.kern.pre.mk
 17. Aug 23 Li-Wen Hsu                 git: abdc7bb79635 - main - bhyve(8): Remove mention of -A flag, again
 18. Aug 23 Pokala, Ravi               Re: 101afbc6ee2f - main - loader/menu: tweak for added line
 19. Aug 23 Xin LI                     git: ef3f8aa0a049 - main - amdsmn(4), amdtemp(4): add support for AMD Ryzen 7 "Phoenix" processors
 20. Aug 23 Warner Losh                Re: git: 101afbc6ee2f - main - loader/menu: tweak for added line


21. Aug 22 Jessica Clarke Re: git: 101afbc6ee2f - main - loader/menu: tweak for added line 22. Aug 22 Warner Losh git: 101afbc6ee2f - main - loader/menu: tweak for added line 23. Aug 22 Maxim Konovalov git: 6aee1dc48006 - main - pam_xdg.8: the module option name corrected 24. Aug 22 Michael Tuexen git: e41364711ca3 - main - tcp: improve consistency of SYN-cache handling 25. Aug 22 Jessica Clarke git: 8afae0caf4c4 - main - riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface 26. Aug 22 Jessica Clarke git: 729d2b16b74f - main - rtld-elf: Support IFUNCs on riscv 27. Aug 22 Jessica Clarke git: 228a3e73e169 - main - riscv: Recognise B extension for AT_HWCAP 28. Aug 22 Jessica Clarke git: 33658afd4e4d - main - rtld-elf: Pass parsed aux_info to ifunc_init 29. Aug 22 John Baldwin git: 776cd02b891c - main - vmm ppt: Enable busmastering and BAR decoding while a device is assigned 30. Aug 22 Brooks Davis git: 5680cf6dc6e2 - main - jemalloc: don't expose 3.0 compat symbols 31. Aug 22 John Baldwin Re: git: 297a9e552b9a - main - libcxxrt: Add a stub implementation of __cxa_call_terminate 32. Aug 22 Michael Tuexen git: 498286d4e807 - main - tcp: fix format of sysctl variable 33. Aug 22 Zhenlei Huang git: 0f64fc6a3486 - main - kern: Align the declaration of kernconfstring with its definition 34. Aug 22 Michael Tuexen git: a1d9ce19b13f - main - sctp: fix format of sysctl variables 35. Aug 22 Maxim Konovalov git: d399c791b223 - main - bsd-family-tree: NetBSD 8.3 added 36. Aug 21 John Baldwin git: c0c1b1cd899a - main - freebsd32: Fix a few typos in syscalls.conf comments 37. Aug 21 Doug Moore git: d48524e21f1a - main - dev_pager: define free_page for mgt devices 38. Aug 21 Navdeep Parhar git: d668a0b0abe4 - main - cxgbe(4): reset routine for general use. 39. Aug 21 John Baldwin git: 297a9e552b9a - main - libcxxrt: Add a stub implementation of __cxa_call_terminate 40. Aug 21 Konstantin Belousov git: 47656cc1ef1c - main - amd64: use INVLPGB for kernel pmap invalidations
41. Aug 21 Konstantin Belousov git: bc4ffcadf268 - main - amd64: add variables indicating INVLPGB works 42. Aug 21 Konstantin Belousov git: 111c7fc2fe21 - main - amd64: add convenience wrappers for INVLPGB and TBLSYNC 43. Aug 21 Konstantin Belousov git: 45543d3424d4 - main - DMAR: clear dmar_devs[unit] if attach failed 44. Aug 21 Konstantin Belousov git: 40bffb7d2124 - main - rangelocks: fix typo in rl_w_validate 45. Aug 21 Konstantin Belousov git: c4d8b2462e77 - main - rangelocks: recheck that entry is not marked after sleepq is locked in rl_w_validate() 46. Aug 21 Konstantin Belousov git: a725d61825f3 - main - rangelock: if CAS for removal failed, restart list iteration 47. Aug 21 Konstantin Belousov git: 9467c1a69b81 - main - rangelock: assert that we never insert or remove our entry after a logically deleted one 48. Aug 21 Konstantin Belousov git: e228961d6e3b - main - rangelock_destoy(): poison lock->head to trip fault on lock attempt 49. Aug 21 Konstantin Belousov git: 8a5b2db3d81d - main - ranglelock_destroy(): do not remove lock entries from under live lock acquirer 50. Aug 21 Konstantin Belousov git: a3f10d0882e1 - main - rangelocks: add rangelock_free_free() helper to free free list 51. Aug 21 John Baldwin Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel 52. Aug 21 Ed Maste git: db87c98168b1 - main - ctl: avoid heap info leak in ctl_request_sense 53. Aug 21 Pietro Cerutti git: 1af7d5f38953 - main - libfetch: don't include fragments in HTTP requests 54. Aug 21 Kristof Provost git: e7f9171b6738 - main - pf: Handle m_len < sizeof(struct ether_header) case 55. Aug 21 Konstantin Belousov git: 828445cc5e18 - main - if_vlan: set if_cap{abilities2,enable2} after IFCAP_IPSEC_OFFLOAD is recalculated 56. Aug 21 Andrew Turner git: 024248c933c5 - main - libc/aarch64: Remove an unneeded weak symbol 57. Aug 21 Andrew Turner git: f1bc3750cf9a - main - arm64: Use store-pair to zero the kernel bss 58. Aug 21 Andrew Turner git: 78d69d0a3c7f - main - arm64: Fix the kernel with options VMM 59. Aug 21 Zhenlei Huang git: 7412517f2947 - main - init_main: Sprinkle const qualifiers where appropriate 60. Aug 21 Andrew Turner git: 0054693392f0 - main - arm64: Boot into VHE mode when able
61. Aug 21 Andrew Turner git: db6e3260a8b9 - main - arm64: Remove the E2H check from has_hyp 62. Aug 21 Li-Wen Hsu git: 213eb102aeec - main - msun: Fix typo in comment 63. Aug 21 Rick Macklem git: 2477e88b8d43 - main - nfs: Add support for the NFSv4.2 mode_umask attribute 64. Aug 21 Ed Maste git: aa0bc761d245 - main - bsd.symver.mk: pass $CFLAGS to $CPP invocation 65. Aug 21 Shawn Webb Re: git: 417b35a97b76 - main - netinet: Add a sysctl to allow disabling connections to INADDR_ANY 66. Aug 20 Michael Tuexen git: 64443828bbe7 - main - tcp: fix list iteration in tcp_lro_flush_active() 67. Aug 20 Mark Johnston git: 417b35a97b76 - main - netinet: Add a sysctl to allow disabling connections to INADDR_ANY 68. Aug 20 Gleb Smirnoff git: 6bc966987e7a - main - dummymbuf: add to LINT 69. Aug 20 Gleb Smirnoff git: aa72c5bacb5f - main - dummymbuf: fix build without INET or INET6 70. Aug 20 Ed Maste git: 0875f3cd74b2 - main - Revert "x86: Enable Intel DMAR by default" 71. Aug 20 Michael Tuexen git: aa6c490bf80f - main - tcp: initialize the LRO hash table with correct size 72. Aug 20 Mark Johnston git: 66aed7e3488a - main - socket: Set lock flags properly 73. Aug 20 Cy Schubert Re: git: fb901935f257 - main - socket: Split up sosend_generic() 74. Aug 20 Mark Johnston Re: git: fb901935f257 - main - socket: Split up sosend_generic() 75. Aug 20 Cy Schubert Re: git: fb901935f257 - main - socket: Split up sosend_generic() 76. Aug 20 Wolfram Schneider git: b49aec04f073 - main - bsd-family-tree: fix macOS 11 release date 77. Aug 20 Eugene Grosbein git: e5b853808363 - main - libalias: add another check to previous change 78. Aug 20 Wolfram Schneider git: d4a4d1e74285 - main - bsd-family-tree: shorter URLs 79. Aug 20 Wolfram Schneider git: d1e78fbd4a67 - main - bsd-family-tree: add NetBSD 9.4 80. Aug 20 Konstantin Belousov git: e9ace6e8f8fb - main - net/if_lagg.c: remove stray include is sys/cdefs.h
81. Aug 20 Konstantin Belousov git: 66f0e2017f7c - main - ipsec_offload: add ipsec_accel_drv_sa_lifetime_fetch() 82. Aug 20 Konstantin Belousov git: 84abf7e26d19 - main - ipsec_offload: support vlans 83. Aug 20 Konstantin Belousov git: 205263ac250a - main - mlx5en: support ipsec offload on vlan if 84. Aug 20 Konstantin Belousov git: 4f4c34e9d6e1 - main - if_vlan.c: remove stray include of sys/cdefs.h 85. Aug 20 Konstantin Belousov git: c4a0ee9b97bf - main - ipsec_offload: add handler for interface down events 86. Aug 20 Konstantin Belousov git: 828da10bb3c3 - main - mlx5en: fix destroying tx sa_entry when installing rx sa_entry failed 87. Aug 20 Konstantin Belousov git: d00f3505efad - main - mlx5en: do now waste ipsec_accel_in_tag on non-ipsec packets rx 88. Aug 20 Konstantin Belousov git: 2787f8c39c60 - main - mlx5en: stop including mlx5_accel/ipsec.h from en.h 89. Aug 20 Kristof Provost git: 7d12558904ca - main - pf: Make pf_test predict that m_len < sizeof(struct ip) is false 90. Aug 20 John Baldwin git: 0a5996443b61 - main - src.conf.5: Fix spelling typo 91. Aug 20 Baptiste Daroussin git: a6ecbf2b3585 - main - nuageinit: improve debugging when mkdir fails 92. Aug 20 Baptiste Daroussin git: 19fb9ad74651 - main - nuageinit: readd ssh key parsing when key is in meta_data.json 93. Aug 20 Andrew Turner git: 53b8812c9a99 - main - arm64/vmm: Allow vmm when in VHE 94. Aug 20 Andrew Turner git: 7279fa6af13d - main - arm64/vmm: Convert the handlers into ifuncs 95. Aug 20 Andrew Turner git: bbe97db3c211 - main - arm64/vmm: Add the VHE exception and switcher files 96. Aug 20 Andrew Turner git: b87952e837ec - main - arm64/vmm: Mark asm files as supporting BTI 97. Aug 20 Andrew Turner git: 79a19e0e8d8d - main - arm64/vmm: Hide non-VHE exception code from VHE 98. Aug 20 Andrew Turner git: f83a0f38d14e - main - arm64/vmm: Update exception vectors around a guest 99. Aug 20 Andrew Turner git: 5577bb2f67ff - main - arm64/vmm: Support tlbi from VHE 100. Aug 20 Andrew Turner git: 20eabb33b464 - main - arm64/vmm: Only store the guest par_el1
101. Aug 20 Andrew Turner git: 7861ecd18b6f - main - arm64/vmm: Teach the switcher about new registers 102. Aug 20 Andrew Turner git: 6b17f49da0a2 - main - arm64/vmm: Restore hcr_el2 earlier 103. Aug 20 Andrew Turner git: 387f878aa7af - main - arm64/vmm: Teach vmm_arm.c about VHE 104. Aug 20 Andrew Turner git: 55aa31480ced - main - arm64/vmm: Create functions to call into EL2 105. Aug 20 Andrew Turner git: a745cdc19b7f - main - arm64/vmm: Teach the vtimer about VHE 106. Aug 20 Andrew Turner git: 4b6c9f84deb5 - main - arm64/vmm: Move nVHE-only code to the new file 107. Aug 20 Andrew Turner git: 3d61bcf1eb84 - main - arm64/vmm: Start to extract code not needed by VHE 108. Aug 20 Andrew Turner git: 4db15ab2c65e - main - arm64: Add counter timer registers to armreg.h 109. Aug 20 Andrew Turner git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel 110. Aug 20 Andrew Turner git: 12a6257a9600 - main - sys/conf: Introduce NOSAN_CFLAGS and NOSAN_C 111. Aug 19 Wolfram Schneider git: 4132c4be4c0a - main - bsd-family-tree: add FreeBSD Documentation Archive 112. Aug 19 Wolfram Schneider git: 2a916499470a - main - bsd-family-tree: shorter URL for FreeBSD manual pages 113. Aug 19 Colin Percival git: c482d65cd187 - main - EC2: Drop UEFI-PREFERRED from AMI names 114. Aug 19 Colin Percival git: 2dac89aee330 - main - EC2: Bump AMI size to 8 GB 115. Aug 19 Colin Percival git: e06022e1bfc2 - main - Makefile.ec2: Add missing CLEANFILES entry 116. Aug 19 Baptiste Daroussin git: 3cd90cb66d96 - main - usb_vendors: update to 2024.07.04 117. Aug 19 Baptiste Daroussin git: b9d1249b5b68 - main - pci_vendors: update to 2024.06.23 118. Aug 19 Mark Johnston git: d06fe346eccf - main - libgeom: Avoid fixed remappings of the devstat device 119. Aug 19 Kristof Provost git: 22a632c366a9 - main - pf: Make pf_test6 handle m_len < sizeof(struct ip6_hdr) case 120. Aug 19 Kristof Provost git: 6a88e22728d2 - main - pfctl: pfik_ifp is always NULL
121. Aug 19 Mark Johnston git: d02dcf21eea3 - main - pkgbase: Make src package creation recipes more precise 122. Aug 19 Mark Johnston Re: git: d7d5c9efef03 - main - pkgbase: Let source packages be built in parallel 123. Aug 19 Mark Millard RE: git: d7d5c9efef03 - main - pkgbase: Let source packages be built in parallel 124. Aug 19 Mark Johnston git: 6982be38cb7e - main - socket: Microoptimize soreceive_stream_locked() 125. Aug 19 Mark Johnston git: fb901935f257 - main - socket: Split up sosend_generic() 126. Aug 19 Mark Johnston git: 0a68f644dca1 - main - socket: Split up soreceive_generic() 127. Aug 19 Mark Johnston git: aa141adc039a - main - socket: Split up soreceive_stream() 128. Aug 19 Mark Johnston git: 7e65cfc9bbe5 - main - pf: Make pf_get_translation() more expressive 129. Aug 19 Mark Johnston git: 9897a66923a3 - main - pf: Let rdr rules modify the src port if doing so would avoid a conflict 130. Aug 19 Mark Johnston git: d7d5c9efef03 - main - pkgbase: Let source packages be built in parallel 131. Aug 19 Mark Johnston git: b118b6eb4cb7 - main - pkgbase: Unify pkg ABI handling for pkgbase targets 132. Aug 19 Mark Johnston git: 1d26746cfd4a - main - build.7: Document the packages target 133. Aug 19 Ed Maste git: d1daec3d358e - main - linux.4: improve the path translation clarificiation 134. Aug 19 Ed Maste git: f66e71fa78e1 - main - linux.4: clarify path translation 135. Aug 19 Mark Johnston git: e962b37bf0ff - main - bhyve: Do not enable PCI BAR decoding if a boot ROM is present 136. Aug 19 Mark Johnston git: 43caa2e805c2 - main - bhyve: Make boot ROM handling more consistent 137. Aug 19 John Baldwin Re: git: f44ff2aba2d6 - main - bhyve: Treat the COMMAND register for PCI passthru devices as emulated 138. Aug 19 Andrew Turner git: 7a345763f96d - main - arm64: Expand the use of Armv8.1-A atomics 139. Aug 19 Andrew Turner git: 87940d2b331c - main - buf_ring: Add an Arm copyright 140. Aug 19 Andrew Turner git: fe2445f47d02 - main - buf_ring: Ensure correct ordering of loads
141. Aug 19 Andrew Turner git: 947754af55ed - main - buf_ring: Use atomic operations with br_prod_tail 142. Aug 19 Andrew Turner git: 7eb0fffc7792 - main - buf_ring: Remove old arm-only dequeue code 143. Aug 19 Andrew Turner git: 44e1cfca417c - main - buf_ring: Use atomic operations with br_cons_tail 144. Aug 19 Andrew Turner git: 3cc603909e09 - main - buf_ring: Keep the full head and tail values 145. Aug 19 Andrew Turner git: 17a597bc13aa - main - buf_ring: Consistently use atomic_*_32 146. Aug 19 Andrew Turner git: d3d34d56bee4 - main - buf_ring: Support DEBUG_BUFRING in userspace 147. Aug 19 Andrew Turner git: 5048308bdb76 - main - buf_ring: Remove PREFETCH_DEFINED 148. Aug 19 Dag-Erling =?utf-8?Q?Sm=C3 git: 9ff2ebd92891 - main - adduser: Better document ZFS dataset creation. 149. Aug 19 Konstantin Belousov git: 308399a179a4 - main - tail -F: fix crash 150. Aug 19 Eugene Grosbein git: 8132e959099f - main - libalias: fix subtle racy problem in outside-inside forwarding


home | archive sorted by: subject | author | date | reverse date