dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
October 2022 Archives by date
- Sat, 01 Oct 2022
- git: 881fca442f6e - main - arm: Catch up with Samsung S3C2xx0 code removal Warner Losh
- git: f341e9bad3eb - main - uart: Remove sbbc reference Warner Losh
- git: 8eb94b238f24 - main - Set denominator to 1 if it is 0 in the init phase. This prevents panic and also helps when the clocks become available later. This is based on comment from manu@ on https://reviews.freebsd.org/D31299 Ganbold Tsagaankhuu
- git: c5e957ad4fe6 - main - file: fix test case for gpkg by removing the extra \n. Xin LI
- git: 94c4f663bab5 - main - seq: fix potential NULL ptr reference Mariusz Zaborski
- git: 6da5e5d649ba - main - seq: fix style nits Mariusz Zaborski
- git: 35d60ac2e5bd - main - unbound: Adjust version string Cy Schubert
- git: 7e5bf68495cc - main - netlink: add netlink support Alexander V. Chernikov
- git: 7c40e2d5f685 - main - linuxolator: add netlink support Alexander V. Chernikov
- git: bffb3d947b2e - main - nfs_clvnops.c: Fix access to v_mount when vnode unlocked Rick Macklem
- git: 83578bd40f26 - main - organization.dot: add pizzamig to portmgr Rene Ladan
- Re: git: 7e5bf68495cc - main - netlink: add netlink support Shawn Webb
- Re: git: 7e5bf68495cc - main - netlink: add netlink support Alexander V. Chernikov
- Re: git: 7e5bf68495cc - main - netlink: add netlink support Shawn Webb
- Re: git: 7e5bf68495cc - main - netlink: add netlink support Cy Schubert
- Re: git: 7e5bf68495cc - main - netlink: add netlink support Shawn Webb
- git: dddafa8d25c6 - main - netlink: make test-includes happy by hiding most of the header contents under _KERNEL. Alexander V. Chernikov
- git: e5f93d10782d - main - show_sysctl_all: reduce copying, please coverity Doug Moore
- git: c90bff3fa7c1 - main - netlink: fix debugging on 32-bit platforms Alexander V. Chernikov
- git: 8d9f3e05728e - main - netlink: fix format strings on 32-bit platforms Alexander V. Chernikov
- git: 03994c24da95 - main - netlink: fix build without INVARIANTS Alexander V. Chernikov
- git: 497cdf9673ec - main - sh: read more profile files. Dag-Erling Smørgrav
- git: a82308abab86 - main - nfs_clvnops.c: Fix access to v_mount when vnode unlocked Rick Macklem
- Sun, 02 Oct 2022
- git: 0aa2700123e2 - main - Put OPIE to rest. Dag-Erling Smørgrav
- git: fc083c3eb2bf - main - netlink: Fix build without VIMAGE Jung-uk Kim
- git: 356724fc931f - main - netlink: fix non-default builds (no INET, INET6, ROUTE_MPATH). Alexander V. Chernikov
- git: aa87aa52326b - main - libusb(3): Implement libusb_interrupt_event_handler() by exposing existing function. Hans Petter Selasky
- git: a7eac018437e - main - stty(1): provide details about interaction with job control Konstantin Belousov
- Mon, 03 Oct 2022
- git: 368ee2f86a0f - main - rb_tree: let insert search start from next node Doug Moore
- git: ffbc2a58b13a - main - Fix LINT build after 368ee2f86a0f4f6 Reported by: jenkins Fixes: 368ee2f86a0f4f6 Doug Moore
- git: f8b5681094dd - main - tcp: honor drop_synfin sysctl variable in TIME-WAIT Michael Tuexen
- git: db79bf75ac9e - main - powerpc: cpuset: add local functions for copyin/copyout Alfredo Dal'Ava Junior
- git: dcdba3460dd7 - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. Kirk McKusick
- git: 2515552e6216 - main - tcp: improve handling of SYN-ACK segments in TIMEWAIT state Michael Tuexen
- git: d3890a547d20 - main - sh: when loading profile, skip obvious scratch files. Dag-Erling Smørgrav
- git: 8a299958c1b5 - main - if_epair: fix build with RSS Kristof Provost
- git: 8f0a3c9c3551 - main - cuse(3): Use bool type for boolean value instead of int type. Hans Petter Selasky
- git: 5e59b2734f77 - main - cuse(3): Optimise small reads and writes. Hans Petter Selasky
- git: 03d66186f626 - main - bsdinstall: add hooks to allow for easier customizing the install Brad Davis
- git: 0def80f1a5c8 - main - time(3): Align fast clock times to avoid firing multiple timers. Hans Petter Selasky
- git: f334df76004d - main - release: Remove remnants of pc98 support Jessica Clarke
- git: a2464ee12761 - main - bsdinstall: Add a new runconsoles helper binary Jessica Clarke
- git: d577d6178bde - main - bsdinstall release: Move code to a new startbsdinstall wrapper Jessica Clarke
- git: a09af1b7fd95 - main - bsdinstall release: Start installer on multiple consoles Jessica Clarke
- git: e571b0f8f8c1 - main - etcupdate: Fix -N support for build command Jessica Clarke
- Re: git: 0aa2700123e2 - main - Put OPIE to rest. Cy Schubert
- git: 754cb545b68b - main - ddb: de-duplicate decode_syscall() Mitchell Horne
- git: 791bfa60e8ac - main - riscv: decode syscall in ddb backtrace Mitchell Horne
- git: 3a91cecea412 - main - riscv: move GEOM_PART_GPT option to DEFAULTS Mitchell Horne
- Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors Bryan Drewery
- git: 0924ae8f47ae - main - tcp: allow window scale and timestamps to be toggled individually Richard Scheffenegger
- Re: git: 8f0a3c9c3551 - main - cuse(3): Use bool type for boolean value instead of int type. Jessica Clarke
- git: 6f8a182b15c4 - main - db_sym.c: restore sys/systm.h include Mitchell Horne
- git: a9a267c1f7a5 - main - acpi_thermal: Fix a potential stack buffer overflow. John Baldwin
- Re: git: 5e59b2734f77 - main - cuse(3): Optimise small reads and writes. Konstantin Belousov
- Re: git: 5e59b2734f77 - main - cuse(3): Optimise small reads and writes. Hans Petter Selasky
- Re: git: 8f0a3c9c3551 - main - cuse(3): Use bool type for boolean value instead of int type. Hans Petter Selasky
- git: ff80ab1cebd6 - main - powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flag Alfredo Dal'Ava Junior
- Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors Kristof Provost
- git: 4edff766cb91 - main - tcp: correct simultaneous SYN ECN reaction in RFC3168 mode. Richard Scheffenegger
- git: 85b715baae22 - main - amd64/db_trace.c: remove stray prototype Konstantin Belousov
- git: 56cdab337269 - main - bpf: obtain timestamps from controller via pkthdr if available Jung-uk Kim
- git: a9fca3b987bc - main - Fix various places which cast a pointer to a vm_paddr_t or vice versa. John Baldwin
- git: e0df0dce71d8 - main - powerpc_nvram: Fix a bug in the adler32 checksum. John Baldwin
- git: d74024a490c8 - main - pfctl: Fix mismatch in array bounds for pfr_next_token(). John Baldwin
- git: c41b16181210 - main - ypldap: Fix mismatch in array bounds for ldapclient(). John Baldwin
- git: c3a3d1fd6c70 - main - libirdma: Drop clang-specific -ferror-limit. John Baldwin
- git: c2e561a38f73 - main - tail: Fix misleading indentation in ARG() macro. John Baldwin
- git: 5e4854cbf8d8 - main - rescue: Link libzutil after libzfs. John Baldwin
- git: d81082a7ad25 - main - nvmecontrol wdc: Remove unused but set variable. John Baldwin
- git: db695788fc3d - main - fortune: Unindent a debug printf in get_fort(). John Baldwin
- git: 3b887005b4bb - main - rpc.lockd: Explicitly cast enum nlm_stats values to enum nlm4_stats. John Baldwin
- git: 67b075124918 - main - bsd.sys.mk: Add NO_WUSE_AFTER_FREE helper variable. John Baldwin
- git: e67b246734e3 - main - libzpool: Disable -Wuse-after-free for dbuf.c. John Baldwin
- git: 996ee9659763 - main - libbegemot: Disable -Wuse-after-free. John Baldwin
- git: 7973f26ad6f9 - main - libedit: Disable -Wuse-after-free for chartype.c. John Baldwin
- git: 8f27c9d14a55 - main - libiconv VIQR: Fix a use after free. John Baldwin
- git: 3736b2dd3270 - main - diff: Fix a use after free as well as a memory leak in change(). John Baldwin
- git: 611cf392672c - main - libfetch: Use memcpy in place of an odd strncpy. John Baldwin
- git: d30a1689f5b3 - main - libefivar: Fix a buffer overread. John Baldwin
- git: 1187e46d1b38 - main - nvmecontrol wdc: Don't pass a bogus pointer to free(). John Baldwin
- git: 2fb81691b02f - main - bhyve: Don't free an invalid pointer. John Baldwin
- git: ab9293239c7d - main - qsort_b_test: Only build on clang. John Baldwin
- Tue, 04 Oct 2022
- Re: 5e4854cbf8d8 - main - rescue: Link libzutil after libzfs. Ravi Pokala
- git: 24b96f35b911 - main - netinet*: move ipproto_register() and co to ip_var.h and ip6_var.h Gleb Smirnoff
- git: bb77f0c20493 - main - udp: typedef udp tunneling functions to functions, not pointers Gleb Smirnoff
- git: 0ab46f28dc71 - main - tcp: remove unnecessary include of tcp6_var.h Gleb Smirnoff
- git: 46ddeb6be8e8 - main - netinet6: retire ip6protosw.h Gleb Smirnoff
- git: 43d39ca7e518 - main - netinet*: de-void control input IP protocol methods Gleb Smirnoff
- git: 53807a8a27dc - main - netinet*: use sparse C99 initializer for inetctlerrmap Gleb Smirnoff
- git: 7f3b00a87aff - main - netinet: filter out invalid ICMP responses in ip_icmp() Gleb Smirnoff
- git: c0fc81e9138b - main - netinet*: remove dead code from TCP, UDP, SCTP control input Gleb Smirnoff
- git: 809fef291357 - main - netipsec: move specific ipsecmethods declarations to ipsec_support.h Gleb Smirnoff
- git: fcb3f813f379 - main - netinet*: remove PRC_ constants and streamline ICMP processing Gleb Smirnoff
- git: 775e20c159f5 - main - tcp: make tcp_drop_syn_sent() static Gleb Smirnoff
- git: 77198a945ae5 - main - tcp_timers: provide tcp_timer_drop() and tcp_timer_close() Gleb Smirnoff
- Re: git: fcb3f813f379 - main - netinet*: remove PRC_ constants and streamline ICMP processing Dmitry Chagin
- git: cd84e78f09ec - main - tcp idle reduce does not work for a server. Randall Stewart
- Re: git: fcb3f813f379 - main - netinet*: remove PRC_ constants and streamline ICMP processing Randall Stewart
- git: 1024bb26337b - main - qdivrem: Predict division by zero as false. Hans Petter Selasky
- git: 2ae08612424e - main - cuse(3): Cosmetic change about testing boolean values. Hans Petter Selasky
- git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd. Hans Petter Selasky
- git: 9f69c0b87da3 - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 . Hans Petter Selasky
- git: c2a808b977dd - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 . Hans Petter Selasky
- git: 1d41a0555787 - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 . Hans Petter Selasky
- git: a58536b91ae3 - main - pci: Disable Electromechanical Interlock. Alexander Motin
- git: 89e5ef8917af - main - Fix kernel build after 754cb545b68ba0a1643792763d000018ffe2afec . Hans Petter Selasky
- git: 9515313b26be - main - libc: Fix size range check in setvbuf Ed Maste
- git: a0a4f5cf1723 - main - Clear the indirect flag in the GICv3 ITS driver Andrew Turner
- Re: 5e4854cbf8d8 - main - rescue: Link libzutil after libzfs. John Baldwin
- Re: git: c2e561a38f73 - main - tail: Fix misleading indentation in ARG() macro. John Baldwin
- Re: 1024bb26337b - main - qdivrem: Predict division by zero as false. Ravi Pokala
- git: 89a9a13c1a91 - main - Remove unneeded FDT checks from phydev and regdev Andrew Turner
- git: 47218e711e70 - main - Include opt_platform.h to ensure FDT is defined Andrew Turner
- Re: git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd. John Baldwin
- Re: git: a58536b91ae3 - main - pci: Disable Electromechanical Interlock. John Baldwin
- git: d7eec79b7021 - main - makefs: Plug a memory leak Mark Johnston
- git: d5dc278eeca3 - main - riscv: Apply 8d7ee2047c5e to the riscv pmap Mark Johnston
- git: cba2fa7c5b5a - main - makefs: Add a cast to placate static analyzers Mark Johnston
- git: bdd101c4d4ae - main - dtrace: Add a "regs" variable Mark Johnston
- git: 6a720fb95a1b - main - git-arc: Fix handling of review title containing double quotes Mark Johnston
- Re: 5e4854cbf8d8 - main - rescue: Link libzutil after libzfs. Ed Maste
- git: be181ee2a28a - main - zfs: merge openzfs/zfs@d62bafee9 Martin Matuska
- Re: 1024bb26337b - main - qdivrem: Predict division by zero as false. Hans Petter Selasky
- Re: git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd. Hans Petter Selasky
- git: 5e5ebbee81bf - main - ssh-keyscan: Strictly enforce the maximum allowed SSH2 banner size Ed Maste
- git: 666605ad2df3 - main - ssh-keygen: fix double free in error path Ed Maste
- git: 963c7b084b8b - main - ssh-keysign: fix double free in error path Ed Maste
- git: a87d2d183093 - main - netlink: fix standalone module build Gleb Smirnoff
- git: b958b862b1f4 - main - netlink: make it working without INET6 Gleb Smirnoff
- git: 8ff4fc03e693 - main - traceroute6: fix capabilities for the rcv socket Michael Tuexen
- Re: git: a58536b91ae3 - main - pci: Disable Electromechanical Interlock. Alexander Motin
- Wed, 05 Oct 2022
- Re: git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd. Ed Maste
- Re: git: 89a9a13c1a91 - main - Remove unneeded FDT checks from phydev and regdev Emmanuel Vadot
- Re: git: 89a9a13c1a91 - main - Remove unneeded FDT checks from phydev and regdev Andrew Turner
- git: 9d4cff787ecb - main - Remove pre-armv6 support from devmap Andrew Turner
- git: e0853c933661 - main - Use SYSCTL_FOREACH in drm2 Andrew Turner
- git: fbc9f1b2d6cf - main - Remove an extra argument to SYSCTL_FOREACH Andrew Turner
- git: 4ea90153ac79 - main - vt(4): Make sure pressing the extend button updates the current selection. Hans Petter Selasky
- git: 18a44589fcdc - main - vt(4): Use define instead of numerical value. Hans Petter Selasky
- git: 90b89100548f - main - vt(4): When cutting a line, append a newline character. Hans Petter Selasky
- git: d2d30464365e - main - vt(4): Clear paste buffer after pasting. Hans Petter Selasky
- git: 55a3bd000d97 - main - usb(4): Make sure the enumeration thread doesn't loop too fast. Hans Petter Selasky
- git: fd6ecc184dbc - main - dhclient-script: cope with /32 address leases Kristof Provost
- git: 1fc839f48921 - main - if_vxlan(4): Add missing statistic for input packets Kristof Provost
- git: 1d090028d303 - main - pf: use time_to for timestamps Kristof Provost
- git: d701f45aba19 - main - Remove telnetd sources Brooks Davis
- git: 77becb932575 - main - Rename MACHINE_ABI and TARGET_ABI Brooks Davis
- git: 426fc376afaf - main - bsd.cpu.mk: Introduce MACHINE_ABI Brooks Davis
- git: c3fb59ed5c5f - main - libc: Include quad support on long32 ABIs Brooks Davis
- git: d63104d253e2 - main - Add information on how to load gmirror on boot to auto activate mirrors Benedict Reuschling
- git: 070e8d36d9b3 - main - grep: Add quotes in manpage when using wildcards with --include Daniel Engberg
- git: 2c9dc2384f85 - main - vm_page: Fix a logic error in the handling of PQ_ACTIVE operations Mark Johnston
- Re: git: d3f96f661050 - main - Fix O(n^2) behavior in sysctl Maxim Sobolev
- git: 2220b66fe0d5 - main - Add mbuf_tstmp2timeval() Konstantin Belousov
- git: c1ae7841d4e7 - main - arm64: Simplify initialization of pc_freemask. John Baldwin
- git: aabbe26939be - main - msk: Don't bother reading spare stats registers. John Baldwin
- git: ae70e8838c66 - main - msk: Use a void cast to mark values of dummy reads as unused. John Baldwin
- git: bb31e1bbf2ad - main - rs: Fix various harmless warnings. John Baldwin
- git: e5f2d5b35e79 - main - rs: Fix a use after free. John Baldwin
- git: ba86cffb2840 - main - rs: Fix some pointer arith UB. John Baldwin
- Thu, 06 Oct 2022
- git: 4cb3cb2de206 - main - LinuxKPI: Add pci_power querying for drm-kmod Emmanuel Vadot
- git: 84e86788705c - main - nvmecontrol: Add Samsung Extended SMART Information logpage support Benedict Reuschling
- git: 9e0edafe92ad - main - uslcom(4): Clear stall at every open. Hans Petter Selasky
- git: e590c9eff81c - main - Fix the options to build rk_usb2phy.c Andrew Turner
- git: 232323a531f4 - main - Stop relying on header pollution in sdhci_xenon.c Andrew Turner
- git: dc39a3346e7d - main - Make #if and #endif do what people expect in *_if.m Andrew Turner
- git: fdbd0ba75d99 - main - test/sys/opencrypto: Fix NIST KAT parser iterator Kornel Dulęba
- git: 6bdc398832a6 - main - uart_dev_snps: Fix device probing Kornel Dulęba
- git: 4f756295e0e3 - main - if_ovpn: ensure we're in net_epoch when calling ovpn_encap() Kristof Provost
- git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Konstantin Belousov
- git: c28220d8661e - main - vmd: Bypass MSI/MSI-X remapping when possible. Alexander Motin
- git: 9bce11410645 - main - vmd: Add DID 8086:7D0B and 8086:AD0B for Intel MTL SKUs Alexander Motin
- git: ccd69bd573f1 - main - Ignore IPv6 NA and drop IPv6 NS when BACKUP CARP address is used Andrey V. Elsukov
- git: 661faa1f77c0 - main - cxgbe/cxgbei: Do not validate the hardware iSCSI tag mask. Navdeep Parhar
- git: 7466f157f39d - main - arm64/machdep: Delete trailing whitespace Warner Losh
- git: e6d47601a34e - main - Makefile: replace mergemaster references with etcupdate Dries Michiels
- git: a7b568109ec7 - main - nvmecontrol: Fix i386 build Cy Schubert
- git: e4e91353c62e - main - ioat: Add Ice Lake ID. Alexander Motin
- git: 142c3c7fefed - main - nvmecontrol: Apply cast Cy Schubert
- git: a45048565a1c - main - bsdinstall: Fix race condition when shutting down after installation Jessica Clarke
- git: 344986ff4cb6 - main - zfs: powerpc: disable kernel floating point support Alfredo Dal'Ava Junior
- Re: git: 8cfbeb56aa16 - main - bsdinstall services: Improve mouse configuration Jessica Clarke
- Re: git: a7b568109ec7 - main - nvmecontrol: Fix i386 build Kristof Provost
- git: dd18b62cec62 - main - riscv: better CTR messages in pmap_enter_l2() Mitchell Horne
- git: 95b1c2706977 - main - riscv: optimize MADV_WILLNEED on existing superpages Mitchell Horne
- git: 9d1aef84021f - main - riscv: handle superpage in pmap_enter_quick_locked() Mitchell Horne
- git: 99fe523778af - main - riscv: add an assert to pmap_remove_pages() Mitchell Horne
- git: 1f9cc5ffc505 - main - riscv: handle kernel PTE edge-case in pmap_enter_l2() Mitchell Horne
- git: b05b1ecbef00 - main - amd64, arm64 pmap: fix a comment typo Mitchell Horne
- Fri, 07 Oct 2022
- Re: git: 55a3bd000d97 - main - usb(4): Make sure the enumeration thread doesn't loop too fast. Kubilay Kocak
- git: f48114b653a2 - main - ldd: ignore unverified files Simon J. Gerraty
- Re: git: f48114b653a2 - main - ldd: ignore unverified files Cy Schubert
- Re: git: f48114b653a2 - main - ldd: ignore unverified files Simon J. Gerraty
- git: 0d7445193abc - main - tcp: remove tcptw, the compressed timewait state structure Gleb Smirnoff
- git: 9c3507f91987 - main - tcp: in tcp_usr_detach() remove special handling of compressed time-wait Gleb Smirnoff
- git: 51c0184297eb - main - systat: remove INP_TIMEWAIT Gleb Smirnoff
- git: 53af69038164 - main - tcp: remove INP_TIMEWAIT flag Gleb Smirnoff
- Re: git: 0d7445193abc - main - tcp: remove tcptw, the compressed timewait state structure Gleb Smirnoff
- Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors Kristof Provost
- Re: git: 55a3bd000d97 - main - usb(4): Make sure the enumeration thread doesn't loop too fast. Hans Petter Selasky
- git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2) Benedict Reuschling
- git: 8758aabb169d - main - usb(4): Make the enumeration thread nice time a variable. Hans Petter Selasky
- git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Hans Petter Selasky
- git: de1ea2d5171e - main - if_vxlan(4): Correct the statistic for output bytes Kristof Provost
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Piotr P. Stefaniak
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Hans Petter Selasky
- Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface. Alexey Dokuchaev
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Piotr P. Stefaniak
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Hans Petter Selasky
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Piotr P. Stefaniak
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Warner Losh
- git: 9c6558383546 - main - siftr: apply filter early on Richard Scheffenegger
- git: 265d0f767ca8 - main - tcp: honor rfc1323 sysctl on passive sessions Richard Scheffenegger
- git: 6bf91573c153 - main - tcp: update repeat <SYN,ACK> with latest IP ECN info Richard Scheffenegger
- git: 46fcf947c6c8 - main - fusefs: during F_GETLK, don't change l_pid if no lock is found Alan Somers
- git: 50315501340c - main - Bump MAC_VERSION to 5 Allan Jude
- git: 947fcb84b77a - main - Update the organization graph for pkgmgr Event: Aberdeen 2022 Hackathon Rene Ladan
- git: 307625842b02 - main - w: don't truncate if we're writing libxo json/xml Kristof Provost
- git: 61ab88d87330 - main - if_ovpn: remove an incorrect assertion Kristof Provost
- Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors Bryan Drewery
- git: 4d90a5afc51b - main - sys: Consolidate common implementation details of PV entries. John Baldwin
- Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface. Xin LI
- git: 765c48cc8672 - main - sys/_pv_entry.h: Drop UCB copyright as this is all Peter's code. John Baldwin
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. John Baldwin
- git: ce9e720af2f8 - main - <sys/_pv_entry>: Add a fallback for __LONG_WIDTH__ for older compilers. John Baldwin
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Gleb Smirnoff
- Re: git: ce9e720af2f8 - main - <sys/_pv_entry>: Add a fallback for __LONG_WIDTH__ for older compilers. John Baldwin
- Re: git: ce9e720af2f8 - main - <sys/_pv_entry>: Add a fallback for __LONG_WIDTH__ for older compilers. Warner Losh
- git: af390486010e - main - bus.h: rewrite comment describing intr_type Mitchell Horne
- git: 34aac98e3511 - main - EVENTHANDLER(9): drop the list of event handlers Mitchell Horne
- Sat, 08 Oct 2022
- git: 9c1bec9c21a2 - main - nvmecontrol: improve namespace size unit of devlist command output Warner Losh
- Re: git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2) Konstantin Belousov
- Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Konstantin Belousov
- git: 39d6144dcd94 - main - ns8250_drain: Drain without DELAY first Colin Percival
- git: 2da6a6b31d9c - main - nvmecontrol: use uintmax_t for a size Warner Losh
- git: 891c69864ed9 - main - cam: Use FreeBSD standard copyright Warner Losh
- git: beba54e4b834 - main - kboot: Move load address stuff to MD code Warner Losh
- git: 6700f34d126e - main - kboot: hostdisk add to lsdev output Warner Losh
- Re: git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2) Hans Petter Selasky
- Re: git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2) Konstantin Belousov
- git: 44b0b943b8f3 - main - Revert "Add extra EINVAL information about wrong block size to read(2)/write(2)" Benedict Reuschling
- git: 143942f9929a - main - unr: remove UNR64_LOCKED Mateusz Guzik
- Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface. Pedro Giffuni
- git: 98d920d9cf0b - main - bhyve: Annotate unused function parameters Mark Johnston
- git: 07d82562d874 - main - bhyve: Make pci_bars local to pci_emul.c Mark Johnston
- git: 3dddf73ee1eb - main - bhyve: Make bc_magic unsigned Mark Johnston
- git: 5b966d7871aa - main - bhyve: Initialize the return value in blockif_register_resize_callback() Mark Johnston
- git: 133935d26f20 - main - pf: atomically increment state ids Kristof Provost
- git: 1e9482f4331b - main - inet: Simplify if_multiaddrs iteration. Alexander Motin
- Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface. Alexey Dokuchaev
- Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface. Alexey Dokuchaev
- git: f860ce815177 - main - zfs: mix mismerge in zfs_znode_free Mateusz Guzik
- Re: git: 133935d26f20 - main - pf: atomically increment state ids Gleb Smirnoff
- Re: git: 133935d26f20 - main - pf: atomically increment state ids Mateusz Guzik
- git: 1e588a9ceb36 - main - rpc.tlsservd: Add an option to run multiple daemons Rick Macklem
- Sun, 09 Oct 2022
- git: 36bb350e374a - main - Update tip for adding a user to wheel: Pau Amma
- git: 1fcc50004ceb - main - ipfilter: Removed unused ioctl typedef Cy Schubert
- Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface. Xin Li
- Re: git: 497cdf9673ec - main - sh: read more profile files. FreeBSD User
- Re: git: 497cdf9673ec - main - sh: read more profile files. Cy Schubert
- Re: git: 133935d26f20 - main - pf: atomically increment state ids Kristof Provost
- git: 99e6980fcf5e - main - device_get_property: add a HANDLE case Bjoern A. Zeeb
- Mon, 10 Oct 2022
- git: 29d7f1ff5795 - main - igc: remove unnecessary PHY ID checks Kevin Bowling
- git: ad20efdde208 - main - Sync TCP related kernel config options Michael Tuexen
- git: 67f2a563bfca - main - acpi: Tell SMM we will handle CPPC notifications Tom Jones
- Re: git: 67f2a563bfca - main - acpi: Tell SMM we will handle CPPC notifications Jessica Clarke
- git: 273d0715f6b1 - main - amd64: remove useless addr2 variables in page range invalidation handlers Konstantin Belousov
- git: e0612ed490c7 - main - amd64 pmap: add comment explaining why INVLPG is functional for PCID config Konstantin Belousov
- git: 28ff96115d95 - main - hwpmc: Move DMC-620 and CMN-600 events to allow for full Armv8.0 space Jessica Clarke
- git: 8938d16266f5 - main - hwpmc: Define full set of Armv8.0 events Jessica Clarke
- git: 2eaef8ec4af1 - main - igc: Fix up hw vlan ops Kevin Bowling
- Re: git: 99e6980fcf5e - main - device_get_property: add a HANDLE case Jessica Clarke
- git: 91a84eb5ba90 - main - pmc.sandybridge(3): Fix a few EVENT_ vs Event inconsistencies Jessica Clarke
- Tue, 11 Oct 2022
- git: f3dba162bd46 - main - init: allow to start script executions with sh -o verify Wojciech Macek
- git: bab2efd47be8 - main - stress2: Temporarily removed the rename(2) tests as these seem to trigger a deadlock. Count the number of CLEAN + MODIFIED reports from fsck_ffs and flag counts > 1 as an error Peter Holm
- git: eee0f7aea425 - main - acpi: Put CPPC workaround behind i386/amd64 if def Tom Jones
- Re: git: 67f2a563bfca - main - acpi: Tell SMM we will handle CPPC notifications Tom Jones
- Re: git: 99e6980fcf5e - main - device_get_property: add a HANDLE case Bjoern A. Zeeb
- git: 12c1c65d8a66 - main - Mark 64-bit arm64 hypervisor registers with UL Andrew Turner
- git: 82860bcb6441 - main - Add more Arm CPUs to the arm64 cpu ident Andrew Turner
- Re: git: 99e6980fcf5e - main - device_get_property: add a HANDLE case Jessica Clarke
- git: 6e6c45e66f68 - main - nanobsd: update copies of SSH config files Ed Maste
- Re: git: eee0f7aea425 - main - acpi: Put CPPC workaround behind i386/amd64 if def Warner Losh
- Re: git: 67f2a563bfca - main - acpi: Tell SMM we will handle CPPC notifications Warner Losh
- git: 9b4cbaa9c3da - main - riscv: handle misaligned address exceptions Mitchell Horne
- Re: git: 67f2a563bfca - main - acpi: Tell SMM we will handle CPPC notifications Tom Jones
- Re: git: 67f2a563bfca - main - acpi: Tell SMM we will handle CPPC notifications Warner Losh
- git: 9871ae6aa91f - main - Track kern.ipc.somaxconn -> kern.ipc.soacceptqueue rename Ed Maste
- git: a1e39f96d244 - main - nanobsd: remove unmodified copies of ssh config files Ed Maste
- git: f4f6bc636787 - main - Correct typo in soacceptqueue setting Ed Maste
- git: 4982884b99e8 - main - nvme: Always set deadline to max Warner Losh
- git: aa62d30d46f7 - main - sys/_pv_entry.h: Include sys/param.h Warner Losh
- git: 1be88beabb3c - main - release: link from /boot/msdos to efi Warner Losh
- git: d88131e1e50c - main - ofw_graph(9): hook it up to the Makefile Mitchell Horne
- git: 76e6e4d72f8d - main - listen(): improve POSIX compliance Michael Tuexen
- git: 301a27dc6546 - main - atomic: Style Mark Johnston
- git: f0bc4ed144fc - main - kinst: Initial revision Mark Johnston
- git: 2179a159ea93 - main - libdtrace: Add kinst support Mark Johnston
- git: 6f6d1fc7c8e5 - main - kinst: Add a manual page Mark Johnston
- git: 2e5699fb9cd8 - main - RELNOTES: Add an entry for dtrace_kinst(4) Mark Johnston
- git: bf7022dee636 - main - dtraceall: Automatically load kinst.ko on amd64 Mark Johnston
- git: 19a847e5f282 - main - kinst: Add a rudimentary regression test case Mark Johnston
- Re: git: 8758aabb169d - main - usb(4): Make the enumeration thread nice time a variable. Kubilay Kocak
- Wed, 12 Oct 2022
- git: 5d56371c70d7 - main - contrib/tzdata: import tzdata 2022e Philip Paeps
- git: bc0d40767636 - main - Revert "listen(): improve POSIX compliance" Michael Tuexen
- git: 0b4886f4543e - main - pci_vendors: update to 2022.09.09 Baptiste Daroussin
- git: c0358afd5bbc - main - pw: exit with an error in case of using an illegal option Baptiste Daroussin
- git: 88e6c9a674be - main - pw: remove the inaccurate anymore information from the README Baptiste Daroussin
- git: 66dad2db0a48 - main - Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration" Kevin Bowling
- git: aa05c93cb793 - main - blacklistd: Update documentation changes Ed Maste
- git: a312f3e74286 - main - sort: add wrapper around calloc Baptiste Daroussin
- git: ecc3c2916751 - main - sort: replace malloc+memset with calloc Baptiste Daroussin
- git: ed990a7a2ff8 - main - sort: remove NLS support Baptiste Daroussin
- git: 00ffd6b5e88e - main - OptionalObsoleteFiles: grep nls files have been removed 4 years ago Baptiste Daroussin
- git: 45c11d540199 - main - blacklistd: Fix usage for blacklistd/blacklistctl Ed Maste
- git: b58094c0d98e - main - sort: replace home made line reader by getdelim(3) Baptiste Daroussin
- git: 169487223143 - main - dma: restore addition of newline when missing from input Ed Maste
- git: 3f9e5e59bda0 - main - sort: use mkstemp(3) instead of reinventing it Baptiste Daroussin
- git: e23c3445f69c - main - Remove last references of vm_ih Mitchell Horne
- git: 96b76a6a1edd - main - swi(9): clean up description of clk_intr_event Mitchell Horne
- git: 05b727fee550 - main - Downgrade tty_intr_event from a global Mitchell Horne
- git: ed02be352dc9 - main - swi(9): remove BUGS section Mitchell Horne
- git: 30c6a6686482 - main - malloc(9): update names and hardlinks Mitchell Horne
- git: 631bdcf3043c - main - blacklistd: whitespace cleanup Ed Maste
- git: 87fa64c569c5 - main - refcount.9: Update refcount_acquire(9) description after a67d540832b8 Ka Ho Ng
- git: fca7ac55f8db - main - ssh: remove pre- and post-merge update steps Ed Maste
- git: b290769b9811 - main - blacklistd: silence sign-conversion warning from Clang Ed Maste
- git: 16d39eadf73b - main - blacklistd: Don't remove a ruleset if we have already added it Ed Maste
- git: f428cd0ebf9f - main - Copyedit git-arc(1) Pau Amma
- git: b34a6e0fed4a - main - dtrace: Drop illumos ifdefs for CPU register definitions Mark Johnston
- git: 53a31c87df9f - main - libdtrace: Fix some CPU register number definitions to match the kernel Mark Johnston
- git: dd36606b1bc9 - main - sctp: improve sending of ABORT packets in response to INIT-ACKs Michael Tuexen
- Thu, 13 Oct 2022
- git: c59871e92293 - main - vinum/geom_vinum_var.h: Fix missing linefeed in license. Pedro F. Giffuni
- git: f02c78375736 - main - sort: use memset to initialize structure when possible Baptiste Daroussin
- git: e8815fb30b34 - main - sort: remove unused function Baptiste Daroussin
- git: 8b9071360a31 - main - sort: unify the code to read from FILE * Baptiste Daroussin
- git: 4d4fcf619efc - main - sort: cleanup now unused structutre and prototypes Baptiste Daroussin
- git: f079ef8aa428 - main - sort: simplify the code to handle -z flag Baptiste Daroussin
- git: 958b0d464253 - main - sort: deindent openfile Baptiste Daroussin
- git: 48a53cc48495 - main - sort: use asprintf(3) instead of malloc + snprintf(3) Baptiste Daroussin
- git: f9d9a7cc4f2f - main - sort: deindent closefile Baptiste Daroussin
- git: ffd41d39c660 - main - sort: simplify file_reader_clean Baptiste Daroussin
- git: 226e41467ee1 - main - sort: deindent file_reader_free and cleanup its usage Baptiste Daroussin
- git: 1c14656dad0c - main - blacklistd: Reduce diff with upstream Ed Maste
- git: 63f6075fcfdc - main - blacklistd: Whitespace police Ed Maste
- git: 07b1ea961af7 - main - renice: Force /bin/sh usage on su calls for the regression tests. Olivier Cochard
- git: 3ba34b07a4c0 - main - inpcb: provide in_pcbremhash() to reduce copy-paste Gleb Smirnoff
- git: 2e0e27392732 - main - netinet6: trim overly long lines in GET_PKTOPT_VAR(), fit into 80 chars Gleb Smirnoff
- Fri, 14 Oct 2022
- git: ed7910fbac07 - main - Revert "Avoid using TARGET_ARCH in llvm.build.mk" Kyle Evans
- git: 0701dbda94f2 - main - loader: fix elf lookup_symbol type filtering Kyle Evans
- git: 12b92f3ed82a - main - bsdinstall: use the correct DISTDIR for fetching local distfiles Kyle Evans
- Re: git: 12b92f3ed82a - main - bsdinstall: use the correct DISTDIR for fetching local distfiles Kyle Evans
- git: a974702e274c - main - pf: apply the network stack's ICMP rate limiting to ICMP errors sent by pf Kristof Provost
- git: 0bda8d3e9f7a - main - vmm: permit some IPIs to be handled by userspace Emmanuel Vadot
- git: f56801d6d977 - main - vmm: increase vlapic version Emmanuel Vadot
- git: 2a2a64c4b93f - main - vmm: validate icr value Emmanuel Vadot
- git: b4e483bdb06b - main - kinst: Remove an unused constant Mark Johnston
- git: 73a78b5efa73 - main - kinst: Clarify a comment in the trampoline allocator Mark Johnston
- git: ba7319e9091b - main - Add initial DPAA2 support Dmitry Salychev
- git: 82512c17ea39 - main - clnt_vc.c: Replace msleep() with pause() to avoid assert panic Rick Macklem
- Sat, 15 Oct 2022
- git: b37707bb3930 - main - pf: fix LINT-NOINET6 build Kristof Provost
- git: 43f8c763cdee - main - if_me: Use dedicated network privilege Kristof Provost
- git: 7d9dc91a9901 - main - nfscl: Fix the NFSv4.0 mount so that it does not crash Rick Macklem
- git: 3cdbaee3548a - main - ithread(9): update functions to current day Mitchell Horne
- git: 0cec1648b43e - main - intr_event(9): update the example of swi_add() Mitchell Horne
- git: dfc91493abc6 - main - intr_event(9): update top-level description Mitchell Horne
- git: cb9425e21c91 - main - intr_event(9): update existing function descriptions Mitchell Horne
- git: 2af741fc5389 - main - intr_event(9): update copyright Mitchell Horne
- git: 39888ed7a3dc - main - kern_intr: Check for NULL event in intr_destroy() Mitchell Horne
- git: 204a5f5800a0 - main - sbuf(9): reference the correct function Mitchell Horne
- Sun, 16 Oct 2022
- git: e6901a29bc43 - main - kvm_close(3): Check kd->sparse_map != NULL before munmap Ashish SHUKLA
- git: 8063dc03202f - main - nfsd: Make Setxattr/Removexattr NFSv4.2 ops IO_SYNC Rick Macklem
- git: 64d318ea98b7 - main - unbound: Vendor import 1.17.0 Cy Schubert
- git: 8cee2ebac54a - main - Revert "unbound: Vendor import 1.17.0" Cy Schubert
- git: 865f46b25559 - main - unbound: Reapply Vendor import 1.17.0 Cy Schubert
- Mon, 17 Oct 2022
- git: b136983a8a78 - main - if_ovpn: fix use-after-free Kristof Provost
- git: 0ca740d9a639 - main - xargs: fix exit code when using -P Mateusz Guzik
- git: 3c3b906b5423 - main - fusefs: After successful F_GETLK, l_whence should be SEEK_SET Alan Somers
- git: 2e797555f701 - main - if_ovpn(4): implement ioctl() to set if_flags Kristof Provost
- git: ca2560bd85ab - main - rtld: fix typo in comment Konstantin Belousov
- git: 11778fca4a83 - main - Fix mpr(4) panic during a firmware update. Kenneth D. Merry
- Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors Matteo Riondato
- git: 9a86a3cd9b4c - main - truss: remove now-unused special case for MIPS Ed Maste
- git: 1e6577831d39 - main - config(5): drop mention of mips Mitchell Horne
- git: 04620006b911 - main - pthread_setschedparam(3): document EPERM return Mitchell Horne
- git: ba4782022ac8 - main - ksched: correct return code for invalid priority Mitchell Horne
- git: 4a9b1a146385 - main - getpagesize(3): cross-reference getpagesizes(3) Mitchell Horne
- git: 101ba46bb6bd - main - libproc: retire now-unused MIPS support Ed Maste
- git: a3da8329c509 - main - carp: fix regression panic from ccd69bd573f Gleb Smirnoff
- git: 9f6097d6a691 - main - linuxkpi: retire now-unused MIPS support Ed Maste
- git: 9c9501390512 - main - iflib: Introduce v2 of TX Queue Select Functionality Eric Joyner
- Tue, 18 Oct 2022
- git: 7fb975c8fb97 - main - dpaa2: fix build without FDT Gleb Smirnoff
- git: 2782ed8f6cd3 - main - dpaa2: fix standalone module build Gleb Smirnoff
- git: d6eabdac2ef4 - main - dpaa2: fix build without WITNESS Gleb Smirnoff
- git: c32bd97641da - main - kern: Support duplicate variables in early kenv Colin Percival
- git: 0e1f5ab7db2c - main - virtio_mmio: Support command-line parameters Colin Percival
- git: 86f8f5ccb798 - main - vtblk: Make vtblk_request_execute return void. Colin Percival
- git: cc25cfc9cf8a - main - vtblk: Requeue inside vtblk_request_execute Colin Percival
- git: 3a8aff9d0879 - main - vtblk: Include pointer to softc in request Colin Percival
- git: 782105f7c898 - main - vtblk: Use busdma Colin Percival
- git: c4b68e7e53bb - main - ns8250: Check if flush via FCR succeeded Colin Percival
- git: 2297a1633d86 - main - Add NO_LEGACY_PCIB kernel option to i386, amd64 Colin Percival
- git: d1ca8cc638c4 - main - x86: Add MPTABLE_LINUX_BUG_COMPAT option Colin Percival
- git: 023a025b5cb1 - main - x86: Add support for PVH version 1 memmap Colin Percival
- git: a8ea1540640f - main - x86: Distinguish Xen from non-Xen PVH boots Colin Percival
- git: c4a4011c744a - main - PVH: support whitespace cmdline splitting Colin Percival
- git: 13f34e211b5c - main - PVH: Set bootmethod to PVH Colin Percival
- git: 469ad8603127 - main - amd64: Add FIRECRACKER kernel configuration Colin Percival
- git: 7b5d62bb73e3 - main - ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete. Takanori Watanabe
- git: 188e0696705f - main - if_ovpn tests: test explicit exit notifications Kristof Provost
- git: 713efe054297 - main - if_ovpn tests: fix timeout test case Kristof Provost
- Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors Kristof Provost
- Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors Matteo Riondato
- Re: git: 497cdf9673ec - main - sh: read more profile files. Dag-Erling_Smørgrav
- git: 751ec8af5ea1 - main - mpr(4): Add Aero/Sea devices to supported hardware list Li-Wen Hsu
- Re: git: 7b5d62bb73e3 - main - ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete. Jessica Clarke
- git: 3467e28f3d11 - main - mailwrapper: create mailwrapper symlinks for dma(8) Baptiste Daroussin
- Re: git: 0e1f5ab7db2c - main - virtio_mmio: Support command-line parameters Jessica Clarke
- git: 5be5d0d5cb26 - main - geom_part: Check number of GPT entries and size of GPT entry Mark Johnston
- git: e03b7883e97c - main - mbuf: don't include lock.h conditionally Gleb Smirnoff
- Re: git: 0e1f5ab7db2c - main - virtio_mmio: Support command-line parameters Colin Percival
- git: a4ee0edc4a0b - main - libc: Make elf_aux_info() return an error if AT_USRSTACK* is undefined Mark Johnston
- git: ae7816576e44 - main - nfsd: Make the pNFS server update Change for Setxattr/Rmxattr Rick Macklem
- Wed, 19 Oct 2022
- git: 1e902c9b3433 - main - uma: correct prototype in the documentation Gleb Smirnoff
- git: c37384665f0d - main - tcp: style the struct tcpcb definition Gleb Smirnoff
- git: f6e5319550f6 - main - fusefs: fix VOP_ADVLOCK with SEEK_END Alan Somers
- git: af3297898720 - main - logger: fix builds without casper Mariusz Zaborski
- git: 38a52bd3b5ca - main - ssh: update to OpenSSH 9.1p1 Ed Maste
- git: 23d2fcfbb29d - main - subr_bus.c: some style Konstantin Belousov
- git: d9c5a9ea498a - main - device_get_path(): do not drop the error from BUS_GET_DEVICE_PATH() Konstantin Belousov
- git: 8cf783bde353 - main - device_get_path(): handle case when dev is root Konstantin Belousov
- git: 555a861d6826 - main - device_get_path(): take sbuf directly Konstantin Belousov
- git: d05e43bc0d57 - main - pax: update date parsing code (from OpenBSD) Dag-Erling Smørgrav
- git: 7f055843ac50 - main - tmpfs: change return type of tmpfs_pages_check_avail() to bool Konstantin Belousov
- git: 8b32cdec9cd5 - main - tmpfs: order include files alphabetically Konstantin Belousov
- git: 33ce17883506 - main - vn_bmap_seekhole: check that passed offset is non-negative Konstantin Belousov
- git: 5bd45b2ba3f2 - main - swap_pager_find_least(): assert that the function is called on the right object type Konstantin Belousov
- git: 934bfc128efa - main - Add vm_page_any_valid() Konstantin Belousov
- git: 85cff1455a8c - main - tmpfs: implement FIOSEEKDATA and FIOSEEKHOLE Konstantin Belousov
- git: e9adbcdf2e80 - main - tmpfs: report minimal hole size Konstantin Belousov
- git: 2dba2288aa36 - main - uma: Never pass cache zones to memguard Mark Johnston
- git: b6689752186c - main - ntp: retire now-unused MIPS cases Ed Maste
- git: a20a02abcdc9 - main - pmc: remove write-only variable Pawel Biernacki
- git: e1401f75790f - main - cxgbe: use standard sototcpcb() accessor macro to get socket's tcpcb Gleb Smirnoff
- git: b2c558c898b8 - main - cxgbe: include headers required to include t4_tom.h Gleb Smirnoff
- git: b6a816f11688 - main - inpcb: garbage collect so_sototcpcb() Gleb Smirnoff
- git: 24cf7a8d6285 - main - inpcb: provide pcbinfo pointer argument to inp_apply_all() Gleb Smirnoff
- Thu, 20 Oct 2022
- git: 2a31a06bf1bb - main - Add random VMware device IDs. Alexander Motin
- git: 6f4c938b2b8e - main - riscv: drop a dead declaration Mitchell Horne
- git: 330acb188324 - main - riscv: reject CPUs with mmu-type "riscv,none" Mitchell Horne
- git: fc4c39c54fc2 - main - kldxref: handle R_RISCV_64 relocation Mitchell Horne
- git: a9b24e4dc28a - main - riscv: fix relocation handling for R_RISCV_64 Mitchell Horne
- Re: git: 11778fca4a83 - main - Fix mpr(4) panic during a firmware update. Alan Somers
- Re: git: 11778fca4a83 - main - Fix mpr(4) panic during a firmware update. Ken Merry
- Re: git: 11778fca4a83 - main - Fix mpr(4) panic during a firmware update. Alan Somers
- Re: git: 11778fca4a83 - main - Fix mpr(4) panic during a firmware update. Ken Merry
- Re: git: 11778fca4a83 - main - Fix mpr(4) panic during a firmware update. Alan Somers
- git: f9d615746fa6 - main - arm: Remove useless armv6/armv7 options Warner Losh
- git: f94d74ff3a9f - main - arm: Fix name of config file in comment Warner Losh
- git: 91dc225a7bd8 - main - conf: Document why we have ARM64 and RISCV options Warner Losh
- git: e32e6e42fab3 - main - arm: Remove unused ffs.S Warner Losh
- git: 3346ae0d24c0 - main - xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set. Hans Petter Selasky
- git: 30e555de804f - main - xhci(4): Update list of quirks in manual page. Hans Petter Selasky
- git: 7ca710589a76 - main - Add me as ports committer, update mentor/mentee Ronald Klop
- git: 83c1ec92e454 - main - tcp: ECN preparations for ECN++, AccECN (tcp_respond) Richard Scheffenegger
- Fri, 21 Oct 2022
- git: a2d60916d0dd - main - xhci(4): Fix spelling in manual page. Hans Petter Selasky
- git: 0c38e1c3383a - main - arm64: Hyper-V: vmbus: use the IRQ resource from vmbus_res Wei Hu
- git: 3f8f02b2abfe - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2) Wei Hu
- git: 443e6eccbd8f - main - arm64: Hyper-V: fix a commit error caused duplicated lines in vmbus_aarch64.c Wei Hu
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Kristof Provost
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Konstantin Belousov
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Kristof Provost
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Konstantin Belousov
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Kristof Provost
- Re: git: 0c38e1c3383a - main - arm64: Hyper-V: vmbus: use the IRQ resource from vmbus_res Andrew Turner
- Re: git: 2782ed8f6cd3 - main - dpaa2: fix standalone module build Bjoern A. Zeeb
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Mark Millard
- git: 04f6b9cb1822 - main - w: cosmetic fixes. Dag-Erling Smørgrav
- Re: 3f8f02b2abfe - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2) Ravi Pokala
- Re: git: 2782ed8f6cd3 - main - dpaa2: fix standalone module build Andrew Turner
- git: 0929a153fc5c - main - Add a description of soft updates journaling to newfs(8). Kirk McKusick
- git: 243a0eda9ace - main - Increase the maximum size of the journaled soft-updates journal. Kirk McKusick
- Re: git: 2782ed8f6cd3 - main - dpaa2: fix standalone module build Bjoern A. Zeeb
- Re: git: 2782ed8f6cd3 - main - dpaa2: fix standalone module build Warner Losh
- Re: git: d6eabdac2ef4 - main - dpaa2: fix build without WITNESS Bjoern A. Zeeb
- git: 787df454c817 - main - stabd/geli: Bail out if you can't get the disks size Warner Losh
- Sat, 22 Oct 2022
- git: 15b3e3bb7efc - main - ctld: if adding a target fails, retry it on the next reload Alan Somers
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Konstantin Belousov
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Jessica Clarke
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Alexey Dokuchaev
- git: f585d13dd60b - main - rtld: remove unused macro FPTR_TARGET Konstantin Belousov
- git: b7761f1f0830 - main - x86/busdma: Limit reserved pages if low nsegs Colin Percival
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Mark Millard
- git: 4c9db9566e67 - main - linprocfs: Add net/route. Dmitry Chagin
- Re: git: 9cabef3d146e - main - ldd: use direct exec mode unconditionally Konstantin Belousov
- git: 8d7221ca2dd5 - main - sh: when loading profile, read only .sh files. Dag-Erling Smørgrav
- git: 71ebd2d00b96 - main - iwlwifi: constify another argument of iwl_print_hex_dump() Bjoern A. Zeeb
- git: 92daf3a606e6 - main - iwlwifi: prepare to support debugfs Bjoern A. Zeeb
- Re: git: 243a0eda9ace - main - Increase the maximum size of the journaled soft-updates journal. Bjoern A. Zeeb
- Re: git: b7761f1f0830 - main - x86/busdma: Limit reserved pages if low nsegs Bjoern A. Zeeb
- git: 0080f30ff16e - main - LinuxKPI: 802.11: add changes to support debugfs in iwlwifi Bjoern A. Zeeb
- Re: git: b7761f1f0830 - main - x86/busdma: Limit reserved pages if low nsegs Colin Percival
- Sun, 23 Oct 2022
- git: bb3230e40bea - main - geli: Move check for DEVT_DISK into geli_probe_and_attach Warner Losh
- git: 2cb90a7b2efc - main - stand/kboot: hostdisk isn't a DEVT_DISK, use a different value. Warner Losh
- git: e0c3f66b4d5f - main - stand/efi: Call md_copymodules based on __LP64__ to fix 32-bit arm Warner Losh
- git: ee29897fc3d6 - main - time(3): Declare the minimum and maximum hz values supported. Hans Petter Selasky
- git: 35a33d14b593 - main - time(3): Optimize tvtohz() function. Hans Petter Selasky
- git: 15bd2f366d3e - main - acpi: Create cppc_notify sysctl before it is checked Tom Jones
- git: 4a1c23a708f9 - main - bhyve: Address some warnings in bhyverun.c Mark Johnston
- git: 33dfef5cf3df - main - bhyve: Fix some warnings in the ps2 emulation code Mark Johnston
- git: 7039bdd5351a - main - bhyve: Use the proper type for string literals Mark Johnston
- git: cd49c066a356 - main - bhyve: USB device model structures can be qualified with "static" Mark Johnston
- git: 63898728b544 - main - bhyve: Avoid arithmetic on void pointers Mark Johnston
- git: c9faf6987406 - main - bhyve: Fix some warnings in the snapshot code Mark Johnston
- git: f703dc0ef0e1 - main - bhyve: Put the prototype for vmexit_task_switch() in a header Mark Johnston
- git: 84633b9d5244 - main - bhyve: Put the prototype for vga_render() in a header Mark Johnston
- git: 489392feb7dd - main - bhyve: Make hda_ops function tables const Mark Johnston
- git: eb805f4e0f6a - main - bhyve: Annotate an unused function as such Mark Johnston
- git: fdd95483332b - main - time(3): Fix spelling. Hans Petter Selasky
- git: 3b5e5ce87bc8 - main - bhyve: Handle snapshots of unconfigured virtio-net devices Mark Johnston
- git: 64d3da006376 - main - LinuxKPI: 802.11: add MO tracing Bjoern A. Zeeb
- git: d3975204e4af - main - LinuxKPI: add MSEC_PER_SEC Bjoern A. Zeeb
- Mon, 24 Oct 2022
- git: 799db59e9a5e - main - stress2: Update tool to list both DATA and HOLES in a file. Added a regression test. Peter Holm
- git: ee920bc903d2 - main - stress2: Added a regression test for D37024 Peter Holm
- git: dc12ee39b7f2 - main - if_ovpn: add sysctls for netisr_queue() and crypto_dispatch_async() Kristof Provost
- git: 2db785aa01eb - main - arm64: Hyper-V: fix couple more commit errors caused by duplicated lines Wei Hu
- git: 22893e584032 - main - bridge: default to not filtering L3 Kristof Provost
- git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device Takanori Watanabe
- Re: git: dc12ee39b7f2 - main - if_ovpn: add sysctls for netisr_queue() and crypto_dispatch_async() Kristof Provost
- git: c61b3f7de9a0 - main - OpenBSM: fix free() in au_read_rec error case Ed Maste
- Re: git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device Cy Schubert
- git: 7322a6bcacff - main - bsd-family-tree: OpenBSD 7.2 and DragonFly BSD 6.0.1 Sergey A. Osokin
- Re: git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device Konstantin Belousov
- Re: git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device Dag-Erling_Smørgrav
- git: 9cf5db63698b - main - acpi_ged: fix build, as module and non INTRNG case. Takanori Watanabe
- Re: git: 9cf5db63698b - main - acpi_ged: fix build, as module and non INTRNG case. Jessica Clarke
- Re: git: 9cf5db63698b - main - acpi_ged: fix build, as module and non INTRNG case. Kyle Evans
- Re: git: 22893e584032 - main - bridge: default to not filtering L3 Shawn Webb
- Re: git: 9cf5db63698b - main - acpi_ged: fix build, as module and non INTRNG case. Warner Losh
- Re: git: 22893e584032 - main - bridge: default to not filtering L3 Kristof Provost
- Re: git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device Jessica Clarke
- git: d653aaec7a31 - main - cache: add cache_assert_no_entries Mateusz Guzik
- git: 3c62f0f60894 - main - RELNOTES: Add an entry for if_bridge l3 filtering default change Kristof Provost
- git: ba23f762ece5 - main - acpi_ged: fix build with ACPI_DEBUG Gleb Smirnoff
- Re: git: ba23f762ece5 - main - acpi_ged: fix build with ACPI_DEBUG Gleb Smirnoff
- git: 6fe0a6c80a1a - main - zfs: Fix a pair of bugs in zfs_fhtovp() Mark Johnston
- git: 9ca7ca92f3a3 - main - man4: Hook mac_ddb.4 up to the build Mark Johnston
- Re: git: 9cf5db63698b - main - acpi_ged: fix build, as module and non INTRNG case. Warner Losh
- git: eca818c872f7 - main - stand/efi: Simpler construct Warner Losh
- git: d4f6b11f66de - main - DEFAULTS: move intrng to DEFAULTS for its platforms. Warner Losh
- git: d6f1e6aa11d8 - main - config: Make ISAPNP be in opt_dontuse.h Warner Losh
- git: 4355ab6f04b7 - main - config.mk: All options in DEFAULTS are now defined in opt_global.h Warner Losh
- git: ef1851fb435d - main - acpi_ged: Module build no longer needs to define INTRNG Warner Losh
- git: 13b1d6f0c934 - main - if_ovpn: avoid netisr_queue name conflicts Kristof Provost
- Re: git: d4f6b11f66de - main - DEFAULTS: move intrng to DEFAULTS for its platforms. John Baldwin
- git: 31bc602ff811 - main - Rack and BBR broken with the new timewait state purge. Randall Stewart
- git: 16295b0a5a57 - main - dpaa2: cleanup some include files Bjoern A. Zeeb
- git: 3e9b4532d174 - main - libvmmapi: Provide an interface for limiting rights on the device fd Mark Johnston
- git: fb7ce0a95ef1 - main - bhyve: Use the new vm_limit_rights() interface Mark Johnston
- git: eefd863cbae9 - main - bhyve: Drop a bogus const qualifier Mark Johnston
- git: b5a81075903b - main - LinuxKPI: seq_file add "private" versions. Bjoern A. Zeeb
- Tue, 25 Oct 2022
- git: fd6dd33dc087 - main - opencrypto: fix null esp crypt Konstantin Belousov
- git: 156ce1e51ce9 - main - net8021: Fix a typo in a kernel error message Gordon Bergling
- git: 558ec54da33c - main - netpfil: Fix two typos in source code comments Gordon Bergling
- Re: git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device Yuri Pankov
- git: 2d00d160aefe - main - man: hook acpi_ged.4 to build. Takanori Watanabe
- git: 1cc4c2f90f40 - main - run.4: Fix a typo in the DIAGNOSTICS section Gordon Bergling
- git: 31c472b8a6e4 - main - CMSG_DATA.3: Fix a typo in the EXAMPLES section Gordon Bergling
- git: dabebd0ba251 - main - ocs_fc(4): Fix a typo in an error message Gordon Bergling
- git: c03e35accc46 - main - firewire(4): Fix a typo in an error message Gordon Bergling
- git: 4bd5e6221ed1 - main - zfsd(8): Fix a typo in an error message Gordon Bergling
- git: 24a630de8100 - main - arcmsr(4): Fix a typo in a source code comment Gordon Bergling
- git: 7bef61eef3a8 - main - dconschat(8): Fix a typo in an error message Gordon Bergling
- git: d53e97bb5490 - main - smartpqi(4): Fix two typos in kernel error messages Gordon Bergling
- git: 8ba2beacfd7c - main - netmap(4): Fix a typo in a source code comment Gordon Bergling
- git: 5c053aa3c5e9 - main - split: switch to getline() for line/pattern matching Kyle Evans
- git: 75c3ca1ebf81 - main - split: add some tests Kyle Evans
- git: 3b6cb9b43657 - main - bhyve: Avoid shadowing global variables in bhyverun.c Mark Johnston
- git: 03f7ccab3207 - main - bhyve: Avoid arithmetic on void pointers Mark Johnston
- git: e008f5be72ba - main - bhyve: Fix a typo in a function name Mark Johnston
- git: 46f5c828961e - main - bhyve: Address warnings in blockif_proc() Mark Johnston
- git: f0553616cf78 - main - bhyve: Address signed/unsigned comparison warnings in the AHCI model Mark Johnston
- git: cea34d0705cc - main - bhyve: Address signed/unsigned comparison warnings in the e1000 model Mark Johnston
- git: ed7216843133 - main - bhyve: Address some signed/unsigned comparison warnings Mark Johnston
- git: 470fb726f3d2 - main - build: Use `rm -fv` for BATCH_DELETE_OLD_FILES Ed Maste
- git: ecb167daf761 - main - efi: Add linux memory reserve table defniitions Warner Losh
- git: deb1e3b71998 - main - physmem: Add physmem_excluded to query if a region is excluded Warner Losh
- git: ca18304ea491 - main - arm, arm64: tweak hard-coded load addresses for PIE binaries Konstantin Belousov
- git: 5f00525dfca4 - main - i386: move hard-coded load address for PIE below default linker base Konstantin Belousov
- git: 829145388bad - main - x86/include/elf.h: make inclusion blocks for elf32.h and elf64.h similar Konstantin Belousov
- git: b620928d5482 - main - hccontrol.8: missed underscore fixed. Maxim Konovalov
- git: b66e766d57a4 - main - genet: cnt here is write only and can be removed Warner Losh
- git: a67c0fae0c70 - main - vnic: work_done here only used for debug Warner Losh
- git: e0cab5cdb34e - main - subr_physmem: Fix userspace build Warner Losh
- git: 91f45a3cf3b3 - main - intrng: Remove from NOTES file Warner Losh
- git: 3b899d5a8f41 - main - chio: Mark some arguments as unused. Warner Losh
- git: aec9453fec70 - main - times: Use modern function definitions Warner Losh
- git: eda633455a63 - main - tcp: remove useless today lock assertion in a middle of function Gleb Smirnoff
- git: 92e190f11fe8 - main - netinet*: remove unneeded headers from files that just declare domains Gleb Smirnoff
- Re: git: 92e190f11fe8 - main - netinet*: remove unneeded headers from files that just declare domains Gleb Smirnoff
- git: f91301cc792c - main - strfmon_test: Fix typo and remove extra space Konstantin Belousov
- git: 3f97d37ac586 - main - strfmon_test: Add some tests Konstantin Belousov
- git: f81dfea2912d - main - strfmon: Code cleanup Konstantin Belousov
- git: d5980dff6b51 - main - strfmon: Fix typo in constant Konstantin Belousov
- git: 0afd11d50f27 - main - strfmon: Fix typos in source code comments Konstantin Belousov
- git: 9e03b903e377 - main - strfmon: Avoid an out-of-bounds access Konstantin Belousov
- git: 6da51e19e347 - main - strfmon: Trim the SPACE from international currency symbol Konstantin Belousov
- git: 947efadc3d6e - main - strfmon: Fix alignment when enclosed by parentheses Konstantin Belousov
- git: 750fe3e6a461 - main - strfmon: Fix an edge case when sep_by_space is 2 Konstantin Belousov
- git: 34f88528edba - main - strfmon: Fix formatting of a second fixed-width value Konstantin Belousov
- git: 0efec50e9e08 - main - strfmon(3): Remove repeated words Konstantin Belousov
- git: 7cfd67ce96d9 - main - strfmon(3): Fix # explanation Konstantin Belousov
- git: 7aaa50c6b583 - main - split: add word order fix Kyle Evans
- Wed, 26 Oct 2022
- git: d16d0b6b1981 - main - Hyper-V: Code refactor to avoid redundancy of MSR values on x86 and arm64 Wei Hu
- git: 77fe40cf2f39 - main - netinet*: add back necessary headers Gleb Smirnoff
- Re: git: 77fe40cf2f39 - main - netinet*: add back necessary headers Gleb Smirnoff
- git: 5daf88ea5efe - main - qlnxe(4): Fix a typo in a source code comment Gordon Bergling
- git: d346e3ac3310 - main - vfs: use cache_assert_no_entries instead of open-coding it Mateusz Guzik
- git: deb2f1b616f1 - main - w: Fix premature rounding. Dag-Erling Smørgrav
- git: c898b54affba - main - sendmail: fix auth with cyrus-sasl-2.1.28 Ed Maste
- git: 5f9db65d8af0 - main - pkgbase: Put nvmecontrol in its own package Emmanuel Vadot
- git: ab4bd66752fb - main - pkgbase: Put dhclient in its own package Emmanuel Vadot
- git: 6987b552ddad - main - pkgbase: Put resolvconf in its own package Emmanuel Vadot
- git: 0bf688786f7d - main - pkgbase: Put geom utilities in their own package Emmanuel Vadot
- git: a71ea7bea0d2 - main - pkgbase: Put zfs utilities and lib in their own package Emmanuel Vadot
- git: a099694ecdbd - main - pkgbase: Put libwrap in FreeBSD-tcpd package Emmanuel Vadot
- git: a7ffc948497e - main - pkgbase: Put ufs related tools and lib in their own package Emmanuel Vadot
- git: ea0850e4be1a - main - pkgbase: Put devd in its own package Emmanuel Vadot
- git: e7a5a60ed57d - main - pkgbase: Put devmatch in its own package Emmanuel Vadot
- git: feec04b35544 - main - pkgbase: Create a FreeBSD-games package Emmanuel Vadot
- git: 069ebe6fbae5 - main - pkgbase: Put less in FreeBSD-runtime Emmanuel Vadot
- git: 5575454d7ca8 - main - UPDATING: Add note for pkgbase users after splitting packages. Emmanuel Vadot
- git: 9c36300582ec - main - UPDATING: add an introductory sentence to 20221026's entry Ed Maste
- git: 8aa64f307368 - main - UPDATING: correct spearate typo Ed Maste
- git: 769b884e2e2e - main - vmm: Fix AP startup with old userspace binaries. John Baldwin
- Thu, 27 Oct 2022
- git: 080ef8a41851 - main - Add VV_CROSSLOCK vnode flag to avoid cross-mount lookup LOR Jason A. Harmening
- git: 706f15c5fa6b - main - Remove witness directives from crossmp locking VOPs Jason A. Harmening
- git: 4390622c8d16 - main - vfs_busy(): fix wording in comment Jason A. Harmening
- git: f7833196bd6b - main - vfs_lookup(): Minor performance optimizations Jason A. Harmening
- git: 017367c1146a - main - ffs validate_sblock(): avoid 32bit mul overflow Konstantin Belousov
- git: 866beaa0aa95 - main - psci: set psci_present as early as possible Kyle Evans
- git: 07dfb236c814 - main - MFV: Restore the ability to process files from stdin immediately. Xin LI
- git: e23445275ab0 - main - stress2: Added a regression test for a ffs validate_sblock() fix Peter Holm
- git: 9349fc283b58 - main - stress2: Added a newfs(8) test scenario Peter Holm
- git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) Wei Hu
- git: 8e096e24d434 - main - script: Correct -F in man page and usage string. Dag-Erling Smørgrav
- git: e7c13cf4383d - main - script: Add usage string for playback mode. Dag-Erling Smørgrav
- git: 04336c056248 - main - bhyve: Make sure that the VNC version is initialized Mark Johnston
- git: a309ad7bd123 - main - bhyve: Fix an apparent pointer arithmetic bug in the xhci emulation Mark Johnston
- git: ae71263c6689 - main - bhyve: Remove an unused parameter from pci_nvme_append_iov_req() Mark Johnston
- Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) Andrew Turner
- git: 43d0c2ddd255 - main - netlink: use (void) for function definitions with no arguments Ed Maste
- git: 60c96dbf20da - main - arm64: add a std.ec2 config Kyle Evans
- git: 7ddba690f8ae - main - Remove an unneeded cpu_dcache_wb_range from arm64 Andrew Turner
- git: 7b43fba03a9c - main - Mark FDT only drivers as such Andrew Turner
- git: 91e2614a7105 - main - Fix xdma_if.m in an ACPI only kernel Andrew Turner
- git: 16625cabab86 - main - Only build if_mvneta.c when FDT is defined Andrew Turner
- git: 64c3edc237a5 - main - Allow the extres regulator code to build without FDT Andrew Turner
- git: c8113dad7ed4 - main - Increase MAX_APIC_ID safeguard to 0x800 Ed Maste
- git: ff270fce1631 - main - Make sure error is defined in dpaa2 Andrew Turner
- git: 172be8642d93 - main - split: reset errno prior to getline() Kyle Evans
- git: 1d21f6414922 - main - bhyve: Implement MSR_MISC_FEATURES_ENABLES Warner Losh
- git: cc9f1b4c3597 - main - stand/kboot: Make FDT fixup per-arch Warner Losh
- git: 02dba4f75f86 - main - kboot: Add hostfs Warner Losh
- git: 701ab6dba4a2 - main - Stop building FDT-only modules in an ACPI only kernel Andrew Turner
- git: 49750143c1e1 - main - Add a LINT-ACPI arm64 config Andrew Turner
- Re: 64c3edc237a5 - main - Allow the extres regulator code to build without FDT Ravi Pokala
- git: 8e9a651acbe5 - main - hyperv: Don't build on 32-bit arm Warner Losh
- git: 3276866f40ca - main - script: Use size_t / ssize_t where needed. Dag-Erling Smørgrav
- git: 6ac087cf8ff4 - main - script: Further usage string nits. Dag-Erling Smørgrav
- git: 473e9fcab4ea - main - script: Handle a missing 's' stamp gracefully. Dag-Erling Smørgrav
- git: d78c2cd831d3 - main - arm64: Implement cpu_ptrace(). Olivier Houchard
- Fri, 28 Oct 2022
- RE: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) Wei Hu
- git: 9a4bc5208fad - main - acpica: Import ACPICA 20221020 Jung-uk Kim
- git: 19ee8335c5c0 - main - acpica: Merge ACPICA 20221020 Jung-uk Kim
- git: 5723d13811db - main - acpica: Fix the botched merge Jung-uk Kim
- Re: git: 701ab6dba4a2 - main - Stop building FDT-only modules in an ACPI only kernel John Baldwin
- Re: git: 8e9a651acbe5 - main - hyperv: Don't build on 32-bit arm John Baldwin
- Re: git: d78c2cd831d3 - main - arm64: Implement cpu_ptrace(). John Baldwin
- git: 701923e2a410 - main - riscv: improve parsing of riscv,isa property strings Mitchell Horne
- Re: git: 8e9a651acbe5 - main - hyperv: Don't build on 32-bit arm Warner Losh
- git: 83de69579188 - main - Remove unneeded headers from clk_link.c Andrew Turner
- git: 8724dd26d49f - main - Allow clk_fixed.c to be built without FDT Andrew Turner
- git: 754358108c1f - main - Include sys/systm.h in phy_usb.c for KASSERT Andrew Turner
- git: 78e60ba04ab3 - main - Only include phydev_if.h when needed Andrew Turner
- git: 01aaff6d1c6e - main - Fix the includes in regulator_fixed.c Andrew Turner
- git: 5566f84822bf - main - Only include regdev_if.h when it's needed Andrew Turner
- git: 227046a4d2ea - main - Enable more extres options when FDT is missing Andrew Turner
- git: 445875aefd76 - main - sys/modules: tidy up a bit by moving _hyperv to aarch64 section Warner Losh
- git: ba9f71ddeca8 - main - sys/modules: simplify a little by moving syscons to x86 only Warner Losh
- Re: git: ba9f71ddeca8 - main - sys/modules: simplify a little by moving syscons to x86 only Jessica Clarke
- Re: git: ba9f71ddeca8 - main - sys/modules: simplify a little by moving syscons to x86 only Warner Losh
- git: 5ad8c32c722b - main - ns8250: Fix sense of LSR_TEMT FCR check Colin Percival
- git: c8a63d71feee - main - sys/modules: Delete now empty if Warner Losh
- git: 31bfa27894c7 - main - sys/modules: Catchup to armv[45] being removed Warner Losh
- Re: git: 701ab6dba4a2 - main - Stop building FDT-only modules in an ACPI only kernel Mitchell Horne
- git: 9e0aaedd704e - main - Split netinet shell tests into one per line. John Baldwin
- git: 744bfb213144 - main - Import the WireGuard driver from zx2c4.com. John Baldwin
- git: e32e1a160e01 - main - wg: Use atomic(9) instead of concurrency-kit atomics. John Baldwin
- git: dcf581bb49be - main - wg: Use zfree. John Baldwin
- git: c640d1af2c8a - main - wg: Retire now unused support.h. John Baldwin
- git: 854d066251a9 - main - wg: Trim compat shims for versions older than current stable/13. John Baldwin
- git: 752ba1004aa9 - main - makefs: Fix handling of inherited mountpoints Mark Johnston
- git: 89585511cc05 - main - release: Add support for creating ZFS-based VM images Mark Johnston
- git: 16c10e99b878 - main - Remove the hyperv option from std.dev Andrew Turner
- git: fe36346a8904 - main - Disable Hyper-V on arm64 Andrew Turner
- git: 1da65dcb1c57 - main - linux: populate sv_syscallnames in each sysentvec Mitchell Horne
- git: aba921bd9e18 - main - ddb: print the actual syscall name Mitchell Horne
- Re: git: 22893e584032 - main - bridge: default to not filtering L3 Kubilay Kocak
- Sat, 29 Oct 2022
- Re: git: 701ab6dba4a2 - main - Stop building FDT-only modules in an ACPI only kernel Warner Losh
- git: 9142a2a37b2f - main - contrib/tzdata: import tzdata 2022f Philip Paeps
- git: adf376485712 - main - Add 'contrib/wireguard-tools/' from commit '7e00bf8773b93a2a3ee28dba2710d2ae443989f1' Kyle Evans
- git: 028382670670 - main - usr.bin: hook wg(8) up to the build Kyle Evans
- git: 8b221ca631c2 - main - iommu_gas: start space search from 1st free space Doug Moore
- git: 6b69465efb48 - main - vfs_domount(): ensure that v_mountedhere and VIRF_MOUNTPOINT are set under the vnode lock Konstantin Belousov
- git: 234c1463a79a - main - genet: add another case where headers need pullup Mike Karels
- Re: git: 1da65dcb1c57 - main - linux: populate sv_syscallnames in each sysentvec Cy Schubert
- git: 1f6b6cf1774c - main - atomic: Intercept atomic_(load|store)_bool for kernel sanitizers Mark Johnston
- Re: git: 1da65dcb1c57 - main - linux: populate sv_syscallnames in each sysentvec Mitchell Horne
- git: 331784880821 - main - linux, linux64: improve SRCS formatting Mitchell Horne
- git: f396f9b6c96f - main - linux, linux64: fix module load Mitchell Horne
- Re: git: 1da65dcb1c57 - main - linux: populate sv_syscallnames in each sysentvec Mitchell Horne
- Re: git: 1da65dcb1c57 - main - linux: populate sv_syscallnames in each sysentvec Cy Schubert
- git: c07be2c53e5c - main - make: Don't print as many ==> and -- xxx -- lines in meta mode Warner Losh
- git: 25b1b63dba21 - main - dtb: Be much less verbose in the building of dtb Warner Losh
- git: f7026fbbb2bd - main - sys/modules: MODULES_OVERRIDE takes precedence over EXTRA_MODULES and WITHOUT_MODULES Warner Losh
- git: 50a36218368b - main - modules: Remove duplicate opt_global.h target Warner Losh
- git: 010175a76d06 - main - modules: Add missing opt_*.h files for stand-alone compile Warner Losh
- git: a2c57c60d9e2 - main - iommu_gas: drop fini cleanup loop Doug Moore
- git: d96088b3ab5f - main - strfmon_l(3): Add name to the man page Konstantin Belousov
- git: edcee003e5a7 - main - strfmon_test: Reserve space for the null terminator Konstantin Belousov
- git: 29972f06f95d - main - strfmon_test: Add a test for strfmon_l Konstantin Belousov
- git: 621bf91893ad - main - strfmon_l: Use specified locale for number formatting Konstantin Belousov
- git: f0a15aafcb86 - main - strfmon: Remove XXX marks Konstantin Belousov
- Sun, 30 Oct 2022
- git: 514df63539db - main - tee.1: Add a HISTORY section Gordon Bergling
- git: 19c03f4ab0d6 - main - wg.4: Add some enhancements Gordon Bergling
- Re: git: 028382670670 - main - usr.bin: hook wg(8) up to the build Florian Smeets
- git: 334fc46f05b4 - main - intr_event(9): document intr_event_handle() Mitchell Horne
- git: cca40d7cc737 - main - LinuxKPI: add timekeeping.h, another dummy (empty) header file Bjoern A. Zeeb
- git: c72854c06aae - main - wg.4: Update the SPDX License Identifier Gordon Bergling
- Re: git: c72854c06aae - main - wg.4: Update the SPDX License Identifier Pedro Giffuni
- git: 35c87c070a2d - main - ofed: allow using IPv6 address in rc_pingpong server Piotr Kubaj
- git: ec9388ddba02 - main - dtrace: Make pid provider work on trivial tests Justin Hibbits
- git: fe4a5593b35a - main - dtrace: Add pid provider to the build for powerpc Justin Hibbits
- git: e85414931a37 - main - dtrace: Load fasttrap on powerpc with dtraceall Justin Hibbits
- Re: git: c72854c06aae - main - wg.4: Update the SPDX License Identifier Warner Losh
- git: 595746df6fe9 - main - Additional diagnostic output when running fsck_ffs with debugging flag (-d) Kirk McKusick
- git: e2662256cdbc - main - ls(1): add a -v flag to sort naturally Piotr Pawel Stefaniak
- Mon, 31 Oct 2022
- Re: git: 028382670670 - main - usr.bin: hook wg(8) up to the build Kyle Evans
- Re: git: 028382670670 - main - usr.bin: hook wg(8) up to the build Cy Schubert
- git: cfc57d7dbe5b - main - mktemp: add some GNU-compatible long options Kyle Evans
- git: ac6f924e1cd1 - main - mktemp: add -p/--tmpdir argument Kyle Evans
- git: 23559c9d0dc2 - main - netgraph/ng_bridge: add missing array terminator Kristof Provost
- git: a914f04a858a - main - Remove wg.4 from ObsoleteFiles.inc Gordon Bergling
- git: fc47afbfafca - main - netlink: fix generic netlink privilege check. Alexander V. Chernikov
- git: 03de61aabb40 - main - netlink: fix NLMSG_SPACE() macro. Alexander V. Chernikov
- git: 830352ccca23 - main - netlink: fix genetlink CTRL_ATTR_MCAST_GRP_MAX define. Alexander V. Chernikov
- git: f504685a7ade - main - rack/bbr: put back assertion that connection is not in TIME-WAIT Gleb Smirnoff
- git: 65a58d63902a - main - icmp: doesn't need tcp_var.h Gleb Smirnoff
- git: 19acc50667bf - main - inpcb: retire suppresion of randomization of ephemeral ports Gleb Smirnoff
- git: c348e8805365 - main - tcp: make tcp_handle_wakeup() static and robust Gleb Smirnoff
- git: 620042a66b68 - main - tcp.4: undocument compressed TIME_WAIT Gleb Smirnoff
- git: 728ca8506dff - main - netlink: fix CTRL_CMD_GETFAMILY lookup/dumps. Alexander V. Chernikov
- git: 444a77ca85c7 - main - pf: expose syncookie active/inactive status Kristof Provost
- git: b0bf4303109a - main - pf tests: verify syncookie status report Kristof Provost
- git: 6659516b1a47 - main - mount_unionfs: remove jokey cautions from man page Ed Maste
- git: 1d70218e9e1a - main - LinuxKPI: 802.11 update header files Bjoern A. Zeeb
- git: 05e640dc9e13 - main - LinuxKPI: 802.11: update struct member types Bjoern A. Zeeb
- git: 0e69c959150c - main - dtrace: Fix up %rip for invop probes on x86 Mark Johnston
- Go to: [ monthly archives ] [ by author ] [ by date ]