git: hostname(1): Remove unneeded extra parentheses.

2020-10-20 Thread Sascha Wildner
commit 02bd3a924fe5e705d1d7587770851d27f011974d Author: Sascha Wildner Date: Wed Oct 21 04:45:36 2020 +0200 hostname(1): Remove unneeded extra parentheses. Summary of changes: bin/hostname/hostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org

git: hammer2(8): Point out dead code a bit clearer.

2020-10-21 Thread Sascha Wildner
commit 45ed636ab6ab57d7f893b869e34e710e17a9f2c2 Author: Sascha Wildner Date: Wed Oct 21 20:54:42 2020 +0200 hammer2(8): Point out dead code a bit clearer. Summary of changes: sbin/hammer2/print_inode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) http

git: hammer2(8): Oops, unbreak build.

2020-10-21 Thread Sascha Wildner
commit 0716ab189fee8c98454075716372ba2ef71bb379 Author: Sascha Wildner Date: Wed Oct 21 20:57:06 2020 +0200 hammer2(8): Oops, unbreak build. Summary of changes: sbin/hammer2/print_inode.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org

git: systat(1): Remove dead code.

2020-10-22 Thread Sascha Wildner
commit afb4a8be2e9fce28c4a751ffd0d44e0a2a4bfcc3 Author: Sascha Wildner Date: Thu Oct 22 15:23:19 2020 +0200 systat(1): Remove dead code. It was inactivated by c8cad1a46f5d4e9ee689c3da2c3909245b783200 but forgotten to be removed. Summary of changes: usr.bin/systat/pigs.c

git: kernel: Fix two more -Wcast-qual warnings reported by clang.

2020-10-22 Thread Sascha Wildner
commit e457fc966f57dbb6fd9bd18fb87413682449fb48 Author: Sascha Wildner Date: Thu Oct 22 19:56:14 2020 +0200 kernel: Fix two more -Wcast-qual warnings reported by clang. Use __DECONST() in another case that I had fixed in cebef8bba30e3313d8f2 with a (void *) cast. Summary of

git: rc.d: Fix indent.

2020-10-23 Thread Sascha Wildner
commit afa7f849d8c1f9f8ede11213047d722fda7296ed Author: Sascha Wildner Date: Fri Oct 23 09:12:28 2020 +0200 rc.d: Fix indent. Summary of changes: etc/rc.d/sendmail | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff

git: kernel: Staticize some variables in platform/pc64.

2020-10-24 Thread Sascha Wildner
commit db2ec6f86e5d12a98b740997864e1d17fdc3 Author: Sascha Wildner Date: Sun Oct 25 02:03:51 2020 +0200 kernel: Staticize some variables in platform/pc64. Also, remove some unused variables and move some extern declarations to header files. Summary of changes: sys/dev

git: bsd.own.mk: Remove some obsolete variables.

2020-10-29 Thread Sascha Wildner
commit 6be0577fd9f1b3c327dfa45e6886941e51ecbbdc Author: Sascha Wildner Date: Thu Oct 29 21:59:53 2020 +0100 bsd.own.mk: Remove some obsolete variables. Those were overlooked in c880cbafebe60271ee and 086b69d307ad34d5d4. Summary of changes: share/mk/bsd.own.mk | 30

git: bsd-family-tree: Sync with FreeBSD (FreeBSD 12.2).

2020-10-30 Thread Sascha Wildner
commit 801a180e986aa268e163c5b3a9d21b10899f Author: Sascha Wildner Date: Fri Oct 30 18:20:05 2020 +0100 bsd-family-tree: Sync with FreeBSD (FreeBSD 12.2). Summary of changes: share/misc/bsd-family-tree | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) http

git: environ.7: Sync with FreeBSD.

2020-11-01 Thread Sascha Wildner
commit c8394cc0cb82684335c9c8e0b5b10426525cc637 Author: Sascha Wildner Date: Sun Nov 1 20:58:49 2020 +0100 environ.7: Sync with FreeBSD. Summary of changes: share/man/man7/environ.7 | 76 +++- 1 file changed, 63 insertions(+), 13 deletions

git: script.7: Fix description of the length of the '#!' line.

2020-11-01 Thread Sascha Wildner
commit d5cd406517b7b10eff844391cfeed64c9c94eb44 Author: Sascha Wildner Date: Sun Nov 1 20:59:43 2020 +0100 script.7: Fix description of the length of the '#!' line. Summary of changes: share/man/man7/script.7 | 18 +- 1 file changed, 5 insertions(+), 13

git: Sync zoneinfo database with tzdata2020d from ftp://ftp.iana.org/tz/releases

2020-11-01 Thread Sascha Wildner
commit fc1178787365217bc1b5a5723ed7c1deddecd364 Author: Sascha Wildner Date: Sun Nov 1 21:45:06 2020 +0100 Sync zoneinfo database with tzdata2020d from ftp://ftp.iana.org/tz/releases * Palestine ends DST earlier than predicted, on 2020-10-24. * Fiji starts DST later

git: DragonFly_RELEASE_5_8 Sync zoneinfo database with tzdata2020d from ftp://ftp.iana.org/tz/releases

2020-11-01 Thread Sascha Wildner
commit ee599b47eddba56bdefddc3f5093742bc5d7205d Author: Sascha Wildner Date: Sun Nov 1 21:45:06 2020 +0100 Sync zoneinfo database with tzdata2020d from ftp://ftp.iana.org/tz/releases * Palestine ends DST earlier than predicted, on 2020-10-24. * Fiji starts DST later

git: kernel/amd{smn,temp}: Sync with FreeBSD.

2020-11-04 Thread Sascha Wildner
commit 2a07801ce13bd424b6946ca461b72af4e55b6520 Author: Sascha Wildner Date: Thu Nov 5 04:13:11 2020 +0100 kernel/amd{smn,temp}: Sync with FreeBSD. Adds support for Ryzen 4000 APU (Zen 2, "Renoir"). Reported-by: zrj Summary of changes: sys/dev/powermng/amdsm

git: kernel: Reindent a few functions that were not using tabs.

2020-11-04 Thread Sascha Wildner
commit 1675cf98cee452dd320430d3d4bbe90711ac7b92 Author: Sascha Wildner Date: Thu Nov 5 06:04:55 2020 +0100 kernel: Reindent a few functions that were not using tabs. While here, fix a typo in the comments. Summary of changes: sys/kern/kern_device.c | 65

git: kernel: Fix building without 'options _KPOSIX_PRIORITY_SCHEDULING'.

2020-11-06 Thread Sascha Wildner
commit 42899ee58a00fdee786a6f529735fb58ed92f00d Author: Sascha Wildner Date: Fri Nov 6 16:06:40 2020 +0100 kernel: Fix building without 'options _KPOSIX_PRIORITY_SCHEDULING'. Prototype generation for this case was broken after 80d831e1ad5c5886e458. Report

git: Add a minimal kernel configuration file.

2020-11-06 Thread Sascha Wildner
commit af672bf0683302450f60f1a7697817ddd1f93d66 Author: Sascha Wildner Date: Fri Nov 6 17:13:14 2020 +0100 Add a minimal kernel configuration file. For testing the kernel build without any options. Summary of changes: sys/config/MINI64 | 17 + 1 file changed

git: LINT64: Note that 'ident' and 'cpu' are mandatory, too.

2020-11-06 Thread Sascha Wildner
commit d93acd91c0e12c8e3d5a40e30bf6ff131922cdbc Author: Sascha Wildner Date: Fri Nov 6 17:10:05 2020 +0100 LINT64: Note that 'ident' and 'cpu' are mandatory, too. Summary of changes: sys/config/LINT64 | 4 +++- 1 file changed, 3 insertions(+),

git: kernel: Use howmany() in a couple of places.

2020-11-07 Thread Sascha Wildner
commit 4f048b1cbc45fb4943dcb654296991d5f5dbca7d Author: Sascha Wildner Date: Sun Nov 8 00:18:43 2020 +0100 kernel: Use howmany() in a couple of places. Summary of changes: sys/kern/kern_time.c| 2 +- sys/kern/sys_pipe.c | 2 +- sys/kern/sysv_msg.c

git: kernel/ufs: Add some __dead2 to the stubs for the non-SOFTUPDATES case.

2020-11-09 Thread Sascha Wildner
commit 52376f9db9bd9988bc4929c02d2bb19da143a401 Author: Sascha Wildner Date: Mon Nov 9 16:59:58 2020 +0100 kernel/ufs: Add some __dead2 to the stubs for the non-SOFTUPDATES case. Summary of changes: sys/vfs/ufs/ffs_softdep_stub.c | 32 1 file changed

git: libdialog: Add missing function attribute definitions. Raise WARNS to 6.

2020-11-10 Thread Sascha Wildner
commit e0b6c445b04958dc3889e84cf9f34b5f370eae1a Author: Sascha Wildner Date: Tue Nov 10 11:03:28 2020 +0100 libdialog: Add missing function attribute definitions. Raise WARNS to 6. For some reason, 'configure' does not define them ootb. Summary of changes: gnu/lib

git: Sync ACPICA with Intel's version 20201113.

2020-11-14 Thread Sascha Wildner
commit 2b57e6df2e02e023cc8defd76c1809243c99e460 Author: Sascha Wildner Date: Sun Nov 15 02:36:51 2020 +0100 Sync ACPICA with Intel's version 20201113. * Fix a memory leak that could occur in _HID repair. * Improve namespace debugging. * Handle "or

git: Update the pciconf(8) database.

2020-11-17 Thread Sascha Wildner
commit 939da03e70d66f7afca7617b4b81b8cfcbba0c17 Author: Sascha Wildner Date: Tue Nov 17 13:04:00 2020 +0100 Update the pciconf(8) database. November 14, 2020 snapshot from https://pci-ids.ucw.cz Summary of changes: share/misc/pci_vendors | 171

git: : Add a missing semicolon in the callout_set_arg() macro.

2020-11-18 Thread Sascha Wildner
commit efc67d970bc0ac7834fe5c46483d81b817cc223b Author: Sascha Wildner Date: Wed Nov 18 14:11:34 2020 +0100 : Add a missing semicolon in the callout_set_arg() macro. Fixes buildkernel with WANT_NETGRAPH7. Summary of changes: sys/sys/callout.h | 2 +- 1 file changed, 1

git: sh(1) tests: fix ld-elf.so version for DragonFly.

2020-11-21 Thread Sascha Wildner
commit b6f94a640e0bcabc96f61c86255b20cf09ce68b5 Author: Sascha Wildner Date: Sat Nov 21 20:34:07 2020 +0100 sh(1) tests: fix ld-elf.so version for DragonFly. Summary of changes: tools/regression/bin/sh/builtins/command7.0 | 16 tools/regression/bin/sh/builtins/type2.0

git: Remove non-__STDC__ cases in a number of places.

2020-11-21 Thread Sascha Wildner
commit 2b5cd9baa44d13ee684e210e083b3c5b3f179e7e Author: Sascha Wildner Date: Sat Nov 21 21:39:15 2020 +0100 Remove non-__STDC__ cases in a number of places. We expect a standard C compiler for building DragonFly. Summary of changes: libexec/bootpd/getether.h | 4

git: libc: Make the signal name array uppercase.

2020-11-21 Thread Sascha Wildner
commit 7361f70fab9ce9ff43a6e2c654df1c8895619921 Author: Sascha Wildner Date: Sat Nov 21 21:35:20 2020 +0100 libc: Make the signal name array uppercase. This is to satisfy POSIX which requires that the string printed by 'kill -l ' shall be the name of the symboli

git: Clean up the namespace of , and .

2020-11-21 Thread Sascha Wildner
commit 763ffc12ee6c6fc2b3b1fcb4faacd9d9ec991e64 Author: Sascha Wildner Date: Sun Nov 22 08:04:38 2020 +0100 Clean up the namespace of , and . These are further cleanups for stricter POSIX conformance, all related to the uint*_t types, for which we previously had to include

git: sys/netproto/smb: Do not trust to bring in .

2020-11-21 Thread Sascha Wildner
commit 49c0db25be0fbb7f1971db22a7b27a398a28e734 Author: Sascha Wildner Date: Sun Nov 22 07:24:48 2020 +0100 sys/netproto/smb: Do not trust to bring in . will be removed from in an upcoming commit. Summary of changes: sys/netproto/smb/netbios.h | 1 + sys/netproto/smb

git: libc/siglist: Oops, CKPTX should be CKPTEXIT.

2020-11-22 Thread Sascha Wildner
commit 3fecd4da5a080d4bc59f3275de3aa0b1f4068f2d Author: Sascha Wildner Date: Sun Nov 22 09:14:08 2020 +0100 libc/siglist: Oops, CKPTX should be CKPTEXIT. Summary of changes: lib/libc/gen/siglist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org

git: libc/stdio: Add _unlocked() flavors of fflush, fputc, fputs, fread, fwrite.

2020-11-22 Thread Sascha Wildner
commit 794d56434eb286a928220fda3d0eec22f5c8b9a2 Author: Sascha Wildner Date: Sun Nov 22 09:27:36 2020 +0100 libc/stdio: Add _unlocked() flavors of fflush, fputc, fputs, fread, fwrite. These are needed by some dports and can also be used in various things in base. Bump

git: Put all definitions of htonl() and friends under _BYTEORDER_FUNC_DEFINED.

2020-11-23 Thread Sascha Wildner
commit d1168c910d834df2e1f91fc0b4a5dc06935aeaeb Author: Sascha Wildner Date: Mon Nov 23 09:42:35 2020 +0100 Put all definitions of htonl() and friends under _BYTEORDER_FUNC_DEFINED. This is the intended way to properly deal with non-__GNUC__ cases (see ). But it was only

git: libc/stdio: Add missing MLINK.

2020-11-24 Thread Sascha Wildner
commit 38ee260bb207495f1c38aef74cd3579bdba271a2 Author: Sascha Wildner Date: Tue Nov 24 10:18:05 2020 +0100 libc/stdio: Add missing MLINK. Summary of changes: lib/libc/stdio/Makefile.inc | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff

git: : Expose POLLSTANDARD and INFTIM only in the default env.

2020-11-24 Thread Sascha Wildner
commit 78d1035cb0ee12484adccf506675fca3186290be Author: Sascha Wildner Date: Tue Nov 24 23:19:09 2020 +0100 : Expose POLLSTANDARD and INFTIM only in the default env. Cleans up the POSIX namespace. Summary of changes: sys/sys/poll.h | 2 ++ 1 file changed, 2 insertions(+) http

git: : Remove unneeded inclusion of .

2020-11-28 Thread Sascha Wildner
commit 5b4edd144dfc2021e6e23094db14b57731d11c3a Author: Sascha Wildner Date: Sat Nov 28 10:22:49 2020 +0100 : Remove unneeded inclusion of . After 80d831e1ad5c5886e45827bf13837cf84baba296, which removed the struct sysmsg's in the *_args structures, this is no longer n

git: nrelease: Define BUILDING_NRELEASE_DPORTS when building packages.

2020-11-29 Thread Sascha Wildner
commit 7392a6b45e59ac8fd5c32a86138edba70ce3954e Author: Sascha Wildner Date: Sun Nov 29 10:46:13 2020 +0100 nrelease: Define BUILDING_NRELEASE_DPORTS when building packages. Requested by zrj to allow further optimization at the ports level. Summary of changes: nrelease

git: kernel/dup: Fix off-by-one in descriptor limit check.

2020-12-02 Thread Sascha Wildner
commit 99175ee46151ad4e1308e72ea857a440707202d9 Author: Sascha Wildner Date: Wed Dec 2 20:35:27 2020 +0100 kernel/dup: Fix off-by-one in descriptor limit check. Reported-by: zrj (found by gnulib's tests) Summary of changes: sys/kern/kern_descrip.c | 2 +- 1 file chang

git: DragonFly_RELEASE_5_8 kernel/dup: Fix off-by-one in descriptor limit check.

2020-12-02 Thread Sascha Wildner
commit ddd8c5269008143c15c2b591be119b5046c1daee Author: Sascha Wildner Date: Wed Dec 2 20:35:27 2020 +0100 kernel/dup: Fix off-by-one in descriptor limit check. Reported-by: zrj (found by gnulib's tests) Summary of changes: sys/kern/kern_descrip.c | 2 +- 1 file chang

git: vkernel/vke: Add missing semicolon.

2020-12-04 Thread Sascha Wildner
commit 57e25d68c95bc78c7a149a92c25d0791612df46a Author: Sascha Wildner Date: Fri Dec 4 12:49:03 2020 +0100 vkernel/vke: Add missing semicolon. Summary of changes: sys/dev/virtual/vkernel/net/if_vke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org

git: inet6_opt_init.3: Use standard integer types in the SYNOPSIS.

2020-12-08 Thread Sascha Wildner
commit 25dcc235f42b4a5124c1d45fa687c6737666174c Author: Sascha Wildner Date: Tue Dec 8 23:35:39 2020 +0100 inet6_opt_init.3: Use standard integer types in the SYNOPSIS. Summary of changes: lib/libc/net/inet6_opt_init.3 | 9 - 1 file changed, 4 insertions(+), 5 deletions

git: edk2: Sync our TianoCore EDK II headers with the edk2-stable202011 tag.

2020-12-09 Thread Sascha Wildner
commit 4a6d16fe0aaa0a030ee33cd87c72fe5c1de160f4 Author: Sascha Wildner Date: Wed Dec 9 17:17:25 2020 +0100 edk2: Sync our TianoCore EDK II headers with the edk2-stable202011 tag. Nothing of importance to us. * Add ACPI's Interrupt Vector Flags * Remove va

git: kernel/mmap_single: Pass a_fp properly into the *_mmap_single dev op.

2020-12-09 Thread Sascha Wildner
commit 382849162380481a43b977a890313c5822ab8365 Author: Sascha Wildner Date: Wed Dec 9 20:31:20 2020 +0100 kernel/mmap_single: Pass a_fp properly into the *_mmap_single dev op. Follow-up to 8c530b23e3584f72dc8c660b3816187017eeeb6b which passed NULL always. Nothing

git: vkernel: Add extra space.

2020-12-10 Thread Sascha Wildner
commit 551a28f64060597565b1f19a97ea64db0bde9157 Author: Sascha Wildner Date: Thu Dec 10 15:53:31 2020 +0100 vkernel: Add extra space. Summary of changes: sys/platform/vkernel64/x86_64/autoconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org

git: Remove local ar(1) operation code definitions and use ARFLAGS.

2020-12-12 Thread Sascha Wildner
commit 39ba2c84b0503cc09645f1ab51bbde1c4156 Author: Sascha Wildner Date: Sat Dec 12 21:41:27 2020 +0100 Remove local ar(1) operation code definitions and use ARFLAGS. Remove 'l' from ARFLAGS (serves no purpose) and add 'c' to silence archi

git: sys.mk: Add the 's' modifier to our ARFLAGS.

2020-12-13 Thread Sascha Wildner
commit 6bae3359fa1ec5d88e148046045c4d9eabcaef21 Author: Sascha Wildner Date: Sun Dec 13 08:50:32 2020 +0100 sys.mk: Add the 's' modifier to our ARFLAGS. This allows us to remove most explicit executions of ranlib(1) and lorder(1)/tsort(1) during buildworld, althou

git: Update the pciconf(8) database.

2020-12-15 Thread Sascha Wildner
commit 23954713fe40f1df126fdd2ded550405db25b152 Author: Sascha Wildner Date: Tue Dec 15 14:13:19 2020 +0100 Update the pciconf(8) database. December 13, 2020 snapshot from https://pci-ids.ucw.cz Summary of changes: share/misc/pci_vendors | 190

git: Sync ACPICA with Intel's version 20201217.

2020-12-18 Thread Sascha Wildner
commit 08343eaf780c23cecbaadea9138c68e7b0d9d094 Author: Sascha Wildner Date: Sat Dec 19 00:43:19 2020 +0100 Sync ACPICA with Intel's version 20201217. * Fix exception code class checks. * Better GCC 10 support. * Some -Wimplicit-fallthrough

git: : Fix comment indent.

2020-12-20 Thread Sascha Wildner
commit 96012e26409a2fb43203cb9f299c92951bbd4ed5 Author: Sascha Wildner Date: Sun Dec 20 19:59:03 2020 +0100 : Fix comment indent. Summary of changes: sys/netinet/in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff

git: /: Use __BSD_VISIBLE where intended.

2020-12-20 Thread Sascha Wildner
commit 47e9568064cac9a61cb6af7264e6905b178f1a83 Author: Sascha Wildner Date: Mon Dec 21 07:51:08 2020 +0100 /: Use __BSD_VISIBLE where intended. Only should check the _POSIX_C_SOURCE and _XOPEN_SOURCE definitions. The rest should always use *_VISIBLE. Summary of changes

git: : Clean up the POSIX namespace.

2020-12-25 Thread Sascha Wildner
commit fa2d454495078dc1bdbe1325db0b6365723225fd Author: Sascha Wildner Date: Fri Dec 25 10:18:41 2020 +0100 : Clean up the POSIX namespace. Thanks to zrj for testing it with a full dports bulk build. Summary of changes: sys/netinet/in.h | 94

git: : Revert one change that didn't improve anything.

2020-12-25 Thread Sascha Wildner
commit 555fb2fceeab7137a8d4a8cc8206ad3c2f0e4f31 Author: Sascha Wildner Date: Fri Dec 25 11:03:11 2020 +0100 : Revert one change that didn't improve anything. Definitions with a leading underscore are not relevant for POSIX and the code is more readable this way. Summa

git: Sync zoneinfo database with tzdata2020e from ftp://ftp.iana.org/tz/releases

2020-12-27 Thread Sascha Wildner
commit 2f0959685e5328379c7bc19501ebcab03307c7bb Author: Sascha Wildner Date: Mon Dec 28 01:28:17 2020 +0100 Sync zoneinfo database with tzdata2020e from ftp://ftp.iana.org/tz/releases * Volgograd switched to Moscow time on 2020-12-27 at 02:00. * Correct many pre-1986

git: DragonFly_RELEASE_5_8 Sync zoneinfo database with tzdata2020e from ftp://ftp.iana.org/tz/releases

2020-12-27 Thread Sascha Wildner
commit 49a81f2c83a2f4f08f3008e31f074fb118cbbd1f Author: Sascha Wildner Date: Mon Dec 28 01:28:17 2020 +0100 Sync zoneinfo database with tzdata2020e from ftp://ftp.iana.org/tz/releases * Volgograd switched to Moscow time on 2020-12-27 at 02:00. * Correct many pre-1986

git: Remove last remains of FSMID support from userland.

2020-12-28 Thread Sascha Wildner
commit 5ca0a96d6c3bf50926197b4bb92af7969ed3528a Author: Sascha Wildner Date: Mon Dec 28 23:28:43 2020 +0100 Remove last remains of FSMID support from userland. The kernel side was added in 2005 (7d15906a7a159575b1983f7c1fadde4b) and removed again in 2009

git: : Remove some prototypes of non-existent functions.

2020-12-29 Thread Sascha Wildner
commit a44023cd9c8f8eb8725a2b2447b85d09956f3c55 Author: Sascha Wildner Date: Tue Dec 29 19:58:44 2020 +0100 : Remove some prototypes of non-existent functions. Reported-by: zrj Summary of changes: sys/platform/pc64/include/smp.h | 6 -- 1 file changed, 6 deletions(-) http

git: libc/fmtcheck: Sync with FreeBSD (only comments).

2020-12-29 Thread Sascha Wildner
commit 4b1e43f6db5ebe40ea18d46c7f0f7df6b6fd6ae2 Author: Sascha Wildner Date: Tue Dec 29 20:40:57 2020 +0100 libc/fmtcheck: Sync with FreeBSD (only comments). Summary of changes: lib/libc/gen/fmtcheck.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) http

git: kernel: Staticize a few variables.

2020-12-30 Thread Sascha Wildner
commit 715d023bddba33ed9b7eb6292f18569dd778d08b Author: Sascha Wildner Date: Wed Dec 30 10:06:19 2020 +0100 kernel: Staticize a few variables. Summary of changes: sys/kern/init_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org

git: libc/gen/gen_private.h: Include for off_t.

2020-12-30 Thread Sascha Wildner
commit 9dbbf373cfdff078fcff53b3c9fec5a717b596f6 Author: Sascha Wildner Date: Wed Dec 30 11:55:23 2020 +0100 libc/gen/gen_private.h: Include for off_t. Do not rely on the including file to bring it in. Summary of changes: lib/libc/gen/gen_private.h | 2 ++ 1 file changed, 2

git: Sync zoneinfo database with tzdata2020f from ftp://ftp.iana.org/tz/releases

2020-12-30 Thread Sascha Wildner
commit e58411974da7e8ddb536ccd80f9a6be8c26f97d6 Author: Sascha Wildner Date: Wed Dec 30 13:07:02 2020 +0100 Sync zoneinfo database with tzdata2020f from ftp://ftp.iana.org/tz/releases Nothing to see, just a fix in the upstream build infrastructure. For a detailed list

git: DragonFly_RELEASE_5_8 Sync zoneinfo database with tzdata2020f from ftp://ftp.iana.org/tz/releases

2020-12-30 Thread Sascha Wildner
commit 284796949312ff3d4978af466c4073061675eb7f Author: Sascha Wildner Date: Wed Dec 30 13:07:02 2020 +0100 Sync zoneinfo database with tzdata2020f from ftp://ftp.iana.org/tz/releases Nothing to see, just a fix in the upstream build infrastructure. For a detailed list

git: Add , which for now only includes .

2020-12-30 Thread Sascha Wildner
commit 0b6d2d3d9e6293fef4f7f8530c0d918ed6c6149b Author: Sascha Wildner Date: Wed Dec 30 18:47:46 2020 +0100 Add , which for now only includes . An header was recently approved by The Austin Group: https://www.austingroupbugs.net/view.php?id=162 Add one now, mainly

git: DragonFly_RELEASE_5_8 kernel/mmap_single: Pass a_fp properly into the *_mmap_single dev op.

2020-12-31 Thread Sascha Wildner
commit e0e03f5f9c39c9b5341bd027eaa921e98cf199fd Author: Sascha Wildner Date: Wed Dec 9 20:31:20 2020 +0100 kernel/mmap_single: Pass a_fp properly into the *_mmap_single dev op. Follow-up to 8c530b23e3584f72dc8c660b3816187017eeeb6b which passed NULL always. Nothing

git: Keep /etc/regdomain.xml in sync with our tree.

2020-12-31 Thread Sascha Wildner
commit 6ec58cff579f6e48d74888aff25eff29aaf0faee Author: Sascha Wildner Date: Thu Dec 31 18:32:44 2020 +0100 Keep /etc/regdomain.xml in sync with our tree. It's not a file that might have system specific changes. Summary of changes: etc/Makefile | 4 ++-- 1 file chang

git: Clean up the POSIX namespace of , , and .

2020-12-31 Thread Sascha Wildner
commit d960c16f87527f1b3d15a07a26e80ca82e7ae043 Author: Sascha Wildner Date: Thu Dec 31 18:50:35 2020 +0100 Clean up the POSIX namespace of , , and . Some small residue in remains for older specs, due to the kind of bumpy history of that header between issues 6 and 7

git: Remove from .

2020-12-31 Thread Sascha Wildner
commit 7ffb142fcedaec297b37262d6b14a0cc4f48f893 Author: Sascha Wildner Date: Thu Dec 31 19:12:46 2020 +0100 Remove from . Summary of changes: include/ftw.h | 1 - 1 file changed, 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff

git: Bump copyrights. Good riddance 2020

2020-12-31 Thread Sascha Wildner
commit c9ebbd6bea7c062b861122662f532e4401d51162 Author: Sascha Wildner Date: Thu Dec 31 22:07:29 2020 +0100 Bump copyrights. Good riddance 2020 Summary of changes: COPYRIGHT | 2 +- sys/sys/copyright.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http

git: : chroot_kernel() is DragonFly specific only.

2021-01-01 Thread Sascha Wildner
commit 44853f0f48a0320c289d3c737be7a053c989f276 Author: Sascha Wildner Date: Fri Jan 1 12:01:21 2021 +0100 : chroot_kernel() is DragonFly specific only. Its prototype was put into the wrong #if/#endif section in 72f12c5b169. Summary of changes: include/unistd.h | 2 +- 1 file

git: Remove /usr/share/examples/etc/bsd-style-copyright.

2021-01-01 Thread Sascha Wildner
commit 2a93a2a3265d0444d1f46062d98d77c22e4a944c Author: Sascha Wildner Date: Fri Jan 1 14:09:28 2021 +0100 Remove /usr/share/examples/etc/bsd-style-copyright. /usr/share/examples/etc is supposed to hold the contents of an unchanged /etc directory only. Also, our template is

git: newvers.sh: Simplify a bit more.

2021-01-01 Thread Sascha Wildner
commit 332753e5d02fed74fdaae2908ff328395ab04f4c Author: Sascha Wildner Date: Fri Jan 1 14:28:16 2021 +0100 newvers.sh: Simplify a bit more. Summary of changes: sys/conf/newvers.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git

git: mandoc.db.5: Adjust a bit to DragonFly.

2021-01-01 Thread Sascha Wildner
commit f3c0e43315ed177c30bea14922610325ba413b22 Author: Sascha Wildner Date: Fri Jan 1 15:48:50 2021 +0100 mandoc.db.5: Adjust a bit to DragonFly. Summary of changes: contrib/mdocml/mandoc.db.5 | 24 1 file changed, 12 insertions(+), 12 deletions(-) http

git: getaddrinfo(1): Actually hook into the build and remove unneeded headers.

2021-01-02 Thread Sascha Wildner
commit 68e29d3e80a281a9306ee43f1803fc3c406f9d04 Author: Sascha Wildner Date: Sat Jan 2 18:22:26 2021 +0100 getaddrinfo(1): Actually hook into the build and remove unneeded headers. The should be removed along with the __FBSDID and we include either or but not both

git: netstat(1): Clean up struct nlist array.

2021-01-02 Thread Sascha Wildner
commit 87325cea7f64767a191b0a2a3344d1a1f0c67e19 Author: Sascha Wildner Date: Sat Jan 2 21:50:01 2021 +0100 netstat(1): Clean up struct nlist array. Summary of changes: usr.bin/netstat/main.c | 74 ++ 1 file changed, 21 insertions(+), 53

git: Fix some -Wjump_misses_init warnings (found by clang).

2021-01-02 Thread Sascha Wildner
commit 44c7130a3f9c507ef56c3d9dc855105d1b481e5c Author: Sascha Wildner Date: Sat Jan 2 22:26:51 2021 +0100 Fix some -Wjump_misses_init warnings (found by clang). Summary of changes: lib/libexecinfo/backtrace.c | 5 +++-- usr.bin/ktrdump/ktrdump.c| 6 +++--- usr.sbin/sysvipcd

git: sockaddr_snprintf.3: Use .Er for errno values.

2021-01-03 Thread Sascha Wildner
commit 7855cdc7387ab22b7efa00ac5a8d2e8cf5cfbd42 Author: Sascha Wildner Date: Mon Jan 4 06:13:38 2021 +0100 sockaddr_snprintf.3: Use .Er for errno values. Summary of changes: lib/libutil/sockaddr_snprintf.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: timeout.1: Use .Fx

2021-01-04 Thread Sascha Wildner
commit 3a777ae4923e1b2f3c2d9866e016da31faeac163 Author: Sascha Wildner Date: Mon Jan 4 23:39:59 2021 +0100 timeout.1: Use .Fx Summary of changes: usr.bin/timeout/timeout.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff

git: Sync ACPICA with Intel's version 20210105.

2021-01-05 Thread Sascha Wildner
commit 383048aca08c2de51d27aa8638a36982a0d74550 Author: Sascha Wildner Date: Tue Jan 5 21:57:48 2021 +0100 Sync ACPICA with Intel's version 20210105. iasl: Remove support for obsolete tables Also, update copyrights. For detailed list, please see sys/contri

git: libc/citrus: Fix some typos in DFprivate_1.0 in the Symbol.map.

2021-01-09 Thread Sascha Wildner
commit 6f5e396432d9263629681c2ca9c658aaf32a81de Author: Sascha Wildner Date: Sat Jan 9 13:10:20 2021 +0100 libc/citrus: Fix some typos in DFprivate_1.0 in the Symbol.map. Summary of changes: lib/libc/citrus/Symbol.map | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http

git: md5.1: Remove dead references from SEE ALSO.

2021-01-09 Thread Sascha Wildner
commit 9cc31b070283359ad160201c8b7b1b6bf57183ba Author: Sascha Wildner Date: Sat Jan 9 13:55:30 2021 +0100 md5.1: Remove dead references from SEE ALSO. Reported-by: aly Summary of changes: sbin/md5/md5.1 | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) http

git: hexdump.1/operator.7: Use Ta instead of literal tabs.

2021-01-13 Thread Sascha Wildner
commit 44df28c1c3d84fec5f239f8124eaa598066d86bd Author: Sascha Wildner Date: Wed Jan 13 14:16:45 2021 +0100 hexdump.1/operator.7: Use Ta instead of literal tabs. Summary of changes: share/man/man7/operator.7 | 35 +-- usr.bin/hexdump/hexdump.1 | 16

git: Sync cmp(1) with FreeBSD. Mainly for 80445b7a3f738e0b which fixes a bug.

2021-01-15 Thread Sascha Wildner
commit bbe5188b0361378334b2f91ca0b4f783828d0a76 Author: Sascha Wildner Date: Fri Jan 15 09:53:26 2021 +0100 Sync cmp(1) with FreeBSD. Mainly for 80445b7a3f738e0b which fixes a bug. Reported-by: William Ahern Summary of changes: usr.bin/cmp/cmp.1 | 51

git: DragonFly_RELEASE_5_8 Sync cmp(1) with FreeBSD. Mainly for 80445b7a3f738e0b which fixes a bug.

2021-01-15 Thread Sascha Wildner
commit f7f628cf8319a7a87b5e8ff0378622469eb98f49 Author: Sascha Wildner Date: Fri Jan 15 09:53:26 2021 +0100 Sync cmp(1) with FreeBSD. Mainly for 80445b7a3f738e0b which fixes a bug. Reported-by: William Ahern Summary of changes: usr.bin/cmp/cmp.1 | 51

git: Update the pciconf(8) database.

2021-01-15 Thread Sascha Wildner
commit db6b8d4157e549affe815c2df252839eca8adb61 Author: Sascha Wildner Date: Fri Jan 15 16:22:03 2021 +0100 Update the pciconf(8) database. January 11, 2021 snapshot from https://pci-ids.ucw.cz Summary of changes: share/misc/pci_vendors | 156

git: libc/citrus: Remove two unused header files.

2021-01-15 Thread Sascha Wildner
commit b93c04bf4d0aa88f05b385c7bca48e052972b753 Author: Sascha Wildner Date: Sat Jan 16 05:28:22 2021 +0100 libc/citrus: Remove two unused header files. Summary of changes: lib/libc/citrus/citrus_aliasname_local.h | 49 - lib/libc/citrus

git: libc/citrus: Cleanup the DFprivate_1.0 section of the Symbol.map.

2021-01-16 Thread Sascha Wildner
commit 341b423df393e379872948aea35ac202fe4b39bf Author: Sascha Wildner Date: Sat Jan 16 16:59:47 2021 +0100 libc/citrus: Cleanup the DFprivate_1.0 section of the Symbol.map. None of these symbols were ever in our libc. Summary of changes: lib/libc/citrus/Symbol.map | 38

git: Add a smbfs(5) manual page (taken from FreeBSD).

2021-01-16 Thread Sascha Wildner
commit f91b8f11d593b379b25083433e7356510ed90763 Author: Sascha Wildner Date: Sat Jan 16 17:08:48 2021 +0100 Add a smbfs(5) manual page (taken from FreeBSD). Summary of changes: contrib/smbfs/mount_smbfs/mount_smbfs.8 | 2 ++ share/man/man5/Makefile | 3

git: libutil/setusercontext: Apply FreeBSD's b149798e50fac1113a7.

2021-01-18 Thread Sascha Wildner
commit a319222d677dea13f749d4e60998368a0c34a29d Author: Sascha Wildner Date: Tue Jan 19 01:13:16 2021 +0100 libutil/setusercontext: Apply FreeBSD's b149798e50fac1113a7. FBSD commit msg: Fix a clang 3.5 warning about abs(3) being given an argument of type quad

git: Fix various mistakes (s/it were/it was/) in manual pages.

2021-01-18 Thread Sascha Wildner
commit e4adeac153e9f588eff22befbf196d2fd3444bc3 Author: Sascha Wildner Date: Tue Jan 19 02:36:45 2021 +0100 Fix various mistakes (s/it were/it was/) in manual pages. Summary of changes: bin/sh/sh.1| 6 +++--- lib/libc/stdio/printf.3| 2 +- lib/libc/stdio

git: nanosleep.2: List clock_nanosleep() in the NAME section.

2021-01-19 Thread Sascha Wildner
commit f4821027e811fe78f6dfd090be96ba0ab8d2864a Author: Sascha Wildner Date: Tue Jan 19 20:05:49 2021 +0100 nanosleep.2: List clock_nanosleep() in the NAME section. Summary of changes: lib/libc/sys/nanosleep.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http

git: kernel/clock_getres: Improve CPU clock ID sanity checking.

2021-01-22 Thread Sascha Wildner
commit a6b9474508b0bd4b39412e85b79ff675e2042593 Author: Sascha Wildner Date: Fri Jan 22 18:15:20 2021 +0100 kernel/clock_getres: Improve CPU clock ID sanity checking. Summary of changes: sys/kern/kern_time.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) http

git: Revert "Fix various mistakes (s/it were/it was/) in manual pages."

2021-01-22 Thread Sascha Wildner
commit b827281d520bce9adb089448d34c95e230af51da Author: Sascha Wildner Date: Fri Jan 22 18:15:48 2021 +0100 Revert "Fix various mistakes (s/it were/it was/) in manual pages." This reverts commit e4adeac153e9f588eff22befbf196d2fd3444bc3. Summary of changes: b

git: Clean up markup of AF_INET* in a few manual pages.

2021-01-23 Thread Sascha Wildner
commit cea736a1f3eba925f74ef2e31dd1b8bcf97ef3ac Author: Sascha Wildner Date: Sat Jan 23 21:16:39 2021 +0100 Clean up markup of AF_INET* in a few manual pages. Summary of changes: lib/libc/net/getipnodebyname.3 | 12 lib/libc/net/getnetent.3| 3 ++- lib/libutil

git: getipnodebyname.3: Fix missing whitespace.

2021-01-24 Thread Sascha Wildner
commit 0b8a519eaf3c9f2ff2b9c03a477ef56127c70d1e Author: Sascha Wildner Date: Mon Jan 25 06:32:24 2021 +0100 getipnodebyname.3: Fix missing whitespace. Summary of changes: lib/libc/net/getipnodebyname.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: kernel/acpi: Remove redundant NULL check.

2021-01-29 Thread Sascha Wildner
commit 55b377ea8d04e5f35803bf048a36416f300df906 Author: Sascha Wildner Date: Fri Jan 29 10:56:55 2021 +0100 kernel/acpi: Remove redundant NULL check. AcpiGetObjectInfo() returned AE_OK and adinfo has already been dereferenced at this point. Summary of changes: sys/dev

git: kernel/acpi: Remove two redundant initializations.

2021-01-29 Thread Sascha Wildner
commit 92ce1a17a753adccd14d396ddc95a1b90ecb16af Author: Sascha Wildner Date: Fri Jan 29 11:11:31 2021 +0100 kernel/acpi: Remove two redundant initializations. Summary of changes: sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c | 2 -- 1 file changed, 2 deletions(-) http

git: kernel/acpi: Remove unneeded bus number check.

2021-01-29 Thread Sascha Wildner
commit 13b5a7e3cc1fceba3b97d8574ebf55baaa95ac9b Author: Sascha Wildner Date: Fri Jan 29 11:29:22 2021 +0100 kernel/acpi: Remove unneeded bus number check. pcib_get_bus() never fails. Parent is pcib, so the bus number will be valid. Summary of changes: sys/dev/acpica

git: kernel/acpi: Remove an unused struct definition.

2021-01-29 Thread Sascha Wildner
commit 19507a5b0180c37dd881803dd8fe73a6eebad323 Author: Sascha Wildner Date: Fri Jan 29 11:41:55 2021 +0100 kernel/acpi: Remove an unused struct definition. Summary of changes: sys/dev/acpica/acpi_pcib_pci.c | 5 - 1 file changed, 5 deletions(-) http://gitweb.dragonflybsd.org

git: kernel/acpi: Remove bogus checks for < 0 of unsigned variables.

2021-01-29 Thread Sascha Wildner
commit b733ba71ede7e5bd4bbbaececc70d08f9b462e47 Author: Sascha Wildner Date: Fri Jan 29 12:28:47 2021 +0100 kernel/acpi: Remove bogus checks for < 0 of unsigned variables. Summary of changes: sys/dev/acpica/acpi_toshiba/acpi_toshiba.c | 8 1 file changed, 4 insertions(+)

git: kernel/acpi: Fix some implementation specific shifting of signed ints.

2021-01-29 Thread Sascha Wildner
commit c91db74236e5aa8b26bad43072e4e40a1fe4f5ff Author: Sascha Wildner Date: Fri Jan 29 12:28:07 2021 +0100 kernel/acpi: Fix some implementation specific shifting of signed ints. All these are stored as unsigned. Summary of changes: sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c

git: kernel: Move the flags for kern_dup() to .

2021-01-29 Thread Sascha Wildner
commit 0a34bc2cb94aac15473012a086a772ce997cf463 Author: Sascha Wildner Date: Fri Jan 29 21:33:50 2021 +0100 kernel: Move the flags for kern_dup() to . Summary of changes: sys/sys/filedesc.h | 7 ++- sys/sys/kern_syscall.h | 4 2 files changed, 6 insertions(+), 5 deletions

git: Sync zoneinfo database with tzdata2021a from ftp://ftp.iana.org/tz/releases

2021-01-30 Thread Sascha Wildner
commit 733b8e3b67447eab82ed7804213e953ed7d86d43 Author: Sascha Wildner Date: Sat Jan 30 20:06:21 2021 +0100 Sync zoneinfo database with tzdata2021a from ftp://ftp.iana.org/tz/releases * South Sudan changes from +03 to +02 on 2021-02-01 at 00:00. * Also update leap

<    1   2   3   4   5   6   7   8   9   10   >