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


2021/dev-commits-src-all/20211107.dev-commits-src-all

Messages: 339, old messages first
Last update: Mon Feb 13 14:12:29 2023

home | archive sorted by: subject | author | date | reverse date
  1. Nov  1 Konstantin Belousov        git: 7db438d4705e - stable/13 - vm_object_list: split sysctl handler in separate function
  2. Nov  1 Konstantin Belousov        git: 5ac0e08ef609 - stable/13 - vm.objects_swap: disable reporting some information
  3. Nov  1 Konstantin Belousov        git: c54be5cfcf70 - stable/13 - Add vm.swap_objects sysctl
  4. Nov  1 Konstantin Belousov        git: cfccf3baca5c - stable/13 - libutil: add kinfo_getswapvmobject(3)
  5. Nov  1 Konstantin Belousov        git: 9b392d07381e - stable/13 - sysctl vm.objects: yield if hog
  6. Nov  1 Konstantin Belousov        git: f33a9999e2a4 - stable/13 - Augment systat(1) -swap to display large swap space processes
  7. Nov  1 Konstantin Belousov        git: 59821002f7d6 - stable/13 - systat: Handle SIGWINCH to properly window resizing and adjust -swap disk stat based on new size.
  8. Nov  1 Rick Macklem               git: d37e54c771d3 - stable/13 - nfscl: Modify Close RPC so that it does not use "owner" for NFSv4.1/4.2
  9. Nov  1 Rick Macklem               git: 9910716d014a - stable/13 - nfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replies better
 10. Nov  1 Kevin P. Neal              Re:  git: 225639e7db68 - main - vt: Disable bell by default
 11. Nov  1 Konstantin Belousov        git: 4f889260c33c - main - sinpi[fl] etc: Fix the ld128 implementations
 12. Nov  1 Warner Losh                Re: git: 225639e7db68 - main - vt: Disable bell by default
 13. Nov  1 Philip Paeps               git: e528757ca6a9 - main - iicoc: add support for SiFive HiFive Unmatched
 14. Nov  1 Philip Paeps               git: 2a36909a94be - main - iicoc: fix repeated start
 15. Nov  1 Philip Paeps               git: 99443830fa7c - main - iicoc: support building as a module
 16. Nov  1 Philip Paeps               git: 91feb4f42075 - main - riscv: add iicbus and iicoc to GENERIC
 17. Nov  1 Andriy Gapon               git: e18fbe6f19ed - main - fuser: restore functionality by fixing fsid type
 18. Nov  1 Andrew Turner              git: 62cbc00d2f57 - main - Print the correct register for the arm64 elr
 19. Nov  1 Jessica Clarke             Re: git: e528757ca6a9 - main - iicoc: add support for SiFive HiFive Unmatched
 20. Nov  1 Ed Maste                   git: ac56b22f44d8 - main - src.conf.5: regen


21. Nov 1 Mark Johnston git: a2ca269b3810 - stable/13 - hyperv: Register hyperv_timecounter later during boot 22. Nov 1 Mark Johnston git: 946a297fbd9a - stable/13 - sort: Fix random sort 23. Nov 1 Mark Johnston git: 943421bdf764 - stable/13 - signal: Add SIG_FOREACH and refactor issignal() 24. Nov 1 Mark Johnston git: 2788bb20cc05 - stable/13 - bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLR 25. Nov 1 Mark Johnston git: 4e669a95d614 - stable/13 - clang-format: Add bitset loop macros 26. Nov 1 Mark Johnston git: c5bd130deb1c - stable/13 - bitset: Reimplement BIT_FOREACH_IS(SET|CLR) 27. Nov 1 Mark Johnston git: acbd8022ae23 - stable/13 - cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it 28. Nov 1 Mark Johnston git: bb5c81812f0f - stable/13 - timecounter: Lock the timecounter list 29. Nov 1 Mark Johnston git: fab343a7168a - main - uma: Improve M_USE_RESERVE handling in keg_fetch_slab() 30. Nov 1 Mark Johnston git: 7585c5db25b7 - main - uma: Fix handling of reserves in zone_import() 31. Nov 1 Mark Johnston git: 8b3c771fc62a - stable/13 - Add a KASAN option to the kernel build 32. Nov 1 Mark Johnston git: 48d2c7cc305c - stable/13 - Add the KASAN runtime 33. Nov 1 Mark Johnston git: a3d4c8e21d64 - stable/13 - amd64: Implement a KASAN shadow map 34. Nov 1 Mark Johnston git: 65f3c07b9899 - stable/13 - amd64: Add MD bits for KASAN 35. Nov 1 Mark Johnston git: 82f3e32c3958 - stable/13 - uma: Add KASAN state transitions 36. Nov 1 Mark Johnston git: 28c338b34263 - stable/13 - realloc: Fix KASAN(9) shadow map updates 37. Nov 1 Mark Johnston git: 1d990fe59832 - stable/13 - linker_set: Disable ASAN only in userspace 38. Nov 1 Mark Johnston git: 9d95539ffed2 - stable/13 - kstack: Add KASAN state transitions 39. Nov 1 Mark Johnston git: 75306778f149 - stable/13 - vfs: Add KASAN state transitions for vnodes 40. Nov 1 Mark Johnston git: ed66f9c61b0f - stable/13 - kmem: Add KASAN state transitions
41. Nov 1 Mark Johnston git: 9710b74dd0f4 - stable/13 - malloc: Add state transitions for KASAN 42. Nov 1 Mark Johnston git: 38f90212c27f - stable/13 - cdefs: Make __nosanitizeaddress work for KASAN as well 43. Nov 1 Mark Johnston git: 2748ecec950d - stable/13 - execve: Mark exec argument buffers 44. Nov 1 Mark Johnston git: 0dbb46e5fa69 - stable/13 - stack(9): Disable KASAN in stack_capture() 45. Nov 1 Mark Johnston git: ab77265f883a - stable/13 - amd64: Mark the trapframe as initialized in trap() 46. Nov 1 Mark Johnston git: 7e85d20eb8f1 - stable/13 - hwpmc: Disable KASAN in pmc_save_kernel_callchain() 47. Nov 1 Mark Johnston git: db33d492c807 - stable/13 - uma: Fix a few problems with KASAN integration 48. Nov 1 Mark Johnston git: 224a01a34245 - stable/13 - KASAN: Implement __asan_unregister_globals() 49. Nov 1 Mark Johnston git: bdfb568f8dfc - stable/13 - redzone: Raise a compile error if KASAN is configured 50. Nov 1 Mark Johnston git: 252b6ae3e66b - stable/13 - KASAN: Disable checking before triggering a panic 51. Nov 1 Mark Johnston git: 3388bf06d767 - stable/13 - Generalize sanitizer interceptors for memory and string routines 52. Nov 1 Mark Johnston git: 281ad195bd42 - stable/13 - x86: Mark the trapframe as initialized in ipi_bitmap_handler() 53. Nov 1 Mark Johnston git: bf0986b742ab - stable/13 - Generalize bus_space(9) and atomic(9) sanitizer interceptors 54. Nov 1 Ed Maste git: 065ef8f7832e - main - Add descriptions for WITH_ASAN and WITH_UBSAN 55. Nov 1 Ed Maste git: 0ab89d72aab7 - main - src.conf.5: regen for WITH_ASAN and WITH_UBSAN descriptions 56. Nov 1 Guangyuan Yang git: dde6071adcf2 - main - devinfo(8): Remove cross-reference to pnpinfo(8) 57. Nov 1 Kristof Provost git: 1019354b5416 - main - carp: deal with negative net.inet.carp.demotion 58. Nov 1 Kristof Provost git: 847b0d07c43c - main - carp tests: negative demotion 59. Nov 1 John Baldwin Re: git: f38bef2ce417 - main - Bump __FreeBSD_version following the libdialog shared library version number bump. 60. Nov 1 John Baldwin git: a10482ea7476 - main - ktls: Add simple transmit tests of kernel TLS.
61. Nov 1 Michael Zhilin git: 9400fe9cf8df - main - Add entry in rtwn_usb(4) for TP-Link Archer T2U Plus 62. Nov 1 Ed Maste git: 87152f340549 - main - ssh: disble internal security key support in generated config.h 63. Nov 1 Mateusz Guzik git: edf6dd82e966 - main - pf: fix use-after-free from pf_find_state_all 64. Nov 1 Mateusz Guzik git: 8f3d786cb301 - main - pf: remove the flags argument from pf_unlink_state 65. Nov 1 Muhammad Moinur Rahman git: eadd7a1c9dbc - internal/admin - Safekeep src bit of will@ Approved by: core 66. Nov 1 Muhammad Moinur Rahman git: 1a3e8ade00b7 - internal/admin - Safekeep src bit of davidcs@ Approved by: core 67. Nov 1 Muhammad Moinur Rahman git: 2d6c0cf18d14 - internal/admin - Safekeep src bit of cracauer@ Approved by: core 68. Nov 1 Muhammad Moinur Rahman git: 552849c1378c - internal/admin - Safekeep src bit of bwidawsk@ Approved by: core 69. Nov 1 Muhammad Moinur Rahman git: 466ea7240338 - internal/admin - Safekeep src bit of kadesai@ Approved by: core 70. Nov 1 Muhammad Moinur Rahman git: 8649d82a3a40 - internal/admin - Safekeep src bit of smh@ Approved by: core 71. Nov 1 Mateusz Guzik git: 8e2796878626 - main - inet: remove tcp_debug from netinet/tcp_debug.h 72. Nov 1 Mateusz Guzik git: 6d88f9fed6a2 - main - systat: mostly clean up warns 73. Nov 1 Mateusz Guzik git: 932c2667d9bc - main - systat: fix stack overflow when running -iostat 74. Nov 2 Alexander Motin git: aac9d07f9314 - stable/13 - sleepqueue(9): Remove sbinuptime() from sleepq_timeout(). 75. Nov 2 Rick Macklem git: 5a95a6e8e4d9 - main - nfscl: Use a smaller initial delay time for NFSERR_DELAY 76. Nov 2 Ed Maste git: 5d03c187731d - main - Document my doc commit bit 77. Nov 2 Konstantin Belousov git: a49617abb0c0 - stable/13 - [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 78. Nov 2 Konstantin Belousov git: 897800f8b6ae - stable/13 - lib/msun/ld128/s_tanpil.c: make it compile. 79. Nov 2 Konstantin Belousov git: 6207f135e9da - stable/13 - lib/msun: Move the files to appropriate locations in the Makefile 80. Nov 2 Konstantin Belousov git: 8b231404a1b2 - stable/13 - sinpi,cospi,tanpi: float.h needed for week reference
81. Nov 2 Konstantin Belousov git: 5033d0b56f5b - stable/13 - sinpi[fl] etc: Fix the ld128 implementations 82. Nov 2 Philip Paeps Re: git: e528757ca6a9 - main - iicoc: add support for SiFive HiFive Unmatched 83. Nov 2 Guangyuan Yang git: 2fe85640b2a3 - main - efirt(9): Correct efi_var_set definition in the manpage 84. Nov 2 Mateusz Piotrowski git: a85aa7f9d3bf - main - dpv: Fix synopsis formatting & sort options 85. Nov 2 Mateusz Piotrowski git: f7c7a6ac00f1 - main - dpv.1: Fix an example 86. Nov 2 Mateusz Piotrowski git: 3693250e8a74 - main - dpv.1: Do not use mdoc macros for Bl width 87. Nov 2 Kristof Provost git: 3dd5760aa5f8 - main - if_epair: rework 88. Nov 2 Hans Petter Selasky git: f8b998c73058 - stable/13 - usb(4): Fix for use after free in combination with EVDEV_SUPPORT. 89. Nov 2 Hans Petter Selasky git: bb9bee1ffbb2 - stable/12 - usb(4): Fix for use after free in combination with EVDEV_SUPPORT. 90. Nov 2 Konstantin Belousov git: 6d04e1422e70 - main - cosl(): fix polynomial approximation coefficients for ld128 version 91. Nov 2 Michal Meloun git: a670e1c13a52 - main - arm: Fix handling of undefined instruction aborts in THUMB2 mode. 92. Nov 2 Muhammad Moinur Rahman git: bdc677eec9e1 - internal/admin - Safekeep src bit of roberto@ Approved by: core 93. Nov 2 Muhammad Moinur Rahman git: 795a65fbf16c - internal/admin - Safekeep src bit of slavash@ Approved by: core 94. Nov 2 Muhammad Moinur Rahman git: fb63cce0b7d1 - internal/admin - Safekeep src bit of shurd@ Approved by: core 95. Nov 2 Muhammad Moinur Rahman git: d65c68dbcfeb - internal/admin - Safekeep src bit of arybchik@ Approved by: core 96. Nov 2 Muhammad Moinur Rahman git: 81f03b19c556 - internal/admin - Safekeep src bit of avos@ Approved by: core 97. Nov 2 Muhammad Moinur Rahman git: c9c160773a15 - internal/admin - Safekeep src bit of emax@ Approved by: core 98. Nov 2 Muhammad Moinur Rahman git: 87a496bd9aa7 - internal/admin - Safekeep src bit of fabient@ Approved by: core 99. Nov 2 Muhammad Moinur Rahman git: a24e639bc747 - internal/admin - Safekeep src bit of jchandra@ Approved by: core 100. Nov 2 Muhammad Moinur Rahman git: d5948cb481cb - internal/admin - Safekeep src bit of jlh@
101. Nov 2 Muhammad Moinur Rahman git: fffbb3ff6693 - internal/admin - Safekeep src bit of jasone@ 102. Nov 2 Muhammad Moinur Rahman git: fa3d3d9471d7 - internal/admin - Safekeep src bit of anish@ 103. Nov 2 Muhammad Moinur Rahman git: c777f7fa744c - internal/admin - Safekeep src bit of sgalabov@ 104. Nov 2 Muhammad Moinur Rahman git: a5252029fbbd - internal/admin - Safekeep src bit of gavin@ 105. Nov 2 Muhammad Moinur Rahman git: 6d1e52462979 - internal/admin - Safekeep src bit of pjd@ 106. Nov 2 Hans Petter Selasky git: 2390a1441eff - main - LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's. 107. Nov 2 Dimitry Andric git: d30dc78f798a - main - llvm BPF target: add missed source files 108. Nov 2 Bjoern A. Zeeb git: 1a8f198fa665 - main - epair: remove "All rights reserved" 109. Nov 2 Ed Maste git: 3513df4bcc17 - main - fstyp: fix build WITHOUT_ICONV 110. Nov 2 John Baldwin git: 717857819223 - main - crypto: Use a single "crypto" kproc for all of the OCF kthreads. 111. Nov 2 John Baldwin git: 4e057806cf56 - main - crypto: Cleanup mtx_init() calls. 112. Nov 2 Ruslan Bukin git: 4bb6991531b5 - main - arm/pmu: add ACPI attachment. 113. Nov 2 Warner Losh git: e3ab141fda6a - main - gpart: Move GPT efimedia reporting to a separate routine 114. Nov 2 Warner Losh git: edfbbfd541ab - main - gpart: Move MBR efimedia reporting to a separate routine 115. Nov 3 Rick Macklem git: 331883a2f2e9 - main - nfscl: Check for a forced dismount in nfscl_getref() 116. Nov 3 Kyle Evans git: 7771f2a0c94f - main - kern: physmem: improve region coalescing logic 117. Nov 3 Edward Tomasz Napierala git: 91be6286e2a7 - main - linprocfs: Fix formatting of Uid and Gid lines 118. Nov 3 Edward Tomasz Napierala git: 4dfd612286ec - main - linux: mv sys/i386/linux/linux_ptrace{,_machdep}.c 119. Nov 3 Edward Tomasz Napierala git: c91d0e59be10 - main - linux: Make linux_ptrace.c portable 120. Nov 3 Edward Tomasz Napierala git: e03813c3e1fd - main - development(7): Use a more common architecture for examples
121. Nov 3 Kristof Provost git: 11703705c2f7 - main - pf tests: route_to:icmp_nat_head requires scapy 122. Nov 3 Andrey V. Elsukov git: 4a9e95286cac - main - ip_divert: calculate delayed checksum for IPv6 adress family 123. Nov 3 Kristof Provost git: 7acd322ebe20 - main - devfs.rules: Correctly unhide pf in vnet jails 124. Nov 3 Mateusz Piotrowski git: a12b16f48f74 - main - date: Clean up synopses 125. Nov 3 Mateusz Piotrowski git: 00133d5c5e6a - main - date.1: Fix some style issues and examples 126. Nov 3 Mateusz Piotrowski git: c537bf9d5903 - main - date: Capitalize seconds string in synopses 127. Nov 3 Konstantin Belousov git: e4ce23b238a1 - main - fexecve(2): restore the attempts to calculate the executable path 128. Nov 3 Mark Johnston git: 380736a95d3d - stable/13 - amd64 pmap: Pre-set PG_M on 2MB KASAN shadow map entries 129. Nov 3 Mark Johnston git: 10d94487df58 - stable/13 - kasan: Use vm_offset_t for the first parameter to kasan_shadow_map() 130. Nov 3 Mark Johnston git: 5fdfe78b42d0 - stable/13 - conf: Add a KMSAN kernel option 131. Nov 3 Mark Johnston git: 36ca4b79b848 - stable/13 - amd64: Define KVA regions for KMSAN shadow maps 132. Nov 3 Mark Johnston git: b5e502026085 - stable/13 - rmslock: Update td_locks during lock and unlock operations 133. Nov 3 Mark Johnston git: 009b4d719039 - stable/13 - vlapic: Schedule callouts on the local CPU 134. Nov 3 Alfredo Dal'Ava Junior git: b042d10cdc71 - main - ofwfb: fix vga/hdmi console with ASMEDIA during boot on powerpc64(le) 135. Nov 3 Warner Losh git: dbfe5dd3f951 - main - cam_periph: style change 136. Nov 3 Gordon Bergling git: 8da503495491 - main - ixgbe(4): Fix a few typos in source code comments 137. Nov 3 Gordon Bergling git: a506133ac91d - main - mana: Fix a typo in a source code comment 138. Nov 3 Gordon Bergling git: bb91496a8517 - main - netinet: Fix a common typo in source code comments 139. Nov 3 Mark Johnston git: c75c1d2df9b3 - main - vmci: Avoid relying on macro expansion to provide correct syntax 140. Nov 3 Konstantin Belousov git: 02de91d74023 - main - proc_get_binpath(): return empty string instead of NULL
141. Nov 3 Konstantin Belousov git: be10c0a91015 - main - fexecve(2): allow O_PATH file descriptors opened without O_EXEC 142. Nov 3 Gordon Bergling git: 9d2e51884ef2 - main - gjournal(8): Fix a typo in a source code comment 143. Nov 3 Gordon Bergling git: 40a57b00f9a7 - main - ng_pptpgre(4): Fix a typo in a source code comment 144. Nov 3 Gordon Bergling git: 7b56cb0462c3 - main - ocs_fs: Fix two typos in source code comments 145. Nov 3 Mark Johnston git: 175d3380a367 - main - amd64: Deduplicate routines for expanding KASAN/KMSAN shadow maps 146. Nov 3 Mark Johnston git: 2a519c3b14c2 - main - kasan: Disable validation of function parameters passed by value 147. Nov 3 Gleb Smirnoff git: b788a226f6a2 - main - Document net.inet.tcp.nolocaltimewait enabled. 148. Nov 3 Hans Petter Selasky git: 791f88fff31d - releng/12.3 - usb(4): Fix for use after free in combination with EVDEV_SUPPORT. 149. Nov 3 Gleb Smirnoff git: 3358df297325 - main - udp_input: remove a BSD stack relict 150. Nov 3 Mark Johnston git: 8deb5f2f6415 - stable/13 - Add a VM flag to prevent reclaim on a failed contig allocation 151. Nov 3 Mark Johnston git: 24204bede3ad - stable/13 - vm_page: Add a new page allocator interface for unnamed pages 152. Nov 3 Mark Johnston git: 66cb1858f449 - stable/13 - Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). 153. Nov 3 Mark Johnston git: fb3ba080a189 - stable/13 - Introduce vm_page_alloc_noobj_contig() 154. Nov 3 Mark Johnston git: f86bda068cdd - stable/13 - Convert consumers to vm_page_alloc_noobj_contig() 155. Nov 3 Mark Johnston git: 0fcf472fd583 - stable/13 - amd64: Add comments to pmap_pinit_type() 156. Nov 3 Mark Johnston git: a6922417a05e - stable/13 - Use the vm_radix_init() helper when initializing pmaps 157. Nov 3 Mark Johnston git: 5dc9004b72cf - stable/13 - vm_page: Break reservations to handle noobj allocations 158. Nov 3 Mark Johnston git: 6afabf00920f - main - scsi_cd: Improve TOC access validation 159. Nov 3 Rick Macklem git: 441222585968 - main - nfscl: Fix use after free for forced dismount 160. Nov 3 Gordon Bergling git: c28e39c3d6d1 - main - Fix a common typo in syctl descriptions
161. Nov 3 Mateusz Guzik git: 626bd0970abf - main - ipsec: fix edge case detection in key_do_getnewspi 162. Nov 3 Mateusz Guzik git: 10ea195fa269 - main - ipsec: add a lock encompassing SPI allocation 163. Nov 3 Warner Losh git: c47a4a237561 - main - arm: Remove unused items 164. Nov 3 Gleb Smirnoff git: 3ea9a7cf7b09 - main - blackhole(4): disable for locally originated TCP/UDP packets 165. Nov 3 Rick Macklem git: ae49051c033a - main - nfscl: Fix forced dismount when "nconnect" is specified 166. Nov 3 Ed Maste git: 1da2deab7c2f - stable/13 - iscsid: set max_recv_data_segment_length to what we advertise 167. Nov 3 Gordon Tetlow git: 5cd45ad4784b - releng/13.0 - Fix libevent1 ABI breakage. 168. Nov 3 Gordon Tetlow git: b76aaa35423e - releng/13.0 - Root certificate bundle update. 169. Nov 3 Gordon Tetlow git: 847819dca14d - releng/13.0 - Fix kernel panic in vmci driver initialization. 170. Nov 3 Gordon Tetlow git: 11754a61115f - releng/13.0 - Timezone database information update. 171. Nov 3 Gordon Tetlow git: 2646dd665909 - releng/13.0 - Add UPDATING entries and bump version. 172. Nov 3 Gordon Tetlow git: a8c4f99a6723 - releng/12.2 - Root certificate bundle update. 173. Nov 3 Gordon Tetlow git: b13a6827931f - releng/12.2 - Fix kernel panic in vmci driver initialization. 174. Nov 3 Gordon Tetlow git: 1bb617ba2bb9 - releng/12.2 - Timezone database information update. 175. Nov 3 Gordon Tetlow git: 6be068e85747 - releng/12.2 - Add UPDATING entries and bump version. 176. Nov 3 Kyle Evans git: 589aed00e36c - main - sched: separate out schedinit_ap() 177. Nov 3 Rick Macklem git: 6b67753488cb - main - nfscl: Fix forced dismount from looping on commit 178. Nov 3 Warner Losh git: 072d5b98c431 - main - sysbeep: Adjust interface to take a duration as a sbt 179. Nov 3 Warner Losh git: 2533eca1c2b9 - main - vt(4): Connect to teken's TP_SETBELLPD 180. Nov 3 Warner Losh git: 4ac3d08a9693 - main - vt: Add devctl message for bells
181. Nov 3 Warner Losh git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell 182. Nov 3 Warner Losh git: cc48eb70d10d - main - vt: fix typo 183. Nov 3 Warner Losh git: 80f21bb039ce - main - vt: fix git mismerge 184. Nov 3 Ed Maste git: 9d63429fa163 - main - ssh: move common Makefile boilerplate to a new ssh.mk 185. Nov 4 Allan Jude git: 34d8fffff313 - main - SIFTR: Fix compilation with -DSIFTR_IPV6 186. Nov 4 Ed Maste git: 70cb6c34bb52 - stable/13 - Force WITHOUT_OPENSSL_KTLS off when WITHOUT_OPENSSL 187. Nov 4 Konstantin Belousov git: 7ac82c96fe79 - main - proc_get_binpath(): provide syntaxically correct value for unused NDINIT arg 188. Nov 4 Glen Barber git: aab2bfc1274f - releng/12.3 - 12.3: update to BETA3 189. Nov 4 Konstantin Belousov git: b765d3da06b6 - stable/13 - kern_tc.c: Scaling/large delta recalculation 190. Nov 4 Konstantin Belousov git: 2f71c973efdf - stable/13 - amd64 pmap: account for the top-level pages 191. Nov 4 Konstantin Belousov git: 077d3c4c467e - stable/13 - amd64 pmap: adjust the empty pmap optimization in pmap_remove() 192. Nov 4 Konstantin Belousov git: 3e322ded35f7 - stable/13 - Unmap shared page manually before doing vm_map_remove() on exit or exec 193. Nov 4 Konstantin Belousov git: 15bd9fa3bea7 - main - procfs_doprocfile(): simplify 194. Nov 4 Xin LI git: 890cae197737 - main - fsck_msdosfs: truncate directory entry when the head pointer is invalid. 195. Nov 4 Hans Petter Selasky git: 8abfbe5a79b1 - main - beep(1): Initial version of utility to create terminal beep via soundcard. 196. Nov 4 Li-Wen Hsu git: 9c0287e0920a - main - release: Remove unused variables in azure Makefile 197. Nov 4 Allan Jude git: c441592a0e15 - main - Allow kern.ipc.maxsockets to be set to current value without error 198. Nov 4 Rodney W. Grimes Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell 199. Nov 4 Warner Losh git: aa80581c195e - main - Add notes about vt beeping 200. Nov 4 Warner Losh Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell
201. Nov 4 Slawa Olhovchenkov Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell 202. Nov 4 Adrian Chadd git: 6325f105aad2 - main - ipq4018: toggle ps-hold to allow SoC reset 203. Nov 4 Adrian Chadd git: a516ccc4ae04 - main - ipq4018: add SoC reset and qcom_rnd driver 204. Nov 4 Adrian Chadd git: 1492c8c0d825 - main - qcom_rnd: add initial qualcomm prng driver. 205. Nov 4 Adrian Chadd git: 960e65d23aaa - main - qcom: add initial SCM legacy API 206. Nov 4 Adrian Chadd git: d3514c294207 - main - ipq401x: add MP core start-up path for the CPU regulator/clock gate used 207. Nov 4 Adrian Chadd git: bc06496744a1 - main - ipq401x: flip on SMP for the ASUS AC1300 208. Nov 4 Adrian Chadd git: cfd06987029a - main - ipq4018: add qcom-gcc-ipq4018 and dependencies into the build 209. Nov 4 Adrian Chadd git: b12a863a1e14 - main - ipq4018: add initial reset driver support for the clock/reset controller. 210. Nov 4 Alexey Dokuchaev Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell 211. Nov 4 Warner Losh git: 305ef653bcf3 - main - efi: switch boot_services_gone to boot_services_active 212. Nov 4 Ed Maste git: e9a994639b2a - main - ssh: enable FIDO/U2F keys 213. Nov 4 Warner Losh Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell 214. Nov 4 Ed Maste git: 66719ee573ac..4f19900354cc - vendor/openssh - vendor branch updated 215. Nov 4 Hans Petter Selasky git: 63378c84b4ec - main - Remove unused ocf_operation structure from stack. 216. Nov 4 Hans Petter Selasky git: 10a62eb109ce - main - Use layer five checksum flags in the mbuf packet header to pass on crypto state. 217. Nov 4 Hans Petter Selasky git: dd31400c3c2a - main - Factor out flags preserved during mbuf demote into a separate define. 218. Nov 4 Slawa Olhovchenkov Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell 219. Nov 4 Cy Schubert git: 0a6760a1de32 - stable/13 - wpa: Import wpa_supplicant/hostapd commits up to b4f7506ff 220. Nov 4 Cy Schubert git: 3f3676a71266 - stable/13 - wpa: Enable MBO
221. Nov 4 Cy Schubert git: 580c04df4db6 - stable/13 - wpa: Enable RSN Preauthentication 222. Nov 4 Cy Schubert git: f9d2cbc6a526 - stable/13 - wpa: Address CTRL-EVENT-SCAN-FAILED 223. Nov 4 Cy Schubert git: 33b73d010d01 - stable/13 - wpa: Address CTRL-EVENT-SCAN-FAILED 224. Nov 4 Cy Schubert git: ef1134110e80 - stable/13 - wpa: Fix WITHOUT_CRYPT build 225. Nov 5 Rick Macklem git: 80e5955b085a - main - nfscl: Fix NFSv4.1/4.2 pnfs mounts using nconnect 226. Nov 5 Guangyuan Yang git: 78bec4ed648f - stable/13 - devinfo(8): Remove cross-reference to pnpinfo(8) 227. Nov 5 Guangyuan Yang git: 3530ba8cc1e7 - stable/13 - efirt(9): Correct efi_var_set definition in the manpage 228. Nov 5 Konstantin Belousov Re: git: 10a62eb109ce - main - Use layer five checksum flags in the mbuf packet header to pass on crypto state. 229. Nov 5 Kristof Provost git: 76c5eecc3490 - main - pf: Introduce ridentifier 230. Nov 5 Kristof Provost git: 508161111dc2 - main - pf tests: basic test for ridentifier 231. Nov 5 Kristof Provost git: 7bb3c927f7d9 - main - libpfct: be consistent with u_int vs. uint 232. Nov 5 Wojciech Macek git: b8f94506f2d4 - main - sdhci: Provide devmethod for software reset 233. Nov 5 Wojciech Macek git: 36b80dba1742 - main - sdhci_fsl_fdt: Add full support for software reset 234. Nov 5 Wojciech Macek git: 8b57ee7e0107 - main - sdhci_fsl_fdt: Provide more accurate clk calculation 235. Nov 5 Konstantin Belousov git: 046e2d5db1e8 - main - Implementations of cexpl() 236. Nov 5 Kristof Provost Re: git: 68bff4a07e3f - main - Allow GEOM utilities to specify a -v option. 237. Nov 5 Leandro Lupori git: 84800daacf33 - stable/13 - powerpc64: fix OFWFB with Radix MMU 238. Nov 5 Leandro Lupori git: 8a62b07bce7b - stable/13 - powerpc64le: stand fixes 239. Nov 5 Warner Losh git: 517e52b6c21c - main - awk: Move to using two sets of tests 240. Nov 5 Warner Losh git: 00f79c97a4f2 - main - cam_periph: Remove vestigial "scbus" comparison
241. Nov 5 Warner Losh git: bee0133fb937 - main - cam_periph: switch from negative logic to positive logic 242. Nov 5 Warner Losh git: 710a519ebbe3 - main - cam_periph: fix bug in camperiphunitnext logic 243. Nov 5 Warner Losh git: 577f9aa266e3 - main - cam_periph: Add ability to wire units to a serial number 244. Nov 5 Warner Losh git: bd82711aff98 - main - cam: Remove trailing spaces from serial numbers too 245. Nov 5 Warner Losh git: d836c48e7110 - main - cam_periph: wired is really a bool, update it to a bool. 246. Nov 5 Warner Losh git: c688a2eb2f24 - main - scsi.4: Remove untrue paragraph 247. Nov 5 Warner Losh git: 15d4459cb2d3 - main - scsi.4: Document serial numbers 248. Nov 5 Dimitry Andric git: 344691934f0c - stable/13 - llvm BPF target: add missed source files 249. Nov 5 Kyle Evans git: 6a8ea6d17498 - main - sched: split sched_ap_entry() out of sched_throw() 250. Nov 5 Dimitry Andric git: e2157cd0000f - main - Partially revert ac76bc1145dd because it is no longer necessary 251. Nov 5 Rick Macklem git: f5d5164fb607 - main - nfscl: Fix two more cases for forced dismount 252. Nov 5 John Baldwin git: e900338c0987 - main - Move the ICL_CONN_*LOCK* macros to <dev/iscsi/icl.h>. 253. Nov 6 Konstantin Belousov git: 0b06c284ae63 - stable/13 - kern_exec.c: style 254. Nov 6 Konstantin Belousov git: 3b4baefca925 - stable/13 - do_execve(): switch boolean locals to use bool type 255. Nov 6 Konstantin Belousov git: 184936164435 - stable/13 - struct image_params: use bool type for boolean members 256. Nov 6 Konstantin Belousov git: a69fb7452ef9 - stable/13 - exec: provide right hardlink name in AT_EXECPATH 257. Nov 6 Konstantin Belousov git: b94df11d52f1 - stable/13 - Make vn_fullpath_hardlink() externally callable 258. Nov 6 Konstantin Belousov git: d39bd6d14d4e - stable/13 - exec: store parent directory and hardlink name of the binary in struct proc 259. Nov 6 Konstantin Belousov git: ea4e8e191c0e - stable/13 - sysctl kern.proc.procname: report right hardlink name 260. Nov 6 Konstantin Belousov git: 52e2887d1dcb - stable/13 - sys/proc.h: put proc_add_orphan() into proper place
261. Nov 6 Konstantin Belousov git: 0303cc4be853 - stable/13 - Extract proc_get_binpath() from sysctl_kern_proc_pathname() 262. Nov 6 Konstantin Belousov git: 17aab23bf799 - stable/13 - fexecve(2): restore the attempts to calculate the executable path 263. Nov 6 Konstantin Belousov git: 392fbf5cce85 - stable/13 - proc_get_binpath(): return empty string instead of NULL 264. Nov 6 Konstantin Belousov git: f61af036ab29 - stable/13 - procfs: return right hardlink from /proc/curproc/file 265. Nov 6 Konstantin Belousov git: 5291b294d323 - stable/13 - proc_get_binpath(): provide syntaxically correct value for unused NDINIT arg 266. Nov 6 Konstantin Belousov git: ba058d44b372 - stable/13 - procfs_doprocfile(): simplify 267. Nov 6 Konstantin Belousov git: 9de9a3305064 - stable/13 - fexecve(2): allow O_PATH file descriptors opened without O_EXEC 268. Nov 6 Alexander Motin git: dc238358f9f4 - main - Add some of Intel Alder Lake device IDs. 269. Nov 6 Konstantin Belousov git: 8363963a8f3f - main - rtld: fix dangerous_ld_env calculation for ld_dynamic_weak 270. Nov 6 Konstantin Belousov git: c5637b8be8a5 - main - rtld: ignore fstatfs(2) errors when checking MNT_NOEXEC flag 271. Nov 6 Konstantin Belousov git: 74aec9618fd7 - main - rtld: style adjustments 272. Nov 6 Alexander Motin git: 6badb512a94d - main - Prefer CPUID leaf 1Fh for Intel CPU topology detection. 273. Nov 6 Gordon Bergling git: 0a5b6cde28dd - stable/13 - ixgbe(4): Fix a few typos in source code comments 274. Nov 6 Gordon Bergling git: beaf14a65bb8 - stable/13 - ng_pptpgre(4): Fix a typo in a source code comment 275. Nov 6 Gordon Bergling git: 946bce41ed10 - stable/13 - gjournal(8): Fix a typo in a source code comment 276. Nov 6 Gordon Bergling git: 16f3658c7d25 - stable/13 - ocs_fs: Fix two typos in source code comments 277. Nov 6 Gordon Bergling git: d843e777a5f3 - stable/13 - netinet: Fix a common typo in source code comments 278. Nov 6 Gordon Bergling git: e3f2519c5ca8 - stable/13 - Fix a common typo in syctl descriptions 279. Nov 6 Gordon Bergling git: 491b53157918 - stable/12 - ixgbe(4): Fix a few typos in source code comments 280. Nov 6 Gordon Bergling git: 38294bd79689 - stable/12 - ng_pptpgre(4): Fix a typo in a source code comment
281. Nov 6 Gordon Bergling git: 7c2c8a529aea - stable/12 - gjournal(8): Fix a typo in a source code comment 282. Nov 6 Gordon Bergling git: de4dfbccbc00 - stable/12 - ocs_fs: Fix two typos in source code comments 283. Nov 6 Wojciech Macek git: 849faf4e0ba9 - main - ossl: Add support for AES-CBC cipher 284. Nov 6 Wojciech Macek git: 048a71b46e81 - main - ossl: Add support for ETA mode 285. Nov 6 Wojciech Macek git: b8b7c0dda9a0 - main - qoriq_gpio: Add support for driver inheritance 286. Nov 6 Wojciech Macek git: 463b6ba05a69 - main - Introduce qoriq_gpio_pic driver 287. Nov 6 Wojciech Macek git: 4b843e7f0319 - main - mii_fdt: Add support for switch PHY node lookup 288. Nov 6 Edward Tomasz Napierala git: 3be6e606d787 - main - linux: Fix another amd64-specific piece of linux_ptrace.c 289. Nov 6 Edward Tomasz Napierala git: 6f397bc0fbe3 - main - linux: Implement linux_to_bsd_regset() on arm64 290. Nov 6 Wojciech Macek git: acdfc0963946 - main - lagg: update capabilites on SIOCSIFMTU 291. Nov 6 Jason A. Harmening git: 866dd6335a6c - main - unionfs: various locking fixes 292. Nov 6 Jason A. Harmening git: 3ecefc4a61cc - main - unionfs: assorted style fixes 293. Nov 6 Jason A. Harmening git: 66191a76ace5 - main - unionfs: Improve locking assertions 294. Nov 6 Jason A. Harmening git: fb273fe70f8b - main - unionfs: replace zero-length read check with KASSERT 295. Nov 6 Jason A. Harmening git: 5f73b3338ee1 - main - unionfs: Improve vnode validation 296. Nov 6 Emmanuel Vadot git: b6b91760300b - stable/13 - rtld: Do not install libmap.conf when installing the COMPAT32 version 297. Nov 6 Rodney W. Grimes Re: git: 6badb512a94d - main - Prefer CPUID leaf 1Fh for Intel CPU topology detection. 298. Nov 6 Alexander Motin Re: git: 6badb512a94d - main - Prefer CPUID leaf 1Fh for Intel CPU topology detection. 299. Nov 6 Wojciech Macek git: 0dedcdaa1a02 - main - Revert "ossl: Add support for ETA mode" 300. Nov 6 Wojciech Macek git: 200bc58953f0 - main - Revert "ossl: Add support for AES-CBC cipher"
301. Nov 6 Shawn Webb Re: git: 0dedcdaa1a02 - main - Revert "ossl: Add support for ETA mode" 302. Nov 6 Andriy Gapon git: a60b30469741 - main - pcf8591: driver for adc/dac with i2c interface 303. Nov 6 Andriy Gapon git: ff6fe2983550 - main - driver for MAX44009 I2C illuminance sensor 304. Nov 6 Andriy Gapon git: 832503063e32 - main - gpioled: allow the driver to be disabled via fdt 305. Nov 6 Andriy Gapon git: 6354154ef520 - main - pcf8574: driver for 8-pin quasi-bidirectional GPIO over I2C 306. Nov 6 Andriy Gapon git: a75159eabc90 - main - htu21: allow configuration via hints on FDT-based systems 307. Nov 6 Andriy Gapon git: c01a46d4acab - main - camcontrol: dump received data for MMC command even if it is unknown 308. Nov 6 Wojciech Macek Re: git: 0dedcdaa1a02 - main - Revert "ossl: Add support for ETA mode" 309. Nov 6 Andriy Gapon git: 43b031a371eb - main - htu21: don't needlessly bother hardware when measurements are not needed 310. Nov 6 Andriy Gapon git: 24f567bb0e50 - main - files.arm64: fix sort order for aw_i2s.c 311. Nov 6 Andriy Gapon git: aa917184a9c0 - main - add rk3328_codec and rk_i2s from gonzoua/socaudio 312. Nov 6 Andriy Gapon git: 8c9bdaf227b1 - main - rk3328_codec: fix a problem with the enable value 313. Nov 6 Andriy Gapon git: 5d1a2edeec2e - main - rk_i2s: modify GRF_SOC_CON8 only for rk3399 314. Nov 6 Andriy Gapon git: 69d202f22400 - main - rk3328_codec: bump delays in set_power and set_mute 315. Nov 6 Andriy Gapon git: 507fdedd83cd - main - rk3328_codec: add delays between register writes in the initial setup 316. Nov 6 Andriy Gapon git: 2d1de2d55320 - main - rk3328_codec: set output gain to the value found in linux 317. Nov 6 Andriy Gapon git: cc0b35259aed - main - rk805: add system poweroff support 318. Nov 6 Rick Macklem git: f0c9847a6c47 - main - vfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATE 319. Nov 6 Rick Macklem git: 0c276dee030b - main - param.h: Bump __FreeBSD_version for commit f0c9847a6c47 320. Nov 6 Rick Macklem git: 25b0021d401b - main - UPDATING: Add entry for commit f0c9847a6c47
321. Nov 6 Warner Losh git: 3fe0a5d2f6e3 - main - Awk: Add error file 322. Nov 7 Cy Schubert Re: git: 0dedcdaa1a02 - main - Revert "ossl: Add support for ETA mode" 323. Nov 7 Guangyuan Yang git: ec071430a782 - main - powerd(8): Add rc.conf(5) to see also 324. Nov 7 Edward Tomasz Napierala git: a90ff3c4bc90 - main - linux: Add ptrace(2) support on arm64 325. Nov 7 Gordon Bergling git: 3d6ed119e3fe - main - usb_audio: Fix a typo in a source code comment 326. Nov 7 Gordon Bergling git: 2b0f6ad444c0 - main - efi(8): Fix a typo in a source code comment 327. Nov 7 Gordon Bergling git: e9c7c6f5a021 - main - e1000: Fix a typo in a source code comment 328. Nov 7 Mariusz Zaborski git: 597b02675751 - main - libc: add clearenv function 329. Nov 7 Mateusz Piotrowski git: b6f39b843659 - stable/12 - dpv.1: Fix an example 330. Nov 7 Mateusz Piotrowski git: 01144e8cef13 - stable/13 - dpv.1: Fix an example 331. Nov 7 Mateusz Piotrowski git: a1fd2f2a144b - stable/12 - dpv.1: Do not use mdoc macros for Bl width 332. Nov 7 Mateusz Piotrowski git: 69a40537eb4b - stable/13 - dpv.1: Do not use mdoc macros for Bl width 333. Nov 7 Mateusz Piotrowski git: e41e2d586618 - stable/13 - dpv: Fix synopsis formatting & sort options 334. Nov 7 Mateusz Piotrowski git: 513348e821c3 - stable/13 - date: Clean up synopses 335. Nov 7 Mateusz Piotrowski git: cef881a6e8db - stable/12 - dpv: Fix synopsis formatting & sort options 336. Nov 7 Mateusz Piotrowski git: 014ae00ef6ed - stable/13 - date: Capitalize seconds string in synopses 337. Nov 7 Mateusz Piotrowski git: 5bee300aefb1 - stable/13 - date.1: Fix some style issues and examples 338. Nov 7 Mark Johnston git: 5df48c0fa5cd - stable/13 - vmci: Avoid relying on macro expansion to provide correct syntax 339. Nov 7 Rick Macklem git: a7e014eee5d4 - main - nfsd: Fix the NFSv4 pNFS MDS server for DS NFSERR_NOSPC


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