git: : Add __restrict_arr to declare arrays as non-overlapping.

2018-02-15 Thread Sascha Wildner
commit ce090d35c9a2a043bc70a3c845900e3e072fd666 Author: Sascha Wildner Date: Thu Feb 15 09:26:09 2018 +0100 : Add __restrict_arr to declare arrays as non-overlapping. Based-on: glibc Summary of changes: sys/sys/cdefs.h | 17 + 1 file changed, 17 insertions(+) ht

git: Add missing restrict qualifiers in POSIX function definitions/declarations.

2018-02-15 Thread Sascha Wildner
commit d33005aaee6af52c80428b59b52aee522c002492 Author: Sascha Wildner Date: Thu Feb 15 09:54:34 2018 +0100 Add missing restrict qualifiers in POSIX function definitions/declarations. This creates no further -Wrestrict warnings with gcc80 in buildworld. Summary of changes: contr

git: devd: only use correct argument in select(2)

2018-02-15 Thread Eitan Adler
commit 13d2556a26e8eae0e190c3cf871b27e608db12f5 Author: Eitan Adler Date: Thu Feb 15 00:53:49 2018 -0800 devd: only use correct argument in select(2) Discussed-with: zrj Reviewed-by:vangy...@freebsd.org, i...@freebsd.org Objected-to-by: i...@freebsd.org Su

git: select(2): mark as restrict in man page

2018-02-15 Thread Eitan Adler
commit c8b4285c72eee416569ff48d85b88d18fadce34a Author: Eitan Adler Date: Thu Feb 15 00:40:34 2018 -0800 select(2): mark as restrict in man page This has already been done in code, so change the man page Discussed-with: swildner Summary of changes: lib/libc/sys/sele

git: : Note that we are missing some functions in #if 0'd protos.

2018-02-15 Thread Sascha Wildner
commit 062b1e8a5fbf2aeada2d8c380fa0eeffbdbbfd69 Author: Sascha Wildner Date: Thu Feb 15 10:10:34 2018 +0100 : Note that we are missing some functions in #if 0'd protos. Summary of changes: include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd

git: Update the pciconf(8) database.

2018-02-15 Thread Sascha Wildner
commit 7814141c156354dddeebd4f7293acb8ec8066920 Author: Sascha Wildner Date: Thu Feb 15 12:03:40 2018 +0100 Update the pciconf(8) database. February 15, 2018 snapshot from https://pci-ids.ucw.cz Summary of changes: share/misc/pci_vendors | 315 +++

git: fish(6): fix several issues

2018-02-15 Thread Eitan Adler
commit b13d9d2cc32edefca2326f6147b96b95aa81d64b Author: Eitan Adler Date: Thu Feb 15 03:52:52 2018 -0800 fish(6): fix several issues - avoid use of _ in application namespace - use posix_spawnp instead of system() - prefer less(1) over more(1) - mark usage as dead

git: larn(6): remove HIDEBYLINK

2018-02-15 Thread Eitan Adler
commit 551a658f888312858dd805ddc0f5ee53706d31ec Author: Eitan Adler Date: Thu Feb 15 04:10:13 2018 -0800 larn(6): remove HIDEBYLINK The implementation of HIDEBYLINK is a bit wonky, doesn't really work, and includes its own reimplementation of bzero. Summary of changes: games

git: larn(6): fix open call

2018-02-15 Thread Eitan Adler
commit 718b295539d84f75cacbf2d0ba4efe7b46f4bdfb Author: Eitan Adler Date: Thu Feb 15 04:17:58 2018 -0800 larn(6): fix open call Prior to this the ", 0666" was being treated like the comma operator rather than an argument to open(2). Summary of changes: games/larn/bill.c | 3

git: correct prior commit...

2018-02-15 Thread Eitan Adler
commit fc0a173efd6fe4c894f8a72bb3843c9ddaf16075 Author: Eitan Adler Date: Thu Feb 15 04:21:58 2018 -0800 correct prior commit... Summary of changes: games/larn/bill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fc0a173efd

git: /usr/Makefile: Fix typo.

2018-02-15 Thread Sascha Wildner
commit 1b1c1a4fd3bae77a5750ed143e91ff7ad97024d2 Author: Sascha Wildner Date: Thu Feb 15 15:19:30 2018 +0100 /usr/Makefile: Fix typo. Summary of changes: etc/Makefile.usr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1b1c1a4

git: fish(6): Suppress -Wdiscarded-qualifiers warning.

2018-02-15 Thread Rimvydas Jasinskas
commit 13447229fc9cb8ba930459e569f8813dda8ec40e Author: zrj Date: Thu Feb 15 15:43:06 2018 +0200 fish(6): Suppress -Wdiscarded-qualifiers warning. Summary of changes: games/fish/fish.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.g

git: gcc50: Switch backends to use internal lib framework.

2018-02-15 Thread Rimvydas Jasinskas
commit 85c5dc6edfaeecb71b36a0c066fb6468d6d53c55 Author: zrj Date: Wed Feb 14 17:08:24 2018 +0200 gcc50: Switch backends to use internal lib framework. Previously backends where implicitly using bsd.hostlib.mk that have few unwanted side effects (backends are install targets).