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


2023/dev-commits-src-main/20231231.dev-commits-src-main

Messages: 280, sorted by subject
Last page update: Sat Jan 3 13:04:52 UTC 2026

home | up | archive | sorted by: subject - author - date - reverse date
  1. Dec 28 Warner Losh                git: 00bc86a9a653 - main - isci: Fix typo (triple S)
  2. Dec 24 Vladimir Kondratyev        git: 04952a9456e2 - main - LinuxKPI: Add acpi_dev_present() function.
  3. Dec 28 Warner Losh                git: 05e5852d1bba - main - CONTRIBUTING.md: add note about upstreams.
  4. Dec 29 Robert Wing                git: 0600b575402f - main - bhyve: verify that user provided fbuf values fall within limits
  5. Dec 28 Warner Losh                git: 0888bac4f623 - main - mtree: Use spaces not tabs
  6. Dec 26 Warner Losh                git: 08ae26534e0c - main - Update LOCKS for Git
  7. Dec 26 Gleb Smirnoff              git: 08c33cd94da1 - main - hpts: avoid duplicate call to tcp_output()
  8. Dec 26 Mark Johnston              git: 099d25c354d9 - main - nmount: Ignore errors when copying out an error string
  9. Dec 28 Warner Losh                git: 0a41a6681dad - main - mtree: Update mtree flags in README file
 10. Dec 24 Jason A. Harmening         git: 0ee1cd6da960 - main - vm_page.h: tweak page-busied assertion macros
 11. Dec 27 John Baldwin               git: 0f3210b3a7fa - main - ctladm: Only autoload cfiscsi.ko for iSCSI-specific commands
 12. Dec 28 Warner Losh                git: 0fef54255be8 - main - route6d: Fix typo (triple S)
 13. Dec 27 John Baldwin               git: 105eee97b025 - main - ctl: Add missing comma after CTL_FLAG_ALREADY_DONE
 14. Dec 26 Warner Losh                git: 10b84b88f08a - main - cat: Use present tense
 15. Dec 28 Mark Johnston              git: 10ed63fc06cb - main - isp(4): Rework firmware handling/loading
 16. Dec 24 Alexander Motin            git: 13037eaabede - main - ig4: Actively use FIFO thresholds
 17. Dec 25 Robert Clausecker          git: 14289e973f5c - main - lib/libc/amd64/string: add strncmp scalar, baseline implementation
 18. Dec 28 Warner Losh                git: 186034134768 - main - libdevdctl: Fix typo (triple S)
 19. Dec 29 Ed Maste                   git: 19bb1886be4f - main - bsdinstall: rename "Live CD" to "Live System"
 20. Dec 24 Alexander Motin            git: 1a3ee6002f3e - main - acpi_lid: Remove duplicate events

 21. Dec 24 Vladimir Kondratyev        git: 1b2f43a7427e - main - LinuxKPI: Add cancel_work() function.
 22. Dec 30 Pawel Jakub Dawidek        git: 1b8d70b2eb71 - main - kern: Introduce kern.pid_max_limit sysctl.
 23. Dec 24 Vladimir Kondratyev        git: 1bce29bcf121 - main - LinuxKPI: Add some header pollution and dummy headers
 24. Dec 28 Warner Losh                git: 1ed17d86bb30 - main - mtree: Add missing directories to BSD.root.dist
 25. Dec 25 Dimitry Andric             git: 1ff41cad716a - main - Minimize libc++ errno-related header diffs with upstream
 26. Dec 24 Vladimir Kondratyev        git: 206e9fea7502 - main - LinuxKPI: Add asm/hypervisor.h header
 27. Dec 26 Rick Macklem               git: 208f089d459d - main - RELNOTES: Add an entry for commit 1a878807006c
 28. Dec 28 Warner Losh                git: 20d685623f01 - main - mtree: Properly sort entries
 29. Dec 28 Warner Losh                git: 23699ff23c36 - main - Revert "vtnet: Adjust rx buffer so IP header 32-bit aligned"
 30. Dec 27 Alan Somers                git: 2391e536c01c - main - Fix multiple bugs with ctld's UCL parsing
 31. Dec 28 Arthur Kiyanovski          git: 246aa273244e - main - ena: Update the license dating to 2023
 32. Dec 26 Konstantin Belousov        git: 24e38af60a63 - main - DMAR: add knob to disable RMRR entries installation into domains
 33. Dec 27 Kyle Evans                 git: 24fd3e969ebe - main - daemon: move buffer into daemon_state
 34. Dec 24 Jason A. Harmening         git: 2619c5ccfe1f - main - Avoid waiting on physical allocations that can't possibly be satisfied
 35. Dec 28 Wolfram Schneider          git: 271887ec35ad - main - update manpage URL
 36. Dec 28 Piotr P. Stefaniak          Re: git: 271887ec35ad - main - update manpage URL
 37. Dec 28 Wolfram Schneider           Re: git: 271887ec35ad - main - update manpage URL
 38. Dec 26 Konstantin Belousov        git: 273b4de3462d - main - iommu: add iommu_gas_remove_locked()
 39. Dec 28 Arthur Kiyanovski          git: 2835752e075f - main - ena: Remove CQ tail pointer update API
 40. Dec 27 Mark Johnston              git: 2873d841f81c - main - tdfx: Handle errors from copyin() and copyout()

 41. Dec 26 Konstantin Belousov        git: 2a1d50fc12f6 - main - vfs_domount_update(): correct fsidcmp() usage
 42. Dec 26 Zhenlei Huang               Re: git: 2a1d50fc12f6 - main - vfs_domount_update(): correct fsidcmp() usage
 43. Dec 26 Zhenlei Huang               Re: git: 2a1d50fc12f6 - main - vfs_domount_update(): correct fsidcmp() usage
 44. Dec 26 Konstantin Belousov         Re: git: 2a1d50fc12f6 - main - vfs_domount_update(): correct fsidcmp() usage
 45. Dec 26 Zhenlei Huang               Re: git: 2a1d50fc12f6 - main - vfs_domount_update(): correct fsidcmp() usage
 46. Dec 26 Warner Losh                git: 2aa186b3b08b - main - gvinum(8): Fix a typo
 47. Dec 24 Vladimir Kondratyev        git: 2b037743a77d - main - LinuxKPI: Add linux/dynamic_debug.h header
 48. Dec 27 Christos Margiolis         git: 2b1c477d88e5 - main - fortune: update mailing list search url
 49. Dec 25 Robert Clausecker          git: 2b7b03b7ae17 - main - lib/libc/amd64/string: implement strlcat() through strlcpy()
 50. Dec 28 Warner Losh                git: 2d3d29c29c12 - main - security.7: Fix typo (triple S)
 51. Dec 25 Robert Clausecker          git: 2ed514a220ed - main - lib/libc/amd64/string: add strrchr scalar, baseline implementation
 52. Dec 29 Mike Karels                Re: git: 2f036705f337 - main - Document the two recent  newsyslog(8) change (-c option and <compress> configuration  option).
 53. Dec 29 Xin LI                     git: 2f036705f337 - main - Document the two recent newsyslog(8) change (-c option and <compress> configuration option).
 54. Dec 27 Alan Somers                git: 30ce26cacfd6 - main - nfsstat: update option strings in docs
 55. Dec 26 Konstantin Belousov        git: 30ce85ca1143 - main - iommu_gas: add ddb 'show iommu_domain' command
 56. Dec 24 Vladimir Kondratyev        git: 31ef29091b0f - main - LinuxKPI: Add static_assert() macro
 57. Dec 27 Konstantin Belousov        git: 3334a537ed38 - main - Convert fsidcmp(9) from macro to inline function
 58. Dec 29 Mateusz Guzik              git: 3358108a38f0 - main - llvm: Support: don't block signals around close if it can be avoided
 59. Dec 26 Mark Johnston              git: 3379d9b5de4c - main - umtx: Check for errors from suword32()
 60. Dec 27 Mark Johnston              git: 344a04ad2c5e - main - linuxkpi: Annotate an unused variable as such

 61. Dec 28 Warner Losh                git: 3511dbc2b1fa - main - arm: Fix typo (triple S)
 62. Dec 27 Alexander Motin            git: 358453ce9bdd - main - iichid(4): Switch taskqueue to "fast"
 63. Dec 28 Arthur Kiyanovski          git: 36d42c862f4a - main - ena: Support srd metrics with sysctl
 64. Dec 27 Warner Losh                git: 3dfb39ef1d66 - main - bsd-family-tree: QCU: ISBN and EAN numbers
 65. Dec 28 Warner Losh                git: 3e8d8297473d - main - net: Fix typo (triple S)
 66. Dec 26 Mark Johnston              git: 3fde275167ce - main - linux: Check for copyout errors in linux_fixup()
 67. Dec 27 Kyle Evans                 git: 407e3790c3a0 - main - daemon: separate pipe_fd[2] into pipe_rd and pipe_wr
 68. Dec 28 Kenneth D. Merry           git: 40a492d38ee1 - main - camcontrol: Add a sense subcommand
 69. Dec 28 Warner Losh                git: 4133afcdc314 - main - ddb: Fix typo (triple S)
 70. Dec 26 Warner Losh                git: 4185d1f76a22 - main - diff(1): fix a typo
 71. Dec 28 Warner Losh                git: 44cf844b16cd - main - tree: Use 1 semicolon at the end of a statement
 72. Dec 25 Robert Clausecker          git: 459ddefcc9dc - main - lib/libc/tests/string: add unit tests for strncmp(3)
 73. Dec 28 Warner Losh                git: 4654e8a3bff5 - main - ciss: Fix typo (triple T)
 74. Dec 28 Mark Johnston              git: 46a6cfee1bb6 - main - sa: Make sa_param_table[] const and static
 75. Dec 25 Robert Clausecker          git: 47adb1e01264 - main - share/man/man7/simd.7: document new amd64 baseline strcmp()
 76. Dec 27 Gleb Smirnoff              git: 4a0c6403b0ec - main - inpcb: poison several inpcb pointer in in_pcbfree()
 77. Dec 28 Warner Losh                git: 4b817fc1f02c - main - CONTRIBUTING.md: Fix typos
 78. Dec 30 Simon J. Gerraty           git: 4d08b569a01e - main - bsd.man.mk allow staging compressed pages
 79. Dec 28 Mark Johnston              git: 4d3c234d8eb3 - main - sa: Check for errors from copyout()
 80. Dec 28 Arthur Kiyanovski          git: 4e2688cc762d - main - ena: Update driver version to v2.7.0

 81. Dec 28 Warner Losh                git: 4ea5e107b1e7 - main - <bsd.progs.mk>: Allow using SRCS for common sources
 82. Dec 26 Mark Johnston              git: 4f35450ce52a - main - compat_freebsd4: Check for errors from subyte() in freebsd4_uname()
 83. Dec 28 Warner Losh                git: 531a12d90d7d - main - pms: Fix typo (triple S)
 84. Dec 28 Warner Losh                git: 540be39b0b17 - main - tree: Use 1 semicolon at the end of a statement
 85. Dec 29 Ed Maste                   git: 56c202de785a - main - tegra210: change to UTF-8 (from ISO-8859)
 86. Dec 29 Alexey Dokuchaev            Re: git: 56c202de785a - main - tegra210: change to UTF-8 (from ISO-8859)
 87. Dec 27 Kyle Evans                 git: 5745a5841413 - main - daemon: replace memchr with memrchr
 88. Dec 24 Vladimir Kondratyev        git: 5a3bd281672b - main - LinuxKPI: Add explicit software context to FPU sections
 89. Dec 24 Vladimir Kondratyev        git: 5ae2e6f913fa - main - LinuxKPI: Add bitmap_intersects(), bitmap_from_arr32()
 90. Dec 28 Warner Losh                git: 5b7f73ce16cb - main - mtree: Add missing directories generated by certctl
 91. Dec 28 Arthur Kiyanovski          git: 5b925280d9a5 - main - ena: Introduce shared sample interval for all stats
 92. Dec 26 Alexander Motin            git: 5bc10feacc9d - main - acpi_cpu: Reduce BUS_MASTER_RLD manipulations
 93. Dec 24 Vladimir Kondratyev        git: 5e6bddfc4330 - main - LinuxKPI: Add video/vga.h header
 94. Dec 28 Ed Maste                   git: 5f71f9636efa - main - CONTRIBUTING.md: fix typo from commmit to commit
 95. Dec 25 Robert Clausecker          git: 5fa0fbf40b11 - main - share/man/man7/simd.7: document simd-enhanced memccpy, strncat
 96. Dec 29 Xin LI                     git: 61174ad88e33 - main - newsyslog(8): Add support of specifying compression method in configuration file.
 97. Dec 27 Colin Percival             git: 61e2161367bb - main - x86: Adjust base addr for PCI MCFG regions
 98. Dec 27 Gordon Bergling            git: 63c928f17e08 - main - gpioevents: Fix a typo in a diagnostic output message
 99. Dec 30 Michael Tuexen             git: 642ac6015b56 - main - tcp: fix ports
100. Dec 24 Vladimir Kondratyev        git: 64e30cba3f04 - main - LinuxKPI: Add write_seqcount_invalidate() and seqprop_sequence()

101. Dec 24 Vladimir Kondratyev        git: 66f9a98335dc - main - LinuxKPI: Add xa_(un)lock_irq to linux/xarray.h
102. Dec 29 Robert Wing                git: 683ea4d22bbc - main - vmm: MTRR should be saved/restored
103. Dec 26 Mark Johnston              git: 68cc77a3b73f - main - mpr: Handle errors from copyout() in ioctl handlers
104. Dec 24 Alexander Motin            git: 68e457df0268 - main - iichid(4): Restore/increase sampling rate
105. Dec 25 Robert Clausecker          git: 691ff1832e09 - main - lib/libc/tests/string: add memrchr unit tests
106. Dec 27 Kyle Evans                 git: 6ac7c9f06ae9 - main - daemon: remove redundant parameter from listen_child()
107. Dec 27 Konstantin Belousov         Re: git: 6ac7c9f06ae9 - main - daemon: remove redundant parameter from listen_child()
108. Dec 27 Alexey Dokuchaev            Re: git: 6ac7c9f06ae9 - main - daemon: remove redundant parameter from listen_child()
109. Dec 27 Warner Losh                 Re: git: 6ac7c9f06ae9 - main - daemon: remove redundant parameter from listen_child()
110. Dec 27 Kyle Evans                  Re: git: 6ac7c9f06ae9 - main - daemon: remove redundant parameter from listen_child()
111. Dec 26 Mark Johnston              git: 6adf554abd1c - main - vmm: Fix handling of errors from subyte()
112. Dec 26 Konstantin Belousov        git: 6afa2333d2e4 - main - iommu: remove leftover sys/cdefs.h includes
113. Dec 26 Mark Johnston              git: 6bfb7306ef92 - main - mpi3mr: Check for copyin errors in mpi3mr_map_data_buffer_dma()
114. Dec 28 Warner Losh                git: 6cd48617c43f - main - qat: Fix typo (triple S)
115. Dec 26 Mark Johnston              git: 6cdff09c0d70 - main - gntdev: Handle errors from suword32() in gntdev_alloc_gref()
116. Dec 27 Gordon Bergling            git: 6dc7bf0c5ce9 - main - hvsock: Fix a typo in a source code comment
117. Dec 25 Robert Clausecker          git: 6fa9e7d87375 - main - lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementation
118. Dec 25 Robert Clausecker          git: 6fdcb85b1c10 - main - share/man/man7/simd.7: add forgotten aarch64 string functions
119. Dec 26 Mark Johnston              git: 711880597c6c - main - ath: Handle errors from copyout() in ath_rate_fetch_node_stats()
120. Dec 26 Konstantin Belousov        git: 7153d5e4bc67 - main - dmar(9): style, fix indent

121. Dec 28 Arthur Kiyanovski          git: 72e34ebdd088 - main - ena: Update ena_com_update_intr_reg API usage
122. Dec 24 Vladimir Kondratyev        git: 730387b64e10 - main - LinuxKPI: Add linux/apple-gmux.h
123. Dec 26 Konstantin Belousov        git: 733da1eb9476 - main - iommu_gas: print entries flags and domains if an overlap detected
124. Dec 24 Vladimir Kondratyev        git: 73ccd188c43a - main - LinuxKPI: Define ioread64() in linux/io.h only on 64 bit archs.
125. Dec 24 Vladimir Kondratyev        git: 745067c58514 - main - LinuxKPI: Add acpi_video_backlight_use_native()
126. Dec 25 Robert Clausecker          git: 74d6cfad54d6 - main - lib/libc/amd64/string: add strlcpy scalar, baseline implementation
127. Dec 26 Mark Johnston              git: 74e713804fa4 - main - iscsi: Check for copyout errors in iscsi_ioctl_daemon_receive()
128. Dec 25 Robert Clausecker          git: 75a9e2250656 - main - share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy
129. Dec 25 Robert Clausecker          git: 75cb202698a6 - main - share/man/man7/simd.7: document amd64 SIMD use for strsep()
130. Dec 26 Mark Johnston              git: 771501e96ffd - main - ses: Add error checking for copyout() calls
131. Dec 28 Wolfram Schneider          git: 789480702e49 - main - support spaces in filenames
132. Dec 29 Dimitry Andric             git: 79639686401b - main - Merge commit c97a7675eea4 from llvm git (by Qiu Chaofan):
133. Dec 27 Gordon Bergling            git: 7b0b448ba9fd - main - tcp_stacks: Fix two typos in a source code comments
134. Dec 26 Mark Johnston              git: 7b68fb5ab2a2 - main - thread: Add a return value to cpu_set_upcall()
135. Dec 27 Alexander Motin            git: 7bbac6419d17 - main - Schedule fast taskqueue callouts on right CPU.
136. Dec 24 Vladimir Kondratyev        git: 7f88d742e578 - main - LinuxKPI: Add get_random_u64() function
137. Dec 24 Vladimir Kondratyev        git: 808ae4e29b6b - main - LinuxKPI: Add pcie_capability_clear_and_set_word() function
138. Dec 26 Mark Johnston              git: 81eb7baa69e9 - main - freebsd32: Report errors when copying out oldlenp in __sysctl
139. Dec 29 Rick Macklem               git: 84b4342c0d7a - main - copy_file_range.2: Clarify that only regular files work
140. Dec 28 John Baldwin               git: 854e1fd69218 - main - mbuf.9: Document mtodo

141. Dec 26 Warner Losh                git: 878bf23d3758 - main - sh(1): Fix typo
142. Dec 26 Warner Losh                git: 896fd0d3f5bd - main - Remove SVN related Git attributes
143. Dec 28 Colin Percival             git: 8a735ffdf049 - main - EC2: Bump AMI size to 6 GB
144. Dec 28 Warner Losh                git: 8aa5bb0ef205 - main - netgdb.4: Fix typo (triple S)
145. Dec 28 Warner Losh                git: 8b007a7435ff - main - fuse: Fix typo (triple S)
146. Dec 25 Robert Clausecker          git: 8b60e1fdbefa - main - share/man/man7/simd.7: document amd64 SIMD use for strpbrk()
147. Dec 24 Joseph Mingrone            Re: git: 8ccd0b876e67 - main - libc: expose execvpe for Linux  compat
148. Dec 28 Warner Losh                git: 8ee1cc4a7f2e - main - Revert "vtnet: Better adjust for ethernet alignment."
149. Dec 26 Warner Losh                git: 8f0498208db6 - main - bhyve/audio.c: avoid re-calculating the length of dev_name
150. Dec 25 Robert Clausecker          git: 90253d49db09 - main - lib/libc/amd64/string: add stpncpy scalar, baseline implementation
151. Dec 29 Wolfram Schneider          git: 9035bfffede5 - main - indent: make the URL of the manpage two characters longer so that the test is successful
152. Dec 27 Mark Johnston              git: 916273680b6d - main - ti: Handle errors from copyin() and copyout()
153. Dec 28 Arthur Kiyanovski          git: 9272e45c04c0 - main - ena: Change measurement unit of time since last tx cleanup to ms
154. Dec 24 Vladimir Kondratyev        git: 96ab16ebab63 - main - LinuxKPI: Remove sys/rman.h include from LKPI headers.
155. Dec 27 Gleb Smirnoff              git: 97958f5d5c67 - main - netlink: simplify socket destruction
156. Dec 24 Vladimir Kondratyev        git: 9903d83d67ea - main - LinuxKPI: Add linux/ioport.h header
157. Dec 27 Mark Johnston              git: 99efa2c88d93 - main - netmap: Ignore errors in CSB_WRITE()
158. Dec 24 Vladimir Kondratyev        git: 9bf957fc9b37 - main - Bump __FreeBSD_version after LinuxKPI changes.
159. Dec 28 Warner Losh                git: 9c1335cead4f - main - contributing: Add note about static analyzers
160. Dec 28 Warner Losh                git: 9c5f4c4f9576 - main - sys: Fix typo (triple S)

161. Dec 24 Alexander Motin            git: 9c9d7fdd9f00 - main - ig4: Fix FIFO depths detection
162. Dec 24 Vladimir Kondratyev        git: a01259965319 - main - LinuxKPI: Implement dev_dbg_once() macro
163. Dec 26 Mark Johnston              git: a01ff11cb73d - main - ocs: Check for copyin errors in the ioctl handler
164. Dec 27 Gleb Smirnoff              git: a13039e27092 - main - inpcb: reoder inpcb destruction
165. Dec 24 Vladimir Kondratyev        git: a39ed121eab1 - main - LinuxKPI: Chase for new "name" argument of register_shrinker()
166. Dec 28 Warner Losh                git: a3db639a9af1 - main - netvsc: Fix typo (triple S)
167. Dec 26 Rick Macklem               git: a558130881e9 - main - nfscl: Fix handling of expired Kerberos credentials (NFSv4.1/4.2)
168. Dec 26 Konstantin Belousov        git: a59c252903e8 - main - IOMMU: add GAS map entry flag IOMMU_MAP_ENTRY_FAKE
169. Dec 28 Warner Losh                git: a6889c1d5c75 - main - bmake: Fix typo (triple S)
170. Dec 27 Kyle Evans                 git: a6f795cc89cb - main - daemon: fix clang-tidy warnings
171. Dec 23 Alexander Motin            git: a74df3f96e3e - main - iicbb: Fix pause_sbt() arguments order
172. Dec 26 Konstantin Belousov        git: a869643e184a - main - iommu_gas_match_one(): check for underflow
173. Dec 27 Richard Scheffenegger      git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
174. Dec 28 Antoine Brodin              Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
175. Dec 28 Gleb Smirnoff               Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
176. Dec 29 Antoine Brodin              Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
177. Dec 29 Dimitry Andric              Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
178. Dec 29 Dimitry Andric              Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
179. Dec 29 Warner Losh                 Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
180. Dec 29 Antoine Brodin              Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags

181. Dec 29 tuexen@fh-muenster.de       Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
182. Dec 27 Alexander Motin            git: a8f80c0c16c7 - main - iichid(4): Unify two taskqueue tasks
183. Dec 26 Mark Johnston              git: abbc260f74b2 - main - jail: Ignore errors from copyout() while copying the error string
184. Dec 28 Arthur Kiyanovski          git: adfed2d835a7 - main - ena: Upgrade ena-com to freebsd v2.7.0
185. Dec 24 Vladimir Kondratyev        git: ae1084ff01bf - main - LinuxKPI: Add str_on_off and other helpers to linux/string_helpers.h
186. Dec 24 Vladimir Kondratyev        git: af787b8e8b80 - main - LinuxKPI: Add IOMEM_ERR_PTR() to linux/io.h
187. Dec 25 Robert Clausecker          git: aff9143a242c - main - lib/libc/amd64/string/strcat.S: enable use of SIMD
188. Dec 28 Mark Johnston              git: b0c6b0683635 - main - ispfw(4): Update and add firmware
189. Dec 26 Mark Johnston              git: b2caed2f8d69 - main - uhid: Check for errors from copyin() in ioctl handlers
190. Dec 27 Martin Matuska             git: b356da806b52 - main - zfs: merge openzfs/zfs@233d34e47
191. Dec 26 Warner Losh                git: b3ab6b502910 - main - ncal(1): print the correct option name when -B is specified twice
192. Dec 27 Alexander Motin            git: b46c7b1ed4e5 - main - nvme: Add some bits from NVMe 2.0c spec.
193. Dec 27 Mark Johnston              git: b4a9e6d81447 - main - hptmv: Handle errors from copyout() in hpt_set_info()
194. Dec 24 Vladimir Kondratyev        git: b4efc6277634 - main - LinuxKPI: Do not use explicit context in FPU sections on powerpc64
195. Dec 27 John Baldwin                Re: git: b4efc6277634 - main - LinuxKPI: Do not use explicit context in FPU sections on powerpc64
196. Dec 26 Warner Losh                git: b6ae2ec7b032 - main - sh(1): Fix typo
197. Dec 29 Robert Wing                git: b831c7732c71 - main - bhyve: increase SNAPSHOT_BUFFER_SIZE
198. Dec 28 Warner Losh                git: b8856bd2d6ac - main - mtree: Add missing directories to BSD.tests.dist
199. Dec 24 Vladimir Kondratyev        git: b8c88a617501 - main - LinuxKPI: Add x86_vendor field to struct cpuinfo_x86
200. Dec 28 Warner Losh                git: b8e385d35cc1 - main - mtree: Sort BSD.tests.dist

201. Dec 27 Mark Johnston              git: b9924c202fc3 - main - linux: Check for copyout errors in ioctl handlers
202. Dec 28 Warner Losh                git: b9bb04c1673d - main - libcasper: Fix typo (triple T)
203. Dec 27 Warner Losh                git: b9f4462063d3 - main - rc(8): angle brackets to avoid link breakage
204. Dec 26 Mark Johnston              git: bbf221e3e822 - main - geom: Report copyout() errors in g_ctl_ioctl_ctl()
205. Dec 25 Robert Clausecker          git: bca25680b91b - main - lib/libc/amd64/string/strcmp.S: add baseline implementation
206. Dec 26 Mark Johnston              git: bcf4a7c7ace2 - main - mps: Handle errors from copyout() in ioctl handlers
207. Dec 26 Mark Johnston              git: bdf03b4bcc4a - main - powerpc: Avoid ignoring copyin()'s return value
208. Dec 26 Konstantin Belousov        git: bf7830d79dd0 - main - ofed: use ANSI C functions definitions in opensm/sm.c
209. Dec 26 Konstantin Belousov        git: c0047e7c3569 - main - iommu_gas_remove(): consolidate places where decision is made to keep the entry
210. Dec 26 Warner Losh                git: c1b12377a6b8 - main - cat(1): Fix typo
211. Dec 26 Warner Losh                git: c327288e8e44 - main - bluetooth: fix comment in bluetooth.device.conf
212. Dec 26 Mark Johnston              git: c38df501ce2e - main - compat_freebsd4: Fix handling of errors from subyte()
213. Dec 26 Warner Losh                git: c38fe1d28225 - main - sh(1): Fix typo
214. Dec 27 Wolfram Schneider          git: c4368d03e52c - main - improve handling of shell metacharacters in filenames
215. Dec 28 Warner Losh                git: c43829a75786 - main - netpfil: Fix typo (triple S)
216. Dec 27 Gordon Bergling            git: c58205be7a7d - main - tail(1): Fix a typo in a source code comment
217. Dec 24 Vladimir Kondratyev        git: c58ddc254626 - main - LinuxKPI: Rename linux_list_add to __list_add() in linux/list.h
218. Dec 24 Vladimir Kondratyev        git: c612e3c262db - main - LinuxKPI: Add xen/xen.h header
219. Dec 28 Mark Johnston              git: c63dda466a5b - main - atrtc: Add a required include
220. Dec 26 Warner Losh                git: c6ae97c44d4d - main - sys: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*}

221. Dec 24 Vladimir Kondratyev        git: c7312643b7e5 - main - LinuxKPI: Add ida_alloc_min()
222. Dec 25 Robert Clausecker          git: c983825a77f2 - main - share/man/man7/simd.7: document SIMD-enhanced strcat
223. Dec 26 Konstantin Belousov        git: cb1d664b0073 - main - iommu_gas: zero fake on-stack map entry used in iommu_gas_remove_clip_left()
224. Dec 29 Kenneth D. Merry           git: cd95f18c477c - main - camcontrol: add support for Toshiba drive firmware update
225. Dec 28 Mark Johnston              git: d068ea16e326 - main - cam: Let cam_periph_unmapmem() return an error
226. Dec 26 Mark Johnston              git: d0adc2f283ad - main - sendfile: Explicitly ignore errors from copyout()
227. Dec 26 Warner Losh                git: d2a736db136e - main - Update MAINTAINERS for Git
228. Dec 25 Robert Clausecker          git: d4a5605d9fed - main - share/man/man7/simd.7: document scalar/baseline strlcpy, strlcat
229. Dec 26 Warner Losh                git: d4d14d965fb9 - main - atf-sh: fix comment typo
230. Dec 27 Warner Losh                git: db348fdba461 - main - bsd-family-tree: tidiness, width
231. Dec 27 Gleb Smirnoff              git: dbc463119c8c - main - netlink: remove unused structure
232. Dec 24 Vladimir Kondratyev        git: dbca44241419 - main - LinuxKPI: Constify src parameter of bitmap_copy
233. Dec 24 Vladimir Kondratyev        git: dcfc983373c3 - main - LinuxKPI: Implement ioread64()
234. Dec 25 Robert Clausecker          git: dd1c2e887c1f - main - share/man/man7/simd.7: document strrchr scalar, baseline implementation
235. Dec 27 Mark Johnston              git: ddc8576d2979 - main - fb: Explicitly handle errors when getting or setting a colour palette
236. Dec 27 John Baldwin               git: dfbb6f2e5991 - main - ctl_frontend.h: Note that ctl_port.frontend is set by the FETD
237. Dec 27 John Baldwin               git: e03e77ba4d05 - main - ctl: Always return errno values from ctl_port_register
238. Dec 27 Kyle Evans                 git: e064557916a9 - main - daemon: fix recent style regressions
239. Dec 25 Robert Clausecker          git: e0d4f419ac41 - main - lib/libc/string: document restrict qualification of memccpy() arguments
240. Dec 25 Robert Clausecker          git: e19d46c80826 - main - lib/libc/amd64/string: implement strncpy() by calling stpncpy()

241. Dec 28 Warner Losh                git: e21ebb4d2d94 - main - auto_master.5: Fix my push
242. Dec 26 Warner Losh                git: e3d3e1ff7eaf - main - df(1): fix a typo
243. Dec 28 Warner Losh                git: e4183f17458d - main - geom/journal: Fix typos
244. Dec 26 Mark Johnston              git: e452fa70d507 - main - hid: Handle errors from copyin() in ioctl handlers
245. Dec 25 Robert Clausecker          git: e4b7b0bcbc74 - main - lib/libc/tests/string: add unit tests for memccpy()
246. Dec 28 John Baldwin               git: e7300a8f638e - main - OptionalObsoleteFiles.inc: Add libnss_tacplus_p.a as an old profiled library
247. Dec 28 Dimitry Andric             git: e77a1bb27574 - main - Reorganize libclang_rt Makefile and make more lib/arch combos available
248. Dec 27 John Baldwin               git: e8d83548349d - main - ctladm: Fix a typo and add a FALLTHROUGH annotation
249. Dec 24 Vladimir Kondratyev        git: e964da141523 - main - LinuxKPI: Add ktime_get_raw_fast_ns() to linux/ktime.h
250. Dec 28 Warner Losh                git: e9da71cd35d4 - main - vtnet: Better adjust for ethernet alignment.
251. Dec 25 Robert Clausecker          git: ea7b13771cc9 - main - lib/libc/amd64/string: implement strncat() by calling strlen(), memccpy()
252. Dec 26 Warner Losh                git: ebb1fe400615 - main - mv: Improve comment
253. Dec 28 Warner Losh                git: ed76a9506aaa - main - stand: Fix typo (triple S)
254. Dec 29 Vincenzo Maffione          git: ee5804da116f - main - netmap: fix unit tests
255. Dec 26 Warner Losh                git: f0d6447c0b77 - main - pax: Add missing 'for' in comment.
256. Dec 27 John Baldwin               git: f12d378f4f3f - main - cltadm.8: Correct documentation of -r arg to port command
257. Dec 27 Gleb Smirnoff              git: f27aff8f7f4f - main - linux/netlink: don't override sopt level
258. Dec 26 Mark Johnston              git: f450277f7a60 - main - thread: Ignore errors when copying out during thr_exit()
259. Dec 25 Robert Clausecker          git: f4fc317c364f - main - lib/libc/amd64/string: implement strpbrk() through strcspn()
260. Dec 26 Konstantin Belousov        git: f59128775636 - main - iommu_gas: make placeholder entry at the start of the GAS zero size

261. Dec 25 Robert Clausecker          git: f5edd8450e53 - main - share/man/man7/simd.7: document strncmp amd64 scalar, baseline implementations
262. Dec 25 Robert Clausecker          git: f7098b865992 - main - lib/libc/tests/string: add unit test for strlcpy
263. Dec 27 Gordon Bergling            git: f795d5458b2a - main - ipfw(4): Fix a typo in a source code comment
264. Dec 28 Alan Somers                git: f79b200b6aef - main - nfsstat: make -q work without -e/-E
265. Dec 28 John Baldwin               git: f7d5900aa063 - main - sys: Style fix for M_EXT | M_EXTPG
266. Dec 28 Wolfram Schneider          git: f8952e4ee088 - main - update homepage for FreeBSD Manual Pages (again)
267. Dec 24 Vladimir Kondratyev        git: f8ab2f5bae1d - main - LinuxKPI: Add linux/iosys-map.h header
268. Dec 26 Warner Losh                git: f8f3b16b6cb6 - main - camcontrol(8): Fix typos
269. Dec 28 Arthur Kiyanovski          git: f97993ad7b9c - main - ena: Support customer metric with sysctl
270. Dec 28 Arthur Kiyanovski          git: f9e1d9471077 - main - ena: Add sysctl support for spreading IRQs
271. Dec 24 Vladimir Kondratyev        git: fa862482fb0a - main - LinuxKPI: Split linux/container_of.h off from linux/kernel.h
272. Dec 28 Warner Losh                git: fb03f7f8e30d - main - CONTRIBUTING: class work
273. Dec 25 Robert Clausecker          git: fb197a4f7751 - main - lib/libc/amd64/string: add memrchr() scalar, baseline implementation
274. Dec 28 Warner Losh                git: fb69997d3742 - main - pci: Fix typo (triple S)
275. Dec 25 Robert Clausecker          git: fb9c25a91fcf - main - share/man/man7/simd.7: document SIMD-enhanced memrchr implementation
276. Dec 25 Robert Clausecker          git: fc0e38a7a67a - main - lib/libc/amd64/string: add memccpy scalar, baseline implementation
277. Dec 27 Warner Losh                git: fc8ac5fedf7e - main - auto_master.5: improve description, bump date
278. Dec 25 Robert Clausecker          git: fd2ecd91aeee - main - lib/libc/amd64/string: implement strsep() through strcspn()
279. Dec 26 Warner Losh                git: fd4fafa87322 - main - timeout_test.sh: Fix typo
280. Dec 28 Wolfram Schneider          git: ffd76b1f308d - main - use long manpage URL (broken in last commit)

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