dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
August 2024 Archives by date
- Thu, 01 Aug 2024
- git: 37d6d682af59 - main - kernel: Move the debug stuff into a common script Warner Losh
- git: a3c8c061e270 - main - kernel: Add new dwarf symbols Warner Losh
- git: f21a6a6a8fc5 - main - vmm: Build with proper ldscript on aarch64 Warner Losh
- Re: git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK John Baldwin
- git: a48f7a2eb90b - main - fibs: Suppress the WARNING message for setups with multiple fibs Zhenlei Huang
- git: 28391f188ca1 - main - kern_malloc: Restore working KASAN runtime after free() and zfree() folding Olivier Certner
- git: de866aa35240 - main - ssp: switch to _limits.h for the upper bound of size_t Kyle Evans
- git: 46ea2ffc3fbc - main - stand: Reduce limit to 500k for x86 loader Warner Losh
- Re: git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK Warner Losh
- git: b77f618568f2 - main - Add examples to veriexec(8) Simon J. Gerraty
- Fri, 02 Aug 2024
- git: 6d86bdf1c423 - main - vm_pageout: shrink pageout array Doug Moore
- git: 1b5e5ff68c2b - main - xen/pvh: fix initialization of environment Roger Pau Monné
- git: b58d9db4d77a - main - sound: Fix VCHANs' starting and ending points in feeder chain Christos Margiolis
- Re: git: 46ea2ffc3fbc - main - stand: Reduce limit to 500k for x86 loader Mark Johnston
- Re: git: 46ea2ffc3fbc - main - stand: Reduce limit to 500k for x86 loader Warner Losh
- Re: git: 46ea2ffc3fbc - main - stand: Reduce limit to 500k for x86 loader Warner Losh
- Re: git: 46ea2ffc3fbc - main - stand: Reduce limit to 500k for x86 loader Warner Losh
- git: e5d6af4fe754 - main - sysv ipc: remove {msg,sem,shm}sys() declerations Brooks Davis
- git: 2e4781cb12af - main - xen/netfront: Decouple XENNET tags from mbuf lifetimes Mark Johnston
- git: f6ed52c1f010 - main - vm: Stop reducing vm_pageout_page_count at startup Alan Cox
- git: f076dd3ef02d - main - imgact_elf: Optimize pagesizes[] loop Alan Cox
- git: b45d64fd0c47 - main - loader: Minor comentary tweak Warner Losh
- Sat, 03 Aug 2024
- git: c1287a3bb1b7 - main - x86/xen: ignore error to fetch memory map in xen_arch_init_physmem() Colin Percival
- git: 101a0f09e8ba - main - sctp: improve input validation for data chunks Michael Tuexen
- git: 8da89a177d71 - main - libsys: Add MLINKs for recvmmsg.2 and sendmmsg.2 John Baldwin
- git: 102b4e33acef - main - imgact_elf: Rewrap function declaration John Baldwin
- git: 2b4aa2816cd2 - main - bsd-family-tree: add FreeBSD 14.1 Sergey A. Osokin
- git: 6502c60c2281 - main - Move fetch of DEBUG_SH from kenv to rc Simon J. Gerraty
- git: 5c44e69d2f3d - main - tcpsso: add example to man page Michael Tuexen
- git: 2edac5a60a57 - main - tcpsso: improve man page Michael Tuexen
- git: 503b7f94d831 - main - tree.3: the example code fixed Maxim Konovalov
- git: 52eacec95d54 - main - tcp: fix t_flags2 collision Michael Tuexen
- git: fd53594ae75d - main - tcp: retire sysctl variable functions_inherit_listen_socket_stack Michael Tuexen
- git: d6fb9f8ca344 - main - tcp: inherit CC algorithm from listener Michael Tuexen
- Sun, 04 Aug 2024
- git: d471b4f71dd3 - main - usr.sbin/gstat: add microsecond precision for disk latency Michael Zhilin
- git: 82246ac5d890 - main - Fix enum warnings in ath_hal's ar9300 Dimitry Andric
- git: fa290859fa63 - main - vm: Assert that pagesizes[] is sorted Alan Cox
- git: acb4cb33d358 - main - vm_pageout: simplify pageout_cluster Doug Moore
- Mon, 05 Aug 2024
- git: 1f3bfc60550c - main - bhyve: avoid a potential deadlock Corvin Köhne
- git: 6e744de1a3dc - main - mixer.3: Fix mixer_get_mode() description Christos Margiolis
- git: fef0e39f64a1 - main - cxgbe/t4_tom: bugfixes in stop/restart. Navdeep Parhar
- git: 8bb6b413f6d3 - main - vm/vm_pageout.c: eliminate write-only variable Konstantin Belousov
- git: 31cc65708c66 - main - man9: Document M_NEVERFREED and VM_ALLOC_NOFREE Bojan Novković
- git: 06134ea2f38c - main - malloc(9): Check for M_NEVERFREED Bojan Novković
- git: 1f628be888b7 - main - tcp_ratelimit: provide an api for drivers to release ratesets at detach Andrew Gallatin
- git: 6cb8b61efe88 - main - calendar: don't setlogin(2) in the -a user handlers Kyle Evans
- git: 792226e53023 - main - qlnxe: Allow MAC address override Kevin Bowling
- git: 9bc300465e48 - main - Merge commit cb7a03b41fff from llvm git (by Nikolas Klauser): John Baldwin
- git: 3a4b04e82df6 - main - depend-cleanup.sh: Simplify handling for stale syscall.S John Baldwin
- Tue, 06 Aug 2024
- git: 1d9b60bf4d5a - main - SEE ALSO lagg(4) David E. O'Brien
- git: c3d8a93126b9 - main - Re-implement rangelocks part 1 Konstantin Belousov
- git: 6c32d89ecabe - main - kern_rangelock.c: add rl_e_is_rlock() Konstantin Belousov
- git: 5badbeeaf061 - main - Re-implement rangelocks part 2 Konstantin Belousov
- git: c31580080e05 - main - Microoptimize rangelock_unlock_int() Konstantin Belousov
- git: ff1ae3b3639d - main - rangelocks: restore caching of the single rl entry in the struct thread Konstantin Belousov
- git: 9ef425e560a9 - main - rangelocks: add fast cheating mode Konstantin Belousov
- git: d8a16b6a4c44 - main - kern_rangelock.c: add Foundation copyright, remove sys/cdefs.h include Konstantin Belousov
- git: b5c95c93fdd4 - main - sys/mman.h: consistently use `#define<tab>` Brooks Davis
- git: e4d064e4a8e3 - main - sys/sys/mman.h: ignore b5c95c93fdd4 in blame Brooks Davis
- git: 2739a6845031 - main - sshd: remove blacklist call from grace_alarm_timer Ed Maste
- git: 3d3bae9b9538 - main - sshd: bump VersionAddendum for 2739a6845031 Ed Maste
- git: 093d9b46f472 - main - ddb: update printing of t_flags and tflags2 Michael Tuexen
- git: 7ee781e2bfc2 - main - loader: Document that WITH_BEARSSL may need other tweaks Warner Losh
- git: 20d35d581785 - main - loader: Add WITH/WITHOUT_LOADER_PXEBOOT build option Warner Losh
- git: f4762e9135d1 - main - pxeboot: Allow a different default loader for pxeboot Warner Losh
- git: e1a6d93155ce - main - pxeboot: Enforce a 500k limit here Warner Losh
- git: ddcd3b606c9d - main - tsc: Fix comment. Warner Losh
- Re: git: 7ee781e2bfc2 - main - loader: Document that WITH_BEARSSL may need other tweaks Jessica Clarke
- git: bf4f27e85aa6 - main - options: Make it clearer some x86 / BIOS only things Warner Losh
- git: 9ed58aa60fd9 - main - src.conf.5: Regen after ddcd3b606c9d Warner Losh
- Wed, 07 Aug 2024
- git: e413e15c1ad5 - main - swap_pager_freespace: fix freed count Doug Moore
- git: 10ac6c48a3e4 - main - msun/ld80/e_powl.c: add const qualifiers to the static immutable values Konstantin Belousov
- git: 0c00dbfeb0c8 - main - msun/ld80/e_powl.c: make powl() thread-safe by making static variables thread-local Konstantin Belousov
- git: 166b7573b522 - main - ktrace: Fix an inverted privilege check Mark Johnston
- git: 2c2916a3ec38 - main - mailer.conf for sendmail: remove duplicate word. Dmitry Morozovsky
- git: 969876fcee57 - main - ctld: parse config file independently of getting kernel info Alan Somers
- git: 3852a5a22650 - main - ktrace tests: Add a test case for handling of exec+setuid binaries Mark Johnston
- git: 5132e16e1fd9 - main - libc tests: Rename the quick_exit test file, fix style Mark Johnston
- git: c0946aee5b2a - main - libc tests: Add some test cases for recursive exiting Mark Johnston
- git: b3bc746cf3d0 - main - tcp: minor cleanup Michael Tuexen
- git: c349e881cf52 - main - rack, bbr: cleanup ack throttling Michael Tuexen
- git: a9e4753b4fe2 - main - bhyve: Optionally put vCPUs back in the debug state after resuming Mark Johnston
- git: c89d94ad5d95 - main - LinuxKPI: update linuxkpi_video to Linux 6.6 Vladimir Kondratyev
- Thu, 08 Aug 2024
- git: 57cc80e6e39e - main - rangelocks: re-check that the lock is still in the cheating mode after setting of DRAINING failed Konstantin Belousov
- git: a1295b24842d - main - linuxkpi: use canonical tests for is_{zero,broadcast}_ether_addr Ed Maste
- git: ad0d39ecc90f - main - tcpsso: remove support for TCP_BBR_POLICER_DETECT Michael Tuexen
- git: d8ff42e81684 - main - pipe: keep uio_iovcnt consistent Ed Maste
- git: 971c9f57d7e6 - main - pci: Narrow the scope of recently-added PCI_IOV #ifdefs John Baldwin
- git: 06758ab1340e - main - Use expand_number(3) for less confusing argument processing Poul-Henning Kamp
- git: 104ee24349c0 - main - pci: Renove #ifdef PCI_IOV from declarations now used unconditionally Jessica Clarke
- Fri, 09 Aug 2024
- git: f325f81f4ab9 - main - bhyve: remove empty E820 entries Corvin Köhne
- git: 872164f559d2 - main - Non-tested experimental code removal. Randall Stewart
- git: 9b569353e0b0 - main - tcp: initialize V_ts_offset_secret for all vnets Michael Tuexen
- git: 6ee6c7b14664 - main - acl_copyin: avoid returning uninitialized memory Ed Maste
- Re: git: 104ee24349c0 - main - pci: Renove #ifdef PCI_IOV from declarations now used unconditionally John Baldwin
- git: 6c7ec630c24f - main - shutdown: add a -q(uiet) flag to suppress warning messages Kyle Evans
- git: d349bd35330d - main - shutdown: fix option sorting Kyle Evans
- git: 45d4e82bf61f - main - msdosfs: fix cluster limit when mounting FAT-16 file systems Stefan Eßer
- Sat, 10 Aug 2024
- git: 16a235f23c06 - main - dhclient: Switch timeouts from time_t to timespec Colin Percival
- git: 76e0ffd9f8fd - main - dhclient: Timeouts for entering state_selecting Colin Percival
- git: f0a38976b01e - main - dhclient: Use clock_gettime() instead of time() Colin Percival
- git: b51569ad3c80 - main - dhclient: Make arp_timeout configurable Colin Percival
- git: 84fce4b67adc - main - dhclient: Update dhclient man page for n flag Colin Percival
- git: 503adcdf1db3 - main - dhclient: rc.conf option to disable ARP resolution Colin Percival
- git: e4482bfde9b1 - main - dhclient: Update rc.conf.5 with dhclient_arpwait Colin Percival
- git: 54a543d5ea3a - main - EC2: Set dhclient_arpwait="NO" Colin Percival
- Re: git: 9b569353e0b0 - main - tcp: initialize V_ts_offset_secret for all vnets Zhenlei Huang
- Re: git: 45d4e82bf61f - main - msdosfs: fix cluster limit when mounting FAT-16 file systems Ronald Klop
- Re: git: 9b569353e0b0 - main - tcp: initialize V_ts_offset_secret for all vnets tuexen_at_freebsd.org
- git: ce4dcb97ca43 - main - zfs: merge openzfs/zfs@9c56b8ec7 Martin Matuska
- git: aea9dba46b81 - main - turnstile: Mention the lock name when panicking due to a sleeping thread Mark Johnston
- git: 7a8d05ba19b7 - main - Merge commit d2353ae00c3b from llvm git (by Argyrios Kyrtzidis): Dimitry Andric
- Sun, 11 Aug 2024
- Re: git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func Shawn Webb
- RE: git: ce4dcb97ca43 - main - zfs: merge openzfs/zfs@9c56b8ec7 Mark Millard
- Re: git: ce4dcb97ca43 - main - zfs: merge openzfs/zfs@9c56b8ec7 Cy Schubert
- Re: git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func Bjoern A. Zeeb
- git: 5ab6ed93cd36 - main - faccessat(2): Honor AT_SYMLINK_NOFOLLOW Fernando Apesteguía
- Re: git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func Shawn Webb
- Mon, 12 Aug 2024
- git: 6ea4d95f6c76 - main - Move support of Realtek 8156/8156B from cdce(4) to ure(4) Li-Wen Hsu
- git: f5ce3f4ef562 - main - Fix EFI loader reproducibility with lld Dimitry Andric
- Re: git: 9b569353e0b0 - main - tcp: initialize V_ts_offset_secret for all vnets Mark Johnston
- git: ccb0365643dc - main - stale symlinks: configurable obj dir prefix Wolfram Schneider
- Re: git: 9b569353e0b0 - main - tcp: initialize V_ts_offset_secret for all vnets tuexen_at_freebsd.org
- git: b70247df0ba4 - main - axgbe: use bit_foreach Doug Moore
- git: 97c31cc80098 - main - kldxref: Clarify ambiguous comment Jessica Clarke
- git: 5cf705491727 - main - jail: only chdir to user's home directory when user is specified Jamie Gritton
- git: 0a8e5aaa97da - main - socket: Add macros to assert that the caller holds a socket I/O lock Mark Johnston
- git: 07f2ed5ce882 - main - socket: Make the sopt_rights field a pointer to const Mark Johnston
- git: fc4365853f1c - main - socket: Fix handling of listening sockets in sotoxsocket() Mark Johnston
- git: 27211b7998d1 - main - mlx5: Remove a less than helpful debug print Mark Johnston
- git: 8805377dad83 - main - dtraceall: Make dtaudit a dependency Mark Johnston
- Tue, 13 Aug 2024
- git: 6df36deb8bba - main - boot: update lua linter for recent module additions Kyle Evans
- git: 82e021443a76 - main - pf: cope with SCTP port re-use Kristof Provost
- git: 2da98eef1f35 - main - pf: fix icmp-in-icmp state lookup Kristof Provost
- git: 34063cb71460 - main - pf tests: ensure that traceroutes using ICMP work Kristof Provost
- git: d1deb682f2f0 - main - pf tests: Make if_enc.sh stick to utils.subr interface Kristof Provost
- git: d3b05d0ea10a - main - Add smbus and i2c device IDs for Meteor Lake Li-Wen Hsu
- git: 2777a32588e1 - main - iommu: disable dma by default Ed Maste
- git: 3192fc30230a - main - x86: Enable Intel DMAR by default Ed Maste
- Re: git: 2777a32588e1 - main - iommu: disable dma by default Ed Maste
- git: d40fc35f930e - main - nvme: Make is_initialized a bool Warner Losh
- git: 8c44df321cf3 - main - nvme: Add a clarifying comment Warner Losh
- Wed, 14 Aug 2024
- Re: git: f44ff2aba2d6 - main - bhyve: Treat the COMMAND register for PCI passthru devices as emulated Navdeep Parhar
- git: 89f6723288b0 - main - pf: invert direction for inner icmp state lookups Kristof Provost
- git: c9e8a2cdba3c - main - ports(7): searchable index of all ports is at ports.freebsd.org Wolfram Schneider
- git: ca83345ab42b - main - UPDATING: Add note about DMAR Warner Losh
- git: b458ddf27fd8 - main - zfs: fix build without MAC Gleb Smirnoff
- Re: git: ce4dcb97ca43 - main - zfs: merge openzfs/zfs@9c56b8ec7 Gleb Smirnoff
- Re: git: ce4dcb97ca43 - main - zfs: merge openzfs/zfs@9c56b8ec7 Mark Millard
- git: bd4f2023bb05 - main - Add missing kstats to dataset kstats Gleb Smirnoff
- Thu, 15 Aug 2024
- git: 8aaffd78c0f5 - main - Add dummymbuf module for testing purposes Kristof Provost
- git: 09b7a038628c - main - pf tests: Add 'mbuf' test for (*m0)->m_len < sizeof(struct ip) cases Kristof Provost
- git: 6c479edc6164 - main - pf: Fix indentation in struct pf_ksrc_node Kristof Provost
- git: 1fc0dac54cb4 - main - pf: Convert struct pf_addr_wrap before sending it over netlink Kristof Provost
- git: 9aeee9486a07 - main - pf tests: basic test for sticky-address configuration on rules Kristof Provost
- git: 29dc93491496 - main - zfs: merge openzfs/zfs@d2ccc2155 Martin Matuska
- git: 8cc528c682d7 - main - tcp cc: clean up some un-used cc_var flags Cheng Cui
- git: bef079254f3d - main - arm64: Clamp segment sizes properly in bounce_bus_dmamap_load_buffer() Mark Johnston
- git: ef9fc9609a1f - main - sys: Mark ACL conversion routines as __result_use_check Ed Maste
- git: 3cded0592208 - main - tmpfs: Fix OOB write when setting vfs.tmpfs.memory_percent Jessica Clarke
- Re: git: b7ab6832cd98 - main - cat: disable building it with Casper Alan Somers
- git: 82cb2a4158fa - main - Update safe_eval.sh to support --export Simon J. Gerraty
- Fri, 16 Aug 2024
- git: 8b21c469dbd6 - main - ng_ubt: Add blacklist entries for MediaTek MT7925 Kevin Lo
- git: d5507f9e4366 - main - nvme: Separate total failures from I/O failures Warner Losh
- git: a233cb6914e6 - main - nvmecontrol: Accept -a {1,2,3,4} for sanitize command for nvme-cli compat Warner Losh
- Re: git: d5507f9e4366 - main - nvme: Separate total failures from I/O failures Zhenlei Huang
- Re: git: d5507f9e4366 - main - nvme: Separate total failures from I/O failures Warner Losh
- git: ce7fac64ba50 - main - Revert "nvme: Separate total failures from I/O failures" Warner Losh
- git: 3d89acf59098 - main - nvme: Separate total failures from I/O failures Warner Losh
- Re: git: f44ff2aba2d6 - main - bhyve: Treat the COMMAND register for PCI passthru devices as emulated Oleg Nauman
- git: 41e03b46dab4 - main - stress2: Fix warning about unused variable. Remove debug "date" Peter Holm
- git: 788f194f6064 - main - pf: 'sticky-address' requires 'keep state' Kristof Provost
- git: 5685098846d7 - main - unbound: Vendor import 1.21.0 Cy Schubert
- git: 35399f68c8e8 - main - safe_dot check file is a file Simon J. Gerraty
- Sat, 17 Aug 2024
- git: 10d5b43424da - main - nfsproto.h: Define the new mode_umask attribute Rick Macklem
- git: c7bc30c24f86 - main - stress2: Some tests use hw.ncpu to scale the load. Tests on a box with a large number of CPUs show that this number needs to be capped Peter Holm
- Re: git: c7bc30c24f86 - main - stress2: Some tests use hw.ncpu to scale the load. Tests on a box with a large number of CPUs show that this number needs to be capped Ronald Klop
- Re: git: c7bc30c24f86 - main - stress2: Some tests use hw.ncpu to scale the load. Tests on a box with a large number of CPUs show that this number needs to be capped Peter Holm
- git: b5332809c633 - main - cxgbe/iw_cxgbe: Fix typo in assertion. Navdeep Parhar
- git: 0a9d1da6e6ce - main - cxgbe(4): Stop work request queues in a reliable manner. Navdeep Parhar
- Mon, 19 Aug 2024
- git: 8132e959099f - main - libalias: fix subtle racy problem in outside-inside forwarding Eugene Grosbein
- git: 308399a179a4 - main - tail -F: fix crash Konstantin Belousov
- git: 9ff2ebd92891 - main - adduser: Better document ZFS dataset creation. Dag-Erling Smørgrav
- git: 5048308bdb76 - main - buf_ring: Remove PREFETCH_DEFINED Andrew Turner
- git: d3d34d56bee4 - main - buf_ring: Support DEBUG_BUFRING in userspace Andrew Turner
- git: 17a597bc13aa - main - buf_ring: Consistently use atomic_*_32 Andrew Turner
- git: 3cc603909e09 - main - buf_ring: Keep the full head and tail values Andrew Turner
- git: 44e1cfca417c - main - buf_ring: Use atomic operations with br_cons_tail Andrew Turner
- git: 7eb0fffc7792 - main - buf_ring: Remove old arm-only dequeue code Andrew Turner
- git: 947754af55ed - main - buf_ring: Use atomic operations with br_prod_tail Andrew Turner
- git: fe2445f47d02 - main - buf_ring: Ensure correct ordering of loads Andrew Turner
- git: 87940d2b331c - main - buf_ring: Add an Arm copyright Andrew Turner
- git: 7a345763f96d - main - arm64: Expand the use of Armv8.1-A atomics Andrew Turner
- Re: git: f44ff2aba2d6 - main - bhyve: Treat the COMMAND register for PCI passthru devices as emulated John Baldwin
- git: 43caa2e805c2 - main - bhyve: Make boot ROM handling more consistent Mark Johnston
- git: e962b37bf0ff - main - bhyve: Do not enable PCI BAR decoding if a boot ROM is present Mark Johnston
- git: f66e71fa78e1 - main - linux.4: clarify path translation Ed Maste
- git: d1daec3d358e - main - linux.4: improve the path translation clarificiation Ed Maste
- git: 1d26746cfd4a - main - build.7: Document the packages target Mark Johnston
- git: b118b6eb4cb7 - main - pkgbase: Unify pkg ABI handling for pkgbase targets Mark Johnston
- git: d7d5c9efef03 - main - pkgbase: Let source packages be built in parallel Mark Johnston
- git: 9897a66923a3 - main - pf: Let rdr rules modify the src port if doing so would avoid a conflict Mark Johnston
- git: 7e65cfc9bbe5 - main - pf: Make pf_get_translation() more expressive Mark Johnston
- git: aa141adc039a - main - socket: Split up soreceive_stream() Mark Johnston
- git: 0a68f644dca1 - main - socket: Split up soreceive_generic() Mark Johnston
- git: fb901935f257 - main - socket: Split up sosend_generic() Mark Johnston
- git: 6982be38cb7e - main - socket: Microoptimize soreceive_stream_locked() Mark Johnston
- RE: git: d7d5c9efef03 - main - pkgbase: Let source packages be built in parallel Mark Millard
- Re: git: d7d5c9efef03 - main - pkgbase: Let source packages be built in parallel Mark Johnston
- git: d02dcf21eea3 - main - pkgbase: Make src package creation recipes more precise Mark Johnston
- git: 6a88e22728d2 - main - pfctl: pfik_ifp is always NULL Kristof Provost
- git: 22a632c366a9 - main - pf: Make pf_test6 handle m_len < sizeof(struct ip6_hdr) case Kristof Provost
- git: d06fe346eccf - main - libgeom: Avoid fixed remappings of the devstat device Mark Johnston
- git: b9d1249b5b68 - main - pci_vendors: update to 2024.06.23 Baptiste Daroussin
- git: 3cd90cb66d96 - main - usb_vendors: update to 2024.07.04 Baptiste Daroussin
- git: e06022e1bfc2 - main - Makefile.ec2: Add missing CLEANFILES entry Colin Percival
- git: 2dac89aee330 - main - EC2: Bump AMI size to 8 GB Colin Percival
- git: c482d65cd187 - main - EC2: Drop UEFI-PREFERRED from AMI names Colin Percival
- git: 2a916499470a - main - bsd-family-tree: shorter URL for FreeBSD manual pages Wolfram Schneider
- git: 4132c4be4c0a - main - bsd-family-tree: add FreeBSD Documentation Archive Wolfram Schneider
- Tue, 20 Aug 2024
- git: 12a6257a9600 - main - sys/conf: Introduce NOSAN_CFLAGS and NOSAN_C Andrew Turner
- git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel Andrew Turner
- git: 4db15ab2c65e - main - arm64: Add counter timer registers to armreg.h Andrew Turner
- git: 3d61bcf1eb84 - main - arm64/vmm: Start to extract code not needed by VHE Andrew Turner
- git: 4b6c9f84deb5 - main - arm64/vmm: Move nVHE-only code to the new file Andrew Turner
- git: a745cdc19b7f - main - arm64/vmm: Teach the vtimer about VHE Andrew Turner
- git: 55aa31480ced - main - arm64/vmm: Create functions to call into EL2 Andrew Turner
- git: 387f878aa7af - main - arm64/vmm: Teach vmm_arm.c about VHE Andrew Turner
- git: 6b17f49da0a2 - main - arm64/vmm: Restore hcr_el2 earlier Andrew Turner
- git: 7861ecd18b6f - main - arm64/vmm: Teach the switcher about new registers Andrew Turner
- git: 20eabb33b464 - main - arm64/vmm: Only store the guest par_el1 Andrew Turner
- git: 5577bb2f67ff - main - arm64/vmm: Support tlbi from VHE Andrew Turner
- git: f83a0f38d14e - main - arm64/vmm: Update exception vectors around a guest Andrew Turner
- git: 79a19e0e8d8d - main - arm64/vmm: Hide non-VHE exception code from VHE Andrew Turner
- git: b87952e837ec - main - arm64/vmm: Mark asm files as supporting BTI Andrew Turner
- git: bbe97db3c211 - main - arm64/vmm: Add the VHE exception and switcher files Andrew Turner
- git: 7279fa6af13d - main - arm64/vmm: Convert the handlers into ifuncs Andrew Turner
- git: 53b8812c9a99 - main - arm64/vmm: Allow vmm when in VHE Andrew Turner
- git: 19fb9ad74651 - main - nuageinit: readd ssh key parsing when key is in meta_data.json Baptiste Daroussin
- git: a6ecbf2b3585 - main - nuageinit: improve debugging when mkdir fails Baptiste Daroussin
- git: 0a5996443b61 - main - src.conf.5: Fix spelling typo John Baldwin
- git: 7d12558904ca - main - pf: Make pf_test predict that m_len < sizeof(struct ip) is false Kristof Provost
- git: 2787f8c39c60 - main - mlx5en: stop including mlx5_accel/ipsec.h from en.h Konstantin Belousov
- git: d00f3505efad - main - mlx5en: do now waste ipsec_accel_in_tag on non-ipsec packets rx Konstantin Belousov
- git: 828da10bb3c3 - main - mlx5en: fix destroying tx sa_entry when installing rx sa_entry failed Konstantin Belousov
- git: c4a0ee9b97bf - main - ipsec_offload: add handler for interface down events Konstantin Belousov
- git: 4f4c34e9d6e1 - main - if_vlan.c: remove stray include of sys/cdefs.h Konstantin Belousov
- git: 84abf7e26d19 - main - ipsec_offload: support vlans Konstantin Belousov
- git: 205263ac250a - main - mlx5en: support ipsec offload on vlan if Konstantin Belousov
- git: 66f0e2017f7c - main - ipsec_offload: add ipsec_accel_drv_sa_lifetime_fetch() Konstantin Belousov
- git: e9ace6e8f8fb - main - net/if_lagg.c: remove stray include is sys/cdefs.h Konstantin Belousov
- git: d1e78fbd4a67 - main - bsd-family-tree: add NetBSD 9.4 Wolfram Schneider
- git: d4a4d1e74285 - main - bsd-family-tree: shorter URLs Wolfram Schneider
- git: e5b853808363 - main - libalias: add another check to previous change Eugene Grosbein
- git: b49aec04f073 - main - bsd-family-tree: fix macOS 11 release date Wolfram Schneider
- Re: git: fb901935f257 - main - socket: Split up sosend_generic() Cy Schubert
- Re: git: fb901935f257 - main - socket: Split up sosend_generic() Mark Johnston
- Re: git: fb901935f257 - main - socket: Split up sosend_generic() Cy Schubert
- git: 66aed7e3488a - main - socket: Set lock flags properly Mark Johnston
- git: aa6c490bf80f - main - tcp: initialize the LRO hash table with correct size Michael Tuexen
- git: 0875f3cd74b2 - main - Revert "x86: Enable Intel DMAR by default" Ed Maste
- git: aa72c5bacb5f - main - dummymbuf: fix build without INET or INET6 Gleb Smirnoff
- git: 6bc966987e7a - main - dummymbuf: add to LINT Gleb Smirnoff
- git: 417b35a97b76 - main - netinet: Add a sysctl to allow disabling connections to INADDR_ANY Mark Johnston
- git: 64443828bbe7 - main - tcp: fix list iteration in tcp_lro_flush_active() Michael Tuexen
- Wed, 21 Aug 2024
- Re: git: 417b35a97b76 - main - netinet: Add a sysctl to allow disabling connections to INADDR_ANY Shawn Webb
- git: aa0bc761d245 - main - bsd.symver.mk: pass $CFLAGS to $CPP invocation Ed Maste
- git: 2477e88b8d43 - main - nfs: Add support for the NFSv4.2 mode_umask attribute Rick Macklem
- git: 213eb102aeec - main - msun: Fix typo in comment Li-Wen Hsu
- git: db6e3260a8b9 - main - arm64: Remove the E2H check from has_hyp Andrew Turner
- git: 0054693392f0 - main - arm64: Boot into VHE mode when able Andrew Turner
- git: 7412517f2947 - main - init_main: Sprinkle const qualifiers where appropriate Zhenlei Huang
- git: 78d69d0a3c7f - main - arm64: Fix the kernel with options VMM Andrew Turner
- git: f1bc3750cf9a - main - arm64: Use store-pair to zero the kernel bss Andrew Turner
- git: 024248c933c5 - main - libc/aarch64: Remove an unneeded weak symbol Andrew Turner
- git: 828445cc5e18 - main - if_vlan: set if_cap{abilities2,enable2} after IFCAP_IPSEC_OFFLOAD is recalculated Konstantin Belousov
- git: e7f9171b6738 - main - pf: Handle m_len < sizeof(struct ether_header) case Kristof Provost
- git: 1af7d5f38953 - main - libfetch: don't include fragments in HTTP requests Pietro Cerutti
- git: db87c98168b1 - main - ctl: avoid heap info leak in ctl_request_sense Ed Maste
- Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel John Baldwin
- git: a3f10d0882e1 - main - rangelocks: add rangelock_free_free() helper to free free list Konstantin Belousov
- git: 8a5b2db3d81d - main - ranglelock_destroy(): do not remove lock entries from under live lock acquirer Konstantin Belousov
- git: e228961d6e3b - main - rangelock_destoy(): poison lock->head to trip fault on lock attempt Konstantin Belousov
- git: 9467c1a69b81 - main - rangelock: assert that we never insert or remove our entry after a logically deleted one Konstantin Belousov
- git: a725d61825f3 - main - rangelock: if CAS for removal failed, restart list iteration Konstantin Belousov
- git: c4d8b2462e77 - main - rangelocks: recheck that entry is not marked after sleepq is locked in rl_w_validate() Konstantin Belousov
- git: 40bffb7d2124 - main - rangelocks: fix typo in rl_w_validate Konstantin Belousov
- git: 45543d3424d4 - main - DMAR: clear dmar_devs[unit] if attach failed Konstantin Belousov
- git: 111c7fc2fe21 - main - amd64: add convenience wrappers for INVLPGB and TBLSYNC Konstantin Belousov
- git: bc4ffcadf268 - main - amd64: add variables indicating INVLPGB works Konstantin Belousov
- git: 47656cc1ef1c - main - amd64: use INVLPGB for kernel pmap invalidations Konstantin Belousov
- git: 297a9e552b9a - main - libcxxrt: Add a stub implementation of __cxa_call_terminate John Baldwin
- git: d668a0b0abe4 - main - cxgbe(4): reset routine for general use. Navdeep Parhar
- git: d48524e21f1a - main - dev_pager: define free_page for mgt devices Doug Moore
- git: c0c1b1cd899a - main - freebsd32: Fix a few typos in syscalls.conf comments John Baldwin
- Thu, 22 Aug 2024
- git: d399c791b223 - main - bsd-family-tree: NetBSD 8.3 added Maxim Konovalov
- git: a1d9ce19b13f - main - sctp: fix format of sysctl variables Michael Tuexen
- git: 0f64fc6a3486 - main - kern: Align the declaration of kernconfstring with its definition Zhenlei Huang
- git: 498286d4e807 - main - tcp: fix format of sysctl variable Michael Tuexen
- Re: git: 297a9e552b9a - main - libcxxrt: Add a stub implementation of __cxa_call_terminate John Baldwin
- git: 5680cf6dc6e2 - main - jemalloc: don't expose 3.0 compat symbols Brooks Davis
- git: 776cd02b891c - main - vmm ppt: Enable busmastering and BAR decoding while a device is assigned John Baldwin
- git: 33658afd4e4d - main - rtld-elf: Pass parsed aux_info to ifunc_init Jessica Clarke
- git: 228a3e73e169 - main - riscv: Recognise B extension for AT_HWCAP Jessica Clarke
- git: 729d2b16b74f - main - rtld-elf: Support IFUNCs on riscv Jessica Clarke
- git: 8afae0caf4c4 - main - riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface Jessica Clarke
- git: e41364711ca3 - main - tcp: improve consistency of SYN-cache handling Michael Tuexen
- git: 6aee1dc48006 - main - pam_xdg.8: the module option name corrected Maxim Konovalov
- git: 101afbc6ee2f - main - loader/menu: tweak for added line Warner Losh
- Re: git: 101afbc6ee2f - main - loader/menu: tweak for added line Jessica Clarke
- Fri, 23 Aug 2024
- Re: git: 101afbc6ee2f - main - loader/menu: tweak for added line Warner Losh
- git: ef3f8aa0a049 - main - amdsmn(4), amdtemp(4): add support for AMD Ryzen 7 "Phoenix" processors Xin LI
- Re: 101afbc6ee2f - main - loader/menu: tweak for added line Pokala, Ravi
- git: abdc7bb79635 - main - bhyve(8): Remove mention of -A flag, again Li-Wen Hsu
- git: bd8486b9fe74 - main - kern.pre.mk include local.kern.pre.mk Simon J. Gerraty
- git: 70174ef7d2c8 - main - proccontrol: make -s require a target Brooks Davis
- git: 5cbb98c8259c - main - proccontrol.1: bump doc date Brooks Davis
- Sat, 24 Aug 2024
- Re: 101afbc6ee2f - main - loader/menu: tweak for added line Warner Losh
- git: e972e408d19a - main - release: Redirect etcupdate logfile to /dev/null. Gordon Tetlow
- git: 2668e76d6e76 - main - sound tests: Add SNDSTIOC_ADD_USER_DEVS test Christos Margiolis
- git: 9aac27599aca - main - mixer(8): Implement hot-swapping Christos Margiolis
- git: 0ca4d5d8209c - main - sound examples: Simplify MIDI example Christos Margiolis
- git: 3decd659a788 - main - sound examples: Simplify audio example Christos Margiolis
- git: 6747b1a8218f - main - sound examples: Move MIDI example out of OSS directory Christos Margiolis
- git: 0864dfe6299b - main - sound: Improve sndstat nvlist feederchain format Christos Margiolis
- git: c3516c6533a1 - main - ObsoleteFiles.inc: Update after sound changes Christos Margiolis
- git: 7ae4868a9a1a - main - sound examples: Delete stale ossinit.h file Christos Margiolis
- Sun, 25 Aug 2024
- Mon, 26 Aug 2024
- git: 04262ed78d23 - main - rtld-elf: Add CFI annotation for .rtld_start on RISC-V Alex Richardson
- git: 49a5fe1a017f - main - asmc: Add support for MacbookPro11,4 Mark Johnston
- git: 12e0d316644a - main - vendor/bc: upgrade to version 7.0.0 Stefan Eßer
- git: fff621251320 - main - pf tests: ensure that 'quick' on anchor rules works as expected Kristof Provost
- git: 62bb18abed25 - main - p9fs: Properly handle paths containing "." Mark Johnston
- git: 3ccb02334bf5 - main - vmm: Move vmm_ktr.h to a common directory Mark Johnston
- git: 93e81baa1c1b - main - vmm: Move duplicated stats code into a generic file Mark Johnston
- git: 3df92c972898 - main - vmm: Enable assertions in vmmdev_lookup() Mark Johnston
- git: 908a9dc02007 - main - arm64: Add a missing vm_disable_vcpu_creation() call in vmmdev_destroy() Mark Johnston
- git: b9ef152bec6c - main - vmm: Merge vmm_dev.c Mark Johnston
- git: e12b6aaf0d51 - main - vmm: Move compat ioctl definitions to vmm_dev.c Mark Johnston
- git: de9468837c92 - main - sqlite3: Vendor import of sqlite3 3.46.1 Cy Schubert
- git: 85707cfdaddc - main - bhyve: avoid updating fbaddr when vm_mmap_memseg fails Ed Maste
- git: b4dd5ff5f4f1 - main - pkgbase: Avoid hard-coding the package prefix in generate-ucl.sh Mark Johnston
- git: 871911a4ab73 - main - loader.efi(8): beef up the updating the ESP Warner Losh
- Tue, 27 Aug 2024
- git: ef5752762ba9 - main - contrib/bc: fix build with GCC Stefan Eßer
- git: 033f223666ad - main - committers-src: Add igoro@ with markj@ and kp@ mentors Igor Ostapenko
- git: 199544c9900a - main - calendar: Add myself to calendar.freebsd Igor Ostapenko
- Re: git: 417b35a97b76 - main - netinet: Add a sysctl to allow disabling connections to INADDR_ANY Mark Johnston
- git: 2096ad13524e - main - pf: sprinkle const in pf_pull_hdr() Kristof Provost
- git: 3b62f3350017 - main - netinet: fix LINT-NOINET build failure Kristof Provost
- git: d0675399d09f - main - capsicum: allow subset of wait4(2) functionality Mariusz Zaborski
- git: 24b1cf7a8a1d - main - sysent: regen after d0675399 Mariusz Zaborski
- git: 9c0cce328363 - main - usb: correct the rtw8821cu quirk and add another wireless rtw88 device Bjoern A. Zeeb
- git: 499c337781bf - main - tools/sdiodevs2h.awk: fix after removal of $FreeBSD$ Bjoern A. Zeeb
- git: 51cb6f524457 - main - tools/sdiodevs2h.awk: adjust defined named for vendor and device IDs Bjoern A. Zeeb
- git: 705008fbfdbe - main - fusefs: Fix warning formatting Mark Johnston
- git: e6651546c2dd - main - rangelock: Fix an off-by-one error Mark Johnston
- git: fe66e4caf456 - main - rangelock: Disable cheat mode by default Mark Johnston
- Re: git: fe66e4caf456 - main - rangelock: Disable cheat mode by default Jessica Clarke
- git: 5037c6398b23 - main - nfsd: Fix handling of NFSv4 setable attributes Rick Macklem
- git: f5a37f8dd319 - main - open(2): mandoc -T lint Konstantin Belousov
- git: 33f58ac0795b - main - rename(2): Extend EINVAL's description Konstantin Belousov
- git: 02c23c3b5ac9 - main - open(2): Extend EINVAL's description Konstantin Belousov
- Re: git: f5a37f8dd319 - main - open(2): mandoc -T lint Yuri Pankov
- Re: git: f5a37f8dd319 - main - open(2): mandoc -T lint Konstantin Belousov
- git: 37bb98841099 - main - open(2): devfs is in section 4 on HEAD Konstantin Belousov
- git: fef4249f0728 - main - ixl(4): Use GL_RXERR1 register for correct oversize packet count Eric Joyner
- git: 4fecb7015432 - main - ixl(4): Add more debug information for queues' config Eric Joyner
- Wed, 28 Aug 2024
- git: 84f46335ab5d - main - linuxkpi: chase spinlock_t in DECLARE_WAIT_QUEUE_HEAD Emmanuel Vadot
- git: b1c3a4d75f4f - main - netipsec: add probe points for the ipsec/esp/ah/ipcomp counters Kristof Provost
- Re: git: fe66e4caf456 - main - rangelock: Disable cheat mode by default Mark Johnston
- git: 75447afca868 - main - rangelocks: extract the cheat mode drain code Konstantin Belousov
- git: 0b6b1c285920 - main - Add rangelock_may_recurse(9) Konstantin Belousov
- git: 4e1f29b92dc5 - main - kern_copy_file_range(): handle rangelock recursion Konstantin Belousov
- git: 5378962154e0 - main - rangelocks: re-enable cheat mode Konstantin Belousov
- git: e1f4d623779d - main - rangelocks: remove unneeded cast of the atomic_load_ptr() result Konstantin Belousov
- git: 5b0dc991093c - main - vendor/bc: upgrade to version 7.0.1 Stefan Eßer
- git: 1e584ca30e3a - main - cxgbe(4): Export the core suspend/resume functionality to other modules. Navdeep Parhar
- git: c7a7e997d25d - main - atomic: Avoid casting the return value of atomic_load_ptr to void HEAD branches config description git-daemon-export-ok gl-conf hooks info objects packed-refs refs Mark Johnston
- git: d58197097610 - main - vmm: Factor most of sysctl_vmm_create() out into a separate function Mark Johnston
- git: 063a8bd908dd - main - vmm: Factor most of sysctl_vmm_destroy() into a separate function Mark Johnston
- git: f4002135a2be - main - vmm: Remove an unneeded lookup in devmem_create_cdev() Mark Johnston
- git: c23da668fa8e - main - vmm: Be more consistent with the credential used for VM lookup Mark Johnston
- git: 72ea8f41e19d - main - vmm: Let devmem devices reference the VM credential Mark Johnston
- git: a852dc580c1c - main - vmm: Harmonize compat ioctl definitions Mark Johnston
- Re: git: c7a7e997d25d - main - atomic: Avoid casting the return value of atomic_load_ptr to void HEAD branches config description git-daemon-export-ok gl-conf hooks info objects packed-refs refs Jessica Clarke
- git: 8254a276ad89 - main - cxgbe/iw_cxgbe: Replace the fatal error flag with a stopped flag. Navdeep Parhar
- git: cb91dc50950f - main - atomic: Fix the cast in the atomic_load_consume() interceptor Mark Johnston
- Re: git: c7a7e997d25d - main - atomic: Avoid casting the return value of atomic_load_ptr to void HEAD branches config description git-daemon-export-ok gl-conf hooks info objects packed-refs refs Mark Johnston
- git: f622dc5daecc - main - x86: Detect NVMM hypervisor Kevin Bowling
- git: 18aef07cfac4 - main - beinstall: Pass -B to etcupdate Jessica Clarke
- Thu, 29 Aug 2024
- git: 62775aebf725 - main - rc.d/devmatch: Silence sysctl hw.bus.devctl_nomatch_enabled=1 Jessica Clarke
- git: 3f250bb6f05b - main - cxgbe/iw_cxgbe: Tidy up a couple of CTRs in c4iw_create_listen. Navdeep Parhar
- git: c7c3f6351e96 - main - stress2: Update comments and remove one test Peter Holm
- git: 8b017284319c - main - arm64: Fix the ESR_EL1_op2 value Andrew Turner
- git: 0c605af3f9d9 - main - netinet: Explicitly disallow connections to the unspecified address Mark Johnston
- git: 12500c14281d - main - agp: Set the driver-specific field correctly Mark Johnston
- git: f62c1f3f8e91 - main - locate.updatedb: Explicitly exit from trap code. Dag-Erling Smørgrav
- git: 05cf677bb8d8 - main - riscv: remove a redundant MPASS test in _pmap_unwire_ptp() Mitchell Horne
- git: 2e33abc35460 - main - riscv: fix a bug in calculating the pindex for L1 page Mitchell Horne
- git: 835cd17f87e1 - main - riscv: use pmap_l1_pindex to calculate the pindex of the l2 page table page Mitchell Horne
- Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel Jessica Clarke
- git: 460464b2e031 - main - netbsd-tests: Remove an xfail annotation Mark Johnston
- git: a58ece87303f - main - zfsd tests: Update the mock zpool_handle Mark Johnston
- Re: git: a58ece87303f - main - zfsd tests: Update the mock zpool_handle Alan Somers
- git: 41e016289f77 - main - Improve accuracy of asinf(3) and acosf(3) Dimitry Andric
- Re: git: a58ece87303f - main - zfsd tests: Update the mock zpool_handle Mark Johnston
- Re: git: ff1ae3b3639d - main - rangelocks: restore caching of the single rl entry in the struct thread Mark Johnston
- Re: git: ff1ae3b3639d - main - rangelocks: restore caching of the single rl entry in the struct thread Konstantin Belousov
- git: 7e49f04c8839 - main - rangelocks: stop caching per-thread rl_q_entry Konstantin Belousov
- Fri, 30 Aug 2024
- git: 3b4dcc0feb41 - main - cxgbe/iw_cxgbe: c4iw_connect should return a negative errno. Navdeep Parhar
- git: 4b6e76eff8b6 - main - u3g: add SIERRA AC340U Xin LI
- git: b2044c455744 - main - tcp rack, bbr: improve handling of soft errors Michael Tuexen
- git: 6e25bccb989c - main - tcpsso: remove support for some IPPROTO_TCP-level socket option names Michael Tuexen
- git: f6fd5af80a37 - main - stress2: Do not wait forever for swap usage Peter Holm
- Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel Andrew Turner
- git: 356be1348dac - main - kernel: Make some compile time constant variables const Zhenlei Huang
- git: e196b12f4d4d - main - ipsec: Drain async ipsec_offload work when destroying a vnet Mark Johnston
- git: 06986e899972 - main - pam_xdg: Fix user xdg runtime directory's descriptor leak Olivier Certner
- git: 28294dc92476 - main - Revert "ipsec: Drain async ipsec_offload work when destroying a vnet" Mark Johnston
- git: 9fdb683d92b3 - main - cxgbe/iw_cxgbe: Fail early in some callbacks when the RNIC is stopped. Navdeep Parhar
- Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel John Baldwin
- git: 973bbdab4703 - main - mk: Add a BTI-report linker feature Andrew Turner
- git: 080c85127e3f - main - mixer(8) tests: Fix cleanup routine Christos Margiolis
- git: 38a08e45f194 - main - arm64: fix L1 pindex calculation in pmap_growkernel() Mitchell Horne
- git: 9a3fa77585e5 - main - vale(4): refer to the valectl(8) management tool Mitchell Horne
- git: a2f53837f0a8 - main - valectl(8): explicitly mention network switches Mitchell Horne
- Re: git: 38a08e45f194 - main - arm64: fix L1 pindex calculation in pmap_growkernel() Mitchell Horne
- Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel Mark Millard
- Sat, 31 Aug 2024
- Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel Warner Losh
- git: 86dd740dd73a - main - openssl: Remove fips module from base system. Gordon Tetlow
- git: e9a30c90d31e - main - ObsoleteFiles.inc: Fix examples path Christos Margiolis
- git: d7c87526b1c3 - main - tpm: Register TPM as entropy source Kevin Bowling
- Go to: [ monthly archives ] [ by author ] [ by date ]