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


2023/dev-commits-src-all/20230702.dev-commits-src-all

Messages: 315, new messages first
Last update: Sun Jul 2 5:50:01 2023

home | archive sorted by: subject | author | date | reverse date
  1. Jul  1 Konstantin Belousov        Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t
  2. Jul  1 Ka Ho Ng                   git: 005aa1743b42 - main - modules: bzero the modspecific_t
  3. Jul  1 John Baldwin               git: 84deca4d8ca2 - main - libkern: Trim OBE comment from divmoddi routines.
  4. Jul  1 John Baldwin               git: df11fb9bf042 - main - divmoddi4: Handle negative remainders.
  5. Jul  1 John Baldwin               Re: git: da3096a92d2c - main - rdrand_rng: Build with -fPIC on i386 when using GCC.
  6. Jul  1 Dimitry Andric             git: 5de9420ad540 - main - Create correct engines debug directory after OpenSSL 3.0.9 merge
  7. Jul  1 Jessica Clarke             Re: git: cc4f247fb946 - main - sys: Add [u]divmoddi4 intrinsics on i386.
  8. Jul  1 Jessica Clarke             Re: git: da3096a92d2c - main - rdrand_rng: Build with -fPIC on i386 when using GCC.
  9. Jul  1 John Baldwin               git: da3096a92d2c - main - rdrand_rng: Build with -fPIC on i386 when using GCC.
 10. Jul  1 John Baldwin               git: cc4f247fb946 - main - sys: Add [u]divmoddi4 intrinsics on i386.
 11. Jul  1 John Baldwin               git: ec41a96daaa6 - main - sys: Switch the kernel's C standard from C99 to GNU99.
 12. Jul  1 Ka Ho Ng                   git: 593211cc71ad - stable/12 - SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
 13. Jul  1 Ka Ho Ng                   git: 3fe7f9a357be - stable/13 - SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
 14. Jul  1 Ka Ho Ng                   git: 2cab2d43b83b - main - syscalls: fix modspecific_t stack content leak
 15. Jul  1 John Baldwin               Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors
 16. Jul  1 Warner Losh                git: f03a7e52769e - main - nctgpio: Populate the cache earlier
 17. Jul  1 Warner Losh                git: 350b7c3570aa - main - superio+ncthwm: Add hardware monitoring support
 18. Jul  1 Warner Losh                git: 8e6ea10c3122 - main - superio+nctgpio: Add support for new (weird) chips
 19. Jul  1 Warner Losh                git: 7f8d2ed03bc6 - main - superio+nctgpio: Prepare to support some new (weird) chips
 20. Jul  1 Warner Losh                git: a0bcfa78313b - main - superio: Handle conflicting devid via prefer/extid


21. Jul 1 Warner Losh git: c94b4d460e43 - main - sysctl: Document formats for uint8_t and uint16_t in sysctl(9) 22. Jul 1 Warner Losh git: 26a0a4035e51 - main - superio: Add superio_ldn_read and superio_ldn_write 23. Jul 1 Warner Losh git: 93f899bed57f - main - nctgpio(4): Document supported Nuvoton chips 24. Jul 1 Warner Losh git: 32c3d315ed79 - main - superio(4): Document supported Nuvoton and Winbond chips 25. Jul 1 Warner Losh git: 3bf9e84f0875 - main - Stand: Silence undefined symbols check command 26. Jul 1 Warner Losh git: d3eb9d3db3aa - main - bios: Don't keep sending BIO_FLUSH after first ENOTSUPP. 27. Jul 1 Warner Losh git: 6f9388d50588 - main - qlnxe: remove unused variable from ecore_ll2.c 28. Jul 1 Warner Losh git: b0d3d44dfe63 - main - qlnxe: add driver to amd64 NOTES 29. Jul 1 Warner Losh git: e4017d9b6913 - main - qlnxe: Fix building as in-kernel component 30. Jul 1 Warner Losh git: dc58675cfb18 - main - qlnxe: Fix unused but set variable warning 31. Jul 1 Warner Losh git: b75c387a668e - main - qlnxe: Remove #ifdef ECORE_PACKAGE 32. Jul 1 Warner Losh git: c1be7151d543 - main - qlnxe: Fix too many args in call to internal_ram_wr() 33. Jul 1 Warner Losh git: 99e5ffe1ba40 - main - qlnxe: Move sriov includes to qlnx_os.c 34. Jul 1 Warner Losh git: 134b09369960 - main - qlnxe: Remove -Wno-case-qual from module build 35. Jul 1 Martin Matuska git: 0a97523d4674 - main - zfs: merge openzfs/zfs@009d3288d 36. Jul 1 Martin Matuska git: a9d6b0690b18..009d3288dea5 - vendor/openzfs/master - vendor branch updated 37. Jul 1 Martin Matuska git: 009d3288dea5 - vendor/openzfs/zfs-2.2-release - vendor branch created 38. Jul 1 Michael Tuexen git: cd9da8d072e4 - main - siftr: unbreak dtrace support 39. Jul 1 Dmitry Chagin git: f049c92ad6c3 - main - csu: Add the prologue and epilogue to the _init and _fini on x86_64 40. Jul 1 Dmitry Chagin git: 3bdf68086de8 - main - rtld: Add a stop indicator to rtld_start to satisfy unwinders on x86_64
41. Jul 1 Michael Tuexen git: f85b82daf1d6 - main - dtrace: third update to the siftr probe 42. Jul 1 Alexander V. Chernikov git: bb06a80cf60b - main - netinet[6]: make in[6]_control use ucred instead of td. 43. Jul 1 Michael Tuexen git: 643d06711912 - main - dtrace: another update of the siftr probe 44. Jul 1 Michael Tuexen git: cade9a8e371d - main - dtrace: update siftr probe 45. Jun 30 Michael Tuexen git: 0631830a7a3c - main - siftr: document siftr probe to man page of the tcp provider 46. Jun 30 Simon J. Gerraty Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 47. Jun 30 Rob Wing Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 48. Jun 30 Simon J. Gerraty Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 49. Jun 30 Simon J. Gerraty Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 50. Jun 30 Simon J. Gerraty Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 51. Jun 30 Marius Strobl git: eb33b693b364 - main - test: remove remainder of testfloat 52. Jun 30 Michael Tuexen git: f5541b85a592 - main - dtrace: fix constants used by the siftr probe 53. Jun 30 Michael Tuexen git: dc2d26df43cb - main - siftr: provide dtrace with the correct pointer to data 54. Jun 30 Jessica Clarke Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 55. Jun 30 John Baldwin git: f4de136aa829 - main - linux: binutils as requires %eflags instead of %flags for CFI. 56. Jun 30 John Baldwin git: 533f1f686f17 - main - i386 acpi: Remove unneeded function declaration. 57. Jun 30 Mitchell Horne Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 58. Jun 30 Jessica Clarke Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 59. Jun 30 John Baldwin Re: git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 60. Jun 30 Kristof Provost git: 0aeee1f074a7 - stable/13 - pf: fix some cc --analyze warnings
61. Jun 30 Simon J. Gerraty git: 56f3f2d2491e - main - libsecureboot: avoid set but not used errors 62. Jun 30 Simon J. Gerraty git: fcc8d727023c - main - Separate dependencies on tools built for host. 63. Jun 29 Yuri Pankov git: af2939f227db - main - Revert "openzfs: use IN_BASE instead of IN_FREEBSD_BASE in spa.h" 64. Jun 29 Yuri Pankov git: d2a45e9e817a - main - openzfs: use IN_BASE instead of IN_FREEBSD_BASE in spa.h 65. Jun 29 Simon J. Gerraty git: 84c84ae15b31 - main - BOOT_MACHINE_DIR should be stand not boot 66. Jun 29 Mitchell Horne git: 529f11385caa - main - tcp(4): fix a misnomer 67. Jun 29 Alan Cox git: e59d202312f9 - main - arm64: make VM_NFREEORDER and the comment describing it match 68. Jun 29 Mitchell Horne git: 651d1efd96a6 - main - hier(7): adjust overlays/ subdirectory 69. Jun 29 Dmitry Chagin git: a18b956b73ce - main - libexecinfo: Enable backtrace_test.backtrace_fmt_basic on amd64 again 70. Jun 29 Dmitry Chagin git: c969310c992a - main - csu: Implement _start using as to satisfy unwinders on x86_64 71. Jun 29 =?utf-8?Q?Dag-Erling=20Sm= git: c09909ed889f - main - libstdbuf: Add proper SEE ALSO section. 72. Jun 29 =?utf-8?Q?Dag-Erling=20Sm= git: 78baa632092a - main - stdbuf: Code cleanup. 73. Jun 29 Warner Losh git: 319d2bf407b3 - main - atkbc: Better test for old chromebooks 74. Jun 29 =?utf-8?Q?Dag-Erling=20Sm= git: b5b9eaa96274 - main - Restore and document -ps / -nps option. 75. Jun 29 Michael Tuexen git: 81b4bf08955a - main - man: improve man pages for dtrace_sctp and dtrace_tcp 76. Jun 29 Herbert J. Skuhra Re: git: b077aed33b7b - main - Merge OpenSSL 3.0.9 77. Jun 29 Yuri Pankov git: 24ec316c13bd - main - Correctly spell illumos (all lowercase) in man pages 78. Jun 29 Dmitry Chagin git: 0f287f6a96ca - stable/13 - linux(4): Implement close_range over native 79. Jun 29 Dmitry Chagin git: 4a1f66b81f24 - stable/13 - Revert "linux(4): The futex_wait operation should restart." 80. Jun 29 Dmitry Chagin git: e40bcfdff7cc - stable/13 - linux(4): Preserve fpu xsave state across signal delivery on amd64
81. Jun 29 Dmitry Chagin git: 4b6a3ed70d8c - stable/13 - linux(4): In preparation for xsave refactor fxsave code on amd64 82. Jun 29 Dmitry Chagin git: 0aa326f7b384 - stable/13 - linux(4) rt_sendsig: Remove the use of caddr_t 83. Jun 29 Dmitry Chagin git: 2df4032d7e8c - stable/13 - linux(4): Fix stack unwinding across signal frame on x86_64 84. Jun 29 Dmitry Chagin git: fa3d164dd9ef - stable/13 - linux(4): Preserve %rcx (return address) like a Linux do 85. Jun 29 Dmitry Chagin git: 053cbecd29f8 - stable/13 - linux(4): Simplify %r10 restoring on amd64 86. Jun 29 Dmitry Chagin git: d0117d06e9e3 - stable/13 - linux(4): Add a comment explaining registers at syscall entry point on amd64 87. Jun 29 Dmitry Chagin git: d56be4992dc7 - stable/13 - linux(4): Drop a weird comment from linux_set_syscall_retval on amd64 88. Jun 29 Dmitry Chagin git: 8bfdf839270b - stable/13 - kdump: Add a facility to print numbers in decimal format always 89. Jun 29 Dmitry Chagin git: 5b81d9f7f02e - stable/13 - kdump: Decode linux_clone syscall flags 90. Jun 29 Dmitry Chagin git: a6ad662abfd9 - stable/13 - libsysdecode: Decode linux_clone syscall flags 91. Jun 29 Dmitry Chagin git: ac9d194f493f - stable/13 - linux(4): Guard linux_fork.h by _KERNEL for use by libsysdecode 92. Jun 29 Dmitry Chagin git: 050cd99a65a5 - stable/13 - linux(4): Implement ptrace_pokeusr for x86_64 93. Jun 29 Dmitry Chagin git: d056fef82aef - stable/13 - linux(4): Make ptrace_pokeusr machine dependent 94. Jun 29 Dmitry Chagin git: 9480640957ff - stable/13 - linux(4): Make ptrace_peekusr machine dependend 95. Jun 29 Dmitry Chagin git: cdae95d79825 - stable/13 - linux(4): Move linux_debug decalration to linux_util.h 96. Jun 29 Dmitry Chagin git: addf706f6ff0 - stable/13 - linux(4): Check fd passed to unlockpt() 97. Jun 29 Dmitry Chagin git: 8975a63ad5c2 - stable/13 - ktrace: Simplify ae6ac587, drop the sa var declaration 98. Jun 29 Dmitry Chagin git: cdbdd15ecd8d - stable/13 - ktrace: Fix syscall number on a child return path from fork 99. Jun 29 Dmitry Chagin git: 4d1134a54c85 - stable/13 - fstatat(2): restore AT_EMPTY_PATH handling 100. Jun 29 Dmitry Chagin git: 5e424fec72aa - stable/13 - linux(4): Uniformly dev_t arguments translation
101. Jun 29 Dmitry Chagin git: b971d6aec115 - stable/13 - linux(4): Add a dedicated fstat() implementation 102. Jun 29 Dmitry Chagin git: 6c324fb645e6 - stable/13 - linux(4): Add a dedicated statat() implementation 103. Jun 29 Dmitry Chagin git: 86fde4e64528 - stable/13 - linux(4): Make struct stat64 to match Linux actual one 104. Jun 29 Dmitry Chagin git: 46d2b34e1422 - stable/13 - linux(4): Regen for mknod syscall changes 105. Jun 29 Dmitry Chagin git: 71d26d149f05 - stable/13 - linux(4): Use Linux dev_t type for mknod syscalls dev argument 106. Jun 29 Dmitry Chagin git: 4d7a9535977f - stable/13 - linux(4): Move dev_t type declaration under /compat/linux 107. Jun 29 Dmitry Chagin git: 38e5a2a185bc - stable/13 - linux(4): Make struct newstat to match actual Linux one 108. Jun 29 Dmitry Chagin git: 5e43a15ba4d9 - stable/13 - linux(4): Regen for struct l_old_stat changes 109. Jun 29 Dmitry Chagin git: 69a2984e3c88 - stable/13 - linux(4): Update syscalls.master to reflect struct l_old_stat 110. Jun 29 Dmitry Chagin git: 361f6ce4a675 - stable/13 - linux(4): Mark old fstat syscal as unimplemented 111. Jun 29 Dmitry Chagin git: aaf17ef31c38 - stable/13 - linux(4): Rename obsolete old struct l_stat to struct l_old_stat 112. Jun 29 Dmitry Chagin git: 815a433165a0 - stable/13 - linux(4): Move statx_copyout() close to linux_statx() 113. Jun 29 Dmitry Chagin git: c43f5eb2f4c7 - stable/13 - linux(4): Move translate_vnhook_major_minor() into the Linux common module 114. Jun 29 Dmitry Chagin git: 78c8b272ae7d - stable/13 - linux(4): Sort includes in the linux_stats.c 115. Jun 29 Dmitry Chagin git: 2c7aac44f5ab - stable/13 - linux(4): Use inlined LINUX_KERNVER for tests to improve readability 116. Jun 29 Dmitry Chagin git: dde5ee79d043 - stable/13 - linux(4): Don't relie on process osreldata when testing features 117. Jun 29 Dmitry Chagin git: 276bc96ff331 - stable/13 - linux(4): Fix arm64 build after b7a6bcdd, missed chunk added 118. Jun 29 Dmitry Chagin git: 93cac961f46a - stable/13 - linux(4): Bump osrelease to 5.15.0 119. Jun 29 Dmitry Chagin git: 8dc4c073cdd1 - stable/13 - linux(4): Export the AT_MINSIGSTKSZ depending on the process osreldata 120. Jun 29 Dmitry Chagin git: 364bdf887ae3 - stable/13 - linux(4): Export the AT_EXECFN depending on the process osreldata
121. Jun 29 Dmitry Chagin git: de67d174a10c - stable/13 - linux(4): Export the AT_RANDOM depending on the process osreldata 122. Jun 29 Dmitry Chagin git: b7ee4a377911 - stable/13 - linux(4): Fix LINUX_AT_COUNT comments 123. Jun 29 Dmitry Chagin git: 10b49af72e5d - stable/13 - linux(4): Deduplicate linux_copyout_auxargs() 124. Jun 29 Dmitry Chagin git: 416e0455c488 - stable/13 - linux(4): Regen for close_range syscall 125. Jun 29 Dmitry Chagin git: 49f134373de6 - stable/13 - linux(4): Modify close_range syscall to match Linux 126. Jun 29 Dmitry Chagin git: b73e978d7d17 - stable/13 - pseudofs: Simplify pfs_visible_proc 127. Jun 29 Dmitry Chagin git: c38bb48b04c9 - stable/13 - pseudofs: Allow vis callback to be called for a named node 128. Jun 29 Dmitry Chagin git: 14ee31bcccfb - stable/13 - pseudofs: Microoptimize struct pfs_node 129. Jun 29 Dmitry Chagin git: fdab8b794ac3 - stable/13 - linsysfs(4): Keep Linux compatible sysfs the same as Ubuntu 130. Jun 28 Piotr Kubaj git: fd774e065c5d - main - gdtoa: fix endianness issue on powerpc64le 131. Jun 28 Martin Matuska git: 7b5e687355af - main - zfs: merge openzfs/zfs@a9d6b0690 132. Jun 28 Warner Losh git: 27cebb4eac3d - main - newfs: nextnum should be a u_int32_t, not an int 133. Jun 28 Warner Losh git: 430168942f2b - main - newfs: prefer unsigned index over signed 134. Jun 28 Warner Losh git: 31b3e4f1b431 - main - atkbdc: Minor style nits 135. Jun 28 Martin Matuska git: 8e8acabdcaeb..a9d6b0690b18 - vendor/openzfs/master - vendor branch updated 136. Jun 28 Mark Johnston git: 00bcb77ebcbc - main - arm64: Make register definitions const 137. Jun 28 Mark Johnston git: fbec1f91951f - main - arm64: Add a masked get_kernel_reg() 138. Jun 28 Mark Johnston git: 258a0d760aa8 - main - ctfconvert: Integer encoding types are unsigned 139. Jun 28 Mark Johnston git: f4841d8af0cd - main - bhyve: Rename a pci_cfgrw() parameter 140. Jun 28 Mark Johnston git: 13013d266e77 - main - bhyve: Stop calling pci_lintr_request() in the NVMe device model
141. Jun 28 John Baldwin git: d036adc4e913 - main - bsd.sys.mk: Re-enable -Wunused-but-set-variable for clang 13+. 142. Jun 28 Ed Maste git: ab2f6ae8d174 - main - login.conf: document how to specify env var values with commas 143. Jun 28 John Baldwin git: 39240ddf854f - main - bsd.sys.mk: Stop muting -Wunused-but-set-variable for GCC. 144. Jun 28 Dimitry Andric git: 2846052cd44e - stable/12 - Apply llvm fix for hanging gcc builds on 32-bit arm 145. Jun 28 John Baldwin git: a80e5bdff5d8 - main - camdd: Remove some dead code but also make -E functional. 146. Jun 28 John Baldwin git: 230990991965 - main - bsdinstall: Handle errors from geom_gettree. 147. Jun 28 John Baldwin git: 78cb8841f085 - main - mrsas: Use mrsas_sge64 instead of iovec for the S/G list for passthru. 148. Jun 28 Dimitry Andric git: 1706d72e36a0 - stable/13 - Apply llvm fix for hanging gcc builds on 32-bit arm 149. Jun 28 Alan Cox git: 3767de839742 - main - arm64 pmap: Tidy up pmap_promote_l2() calls 150. Jun 28 Warner Losh git: 599a4548f8f1 - main - Adds support for Purism coreboot keyboards 151. Jun 28 Andrew Turner git: 9beb195fd9fd - main - Continue searching for an irq map from the start 152. Jun 28 Andrew Turner git: 1e0ba9d43cf0 - main - Hide irq_next_free, it's not used out of this file 153. Jun 28 Benedict Reuschling git: 7776cec946fb - main - Add quotes around variables and replace backticks with $() 154. Jun 28 Mitchell Horne git: acdf666147ee - main - hier(7): tweak /media description 155. Jun 28 Randall Stewart git: 96eb0d90cd75 - main - tcp: With the right options in the kernel cc_cubic stays in slowstart always. 156. Jun 28 Andrey V. Elsukov git: 0cd2d88d8d0f - main - carp: use nd6log() macro to log debug messages 157. Jun 28 Kristof Provost git: d0076c7a8653 - stable/12 - netinet: re-read IP length after PFIL hook 158. Jun 28 Kristof Provost git: 0da2f02c1b2a - stable/13 - netinet: re-read IP length after PFIL hook 159. Jun 28 Graham Perrin git: 6927176113ee - main - bectl(8): clarifications, expansion 160. Jun 28 John Baldwin git: 12ce57e6d3e7 - stable/13 - pcib: Allocate the memory BAR with the MSI-X table.
161. Jun 28 John Baldwin git: 7148e1593b68 - stable/13 - <sys/cdefs.h>: Decay expression passed to fallback version of __generic() 162. Jun 28 John Baldwin git: ed19cb27bde8 - stable/13 - ether_demux: Defer stripping the Ethernet header. 163. Jun 28 John Baldwin git: 5771c3bd1df8 - stable/13 - systat: Fix a bunch of use after frees in fetch_ifstat(). 164. Jun 28 Bjoern A. Zeeb git: 1b18fb7faa75 - main - LinuxKPI: list.h add list_count_nodes() 165. Jun 28 Konstantin Belousov git: 15347d162287 - stable/13 - top(8): restore erronously removed SWAIT array element 166. Jun 28 Konstantin Belousov git: 732e4df3b388 - stable/13 - top(8): add missed SLOCK state to the sorted_state[] 167. Jun 28 Konstantin Belousov git: 8a5c2ed0c7f6 - stable/13 - top(8): document the actual sort order for process sorting 168. Jun 28 Konstantin Belousov git: deb1289c9e6a - stable/13 - top(8): use designated initializers for sorted_state[] 169. Jun 28 Konstantin Belousov git: ca461ad3dec4 - stable/13 - top(8): designate the sorted_state[] array as constant 170. Jun 27 Jessica Clarke git: 91d7edd549f5 - main - Generalise libcompat to be a list rather than a single option 171. Jun 27 Jessica Clarke git: 10afc5eada47 - main - Makefile.libcompat: Handle MK_FOO varying for native and compat arches 172. Jun 27 Jessica Clarke git: 5ed851515129 - main - Makefile.libcompat: Remove unused _LC_INCDIRS 173. Jun 27 Jessica Clarke git: 9b3bce2074b3 - main - usb: Fixed botched spacing 174. Jun 27 Warner Losh git: d3a83456e1e3 - main - Add vendor id for Quectel USB modem and align with quectel marketing names. 175. Jun 27 Warner Losh git: 7b5a1c39f1e6 - main - vfs: bring vfs_lookup() description comment up to date 176. Jun 27 Warner Losh git: 5958cd88f2e7 - main - vfs: fix description comment of vfs_lookup() 177. Jun 27 Warner Losh git: 21c32cebf81a - main - ifconfig: skip calling fnmatch once the result no longer matters 178. Jun 27 Kevin Bowling git: dac6aa05f8da - stable/12 - e1000: Add SPDX tag to em_txrx 179. Jun 27 Kevin Bowling git: 670a17e9f978 - stable/12 - e1000: Format em_txrx 180. Jun 27 Konstantin Belousov git: ef747607ead4 - main - vm_fault: move FAULT_* return codes out of range for Mach errors
181. Jun 27 Kevin Bowling git: 0b6e5abfb855 - stable/13 - e1000: Add SPDX tag to em_txrx 182. Jun 27 Kevin Bowling git: 7d387749dcdd - stable/13 - e1000: Format em_txrx 183. Jun 27 Simon J. Gerraty git: 148ee8457000 - main - Merge bmake-20230622 184. Jun 27 Simon J. Gerraty git: 945078deae44..3e39ce563b9b - vendor/NetBSD/bmake - vendor branch updated 185. Jun 27 Simon J. Gerraty git: deff8e07e67e - Create tag vendor/NetBSD/bmake/20230622 186. Jun 27 Graham Perrin git: b374a3921d97 - main - hier(7): fix inline markup for a variable 187. Jun 27 Cy Schubert git: e36b028933b7 - main - systat: Chase 70ea484e3ec5, removing vdev_cache 188. Jun 27 Piotr P. Stefaniak Re: git: 1e80d4b18897 - main - xo: Disable -Wunused-but-set-variable. 189. Jun 27 Doug Moore git: da72505f9c6a - main - radix_trie: pass fewer params to node_get 190. Jun 27 =?utf-8?Q?Dag-Erling=20Sm= git: 372f51eaf363 - stable/12 - Merge upstream r948: fix race condition in openpam_ttyconv(3). 191. Jun 27 John Baldwin git: 2e1665ff3454 - main - ldns: Remove a set but unused variable. 192. Jun 27 John Baldwin git: b9f56cabeda4 - main - efi loader: Move 'module' variable under #ifdef MODINFOMD_MODULEP. 193. Jun 27 John Baldwin git: eca9714e4bf2 - main - libbsnmptools: Fully comment out set but unused count variable. 194. Jun 27 John Baldwin git: 1e80d4b18897 - main - xo: Disable -Wunused-but-set-variable. 195. Jun 27 John Baldwin git: 90f2fee0e040 - main - ipf: Remove set but unused variables. 196. Jun 27 John Baldwin git: 235c8f6631cb - main - ncurses: Silence -Wunused-but-set-variable for various files. 197. Jun 27 John Baldwin git: 32c7dde816fd - main - hyperv/kvp: Remove set but unused variables. 198. Jun 27 John Baldwin git: f66a8328c3ef - main - bsdinstall: Replace correct, but fragile, string builder with open_memstream. 199. Jun 27 John Baldwin git: f5e73306336f - main - ipfw: Remove set but unused variables. 200. Jun 27 John Baldwin git: a7f25f141ac5 - main - libipf: Remove set but unused variable from printfraginfo().
201. Jun 27 John Baldwin git: ccfd87fe2ac0 - main - libefivar: Use a void cast in unimplemented stubs. 202. Jun 27 John Baldwin git: 36c2fec31dd6 - main - riscv: Remove MACHINE_ARCH-specific remnants of riscv64sf. 203. Jun 27 Warner Losh git: 2d38d9839b27 - main - openzfs: Remove broken symlinks 204. Jun 27 John Baldwin git: 5ae4463498aa - main - nvme: Fix typo in "Command Aborted by Host" constant name. 205. Jun 27 =?utf-8?Q?Dag-Erling=20Sm= git: 3ba4c8c81a28 - main - Upgrade to OpenPAM Ximenia. 206. Jun 27 =?utf-8?Q?Dag-Erling=20Sm= git: 4b53769b1cea - Create tag vendor/openpam/XIMENIA 207. Jun 27 =?utf-8?Q?Dag-Erling=20Sm= git: 5d48efff83b6..5894a4142a9d - vendor/openpam - vendor branch updated 208. Jun 27 Doug Moore git: 9cfed089ac48 - main - radix_trie: clean up overlong lines 209. Jun 27 Warner Losh git: a1db51dbdb01 - main - unzip(1): Comma after e.g. 210. Jun 27 Warner Losh git: a227908571da - main - unzip: add -O/-I encoding support 211. Jun 27 Ed Maste git: cea84a423599 - stable/13 - cap_net.3: fix typo 212. Jun 27 Warner Losh git: 8edb6fb572f2 - main - man(1): Support custom sections 213. Jun 27 Mateusz Guzik Re: git: a6c0d801ca59 - main - libpthread: allocate rwlocks and spinlocks in dedicated cachelines 214. Jun 27 Konstantin Belousov Re: git: a6c0d801ca59 - main - libpthread: allocate rwlocks and spinlocks in dedicated cachelines 215. Jun 27 Ronald Klop Re: git: d8e6f4946cec - main - vm: Fix anonymous memory clustering under ASLR 216. Jun 27 Mateusz Guzik git: a6c0d801ca59 - main - libpthread: allocate rwlocks and spinlocks in dedicated cachelines 217. Jun 27 Konstantin Belousov git: 4a402dfe0bc4 - main - VFS: Remove VV_READLINK flag 218. Jun 27 Konstantin Belousov git: 3bffa2262328 - main - fdescfs: improve linrdlnk mount option 219. Jun 27 Kristof Provost Re: git: 91fcacc35597 - main - if_bnxt: Add support for VLAN on Thor 220. Jun 27 Li-Wen Hsu git: eb550615eff7 - main - release/azure: Update reference URL
221. Jun 27 Doug Moore git: 72c3a43b16b2 - main - radix_trie: skip compare in lookup_le, lookup_ge 222. Jun 27 Alan Cox git: d8e6f4946cec - main - vm: Fix anonymous memory clustering under ASLR 223. Jun 27 John Baldwin git: af296130eadb - main - nvme_xpt: Tidy nvme_announce_periph for fabrics support. 224. Jun 27 John Baldwin git: e932f0d2a3c3 - main - cam_xpt: Properly fail if a sim uses an unsupported transport. 225. Jun 27 John Baldwin git: 9c2203a691ba - main - nvme: Tidy up transfer rate settings in XPT_GET_TRAN_SETTINGS. 226. Jun 27 John Baldwin git: 1aaa8f670a01 - main - nvme: Don't install nvme_private.h in /usr/include. 227. Jun 26 Cy Schubert Re: git: b835c41723b9 - Create tag vendor/heimdal/7.8.0-2023-06-10-f62e2f278 228. Jun 26 Warner Losh git: e495600ce3ab - main - netstat(1): Use simpler language 229. Jun 26 Cy Schubert git: b835c41723b9 - Create tag vendor/heimdal/7.8.0-2023-06-10-f62e2f278 230. Jun 26 Cy Schubert git: 6f4e10db3298..b6a943f7197a - vendor/heimdal - vendor branch updated 231. Jun 26 Warner Losh git: 780332f1c1cf - main - loader.efi: Remove redundant error message 232. Jun 26 Warner Losh git: 3df959b5febe - main - nohup(1): link to a related manual page 233. Jun 26 Warner Losh git: 70bc3f4331a1 - main - timeout(1): link to related manual pages 234. Jun 26 Mark Johnston git: 861fae6089cd - stable/13 - bhyve: Include vmm.h via the usual path 235. Jun 26 Mark Johnston git: b44b64eeff1d - stable/13 - hwpstate_amd: calculate power if P-state info comes from MSR 236. Jun 26 Mark Johnston git: d93451762782 - stable/13 - bhyve: Remove some unneeded includes of segments.h 237. Jun 26 Mark Johnston git: 8beff65a4a2d - stable/13 - x86: Add defines for a couple of thermal and PM bits 238. Jun 26 Allan Jude git: f81be7a8318b - main - rc.d/routing: Correct setting default gateway for each FIB 239. Jun 26 Ed Maste git: 70af4d57c18f - stable/13 - seq: fix check for rounding error/truncation 240. Jun 26 Ed Maste git: 5b59888c3d0d - stable/13 - seq: fix style nits
241. Jun 26 Ed Maste git: 6403f0ac1281 - stable/13 - seq: fix potential NULL ptr reference 242. Jun 26 Ed Maste Re: git: b73183d1a243 - main - ipv6: disable RFC 4620 nodeinfo by default 243. Jun 26 Bjoern A. Zeeb git: 84d538470bce - stable/12 - net80211: fail for unicast traffic without unicast key 244. Jun 26 Bjoern A. Zeeb git: e982b1cf1fe1 - stable/13 - Bump __FreeBSD_version to 1302506 for merges of LinuxKPI changes. 245. Jun 26 Bjoern A. Zeeb git: 6c9bcecfb296 - stable/13 - net80211: fail for unicast traffic without unicast key 246. Jun 26 Bjoern A. Zeeb git: 992075d8f9ed - stable/13 - LinuxKPI: 802.11: initialize txq 247. Jun 26 Bjoern A. Zeeb git: 2c284913a976 - stable/13 - LinuxKPI: 802.11: improve scan handling 248. Jun 26 Bjoern A. Zeeb git: 38a7e400656f - stable/13 - LinuxKPI: 802.11: correct HE_MAC_CAP3 values 249. Jun 26 Bjoern A. Zeeb git: 0dd2a3b488f0 - stable/13 - LinuxKPI: implement timer_{delete,shutdown}_sync() 250. Jun 26 Bjoern A. Zeeb git: 6faade07b16b - stable/13 - LinuxKPI: add devm_ioremap() 251. Jun 26 Bjoern A. Zeeb git: 28dc06cfb4d9 - stable/13 - LinuxKPI: Add linux/stddef.h and add struct_group(...) 252. Jun 26 Bjoern A. Zeeb git: 9a37368d2beb - stable/13 - LinuxKPI: add ktime_get_real_ts64() 253. Jun 26 Bjoern A. Zeeb git: bf22f62d9a1a - stable/13 - LinuxKPI: add dummy rhashtable implementation 254. Jun 26 Bjoern A. Zeeb git: bd0b4de28d6b - stable/13 - LinuxKPI: uuid: add guid_gen() and guid_copy() 255. Jun 26 Bjoern A. Zeeb git: 523d17b26290 - stable/13 - LinuxKPI: add utsname for init_utsname() with release 256. Jun 26 Bjoern A. Zeeb git: 50b27a0771b1 - stable/13 - LinuxKPI: pci: update struct msi_desc 257. Jun 26 Bjoern A. Zeeb git: 8e77643e0441 - stable/13 - LinuxKPI: pci: add PCI_COMMAND_MEMORY 258. Jun 26 Bjoern A. Zeeb git: e7c58fc886ec - stable/13 - LinuxKPI: implement pci_rescan_bus() 259. Jun 26 Bjoern A. Zeeb git: d6f5ea1dc1b3 - stable/13 - LinuxKPI: add further dummy header files 260. Jun 26 Bjoern A. Zeeb git: adc27210ecb4 - stable/13 - ath10k: ath11k: add specific LinuxKPI support
261. Jun 26 Bjoern A. Zeeb git: 41ca81606eb5 - stable/13 - LinuxKPI: netdevice: add dev_set_threaded() 262. Jun 26 Bjoern A. Zeeb git: d5881640664c - stable/13 - LinuxKPI: add put_unaligned_le16() and get_unaligned_be64() 263. Jun 26 Bjoern A. Zeeb git: de3045f3f955 - stable/13 - LinuxKPI: add ns_to_timespec64() 264. Jun 26 Bjoern A. Zeeb git: b30d9f2e5204 - stable/13 - LinuxKPI: skbuff.h: add more (skeleton) functions used by wireless drivers 265. Jun 26 Bjoern A. Zeeb git: 6427092f1a09 - stable/13 - LinuxKPI: add ptp_clock_kernel.h 266. Jun 26 Bjoern A. Zeeb git: 46f8d147fbc9 - stable/13 - LinuxKPI: add dummy hash.h and kernel_connect() 267. Jun 26 Bjoern A. Zeeb git: 3df3e9a27d5f - stable/13 - LinuxKPI: 802.11: fix IEEE80211_TX_INFO_DRIVER_DATA_SIZE 268. Jun 26 Bjoern A. Zeeb git: 6503ae09604f - stable/13 - LinuxKPI: pci.h: always initialize return value 269. Jun 26 Bjoern A. Zeeb git: 7140d2464579 - stable/13 - LinuxKPI: 802.11: improve assertion and tkip code 270. Jun 26 Bjoern A. Zeeb git: 9e366ef5c8c7 - stable/13 - LinuxKPI: 802.11: adjust locking 271. Jun 26 Bjoern A. Zeeb git: c513977ca883 - stable/13 - LinuxKPI: 802.11: remove extra spaces 272. Jun 26 Bjoern A. Zeeb git: 0a5256166e7d - stable/13 - LinuxKPI: 802.11: use ic_printf more consistently 273. Jun 26 Bjoern A. Zeeb git: 67121a1ed050 - stable/13 - net80211: Radiotap: update for newer standards (add EHT, U-SIG) 274. Jun 26 Bjoern A. Zeeb git: 584bd868b4e4 - stable/13 - LinuxKPI: fix WRITE_ONCE() 275. Jun 26 Bjoern A. Zeeb git: 38f969d41c54 - stable/13 - LinuxKPI: fix READ_ONCE() -Wcast-equal warnings 276. Jun 26 Bjoern A. Zeeb git: de40bc6f3d6b - stable/13 - LinuxKPI: skbuff.h: fix -Warray-bounds warnings 277. Jun 26 Bjoern A. Zeeb git: e9a999ea8f2b - stable/13 - LinuxKPI: 802.11: fix a -Wenum-compare warning 278. Jun 26 Bjoern A. Zeeb git: ecb6cab8288b - stable/13 - iwlwifi: quieten more compiler warnings 279. Jun 26 Bjoern A. Zeeb git: da37ca4a9acb - stable/13 - iwlwifi: rtw88: rtw89: fix gcc warnings 280. Jun 26 Bjoern A. Zeeb git: ee139670c0a1 - stable/13 - rtw89: fix -Wunused-but-set-variable
281. Jun 26 Bjoern A. Zeeb git: b534e975c2ba - stable/13 - KASAN: add bus_space*read*_8 for aarch64 282. Jun 26 Bjoern A. Zeeb git: 4bea3d1c6995 - stable/13 - man4: fix some mandoc lint for iwlwifi.4 and rtw88.4 283. Jun 26 Bjoern A. Zeeb git: bacbebb16d84 - stable/13 - ifconfig: improve trimming off interface number at end 284. Jun 26 Bjoern A. Zeeb git: 6a50f0e12d9c - stable/13 - network.subr: adjust regex for wlans_xxxxx rc.conf entries 285. Jun 26 Bjoern A. Zeeb git: ded53e898c7b - stable/13 - rc/WPA: driver_bsd.c: backout upstream IFF_ change and add logging 286. Jun 26 Bjoern A. Zeeb git: a3a5f67d3949 - stable/13 - ifconfig: ifieee80211: print bssid name 287. Jun 26 Bjoern A. Zeeb git: c6f7abeaeb5b - stable/13 - net80211: define mask for ss_flags rather than using hardcoded 0xfff 288. Jun 26 Bjoern A. Zeeb git: ca5e52ed3a5d - stable/13 - net80211: make ieee80211_scan_dump_channels private 289. Jun 26 Bjoern A. Zeeb git: 34ee2711941e - stable/13 - dpaa2: add console support for FDT based systems 290. Jun 26 Bjoern A. Zeeb Re: git: b73183d1a243 - main - ipv6: disable RFC 4620 nodeinfo by default 291. Jun 26 Kristof Provost git: f0c97033018b - main - sys/dev/ichsmb: Silence unhandled SMBALERT device_printfs 292. Jun 26 Bjoern A. Zeeb git: 08bc2cc4c4d8 - main - LinuxKPI: cast jiffies_to_msecs() result 293. Jun 26 Eugene Grosbein git: 428647d483bb - stable/13 - motd: MFC: unbreak for source upgrade 294. Jun 26 Ed Maste git: b2dcde7e9e75 - main - Assemble .s to .o using cc, not as 295. Jun 25 Ed Maste git: 5dae8905a514 - main - seq: combine asprintf return value checks 296. Jun 25 Kyle Evans git: ee0aa1ce12b3 - main - caroot: add new certs 297. Jun 25 Ed Maste git: c079bcbc60e8 - main - ifconfig: consistently sort set/clear commands 298. Jun 25 Michael Tuexen git: 6dc94f4ba1a5 - stable/12 - libalias: improve handling of invalid SCTP packets 299. Jun 25 Michael Tuexen git: 046df9bdd678 - stable/13 - sctp: only start shutdown guard timer when sending SHUTDOWN chunk 300. Jun 25 Michael Tuexen git: 6b218e45a9ca - stable/13 - sctp: improve shutdown(..., SHUT_WR) handling
301. Jun 25 Michael Tuexen git: 27de3c310c02 - stable/13 - sctp: improve handling of stale cookie error causes 302. Jun 25 Michael Tuexen git: 17b65b4df95f - stable/13 - sctp: use constants from RFC 8260 to improve compliance 303. Jun 25 Michael Tuexen git: 462dbcf3ce60 - stable/13 - sctp: enforce Kahn's rule during the handshake 304. Jun 25 Michael Tuexen git: 180136462aa9 - stable/13 - sctp: don't do RTT measurements with cookies 305. Jun 25 Michael Tuexen git: edff1d344c6b - stable/13 - tcp: fix TCP MD5 computation for the BBR and RACK stack 306. Jun 25 Michael Tuexen git: 081ecd9cf028 - stable/13 - tcp: fix TCP MD5 digest computation for TCP over UDP 307. Jun 25 Michael Tuexen git: a820d8fa71e8 - stable/13 - sctp: fix man page for socket option controlling delayed acks 308. Jun 25 Andrey V. Elsukov git: 53380074a162 - stable/13 - ipmi: add Block Transfer interface support 309. Jun 25 Konstantin Belousov git: 42ceab3ea1a9 - main - libc.a: implement _rtld_addr_phdr() 310. Jun 25 Doug Moore git: a42d8fe001b9 - main - radix_trie: simplify trimkey functions 311. Jun 25 Ed Maste git: 9cbc371c8af7 - main - libcrypto: build nistp* on all little-endian 64-bit targets 312. Jun 25 Martin Matuska git: f190c36b5d45 - main - zfs: merge openzfs/zfs@8e8acabdc 313. Jun 25 Martin Matuska git: 10e36e17612b..8e8acabdcaeb - vendor/openzfs/master - vendor branch updated 314. Jun 25 Cy Schubert git: cc6d0b4bd2c9 - stable/12 - wpa: Enable receiving priority tagged (VID 0) frames 315. Jun 25 Cy Schubert git: 1b33afb7e88b - stable/13 - wpa: Enable receiving priority tagged (VID 0) frames


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