2020/dev-commits-src-all/20210103.dev-commits-src-all
Messages: 216, new messages first
Last update: Mon Feb 13 14:12:12 2023
|
|
home | archive sorted by: subject | author | date | reverse date
1. Dec 31 Kirk McKusick git: 68dc94c7d314 - main - Correct and add some comments. 2. Dec 31 Jamie Gritton git: b4e87a632955 - main - jail: Clean up allprison_lock handing in kern_jail_set 3. Dec 31 John Baldwin Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 4. Dec 31 Greg 'groggy' Lehey Re: git: c3e89a30fdc2 - main - copyrights: Happy New Year 2021 5. Dec 31 Ryan Libby git: ae4a8e52072a - main - bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMIC 6. Dec 31 Ryan Libby git: 942951ba46ec - main - uma dbg: catch more corruption with atomics 7. Dec 31 Ed Maste git: 1e54857bd9f5 - main - Stop defaulting to DWRAF2 in kernel compilation 8. Dec 31 Ryan Libby git: 24236af8d5eb - stable/12 - libc: hide alphasort_thunk behind I_AM_SCANDIR_B 9. Dec 31 Ryan Libby git: 939430f23771 - stable/12 - Fix the build of scandir_b with GCC. 10. Dec 31 Ed Maste git: f492599d7bc4 - main - Remove unused contrib/gdb 11. Dec 31 John Baldwin git: 14c77f30b201 - stable/12 - Don't transmit mbufs that aren't yet ready on TOE sockets. 12. Dec 31 John Baldwin git: e36ac668971c - stable/12 - Use the 't' modifier to print a ptrdiff_t. 13. Dec 31 Benjamin Kaduk Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 14. Dec 31 Kyle Evans git: 9e1281eabafa - main - libc: tests: hook CPUSET(9) test up to the build 15. Dec 31 Kyle Evans git: 1fc421287d5d - main - libc: tests: add some tests for cpuset(2) 16. Dec 31 John Baldwin Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 17. Dec 31 Kyle Evans git: ac5f382a9d0a - main - stand: properly declare subdir deps or .WAIT, do parallel build 18. Dec 31 Kyle Evans git: 202aea9c82ea - main - arm: tune vmparam.h towards a little more modern 19. Dec 31 Kyle Evans git: c4a0333b55e0 - main - vt: restore tty when console is ungrabbed 20. Dec 31 Kyle Evans git: be4663433724 - main - vt: more carefully handle vt_allocate_keyboard grab work
21. Dec 31 Stefan Eßer git: de924aa90ca0 - stable/12 - MFC: Fix calendar -a processing of files included in the user's home directory 22. Dec 31 Kyle Evans git: 72cf7db3aaf1 - main - lualoader: add loader_conf_dirs support (loader.conf.d) 23. Dec 31 Glen Barber Re: git: c3e89a30fdc2 - main - copyrights: Happy New Year 2021 24. Dec 31 Alan Somers git: 37df9d3bba85 - main - fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEK 25. Dec 31 Glen Barber git: 057a5704a32a - stable/11 - copyrights: Happy New Year 2021 26. Dec 31 Glen Barber git: 320f0e909d00 - stable/12 - copyrights: Happy New Year 2021 27. Dec 31 Alan Somers git: 68de3bb59f64 - main - VOP_PATHCONF.9: add a LOCKS section 28. Dec 31 Glen Barber git: 446867bf801a - stable/11 - copyrights: Happy New Year 2021 29. Dec 31 Glen Barber git: dfa4fe11d6fe - stable/12 - copyrights: Happy New Year 2021 30. Dec 31 Hans Petter Selasky Re: git: c3e89a30fdc2 - main - copyrights: Happy New Year 2021 31. Dec 31 Glen Barber git: c3e89a30fdc2 - main - copyrights: Happy New Year 2021 32. Dec 31 Ed Maste git: 50a40d091170 - main - ldconfig: Retire a.out support 33. Dec 31 Alexey Dokuchaev Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 34. Dec 31 Stefan Eßer git: a3c29cdbd495 - main - Replace strcat, strcpy and snprintf with bounds checking versions 35. Dec 31 Andrew Turner git: 80062279f770 - main - Add pmu.h missed in 5e78bbb74a1f 36. Dec 31 Eric Masson Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 37. Dec 31 Hans Petter Selasky Re: git: ec52ff6d1411 - main - Streamline the infiniband code according to the ethernet code. 38. Dec 31 Hans Petter Selasky git: 747feea146d8 - main - Streamline the infiniband code according to the ethernet code. 39. Dec 31 Ravi Pokala Re: 162b82dfa0cb - MFC r355876 (by cem): 40. Dec 31 Warner Losh Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL
41. Dec 31 Rodney W. Grimes Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 42. Dec 31 Alexey Dokuchaev Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 43. Dec 31 Ed Maste git: 53bc3221561a - stable/12 - MFC addr2line label checks when DW_AT_range and DW_AT_low_pc cannot be used 44. Dec 31 Ryan Libby Re: git: 5e78bbb74a1f - main - Split out the FDT arm pmu attachment 45. Dec 31 Ryan Libby Re: git: ec52ff6d1411 - main - Streamline the infiniband code according to the ethernet code. 46. Dec 31 Philip Paeps git: c41eeeac3cad - stable/11 - MFC: contrib/tzdata: import tzdata 2020f 47. Dec 31 Philip Paeps git: ce87312019a1 - stable/12 - MFC: contrib/tzdata: import tzdata 2020f 48. Dec 30 Alexander Richardson Re: git: b67e44075539 - main - Add comment explaining Git commit message hook 49. Dec 30 John Baldwin git: 282381aa53a3 - main - rsu: Don't modify read-only firmware block. 50. Dec 30 Ryan Libby git: be3bbda216c5 - stable/12 - Don't add -Wno-class-memaccess with older gcc. 51. Dec 30 Brandon Bergren =?UTF-8?Q?Re:_git:_76ff03aef741_-_main_-_powerpc:_Fix_copyin/copyout_rac?= =?UTF-8?Q?e_condition?= 52. Dec 30 Brandon Bergren =?UTF-8?Q?Re:_git:_7d7f26f5b613_-_main_-_powerpc/radix=5Fmmu:_Apply_erra?= =?UTF-8?Q?ta_fixes_for_POWER9_TLB_invalidation_bug?= 53. Dec 30 Brandon Bergren =?UTF-8?Q?Re:_git:_ac19bf854b8c_-_main_-_powerpc/aim:_Add_machine_check_?= =?UTF-8?Q?handler_for_TLB_multihit?= 54. Dec 30 Brandon Bergren =?UTF-8?Q?Re:_git:_6260bfb08742_-_main_-_powerpc:_Optimize_copyinstr()_t?= =?UTF-8?Q?o_avoid_repeatedly_mapping_user_strings?= 55. Dec 30 Brandon Bergren Re: git: adf79abc35ff - main - Radix dump updates 56. Dec 30 Alfredo Dal'Ava Junior git: 4f250d9436af - main - [POWERPC64LE] enable IPMI using OPAL bus 57. Dec 30 Brandon Bergren =?UTF-8?Q?Re:_git:_76ff03aef741_-_main_-_powerpc:_Fix_copyin/copyout_rac?= =?UTF-8?Q?e_condition?= 58. Dec 30 Piotr Kubaj git: 6260bfb08742 - main - powerpc: Optimize copyinstr() to avoid repeatedly mapping user strings 59. Dec 30 Piotr Kubaj git: 76ff03aef741 - main - powerpc: Fix copyin/copyout race condition 60. Dec 30 Piotr Kubaj git: ac19bf854b8c - main - powerpc/aim: Add machine check handler for TLB multihit
61. Dec 30 Piotr Kubaj git: 7d7f26f5b613 - main - powerpc/radix_mmu: Apply errata fixes for POWER9 TLB invalidation bug 62. Dec 30 Piotr Kubaj git: adf79abc35ff - main - Radix dump updates 63. Dec 30 Glen Barber Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 64. Dec 30 Warner Losh Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 65. Dec 30 Alfredo Dal'Ava Junior git: 6d2254bc922b - main - [POWERPC64LE] fix sysctl dev.opal_sensor.* on little-endian kernel 66. Dec 30 Warner Losh Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 67. Dec 30 Brandon Bergren Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 68. Dec 30 Ryan Libby Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 69. Dec 30 Rodney W. Grimes Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 70. Dec 30 Rodney W. Grimes Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 71. Dec 30 Ryan Libby Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 72. Dec 30 Warner Losh Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 73. Dec 30 Warner Losh Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 74. Dec 30 Warner Losh Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 75. Dec 30 Alexander Motin git: ccdd2b2b3cc2 - main - Add "-n" flag to sockstat. 76. Dec 30 Adrian Chadd git: 697684325da8 - main - [vale] Fix valectl to compile on a 32-bit platform 77. Dec 30 Ryan Libby Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 78. Dec 30 Ryan Libby Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 79. Dec 30 Alexander Motin git: bdbc2a6fc2d8 - main - Fix typo in an_initator_name. 80. Dec 30 John Baldwin git: 672784750001 - main - Don't try to adjust a TLS TOE socket that has been closed.
81. Dec 30 Mark Linimon Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 82. Dec 30 John Baldwin Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 83. Dec 30 Ed Maste git: b67e44075539 - main - Add comment explaining Git commit message hook 84. Dec 30 Andrew Turner git: 5e78bbb74a1f - main - Split out the FDT arm pmu attachment 85. Dec 30 Poul-Henning Kamp git: 07b0027f6c21 - main - Handle ports FLAVOR better. (+minor polish) 86. Dec 30 Philip Paeps git: b6d54565c238 - main - share/zoneinfo: fix minor documentation nit 87. Dec 30 Michal Meloun git: 28482babd08a - main - arm64: Use new arm_kernel_boothdr script for generating booti images. 88. Dec 30 Stefan Eßer git: e163cae76ec7 - main - Make calendarhome buffer static 89. Dec 30 Michal Meloun git: 59f46e34cf64 - main - sys/tools: Add a tool for generating arm and arm64 kernel images. 90. Dec 30 Rodney W. Grimes Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 91. Dec 30 Rodney W. Grimes Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 92. Dec 30 Rodney W. Grimes Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 93. Dec 30 Konstantin Belousov git: d3912bec58d0 - stable/12 - Implement strerror_l(). 94. Dec 30 Konstantin Belousov Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 95. Dec 30 Roger Pau Monné git: 4e4e43dc9e1a - main - xen: allow limiting the amount of duplicated pending xenstore watches 96. Dec 30 Roger Pau Monné git: 2ae75536d370 - main - xen/xenstore: remove unused functions 97. Dec 30 Eric Masson Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 98. Dec 30 Michal Meloun git: 30ae416898ef - main - Tegra210: Add lost-in-merge fixes: - misplaced '#ifdef notyet' in max77620.c - misnamed 'xusb_gate' clock in tegra2 99. Dec 30 Michal Meloun git: 509a00620523 - main - Tegra210: Connect to GENERIC kernel. 100. Dec 30 Alexey Dokuchaev Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL
101. Dec 30 Poul-Henning Kamp Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 102. Dec 30 Xin LI git: 2edcc10cb123 - main - Update leap-seconds to leap-seconds.3676924800. 103. Dec 30 Philip Paeps git: e35a01eec692 - main - contrib/tzdata: import tzdata 2020f 104. Dec 30 Philip Paeps git: 0abc43e4f71f - Create tag vendor/tzdata/tzdata2020f 105. Dec 30 Philip Paeps git: 96b88ac701b3 - vendor/tzdata - Import tzdata 2020f 106. Dec 30 Warner Losh Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 107. Dec 30 Kyle Evans Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 108. Dec 30 Brandon Bergren =?UTF-8?Q?Re:_git:_269b7d8ac1e5_-_stable/12_-_tftpd:_tests:_raise_target?= =?UTF-8?Q?ed_cstd_to_c11?= 109. Dec 30 Kyle Evans Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 110. Dec 30 Brandon Bergren =?UTF-8?Q?Re:_git:_269b7d8ac1e5_-_stable/12_-_tftpd:_tests:_raise_target?= =?UTF-8?Q?ed_cstd_to_c11?= 111. Dec 30 Ryan Libby Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 112. Dec 30 Alan Somers git: 0efb22eebbbb - stable/12 - MFC r356352, r368272 113. Dec 30 Glen Barber Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 114. Dec 30 Glen Barber Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 115. Dec 30 Kyle Evans Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 116. Dec 30 Ryan Libby Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 117. Dec 30 Kyle Evans Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 118. Dec 30 Kyle Evans Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 119. Dec 30 Ryan Libby Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 120. Dec 30 Kyle Evans Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL
121. Dec 30 Rodney W. Grimes Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL 122. Dec 29 Kyle Evans Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 123. Dec 29 Ryan Libby git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 124. Dec 29 Ryan Libby git: 0286ee71041c - stable/12 - [libnetmap] Fix 32 bit compilation under gcc-6.4 125. Dec 29 Ryan Libby git: f728bcf204ee - stable/12 - [nvmecontrol] Fix type signedness warning-to-error on gcc-6.4 126. Dec 29 Ryan Libby git: 62a77bb7edb2 - stable/12 - [libsa] Fix typecast of pointer for st_dev 127. Dec 29 Hiroki Sato git: 6338833c50a7 - stable/12 - Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load the kernel module automatically when FreeBSD is 128. Dec 29 Xin LI git: 2ff66a915526 - main - bsdcat, cpio, tar: derive version string from archive.h 129. Dec 29 Toomas Soome git: 40c4557bee27 - main - cxgbe: replace zero sized array by flexible array 130. Dec 29 Poul-Henning Kamp git: 3db1b221edab - main - Set stdout & stderr unbuffered, so that the "telnet>" prompt also shows up when output is redirected: 131. Dec 29 Edward Tomasz Napierala Re: git: 89e3d5671ba1 - main - bsnmpclient(3): make it thread-safe 132. Dec 29 Edward Tomasz Napierala git: f53120073b32 - main - Revert "bsnmpclient(3): make it thread-safe" 133. Dec 29 Hiroki Sato git: 916806472a8a - main - Fix generation of colldef source files for non-UTF-8 locales 134. Dec 29 Ed Maste git: 2aa6c0802bce - stable/12 - uplcom: add ATen/Prolific USB-232 Controller D USB ID 135. Dec 29 Ed Maste git: 696db1d8624f - stable/12 - Update GNU_DIFF knob descriptions 136. Dec 29 Ed Maste git: 32cd91996213 - stable/12 - Add some non-default src.conf(5) knob descriptions 137. Dec 29 Ryan Libby Re: git: 89e3d5671ba1 - main - bsnmpclient(3): make it thread-safe 138. Dec 29 Fernando Apesteguía git: f3f16c31fea2 - main - look(1): Add EXAMPLES section 139. Dec 29 Fernando Apesteguía git: 0ce6e534d372 - main - lsvfs(1): Add EXAMPLES section 140. Dec 29 Alexander Motin git: a3434cdc6b01 - main - Fix typo in ap_initator_portal.
141. Dec 29 Adrian Chadd git: 66585c3fe278 - main - [wlanwatch] fix compiler warnings-as-errors on gcc-6.4 mips 142. Dec 29 Adrian Chadd git: 1fef838b913a - main - [wlanwds] Fix compiler warnings-as-errors on freebsd gcc-6.4 mips 143. Dec 29 Adrian Chadd git: ff7c2c5a3bc3 - main - [wlanstats] Fix warnings-as-errors on gcc-6.4 on mips 144. Dec 29 Kyle Evans Re: git: ee938b20335d - main - kern: efirt: correct configuration table entry size 145. Dec 29 Jessica Clarke Re: git: ee938b20335d - main - kern: efirt: correct configuration table entry size 146. Dec 29 Jessica Clarke Re: git: 89e3d5671ba1 - main - bsnmpclient(3): make it thread-safe 147. Dec 29 Kyle Evans git: ee938b20335d - main - kern: efirt: correct configuration table entry size 148. Dec 29 Kyle Evans git: 0861c7d3e048 - main - kern: efirt: enter runtime environment to deref efi_cfgtbl 149. Dec 29 Konstantin Belousov Re: git: 89e3d5671ba1 - main - bsnmpclient(3): make it thread-safe 150. Dec 29 Hans Petter Selasky git: ec52ff6d1411 - main - Streamline the infiniband code according to the ethernet code. 151. Dec 29 Kyle Evans git: 51f54754d53e - stable/12 - [rcorder] [crunch] Fix C function declarations to include void 152. Dec 29 Kyle Evans git: 7e436c56ca38 - stable/12 - crunchgen: fix NULL-deref bug introduced in r364647 153. Dec 29 Kyle Evans git: 929eb23231d5 - stable/12 - Lift scope of buf[] to make it extend to a potential access via *basename 154. Dec 29 Hans Petter Selasky git: 19ecb5e8dabe - main - Fix for IPoIB over lagg(4). 155. Dec 29 Kyle Evans git: c0e78ec7ff15 - stable/12 - build: flip the bsdgrep default back to WITH_GNU_GREP_COMPAT 156. Dec 29 Kyle Evans git: cadd3b8fcb41 - stable/12 - bsdgrep: switch to libregex for GNU_GREP_COMPAT 157. Dec 29 Kyle Evans git: 1d316b008577 - stable/12 - src.conf(5): regenerate after GNU_GREP_COMPAT default change 158. Dec 29 Ed Maste git: 3dc739019319 - stable/12 - libi386: remove CLANG_NO_IAS workaround 159. Dec 29 Jessica Clarke Re: git: 89e3d5671ba1 - main - bsnmpclient(3): make it thread-safe 160. Dec 29 Edward Tomasz Napierala git: 89e3d5671ba1 - main - bsnmpclient(3): make it thread-safe
161. Dec 29 Edward Tomasz Napierala git: a7972b49044f - main - iscsid(8): fix memory leak by freeing the 'addr' 162. Dec 29 Edward Tomasz Napierala git: 7db3d97e0ffd - main - iscsid(8): free data allocated by getaddrinfo(3) 163. Dec 29 Glen Barber git: 70e64ba44941 - main - release.sh: Update GITROOT URL 164. Dec 29 Edward Tomasz Napierala git: 123019739c90 - main - geom(4): make g_newprovider_event() return if G_P_WITHER is set 165. Dec 29 Edward Tomasz Napierala git: 3e404b8c53db - main - libcam(3): make cam_getccb(3) zero the whole ccb, not just the header 166. Dec 29 Edward Tomasz Napierala git: 4ddb3cc5973b - main - devfs(4): defer freeing until we drop devmtx ("cdev") 167. Dec 29 Kevin Lo git: e9556246be68 - main - Revert "uefi.8: mention boot1.efi" 168. Dec 29 Ed Maste git: ead01bfe8618 - main - Move cp(4) module enable to SOURCELESS_HOST 169. Dec 28 Ryan Libby git: 629c4aeacefe - main - kern.mk: drop flag only patched in-tree gcc understood 170. Dec 28 Guangyuan Yang git: 70a2e109bd48 - main - dump(8): clarify the recommended use of cache and snapshots 171. Dec 28 Mateusz Guzik git: 0c09f4b0cc63 - main - cache: work around corner case of dvp == tvp in cache_fplookup_final_modifying 172. Dec 28 Alan Somers git: 4f4111d2c5ab - main - fusefs: delete some dead code 173. Dec 28 Konstantin Belousov git: 58b2ed467245 - main - eventfd.2: Add the mail address of the submitter into copyright. 174. Dec 28 Alan Somers git: f928dbcb167c - main - fusefs: fix the tests for a wider range of maxphys 175. Dec 28 Gordon Bergling git: 7d69f46f6474 - stable/12 - MFC r368791: disk(9): Fix a few mandoc related errors 176. Dec 28 Gordon Bergling git: e5f0664b1f33 - stable/12 - MFC r360492 (by bcr): 177. Dec 28 Gordon Bergling git: 69d73d07bae6 - stable/12 - MFC r339889 (by glebius): 178. Dec 28 Ed Maste git: c37a66937407 - main - Correct font.h comment describing vfnt font maps 179. Dec 28 Gordon Bergling git: e5a84dc8a755 - main - dumpon(8): Add missing section arguments 180. Dec 28 Gordon Bergling git: e13534d54a1b - main - newfs(8): Fix unusual Xr order
181. Dec 28 Mateusz Piotrowski git: 63fb0d3bc3fd - main - Remove misleading macros from -width arguments 182. Dec 28 Rebecca Cran Re: git: a8ec81e79871 - main - Mention boot1.efi since it is an image of 800KB FAT filesystem stored as /EFI/BOOT/BOOTX64.EFI. Differential Re 183. Dec 28 Hans Petter Selasky git: 9e7fa1e66c1e - main - Collect statistics from all rate-limit queues in mlx5en(4). 184. Dec 28 Hans Petter Selasky git: aca12148b113 - main - Improve error message printing in krping. Don't print completion queue flush as an error. 185. Dec 28 Hans Petter Selasky git: a703dd3cb841 - stable/11 - MFC r368182: Use function macro for sema_init() in the LinuxKPI to limit macro expansion scope. 186. Dec 28 Hans Petter Selasky git: 08e90940e777 - stable/12 - MFC r368182: Use function macro for sema_init() in the LinuxKPI to limit macro expansion scope. 187. Dec 28 Hans Petter Selasky git: cabe7f05fa0d - stable/11 - MFC r368406: Prefer using the MIN() function macro over the min() inline function in the LinuxKPI. Linux defin 188. Dec 28 Hans Petter Selasky git: 20a930e44db4 - stable/12 - MFC r368406: Prefer using the MIN() function macro over the min() inline function in the LinuxKPI. Linux defin 189. Dec 28 Michal Meloun git: e90347891960 - main - ARM64: Port FreeBSD to Nvidia Jetson TX1 and Nano. 190. Dec 28 Hans Petter Selasky git: 8bebb7024d64 - stable/12 - MFC r368415: Properly define the bool type in the BSD kernel shim. 191. Dec 28 Hans Petter Selasky git: cc273d9909a2 - stable/12 - MFC r368329 and r368341: Fix definition of int64_t and uint64_t when long is 64-bit. This gets the kernel shim 192. Dec 28 Hans Petter Selasky git: f3d75bed5475 - stable/12 - MFC r368659 and r368664: Improve handling of alternate settings in the USB stack. 193. Dec 28 Hans Petter Selasky git: d511b855ed55 - stable/11 - MFC r368659 and r368664: Improve handling of alternate settings in the USB stack. 194. Dec 28 Hans Petter Selasky git: 4f89b6f56fb6 - stable/12 - MFC r368658: Improve handling of alternate settings in the USB stack. 195. Dec 28 Hans Petter Selasky git: 59ded046d5ed - stable/11 - MFC r368658: Improve handling of alternate settings in the USB stack. 196. Dec 28 Hans Petter Selasky git: 931b121469a9 - stable/12 - MFC r368632: Be bug compatible with other operating systems by allowing non-sequential interface numbering for 197. Dec 28 Hans Petter Selasky git: 1952bc128c99 - stable/11 - MFC r368632: Be bug compatible with other operating systems by allowing non-sequential interface numbering for 198. Dec 28 Ryan Libby git: a723bb667e48 - main - libcompiler_rt: stop building with stack smashing protection 199. Dec 28 Ryan Libby git: 85b8932d0a9a - main - Revert "rtld-elf: link udivmoddi4 from compiler_rt" 200. Dec 28 Ryan Libby git: 63f93c7e11e3 - main - rtld-elf: link libcompiler_rt on all architectures
201. Dec 28 Yuri Pankov git: 3cc3872829b1 - stable/12 - tools/tools/locale: skip control character widths 202. Dec 28 Kyle Evans git: 06e63004abb0 - stable/12 - libregex: implement GNU extensions 203. Dec 28 Kyle Evans git: 70233fc21258 - stable/12 - regex(3): Interpret many escaped ordinary characters as EESCAPE 204. Dec 28 Kyle Evans git: aaacbdb3993b - stable/12 - <regex.h>: reserve a regcomp field for REG_POSIX 205. Dec 28 Kyle Evans git: f20c0e331952 - main - caroot: drop $FreeBSD$ expansion from root bundle 206. Dec 28 Kyle Evans git: 90dbd2a623c3 - stable/12 - regex(3): belatedly document REG_POSIX from r363734 207. Dec 28 Kyle Evans git: 35505aacb979 - stable/12 - lib/libc/regex: fix build with REDEBUG defined 208. Dec 28 Kyle Evans git: a3abf6658334 - stable/12 - grep: replace the internal queue with a ring buffer 209. Dec 28 Kevin Lo git: a8ec81e79871 - main - Mention boot1.efi since it is an image of 800KB FAT filesystem stored as /EFI/BOOT/BOOTX64.EFI. Differential Revisi 210. Dec 28 Mateusz Guzik git: 4ab7d9f484bc - main - cache: reduce engrish in previous commit 211. Dec 28 Mateusz Guzik git: 8c9d74634ab7 - main - vfs: stop open-coding setting WILLBEDIR flag 212. Dec 28 Mateusz Guzik git: ff97bc034fcd - main - cache: simplify lockless dot lookups 213. Dec 28 Mateusz Guzik git: 002e18eb7f3e - main - vfs: add FAILIFEXISTS flag 214. Dec 28 Mateusz Guzik git: 0714f921cdcc - main - cache: save on some branching in common case mount point traversal 215. Dec 28 Ryan Libby git: 833dbf1e2288 - main - route: quiet -Wredundant-decls 216. Dec 28 Rodney W. Grimes Re: git: 6d075fd9a5d3 - main - Document eventfd().
home | archive sorted by: subject | author | date | reverse date