Messages by Thread
-
git: Update for dhcpcd-9.3.0
Roy Marples
-
git: vendor/DHCPCD Update to dhcpcd-9.3.0 with the following changes: * dhcpcd: Backticks have been removed from quoting filenames * dhcpcd: Only manipulate stdin, stdout and stderr if they are valid * duid: Adjust option so the type can be specified * logerr: Don't leak logfile fd to scripts * privsep: Run the launcher process in the sandbox * privsep: getifaddrs now carries ifa_data for BSD * BSD: Use `ifi_link_state` as the single source of truth about carrier * BSD: Ignore vether(4) devices by default
Roy Marples
-
git: soreadable() should consider so_rerror
Roy Marples
-
git: sbin/hammer2: Change hammer2_uuid_to_str() to take const pointer
Tomohiro Kusumi
-
git: sbin/hammer2: Add hammer2_pfssubtype_to_str()
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Fix wrong comment in hammer2_recovery_scan()
Tomohiro Kusumi
-
git: sbin/hammer2: Sort "pfs-list" by PFS label
Tomohiro Kusumi
-
git: gcc: Allow our C++ headers to survive -Wsystem-headers (2).
Sascha Wildner
-
git: sbin/hammer2: Adjust "stat" output format
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Adjust some kprintfs in vfsops
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Don't expose inode's kva via ioctl
Tomohiro Kusumi
-
git: sbin/hammer2: Make "pfs-delete" error message handle ENOENT case
Tomohiro Kusumi
-
git: sbin/hammer2: Sync "pfs-create" message format with "pfs-delete"
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Make ioctl(HAMMER2IOC_PFS_DELETE) return EBUSY if mounted
Tomohiro Kusumi
-
git: Fix typos in libfetch and ext2fs.
Sascha Wildner
-
git: sbin/fsck_hammer2: Fix whitespace in usage output
Tomohiro Kusumi
-
git: sbin/hammer2: Add missing PFS types for "pfs-list"
Tomohiro Kusumi
-
git: sbin/fsck_hammer2: Add -P option to print PFS information
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Make corrupted volume header messages verbose
Tomohiro Kusumi
-
git: rc: Add handler for allow_listen_override.
Antonio Huete Jimenez
-
git: gcc: Allow our C++ headers to survive -Wsystem-headers.
Sascha Wildner
-
git: sys/vfs/hammer2: Return ENOENT if PFS label not found on mount
Tomohiro Kusumi
-
git: sbin/fsck_msdosfs: Use %ju and cast to (uintmax_t) to avoid using PRI* macros
Tomohiro Kusumi
-
git: sbin/hammer2: Fix default value of vfs.hammer2.cluster_write
Tomohiro Kusumi
-
git: sbin/mount_hammer2: Use MOPT_UPDATE
Tomohiro Kusumi
-
git: gpt(8): device_path does not need to be global.
Sascha Wildner
-
git: sh(1): bring sh from freebsd
Sascha Wildner
-
git: world: Staticize various variables and also remove a couple of unused ones.
Sascha Wildner
-
git: sys/vfs/hammer2: Fix non inode chain handling in hammer2_update_pmps()
Tomohiro Kusumi
-
git: sbin/hammer2: Fix calloc element size in get_hammer2_mounts()
Tomohiro Kusumi
-
git: test(1): sync with FreeBSD
Sascha Wildner
-
git: libc: Hide some internal symbols.
Sascha Wildner
-
git: kill(1): Don't kill pid -1 on overflow from strtol(3).
Sascha Wildner
-
git: printf(1): sync with FreeBSD
Sascha Wildner
-
git: sbin/mount_hammer2: Mention @label mount when >1 mounts exist
Tomohiro Kusumi
-
git: annotated tag v5.8.3 created
Justin C. Sherrill
-
git: sys/vfs/hammer2: Prevent write against mounted device
Tomohiro Kusumi
-
git: DragonFly_RELEASE_5_8 libarchive: avoid use-after-free in RAR reader
Daniel Fojt
-
git: DragonFly_RELEASE_5_8 libcrypto: avoid NULL or zero cofactor in ECC parameters
Daniel Fojt
-
git: annotated tag v5.8.2 created
Justin C. Sherrill
-
git: sbin/fsck_msdosfs: Fix an integer overflow on 32-bit platforms
Tomohiro Kusumi
-
git: DragonFly_RELEASE_5_8 ftpd(8): Fix wrong buffer used in an snprintf()'s sizeof().
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 rwhod(8): Fix a for() loop that was incrementing twice.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 libdmsg: Init a pointer that was used uninitialized in early error paths.
Sascha Wildner
-
git: libdmsg: Init a pointer that was used uninitialized in early error paths.
Sascha Wildner
-
git: pw(8): Use __unused instead of self-assignments.
Sascha Wildner
-
git: ftpd(8): Fix wrong buffer used in an snprintf()'s sizeof().
Sascha Wildner
-
git: rwhod(8): Fix a for() loop that was incrementing twice.
Sascha Wildner
-
git: kernel: Provide __udivti3() for intermediate 128-bit calculations.
Sascha Wildner
-
git: sbin/newfs_hammer2: Fix wrong comments on blockrefs in sroot inode
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Fix hammer2_get_vtype() for unsupported objtype
Tomohiro Kusumi
-
git: byacc: Update README.DRAGONFLY and config.h.
Sascha Wildner
-
git: vendor/BYACC Import byacc-20200910
Sascha Wildner
-
git: Fix some more programs for newer byaccs.
Sascha Wildner
-
git: inet6 - Fix panic after route purge
Matthew Dillon
-
git: Prepare a few programs for future byacc upgrades.
Sascha Wildner
-
git: sys/vfs/hammer2: Remove obsolete hammer2_devblk{radix,size}()
Tomohiro Kusumi
-
git: hier.7: Mention /etc/calendar.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 ftpd(8): Exit during authentication if an error occurs after chroot().
Antonio Huete Jimenez
-
git: ftpd(8): Exit during authentication if an error occurs after chroot().
Antonio Huete Jimenez
-
git: hack(6): Remove an unused header file.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 binutils227: Backport binutils commit 333d0055f6f16
Antonio Huete Jimenez
-
git: DragonFly_RELEASE_5_8 binutils227: Backport binutils commit 033bfb739b52
Antonio Huete Jimenez
-
git: DragonFly_RELEASE_5_8 usr.bin/xargs: Do not report SIGPIPE from children.
Antonio Huete Jimenez
-
git: usr.bin/xargs: Do not report SIGPIPE from children.
Antonio Huete Jimenez
-
git: binutils227: Backport binutils commit 033bfb739b52
Antonio Huete Jimenez
-
git: binutils227: Backport binutils commit 333d0055f6f16
Antonio Huete Jimenez
-
git: sbin/hammer2: Set error code if "grow" failed
Tomohiro Kusumi
-
git: ecclesiastical.c: Fix comment error to easter()
Aaron LI
-
git: calendar.1: Fix a grammar mistake and avoid Pinyin symbols
Aaron LI
-
git: mkcsmapper(1): Move yylex() declaration to the .y file.
Sascha Wildner
-
git: mille(6): Remove local erasechar()/killchar() definitions.
Sascha Wildner
-
git: sbin/newfs_hammer2: Remove -f in SYNOPSIS
Tomohiro Kusumi
-
git: edk2: Sync our TianoCore EDK II headers with the edk2-stable202008 tag.
Sascha Wildner
-
git: vendor/libressl: upgrade from 3.1.3 to 3.1.4
Daniel Fojt
-
git: <sys/cdefs.h>: Restore to original behavior for __{BEGIN, END}_DECLS.
Sascha Wildner
-
git: sys/vfs/hammer2: Remove unused hammer2_iod_invals sysctl
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused hammer2_inval_enable sysctl
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused hammer2_chain_frees sysctl
Tomohiro Kusumi
-
git: drm/linux: Fix __test_and_set_bit()
Francois Tigeot
-
git: drm/linux: Add pagevec_space()
Francois Tigeot
-
git: terminfo: drop repeat-character capability from 'xterm-new' (2)
Matthew Dillon
-
git: sbin/newfs_hammer2: Remove/fix obsolete stuff from HAMMER1
Tomohiro Kusumi
-
git: calendar.1: Fix minor formatting issues
Aaron LI
-
git: terminfo: drop repeat-character capability from 'xterm-new'
Daniel Fojt
-
git: terminfo: avoid alternate buffer in 'xterm-basic'
Daniel Fojt
-
git: calendar(1): Define some days in Austria in relation to 'Advent' as well.
Sascha Wildner
-
git: calendar(1): Define various German entries relative to "Advent".
Sascha Wildner
-
git: flex - Fix buildworld issue when compiling on older releases
Matthew Dillon
-
git: sys/vfs/hammer2: Remove obsolete comments on hardlink
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove obsolete comments on volume headers
Tomohiro Kusumi
-
git: sbin/newfs_hammer2: Fix comments/assert on 4MB segments
Tomohiro Kusumi
-
git: calendar(1): Remove Volkstrauertag. It's already in calendar.kirche.
Sascha Wildner
-
git: calendar(1): Add three more commemoration days to the german calendar.
Sascha Wildner
-
git: Sync tpm(4) with FreeBSD.
Sascha Wildner
-
git: sbin/newfs_hammer2: Assert inodes/volhdrs don't cross 64KB boundary
Tomohiro Kusumi
-
git: vendor/nvi2: upgrade from 2.1.3 to 2.2.0
Daniel Fojt
-
git: Upgrade vi(1). 2/2
Daniel Fojt
-
git: Upgrade vi(1). 1/2
Daniel Fojt
-
git: sys/vfs/hammer2: Change hammer2_bref_type_str() to take btype
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Add () around HAMMER2_XOPMASK_* macros
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Make hammer2_iod_inode_* static
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Ignore HAMMER2_BREF_TYPE_EMPTY in dio_write_stats_update()
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Add hammer2_adjwritecounter()
Tomohiro Kusumi
-
git: nrelease: Follow-up commit 10d767c30ac91
Antonio Huete Jimenez
-
git: sys/vfs/hammer2: Implement missing errors in hammer2_err*_to_err*()
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_LOOKUP_ALLNODES
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_CHAIN_EMBEDDED
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_CHAIN_FICTITIOUS
Tomohiro Kusumi
-
git: vendor/DHCPCD Update to dhcpcd-9.2.0 with the following changes:
Roy Marples
-
git: sys/vfs/hammer2: Ignore HAMMER2_BREF_TYPE_EMPTY in hammer2_adjreadcounter()
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove #if0'd function hammer2_allocsize()
Tomohiro Kusumi
-
git: <sys/cdefs.h>: Add __{BEGIN, END}_HIDDEN_DECLS definitions and use them.
Sascha Wildner
-
git: libm: Mark some functions hidden (syncs math_private.h with OpenBSD).
Sascha Wildner
-
git: <sys/cdefs.h>: Untangle the __{BEGIN, END}_DECLS definitions a bit.
Sascha Wildner
-
git: <sys/cdefs.h>: Move __dso_{public, hidden} to the other visibility defs.
Sascha Wildner
-
git: sys/vfs/hammer2: Fix function names in kprintf
Tomohiro Kusumi
-
git: world - Add /usr/projects maintenance to /usr/Makefile.
Matthew Dillon
-
git: calendar(1): Rewrite to support Chinese & Julian calendars
Aaron LI
-
git: Makefile.usr: Always use pkg-static
Antonio Huete Jimenez
-
git: sbin/newfs_hammer2: Fail if no free space left
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove obsolete comments for hammer2_install_volume_header()
Tomohiro Kusumi
-
git: DragonFly_RELEASE_5_8 kernel: avoid possible use-after-free in ipv6
Daniel Fojt
-
git: kernel: avoid possible use-after-free in ipv6
Daniel Fojt
-
git: fdisk - Add storage expansion option
Matthew Dillon
-
git: gpt, disklabel64 - Add storage expansion options (2)
Matthew Dillon
-
git: gpt, disklabel64 - Add storage expansion options
Matthew Dillon
-
git: sys/vfs/hammer2: Fix wrong comment for hammer2_inode_modify()
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_INODE_RENAME_INPROG
Tomohiro Kusumi
-
git: sys/vfs/ext2fs: Cleanup empty lines (sync with FreeBSD)
Tomohiro Kusumi
-
git: sys/vfs/msdosfs: Cleanup empty lines (sync with FreeBSD)
Tomohiro Kusumi
-
git: sys/vfs/autofs: Cleanup empty lines (sync with FreeBSD)
Tomohiro Kusumi
-
git: kernel: Fix LINT64 build after Linux RCU changes
Francois Tigeot
-
git: hammer2 - Add HAMMER2IOC_GROWFS ioctl (2)
Matthew Dillon
-
git: hammer2 - Add HAMMER2IOC_GROWFS ioctl
Matthew Dillon
-
git: hammer2 - Implement 'growfs' directive
Matthew Dillon
-
git: drm - Implement poor-man's RCU
Matthew Dillon
-
git: kernel - Revamp ifsq_watchdog*() a bit
Matthew Dillon
-
git: sys/vfs/hammer2: Remove Debugger() call for debugging in normal paths
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove obsolete comments on indirect block
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Use hammer2_spin_t
Tomohiro Kusumi
-
git: Partially revert commit bdaacb9f+.
Daniel Fojt
-
git: fsck_hammer2(8): de-inline couple of functions
Daniel Fojt
-
git: libefivar: use correct types in conversion macros
Daniel Fojt
-
git: libefivar: avoid accessing type-punned pointer
Daniel Fojt
-
git: libfetch: avoid dereferencing possibly uninitialized pointer
Daniel Fojt
-
git: sys/vfs/hammer2: Minor cleanup from cecb915381c4268602e4dfb4725d792e633b326d
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove nonexistent function prototypes
Tomohiro Kusumi
-
git: DragonFly_RELEASE_5_8 vkernel: Adjust vke(4) for the if_media.h changes (fixes vkernel build).
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 <sys/if_media.h>: Fix typo.
Sascha Wildner
-
git: libc & libkvm: Fix wrong calculations in getloadavg() functions.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 libc & libkvm: Fix wrong calculations in getloadavg() functions.
Sascha Wildner
-
git: <sys/if_media.h>: Fix typo.
Sascha Wildner
-
git: sys/vfs/hammer2: Remove unused HAMMER2_FREECACHE_*
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_MODIFY_{NO_MODIFY_TID, UNUSED0008}
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_BMAP_*
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_DELDUP_RECORE
Tomohiro Kusumi
-
git: vkernel: Adjust vke(4) for the if_media.h changes (fixes vkernel build).
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 <net/if_media.h>: Adjust ethernet media types some more.
Sascha Wildner
-
git: <net/if_media.h>: Adjust ethernet media types some more.
Sascha Wildner
-
git: x86_64/machdep.c: Fix two minor typos and indentation
Aaron LI
-
git: kernel - Fix KVM implosion by enabling the IOAPIC
Matthew Dillon
-
git: kernel - Be more verbose about disabling the IOAPIC
Matthew Dillon
-
git: kernel - Fix atomicy issue in APIC EOI and enable_icus
Matthew Dillon
-
git: sbin/hammer2: Fix "show" and "volhdr" output format
Tomohiro Kusumi
-
git: sbin/hammer2: Drop extra indentation in "show" when -q
Tomohiro Kusumi
-
git: sbin/hammer2: Introduce HAMMER2_SHOW_DEPTH to limit "show" depth
Tomohiro Kusumi
-
git: libc/getdate: Add getdate_err to the Symbol.map too.
Sascha Wildner
-
git: kernel: Adjust wmesg.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 <net/if_media.h>: IFM_HPNA_1 != IFM_10G_LR, renumber as needed.
Sascha Wildner
-
git: <net/if_media.h>: IFM_HPNA_1 != IFM_10G_LR, renumber as needed.
Sascha Wildner
-
git: sys/vfs/hammer2: Remove HAMMER2_MINIO* macros
Tomohiro Kusumi
-
git: efibootmgr(8): Sync with FreeBSD.
Sascha Wildner
-
git: kernel - Deal with VOP_NRENAME races
Matthew Dillon
-
git: tmpfs - Improve assertions
Matthew Dillon
-
git: kernel - Document confusing physmap[1] initialization
Matthew Dillon
-
git: tmpfs - Enhance assertion (not a bug fix)
Matthew Dillon
-
git: kernel - Remove tty-related debug message
Matthew Dillon
-
git: sbin/newfs_hammer2: Use ~HAMMER2_PBUFMASK64 to obtain pbuf offset
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove comment on nonexistent MINALLOCSIZE
Tomohiro Kusumi
-
git: kernel/{a,b}list: Use __func__ in panic messages.
Sascha Wildner
-
git: sys/vfs/hammer2: Remove unused HAMMER2_AV* macros
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Fix whitespace to align indentation
Tomohiro Kusumi
-
git: DragonFly_RELEASE_5_8 kernel/nata: Fix operator precedence issue.
Sascha Wildner
-
git: kernel/nata: Fix operator precedence issue.
Sascha Wildner
-
git: zoneinfo: Update /etc/localtime when upgrading timezones.
Sascha Wildner
-
git: sys/vfs/hammer2: Remove unused HAMMER2_OFF_NOPREF
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_OFF_BAD and HAMMER2_MAX_COPIES
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Remove unused HAMMER2_SPECTHREADS
Tomohiro Kusumi
-
git: <sys/systm.h>: Fix muldivu64() comment.
Sascha Wildner
-
git: kernel/pmap: Remove code under !defined(PMAP_ADVANCED).
Sascha Wildner
-
git: kernel - Remove global cwd statistics counters
Matthew Dillon
-
git: make(1): Fix default search path back to just /usr/share/mk.
Sascha Wildner
-
git: dhclient: teach the script about resolvconf(8)
Roy Marples
-
git: kate.4: Sort SEE ALSO.
Sascha Wildner
-
git: games/sail: adjust to updated ncurses
Daniel Fojt
-
git: games/mille: adjust to updated ncurses
Daniel Fojt
-
git: sys/vfs/hammer2: Remove unused tailq structs
Tomohiro Kusumi
-
git: kernel - Remove machdep.hack_efifb_probe_early hack
Michael Neumann
-
git: kernel: recognize newer Intel I219 ethernet controllers
Daniel Fojt