January 2021 Archives by date
Starting: Fri Jan 1 00:53:21 UTC 2021
Ending: Sun Jan 31 17:07:11 UTC 2021
Messages: 291
- git: f1031f07fb8b - stable/11 - MFC: Fix calendar -a processing of files included in the user's home directory
Stefan EÃer
- git: 41cf333f9b2a - stable/12 - MFC: Correct and add some comments.
Kirk McKusick
- git: 14dff150ef9a - stable/12 - Update leap-seconds to leap-seconds.3676924800.
Xin LI
- git: 72492c6d5385 - stable/11 - Update leap-seconds to leap-seconds.3676924800.
Xin LI
- git: 8372f2f679e0 - stable/12 - Apply C SKEIN_LOOP setting only to skein_block.c
Kyle Evans
- git: 25a6b709b6b6 - stable/12 - Also pass SKEIN_USE_ASM to the assembler, via AFLAGS
Kyle Evans
- git: 1e6afe0f7d23 - stable/12 - Fix bad libbxo format strings in jls
Kyle Evans
- git: f182d0c7e87a - stable/12 - caroot: drop $FreeBSD$ expansion from root bundle
Kyle Evans
- git: f6065a1ee3f9 - stable/12 - MFC r368802: nvmecontrol(8): Fix a few mandoc related issues and add a SEE ALSO section
Gordon Bergling
- git: 4cc87848753d - stable/12 - 81720dba: mmap(2): Fix a typo
Guangyuan Yang
- git: ea7401fe6764 - stable/12 - pf: Use counter(9) for pf_state byte/packet tracking
Kristof Provost
- git: e56b2f0b2804 - stable/12 - MFC r364117 by glebius:
Gordon Bergling
- git: 796d9b45c7c9 - stable/12 - MFC r365628 by ae: Fix compatibility regression after r364117.
Gordon Bergling
- git: 2b29cc2621be - stable/12 - MFC r366402: ipfw(8): Bugfixes for some issues reported by mandoc
Gordon Bergling
- git: d0d27682eefd - stable/12 - MFC r364459 (by fernape): ipfw(8): Fix typo in man page
Gordon Bergling
- git: 85562bddad18 - stable/12 - MFC r368804: ipfw(8): Fix a few mandoc related issues
Gordon Bergling
- git: 72b42d209ff5 - stable/11 - MFC r340361:
Michael Reifenberger
- git: 8c45c8982a07 - stable/12 - Upgrade (scapy) py2 tests to work on py3.
Kristof Provost
- git: 0c772900dcae - stable/12 - Fix path issues after r351212
Kristof Provost
- git: f0cb921e361a - stable/12 - netpfil tests: Move pft_ping.py and sniffer.py to the common test directory
Kristof Provost
- git: 63fb868d2913 - stable/12 - Follow r354121 to fix some python3 errors in sys.netpfil.*
Kristof Provost
- git: 21745738a2b5 - stable/12 - pf: Fix unaligned checksum updates
Kristof Provost
- git: 5c712c8748f3 - stable/12 - pf tests: Verify (tcp) checksum modification on unaligned options
Kristof Provost
- git: b5c7812dd376 - stable/12 - pf tests: Fix accidental duplication of content
Kristof Provost
- git: 9caf8a4a0822 - stable/12 - pf tests: Fix accidental duplication of content
Kristof Provost
- git: a343d1c8acfc - stable/12 - pf tests: Move Sniffer to its own file
Kristof Provost
- git: cc136589fadb - stable/12 - pf tests: Add a defer mode test for pfsync
Kristof Provost
- git: 0fc80e44f600 - stable/12 - pf tests: Test CVE-2019-5598
Kristof Provost
- git: 25e00a2894ea - stable/12 - Fix daily_backup_gpart_exclude in periodic daily 221.backup-gpart
Ed Maste
- git: 1c002413c3d5 - stable/12 - gdb(4): allow bulk write of registers
Mitchell Horne
- git: 6a45b9926f2e - stable/12 - gdb(4) fix x86 signal reporting
Mitchell Horne
- git: cfe79bddf4b0 - stable/12 - amd64: allow gdb(4) to write to most registers
Mitchell Horne
- git: 7b7138454fd3 - stable/12 - gdb(4): handle single register read packets
Mitchell Horne
- git: aba250f6264f - stable/12 - amd64: use register macros for gdb_cpu_getreg()
Mitchell Horne
- git: 4696baaaa95c - stable/12 - UFS2: Fix DoS due to corrupted extattrfile
Ed Maste
- git: 537b3be9c55c - stable/12 - Fix typo in an_initator_name.
Alexander Motin
- git: bdc4ea7c2966 - stable/12 - Fix typo in ap_initator_portal.
Alexander Motin
- git: df592782db90 - stable/12 - Perform kernel linker ifunc test only for builds
Ed Maste
- git: f1007ba88d47 - stable/12 - ixl: quiet -Wunused-function
Ryan Libby
- git: acaac0eefa1f - stable/12 - Ensure that dirent's d_off field is initialized
Mark Johnston
- git: 5ece34669c27 - stable/12 - msdosfs: Fix a leak of dirent padding bytes
Mark Johnston
- git: c49c4e095e6c - stable/12 - qatfw: Fix firmware autoloading for qat_c2xxx devices
Mark Johnston
- git: d78aee09c08b - stable/12 - ffs: Avoid out-of-bounds accesses in the fs_active bitmap
Mark Johnston
- git: 62489e19ebe2 - stable/12 - netgraph: Fix ng_ether's shutdown handing
Mark Johnston
- git: f0350417eb3c - stable/12 - acpi: Ensure that adjacent memory affinity table entries are coalesced
Mark Johnston
- git: 896ccd678d18 - stable/12 - Evaluating htons() at compile time is more efficient than doing ntohs() at runtime. This change removes a dependency on a barrel shifter pass before branch resolution, while reducing the instruction stream size by 9 bytes on amd64.
Alexander Motin
- git: 6bebabe0943e - stable/12 - V_ip6_forwarding and V_ipforwarding have been defined in ip6_var.h / ip_var.h since at least 2008, so make use of those definitions here.
Alexander Motin
- git: ceaf1713927d - stable/12 - o In iflib_txq_drain(): - Remove desc_used, which is only ever written to. - Remove a dead store to reclaimed. - Don't recycle avail. - Sort variables according to style(9). These changes will make a subsequent commit easier to read. o In iflib_tx_credits_update(), don't bother checking whether the ift_txd_credits_update method pointer is NULL; _iflib_pre_assert() asserts upfront that this method has been assigned and functions like iflib_{fast_intr_rxtx,netmap_timer_adjust,txq_can_drain}() and _task_fn_tx() were already unconditionally relying on the method being callable.
Alexander Motin
- git: 52df1d554f94 - stable/12 - MFC llvm fixes for building ceph on powerpc
Dimitry Andric
- git: 15b3e1e51cb5 - stable/11 - MFC llvm fixes for building ceph on powerpc
Dimitry Andric
- git: 01839668ce4b - stable/12 - rtld: call close(2) after errno is saved
Konstantin Belousov
- git: 91006937a3b9 - stable/12 - dump(8): clarify the recommended use of cache and snapshots
Guangyuan Yang
- git: f6be8e515519 - stable/12 - nfs server: improve use of the VFS KPI
Konstantin Belousov
- git: 63882ce21586 - stable/12 - kern: efirt: enter runtime environment to deref efi_cfgtbl
Kyle Evans
- git: 4c63cc766f30 - stable/12 - kern: efirt: correct configuration table entry size
Kyle Evans
- git: e6d98805103c - stable/12 - syscons: scrnmaps: appease -Wmissing-variable-declarations
Kyle Evans
- git: af352cf1397f - stable/12 - netmap: bridge: fix NS_MOREFRAG support
Vincenzo Maffione
- git: fae87eeff2e3 - stable/12 - fortune(6): Add EXIT STATUS and HISTORY sections
Gordon Bergling
- git: ffd9daf078c6 - stable/12 - bsdcat, cpio, tar: derive version string from archive.h
Martin Matuska
- git: 7e3d37d73d38 - stable/11 - bsdcat, cpio, tar: derive version string from archive.h
Martin Matuska
- git: 65ca6e859780 - stable/10 - bsdcat, cpio, tar: derive version string from archive.h
Martin Matuska
- git: 060bec6624fb - stable/12 - contrib/libarchive: Import libarchive 3.5.1
Martin Matuska
- git: a52a83deed5b - stable/11 - contrib/libarchive: Import libarchive 3.5.1
Martin Matuska
- git: 5f80b1e0ae5a - stable/10 - contrib/libarchive: Import libarchive 3.5.1
Martin Matuska
- git: 44851ff2f65d - stable/12 - igmp: Avoid leaking mbuf when source validation fails
Mark Johnston
- git: a0d7f3d90046 - stable/12 - safexcel: Stop using a stack buffer for the ring lock name
Mark Johnston
- git: e222e1ff8909 - stable/12 - safexcel: Fix a race around unblocking of crypto ops
Mark Johnston
- git: ee01a1e7d862 - stable/12 - mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctl
Mark Johnston
- git: ed6fa9d618bf - stable/12 - mpr, mps: Fix a stack buffer overflow in the user passthru ioctl
Mark Johnston
- git: 0a09fd56501c - stable/12 - geom(8): list geoms with /dev/ prefix
Robert Wing
- git: 78d1f57dd963 - stable/12 - Fix devinfo typo.
Alexander Motin
- git: bd89fbd27c6b - stable/12 - newvers: append commit count to uname version string
Li-Wen Hsu
- git: 079273384c22 - stable/12 - Fix newvers.sh to no longer print an outdated SVN rev
Li-Wen Hsu
- git: 3518e1924536 - stable/11 - Fix newvers.sh to no longer print an outdated SVN rev
Li-Wen Hsu
- git: 98dfc7de6176 - stable/11 - newvers: append commit count to uname version string
Li-Wen Hsu
- git: 992ef0f90dea - stable/12 - MFC ec52ff6d1411 and 747feea146d8: Streamline the infiniband code according to the ethernet code.
Hans Petter Selasky
- git: 5a6dd9d6f4f8 - stable/12 - MFC 19ecb5e8dabe: Fix for IPoIB over lagg(4).
Hans Petter Selasky
- git: 8d9bc45628bb - stable/12 - MFC ddce63fcb6d0: Remove not needed variable initialization. And switch from int to bool while at it.
Hans Petter Selasky
- git: 92b2a4deed65 - stable/12 - MFC 1622a498525b: No need to stop XHCI endpoints in disabled state.
Hans Petter Selasky
- git: 79818c801026 - stable/12 - MFC aca12148b113: Improve error message printing in krping. Don't print completion queue flush as an error.
Hans Petter Selasky
- git: e424e6325355 - stable/12 - MFC 9e7fa1e66c1e: Collect statistics from all rate-limit queues in mlx5en(4).
Hans Petter Selasky
- git: 2e0dd1574137 - stable/12 - MFC ea0efc370416: Add support for PL2303HXN to uplcom(4).
Hans Petter Selasky
- git: 9566c2ab4eda - stable/12 - MFC c834f30a0c16: Add new PCI ID for XHCI(4).
Hans Petter Selasky
- git: 7aca3f4a7754 - stable/12 - Style. Improve some KASSERTs messages.
Konstantin Belousov
- git: cbba81681a13 - stable/12 - x86 identcpu.c: fix formatting of the comment.
Konstantin Belousov
- git: 49038d1723a9 - stable/12 - tsc: use u_int for return type for prototype, same as in definitions.
Konstantin Belousov
- git: f9b0587dc2f9 - stable/12 - pfctl: Another set skip <group> fix
Kristof Provost
- git: 15760e084c6a - stable/12 - pfctl: Call ifa_load() before ifa_grouplookup()
Kristof Provost
- git: 0074d2118ac2 - stable/12 - linuxkpi: handle ARI
Konstantin Belousov
- git: e7c49bf5d78c - stable/12 - clang-format libc string functions imported from musl
Ed Maste
- git: 13bc5a7358e5 - stable/12 - libc: optimize memmem two-way bad character shift
Ed Maste
- git: 56880a501396 - stable/12 - libc: fix undefined behavior from signed overflow in strstr and memmem
Ed Maste
- git: 7366c22508e9 - stable/12 - diff: honour flags with -q
Ed Maste
- git: c586a84d56f3 - stable/12 - cmp: use C99 bool for flags
Ed Maste
- git: 23b5fa56a182 - stable/12 - cmp: fix -s (silent) when used with skip offsets
Ed Maste
- git: b791b5763f2b - stable/12 - netmap: pkt-gen: fix offset hex formatting
Vincenzo Maffione
- git: ecdc6d1ddde6 - stable/12 - Add tcgetwinsize(3) and tcsetwinsize(3) to termios
Konstantin Belousov
- git: 8af3b2026a8e - stable/12 - tcgetwinsize(3): provide man page
Konstantin Belousov
- git: e88bf6998796 - stable/12 - x86 budma_bounce: style.
Konstantin Belousov
- git: b9f6bda16b27 - stable/12 - x86: Add rdtscp32() into cpufunc.h.
Konstantin Belousov
- git: b63c36db2065 - stable/12 - libc: implement rtld_get_stack_prot() for real
Konstantin Belousov
- git: 77ac245e9e32 - stable/12 - tmpfs_reclaim: style
Konstantin Belousov
- git: 208ebc381f51 - stable/12 - tmpfs_free_tmp(): explicitly assert that tmp is locked
Konstantin Belousov
- git: 71dfe98e34ac - stable/12 - tty_wait_background: improve locking.
Konstantin Belousov
- git: 16787d049ece - stable/12 - issignal(): when handling STOP-like signals, drop sigacts mutex earlier.
Konstantin Belousov
- git: 33c122e9190b - stable/12 - tmpfs: make M_TMPFSMNT static to tmpfs_vfsops.c
Konstantin Belousov
- git: 3d3c424eb6e3 - stable/12 - bectl(8): sync man page and help text
Robert Wing
- git: 9882b8313200 - stable/12 - netmap: iflib: stop krings during interface reset
Vincenzo Maffione
- git: fa1a4ff944f4 - stable/12 - netmap: vtnet: stop krings during interface reset
Vincenzo Maffione
- git: 45b2c3bec4f2 - stable/12 - re: netmap: enable/disable krings on interface reinit
Vincenzo Maffione
- git: 42ca6b642f45 - stable/12 - sbin/camcontrol: use calloc/strlcpy where appropriate.
Xin LI
- git: 1a581d16e268 - stable/12 - libthr: wrap pdfork(2), same as fork(2).
Konstantin Belousov
- git: 20432a4fa157 - stable/12 - libthr malloc: support recursion on thr_malloc_umtx.
Konstantin Belousov
- git: a45328a1daa7 - stable/12 - arm64: fix early devmap assertion
Mitchell Horne
- git: af4ed05c3dd2 - stable/12 - xen/xenstore: remove unused functions
Ed Maste
- git: 2d194dc21989 - stable/12 - xen: allow limiting the amount of duplicated pending xenstore watches
Ed Maste
- git: 3160b2d53b38 - stable/12 - mvneta: Fix 64-bit MIB reads
Mark Johnston
- git: 6181f2fcf6a4 - stable/12 - mvneta: Acquire the softc lock before clearing the MIB
Mark Johnston
- git: 7f1032dff07a - stable/12 - libdtrace: Format USDT symbols correctly based on symbol binding
Mark Johnston
- git: 36dfe8cb2581 - stable/12 - qat: Fix DH895XCC firmware module autoloading
Mark Johnston
- git: 59f0f60327ad - stable/12 - qat: Count request allocation failures
Mark Johnston
- git: 94a5e942b0b6 - stable/12 - qat: Free counters during detach
Mark Johnston
- git: eebccaae3672 - stable/11 - ffs: avoid creating corrupt extattrfile
Ed Maste
- git: 720e27fff49e - stable/11 - xen/xenstore: remove unused functions
Ed Maste
- git: 6d0a2f9d2ffc - stable/11 - msdosfs: Fix a leak of dirent padding bytes
Mark Johnston
- git: 065f8cea1b8e - stable/12 - rtld: map without PROT_EXEC for relocation
Ed Maste
- git: 369a4023e671 - stable/12 - elftcl: add -i flag to ignore unknown flags
Ed Maste
- git: c735bf1ae387 - stable/12 - unzip: Sync with NetBSD upstream.
Yoshihiro Takahashi
- git: b96f027b7102 - stable/12 - bootparamd: Fix several warnings and increase warn level to 6.
Yoshihiro Takahashi
- git: 580311ef3283 - stable/12 - bootparamd: Add missing __unused mark.
Yoshihiro Takahashi
- git: 7033fd68f7ef - stable/12 - bootparamd: Fix build with GCC.
Yoshihiro Takahashi
- git: b2649738d46e - stable/12 - Add a missing period and remove a macro from Bl's width argument
Mateusz Piotrowski
- git: 80e0516736c6 - stable/12 - Fix a typo
Mateusz Piotrowski
- git: e9330580fdeb - stable/12 - Improve readability of the options list
Mateusz Piotrowski
- git: 8c01699f9194 - stable/12 - Add some examples to script.1
Mateusz Piotrowski
- git: ef0a241c0ba4 - stable/12 - pf: Split pf_src_node into a kernel and userspace struct
Kristof Provost
- git: b55dd986a489 - stable/12 - pf: Use counter_u64 in pf_src_node
Kristof Provost
- git: e2f0a703ead7 - stable/12 - pf: Migrate pf_rule and related structs to pf.h
Kristof Provost
- git: 3e4a92026657 - stable/12 - pf: Split pf_rule into kernel and user space versions
Kristof Provost
- git: 7ee74e43abb7 - stable/12 - pf: Remove unused fields from pf_krule
Kristof Provost
- git: 14d531ad3f58 - stable/12 - pf: Change pf_krule counters to use counter_u64
Kristof Provost
- git: 051f0103dc19 - stable/12 - pf: Split pfi_kif into a user and kernel space structure
Kristof Provost
- git: ce26f0988baf - stable/12 - pf: Allocate and free pfi_kkif in separate functions
Kristof Provost
- git: 34b94d9ebb2d - stable/12 - pfctl: Stop sharing pf_ruleset.c with the kernel
Kristof Provost
- git: efd9d47d0b35 - stable/12 - pf: Convert pfi_kkif to use counter_u64
Kristof Provost
- git: 4046f57601ea - stable/12 - pfctl: Fix NOCLEAN build
Kristof Provost
- git: 6d3ebc9bfcd8 - stable/12 - pf: Copy kif flags to userspace
Kristof Provost
- git: c325366474d9 - stable/12 - pf: Don't hold PF_RULES_WLOCK during copyin() on DIOCRCLRTSTATS
Kristof Provost
- git: 2cc2177bca0e - stable/12 - pf tests: pass NULL buffer to DIOCRCLRTSTATS
Kristof Provost
- git: d9bd043f93df - stable/11 - xen: allow limiting the amount of duplicated pending xenstore watches
Roger Pau Monné
- git: b3daf5db761e - stable/12 - tmpfs_reclaim: detach unlinked node on dereferencing.
Konstantin Belousov
- git: 920d22cca1a2 - stable/12 - iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i
Mark Johnston
- git: d0a78220ba99 - stable/12 - rc.conf(5): describe devmatch rc variables
Mitchell Horne
- git: d970a8218e16 - stable/12 - armv8crypto: print a message on probe failure
Mitchell Horne
- git: bfd15705156b - stable/13 - Create the stable/13 branch
Glen Barber
- git: 02611ef8ee9f - stable/13 - Turn on MALLOC_PRODUCTION
Glen Barber
- git: e006b6a2c1b9 - stable/12 - MFC 376479200760: Fix whitespace in mlx5en(4).
Hans Petter Selasky
- git: b195e1730e51 - stable/12 - MFC 376e130b4707: Fix memory leaks in error paths in krping.
Hans Petter Selasky
- git: 1dd0ee9b5382 - stable/12 - MFC 480570dbb309: Fixes for SRIOV in mlx5core.
Hans Petter Selasky
- git: 316382e22e1b - stable/12 - MFC 50a9f8bbc1dd: Downgrade error about missing VSC to warning and make messages consistent in mlx5core.
Hans Petter Selasky
- git: 76c0d2c74670 - stable/12 - MFC 82c7abe7785b: The "unsigned" type is the same like "unsigned int".
Hans Petter Selasky
- git: 72dcb4d94549 - stable/12 - MFC 87b3c8cc99f9: Fix spelling in mlx5core.
Hans Petter Selasky
- git: f6a79d4561a1 - stable/12 - MFC 89c0b4fa1172: Bump some copyrights in mlx5en(4).
Hans Petter Selasky
- git: 2fadd4c723dc - stable/12 - MFC a00718e1dfcd: Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).
Hans Petter Selasky
- git: bad1f0930326 - stable/12 - MFC daa150aaa30f: Properly handle case where firmware dump returns more registers on second pass in mlx5core.
Hans Petter Selasky
- git: 125cdcc13b70 - stable/12 - MFC r353632: Replace rdma_is_upper_dev_rcu() with rdma_vlan_dev_real_dev() in ibcore. This reduces the number of references to VLAN_TRUNKDEV() in ibcore. Currently only VLAN is supported as a child interface in FreeBSD. Remove superfluous RCU locking.
Hans Petter Selasky
- git: e1e64a0921c7 - stable/12 - MFC 9a47ae044b48: Bump driver versions for mlx5en(4) and mlx4en(4).
Hans Petter Selasky
- git: 026b14030bdf - stable/11 - MFC 376479200760: Fix whitespace in mlx5en(4).
Hans Petter Selasky
- git: 8302e83a1c4e - stable/11 - MFC 376e130b4707: Fix memory leaks in error paths in krping.
Hans Petter Selasky
- git: a7c9b12baf7d - stable/11 - MFC 480570dbb309: Fixes for SRIOV in mlx5core.
Hans Petter Selasky
- git: 6187db1d915d - stable/11 - MFC 50a9f8bbc1dd: Downgrade error about missing VSC to warning and make messages consistent in mlx5core.
Hans Petter Selasky
- git: 4ffbeb0414ed - stable/11 - MFC 82c7abe7785b: The "unsigned" type is the same like "unsigned int".
Hans Petter Selasky
- git: 71c34db5ba79 - stable/11 - MFC 87b3c8cc99f9: Fix spelling in mlx5core.
Hans Petter Selasky
- git: 198471ed6b15 - stable/11 - MFC 89c0b4fa1172: Bump some copyrights in mlx5en(4).
Hans Petter Selasky
- git: 43bf82ace68d - stable/11 - MFC a00718e1dfcd: Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).
Hans Petter Selasky
- git: f301a7de8b76 - stable/11 - MFC daa150aaa30f: Properly handle case where firmware dump returns more registers on second pass in mlx5core.
Hans Petter Selasky
- git: c408d03b378a - stable/11 - MFC r367609: mlx5en: Refactor repeated code to register media type to mlx5e_ifm_add().
Hans Petter Selasky
- git: 1f1f6b4cb5ee - stable/11 - MFC r353632: Replace rdma_is_upper_dev_rcu() with rdma_vlan_dev_real_dev() in ibcore. This reduces the number of references to VLAN_TRUNKDEV() in ibcore. Currently only VLAN is supported as a child interface in FreeBSD. Remove superfluous RCU locking.
Hans Petter Selasky
- git: 65dd92f6043d - stable/11 - MFC r367610: mlx5en: Register all combinations of FDX/RXPAUSE/TXPAUSE as valid media types.
Hans Petter Selasky
- git: 2cd3c13be316 - stable/11 - MFC r367611: mlx5en: stop ignoring pauses and flow in the media reqs.
Hans Petter Selasky
- git: 2695791408f5 - stable/11 - MFC r367612: mlx5en: Set ifmr_current same as ifmr_active.
Hans Petter Selasky
- git: e87e3e82f3a0 - stable/11 - MFC 9a47ae044b48: Bump driver versions for mlx5en(4) and mlx4en(4).
Hans Petter Selasky
- git: e006b6a2c1b9 - stable/12 - MFC 376479200760: Fix whitespace in mlx5en(4).
Kyle Evans
- git: e006b6a2c1b9 - stable/12 - MFC 376479200760: Fix whitespace in mlx5en(4).
Hans Petter Selasky
- git: d5bd29ed505f - stable/13 - Revert "[mips] revert r366664 - flip mips back from -O2 to -O"
Mateusz Guzik
- git: 51d73a3e46cf - stable/13 - newvers.sh: restore reporting branch names
Mateusz Guzik
- git: e006b6a2c1b9 - stable/12 - MFC 376479200760: Fix whitespace in mlx5en(4).
Kyle Evans
- git: 62bcf61ab170 - stable/13 - powerpc: fix build without DDB
Mateusz Guzik
- git: 551119253819 - stable/12 - Fix dependency cleanup hack for pf_ruleset.c
Kristof Provost
- git: 035f4ea71e6b - stable/13 - powerpc64le: don't enable COMPAT_* options in GENERIC64LE
Piotr Kubaj
- git: bec67897b0c5 - stable/12 - Add Intel Gemini Lake AHCI ID.
Alexander Motin
- git: 4493b69d4aa4 - stable/12 - Unify Intel CODEC naming.
Alexander Motin
- git: 035f4ea71e6b - stable/13 - powerpc64le: don't enable COMPAT_* options in GENERIC64LE
Kyle Evans
- git: e006b6a2c1b9 - stable/12 - MFC 376479200760: Fix whitespace in mlx5en(4).
Warner Losh
- git: 1c9891b8df63 - stable/13 - jemalloc: restore JEMALLOC_DEBUG when building WITHOUT_MALLOC_PRODUCTION
Kyle Evans
- git: d1c39af0ec33 - stable/13 - Regenerate src.conf(5)
Kyle Evans
- git: f76393a6305b - stable/13 - armv8crypto: add AES-GCM support
Oleksandr Tymoshenko
- git: 80a5b8512a2c - stable/12 - kldxref(8): Sort MDT_MODULE info first in linker.hints output
Mark Johnston
- git: 80bffc566202 - stable/12 - bectl: tests: use -R <mount> instead of specifying altroot
Kyle Evans
- git: 8ec319d7922c - stable/12 - certctl: replace hardcoded uses of /usr/local
Kyle Evans
- git: 9ffee7b1eaeb - stable/12 - lualoader: use floor division to get correct type
Kyle Evans
- git: 912086c27f9a - stable/12 - libc: regex: rework unsafe pointer arithmetic
Kyle Evans
- git: d9cc55ea82fa - stable/12 - lualoader: add loader_conf_dirs support (loader.conf.d)
Kyle Evans
- git: fd478d518f49 - stable/12 - kern: dup: do not assume oldfde is valid
Kyle Evans
- git: 55850d2b5118 - stable/12 - Makefile: add a small blurb about building with gcc xtoolchain
Kyle Evans
- git: 50da94fc7af1 - stable/12 - flua: initial support for "require" in the base system
Kyle Evans
- git: 6a61f08108fe - stable/12 - flua: support "require" for binary objects in the base system
Kyle Evans
- git: bd98a274d0ed - stable/12 - flua: don't allow dlopen, et al., for bootstrap flua
Kyle Evans
- git: 12139a196aca - stable/12 - Fix -Wundef warnings when building liblua
Kyle Evans
- git: f817905593d4 - stable/12 - flua: implement chmod
Kyle Evans
- git: e86393dbec72 - stable/12 - libregex: re-enable `make check`
Kyle Evans
- git: 5ff2a3cb9e93 - stable/12 - libc: tests: hook CPUSET(9) test up to the build
Kyle Evans
- git: d569ea6a4518 - stable/12 - Bump up the low range of cpuset numbers to account for the kernel cpuset.
Kyle Evans
- git: 43e92dc0d56b - stable/12 - libc: tests: add some tests for cpuset(2)
Kyle Evans
- git: ac6e3a14070e - stable/12 - cpuset: refcount-clean
Kyle Evans
- git: 4b74a4d4e267 - stable/12 - du: tests: fix the H_flag test (primarily grep usage)
Kyle Evans
- git: ad62ba026e4d - stable/12 - du: tests: make H_flag tests more strict about output requirements
Kyle Evans
- git: 3cde0e743a46 - stable/12 - Partial revert of ac6e3a14070
Kyle Evans
- git: 3c136581b69d - stable/12 - Move stand/ofw/libofw to stand/libofw.
Kyle Evans
- git: ca212d911585 - stable/12 - stand: properly declare subdir deps or .WAIT, do parallel build
Kyle Evans
- git: e38af1933c3b - stable/12 - stand: remove bogus dependency from libsa32
Kyle Evans
- git: 0b97b9ae187f - stable/12 - lualoader: fix lua-lint run
Kyle Evans
- git: 08f7954e1c9f - stable/12 - iflib: add assert to prevent out-of-bounds array access
Vincenzo Maffione
- git: d05d908d6d3c - stable/12 - tcp: fix handling of TCP RST segments missing timestamps
Michael Tuexen
- git: e82353f84c58 - stable/12 - tcp: add sysctl to tolerate TCP segments missing timestamps
Michael Tuexen
- git: 28388d8abf8e - stable/12 - ddb: add ability to print user registers
Mitchell Horne
- git: 0fd0e98e50f3 - stable/12 - arm64: don't pass user trapframe to kdb_trap()
Mitchell Horne
- git: 7937837f11b6 - stable/12 - arm64: remove pcb_pc
Mitchell Horne
- git: e94c638b484e - stable/12 - arm64: gdb(4) machine-dependent bits
Mitchell Horne
- git: f773a868350d - stable/12 - gdb: only return signal values for powerpc's gdb_cpu_signal()
Mitchell Horne
- git: 8e0504d1654d - stable/13 - gdb: only return signal values for powerpc's gdb_cpu_signal()
Mitchell Horne
- git: 5ade41213f19 - stable/12 - safexcel: Dispatch requests to the current CPU's ring
Mark Johnston
- git: 24ee73604483 - stable/12 - safexcel: Add counters for some resource exhaustion conditions
Mark Johnston
- git: 804d63c0ee8f - stable/12 - safexcel: Handle command/result descriptor exhaustion gracefully
Mark Johnston
- git: 5071cbacfb34 - stable/12 - safexcel: Simplify request allocation
Mark Johnston
- git: 7b49246c89dd - stable/13 - contrib/tzdata: import tzdata 2021a
Philip Paeps
- git: 085997e8f05e - stable/12 - contrib/tzdata: import tzdata 2021a
Philip Paeps
- git: 09bdde595dd7 - stable/11 - contrib/tzdata: import tzdata 2021a
Philip Paeps
- git: 2a0be7b0331c - stable/12 - VFS_QUOTACTL: Remove needless casts of arg
Brooks Davis
- git: 7baf7a453859 - stable/12 - ndis: Per user request, delay removal to 14
Brooks Davis
- git: 70cdab054c8f - stable/12 - rctl(4): support throttling resource usage to 0
Jason A. Harmening
- git: da2dfec8f752 - stable/13 - Add RELNOTES entry for AES-GCM in armv8crypto(4)
Oleksandr Tymoshenko
- git: 49d3dcb041f0 - stable/12 - elfctl: add backwards compatibility for "no" prefixes
Ed Maste
- git: d7e23b5cdd84 - stable/12 - elfctl: allow features to be specified by value
Ed Maste
- git: f56d7f838f5b - stable/12 - elfctl: prefix disable flags with "no"
Ed Maste
- git: f2b5999b2166 - stable/13 - elfctl: allow features to be specified by value
Ed Maste
- git: 03d837b565a9 - stable/13 - Remove Binutils from src.conf(5) option descriptions
Ed Maste
- git: 40cb0344eb27 - stable/13 - release: set stable/13 to ALPHA3 as part of the 13.0 cycle
Glen Barber
- git: 5d58f58b0d61 - stable/13 - sbin/sysctl: Fix CTLFLAG_SKIP for adjacent nodes
Ryan Moeller
- git: ed05bfceb819 - stable/13 - build: remove LIBPTHREAD/LIBTHR build options
Kyle Evans
- git: 2e8149046432 - stable/13 - Regenerate src.conf(5) after 03d837b565a9
Kyle Evans
- git: 633f82126b28 - stable/13 - lualoader: improve loader.conf var processing
Kyle Evans
- git: e6341fd7220e - stable/13 - Adjust line length in tcp_prr_partialack
Richard Scheffenegger
- git: 76dd854f47f4 - stable/13 - TCP PRR: Patch div/0 in tcp_prr_partialack
Richard Scheffenegger
- git: 010196adcfaf - stable/13 - Fix clang assertion when compiling the devel/onetbb port
Dimitry Andric
- git: 19d2d50e4318 - stable/13 - Revert "Define PNP info after defining driver modules"
Mark Johnston
- git: ef6fb23322a6 - stable/13 - safexcel: Disallow unsupported buffer layouts
Mark Johnston
- git: a455b23cf348 - stable/13 - qat.4: Minor tweaks
Mark Johnston
- git: 81f3a59c4601 - stable/13 - stand: ensure that the efi directory's dependencies are correct
Kyle Evans
- git: 1aa1ede1fd44 - stable/13 - MFC: a63eae6
Kirk McKusick
- git: 1f9ee757d96d - stable/13 - MFC: 8c22cf9b
Kirk McKusick
- git: 6a3ad2d0a7b6 - stable/12 - kevent(2): Bugfix for wrong EVFILT_TIMER timeouts
Gordon Bergling
- git: bb8fa72dae42 - stable/13 - libllvmminimal: Add missing Support/ABIBreak.cpp
Jessica Clarke
- git: 9b38ede3a347 - stable/12 - sh: Test that executing various binary files is rejected
Jilles Tjoelker
- git: 3708b615c354 - stable/12 - sh: Allow more scripts without #!
Jilles Tjoelker
- git: c48240fa6f8e - stable/12 - sh/tests: Add a second kind of binary scripts without #!
Jilles Tjoelker
- git: 3708b615c354 - stable/12 - sh: Allow more scripts without #!
Eugene Grosbein
- git: 3708b615c354 - stable/12 - sh: Allow more scripts without #!
Jilles Tjoelker
- git: 3708b615c354 - stable/12 - sh: Allow more scripts without #!
Eugene Grosbein
- git: 3708b615c354 - stable/12 - sh: Allow more scripts without #!
Jilles Tjoelker
- git: 8ce9180c09d9 - stable/11 - kevent(2): Bugfix for wrong EVFILT_TIMER timeouts
Gordon Bergling
- git: 3708b615c354 - stable/12 - sh: Allow more scripts without #!
Mark Millard
- git: d9cd8a3d3fd5 - stable/12 - stand: ensure that the efi directory's dependencies are correct
Kyle Evans
- git: e8a03eb0c4e1 - stable/12 - lualoader: improve loader.conf var processing
Kyle Evans
- git: 58e43f89f17c - stable/11 - MFC: 83edbc3cb54fba6b37a68270c232df7b785bd222
Cy Schubert
- git: 5ab5d8fc2cdf - stable/11 - MFC 0e01ea872ee475d7aef11d21588504e2ef4eb32c:
Cy Schubert
- git: 35e09fbfc492 - stable/12 - MFC: 83edbc3cb54fba6b37a68270c232df7b785bd222
Cy Schubert
- git: 2df415116eee - stable/12 - MFC 0e01ea872ee475d7aef11d21588504e2ef4eb32c:
Cy Schubert
- git: 514caf57cda8 - stable/13 - MFC: 83edbc3cb54fba6b37a68270c232df7b785bd222
Cy Schubert
- git: 2ef3f7f5c356 - stable/13 - MFC 0e01ea872ee475d7aef11d21588504e2ef4eb32c:
Cy Schubert
- git: 7754ef5a3724 - stable/13 - axgbe: fix some link related issues
Vincenzo Maffione
- git: 9c5418f00836 - stable/12 - iflib: netmap: add support for NS_MOREFRAG
Vincenzo Maffione
- git: 31c2349742a9 - stable/12 - iflib: netmap: move per-packet operation out of fragments loop
Vincenzo Maffione
- git: e817c8f77fe8 - stable/12 - netmap: simplify parameter passing
Vincenzo Maffione
- git: e0e00874a3c3 - stable/13 - iflib: netmap: add support for NS_MOREFRAG
Vincenzo Maffione
- git: a8ca736bb4ed - stable/13 - iflib: netmap: move per-packet operation out of fragments loop
Vincenzo Maffione
- git: e4c81e46acc0 - stable/13 - netmap: simplify parameter passing
Vincenzo Maffione
- git: 7ba4d0f82955 - stable/13 - release: ROCKPRO64: Remove the quirk that disable the big cores
Emmanuel Vadot
- git: 38da7d23b6c3 - stable/13 - Make software iSCSI more configurable.
Alexander Motin
- git: c060c19240ea - stable/13 - Add missing newlines.
Alexander Motin
- git: c8845dd67e44 - stable/12 - Add missing newlines.
Alexander Motin
Last message date:
Sun Jan 31 17:07:11 UTC 2021
Archived on: Sun Jan 31 17:07:12 UTC 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).