DragonFlyBSD/src 6e0aed1 — sys/sys param.h
<sys/param.h>: Bump __DragonFly_version for F_MAXFD and O_CLOFORK
Delta | File | |
---|---|---|
+2 | -1 | sys/sys/param.h |
+2 | -1 | 1 files |
<sys/param.h>: Bump __DragonFly_version for F_MAXFD and O_CLOFORK
Delta | File | |
---|---|---|
+2 | -1 | sys/sys/param.h |
+2 | -1 | 1 files |
kernel - Minor adjustment to set_flags cast * filedesc flags are a char. Avoid potential future issues by typing it and cast the int argument from fsetfdflags() to clean the implementation up a bit. Leave the argument as an int for now.
Delta | File | |
---|---|---|
+3 | -1 | sys/sys/filedesc.h |
+2 | -2 | sys/kern/kern_descrip.c |
+5 | -3 | 2 files |
Update manpages for O_CLOFORK flag and others
Delta | File | |
---|---|---|
+61 | -18 | lib/libc/sys/fcntl.2 |
+16 | -2 | lib/libc/gen/dup3.3 |
+16 | -1 | lib/libc/sys/open.2 |
+15 | -1 | lib/libc/sys/accept.2 |
+11 | -1 | lib/libc/sys/fork.2 |
+10 | -1 | lib/libc/sys/pipe.2 |
+129 | -24 | 4 files not shown |
+148 | -30 | 10 files |
tests: Adapt Illumos oclo tests to DragonflyBSD
Delta | File | |
---|---|---|
+60 | -31 | test/illumos/oclo/oclo.c |
+23 | -21 | test/illumos/oclo/ocloexec_verify.c |
+17 | -8 | test/illumos/oclo/oclo_errors.c |
+18 | -0 | test/illumos/oclo/Makefile |
+118 | -60 | 4 files |
tests: Add Illumos oclo tests for O_CLOEXEC & O_CLOFORK Taken from last commit b3ff81dc6673bee7f291d9d66a832cb3e1004f49 from https://github.com/illumos/illumos-gate/tree/master/usr/src/test/os-tests/tests/oclo
Delta | File | |
---|---|---|
+1,310 | -0 | test/illumos/oclo/oclo.c |
+193 | -0 | test/illumos/oclo/oclo_errors.c |
+137 | -0 | test/illumos/oclo/ocloexec_verify.c |
+1,640 | -0 | 3 files |
lib: Fix calls that naively set F_SETFD
Delta | File | |
---|---|---|
+5 | -3 | lib/libc/stdio/freopen.c |
+5 | -2 | lib/libfetch/common.c |
+4 | -1 | lib/libc/gen/opendir.c |
+3 | -2 | lib/libc/stdio/fdopen.c |
+1 | -1 | lib/libc/stdio/mktemp.c |
+18 | -9 | 5 files |
test: Add bsd/dup_test
Delta | File | |
---|---|---|
+480 | -0 | test/bsd/dup_test/dup_test.c |
+7 | -0 | test/bsd/dup_test/Makefile |
+487 | -0 | 2 files |
kern: Add support for POSIX O_CLOFORK flag
Delta | File | |
---|---|---|
+86 | -17 | sys/kern/kern_descrip.c |
+17 | -1 | sys/kern/uipc_syscalls.c |
+10 | -2 | sys/sys/fcntl.h |
+5 | -4 | lib/libc/gen/dup3.c |
+5 | -2 | sys/sys/filedesc.h |
+5 | -1 | sys/kern/sys_pipe.c |
+128 | -27 | 5 files not shown |
+141 | -30 | 11 files |
kern: Introduce F_MAXFD from NetBSD
Delta | File | |
---|---|---|
+9 | -0 | sys/kern/kern_descrip.c |
+1 | -0 | sys/sys/fcntl.h |
+10 | -0 | 2 files |
kern: pipe2() should return EINVAL on invalid flags
Delta | File | |
---|---|---|
+2 | -0 | sys/kern/sys_pipe.c |
+2 | -0 | 1 files |
sys/vfs/hammer2: Remove hardlink related obsolete comments These "real inode" comments are from old hardlink design (e.g. e12ae3a59f03333cd0ce1dc645dd4719c32592b1 in 2015). Most have been removed, so remove remaining ones. Also remove "isopen" comments for hammer2_inode_unlink_finisher(). isopen was removed in bb16050ede5e81262312893fc8aaa54959cf993b in 2022.
Delta | File | |
---|---|---|
+0 | -15 | sys/vfs/hammer2/hammer2_vnops.c |
+0 | -9 | sys/vfs/hammer2/hammer2_inode.c |
+1 | -3 | sys/vfs/hammer2/hammer2_xops.c |
+1 | -27 | 3 files |
sys/vfs/hammer2: Add missing ctime updates This fixes many errors in pjdfstest. The inode in question is already "modified" for either mtime or nlinks, so no extra chain flushing only to update ctime.
Delta | File | |
---|---|---|
+8 | -3 | sys/vfs/hammer2/hammer2_inode.c |
+7 | -0 | sys/vfs/hammer2/hammer2_vnops.c |
+15 | -3 | 2 files |
Update graphics/openexr-website-docs to version 3.3.4
Delta | File | |
---|---|---|
+3 | -3 | graphics/openexr-website-docs/distinfo |
+1 | -1 | graphics/openexr-website-docs/Makefile |
+4 | -4 | 2 files |
Bump graphics/py-osmnet to version 0.1.7_2
Delta | File | |
---|---|---|
+1 | -1 | graphics/py-osmnet/Makefile |
+1 | -1 | 1 files |
Bump science/py-access to version 1.1.9_3
Delta | File | |
---|---|---|
+1 | -1 | science/py-access/Makefile |
+1 | -1 | 1 files |
Update science/py-tobler to version 0.12.1
Delta | File | |
---|---|---|
+4 | -4 | science/py-tobler/Makefile |
+3 | -3 | science/py-tobler/distinfo |
+7 | -7 | 2 files |
Import x11-toolkits/py-kivy version 2.3.0_1
Delta | File | |
---|---|---|
+848 | -0 | x11-toolkits/py-kivy/pkg-plist |
+107 | -0 | x11-toolkits/py-kivy/Makefile |
+20 | -0 | x11-toolkits/py-kivy/pkg-descr |
+3 | -0 | x11-toolkits/py-kivy/distinfo |
+978 | -0 | 4 files |
Update graphics/py-rasterstats to version 0.20.0
Delta | File | |
---|---|---|
+6 | -1 | graphics/py-rasterstats/Makefile |
+3 | -3 | graphics/py-rasterstats/distinfo |
+9 | -4 | 2 files |
Update graphics/py-geopandas to version 0.14.4_1
Delta | File | |
---|---|---|
+3 | -3 | graphics/py-geopandas/distinfo |
+2 | -1 | graphics/py-geopandas/Makefile |
+5 | -4 | 2 files |
Update graphics/tinyows to version 1.2.2
Delta | File | |
---|---|---|
+7 | -8 | graphics/tinyows/Makefile |
+3 | -3 | graphics/tinyows/distinfo |
+10 | -11 | 2 files |
Update databases/pgrouting to version 3.7.3
Delta | File | |
---|---|---|
+6 | -1 | databases/pgrouting/pkg-plist |
+3 | -3 | databases/pgrouting/Makefile |
+3 | -3 | databases/pgrouting/distinfo |
+12 | -7 | 3 files |
Bump graphics/yafaray to version 3.5.1_27
Delta | File | |
---|---|---|
+1 | -1 | graphics/yafaray/Makefile |
+1 | -1 | 1 files |
Update graphics/py-pygeoapi to version 0.19.0
Delta | File | |
---|---|---|
+3 | -3 | graphics/py-pygeoapi/distinfo |
+2 | -3 | graphics/py-pygeoapi/Makefile |
+5 | -6 | 2 files |
Bump graphics/py-imutils to version 0.5.4_2
Delta | File | |
---|---|---|
+1 | -1 | graphics/py-imutils/Makefile |
+1 | -1 | 1 files |
Bump graphics/py-qudida to version 0.0.4_2
Delta | File | |
---|---|---|
+1 | -1 | graphics/py-qudida/Makefile |
+1 | -1 | 1 files |
Bump misc/py-kartograph to version 0.6.8_3
Delta | File | |
---|---|---|
+1 | -1 | misc/py-kartograph/Makefile |
+1 | -1 | 1 files |
Import graphics/py-albucore version 0.0.24
Delta | File | |
---|---|---|
+34 | -0 | graphics/py-albucore/Makefile |
+5 | -0 | graphics/py-albucore/pkg-descr |
+3 | -0 | graphics/py-albucore/distinfo |
+42 | -0 | 3 files |
Import graphics/py-contextily version 1.6.2
Delta | File | |
---|---|---|
+32 | -0 | graphics/py-contextily/Makefile |
+11 | -0 | graphics/py-contextily/pkg-descr |
+3 | -0 | graphics/py-contextily/distinfo |
+46 | -0 | 3 files |
Update graphics/py-fiona to version 1.10.1
Delta | File | |
---|---|---|
+3 | -4 | graphics/py-fiona/Makefile |
+3 | -3 | graphics/py-fiona/distinfo |
+6 | -7 | 2 files |
Bump graphics/gmt to version 6.3.0_10
Delta | File | |
---|---|---|
+1 | -1 | graphics/gmt/Makefile |
+1 | -1 | 1 files |