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


2021/dev-commits-src-main/20210704.dev-commits-src-main

Messages: 146, old messages first
Last update: Mon Feb 13 14:12:26 2023

home | archive sorted by: subject | author | date | reverse date
  1. Jun 28 Mateusz Guzik              git: e0893890eb60 - main - ipsec: globalize lft zone and zero out buffers at allocation time
  2. Jun 28 Bjoern A. Zeeb             git: 539228d372fa - main - LinuxKPI: pci re-add pci_free_irq_vectors()
  3. Jun 28 Bjoern A. Zeeb             git: 399da52fff81 - main - LinuxKPI: firmware, implement deferred loading for "nowait"
  4. Jun 28 Bjoern A. Zeeb             git: 243b95978deb - main - net80211: ieee80211_probereq_ie fix length calculation for hw scans
  5. Jun 28 Ed Maste                   git: 175841285e28 - main - Add deprecation notice for WITH_PROFILE option
  6. Jun 28 Mateusz Guzik              git: d09388d01330 - main - pf: add pf_release_staten and use it in pf_unlink_state
  7. Jun 28 Mateusz Guzik              git: ccb17a21041e - main - pf: factor out state allocation into pf_alloc_state
  8. Jun 28 Mateusz Guzik              git: e6dd0e2e8d4f - main - pf: assert that sizeof(struct pf_state) <= 312
  9. Jun 28 Rodney W. Grimes           Re: git: b762974cf4b9 - main - clang: stop linking _p libs for -pg as of FreeBSD 14
 10. Jun 28 Kyle Evans                 Re: git: 175841285e28 - main - Add deprecation notice for WITH_PROFILE option
 11. Jun 28 Robert Wing                git: c7a7e547a5ad - main - vn_isdisk(9): update after r364372
 12. Jun 28 Ed Maste                   Re: git: 175841285e28 - main - Add deprecation notice for WITH_PROFILE option
 13. Jun 28 Ed Maste                   Re: git: b762974cf4b9 - main - clang: stop linking _p libs for -pg as of FreeBSD 14
 14. Jun 28 Kyle Evans                 Re: git: 175841285e28 - main - Add deprecation notice for WITH_PROFILE option
 15. Jun 28 Warner Losh                git: c5d3206ac6e1 - main - cam: kill trailing white space in two spots
 16. Jun 28 Ed Maste                   Re: git: 175841285e28 - main - Add deprecation notice for WITH_PROFILE option
 17. Jun 28 Kyle Evans                 Re: git: 175841285e28 - main - Add deprecation notice for WITH_PROFILE option
 18. Jun 28 Warner Losh                git: 40990d54834b - main - cam: save parent_dev in xpt_bus_register
 19. Jun 28 Warner Losh                git: 56e1161b09c3 - main - cam: fix UB behavior
 20. Jun 28 Warner Losh                git: 9f1e411ae8cf - main - cam: Group all xpt_path*() functions together in cam_xpt.h


21. Jun 28 Warner Losh git: 1ed401626792 - main - cam: add xpt_path_sim_device to return device_t associated with a path 22. Jun 28 Warner Losh git: fdd60a97dad5 - main - sdiob: get the device_t from periph's path 23. Jun 28 Warner Losh git: d6e7349254e3 - main - cam mmc: Assert that the xpt_bus_register registered a device_t 24. Jun 28 Warner Losh git: dcd5dea96509 - main - cam: delete cam_sim_alloc_dev 25. Jun 28 Warner Losh git: bd69852be14c - main - mmc_sim: stop using cam_sim_alloc_dev 26. Jun 28 Warner Losh git: aeb04e88f51a - main - sdhci: stop using cam_sim_alloc_dev 27. Jun 28 Warner Losh git: 30f8afd0270e - main - cam: fix xpt_bus_register and xpt_bus_deregister return errno 28. Jun 28 Warner Losh git: 2b0987023804 - main - cam: Remove CAM_TRUE and CAM_FALSE, they are unused and duplicate bool 29. Jun 28 Warner Losh git: 50aa1daf1468 - main - cam: change xpt_clone_path to return int 30. Jun 28 Warner Losh git: 9f0febd6a44c - main - cam_sim: remove unused sim_doneq member 31. Jun 28 Warner Losh git: a72af82e3169 - main - cam: Fix GENERIC-MMCCAM build 32. Jun 28 Ed Maste git: f94360971e64 - main - Clarify notice for profiled libraries in FreeBSD 14 33. Jun 29 John-Mark Gurney git: 3d5104182c2e - main - ued may be NULL here which will cause a panic... reproducable by simply doing a usbconfig reset on a device which d 34. Jun 29 Warner Losh git: 857cde693f26 - main - UPDATING: Fix typos / improve langauge 35. Jun 29 Alan Cox git: 26a357245f21 - main - arm64: a few simplications to pmap_remove_{all, write} 36. Jun 29 =?utf-8?Q?Stefan E=C3=9Fer git: b33d1898c1b0 - main - md5: Improve compatibility with coreutils and format fix 37. Jun 29 Mateusz Guzik git: 7f025db57c78 - main - pf: fix error-case leaks in pf_create_state 38. Jun 29 Mateusz Guzik git: 803dfe3da0e3 - main - pf: deduplicate V_pf_state_z handling with pfsync 39. Jun 29 Mateusz Guzik git: 55cc305dfcad - main - pf: revert: Use counter(9) for pf_state byte/packet tracking 40. Jun 29 Mateusz Guzik git: d26ef5c7ac83 - main - pf: make sure the dtrace probe has safe access to state
41. Jun 29 Edward Tomasz Napierala git: 435754a59ee2 - main - Add infrastructure required for Linux coredump support 42. Jun 29 Jason A. Harmening git: 372691a7ae18 - main - unionfs: release parent vnodes in deferred context 43. Jun 29 Mateusz Guzik git: f77697dd9f31 - main - mac: cheaper check for ifnet_create_mbuf and ifnet_check_transmit 44. Jun 29 Dmitry Chagin git: 615f22b2fb6d - main - Add a link to the Elf_Brandinfo into the struc proc. 45. Jun 29 Dmitry Chagin git: 5d9f790191fe - main - Eliminate p_elf_machine from struct proc. 46. Jun 29 Dmitry Chagin git: 945accf502db - main - LinuxKPI: Use the proper API to determine the ABI of the running process. 47. Jun 29 Dmitry Chagin git: 1fd26da926d5 - main - LinuxKPI: Put compat code under appropriate condition. 48. Jun 29 Dmitry Chagin git: 5ca9d4170007 - main - LinuxKPI: Rename a short description of the kmalloc type. 49. Jun 29 Colin Percival git: a9f5512f072d - main - portsnap: Shorten 'Skipping' output lines 50. Jun 29 Colin Percival git: 2ef5995f49c9 - main - portsnap: Remove superfluous semicolons 51. Jun 29 Chuck Silvers git: ed1a156b038d - main - fsck_ffs: don't try to write in read-only mode 52. Jun 29 Warner Losh git: 849dcdb1c0c5 - main - Change strmode argument type to mode_t 53. Jun 29 Warner Losh git: 0d9e8c286df6 - main - Change strmode argument type to mode_t for crossbuild 54. Jun 29 Warner Losh git: a00d703f2f43 - main - top(1): support command name and argument grepping 55. Jun 30 Martin Matuska git: 2617128a21bf - main - zfs: merge openzfs/zfs@4694131a0 (master) into main 56. Jun 30 Martin Matuska git: c0149d030023 - main - zfs: update zfs_config.h (missing in 2617128a2) 57. Jun 30 =?utf-8?Q?Fernando Apesteg git: 0a0f7486413c - main - man: Build manpages for all architectures 58. Jun 30 Olivier Houchard git: c1da17a86cdb - main - arm: Garbage collect _arm_memcpy/_arm_bzero. 59. Jun 30 Olivier Houchard git: 712c060c94fd - main - arm64: Make sure COMPAT_FREEBSD32 handles thumb entry point. 60. Jun 30 Warner Losh git: 91604330e607 - main - sysbuild: Also copy /var/db/zoneinfo
61. Jun 30 Warner Losh git: 6ce785c50bfa - main - bsdinstall: Also copy /var/db/zoneinfo 62. Jun 30 Warner Losh git: 3f197b101f71 - main - release: Remove C-like string comparison operator 63. Jun 30 Alexey Dokuchaev Re: git: 3f197b101f71 - main - release: Remove C-like string comparison operator 64. Jun 30 Alan Cox git: 1a8bcf30f97e - main - amd64: a simplication to pmap_remove_{all, write} 65. Jun 30 Warner Losh Re: git: 3f197b101f71 - main - release: Remove C-like string comparison operator 66. Jun 30 Mitchell Horne git: 2129c8f6771a - main - hwpmc_arm64.c: fix return style 67. Jun 30 Mitchell Horne git: 5867cccdc49d - main - hwpmc_arm64: fill kern.hwpmc.cpuid 68. Jun 30 Mitchell Horne git: 8cc3815f02be - main - hwpmc_arm64: accept raw event codes for PMC_OP_PMCALLOCATE 69. Jun 30 Mitchell Horne git: 28dd6730a5d6 - main - libpmc: enable pmu_utils on arm64 70. Jun 30 Allan Jude git: 781c3b51193e - main - Add Thomas Munro to the committers graph 71. Jun 30 Antoine Brodin git: d75d33870df1 - main - ObsoleteFiles.inc: add a few missed files 72. Jun 30 Olivier Houchard git: 8c3bd133dd52 - main - arm: Make sure we can handle a thumb entry point. 73. Jun 30 Mitchell Horne git: 8c2dd68caa96 - main - libpmc: Import AMD Zen 3 PMU events 74. Jun 30 Mitchell Horne git: 13f5a3076bc8 - main - hwpmc_arm64: add a PMCDBG to the interrupt handler 75. Jun 30 Edward Tomasz Napierala git: 447636e43c08 - main - linux(4): implement coredump support 76. Jun 30 Rick Macklem git: c5f4772c66d2 - main - nfscl: Improve "Consider increasing kern.ipc.maxsockbuf" message 77. Jul 1 Edward Tomasz Napierala git: 93c3453f11c9 - main - linux(4): revert arm64 part of 447636e43c0 78. Jul 1 Edward Tomasz Napierala git: db8d680ebe9b - main - procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUS 79. Jul 1 Ceri Davies git: d93a2f5d675a - main - fortune: correct documentation of default FORTUNE_PATH. 80. Jul 1 Andrew Turner git: 244002b48257 - main - Switch the order of the ID_AA64PFR1_EL1 fields
81. Jul 1 Emmanuel Vadot git: 5def4c47d4bd - main - Import device-tree files from Linux 5.11 82. Jul 1 Warner Losh git: 1426907f4dd0 - main - hz.9: update stathz for current usage 83. Jul 1 Emmanuel Vadot git: 82ea1a07b489 - main - Import device-tree files from Linux 5.12 84. Jul 1 Emmanuel Vadot git: 2eb4d8dc723d - main - Import device-tree files from Linux 5.13 85. Jul 1 Ceri Davies git: 1f7d11e636ab - main - build.7: remove documentation of "make update" 86. Jul 1 Emmanuel Vadot git: 993e8236c30a - main - arm64: allwinner: Add r_intc driver 87. Jul 1 Emmanuel Vadot git: 2ca21223c520 - main - dts: Bump the freebsd branding version to 5.13 88. Jul 1 Marcin Wojtas git: 8df71ea1aa3b - main - tegra_pcie: use switch instead of if in tegra_pcib_pex_ctrl 89. Jul 1 Marcin Wojtas git: ddb928096bff - main - dts: fsl-ls1028a: Correct ECAM PCIE window ranges 90. Jul 1 Kevin Bowling Re: git: c6b2d024d7ee - main - Retore the vnet before returning an error. 91. Jul 1 Marcin Wojtas git: 94287656264f - main - ofw_pci: fix probing for non-DT cases 92. Jul 1 Kristof Provost git: 8f76eebce424 - main - dummynet: fix sysctls 93. Jul 1 Kristof Provost git: 8923ea6c867f - main - ftp-proxy: Revert incorrect migration to libpfctl 94. Jul 1 Kristof Provost git: dd82fd354302 - main - pf tests: ftp-proxy test 95. Jul 1 Alexander Motin git: fa3d57c25610 - main - mrsas(4): Report more correct maximum I/O size. 96. Jul 1 Mateusz Guzik git: 858937bea459 - main - pfctl: cache getprotobynumber results 97. Jul 1 Ceri Davies git: cd4346a0e4d8 - main - cd(9): correct minor typo in manpage. 98. Jul 1 Ceri Davies git: 40944510db1e - main - rc.conf.5: add .Xr to firewall(7), growfs(7), and tuning(7) 99. Jul 1 Ceri Davies git: 2ce58512957e - main - rc.conf.5: -Tlint fixes. 100. Jul 2 George Neville-Neil Re: git: c6b2d024d7ee - main - Retore the vnet before returning an error.
101. Jul 2 Peter Holm git: 5bd70f050072 - main - stress2: Improve cleanup code 102. Jul 2 Peter Holm git: e02046f74728 - main - stress2: Update the list of test not to run 103. Jul 2 Peter Holm git: fe5d22f8f487 - main - stress2: Added a test scenario from Bug 227041 104. Jul 2 =?utf-8?Q?Stefan E=C3=9Fer git: c5b8d7b7c14f - main - netstat: Fix typo 105. Jul 2 Ganbold Tsagaankhuu git: 3416513a413e - main - dtb: rockchip: Add NanoPI-R4S and RockPI E to the build 106. Jul 2 Edward Tomasz Napierala git: acb1f1269c6f - main - proccontrol(1): implement 'nonewprivs' 107. Jul 2 Alex Richardson git: 2eb9ad427475 - main - Simplify and speed up the kyua build 108. Jul 2 Mateusz Guzik git: fb32c8dbeb6f - main - iflib: retire MB_DTOR_SKIP 109. Jul 2 Mateusz Guzik git: 05462babd424 - main - mbuf: add m_free_raw to be used instead of directly calling uma_zfree 110. Jul 2 Mateusz Guzik git: bad5f0b6c294 - main - iflib: switch bare zone_mbuf use to m_free_raw 111. Jul 2 Mateusz Guzik git: 904a08f3427c - main - ktls: switch bare zone_mbuf use to m_free_raw 112. Jul 2 Mateusz Guzik git: 48d5b86364fa - main - pf: make DIOCGETSTATESNV iterations killable 113. Jul 2 Alex Richardson git: 8ec4ba8a76aa - main - Remove lib/kyua from the build 114. Jul 2 Alex Richardson git: 89da04fcaa33 - main - Revert "Remove lib/kyua from the build" 115. Jul 2 Alex Richardson git: c95156691588 - main - Remove lib/kyua from the build 116. Jul 2 Kristof Provost Re: git: f13da24715a7 - main - net/bpf: Fix writing of buffer bigger than PAGESIZE 117. Jul 2 Kristof Provost git: 34285eefddc9 - main - pf: Reduce the data returned in DIOCGETSTATESNV 118. Jul 2 Kristof Provost git: a19ff8ce9b58 - main - pf: getstates: avoid taking the hashrow lock if the row is empty 119. Jul 2 Kristof Provost git: 0e9f1892ec73 - main - libpfctl: memory leak fix 120. Jul 2 Ceri Davies git: db6eac682189 - main - nvmem(9): install the manpage
121. Jul 2 Ceri Davies git: 202edfe35798 - main - committers-doc.dot: move myself out of alumni 122. Jul 2 Warner Losh git: 80a75155e160 - main - nvme: style nit 123. Jul 2 Warner Losh git: fea3cf1d6da0 - main - nvme: Fix alignment on nvme structures 124. Jul 2 Warner Losh git: aa0ab681ae75 - main - nvme: coherently read status of completion records 125. Jul 2 Robert Wing git: dc3548453689 - main - dumpfs(8): add option to only print superblock information 126. Jul 2 Lutz Donnerhacke git: 25392fac9488 - main - libalias: Fix splay comparsion bug 127. Jul 2 Lutz Donnerhacke git: b3dc6f137b8d - main - tests/libalias: Bugfix in used variables 128. Jul 2 Dimitry Andric git: 5866c369e4fd - main - Revert libunwind change to fix backtrace segfault on aarch64 129. Jul 2 Lutz Donnerhacke git: b50a4dce1854 - main - libalias: Avoid uninitialized expiration 130. Jul 2 Warner Losh git: 6329ca325e02 - main - hardclock.9: Refine some details 131. Jul 3 Warner Losh git: ef790cc7407e - main - hdaa: update pin patch configurations 132. Jul 3 Edward Tomasz Napierala git: 45d99014ca3a - main - linux(4): implement coredumps on arm64 133. Jul 3 Edward Tomasz Napierala git: 2f514e6f13de - main - linux(4): implement PR_SET_NO_NEW_PRIVS 134. Jul 3 Konstantin Belousov git: d12d651f8692 - main - EFI RT: resurrect EFIIOC_GET_TABLE 135. Jul 3 Konstantin Belousov git: 24f398e7a153 - main - Add efitable(8), a userspace tool to fetch and parse EFI tables 136. Jul 3 Lutz Donnerhacke git: f28455344483 - main - libalias: Fix API bug on initialization 137. Jul 4 Li-Wen Hsu git: 86d0d3aadb48 - main - freebsd-update: Update URL of supported platforms information 138. Jul 4 Rodney W. Grimes Re: git: 5bd70f050072 - main - stress2: Improve cleanup code 139. Jul 4 Li-Wen Hsu git: ffe6afc4f012 - main - freebsd-tips: Use a fetchable URL as example 140. Jul 4 Rodney W. Grimes Re: git: ef790cc7407e - main - hdaa: update pin patch configurations
141. Jul 4 Li-Wen Hsu git: 89c0640c7090 - main - share/misc: Update FreeBSD.org URLs 142. Jul 4 Li-Wen Hsu git: 8dfb00245701 - main - man7: Update FreeBSD.org URLs 143. Jul 4 Warner Losh Re: git: ef790cc7407e - main - hdaa: update pin patch configurations 144. Jul 4 Jessica Clarke Re: git: ffe6afc4f012 - main - freebsd-tips: Use a fetchable URL as example 145. Jul 4 Lutz Donnerhacke git: 2f4d91f9cb22 - main - libalias: Rewrite HISTORY 146. Jul 4 Lutz Donnerhacke git: 4060e77f49d1 - main - libalias: Remove a stray directive


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