dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
February 2022 Archives by date
- Tue, 01 Feb 2022
- git: d958bc7963d4 - main - ktls: Try to enable TOE TLS after marking existing data not ready. John Baldwin
- git: d782385e9bc7 - main - tcp_ratelimit: Handle some edge cases with TLS + RL send tags. John Baldwin
- git: 53e938e408be - main - hyperv storvsc: Don't abuse struct sglist to hold virtual addresses. John Baldwin
- git: 6c9ed428284e - main - ggatec: Use ANSI C definition for init_initial_buffer_size. John Baldwin
- git: 58862c0bea66 - main - fstyp: Remove __packed from struct exfat_de_label. John Baldwin
- git: 54d34bfbdf08 - main - Introduce sys/kassert.h Konstantin Belousov
- git: f4cdb9d7c3f2 - main - vm/vm_pager.h: use sys/systm.h header Konstantin Belousov
- git: d950c5898a2d - main - vm/vm_extern.h, vm/vm_page.h: use sys/kassert.h Konstantin Belousov
- git: e11b2b69c5a1 - main - ffs_alloc.c: order includes alphabetically Konstantin Belousov
- git: c02780b78c7f - main - Add GB_NOWITNESS flag Konstantin Belousov
- git: 99aa3b731caa - main - ffs: lock buffers after snaplk with LK_NOWITNESS Konstantin Belousov
- git: d51b0786a2f6 - main - msdosfs_denode.c: some style Konstantin Belousov
- git: 303d3ae7e841 - main - ufs, msdosfs: do not record witness order when creating vnode Konstantin Belousov
- git: c363da4ae81b - main - Add the Arm SPE interrupt to acpidump Andrew Turner
- git: ee9d634bd3b9 - main - mlx5: normalize use of the opt_*.h files Konstantin Belousov
- git: 12c56d7dc488 - main - mlx5: idiomatic use of preprocessor, in particular paths Konstantin Belousov
- git: b984b95693e0 - main - mlx5en: normalize use of the opt_*.h files Konstantin Belousov
- git: 89918a2375cb - main - mlx5en: idiomatic use of preprocessor, in particular paths Konstantin Belousov
- git: 7060097908ea - main - mlx5ib: normalize use of the opt_*.h files Konstantin Belousov
- git: 028130b8e466 - main - mlx5ib: idiomatic use of preprocessor, in particular paths Konstantin Belousov
- git: 0f7b6e11c01d - main - mlx5en: Use a UMA cache zone for managing TLS send tags Konstantin Belousov
- git: 2d5e5a0d75b0 - main - mlx5en: Patch to inhibit transmit doorbell writes during packet reception. Hans Petter Selasky
- git: 788e9e74780e - main - mlx5: Remove support for FreeBSD 10 and older. Hans Petter Selasky
- git: a60f95342488 - main - mlx5en: Make the hw_lro parameter read only tunable. Hans Petter Selasky
- git: 27b778ae5537 - main - mlx5en: Implement dummy receive queue, RQ, for dropping packets. Hans Petter Selasky
- git: 4e40e984daa4 - main - mlx5en: Print error code when opening drop RQ fails. Hans Petter Selasky
- git: 03567b0dfa71 - main - mlx5en: Set channel pointer for drop receive queue. Hans Petter Selasky
- git: 7800af352ae3 - main - mlx5en: Set CQN in RQ parameters for drop RQ. Hans Petter Selasky
- git: 33a6a7a72abc - main - mlx5en: Make the receive packet indirection table, RQT, static instead of dynamic. Hans Petter Selasky
- git: 3a1bf85503f6 - main - mlx5en: Remove unused hardware TLS field. Hans Petter Selasky
- git: fad4b7d1f253 - main - mlx5en: Add missing TLS structure prototype. Hans Petter Selasky
- git: 75767cb88997 - main - mlx5en: Share DEK objects with TLS RX. Hans Petter Selasky
- git: 21228c67ab10 - main - mlx5en: Implement helper functions to open and close TLS TIR context. Hans Petter Selasky
- git: 694263572f1b - main - mlx5en: Implement support for internal queues, IQ. Hans Petter Selasky
- git: 6176a5e338f3 - main - mlx5en: Fix inverted logical assignment. Hans Petter Selasky
- git: 9680b1ba71e4 - main - mlx5en: Only delete installed VxLAN rules. Hans Petter Selasky
- git: 1c407d049426 - main - mlx5: Properly define the reg_umr_sq networking offload capability bit. Hans Petter Selasky
- git: 266c81aae38a - main - mlx5/mlx5en: Add SQ remap support Hans Petter Selasky
- git: 06c2bd1872d6 - main - mlx5en: Force all packets through the indirection table. Hans Petter Selasky
- git: aabca1034c74 - main - mlx5en: Properly account for no-checksum on tunneled packets. Hans Petter Selasky
- git: a8e715d21b96 - main - mlx5en: Add race protection for SQ remap Hans Petter Selasky
- git: e059c120b422 - main - mlx5en: Create and destroy all flow tables and rules when the network interface attaches and detaches. Hans Petter Selasky
- git: 0ee1b09eaa99 - main - mlx5: Implement offloads flowtable namespace. Hans Petter Selasky
- git: 2c0ade806aa7 - main - mlx5: Implement flow steering helper functions for TCP sockets. Hans Petter Selasky
- git: 001106f80770 - main - mlx5en: Create flowtables in correct order. Hans Petter Selasky
- git: 5381f936473b - main - mlx5en: Create TIRs before flowtables. Hans Petter Selasky
- git: c1b76119cbf9 - main - mlx5: Implement mlx5_nic_vport_update_local_lb() Hans Petter Selasky
- git: ea00d7e8cab9 - main - mlx5: Add raw ethernet local loopback support. Hans Petter Selasky
- git: 8e332232a5ac - main - mlx5en: Implement one RQT object per channel. Hans Petter Selasky
- git: e6d7ac1d03d1 - main - mlx5core: Set driver version into firmware. Hans Petter Selasky
- git: 84d7b8e75f25 - main - mlx5en: Implement TLS RX support. Hans Petter Selasky
- git: 4daa31c10867 - main - pflog: align header to 4 bytes, not 8 Kristof Provost
- git: 792df7ced212 - main - improve casting for pointer diffs Wolfram Schneider
- Re: git: 792df7ced212 - main - improve casting for pointer diffs John Baldwin
- git: 8a67a1a9646e - main - <sys/bitstring.h>: Cast _BITSTR_BITS to int in a ternary operator. John Baldwin
- git: 93e28d6e89e9 - main - tcp: LRO code to deal with all 12 TCP header flags Richard Scheffenegger
- git: e6ee2b650672 - main - riscv: add ALT_BREAK_TO_DEBUGGER to GENERIC Mitchell Horne
- git: 4e1bc961bb44 - main - arm64, riscv: handle RB_KDB Mitchell Horne
- git: aa7208254996 - main - OpenSSL: Fix the same BIO_FLAGS macro definition John Baldwin
- Re: git: 91f44749c6fe - main - ifnet: make if_index global Gleb Smirnoff
- Re: git: 91f44749c6fe - main - ifnet: make if_index global Gleb Smirnoff
- git: 978c7e224719 - main - tests/sys/ses: Use ANSI C definition for has_ses. John Baldwin
- Wed, 02 Feb 2022
- git: 445ecc480c48 - main - ipfilter: Correct a typo in a comment Cy Schubert
- git: 77223d98b6f8 - main - ip_mroute: refactor epoch-basd locking Wojciech Macek
- git: 4cf9f5d807a7 - main - vm_object: restore handling of shadow_count for all type of objects Konstantin Belousov
- git: 0b8643eaf6e7 - main - vmmeter(): Fix detection of the named swap objects Konstantin Belousov
- git: e7c544216282 - main - amd64: micro-optimize vptopte()/vtopde() further Konstantin Belousov
- git: a88e1a04df8b - main - usb(4): Ignore port resume failures. Hans Petter Selasky
- git: 658a47d1ef6a - main - contrib/terminus: update to terminus-font-4.49.1 Toomas Soome
- Re: git: 91f44749c6fe - main - ifnet: make if_index global Gleb Smirnoff
- git: 21a37c3cc610 - main - Exclude DEBUG_VFS_LOCKS from non-debug kernel configs Konstantin Belousov
- git: 5f64777a4fe3 - main - sockstat: add -i to display inp_gencnt Michael Tuexen
- git: 6ad26abca538 - main - sockstat: fix usage string Michael Tuexen
- git: 8bd5e2f15cc9 - main - stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34. John Baldwin
- git: 63b7c2df8ec4 - main - Disable -Wunused-function for {ed,x}25519_ref10.c in libsodium. John Baldwin
- git: 356deeb2e7f6 - main - kyua/qemu: When running in qemu, don't teset sendfile Warner Losh
- git: 034755623d3d - main - stand: Fix kboot issue on powerpc64 with MK_LIB32=yes Warner Losh
- git: 03f6e1820683 - main - Makefile.libcompat: Sort Warner Losh
- git: e2fe58d61b7c - main - nfsd: Allow file owners to perform Open(Delegate_cur) Rick Macklem
- Thu, 03 Feb 2022
- git: aaa6fa65a6a0 - main - libc/locale/xlocale.c: minor style Konstantin Belousov
- git: fcdf9d7de536 - main - xlocale.c:init_key(): do not ignore errors from pthread_key_create() Konstantin Belousov
- git: b68522308d1e - main - xlocale.c: check for allocation failure Konstantin Belousov
- git: 7bf532c9d447 - main - xlocale.c: only call init_key() when locale was successfully allocated Konstantin Belousov
- git: a8be0611674e - main - libc/locale/collate.c: minor style Konstantin Belousov
- git: b8ad908ad98a - main - __collate_load(): check for calloc failure Konstantin Belousov
- git: 5b7e92d48fbc - main - libc/locale/lmessages.c: minor style Konstantin Belousov
- git: bc9ce839f981 - main - __messages_load(): check for calloc() failure Konstantin Belousov
- git: 0fed1e6f1831 - main - libc/locale/lmonetary.c: minor style Konstantin Belousov
- git: 4d3b84f67c2e - main - __monetary_load(): check for calloc() failure Konstantin Belousov
- git: 1aa669c5f9c2 - main - libc/locale/lnumeric.c: minor style Konstantin Belousov
- git: 87151b60e069 - main - __numeric_load(): check for calloc() failure Konstantin Belousov
- git: ef061a2e2978 - main - __ctype_load(): check for calloc() failure Konstantin Belousov
- git: 0cd8f3e958a5 - main - unionfs: fix assertion order in unionfs_lock() Jason A. Harmening
- git: 6ff167aa427c - main - unionfs: allow lock recursion when reclaiming the root vnode Jason A. Harmening
- git: 83d61d5b7300 - main - unionfs: do not force LK_NOWAIT if VI_OWEINACT is set Jason A. Harmening
- git: e30fceb89b7e - main - mps: Use 64-bit chain structures Warner Losh
- git: 656194f1409b - main - stress2: Finish work on a unionfs test scenario. Enable three unionfs tests Peter Holm
- git: 8d72c409cd85 - main - stress2: Fix "set but not used [-Wunused-but-set-variable]" warnings Peter Holm
- git: 3b3c08c13586 - main - tcp: cleanup functions related to socket option handling Michael Tuexen
- git: d51c80351fda - main - rack: fix compilation and small cleanup Michael Tuexen
- git: b84ed4e7f626 - main - filemon: Reject FILEMON_SET_FD commands when the fd is a kqueue Mark Johnston
- git: 03399cd6e04e - main - filemon.4: Document FILEMON_SET_FD errors and refine wording a bit Mark Johnston
- git: 1ebf46075872 - main - tcp: Access all 12 TCP header flags via inline function Richard Scheffenegger
- git: f026275e26d0 - main - tcp: set IP ECN header codepoint properly Richard Scheffenegger
- git: 642701abc835 - main - kern: harvest entropy from callouts Kyle Evans
- git: 1a8d8a3a909f - main - CTL: Fix mode page trucation on HA synchronization. Alexander Motin
- git: 12af59c2cf8d - main - mlx5ib: Add missing auto generated header file to Makefile. Hans Petter Selasky
- git: 5d4a348d0b8e - main - ipfilter: Fix indentation error Cy Schubert
- git: c830e929247d - main - mlx5ib: Fix whitespace. Hans Petter Selasky
- git: 39a30a8097cf - main - better printf(3) format usage Wolfram Schneider
- git: d43255b50c2b - main - remove dead code Wolfram Schneider
- git: 87c5d39f77bc - main - iwlwifi: Disable -Wformat when building with GCC. John Baldwin
- git: 529575be27c1 - main - lnumeric.c: replace some space*8 by tabs Konstantin Belousov
- git: ea07ba11700f - main - sys/arm64/iommu/iommu_pmap.c readd sys/systm.h Jesper Schmitz Mouridsen
- git: 3b0ee680507a - main - tcp: Prevent setting of ECN bits with setsockopt() Richard Scheffenegger
- git: fd723975ec72 - main - tcp: fix typo in commit f026275e26d0071ac3dee98526e8b9bcad58f0fa Richard Scheffenegger
- git: 3b248a211382 - main - APEI: Make sure event data fit into the buffer. Alexander Motin
- git: aa4736459ee2 - main - powerpc/atomic: Fix atomic_testand_*_long on powerpc64 Justin Hibbits
- git: 8e9740b62e95 - main - rtsx: Convert driver to use the mmc_sim interface Jung-uk Kim
- git: 7e5933b33301 - main - rtsx: Prefer __FreeBSD_version over __FreeBSD__ Jung-uk Kim
- git: ec1f122b56f9 - main - rtsx: Add CTLFLAG_STATS flag for read and write counters Jung-uk Kim
- git: 1e800a593445 - main - rtsx: Do not display pci_read_config() errors during rtsx_init() Jung-uk Kim
- git: ad494d3b2d4d - main - rtsx: Update driver version number to 2.1c Jung-uk Kim
- Fri, 04 Feb 2022
- git: 29332c0dcee1 - main - qcom_mdio: add initial IPQ4018 MDIO support Adrian Chadd
- git: b509e538967b - main - dts: add IPQ4018/IPQ4019 ethernet MAC and ethernet switch definitions Adrian Chadd
- git: e388de98bd02 - main - ar40xx_switch: add initial switch for the IPQ4018/IPQ4019. Adrian Chadd
- git: cd7306bb1fd1 - main - ip_mroute: split mrouter interface deactivation and if_free Wojciech Macek
- git: 664640ba6ccd - main - Sort the names of the arm64 debug registers Andrew Turner
- git: cbf999e75d61 - main - x86 atomic.h: cleanup comments for preprocessor directives Konstantin Belousov
- git: 9c0b759bf9b5 - main - x86 atomics: use lock prefix unconditionally Konstantin Belousov
- git: 9596b349bb57 - main - x86 atomic.h: remove obsoleted comment Konstantin Belousov
- Re: git: 66c5fbca7719 - main - insmntque1(): remove useless arguments Renato Botelho
- Re: git: 66c5fbca7719 - main - insmntque1(): remove useless arguments Konstantin Belousov
- git: e11ad014d146 - main - libc: return partial sysctl() result if buffer is too small Stefan Eßer
- git: 867b4decb4d5 - main - lindebugfs: Fix write Emmanuel Vadot
- git: 96fe7c8ab0f6 - main - compiler-rt: support ReExec() on FreeBSD Ed Maste
- git: 930a7c2ac67e - main - compiler-rt: re-exec with ASLR disabled when necessary Ed Maste
- git: c0bfa109b942 - main - Have fsck_ffs(8) properly correct superblock check-hash failures. Kirk McKusick
- git: 504cb544e2c3 - main - Fix parameter to sysctlnametomib(); Kirk McKusick
- git: 9583be047bed - main - Properly fix parameter to sysctlnametomib(). Kirk McKusick
- git: 7510633e76cf - main - style(9): Default to omitting $FreeBSD$ Warner Losh
- git: c454c5716357 - main - whereis: fix fetching of user.cs_path sysctl variable Stefan Eßer
- git: d088dc76e1a6 - main - Fix NFS exports of FUSE file systems for big directories Alan Somers
- git: 4a6526d84a56 - main - fusefs: optimize NFS readdir for FUSE_NO_OPENDIR_SUPPORT Alan Somers
- git: 00134a07898f - main - fusefs: require FUSE_NO_OPENDIR_SUPPORT for NFS exporting Alan Somers
- git: 74fea8eb4fee - main - cxgbei: Rework parsing of pre-offload PDUs. John Baldwin
- Sat, 05 Feb 2022
- git: ffe74ab77f23 - main - bsd.compat.mk: A few cosmetic fixes. John Baldwin
- git: 6bea696af25c - main - linux_copyout_strings: Use PROC_PS_STRINGS(). John Baldwin
- git: bca92be68309 - main - Remove more quotes around Makefile .error/.warn/.info strings. John Baldwin
- git: 0c424c90eaa6 - main - tcp: move ECN handling code to a common file Richard Scheffenegger
- git: 18ed2ce77a25 - main - fusefs: fix the build without INVARIANTS after 00134a07898 Alan Somers
- git: dbc7364b1840 - main - elfctl: update man page example for 'no' prefix Ed Maste
- git: 7994ef3c394d - main - Revert "tcp: move ECN handling code to a common file" Richard Scheffenegger
- git: 6981ec8bdff0 - main - update external URLs Wolfram Schneider
- git: a6c20ddd4a9e - main - switch from short to int for lookup table Wolfram Schneider
- git: 28e0b888fe52 - main - stress2: Fix compiler warnings Peter Holm
- git: c126924c8c2f - main - update external URL Wolfram Schneider
- git: 1c7a40d268e7 - main - update external URL Wolfram Schneider
- git: 153dd4ba03cf - main - fix URL typo Wolfram Schneider
- git: 610b97ebaa91 - main - update external URL Wolfram Schneider
- git: b21826bf15f7 - main - pf: deal with tables gaining or losing counters Kristof Provost
- git: 109418996514 - main - pf tests: Test adding counters to an existing table Kristof Provost
- git: 34478b73bf18 - main - pf tests: Only do post-test logging when specifically enabled Kristof Provost
- git: 9535d9f104d8 - main - libc: add helper furnction to set sysctl() user.* variables Stefan Eßer
- git: f7220c486c1b - main - tcp: move ECN handling code to a common file Richard Scheffenegger
- Re: git: 0c424c90eaa6 - main - tcp: move ECN handling code to a common file Gleb Smirnoff
- RE: git: 0c424c90eaa6 - main - tcp: move ECN handling code to a common file Scheffenegger, Richard
- git: fc035df8af32 - main - if_vtnet(4): Restore the ability to set promisc mode. Aleksandr Fedorov
- git: 1790549d801f - main - tcp: use TCPSTAT_INC in kernel ecn functions Richard Scheffenegger
- Re: git: 1790549d801f - main - tcp: use TCPSTAT_INC in kernel ecn functions Gleb Smirnoff
- git: c918f50f8bdf - main - update external URL Wolfram Schneider
- git: 83e6667726de - main - update external URL Wolfram Schneider
- git: 179a53bb91b1 - main - update external URL Wolfram Schneider
- git: a0e33bbdc528 - main - update URL Wolfram Schneider
- git: a9fd00a8b495 - main - update URL Wolfram Schneider
- git: ec1e597a3c81 - main - update external URL Wolfram Schneider
- git: 7e18e86d8c05 - main - remove defunct National Semiconductor URL Wolfram Schneider
- git: f80a9407e4a5 - main - update external URL Wolfram Schneider
- git: 8799e12ebc37 - main - update external URL Wolfram Schneider
- git: 1f9aaf18b1d7 - main - update external URL Wolfram Schneider
- git: 0e39bc2c1471 - main - remove defunct Ralink Technology URL Wolfram Schneider
- git: 08915d6ad5e3 - main - remove defunct Sundance URL Wolfram Schneider
- git: 4aa85205a512 - main - update external URL Wolfram Schneider
- git: b2dfb50f3f38 - main - update external URL Wolfram Schneider
- git: b5a38d1f2479 - main - update external URL Wolfram Schneider
- git: e515b9b44c20 - main - update external URL Wolfram Schneider
- git: 9f45a3c8c82f - main - Merge bmake-20220204 Simon J. Gerraty
- git: 6598559fdf0c - main - Update to bmake-20220204 Simon J. Gerraty
- git: c999e3481d93 - main - dmesg: detect wrapped msgbuf on the kernel side and if so, skip first line Gleb Smirnoff
- git: 00698711dee1 - main - vendor/bc: import release 5.2.2 Stefan Eßer
- Sun, 06 Feb 2022
- git: 0af463e6619c - main - ffs_read(): lock buffers after snaplk with LK_NOWITNESS Konstantin Belousov
- git: d21e71efce39 - main - dma: use canonical getline() loop Ed Maste
- git: 42cf33dd1a8d - main - Add new USB host controller PCI ID's. Hans Petter Selasky
- git: ceaf442ff236 - main - if_vxlan(4): Allow netmap_generic to intercept RX packets. Aleksandr Fedorov
- git: ecc467ebad06 - main - ipsec(4): Fix a few typos in error messages Gordon Bergling
- git: bc9432d0e701 - main - xen(4): Fix a common typo in a source code comments Gordon Bergling
- git: f32dd4d58a71 - main - cam(4): Fix a few typos in source code comments Gordon Bergling
- git: 164fa411b924 - main - makefs(8): Fix a few typos in source code comments Gordon Bergling
- git: 64b3bcc6bd74 - main - moused(8): Fix a common typo in source code comments Gordon Bergling
- git: 8ea3ceda7644 - main - fs: fix a few common typos in source code comments Gordon Bergling
- git: d310bf3867b4 - main - Fix too small hostname buffer in bootparamd Dimitry Andric
- git: e17fede8ff46 - main - Fix too small sscanf output buffers in kbdmap Dimitry Andric
- Re: git: e17fede8ff46 - main - Fix too small sscanf output buffers in kbdmap Shawn Webb
- git: c9cabf9aa6fe - main - Explicitly include semaphore.h for struct _sem in fusefs setattr test Dimitry Andric
- git: a9bee9c77a82 - main - kern_racct: Fix a typo in a source code comment Gordon Bergling
- git: 5a78ec9e7c3f - main - kern_fflock: Fix a typo in a source code comment Gordon Bergling
- git: b6724f7004cd - main - tegra: Fix a common typo in source code comments Gordon Bergling
- Re: git: e17fede8ff46 - main - Fix too small sscanf output buffers in kbdmap Dimitry Andric
- Mon, 07 Feb 2022
- Re: git: 9dc70af83e59 - main - stand/uboot: reorg Kyle Evans
- Re: git: 9dc70af83e59 - main - stand/uboot: reorg Warner Losh
- Re: git: 9dc70af83e59 - main - stand/uboot: reorg Mark Millard
- Re: git: 9dc70af83e59 - main - stand/uboot: reorg Warner Losh
- git: 759ae58c0049 - main - xen/grant-table: remove explicit linear mapping additions Roger Pau Monné
- git: b6da4ec609ce - main - xen: remove leftover bits missed in commit ac3ede5371 Roger Pau Monné
- git: 3a9fd8242b35 - main - xen: import Xen 4.16 public headers in sys/contrib/ Roger Pau Monné
- git: ad7dd5149910 - main - xen: switch to use headers in contrib Roger Pau Monné
- git: 476438e81f1e - main - xen: remove public headers in sys/xen/interface Roger Pau Monné
- git: a9696510f5ca - main - tcp: Add hystart++ to our cubic implementation. Randall Stewart
- git: 67dc576bae6e - main - Fix the signal code on 32-bit breakpoints on arm64 Andrew Turner
- git: ab001fcdf22d - main - tcp: Apply tcp flags after ECN processing in rack_fast_output() Richard Scheffenegger
- git: 407391740865 - main - strftime.3: Fix a typo and use St for standards Mateusz Piotrowski
- git: 31cf95cec738 - main - Stop single stepping in signal handers on arm64 Andrew Turner
- git: 1c21bfb1b1a3 - main - Apply fix for ThreadSanitizer false positive data race reports Dimitry Andric
- git: 379797d4b486 - main - usb(4): Belatedly add a PCI device ID for AMD Bolton chipset Jung-uk Kim
- git: c9e023541aef - main - pbuf_ctor(): lock the buffer with LK_NOWAIT Robert Wing
- git: 949e3959669f - main - Trim duplicate code for copying in iovecs for PT_[GS]ETREGSET. John Baldwin
- git: 27e64c99e4d6 - main - stand/uboot: Fix building of ubldr.bin Warner Losh
- git: c00673ea1eed - main - nanobsd: Stop copying ubldr Warner Losh
- git: 4e46c6fb35b3 - main - release: Don't install ubldr.bin Warner Losh
- git: c227269e2f9d - main - Stop adding -Wredundant-decls to CWARNFLAGS. John Baldwin
- git: a3d71fffa786 - main - cfiscsi_done: Free the dummy PDU earlier. John Baldwin
- git: 3ec0dc367bff - main - kern_ntptime.c: Remove ntp_init() Warner Losh
- git: 7043ca9140d2 - main - linuxkpi: Add parentheses to pacify -Wparentheses warnings from GCC. John Baldwin
- git: d167318506a6 - main - systat/iostat: Use bools for numbers and kbpt Warner Losh
- git: 5e8e3020872b - main - systat: Eliminate write-only unit variable Warner Losh
- git: 3f3e4f3c7472 - main - dummynet: don't use per-vnet locks to protect global data. Kristof Provost
- git: 64269786170f - main - Extend the VMM stats interface to support a dynamic count of statistics. John Baldwin
- git: e85af89fa761 - main - Add more USB host controller PCI ID's. Hans Petter Selasky
- Tue, 08 Feb 2022
- git: fd8f61d6e970 - main - cxgbei: Dispatch sent PDUs to the NIC asynchronously. John Baldwin
- git: 511b83b167b0 - main - cxgbei: Replace worker thread pools with per-connection kthreads. John Baldwin
- git: 47ded797ce96 - main - netinet: simplify RSS ifdef statements Kevin Bowling
- git: 675758f7c269 - main - stress2: Updated test with problem found and mark it as a "no run" Peter Holm
- git: 2ec9a427c850 - main - src.conf: regenerate Piotr Kubaj
- git: 745f30641cc4 - main - release.7: Drop obsolete notes about old versions of mkimg Mark Johnston
- git: 927aa5fefd4c - main - bhyve: Fix getaddrinfo() error handling Mark Johnston
- git: 300cfb96fc22 - main - file: Make fget*() and getvnode*() consistent about initializing *fpp Mark Johnston
- git: 5de79eeddb9d - main - ktls: Disallow transmitting empty frames outside of TLS 1.0/CBC mode Mark Johnston
- git: c862d5f2a789 - main - riscv: Fix a race in pmap_pinit() Mark Johnston
- git: 14a15342bbc8 - main - Remove device lio from i386's LINT-NOIP Dimitry Andric
- git: a1f9326607de - main - libc binuptime(): use the right function to get the most significant bit index Konstantin Belousov
- git: 7d8a4eb943a9 - main - tty_info: Avoid warning by using logical instead of bitwise operators Dimitry Andric
- git: 5f2aca839400 - main - Disable clang 14 warning about bitwise operators in zstd Dimitry Andric
- git: fd7daa727126 - main - tcp: make tcp_ctloutput_set() non-static Michael Tuexen
- Re: git: 930a7c2ac67e - main - compiler-rt: re-exec with ASLR disabled when necessary Kubilay Kocak
- Wed, 09 Feb 2022
- git: 5ae6cc00111c - main - test-includes: Simplify $OBJDIR requirements Warner Losh
- git: d68224c2bdc4 - main - powerpc64le: enable CXGBETOOL and MLX5TOOL Piotr Kubaj
- git: ff5025d10450 - main - src.conf: regenerate Piotr Kubaj
- Re: git: 930a7c2ac67e - main - compiler-rt: re-exec with ASLR disabled when necessary Ed Maste
- git: d940e9412148 - main - bmake: make opt-debug-x-trace broken on Linux Ed Maste
- git: 06296f77c5bc - main - vt: fix splash_cpu logos use of vd_drawrect Ed Maste
- git: ca77b6ff3136 - main - cron.8: Add periodic(8) to See Also Mateusz Piotrowski
- git: 7bf31432fd03 - main - ocs_fc: Fix a possible Null pointer dereference Ram Kishore Vegesna
- git: 528c76492402 - main - tcp: fix compliation when KERN_TLS is not defined Michael Tuexen
- git: a35bdd4489b9 - main - tcp: add sysctl interface for setting socket options Michael Tuexen
- git: edfb339d3868 - main - bhyve/snapshot: switch to nvlist for snapshot requests Robert Wing
- git: a6f0e10b24b6 - main - Merge bmake-20220208 Simon J. Gerraty
- git: 881631a2a371 - main - usr.sbin: add tcpsso Michael Tuexen
- git: d73d40c17f89 - main - usr.sbin: add tcpsso to Makefile Michael Tuexen
- git: ec81497cc726 - main - crunchgen: remove -dc from linker invocation Ed Maste
- git: a0aeb1cef53b - main - in_pcb.c: fix compilation of an IPv4 only configuration Michael Tuexen
- git: b27e6e91d0ad - main - ng pppoe(4): Add the required NET_EPOCH section to the hook disconnection function. Aleksandr Fedorov
- git: d24e064aaf57 - main - tcpsso: fix typo in man page Michael Tuexen
- git: c04506fd4cc8 - main - pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste. Alexander Motin
- git: 8d64b4b4c450 - main - cleanup of rack variables. Randall Stewart
- git: cc41c17433a4 - main - opps my patch lost the removal of the tlp_threshold counter increments Randall Stewart
- git: 98d59d2e0d8c - main - snd_hda: Add some ATI HDMI codec IDs. Alexander Motin
- git: 489d7a8528ca - main - Enable -Wdate-time warning Ed Maste
- git: af7d105379a6 - main - sysctlbyname(): restore access to user variables Stefan Eßer
- git: 3090d5045a1e - main - Fix non-printable characters in NVMe model and serial numbers. Kenneth D. Merry
- git: 17a56f3fabdf - main - nfsd: Reply NFSERR_SEQMISORDERED for bogus seqid argument Rick Macklem
- git: 833a452e9f08 - main - libarchive: import changes from upstream Martin Matuska
- Thu, 10 Feb 2022
- git: 8dc42f980473 - main - Invert CPU arch test for LLDB default Ed Maste
- git: f339a3ef6369 - main - dtrace: remove unnecessary fflush() Chuck Silvers
- git: b9c92d631cfb - main - Annotate geom_md with MODULE_VERSION Kyle Evans
- Re: git: b9c92d631cfb - main - Annotate geom_md with MODULE_VERSION Kyle Evans
- git: 80212a36a396 - main - tcpsso.8: Add a history section to the manpage Gordon Bergling
- git: 04f407a3e5e7 - main - mlx5en: Make sure the NIC IP addresses are written to firmware on link up. Hans Petter Selasky
- git: a30f71704efe - main - mlx5ib: Add support for parsing udata in mlx5_ib_create_flow(). Hans Petter Selasky
- git: 79f5d19890c3 - main - kldxref: add R_PPC_ADDR32 handler Alfredo Dal'Ava Junior
- Re: git: f339a3ef6369 - main - dtrace: remove unnecessary fflush() Mateusz Piotrowski
- git: b51927b7b018 - main - Revert "vm_pageout_scans: correct detection of active object" Konstantin Belousov
- git: 6db44b0158c3 - main - Fix gzip compressed core dumps on big endian architectures Justin Hibbits
- git: 3f169c54ab8e - main - tcp: Add/update AccECN related statistics and numbers Richard Scheffenegger
- git: 946585179dc4 - main - lsvfs: restyle, no functional change Kyle Evans
- git: c00d34566536 - main - Install unwind.h into /usr/include Dimitry Andric
- git: 2e4311906d8c - main - libctf: Use ctf_type_t instead of struct ctf_type Mark Johnston
- git: 74f7afdfd2f5 - main - Disable clang 14 warning about bitwise operators in one more place Dimitry Andric
- Re: git: f339a3ef6369 - main - dtrace: remove unnecessary fflush() Chuck Silvers
- git: 0853415963c0 - main - nanobsd: Recursively copy fat partition Warner Losh
- git: c96f70e7ac54 - main - rc: Remove extra whitespace Warner Losh
- git: cb51e2bc3db7 - main - rc: Allow the removal of firstboot_sentinel on read-only file systems Warner Losh
- git: f0fd4a32c4f7 - main - bin/df: allow -t option to be used together with -l Stefan Eßer
- git: b4f60fab5d3f - main - tcp: Avoid conditionally defined fields in union lro_address Mark Johnston
- git: 7db423d69273 - main - libctf: Rip out CTFv1 support Mark Johnston
- git: 7be9a3b45356 - main - ctfconvert: Rip out STABS support Mark Johnston
- git: bbf4df172206 - main - libthr: Disable stack unwinding on ARM. John Baldwin
- git: 974efbb3d5c0 - main - unionfs: fix typo in comment Jason A. Harmening
- git: 3988ca5aabb2 - main - aarch64: Add static asssert for context size Warner Losh
- git: 0c988f92dc47 - main - arm: Add static asssert for context size Warner Losh
- git: d4f495fbf88f - main - i386: Add static asssert for context size Warner Losh
- git: 690601f0b4c3 - main - amd64: Add static asssert for context size Warner Losh
- git: 6e48e160ae93 - main - powerpc: Add static asssert for context size Warner Losh
- git: 0987dc5be54b - main - riscv: Add static asssert for context size Warner Losh
- git: 4bcc7a5f6b3f - main - lsvfs: one last style nit missed in 946585179dc4 Kyle Evans
- Fri, 11 Feb 2022
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Andrew Gallatin
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Andriy Gapon
- git: f0000eb41d30 - main - stress2: Added a regression test PR: 261707 Peter Holm
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Kristof Provost
- Re: git: f339a3ef6369 - main - dtrace: remove unnecessary fflush() Mateusz Piotrowski
- git: 8a0cb04df4ff - main - Add lim_cowsync, similar to crcowsync Mateusz Guzik
- git: 32114b639fa1 - main - Add PROC_COW_CHANGECOUNT and thread_cow_synced Mateusz Guzik
- git: 93288e2445fe - main - Employ thread_cow_synced in setrlimit Mateusz Guzik
- git: f40dd6c8034b - main - tty: switch ttyhook_register to use fget_cap_locked Mateusz Guzik
- git: b937908e41d7 - main - fd: split fget_cap depending on CAPABILITIES Mateusz Guzik
- git: 62849eef5b57 - main - fd: split fget_unlocked_seq depending on CAPABILITIES Mateusz Guzik
- git: 45bb8beacc2f - main - fd: elide one acquire fence in fget_unlocked_seq Mateusz Guzik
- git: 513c7a6e0cd8 - main - fd: make fget_unlocked take a thread argument Mateusz Guzik
- git: 611470a51560 - main - cache: remove NOCACHE handling from cache_fplookup_noentry Mateusz Guzik
- git: 1d65a9b47eab - main - cache: improve vnode vs name assertion in cache_enter_time Mateusz Guzik
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Drew Gallatin
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Drew Gallatin
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Kristof Provost
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Renato Botelho
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Drew Gallatin
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Renato Botelho
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Renato Botelho
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Renato Botelho
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Drew Gallatin
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Renato Botelho
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Drew Gallatin
- git: ea9a92d21007 - main - Makefile.inc1: synthesize PKG_ABI from newvers.sh variables Ed Maste
- Re: git: 32114b639fa1 - main - Add PROC_COW_CHANGECOUNT and thread_cow_synced Konstantin Belousov
- git: 55abf23dd36b - main - rtld: make token substitution table-driven Konstantin Belousov
- git: b1b517412342 - main - rtld: Add ${TOKEN} aliases to $TOKEN Konstantin Belousov
- git: d4b0fa45dc15 - main - ucred.9: fix typo Konstantin Belousov
- git: 3e65b7d94dfc - main - cleankernel: A target to delete the kernel compile file Warner Losh
- Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig Alexander V. Chernikov
- git: 13916064fc39 - main - rescue: Link with -lncursesw instead of -lncursesw_real. John Baldwin
- git: b0c1600a8c42 - main - linuxkpi xarray: Correct expression in assertion. John Baldwin
- git: fd8d4e53bc2a - main - vdso linker scripts: explicitly specify output arch and target Konstantin Belousov
- git: cd0525f615fe - main - ktls: Write-lock the INP when changing a transmit TLS session. John Baldwin
- Sat, 12 Feb 2022
- git: dba02df30d53 - main - Cast pointer to uintptr_t to avoid alignment warnings. John Baldwin
- git: 39a36707bd33 - main - cxgbe(4): Avoid unsafe hardware access in the ifmedia ioctls. Navdeep Parhar
- git: 98839c40c74a - main - better unique file names Wolfram Schneider
- git: acfb506b3d00 - main - newvers.sh: allow multiple -V args in one invocation Ed Maste
- git: 0b6a34acda42 - main - [skip ci] fusefs: delete a stray comment from 91972cfcddf Alan Somers
- git: 08c7dc7fd473 - main - cxgbe(4): Fix illegal hardware access in cxgbe_refresh_stats. Navdeep Parhar
- Re: git: 32114b639fa1 - main - Add PROC_COW_CHANGECOUNT and thread_cow_synced Mateusz Guzik
- Re: git: 32114b639fa1 - main - Add PROC_COW_CHANGECOUNT and thread_cow_synced Konstantin Belousov
- Re: git: 32114b639fa1 - main - Add PROC_COW_CHANGECOUNT and thread_cow_synced Mateusz Guzik
- git: e01e8f911b93 - main - freebsd-update: improve BE creation feature Kyle Evans
- Sun, 13 Feb 2022
- git: 70e9f880d88e - main - iscsi: address unused-but-set-variable warning Richard Scheffenegger
- git: 6fbbb4806322 - main - stress2: Added a tool to zero out a superblock check hash. Peter Holm
- git: 91f821f8e429 - main - stress2: Add a fsck_ffs regression test scenario Peter Holm
- git: 29ee49f66bb1 - main - thread: remove dead store from thread_cow_update Mateusz Guzik
- git: b53133a7789b - main - proc: load/store p_cowgen using atomic primitives Mateusz Guzik
- git: 4103c3cd5b8d - main - fd: drop volatile keyword from refcounts Mateusz Guzik
- git: 893d20c95ade - main - fd: move fd table sizing out of fdinit Mateusz Guzik
- git: 809f3121be66 - main - fd: assign fd_freefile early when copying Mateusz Guzik
- git: 60b699f99c81 - main - fd: add FILEDESC_FOREACH_{FDE,FP} Mateusz Guzik
- git: 5c3102506014 - main - fd: use FILEDESC_FOREACH_{FDE,FP} where appropriate Mateusz Guzik
- git: 6aa246e605b9 - main - vfs: convert vnsz2log to a macro Mateusz Guzik
- git: 09d0a0fbe859 - main - bwi: Fix clang 14 warning about possible unaligned access Dimitry Andric
- git: 93885bb04182 - main - Better help message if locate database does not exists Wolfram Schneider
- Re: git: 93885bb04182 - main - Better help message if locate database does not exists Jessica Clarke
- git: ec042f46e9bb - main - Add support for module_verbose Simon J. Gerraty
- Re: git: 32114b639fa1 - main - Add PROC_COW_CHANGECOUNT and thread_cow_synced Konstantin Belousov
- Mon, 14 Feb 2022
- git: 232d323ef227 - main - TCP syncache: enhance KASSERT output Bjoern A. Zeeb
- git: 2e818fbcfc03 - main - LinuxKPI: add get_unaligned_le16() Bjoern A. Zeeb
- git: d17b78aa142d - main - LinuxKPI: add __ffs64() Bjoern A. Zeeb
- git: e5b95b220135 - main - LinuxKPI: add sizeof_field() Bjoern A. Zeeb
- git: 8f33ad3cf536 - main - LinuxKPI: add more errno Bjoern A. Zeeb
- git: 3cd6d6ff527a - main - LinuxKPI: add eth_random_addr() and device_get_mac_address() Bjoern A. Zeeb
- git: 0c37ffda799a - main - LinuxKPI: add an initial ethtool.h Bjoern A. Zeeb
- git: c840d5cec260 - main - LinuxKPI: add kstrtoint_from_user() and DECLARE_FLEX_ARRAY() Bjoern A. Zeeb
- git: 85d61bd872a0 - main - LinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h Bjoern A. Zeeb
- git: a4529c46d4ee - main - LinuxKPI; add the beginning of a tracepoint.h implementation Bjoern A. Zeeb
- Re: git: 32114b639fa1 - main - Add PROC_COW_CHANGECOUNT and thread_cow_synced Mateusz Guzik
- git: eaf3c3af9c88 - main - cpuset.9: add description of CPU_ISSET() Stefan Eßer
- git: 893be9d8ac16 - main - sleepqueue: Address a lock order reversal Mark Johnston
- git: 852ff943b9c2 - main - sleepqueue: Annotate sleepq_max_depth as static Mark Johnston
- git: c7cd607a4e28 - main - msdosfs: Fix mounting when the device sector size is >512B Mark Johnston
- git: 99589993ceb5 - main - git-arc: Fix review title matching Mark Johnston
- git: abf5bff71d38 - main - dhclient: support VID 0 (no vlan) decapsulation Mark Johnston
- git: 65572cade35a - main - unix/dgram: return EAGAIN instead of ENOBUFS when O_NONBLOCK set Gleb Smirnoff
- git: a9a43945d36a - main - grammar Wolfram Schneider
- git: 01b0c35984c6 - main - module_verbose should also affect non-ELF modules. Simon J. Gerraty
- git: becaf6433be4 - main - Use vmspace->vm_stacktop in place of sv_usrstack in more places. John Baldwin
- git: 004b0aa86967 - main - vt.4: clarify that a KMS driver switches to graphics mode Ed Maste
- git: 047eec4966e3 - main - improve c style Wolfram Schneider
- git: 2f6a84248467 - main - Disable -Wreturn-type on GCC. John Baldwin
- git: e510f97b4814 - main - Cirrus-CI: use qemu-nox11 Ed Maste
- git: a8189e9bd4dd - main - veriexec(8): explain that only a unique prefix is required Simon J. Gerraty
- git: 32cf376a01d4 - main - net80211: enhance (disabled) debugging Bjoern A. Zeeb
- git: 0143a6bb7f63 - main - pf: fix set_prio after nv conversion Kristof Provost
- git: 78bc3d5e1712 - main - vlan: allow net.link.vlan.mtag_pcp to be set per vnet Kristof Provost
- git: 24360d83753a - main - pf tests: Basic 'set prio' test Kristof Provost
- git: cee56e77d779 - main - LinuxKPI: 802.11: get rid of lkpi_ic_getradiocaps warnings Bjoern A. Zeeb
- git: 97009980c492 - main - LinuxKPI: add UUID_STRING_LEN and GUID_INIT to uuid.h Bjoern A. Zeeb
- git: fa6d3522b56d - main - LinuxKPI: add linux/pm_qos.h Bjoern A. Zeeb
- git: 05f0b24bfb34 - main - Bump __FreeBSD_version to 1400052 for LinuxKPI changes. Bjoern A. Zeeb
- Tue, 15 Feb 2022
- git: f0cf9b602dc0 - main - elfctl: error if -e is specified multiple times Ed Maste
- git: b8185579f457 - main - elfctl: fix -e invalid operation error handling Ed Maste
- git: de64aa32c810 - main - mana: Add handling of CQE_RX_TRUNCATED Wei Hu
- git: 31566b98b859 - main - vlan tests: fix bpf_pcp test Kristof Provost
- git: 24f0bfbad57b - main - if_epair: implement fanout Kristof Provost
- git: 0c2832ee4f2d - main - tcp: Restore 6 tcps padding entries in HEAD Richard Scheffenegger
- git: 82b611ed18e6 - main - elfctl: fix operations with multiple features on multiple files Ed Maste
- git: 7442b6323127 - main - if_epair: Use ANSI C definition Li-Wen Hsu
- git: 828e50092ac8 - main - elfctl: whitespace cleanup Ed Maste
- git: 389a3fa693ef - main - uma: Add UMA_ZONE_UNMANAGED Mark Johnston
- git: 235ed6a48629 - main - mlx5e: Make TLS tag zones unmanaged Mark Johnston
- git: 9f22e0959b1e - main - libpmc: Allow specifying explicit EVENT_xxH events on armv7 and arm64 Jessica Clarke
- git: 4379c1da56fa - main - bhyve/snapshot: use a string for cmd element in the nvlist Robert Wing
- git: 972a7d95ebfa - main - iscsi: Use calloutng instead of ticks in iscsi initiator Richard Scheffenegger
- git: c9a995994b40 - main - seqc: rename seqc_consistent_nomb to seqc_consistent_no_fence Mateusz Guzik
- git: ec12b4f4ff38 - main - fd: add missing seqc to dupfdopen Mateusz Guzik
- git: e68a5225e818 - main - fd: add fde_copy Mateusz Guzik
- git: 75e44873df2c - main - Cirrus-CI: add a manual amd64-gcc9 build and smoketest job Ed Maste
- git: 0f5e9425e74b - main - gssd: Modify /etc/rc.d/gssd so that it starts after NETWORKING Rick Macklem
- git: 064c110f4b55 - main - LinuxKPI: lockdep add lockdep_assert_not_held() Bjoern A. Zeeb
- Wed, 16 Feb 2022
- git: 2e183d999c60 - main - LinuxKPI: 802.11 header updates and add/adjust source dependencies. Bjoern A. Zeeb
- git: 6baea3312d92 - main - LinuxKPI: skbuff updates Bjoern A. Zeeb
- git: 09bfa5cf16a3 - main - opencrypto: Add a routine to copy a crypto buffer cursor Mark Johnston
- git: 0b3235ef743d - main - armv8crypto: Factor out some duplicated GCM code Mark Johnston
- git: 26b08c5d21b5 - main - armv8crypto: Use cursors to access crypto buffer data Mark Johnston
- git: d3ef7fb459ff - main - LinuxKPI: 802.11 scan update Bjoern A. Zeeb
- git: 652e22d39562 - main - LinuxKPI: 802.11: defer workq allocation until we have a name Bjoern A. Zeeb
- git: c5b96b3eaede - main - LinuxKPI: 802.11 assign an(y) early chandef Bjoern A. Zeeb
- git: 61a68e50d436 - main - LinuxKPI: 802.11 enahnce linuxkpi_ieee80211_iterate_interfaces() Bjoern A. Zeeb
- git: 70439285ad9d - main - crypto: hide crypto_destroyreq behind a tunable Mateusz Guzik
- git: 1a93b2288cb1 - main - liberate wdog_kern_pat call from SW_WATCHDOG in arm minimdump code Andriy Gapon
- git: af8b51b0bac9 - main - aw_mmc: add crash dumping support in MMCCAM mode Andriy Gapon
- git: 87000c893c24 - main - stress2: Finish work on two gunion(8) test scenarios Peter Holm
- git: c4f52f71de98 - main - LinuxKPI: pci.h add more defines Bjoern A. Zeeb
- git: 995cba5a0c96 - main - netinet: allow UDP tunnels to be removed Kristof Provost
- git: 9990450e17f7 - main - newfs_msdos: fix type of kern.maxphys Eric van Gyzen
- git: 4e71258227d6 - main - newfs_msdos: connect the ATF test from NetBSD Eric van Gyzen
- git: 089eb4ead8d2 - main - readelf: add newer Linux core arm note types Ed Maste
- git: 1581ec9a4502 - main - Integrate contrib/file/tests with kyua/atf Eric van Gyzen
- git: ef135466f81b - main - Clean up warnings in pthread tests Ed Maste
- git: c4bf04f40bb5 - main - cc-wrap.mk: fix typo in modifiers Simon J. Gerraty
- Thu, 17 Feb 2022
- git: 3d09d310d998 - main - LinuxKPI: 802.11: disable ic_headroom for the moment Bjoern A. Zeeb
- git: cc4e78d51351 - main - LinuxKPI: 802.11 advertise full offload scanning based on hw_scan only Bjoern A. Zeeb
- git: c0cadd99d1e3 - main - LinuxKPI: 802.11 simplify beacon checks in rx path Bjoern A. Zeeb
- git: e49b6ead4114 - main - Add a number of five letter words to the dictionary Ed Maste
- git: aea2a658ef8b - main - Don't delete hack.c - causes perpetual 'out of date' kernel David E. O'Brien
- git: 74ca6a22f9c1 - main - Document when zfree(9) was added to FreeBSD. David E. O'Brien
- git: cb15ed7da2be - main - linuxkpi: Add __var_waitqueue Emmanuel Vadot
- git: bf7deecfe760 - main - linuxkpi: Add list_rotate_to_front Emmanuel Vadot
- git: 4f689b302fc4 - main - linuxkpi: Add user_write_access_* Emmanuel Vadot
- git: 2cc3af6e1d79 - main - linuxkpi: Add backlight_device_set_brightness Emmanuel Vadot
- git: e3f1af9b33e9 - main - linuxkpi: Add dev_emerg Emmanuel Vadot
- git: 8021ba67231d - main - linuxkpi: Add orderly_poweroff Emmanuel Vadot
- git: 1889bed23deb - main - linuxkpi: Add atomic64_fetch_add Emmanuel Vadot
- git: 995c3b88d485 - main - linuxkpi: Add mmap_lock.h Emmanuel Vadot
- git: ba87e9bf7420 - main - Bump FreeBSD_version after linuxkpi update. Emmanuel Vadot
- git: 6d17f2d04302 - main - freebsd-update.8: Document CreateBootEnv Mateusz Piotrowski
- git: b80bb8b197ae - main - freebsd-update.conf.5: Address style issues Mateusz Piotrowski
- git: bf8e97858365 - main - freebsd-update.conf.5: Sort options Mateusz Piotrowski
- git: d2a788a522f7 - main - mlx5en: Add missing refcount decrement on link-down. Hans Petter Selasky
- git: ebdb70064900 - main - mlx5en: Improve RX- and TX- TLS refcounting. Hans Petter Selasky
- git: 015f22f5d033 - main - mlx5en: Fix TLS worker thread race. Hans Petter Selasky
- git: bc531a1faa99 - main - mlx5en: Improve CQE error debugging. Hans Petter Selasky
- git: 7f55a9b490cc - main - pf tests: remove a stray 'set -x' Kristof Provost
- git: 7d3fc84b2d3e - main - pf tests: Test per-anchor tables Kristof Provost
- git: 95edb10b47fc - main - LinuxKPI: implement dma_sync_single_for_*, apply to (un)map single/sg Bjoern A. Zeeb
- git: 86e5e10daf54 - main - elfdump: handle small files more gracefully Eric van Gyzen
- git: 0640e0c19659 - main - unbound: Refresh manpages to latest version Cy Schubert
- git: 76e03cc940fe - main - sctp: avoid undefined behaviour and cleanup the code. Michael Tuexen
- git: cb28dfb27d12 - main - md(4): Add dummy support of the BIO_FLUSH command for malloc and swap backend. Aleksandr Fedorov
- git: c89def05b57c - main - armv8crypto: Remove leftover debug printfs Mark Johnston
- git: c44160d8ad32 - main - Add myself (asiciliano) as src committer and bapt as my mentor Alfonso S. Siciliano
- git: 5c73b3e0a3db - main - Add support for getting early entropy from UEFI Colin Percival
- git: 11c4d4b9668c - main - sctp: fix a signed/unsigned mismatch. Michael Tuexen
- Fri, 18 Feb 2022
- git: 9cf5bc93f6ba - main - unbound: Vendor import 1.15.0 Cy Schubert
- git: 4e1e3ff5718a - main - vtfontcvt: update FreeBSD Foundation copyrights Ed Maste
- git: 3ca204c97aa7 - main - sctp: remove unused parameter Michael Tuexen
- git: 8f79bd9b8571 - main - diff: Detect Objective-C methods Tom Jones
- git: f4be3645a14d - main - diff: add --no-dereference flag Tom Jones
- git: cffebd1e8fed - main - Remove surplus check for which diff is being tested Tom Jones
- git: 3931c072c63d - main - diff: fix failed compare when ignoring file case Tom Jones
- git: 274a0e4a8d81 - main - sctp: cleanup, no functional change intended. Michael Tuexen
- git: fd0d53f85c9f - main - sctp: improve robustness Michael Tuexen
- git: 7e05fa3b4490 - main - uname: -v: strip final whitespace compatibly with uname(3) Mateusz Guzik
- git: e9e7bc825054 - main - cxgbe(4): Changes to the fatal error handler. Navdeep Parhar
- git: 39d8c3870752 - main - LinuxKPI: return value for linux_pci_probe() Bjoern A. Zeeb
- git: bd6e8729d6f6 - main - ctl ramdisk: Free compare buffer after a compare I/O request. John Baldwin
- Sat, 19 Feb 2022
- git: 47a2e541dc68 - main - libarchive: merge vendor bugfixes Martin Matuska
- git: 75cde1f872a4 - main - vnet: add CURVNET_ASSERT_SET Mateusz Guzik
- git: 91c35dd76508 - main - ipsec: extend vnet coverage in esp_input/output_cb Mateusz Guzik
- git: 8a9269edd71a - main - ipsec: sprinkle CURVNET_ASSERT_SET Mateusz Guzik
- git: 577130e56e52 - main - rtsx: Add RTS5260 support and replace bootverbose with sysctl. Alexander Motin
- Re: git: 8a9269edd71a - main - ipsec: sprinkle CURVNET_ASSERT_SET Larry Rosenman
- git: 430e0e409ce9 - main - vnet: add CURVNET_ASSERT_SET for !VIMAGE Mateusz Guzik
- git: f190f8d1a268 - main - snd_uaudio(4): Set hardware buffering to the minimum by default. Hans Petter Selasky
- Sun, 20 Feb 2022
- git: a4a31271cc7a - main - sctp: cleanup sctp_lower_sosend Michael Tuexen
- git: c8cc568961df - main - Provide an interface that allows GEOM modules to return multiple messages. Kirk McKusick
- git: 1bd3e8ba6966 - main - ofw_iicbus: Add method for manual setting of basic OFW parameters. Michal Meloun
- git: a534b50e245d - main - tegra: Improve the detection of the secondary function (RTC) of the MAX77620. Michal Meloun
- git: 960ce3f7b2b0 - main - Fix a534b50e245d on powerpc. Michal Meloun
- git: 7504f32c2e59 - main - ofw_iicbus: Use uint32_t for iic bus address argument, not int. Michal Meloun
- git: 2f0656fb9ba2 - main - sctp: don't hold the assoc create lock longer than needed Michael Tuexen
- git: 32066c96fa00 - main - fetch: make -S argument accept values > 2GB Stefan Eßer
- git: e255f0c9fbd2 - main - sctp: make sure new locking requirements are satisfied. Michael Tuexen
- git: bdb99f6f5e31 - main - sctp: remove KASSERT() which not always holds Michael Tuexen
- git: a52d8d4a6c62 - main - share/mk: Fix obvious typo in README (TAREGT -> TARGET) Joerg Wunsch
- Re: 1bd3e8ba6966 - main - ofw_iicbus: Add method for manual setting of basic OFW parameters. Ravi Pokala
- git: 7a1c1f6a0332 - main - Avoid unaligned writes by fsck_ffs(8). Kirk McKusick
- git: f01c863337f7 - main - dev/pci: fix potential panic due to bogus VPD data Stefan Eßer
- Mon, 21 Feb 2022
- git: baf8cbcd97a6 - main - Revert "Enable -Wdate-time warning" Ed Maste
- Re: 1bd3e8ba6966 - main - ofw_iicbus: Add method for manual setting of basic OFW parameters. Michal Meloun
- git: 85eeb6ea62d4 - main - Temporarily skip usr.bin.diff.diff_test.functionname in CI Li-Wen Hsu
- git: 1aa593b90ca9 - main - ibcore: Add support for NDR link speed. Hans Petter Selasky
- git: ea8aacc523e8 - main - mlx5core: Add PCI IDs for ConnectX-7. Hans Petter Selasky
- git: 91c8ffd7e60f - main - mlx5ib: Add support for NDR link speed. Hans Petter Selasky
- git: eb16e362d6cb - main - mlx5core: Add PCI IDs for ConnectX-8. Hans Petter Selasky
- git: 34abc89413a4 - main - arm64: allwinner: aw_sid: Plug set but not used variable Sponsored by: Beckhoff Automation GmbH & Co. KG Emmanuel Vadot
- git: aeb70a6707f7 - main - arm64: allwinner: axp81x: Plug set but not used variable Sponsored by: Beckhoff Automation GmbH & Co. KG Emmanuel Vadot
- git: 3dc60bab2750 - main - arm: allwinner: aw_gpio: Plug set but not used variable Emmanuel Vadot
- git: d6ab3d1c20de - main - arm64: allwinner: aw_i2s: Plug set but not used variable Sponsored by: Beckhoff Automation GmbH & Co. KG Emmanuel Vadot
- git: cfd8b9545e62 - main - arm64: allwinner: aw_usb3phy: Plug set but not used variable Emmanuel Vadot
- git: 4c5b550e632f - main - arm: allwinner: clk: Plug set but not used variable Emmanuel Vadot
- git: 89f8aa7d41b9 - main - pmic: rockchip: Plug set but not used variable Emmanuel Vadot
- git: 8604ba742313 - main - arm: allwinner: a10_timer: Plug set but not used variable Emmanuel Vadot
- git: 8c70a27c4d25 - main - arm: allwinner: a33_codec: Plug set but not used variable Emmanuel Vadot
- git: 79778f869225 - main - if_dwc: Plug set but not used variable Emmanuel Vadot
- git: 6582b75a32b0 - main - audio_soc: Plug set but not used variable Emmanuel Vadot
- git: 4f118605ad5f - main - twsi: Plug set but not used variable Emmanuel Vadot
- git: eb80ba8d543f - main - cpufreq: dt: Plug set but not used variable Emmanuel Vadot
- git: 5ccf909af9c1 - main - libarchive: merge vendor bugfix Martin Matuska
- git: ea9017fb25ff - main - tcp: Congestion control move to using reference counting. Randall Stewart
- git: 766c2466ff46 - main - mmap map_at_zero test: handle W^X Eric van Gyzen
- Re: git: 766c2466ff46 - main - mmap map_at_zero test: handle W^X Jessica Clarke
- git: a5339ba3ff14 - main - dwc: Make ext_resources non-optional Emmanuel Vadot
- git: 78f8b4aafaa0 - main - mmc: Make ext_resources non-optional Emmanuel Vadot
- git: b4cc0f7d28e2 - main - dwmmc: Make ext_resources non-optional Emmanuel Vadot
- git: 36498b14083d - main - twsi: Make ext_resources non-optional Emmanuel Vadot
- git: a813b0965d8e - main - sdhci: Make ext_resources non-optional Emmanuel Vadot
- git: d46fd9e855a2 - main - if_cgem: Make ext_resources non-optional Emmanuel Vadot
- git: 4f64df4e32a7 - main - uart_dev_imx: Make ext_resources non-optional Emmanuel Vadot
- git: fb6cebd8bdf4 - main - usb: Make ext_resources non-optional Emmanuel Vadot
- git: 5c00765bf237 - main - uart_dev_snps: Make ext_resources non-optional Emmanuel Vadot
- git: 14444bf7c8cd - main - bcm2835_sdhci: Make ext_resources non-optional Emmanuel Vadot
- git: 774a4b6a5153 - main - imx_i2c: Make ext_resources non-optional Emmanuel Vadot
- git: 90a5fc326e64 - main - imx_gpio: Make ext_resources non-optional Emmanuel Vadot
- git: 4bcdfeb06fc7 - main - vf_i2c: Make ext_resources non-optional Emmanuel Vadot
- git: ee2e56c6d7f6 - main - armv7: allwinner: Make ext_resources non-optional Emmanuel Vadot
- git: 85b3794ceef5 - main - files: Make ext_resources non-optional Emmanuel Vadot
- git: 02398e581d45 - main - ofw_cpu: Make ext_resources non-optional for arm* and riscv Emmanuel Vadot
- git: 90288dcb4c16 - main - arm64: conf: Remove options EXT_RESOURCES Emmanuel Vadot
- git: 34223f74a209 - main - arm: conf: Remove options EXT_RESOURCES Emmanuel Vadot
- git: 092a42a6a3ae - main - riscv: conf: Remove options EXT_RESOURCES Emmanuel Vadot
- git: 8b39d2fe3526 - main - options: Remove EXT_RESOURCES Emmanuel Vadot
- git: b25ff2b9d340 - main - man: Remove mention of EXT_RESOURCES Emmanuel Vadot
- git: f898e419255a - main - files: Make mmc_helper depend on gpio Emmanuel Vadot
- git: e71afa120275 - main - nvme: Add OAES bit-field definitions Chuck Tuffli
- git: c2318cf80a9e - main - nvme: fix spelling of Namespace Chuck Tuffli
- git: 36637dd19dba - main - bridge: Don't share broadcast packets Kristof Provost
- Tue, 22 Feb 2022
- git: da5b7e90e740 - main - boottrace: a simple boot and shutdown-time tracing facility Mitchell Horne
- git: 877eea429ba5 - main - kern_linker.c: sort includes Mitchell Horne
- git: 0aa9ffcd9c3a - main - init_main.c: sort includes Mitchell Horne
- git: 5a8fceb3bd9f - main - boottrace: trace annotations for startup and shutdown Mitchell Horne
- git: 7b0a665d72c0 - main - boottrace: annotate init and shutdown utilities Mitchell Horne
- git: 13ec1e3155c7 - main - boottrace(8): small wrapper utility Mitchell Horne
- git: 318d0db5fe8a - main - rc.subr: boottrace annotations Mitchell Horne
- git: de08b5167b07 - main - init(8): use proper boolean type for globals Mitchell Horne
- git: a974a7bcdf44 - main - sdhci_fsl_fdt: Fix pulse width errata application Wojciech Macek
- git: 29cb30dcb08e - main - sdhci_fsl_fdt: Fix tuning code Wojciech Macek
- git: caca7dd08752 - main - sdhci_fsl_fdt: Apply errata for LX2160A Wojciech Macek
- git: f97e7d6e9d3e - main - sdhci_fsl_fdt: Add voltage switching through syscon Wojciech Macek
- git: 832adbd4c483 - main - files: Make mmc_helpers depends on regulator and clk Emmanuel Vadot
- git: 30f16ad460e2 - main - dwc: Release resources when attach fails Emmanuel Vadot
- git: da6252a6a099 - main - dwc: Support phy mode MII Emmanuel Vadot
- git: adbb32d3e6b3 - main - files: Make mmc_pwrseq depends on regulator and clk Emmanuel Vadot
- git: 14086729650b - main - stress2: Added cleanup on error Peter Holm
- git: 692bb3f0291b - main - vt: fix double-click word selection for first word on line Ed Maste
- git: d5c0a7b6d392 - main - riscv: Fix another race in pmap_pinit() Mark Johnston
- git: 6713be315900 - main - Add NT_ARM_ADDR_MASK Andrew Turner
- git: 9835900cb95b - main - camcontrol: Force a rescan of the lun after firmware download. Warner Losh
- Re: git: 6713be315900 - main - Add NT_ARM_ADDR_MASK Jessica Clarke
- git: 884ba43116d4 - main - powerpc: enable initial-exec TLS Piotr Kubaj
- git: 0a2f49823402 - main - tty: fix a panic with INVARIANTS Robert Wing
- git: f17ef28674f1 - main - fd: rename fget*_locked to fget*_noref Mateusz Guzik
- Re: git: a813b0965d8e - main - sdhci: Make ext_resources non-optional Mateusz Guzik
- git: 817e68d8e64a - main - readelf: add Arm address mask note type NT_ARM_ADDR_MASK Ed Maste
- git: 074bed4f486b - main - mps/mpr: Add missing newlines in error messages. Alexander Motin
- git: 9aa786cbb50e - main - src.libnames.mk: add a comment explaining libssp_nonshared Ed Maste
- git: 327da507f9df - main - vt: whitespace and style(9) updates Ed Maste
- git: 78fbaa1fac26 - main - camcontrol fwdownload minor improvements Warner Losh
- git: 07625bc4b30d - main - keymap: Add extra Alt Gr mapping for Brazillian Portuguese ABNT2 keyboards Alfredo Dal'Ava Junior
- git: 33ad990ce974 - main - cp: fix -R with links Kyle Evans
- git: dd08b84e35b6 - main - nfscl: Fix a use after free in nfscl_cleanupkext() Rick Macklem
- git: a3e07b6ef3e1 - main - LinuxKPI: skbuff.h add skb_postpush_rcsum() Bjoern A. Zeeb
- git: d875aa1587ce - main - LinuxKPI: update 802.11 headers Bjoern A. Zeeb
- Wed, 23 Feb 2022
- git: 55af0f96d0fb - main - bsdinstall/distfetch: fix main bar percentage with errors Alfonso S. Siciliano
- git: 9ad210c15933 - main - iwlwifi: fix the build Bjoern A. Zeeb
- git: b7bfded1469e - main - files: Make mmc_fdt_helper and sdhci depends on clk and regulator Emmanuel Vadot
- git: f34560385c73 - main - arm: Add extres pseudo devices to some kernel Emmanuel Vadot
- Re: git: a813b0965d8e - main - sdhci: Make ext_resources non-optional Emmanuel Vadot
- Re: git: a813b0965d8e - main - sdhci: Make ext_resources non-optional Mateusz Guzik
- Re: git: a813b0965d8e - main - sdhci: Make ext_resources non-optional Emmanuel Vadot
- Re: git: a813b0965d8e - main - sdhci: Make ext_resources non-optional Jessica Clarke
- Re: git: a813b0965d8e - main - sdhci: Make ext_resources non-optional Michal Meloun
- git: ec1ecf78ae8a - main - Add the char and short atomic operations on arm64 Andrew Turner
- git: d58b79d1ce2e - main - Built all KCSAN atomic interceptors on arm64 Andrew Turner
- git: d8da59ddf897 - main - Fix the sanitizer header checks on arm64 Andrew Turner
- git: 7d636a4d3ebd - main - tcp_wrappers: include <unistd.h> Piotr Pawel Stefaniak
- git: 9b6a8ee28d61 - main - tcp_wrappers: remove duplicate errno declarations Piotr Pawel Stefaniak
- git: 01f8011736ff - main - iicbus: Add missing dependency for iicbus module. Michal Meloun
- git: 521dbfd6b108 - main - vt: fix double-click word selection for last word on line Ed Maste
- git: 91a35e5803be - main - libefivar: Correct the string expression of UTF8 vendor device path Warner Losh
- git: 7ae5d1f00f87 - main - dtc.1: Appease mandoc -T lint Warner Losh
- git: 62d16ad37df7 - main - dtc.1: Mention the existence of -i flag Warner Losh
- git: 565518046c9e - main - libctf: Remove checks for CTFv1 Mark Johnston
- git: 2997ab002e0c - main - fbt: Remove handling for CTFv1 Mark Johnston
- git: 1ef441f69933 - main - libdtrace: Add a missing newline to an error message Mark Johnston
- git: e0ac9dc2b069 - main - bhyve nvme: Advertise Namespace changed AEN Chuck Tuffli
- git: d2b3a0ed31ef - main - sendto: don't clear transient errors for atomic protocols Gleb Smirnoff
- git: 2e6ec1e4fe0b - main - ssh: remove 11.x from FREEBSD-upgrade instructions Ed Maste
- Re: a813b0965d8e - main - sdhci: Make ext_resources non-optional Ravi Pokala
- Re: 01f8011736ff - main - iicbus: Add missing dependency for iicbus module. Ravi Pokala
- git: ab7d09596958 - main - ssh: add command to push tag to FREEBSD-upgrade instructions Ed Maste
- git: 97e13037915c - main - cp: Make -P work without -R as per POSIX Kyle Evans
- git: a43b0aca125e - main - tcp: Push bit failure to set in fastpath Randall Stewart
- git: 077ab5bd43aa - main - bio: make _bio_cflags match bio_cflags Warner Losh
- git: d33158471afb - main - Temporarily skip sys.geom.class.multipath.failloop.failloop in CI Li-Wen Hsu
- git: e3d92d4cb811 - main - cam iosched: Update comment for when we schedule writes. Warner Losh
- git: c5d476c98c22 - main - Update fsdb(8) to reflect new structure of fsck_ffs(8). Kirk McKusick
- git: 45c23c2608ec - main - libctf: Use const ctf_file_t references in string lookup routines Mark Johnston
- Thu, 24 Feb 2022
- git: 5e2de1c11617 - main - test-includes: temporarily add back net/pfvar.h Warner Losh
- Re: git: 62d16ad37df7 - main - dtc.1: Mention the existence of -i flag Ed Maste
- git: fcb164742b6f - main - unionfs: rework unionfs_getwritemount() Jason A. Harmening
- git: e6925175174b - main - Handle MODULE_VERBOSE_TWIDDLE in module_verbose_set Simon J. Gerraty
- Re: git: 62d16ad37df7 - main - dtc.1: Mention the existence of -i flag Warner Losh
- git: 68445e349bf4 - main - Fix mdoc macro usage and style in section 4 manpages. Christian Brueffer
- git: 7520b88860d7 - main - usb(4): Automagically apply all quirks for USB mass storage devices. Hans Petter Selasky
- git: 06148d225170 - main - Revert "nfscl: Fix a use after free in nfscl_cleanupkext()" Rick Macklem
- git: d7c4ea7d728e - main - posixshm: Allow jails to use kern.ipc.posix_shm_list PR: 257554 Reported by: grembo@ Jamie Gritton
- git: ad3da82996ff - main - bhyve: plug memory leak in topology_parse() Robert Wing
- git: 2bfdc1ee9b1f - main - cons: Use bool for boolean variables Warner Losh
- git: 810ca5629aae - main - LinuxKPI: USB change successful probe result to BUS_PROBE_DEFAULT Bjoern A. Zeeb
- git: fab601c5b76a - main - LinuxKPI: change DECLARE_FLEX_ARRAY() Bjoern A. Zeeb
- git: f6fb9b524ff9 - main - LinuxKPI: add MODULE_IMPORT_NS() Bjoern A. Zeeb
- git: 6979e8cb6e62 - main - dtc: more mandoc -T lint fixes Warner Losh
- git: e8553be9bcfc - main - fusefs: fix a cached attributes bug during directory rename Alan Somers
- git: 530d274c15e5 - main - CTL: Add length validation for incoming HA messages. Alexander Motin
- git: d9836fb4b938 - main - iwlwifi: update from iwlwifi-next Bjoern A. Zeeb
- git: 51152e5e6150 - main - iwlwifi: enhance debug information Bjoern A. Zeeb
- git: 062103fc93c3 - main - iwlwifi: update firmware Bjoern A. Zeeb
- git: a8fea07c3053 - main - sendfile_test: fix copy-paste bug Eric van Gyzen
- git: 05c3e8e87142 - main - Fix 32-bit build after 530d274c15e5. Alexander Motin
- Fri, 25 Feb 2022
- git: bd6bb4939714 - main - iscsi: per-session timeouts and rapid teardown of session on reconnect Richard Scheffenegger
- git: 3211796d7f48 - main - mdoc style: whitespace fixes. Christian Brueffer
- git: 1cedb4ea1a79 - main - nfscl: Fix a use after free in nfscl_cleanupkext() Rick Macklem
- git: a2a8efb4f6c1 - main - rtsold: Use correct error in llflags_get() Eric van Gyzen
- git: 331b84b5db11 - main - rtsold: fix memory leak in script execution Eric van Gyzen
- git: d0f4e583bff6 - main - efivar: handle error when reading --fromfile Eric van Gyzen
- git: 58135fbd8b68 - main - gzip: fix error handling in unxz Eric van Gyzen
- git: 6c799530d8dc - main - rtld.1: Fix misplaced text Mark Johnston
- Re: git: 05c3e8e87142 - main - Fix 32-bit build after 530d274c15e5. Yuri
- git: 69d793a2b72e - main - mdoc style: new sentence, new line. Christian Brueffer
- git: 16ee5cd15ad0 - main - Fix mdoc issues found by mandoc -Tlint. Christian Brueffer
- git: f00ced06da25 - main - CTL: Rework 05c3e8e87142 using %zu format. Alexander Motin
- Re: git: 05c3e8e87142 - main - Fix 32-bit build after 530d274c15e5. Alexander Motin
- Re: git: 16ee5cd15ad0 - main - Fix mdoc issues found by mandoc -Tlint. Steffen Nurpmeso
- git: 1517b8d5a7f5 - main - vfs_unregister: fix error handling Eric van Gyzen
- git: c84bb8cd771c - main - rmlock: Micro-optimize read locking Mark Johnston
- git: 2ff07d9220a0 - main - tcp: Restore correct ECT marking behavior on SACK retransmissions Richard Scheffenegger
- git: 407c34e735b5 - main - iscsi: retrieve global login timeout from sysctlbyname() as integer Richard Scheffenegger
- Sat, 26 Feb 2022
- Confirm your submission noreply_at_dynamicweb.dk
- git: e28289ca8367 - main - Fix "set but not used" in smartpqi. The PCI_MEM macros don't require a physical/absolute address in FreeBSD, but it looks like the calling code might be somewhat portable to other OS's that do require this. Therefore, set the variables to __unused instead of removing the code entirely. Scott Long
- git: f94066c8aa35 - main - Fix "set but not used" in aic7xxx/aic79xx. The variables were dead code. Scott Long
- git: dec703c7e03a - main - Fix "set but not used" in the ips driver. Dead code. Scott Long
- git: 55339af296ca - main - Expand __diagused to include the KTR kernel diagnostic option. Scott Long
- git: fa911920b1f0 - main - Fix "set but not used" for real in the ciss driver. Scott Long
- git: b6ac753a881b - main - Fix "set but not used" in twe. Scott Long
- git: 4b22ce073062 - main - The TWE driver should have been marked with gone_in for FreeBSD 13.x, but was missed. Mark it for gone_in 14.0. The hardware hasn't been produced or supported in over 20 years, and even back then it was known to be electrically unreliable and prone to catastrophic failure. Scott Long
- git: 887ae1953f07 - main - Fix "set but not used" in the siis driver. Scott Long
- git: 0fd7b4c74d7d - main - Fix "set but not used" in the bfe driver. Remove dead code. Scott Long
- git: c61dc8542865 - main - Fix "set but not used" in the mvs driver. Remove dead code. Scott Long
- git: 66b86c8a7604 - main - Fix "set but not used" in the mrsas driver. Remove dead code. Scott Long
- Sun, 27 Feb 2022
- Re: git: 4a864f624a70 - main - vm_pageout: Print a more accurate message to the console before an OOM kill [MFC in time for 13.1?] Mark Millard
- git: 6f3c0d2764f2 - main - Default to always accepting the PHY that's present. Linux did something similar a while back, and there are devices in the wild that otherwise won't attach. This patch is temporary until the PHY code is further cleared up. Scott Long
- git: be7cf3f4b8c2 - main - posixshm: Add a -j option to posixshmcontrol ls, to specify a jail PR: 257556 Reported by: grembo@ Jamie Gritton
- Re: git: 16ee5cd15ad0 - main - Fix mdoc issues found by mandoc -Tlint. Christian Brueffer
- git: 298c3e8d6b64 - main - Apply lld fixes for internal errors building perl on 32-bit PowerPC Dimitry Andric
- Re: git: 16ee5cd15ad0 - main - Fix mdoc issues found by mandoc -Tlint. Vladimir Kondratyev
- git: 9891cb1e7634 - main - Eliminate curlen, it's set but never used Warner Losh
- git: cd46006588c4 - main - ofwdump.8: Remove references to eeprom(8) Warner Losh
- git: bff83dd3956b - main - GitHub: Add libefivar's path to CODEOWNERS Warner Losh
- git: 81a659e364e2 - main - libefivar: Fix the wrong MAC address length Warner Losh
- git: b782b7884c8a - main - libefivar: Fix FromText bug for multi-instance devicepath Warner Losh
- git: 7ca6daff6a43 - main - libefivar: Refine the DevPathFromTextiSCSI protocol parsing Warner Losh
- git: 0081638344b4 - main - libefivar: Reverse the byte order of BD_ADDR for Bluetooth Warner Losh
- git: e8fc7f11896a - main - libefivar: Add BluetoothLe device path node support Warner Losh
- git: d9d1a1e7ab29 - main - libefivar: Add DevPathFromTextDns and DevPathToTextDns libraries Warner Losh
- git: 76ed5f1b2622 - main - libefivar: Fix bug when converting iSCSI node Warner Losh
- git: acfee0131adb - main - libefivar: Fix byte orders of iSCSI.Lun Warner Losh
- git: 50668299b34c - main - libefivar: Fix iSCSI.Lun byte order issue Warner Losh
- git: 49951297d20f - main - libefivar: Clean up source files Warner Losh
- git: 8278071ae179 - main - libefivar: Correct the string order of ACPI Expanded Device Path Warner Losh
- git: ac2b16d3b11b - main - libefivar: Correct condition check for AcpiExp text format Warner Losh
- git: a51ae7212d30 - main - libefivar: Add PciRoot/PcieRoot text for ACPI Expanded Device Path Warner Losh
- git: 9a62aa932906 - main - libefivar: Use VENDOR_DEVICE_PATH structure for Debug Port device path Warner Losh
- git: 4e83ac7d2e6c - main - libefivar: Handle Sata device path when optional para is not specified Warner Losh
- git: 965f85271c11 - main - libefivar: Handle USBxxx device path when optional para is not specified Warner Losh
- git: 492d9953fa2a - main - libefivar: Handle AcpiExp device path when optional para is not specified Warner Losh
- git: c1fa6f4c5d4b - main - libefivar: Fix incorrect check for DisplayOnly text format in AcpiEx Warner Losh
- git: e871598ad449 - main - libefivar: Check Length para before use in DevPathToTextUsbWWID Warner Losh
- git: 11a9ff5bc150 - main - libefivar: Replace BSD License with BSD+Patent License Warner Losh
- git: 60de142cfc6c - main - libefivar: Change OPTIONAL keyword usage style Warner Losh
- git: 5754f5823bbc - main - libefivar: Apply uncrustify changes Warner Losh
- git: 5f702d6d9a87 - main - vchiq: Add compat string for rpi4 Warner Losh
- Re: git: 11a9ff5bc150 - main - libefivar: Replace BSD License with BSD+Patent License Kyle Evans
- Re: git: 11a9ff5bc150 - main - libefivar: Replace BSD License with BSD+Patent License Warner Losh
- Re: git: 11a9ff5bc150 - main - libefivar: Replace BSD License with BSD+Patent License José Luis Durán
- Re: git: 11a9ff5bc150 - main - libefivar: Replace BSD License with BSD+Patent License Warner Losh
- Re: git: 7520b88860d7 - main - usb(4): Automagically apply all quirks for USB mass storage devices. Ruslan Bukin
- Re: git: 7520b88860d7 - main - usb(4): Automagically apply all quirks for USB mass storage devices. Hans Petter Selasky
- git: 1ffe6d790910 - main - ntp: disable format string warnings in libopts Ed Maste
- Re: git: 16ee5cd15ad0 - main - Fix mdoc issues found by mandoc -Tlint. Steffen Nurpmeso
- git: 561524cfb0ca - main - Remove prototype of x86emu_init_default. Xin LI
- Mon, 28 Feb 2022
- Re: git: 766c2466ff46 - main - mmap map_at_zero test: handle W^X Eric van Gyzen
- git: c068632981eb - main - Add ggated rc script Alan Somers
- Re: git: 7520b88860d7 - main - usb(4): Automagically apply all quirks for USB mass storage devices. Ruslan Bukin
- Re: git: 7520b88860d7 - main - usb(4): Automagically apply all quirks for USB mass storage devices. Hans Petter Selasky
- Re: git: c068632981eb - main - Add ggated rc script Mateusz Piotrowski
- git: 1dc8ed06f37a - main - iwm: Fix -Wunused-but-set-variable warnings Mark Johnston
- git: 1db163b82565 - main - bhnd: Fix some -Wunused-but-set-variable warnings Mark Johnston
- git: 9218449b98fd - main - axge: Fix a -Wunused-but-set-variable warning Mark Johnston
- git: 4db93fb278fc - main - pci: Fix a -Wunused-but-set-variable warning Mark Johnston
- git: f4a5d1f6c440 - main - axe: Fix a -Wunused-but-set-variable warning Mark Johnston
- git: ceb246c7b283 - main - cdce: Fix a -Wunused-but-set-variable warning Mark Johnston
- Re: git: c068632981eb - main - Add ggated rc script Alan Somers
- Re: git: c068632981eb - main - Add ggated rc script Eugene Grosbein
- git: 1c347de37f34 - main - axgbe_setup_sysctl is a nop, remove it and the call to it. Warner Losh
- git: 44b4f0370fe9 - main - bnxt: Remove dead write to cp_ring_id Warner Losh
- git: dbd330fc1c38 - main - bwn: Remove useless variable Warner Losh
- git: 22054f88914b - main - Report I/O stats from the CAM_IOSCHED_DYNAMIC extension Warner Losh
- Re: git: 4a864f624a70 - main - vm_pageout: Print a more accurate message to the console before an OOM kill [MFC in time for 13.1?] Mark Millard
- git: 9291d079d54b - main - ipfilter: Print protocol when listing NAT table mappings Cy Schubert
- git: 1ae2c59bcf21 - main - Add a manual page for boottrace(4) Mateusz Piotrowski
- git: b58ea3e1f777 - main - Fix hand-rolled METALOG entries for installconfig during distributeworld Jessica Clarke
- git: 045c8f526484 - main - mkisoimages.sh: Avoid creating temporary files in the current directory Jessica Clarke
- git: 13cb004130d2 - main - release: Support -DNO_ROOT image building Jessica Clarke
- git: 17160f21efe8 - main - install-boot.sh: Avoid - in function names for POSIX compatibility Jessica Clarke
- git: 1a9b1c367fa6 - main - release: Add support for building on non-FreeBSD Jessica Clarke
- git: 89f5bc467c79 - main - dtc: Sync with upstream version e9a77451cdd8 Jessica Clarke
- git: 73505a10760c - main - vmm: fix "set but not used" warnings Robert Wing
- git: 39d87a023567 - main - vmm: fix "set but not used" warnings Robert Wing
- Go to: [ monthly archives ] [ by author ] [ by date ]