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


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

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

home | archive sorted by: subject | author | date | reverse date
  1. Jul  1 Ka Ho Ng                   git: 593211cc71ad - stable/12 - SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
  2. Jul  1 Ka Ho Ng                   git: 3fe7f9a357be - stable/13 - SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
  3. Jun 30 Kristof Provost            git: 0aeee1f074a7 - stable/13 - pf: fix some cc --analyze warnings
  4. Jun 29 Dmitry Chagin              git: 0f287f6a96ca - stable/13 - linux(4): Implement close_range over native
  5. Jun 29 Dmitry Chagin              git: 4a1f66b81f24 - stable/13 - Revert "linux(4): The futex_wait operation should restart."
  6. Jun 29 Dmitry Chagin              git: e40bcfdff7cc - stable/13 - linux(4): Preserve fpu xsave state across signal delivery on amd64
  7. Jun 29 Dmitry Chagin              git: 4b6a3ed70d8c - stable/13 - linux(4): In preparation for xsave refactor fxsave code on amd64
  8. Jun 29 Dmitry Chagin              git: 0aa326f7b384 - stable/13 - linux(4) rt_sendsig: Remove the use of caddr_t
  9. Jun 29 Dmitry Chagin              git: 2df4032d7e8c - stable/13 - linux(4): Fix stack unwinding across signal frame on x86_64
 10. Jun 29 Dmitry Chagin              git: fa3d164dd9ef - stable/13 - linux(4): Preserve %rcx (return address) like a Linux do
 11. Jun 29 Dmitry Chagin              git: 053cbecd29f8 - stable/13 - linux(4): Simplify %r10 restoring on amd64
 12. Jun 29 Dmitry Chagin              git: d0117d06e9e3 - stable/13 - linux(4): Add a comment explaining registers at syscall entry point on amd64
 13. Jun 29 Dmitry Chagin              git: d56be4992dc7 - stable/13 - linux(4): Drop a weird comment from linux_set_syscall_retval on amd64
 14. Jun 29 Dmitry Chagin              git: 8bfdf839270b - stable/13 - kdump: Add a facility to print numbers in decimal format always
 15. Jun 29 Dmitry Chagin              git: 5b81d9f7f02e - stable/13 - kdump: Decode linux_clone syscall flags
 16. Jun 29 Dmitry Chagin              git: a6ad662abfd9 - stable/13 - libsysdecode: Decode linux_clone syscall flags
 17. Jun 29 Dmitry Chagin              git: ac9d194f493f - stable/13 - linux(4): Guard linux_fork.h by _KERNEL for use by libsysdecode
 18. Jun 29 Dmitry Chagin              git: 050cd99a65a5 - stable/13 - linux(4): Implement ptrace_pokeusr for x86_64
 19. Jun 29 Dmitry Chagin              git: d056fef82aef - stable/13 - linux(4): Make ptrace_pokeusr machine dependent
 20. Jun 29 Dmitry Chagin              git: 9480640957ff - stable/13 - linux(4): Make ptrace_peekusr machine dependend


21. Jun 29 Dmitry Chagin git: cdae95d79825 - stable/13 - linux(4): Move linux_debug decalration to linux_util.h 22. Jun 29 Dmitry Chagin git: addf706f6ff0 - stable/13 - linux(4): Check fd passed to unlockpt() 23. Jun 29 Dmitry Chagin git: 8975a63ad5c2 - stable/13 - ktrace: Simplify ae6ac587, drop the sa var declaration 24. Jun 29 Dmitry Chagin git: cdbdd15ecd8d - stable/13 - ktrace: Fix syscall number on a child return path from fork 25. Jun 29 Dmitry Chagin git: 4d1134a54c85 - stable/13 - fstatat(2): restore AT_EMPTY_PATH handling 26. Jun 29 Dmitry Chagin git: 5e424fec72aa - stable/13 - linux(4): Uniformly dev_t arguments translation 27. Jun 29 Dmitry Chagin git: b971d6aec115 - stable/13 - linux(4): Add a dedicated fstat() implementation 28. Jun 29 Dmitry Chagin git: 6c324fb645e6 - stable/13 - linux(4): Add a dedicated statat() implementation 29. Jun 29 Dmitry Chagin git: 86fde4e64528 - stable/13 - linux(4): Make struct stat64 to match Linux actual one 30. Jun 29 Dmitry Chagin git: 46d2b34e1422 - stable/13 - linux(4): Regen for mknod syscall changes 31. Jun 29 Dmitry Chagin git: 71d26d149f05 - stable/13 - linux(4): Use Linux dev_t type for mknod syscalls dev argument 32. Jun 29 Dmitry Chagin git: 4d7a9535977f - stable/13 - linux(4): Move dev_t type declaration under /compat/linux 33. Jun 29 Dmitry Chagin git: 38e5a2a185bc - stable/13 - linux(4): Make struct newstat to match actual Linux one 34. Jun 29 Dmitry Chagin git: 5e43a15ba4d9 - stable/13 - linux(4): Regen for struct l_old_stat changes 35. Jun 29 Dmitry Chagin git: 69a2984e3c88 - stable/13 - linux(4): Update syscalls.master to reflect struct l_old_stat 36. Jun 29 Dmitry Chagin git: 361f6ce4a675 - stable/13 - linux(4): Mark old fstat syscal as unimplemented 37. Jun 29 Dmitry Chagin git: aaf17ef31c38 - stable/13 - linux(4): Rename obsolete old struct l_stat to struct l_old_stat 38. Jun 29 Dmitry Chagin git: 815a433165a0 - stable/13 - linux(4): Move statx_copyout() close to linux_statx() 39. Jun 29 Dmitry Chagin git: c43f5eb2f4c7 - stable/13 - linux(4): Move translate_vnhook_major_minor() into the Linux common module 40. Jun 29 Dmitry Chagin git: 78c8b272ae7d - stable/13 - linux(4): Sort includes in the linux_stats.c
41. Jun 29 Dmitry Chagin git: 2c7aac44f5ab - stable/13 - linux(4): Use inlined LINUX_KERNVER for tests to improve readability 42. Jun 29 Dmitry Chagin git: dde5ee79d043 - stable/13 - linux(4): Don't relie on process osreldata when testing features 43. Jun 29 Dmitry Chagin git: 276bc96ff331 - stable/13 - linux(4): Fix arm64 build after b7a6bcdd, missed chunk added 44. Jun 29 Dmitry Chagin git: 93cac961f46a - stable/13 - linux(4): Bump osrelease to 5.15.0 45. Jun 29 Dmitry Chagin git: 8dc4c073cdd1 - stable/13 - linux(4): Export the AT_MINSIGSTKSZ depending on the process osreldata 46. Jun 29 Dmitry Chagin git: 364bdf887ae3 - stable/13 - linux(4): Export the AT_EXECFN depending on the process osreldata 47. Jun 29 Dmitry Chagin git: de67d174a10c - stable/13 - linux(4): Export the AT_RANDOM depending on the process osreldata 48. Jun 29 Dmitry Chagin git: b7ee4a377911 - stable/13 - linux(4): Fix LINUX_AT_COUNT comments 49. Jun 29 Dmitry Chagin git: 10b49af72e5d - stable/13 - linux(4): Deduplicate linux_copyout_auxargs() 50. Jun 29 Dmitry Chagin git: 416e0455c488 - stable/13 - linux(4): Regen for close_range syscall 51. Jun 29 Dmitry Chagin git: 49f134373de6 - stable/13 - linux(4): Modify close_range syscall to match Linux 52. Jun 29 Dmitry Chagin git: b73e978d7d17 - stable/13 - pseudofs: Simplify pfs_visible_proc 53. Jun 29 Dmitry Chagin git: c38bb48b04c9 - stable/13 - pseudofs: Allow vis callback to be called for a named node 54. Jun 29 Dmitry Chagin git: 14ee31bcccfb - stable/13 - pseudofs: Microoptimize struct pfs_node 55. Jun 29 Dmitry Chagin git: fdab8b794ac3 - stable/13 - linsysfs(4): Keep Linux compatible sysfs the same as Ubuntu 56. Jun 28 Dimitry Andric git: 2846052cd44e - stable/12 - Apply llvm fix for hanging gcc builds on 32-bit arm 57. Jun 28 Dimitry Andric git: 1706d72e36a0 - stable/13 - Apply llvm fix for hanging gcc builds on 32-bit arm 58. Jun 28 Kristof Provost git: 0da2f02c1b2a - stable/13 - netinet: re-read IP length after PFIL hook 59. Jun 28 Kristof Provost git: d0076c7a8653 - stable/12 - netinet: re-read IP length after PFIL hook 60. Jun 28 John Baldwin git: 12ce57e6d3e7 - stable/13 - pcib: Allocate the memory BAR with the MSI-X table.
61. Jun 28 John Baldwin git: 7148e1593b68 - stable/13 - <sys/cdefs.h>: Decay expression passed to fallback version of __generic() 62. Jun 28 John Baldwin git: ed19cb27bde8 - stable/13 - ether_demux: Defer stripping the Ethernet header. 63. Jun 28 John Baldwin git: 5771c3bd1df8 - stable/13 - systat: Fix a bunch of use after frees in fetch_ifstat(). 64. Jun 28 Konstantin Belousov git: 15347d162287 - stable/13 - top(8): restore erronously removed SWAIT array element 65. Jun 28 Konstantin Belousov git: 732e4df3b388 - stable/13 - top(8): add missed SLOCK state to the sorted_state[] 66. Jun 28 Konstantin Belousov git: 8a5c2ed0c7f6 - stable/13 - top(8): document the actual sort order for process sorting 67. Jun 28 Konstantin Belousov git: deb1289c9e6a - stable/13 - top(8): use designated initializers for sorted_state[] 68. Jun 28 Konstantin Belousov git: ca461ad3dec4 - stable/13 - top(8): designate the sorted_state[] array as constant 69. Jun 27 Kevin Bowling git: dac6aa05f8da - stable/12 - e1000: Add SPDX tag to em_txrx 70. Jun 27 Kevin Bowling git: 670a17e9f978 - stable/12 - e1000: Format em_txrx 71. Jun 27 Kevin Bowling git: 0b6e5abfb855 - stable/13 - e1000: Add SPDX tag to em_txrx 72. Jun 27 Kevin Bowling git: 7d387749dcdd - stable/13 - e1000: Format em_txrx 73. Jun 27 =?utf-8?Q?Dag-Erling=20Sm= git: 372f51eaf363 - stable/12 - Merge upstream r948: fix race condition in openpam_ttyconv(3). 74. Jun 27 Ed Maste git: cea84a423599 - stable/13 - cap_net.3: fix typo 75. Jun 26 Mark Johnston git: 861fae6089cd - stable/13 - bhyve: Include vmm.h via the usual path 76. Jun 26 Mark Johnston git: b44b64eeff1d - stable/13 - hwpstate_amd: calculate power if P-state info comes from MSR 77. Jun 26 Mark Johnston git: d93451762782 - stable/13 - bhyve: Remove some unneeded includes of segments.h 78. Jun 26 Mark Johnston git: 8beff65a4a2d - stable/13 - x86: Add defines for a couple of thermal and PM bits 79. Jun 26 Ed Maste git: 70af4d57c18f - stable/13 - seq: fix check for rounding error/truncation 80. Jun 26 Ed Maste git: 5b59888c3d0d - stable/13 - seq: fix style nits
81. Jun 26 Ed Maste git: 6403f0ac1281 - stable/13 - seq: fix potential NULL ptr reference 82. Jun 26 Bjoern A. Zeeb git: 84d538470bce - stable/12 - net80211: fail for unicast traffic without unicast key 83. Jun 26 Bjoern A. Zeeb git: e982b1cf1fe1 - stable/13 - Bump __FreeBSD_version to 1302506 for merges of LinuxKPI changes. 84. Jun 26 Bjoern A. Zeeb git: 6c9bcecfb296 - stable/13 - net80211: fail for unicast traffic without unicast key 85. Jun 26 Bjoern A. Zeeb git: 992075d8f9ed - stable/13 - LinuxKPI: 802.11: initialize txq 86. Jun 26 Bjoern A. Zeeb git: 2c284913a976 - stable/13 - LinuxKPI: 802.11: improve scan handling 87. Jun 26 Bjoern A. Zeeb git: 38a7e400656f - stable/13 - LinuxKPI: 802.11: correct HE_MAC_CAP3 values 88. Jun 26 Bjoern A. Zeeb git: 0dd2a3b488f0 - stable/13 - LinuxKPI: implement timer_{delete,shutdown}_sync() 89. Jun 26 Bjoern A. Zeeb git: 6faade07b16b - stable/13 - LinuxKPI: add devm_ioremap() 90. Jun 26 Bjoern A. Zeeb git: 28dc06cfb4d9 - stable/13 - LinuxKPI: Add linux/stddef.h and add struct_group(...) 91. Jun 26 Bjoern A. Zeeb git: 9a37368d2beb - stable/13 - LinuxKPI: add ktime_get_real_ts64() 92. Jun 26 Bjoern A. Zeeb git: bf22f62d9a1a - stable/13 - LinuxKPI: add dummy rhashtable implementation 93. Jun 26 Bjoern A. Zeeb git: bd0b4de28d6b - stable/13 - LinuxKPI: uuid: add guid_gen() and guid_copy() 94. Jun 26 Bjoern A. Zeeb git: 523d17b26290 - stable/13 - LinuxKPI: add utsname for init_utsname() with release 95. Jun 26 Bjoern A. Zeeb git: 50b27a0771b1 - stable/13 - LinuxKPI: pci: update struct msi_desc 96. Jun 26 Bjoern A. Zeeb git: 8e77643e0441 - stable/13 - LinuxKPI: pci: add PCI_COMMAND_MEMORY 97. Jun 26 Bjoern A. Zeeb git: e7c58fc886ec - stable/13 - LinuxKPI: implement pci_rescan_bus() 98. Jun 26 Bjoern A. Zeeb git: d6f5ea1dc1b3 - stable/13 - LinuxKPI: add further dummy header files 99. Jun 26 Bjoern A. Zeeb git: adc27210ecb4 - stable/13 - ath10k: ath11k: add specific LinuxKPI support 100. Jun 26 Bjoern A. Zeeb git: 41ca81606eb5 - stable/13 - LinuxKPI: netdevice: add dev_set_threaded()
101. Jun 26 Bjoern A. Zeeb git: d5881640664c - stable/13 - LinuxKPI: add put_unaligned_le16() and get_unaligned_be64() 102. Jun 26 Bjoern A. Zeeb git: de3045f3f955 - stable/13 - LinuxKPI: add ns_to_timespec64() 103. Jun 26 Bjoern A. Zeeb git: b30d9f2e5204 - stable/13 - LinuxKPI: skbuff.h: add more (skeleton) functions used by wireless drivers 104. Jun 26 Bjoern A. Zeeb git: 6427092f1a09 - stable/13 - LinuxKPI: add ptp_clock_kernel.h 105. Jun 26 Bjoern A. Zeeb git: 46f8d147fbc9 - stable/13 - LinuxKPI: add dummy hash.h and kernel_connect() 106. Jun 26 Bjoern A. Zeeb git: 3df3e9a27d5f - stable/13 - LinuxKPI: 802.11: fix IEEE80211_TX_INFO_DRIVER_DATA_SIZE 107. Jun 26 Bjoern A. Zeeb git: 6503ae09604f - stable/13 - LinuxKPI: pci.h: always initialize return value 108. Jun 26 Bjoern A. Zeeb git: 7140d2464579 - stable/13 - LinuxKPI: 802.11: improve assertion and tkip code 109. Jun 26 Bjoern A. Zeeb git: 9e366ef5c8c7 - stable/13 - LinuxKPI: 802.11: adjust locking 110. Jun 26 Bjoern A. Zeeb git: c513977ca883 - stable/13 - LinuxKPI: 802.11: remove extra spaces 111. Jun 26 Bjoern A. Zeeb git: 0a5256166e7d - stable/13 - LinuxKPI: 802.11: use ic_printf more consistently 112. Jun 26 Bjoern A. Zeeb git: 67121a1ed050 - stable/13 - net80211: Radiotap: update for newer standards (add EHT, U-SIG) 113. Jun 26 Bjoern A. Zeeb git: 584bd868b4e4 - stable/13 - LinuxKPI: fix WRITE_ONCE() 114. Jun 26 Bjoern A. Zeeb git: 38f969d41c54 - stable/13 - LinuxKPI: fix READ_ONCE() -Wcast-equal warnings 115. Jun 26 Bjoern A. Zeeb git: de40bc6f3d6b - stable/13 - LinuxKPI: skbuff.h: fix -Warray-bounds warnings 116. Jun 26 Bjoern A. Zeeb git: e9a999ea8f2b - stable/13 - LinuxKPI: 802.11: fix a -Wenum-compare warning 117. Jun 26 Bjoern A. Zeeb git: ecb6cab8288b - stable/13 - iwlwifi: quieten more compiler warnings 118. Jun 26 Bjoern A. Zeeb git: da37ca4a9acb - stable/13 - iwlwifi: rtw88: rtw89: fix gcc warnings 119. Jun 26 Bjoern A. Zeeb git: ee139670c0a1 - stable/13 - rtw89: fix -Wunused-but-set-variable 120. Jun 26 Bjoern A. Zeeb git: b534e975c2ba - stable/13 - KASAN: add bus_space*read*_8 for aarch64
121. Jun 26 Bjoern A. Zeeb git: 4bea3d1c6995 - stable/13 - man4: fix some mandoc lint for iwlwifi.4 and rtw88.4 122. Jun 26 Bjoern A. Zeeb git: bacbebb16d84 - stable/13 - ifconfig: improve trimming off interface number at end 123. Jun 26 Bjoern A. Zeeb git: 6a50f0e12d9c - stable/13 - network.subr: adjust regex for wlans_xxxxx rc.conf entries 124. Jun 26 Bjoern A. Zeeb git: ded53e898c7b - stable/13 - rc/WPA: driver_bsd.c: backout upstream IFF_ change and add logging 125. Jun 26 Bjoern A. Zeeb git: a3a5f67d3949 - stable/13 - ifconfig: ifieee80211: print bssid name 126. Jun 26 Bjoern A. Zeeb git: c6f7abeaeb5b - stable/13 - net80211: define mask for ss_flags rather than using hardcoded 0xfff 127. Jun 26 Bjoern A. Zeeb git: ca5e52ed3a5d - stable/13 - net80211: make ieee80211_scan_dump_channels private 128. Jun 26 Bjoern A. Zeeb git: 34ee2711941e - stable/13 - dpaa2: add console support for FDT based systems 129. Jun 26 Eugene Grosbein git: 428647d483bb - stable/13 - motd: MFC: unbreak for source upgrade 130. Jun 25 Michael Tuexen git: 6dc94f4ba1a5 - stable/12 - libalias: improve handling of invalid SCTP packets 131. Jun 25 Michael Tuexen git: 046df9bdd678 - stable/13 - sctp: only start shutdown guard timer when sending SHUTDOWN chunk 132. Jun 25 Michael Tuexen git: 6b218e45a9ca - stable/13 - sctp: improve shutdown(..., SHUT_WR) handling 133. Jun 25 Michael Tuexen git: 27de3c310c02 - stable/13 - sctp: improve handling of stale cookie error causes 134. Jun 25 Michael Tuexen git: 17b65b4df95f - stable/13 - sctp: use constants from RFC 8260 to improve compliance 135. Jun 25 Michael Tuexen git: 462dbcf3ce60 - stable/13 - sctp: enforce Kahn's rule during the handshake 136. Jun 25 Michael Tuexen git: 180136462aa9 - stable/13 - sctp: don't do RTT measurements with cookies 137. Jun 25 Michael Tuexen git: edff1d344c6b - stable/13 - tcp: fix TCP MD5 computation for the BBR and RACK stack 138. Jun 25 Michael Tuexen git: 081ecd9cf028 - stable/13 - tcp: fix TCP MD5 digest computation for TCP over UDP 139. Jun 25 Michael Tuexen git: a820d8fa71e8 - stable/13 - sctp: fix man page for socket option controlling delayed acks 140. Jun 25 Andrey V. Elsukov git: 53380074a162 - stable/13 - ipmi: add Block Transfer interface support
141. Jun 25 Cy Schubert git: cc6d0b4bd2c9 - stable/12 - wpa: Enable receiving priority tagged (VID 0) frames 142. 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