Messages by Thread
-
git: rc.d/mounttmpfs: Avoid duplicate tmpfs mount at /tmp
Aaron LI
-
git: kernel - Remove the #define AF_MAX from sys/mount.h
Matthew Dillon
-
git: dsynth: Add phase string for the new phases
Antonio Huete Jimenez
-
git: <sys/iconv.h>: Add <sys/types.h> for u_char and fix a comment.
Sascha Wildner
-
git: regdomain.xml: Correct various country names.
Sascha Wildner
-
git: Fix several typos in calendars, READMEs and other files.
Sascha Wildner
-
git: <sys/iconv.h>: Include <sys/cdefs.h> for __{BEGIN,END}_DECLS.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 kernel/vm: Fix a wrong check in vm_fault_page().
Sascha Wildner
-
git: kernel/vm: Fix a wrong check in vm_fault_page().
Sascha Wildner
-
git: tic: Fix wrong path in the Makefile.
Sascha Wildner
-
git: libkinfo/Makefile: Oops, fix typo in the MLINKS.
Sascha Wildner
-
git: Use %U for URIs within reference blocks in various manual pages.
Sascha Wildner
-
git: kinfo.3: Mention cputime_pcpu_statistics() and route_pcpu_statistics().
Sascha Wildner
-
git: libaura: Limit device/mount point comparison to PATH_MAX
Antonio Huete Jimenez
-
git: libaura: Restore local variable name 'args'.
Antonio Huete Jimenez
-
git: libaura: Restore fspred CVD Id.
Antonio Huete Jimenez
-
git: libaura: Remove unused variable
Antonio Huete Jimenez
-
git: libaura: Several fixes to fs predicates
Antonio Huete Jimenez
-
git: libaura: Fix fspred test
Antonio Huete Jimenez
-
git: kernel/bpf: Put a struct declaration (netmsg_bpf_output) into the NBPF check.
Sascha Wildner
-
git: kernel/rtsock: Remove no longer needed ns_count in struct route_cb.
Sascha Wildner
-
git: kernel: Remove two unused declarations.
Sascha Wildner
-
git: libaura: Regression test for fspred
Antonio Huete Jimenez
-
git: regression: Initial runlist for the regression tests
Antonio Huete Jimenez
-
git: regression: Force rm to avoid dfregress to hang in stdin
Antonio Huete Jimenez
-
git: dsynth: Add extra information to the build output
Antonio Huete Jimenez
-
git: dsynth: Warn the user about world/kernel being out of sync
Antonio Huete Jimenez
-
git: dsynth: Set OPSYS according to the detection or profile config
Antonio Huete Jimenez
-
git: kernel: Fix two typos in comments.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 Sync zoneinfo database with tzdata2021a from ftp://ftp.iana.org/tz/releases
Sascha Wildner
-
git: Sync zoneinfo database with tzdata2021a from ftp://ftp.iana.org/tz/releases
Sascha Wildner
-
git: sbin/hammer2: Fix compilation on Linux
Tomohiro Kusumi
-
git: kernel: Move the flags for kern_dup() to <sys/filedesc.h>.
Sascha Wildner
-
git: kernel/acpi: Fix some implementation specific shifting of signed ints.
Sascha Wildner
-
git: kernel/acpi: Remove bogus checks for < 0 of unsigned variables.
Sascha Wildner
-
git: kernel/acpi: Remove an unused struct definition.
Sascha Wildner
-
git: kernel/acpi: Remove unneeded bus number check.
Sascha Wildner
-
git: kernel/acpi: Remove two redundant initializations.
Sascha Wildner
-
git: kernel/acpi: Remove redundant NULL check.
Sascha Wildner
-
git: dsynth: Use semantic versioning-ish numbering for version
Antonio Huete Jimenez
-
git: kernel - Add memory barriers to more __asm functions.
Matthew Dillon
-
git: kernel - Separate XSAVE support from AVX support
Matthew Dillon
-
git: msdosfs: fix #3237 where reading the last sector of a file returned 0s
Matthew Dillon
-
git: dsynth.1: Several fixes
Antonio Huete Jimenez
-
git: getipnodebyname.3: Fix missing whitespace.
Sascha Wildner
-
git: Clean up markup of AF_INET* in a few manual pages.
Sascha Wildner
-
git: Revert "Fix various mistakes (s/it were/it was/) in manual pages."
Sascha Wildner
-
git: kernel/clock_getres: Improve CPU clock ID sanity checking.
Sascha Wildner
-
git: clock_settime(2): Return EINVAL if tv_sec < 0
Aaron LI
-
git: <sys/sysmsg.h>: Remove a deprecated and duplicate union member
Aaron LI
-
git: syscall.9: Add some missing info and fix outdated contents
Aaron LI
-
git: <sys/sysmsg.h>: Remove unused forward declarations
Aaron LI
-
git: Use 'sysmsg_result' macro for consistency
Aaron LI
-
git: nanosleep.2: List clock_nanosleep() in the NAME section.
Sascha Wildner
-
git: <sys/sysmsg.h>: Add missing copyright and license header
Aaron LI
-
git: Implement clock_nanosleep(2) system call
Aaron LI
-
git: nanosleep(2): Return EINVAL if tv_sec < 0 (POSIX-compliant)
Aaron LI
-
git: nanosleep(2): Plug a memory disclourse and be POSIX-compliant
Aaron LI
-
git: kern/makesyscalls.sh: Revert change to '#endif' comment
Aaron LI
-
git: <sys/sysproto.h>: Regenerate after 'makesyscalls.sh' update
Aaron LI
-
git: kern/makesyscalls.sh: Better place #undef and fix #endif comments
Aaron LI
-
git: test/vmm: Refactor Makefile by using <bsd.prog.mk>
Aaron LI
-
git: Use ${} instead of $() in various makefiles
Aaron LI
-
git: Fix various mistakes (s/it were/it was/) in manual pages.
Sascha Wildner
-
git: libutil/setusercontext: Apply FreeBSD's b149798e50fac1113a7.
Sascha Wildner
-
git: usr.sbin/fstyp: Fix exfat detection
Tomohiro Kusumi
-
git: Add a smbfs(5) manual page (taken from FreeBSD).
Sascha Wildner
-
git: libc/citrus: Cleanup the DFprivate_1.0 section of the Symbol.map.
Sascha Wildner
-
git: libc/citrus: Remove two unused header files.
Sascha Wildner
-
git: talkd: Find users in more than one talk request.
Matthew Dillon
-
git: talk: talk into account sa_len field in sockaddr.
Matthew Dillon
-
git: DragonFly_RELEASE_5_8 Sync cmp(1) with FreeBSD. Mainly for 80445b7a3f738e0b which fixes a bug.
Sascha Wildner
-
git: Sync cmp(1) with FreeBSD. Mainly for 80445b7a3f738e0b which fixes a bug.
Sascha Wildner
-
git: hexdump.1/operator.7: Use Ta instead of literal tabs.
Sascha Wildner
-
git: kernel - Fix atime field for PTYs
Matthew Dillon
-
git: finger - Take into account terminal session ID
Matthew Dillon
-
git: finger - Remove -T option
Matthew Dillon
-
git: finger - Fix 'lastlogx' logic
Matthew Dillon
-
git: finger - Reduce printed Login name field width so line fits 80 cols
Matthew Dillon
-
git: finger - Widen TTY field to avoid truncation
Matthew Dillon
-
git: usr.sbin/fstyp: Sync with NetBSD
Tomohiro Kusumi
-
git: sys/vfs/ext2fs: Fix comment on htree dirent (disabled) issue on DragonFly
Tomohiro Kusumi
-
git: usr.sbin/fstyp: Minor fix for HAMMER2
Tomohiro Kusumi
-
git: sys/vfs/hammer2: Add hammer2_print_uuid_mismatch()
Tomohiro Kusumi
-
git: usr.sbin/fstyp: Don't assert(0) for invalid HAMMER1/2 ondisk
Tomohiro Kusumi
-
git: md5.1: Remove dead references from SEE ALSO.
Sascha Wildner
-
git: libc/citrus: Fix some typos in DFprivate_1.0 in the Symbol.map.
Sascha Wildner
-
git: kernel - Remove MAP_VPAGETABLE
Matthew Dillon
-
git: Sync ACPICA with Intel's version 20210105.
Sascha Wildner
-
git: timeout.1: Use .Fx
Sascha Wildner
-
git: sockaddr_snprintf.3: Use .Er for errno values.
Sascha Wildner
-
git: timeout(1): Add -v/--verbose option to show diagnosis info
Aaron LI
-
git: timeout(1): Reduce some duplicate code
Aaron LI
-
git: timeout(1): Some minor tweaks and improvements
Aaron LI
-
git: timeout(1): Port to DragonFly
Aaron LI
-
git: Import timeout(1) from FreeBSD
Aaron LI
-
git: Fix some -Wjump_misses_init warnings (found by clang).
Sascha Wildner
-
git: netstat(1): Clean up struct nlist array.
Sascha Wildner
-
git: getaddrinfo(1): Actually hook into the build and remove unneeded headers.
Sascha Wildner
-
git: Import getaddrinfo(1) from FreeBSD
Aaron LI
-
git: libutil: Add sockaddr_snprintf() (taken from NetBSD).
Aaron LI
-
git: setbuf.3: Mention stdbuf(1) and update HISTORY & BUGS sections
Aaron LI
-
git: Import stdbuf(1) together with libstdbuf(3) from FreeBSD
Aaron LI
-
git: mandoc.db.5: Adjust a bit to DragonFly.
Sascha Wildner
-
git: newvers.sh: Simplify a bit more.
Sascha Wildner
-
git: Remove /usr/share/examples/etc/bsd-style-copyright.
Sascha Wildner
-
git: <unistd.h>: chroot_kernel() is DragonFly specific only.
Sascha Wildner
-
git: libc/gen/devname.c: No need to include <paths.h>
Aaron LI
-
git: Remove obsolete dev_mkdb(8)
Aaron LI
-
git: devname(3): Remove obsolete code that queries dev.db
Aaron LI
-
git: devname.3: Add a little example
Aaron LI
-
git: Bump copyrights. Good riddance 2020
Sascha Wildner
-
git: Remove <sys/types.h> from <ftw.h>.
Sascha Wildner
-
git: Clean up the POSIX namespace of <iconv.h>, <dirent.h>, and <sys/stat.h>.
Sascha Wildner
-
git: Keep /etc/regdomain.xml in sync with our tree.
Sascha Wildner
-
git: DragonFly_RELEASE_5_8 kernel/mmap_single: Pass a_fp properly into the *_mmap_single dev op.
Sascha Wildner
-
git: netproto/802_11: Sync some channel definitions from FreeBSD
Aaron LI
-
git: ifconfig(8): Update regdomain.[ch] to support new regdomain.xml
Aaron LI
-
git: ifconfig(8): Fix regdomain.xml parsing issue
Aaron LI
-
git: Add <endian.h>, which for now only includes <sys/endian.h>.
Sascha Wildner
-
git: etc/Makefile: Install 'group' and 'master.passwd' to examples/etc
Aaron LI
-
git: DragonFly_RELEASE_5_8 Sync zoneinfo database with tzdata2020f from ftp://ftp.iana.org/tz/releases
Sascha Wildner
-
git: Sync zoneinfo database with tzdata2020f from ftp://ftp.iana.org/tz/releases
Sascha Wildner
-
git: libc/gen/gen_private.h: Include <sys/types.h> for off_t.
Sascha Wildner
-
git: kernel: Staticize a few variables.
Sascha Wildner
-
git: libc/fmtcheck: Sync with FreeBSD (only comments).
Sascha Wildner
-
git: <machine/smp.h>: Remove some prototypes of non-existent functions.
Sascha Wildner
-
git: etc/Makefile: Improve update of _dhcp user and dhcpcd files
Aaron LI
-
git: tools/pw-update.sh: No need to invoke pwd_mkdb(8)
Aaron LI
-
git: tools/pw-update.sh: Improve to update user/group
Aaron LI
-
git: Remove last remains of FSMID support from userland.
Sascha Wildner
-
git: vendor/DHCPCD Update to dhcpcd-9.4.0 with the following changes:
Roy Marples
-
git: DragonFly_RELEASE_5_8 Sync zoneinfo database with tzdata2020e from ftp://ftp.iana.org/tz/releases
Sascha Wildner
-
git: Sync zoneinfo database with tzdata2020e from ftp://ftp.iana.org/tz/releases
Sascha Wildner
-
git: openresolv: update README.DRAGONFLY
Roy Marples
-
git: openresolv: build avahi-daemon and mdnsd subscribers
Roy Marples
-
git: vendor/OPENRESOLV openresolv: Update to version 3.12.0 with the following changes:
Roy Marples
-
git: devname.3: Update man page to align wht the code
Aaron LI
-
git: Add nsmb.conf.5 man page
Aaron LI
-
git: etc/Makefile: Minor style tweaks
Aaron LI
-
git: etc/Makefile: No need to try to install 'group' file
Aaron LI
-
git: etc/Makefile: Use 'pw-update.sh' to add users and groups
Aaron LI
-
git: tools: Update commit-msg script a bit
Aaron LI
-
git: tools: Add pw-update.sh to add new users and groups
Aaron LI
-
git: kernel - Fix callout structural corruption bug
Matthew Dillon
-
git: sys/vfs/hammer2: Add initial multi-volumes support for HAMMER2
Tomohiro Kusumi
-
git: DragonFly_RELEASE_5_8 net/ip_mroute: Fix 'struct igmpmsg' for x86_64
Aaron LI
-
git: net/ip_mroute: Fix 'struct igmpmsg' for x86_64
Aaron LI
-
git: <netinet6/in6.h>: Revert one change that didn't improve anything.
Sascha Wildner
-
git: <netinet/in.h>: Clean up the POSIX namespace.
Sascha Wildner
-
git: <netinet/in6.h>/<sys/mount.h>: Use __BSD_VISIBLE where intended.
Sascha Wildner
-
git: <netinet/in.h>: Fix comment indent.
Sascha Wildner
-
git: sbin/newfs_hammer2: Minor cleanup
Tomohiro Kusumi
-
git: sbin/fsck_hammer2: Don't print "exceeds volume size" in find_best_zone()
Tomohiro Kusumi
-
git: drm/i915: Enable I915_PARAM_MMAP_VERSION
Francois Tigeot
-
git: drm/i915: Update PCI IDs from Linux 5.8
Francois Tigeot
-
git: drm: Update to Linux 4.15.18
Francois Tigeot
-
git: Sync ACPICA with Intel's version 20201217.
Sascha Wildner
-
git: cpdup - Add support for lchmod(), lutimes(), and lchflags() (2)
Matthew Dillon
-
git: DragonFly_RELEASE_5_8 sys/vfs/hammer2: modify inode's ctime after link()ing it
Daniel Fojt
-
git: DragonFly_RELEASE_5_8 sys/vfs/hammer: modify directory ctime when adding entry
Daniel Fojt
-
git: sys/vfs/hammer: modify directory ctime when adding entry
Daniel Fojt
-
git: sys/vfs/hammer2: modify inode's ctime after link()ing it
Daniel Fojt
-
git: usr.sbin/fstyp: Minor HAMMER2 fixes
Tomohiro Kusumi
-
git: build - Fix building new sources on older systems
Matthew Dillon
-
git: Revert "sys.mk: Add the 's' modifier to our ARFLAGS."
Rimvydas Jasinskas
-
git: pthreads: Add pthread_is_threaded_np.3 manpage.
Rimvydas Jasinskas
-
git: pthreads: Add pthread_yield_np().
Rimvydas Jasinskas
-
git: pthreads: Use sticky version in pthread_is_threaded_np().
Rimvydas Jasinskas
-
git: world: Add <sys/single_threaded.h>
Rimvydas Jasinskas
-
git: dsynth: Collect and present meta-node statistics.
Antonio Huete Jimenez
-
git: dsynth: Delete obsolete packages upon 'prepare-system'
Antonio Huete Jimenez
-
git: sys.mk: Add the 's' modifier to our ARFLAGS.
Sascha Wildner
-
git: top, vmstat, who, rwhod - Use CLOCK_UPTIME to calculate uptime
Matthew Dillon
-
git: uptime - Use CLOCK_UPTIME to calculate uptime
Matthew Dillon
-
git: Remove local ar(1) operation code definitions and use ARFLAGS.
Sascha Wildner
-
git: pthreads: Add pthread_is_threaded_np() function.
Rimvydas Jasinskas
-
git: pthreads: Add pthread_getattr_np().
Rimvydas Jasinskas
-
git: pthreads: Enhance pthread_sigprocmask() stub.
Rimvydas Jasinskas
-
git: <pthread.h>: Provide pthread_*_np() prototypes too.
Rimvydas Jasinskas
-
git: libstand: Exclude pthread types for loaders.
Rimvydas Jasinskas
-
git: <aio.h>: Only provide pthread types mandated by POSIX here.
Rimvydas Jasinskas
-
git: <signal.h>: Further reduce pthread namespace pollution.
Rimvydas Jasinskas
-
git: pthreads: Reimplement pthread types using non polluting types.
Rimvydas Jasinskas
-
git: pthreads: Remove DragonFly tags referencing libc_r.
Rimvydas Jasinskas
-
git: pthreads: Remove <sys/signal.h> from <pthread.h>.
Rimvydas Jasinskas
-
git: pthreads: Reduce pthread type namespace pollution.
Rimvydas Jasinskas
-
git: libc: Reduce <pthread.h> exposure.
Rimvydas Jasinskas
-
git: pthreads: Use pthread_t type in libthread_xu.
Rimvydas Jasinskas
-
git: libdevattr: Reduce <pthread.h> exposure.
Rimvydas Jasinskas
-
git: <machine/stdarg.h>: Make <stdarg.h> compatible with ports compilers.
Rimvydas Jasinskas
-
git: kernel - Callout corruption and subr_bus debugging
Matthew Dillon
-
git: DragonFly_RELEASE_5_8 libressl: fix CVE-2020-1971
Daniel Fojt
-
git: vendor/LIBRESSL vendor/libressl: upgrade from 3.2.2 to 3.2.3
Daniel Fojt
-
git: sys/vfs/ext2fs: In ext2 BA_CLRBUF is used in ext2_balloc() not UFS_BALLOC()
Tomohiro Kusumi
-
git: vkernel: Add extra space.
Sascha Wildner
-
git: kernel/mmap_single: Pass a_fp properly into the *_mmap_single dev op.
Sascha Wildner