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


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

Messages: 116, old messages first
Last update: Sun May 21 5:50:01 2023

home | archive sorted by: subject | author | date | reverse date
  1. May 13 Mike Karels                Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/
  2. May 14 Warner Losh                git: 3aa0cc47eeb0 - main - CONTRIBUTING.md: minor changes
  3. May 14 Warner Losh                git: ddea995ddc08 - main - Update UPDATING
  4. May 14 Ed Maste                   git: b46d461d59b7 - main - src.conf.5: regen
  5. May 14 George Kontostanos         Re: git: b3fe5d932264 - main - Fix off-by-one error in fsck_ffs(8) chkrange() block-number check.
  6. May 14 Simon J. Gerraty           git: 7d86c8b8eaf5 - main - sys.dirdeps.mk we do want to override OBJTOP
  7. May 14 Dmitry Chagin              git: ae6ac58745b5 - main - ktrace: Fix syscall number on a child return path from fork
  8. May 14 Dmitry Chagin              git: bf3a14b41a7b - main - linux(4): Fix stack unwinding on arm64 [1/2]
  9. May 14 Dmitry Chagin              git: 2cdeb89e5700 - main - linux(4): Fix stack unwinding on arm64 [2/2]
 10. May 14 Dmitry Chagin              git: 5f19e18b641a - main - linux(4): Get rid of linux_vdso_sigcode
 11. May 14 Dmitry Chagin              git: d957343f8713 - main - linux(4): Rework signal trampoline on Aarch64
 12. May 14 Jessica Clarke             Re: git: d957343f8713 - main - linux(4): Rework signal trampoline on Aarch64
 13. May 15 Wolfram Schneider          git: 1cf4473fa36d - main - remove stale script epfe.pl
 14. May 15 Wolfram Schneider          git: 27783115a91c - main - remove stale message-id scripts
 15. May 15 Wolfram Schneider          git: 1206aa278642 - main - remove stale handbook scripts
 16. May 15 Wolfram Schneider          git: b3087b63da4f - main - remove stale portsinfo script
 17. May 15 Baptiste Daroussin         git: ef7d0eb9489f - main - pw: do not call system()
 18. May 15 Baptiste Daroussin         git: c7fdf87b0985 - main - pci_vendors: update to 2023-05-15
 19. May 15 Baptiste Daroussin         git: d904b43ba3ff - main - dma: install a simple example for the auth.conf file
 20. May 15 Baptiste Daroussin         git: d2b4753f06dc - main - periodic: Use locale-agnostic (ISO 8601) timestamp format


21. May 15 Mariusz Zaborski git: 06db6a9dce81 - main - geli: fix typo 22. May 15 Alexander V. Chernikov git: f3065e767def - main - testing: add support for using custom interfaces in pytest framework. 23. May 15 Alexander V. Chernikov git: f0ffe1ce0fba - main - testing: add support for handling Netlink carp messages 24. May 15 Alexander V. Chernikov git: 97760572a0e4 - main - testing: add public method for requiring module presense in pytest 25. May 15 Alexander V. Chernikov git: 3f6bf6a033b1 - main - netlink: add an optional post-process hook to the message parsers. 26. May 15 Alexander V. Chernikov git: d91f8db5f182 - main - testing: rename IfattrType to IfaAttrType for consistency 27. May 15 Alexander V. Chernikov git: d1cd0344f7b7 - main - ifconfig: split printing functions into smaller per-type chunks. 28. May 15 Kyle Evans git: 4b500174dd2d - main - arm64: emulate swp/swpb instructions 29. May 15 Kyle Evans git: ccb59683b983 - main - arm64: add tests for swp/swpb emulation 30. May 15 Jessica Clarke Re: git: 4b500174dd2d - main - arm64: emulate swp/swpb instructions 31. May 15 Kyle Evans git: b68588618b43 - main - arm64: simplify expression 32. May 15 Kyle Evans Re: git: 4b500174dd2d - main - arm64: emulate swp/swpb instructions 33. May 15 Kirk McKusick git: 0a6e34e950cd - main - Fix size differences between architectures of the UFS/FFS CGSIZE macro value. 34. May 15 Simon J. Gerraty git: 92a4e8b34814 - main - dirdeps.mk allow for TARGET_SPEC_VARS.host 35. May 15 Mark Millard Re: git: 4b500174dd2d - main - arm64: emulate swp/swpb instructions 36. May 15 Alexander Motin git: f409f11bc556 - main - nvmecontrol: Fix power subcommand output. 37. May 15 Dmitry Chagin Re: git: d957343f8713 - main - linux(4): Rework signal trampoline on Aarch64 38. May 15 Jessica Clarke Re: git: ccb59683b983 - main - arm64: add tests for swp/swpb emulation 39. May 15 Jessica Clarke git: 28f66935d400 - main - tests: Disable sys/compat32 and sys/compat32/aarch64 tests 40. May 16 Dan Mack Re: git: 28f66935d400 - main - tests: Disable sys/compat32 and sys/compat32/aarch64 tests
41. May 16 Jessica Clarke git: 816129210ad4 - main - tests: Don't recurse into sys/compat32 42. May 16 Baptiste Daroussin git: e0155c698904 - main - pw: The pw_checkname function has added ';' checking. 43. May 16 Baptiste Daroussin git: d047a4e486a4 - main - passwd.5: Remove .Tn (Trade Name) macros 44. May 16 Baptiste Daroussin git: 6e068d6bea4d - main - passwd.5: Update man page after e0155c6989049da43c5499f7129002aa17d1ca79 45. May 16 Alexander V. Chernikov git: 584ad4126c76 - main - testing: improve vnet support in pytest * Allow vnet object to be directly referenced (self.vnet1 vs self.vnet_map 46. May 16 Bjoern A. Zeeb git: 7232e6dcc89b - main - net80211: Radiotap: update for newer standards (add EHT, U-SIG) 47. May 16 Alexander V. Chernikov git: 10b94e406444 - main - netlink: add support for adding/deleting interface addresses 48. May 16 Alexander V. Chernikov git: 4c91a5dfe483 - main - ifconfig: make interface and address listing use Netlink as transport 49. May 16 Dmitry Chagin git: 0282f87530b3 - main - ktrace: Simplify ae6ac587, drop the sa var declaration 50. May 16 Bjoern A. Zeeb git: 972bf40b62f7 - main - LinuxKPI: add ptp_clock_kernel.h 51. May 16 Bjoern A. Zeeb git: 262c5e81937f - main - LinuxKPI: skbuff.h: add skb_hwtstamps(), implement *mac_header() 52. May 17 Gleb Smirnoff HEADS UP: broken boot! Was: git: 2f131435bc22 - main - stand: efi create eficom console device. 53. May 17 Warner Losh Re: HEADS UP: broken boot! Was: git: 2f131435bc22 - main - stand: efi create eficom console device. 54. May 17 Kristof Provost git: cdc231bd4949 - main - pfsync: Remove deletion of states using the full pfsync_state struct 55. May 17 Konstantin Belousov git: 616a6c9f66cf - main - net/if.h: fix style of if_t definition 56. May 17 Konstantin Belousov git: 848d5bb1abea - main - net/if_var.h: consistently use if_t over struct ifnet * 57. May 17 Alexander V. Chernikov git: 4c63ecf5c77c - main - routing: fix panic triggered by the 'gr_idx != 0' assert in nhg code 58. May 17 Alexander V. Chernikov git: b50e1465e88d - main - routing: plug mbuf leak for the packets hitting IPv6 blackhole route 59. May 17 Piotr Kubaj git: d0cdec7a2042 - main - em: sync platform detection with Linux 60. May 17 Piotr Kubaj git: 2e57f7bf2092 - main - ix(4): correct max MTU
61. May 17 Bjoern A. Zeeb git: 71fde8e5070c - main - LinuxKPI: add ns_to_timespec64() 62. May 17 Andrew Turner git: 37c1ef5ac0a2 - main - Move the arm64 sigcode to .rodata 63. May 17 Kristof Provost git: bdd47177528b - main - pf: release rules lock before passing the packet to dummynet 64. May 17 =?utf-8?Q?Corvin=20K=C3=B6 git: 26d9f973d869 - main - bhyve: error out if fwcfg user file isn't read completely 65. May 17 Kristof Provost git: 8c23afdb574e - main - pf: Standardize rtableid 66. May 17 Gleb Smirnoff git: 743516d51fa7 - main - ktls: don't try to unlock pcb if tcp_drop() already did 67. May 17 dan4media@host.aait-sa.com =?UTF-8?B?TmV3IG15R292IGluYm94IG1lc3NhZ2U=?= 68. May 18 Dmitry Chagin git: 0f62290e7f74 - main - linux(4): Check fd passed to unlockpt() 69. May 18 Colin Percival git: dc5361ea16bf - main - rc.d/netif: Don't DAD if lo0 is the only IPv6 IF 70. May 18 Bjoern A. Zeeb git: 2e6756b752e0 - main - ifconfig: improve trimming off interface number at end 71. May 18 Kristof Provost git: 2d9d97e66e9e - main - ifconfig: improve error checking for carp peer6 72. May 18 Kristof Provost git: c2c28c0fa2e4 - main - carp: fix unicast link-local 73. May 18 Kristof Provost git: 33ff01cebc02 - main - carp tests: test unicast carp via link-local addresses 74. May 18 Dmitry Chagin git: 38a137f41620 - main - linux(4): Move linux_debug decalration to linux_util.h 75. May 18 Dmitry Chagin git: dd2a6cd701ae - main - linux(4): Make ptrace_peekusr machine dependend 76. May 18 Dmitry Chagin git: 3d0addcd3519 - main - linux(4): Make ptrace_pokeusr machine dependent 77. May 18 Dmitry Chagin git: 1d76741520c0 - main - linux(4): Implement ptrace_pokeusr for x86_64 78. May 18 Warner Losh git: 6de1a005d4ca - main - traceroute.8: Document TOS as DiffServ and ECN 79. May 18 Peter Wemm git: e829181c6534 - main - libc: Update copyright text to match current templates. 80. May 18 Cheng Cui git: e5738ee04bf0 - main - Under RSS, assign a TCP flow's inp_flowid anyway.
81. May 18 Mateusz Guzik git: 6ba1be38f67d - main - proc: s/short/u_char for td_stopsched 82. May 18 Mateusz Guzik git: 9a19595cad92 - main - proc: s/short/int lock-related counters 83. May 18 Kristof Provost git: 0d574d8ba8b2 - main - pfsync tests: check for the correct IP address 84. May 18 Kristof Provost git: 6408d025cf34 - main - carp test: improve jail names for unicast_ll_v6 test 85. May 19 Alexander V. Chernikov git: 1377eb268a5a - main - netlink: add IPv4/IPv6 attribute writers using in[6]_addr instead of sockaddrs. 86. May 19 Kristof Provost git: f3546eacf0da - main - if_bridge: fix potential panic 87. May 19 Colin Percival git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG 88. May 19 Ed Maste git: f326a83c8570 - main - Cirrus-CI: switch to -lite LLVM package for native run 89. May 19 Hans Petter Selasky Re: git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG 90. May 19 Alexander Richardson Re: git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG 91. May 19 Randall Stewart git: ec6d620b197e - main - There are congestion control algorithms will that pull in srtt, and this can cause issues with rack. 92. May 19 Hans Petter Selasky Re: git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG 93. May 19 Baptiste Daroussin git: 31edf56b1571 - main - date: add -z output_zone option 94. May 19 Randall Stewart git: 72ae93825244 - main - Add a comment to the new tcp_get_srtt method to clarify that ticks are kept in a shifted form and need to be un-shi 95. May 20 Bjoern A. Zeeb git: 63231f4d5bae - main - net80211: Radiotap: update for defines 96. May 20 Bjoern A. Zeeb git: 6153bef9ec96 - main - LinuxKPI: netdevice: add dev_set_threaded() 97. May 20 Bjoern A. Zeeb git: 047298203fc3 - main - LinuxKPI: qcom: update qmi and mhi 98. May 20 Bjoern A. Zeeb git: 369264acf7d2 - main - LinuxKPI: skbuff: add skb_get_hash() 99. May 20 Bjoern A. Zeeb git: b7afaf8a411a - main - LinuxKPI: add further dummy header files 100. May 20 Alexander V. Chernikov git: a72b78905a3d - main - ifconfig: simplify carp vhid setup.
101. May 20 Alexander V. Chernikov git: 7eee0eaf1602 - main - netlink: automatically generate broadcast for IPv4 ifa if not set. 102. May 20 Bjoern A. Zeeb git: ae1e336e0517 - main - LinuxKPI: add put_unaligned_le16() and get_unaligned_be64() 103. May 20 Bjoern A. Zeeb git: 10aa369afd99 - main - fwget: simplify adding firmware images to pkg to install 104. May 20 Bjoern A. Zeeb git: 17cec33e750f - main - fwget: improve the pci base script 105. May 20 Bjoern A. Zeeb git: dd8a74e74d99 - main - fwget: add support for various WiFi NICs 106. May 20 Bjoern A. Zeeb git: 5138ffa87716 - main - fwget: remove logging redirects 107. May 20 Mateusz Guzik git: bbe62559c78f - main - rlimit: line up with other clean up in thread_reap_domain 108. May 20 Mateusz Guzik git: e0c86f5c2feb - main - td: line up with other clean up in thread_reap_domain 109. May 20 John Baldwin git: ac6dd012590e - main - netlink: Move an INET-only variable under #if. 110. May 20 John Baldwin git: c98146ae229c - main - cxgbe: Move ethofld_transmit under #ifdef INET || INET. 111. May 20 Enji Cooper git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns 112. May 20 Enji Cooper git: 902dc544cc58 - main - Revert "Require the OpenSSL 1.1 APIs when compiling ldns" 113. May 20 Ed Maste Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns 114. May 20 Rick Macklem Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns 115. May 20 Jessica Clarke Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns 116. May 20 Rick Macklem Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns


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