CVS commit: src/lib/libc/include

2020-05-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 16 16:16:59 UTC 2020 Modified Files: src/lib/libc/include: futex_private.h Log Message: Avoid pulling in "namespace.h" here, as it can have unintended effects on consumers of this header. To generate a diff of this

CVS commit: src/sys/kern

2020-05-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat May 16 17:42:07 UTC 2020 Modified Files: src/sys/kern: subr_kcov.c Log Message: Add __diagused, amd64 kernel ALL compiles again. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/kern/subr_kcov.c

CVS commit: src/sys/kern

2020-05-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat May 16 17:42:07 UTC 2020 Modified Files: src/sys/kern: subr_kcov.c Log Message: Add __diagused, amd64 kernel ALL compiles again. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/kern/subr_kcov.c

CVS commit: src/sys/sys

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 18:58:56 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: Welcome to 9.99.63 (ACLS) To generate a diff of this commit: cvs rdiff -u -r1.665 -r1.666 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/distrib/sets/lists

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 19:00:13 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libc To generate a diff of this commit: cvs rdiff -u -r1.886 -r1.887

CVS commit: src/lib/libc

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 18:59:23 UTC 2020 Modified Files: src/lib/libc: shlib_version Log Message: bump for ACLS To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/lib/libc/shlib_version Please note that diffs are not

CVS commit: src/lib/libc

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 18:59:23 UTC 2020 Modified Files: src/lib/libc: shlib_version Log Message: bump for ACLS To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/lib/libc/shlib_version Please note that diffs are not

CVS commit: src/distrib/sets/lists

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 19:00:13 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libc To generate a diff of this commit: cvs rdiff -u -r1.886 -r1.887

CVS commit: src/sys/sys

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 18:58:56 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: Welcome to 9.99.63 (ACLS) To generate a diff of this commit: cvs rdiff -u -r1.665 -r1.666 src/sys/sys/param.h Please note that diffs are not

Re: CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Kamil Rytarowski
I will test this with ASan and report back! On 16.05.2020 16:15, Christos Zoulas wrote: > That is a completely different issue here. There are no linker tricks. > We want the module loader to include all the symbols any module > can require, this is why we load all the libraries. > > While it is

CVS commit: src/tests/lib/libc/sys

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 23:10:26 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Ignore interception of SIGCHLD signals in the debugger Set SIGPASS for SIGCHLD for the traced child in the following tests: -

CVS commit: src/sys/arch/sparc/include

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 17:52:42 UTC 2020 Modified Files: src/sys/arch/sparc/include: cpu.h types.h Log Message: PR port-sparc/55261: sparc still panics running ATF tests Reinstate the cpu_info change and remove __HAVE_CPU_DATA_FIRST to fix

CVS commit: src/sys/arch/sparc/include

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 17:52:42 UTC 2020 Modified Files: src/sys/arch/sparc/include: cpu.h types.h Log Message: PR port-sparc/55261: sparc still panics running ATF tests Reinstate the cpu_info change and remove __HAVE_CPU_DATA_FIRST to fix

CVS commit: src/libexec/ld.elf_so

2020-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 16 16:43:15 UTC 2020 Modified Files: src/libexec/ld.elf_so: headers.c Log Message: Fix debug build To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/libexec/ld.elf_so/headers.c Please note that diffs are

CVS commit: src/libexec/ld.elf_so/arch/hppa

2020-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 16 16:43:00 UTC 2020 Modified Files: src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c Log Message: Avoid compiler warnings about uninitialised symnum To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/doc

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 18:37:32 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Mention ACL support. To generate a diff of this commit: cvs rdiff -u -r1.2689 -r1.2690 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/doc

2020-05-16 Thread Christos Zoulas
_GET_SIGPASS. [kamil 20200514] evbarm: Added support for EFI RNG firwmare random number generator [riastradh 20200514] + ACL: Add FFS support for ACLS via extended attributes, from FreeBSD. + [christos 20200516]

CVS commit: src/share/man/man4

2020-05-16 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat May 16 20:27:38 UTC 2020 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay.4: correct ioctl name for WSDISPLAYIO_GET_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/share/man/man4

2020-05-16 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat May 16 20:27:38 UTC 2020 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay.4: correct ioctl name for WSDISPLAYIO_GET_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/sys/dev/ic

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 23:06:40 UTC 2020 Modified Files: src/sys/dev/ic: hpet.c Log Message: Store initial TSC/HPET readings for hpet0 only. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/hpet.c Please note that

CVS commit: src/sys/dev/ic

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 23:06:40 UTC 2020 Modified Files: src/sys/dev/ic: hpet.c Log Message: Store initial TSC/HPET readings for hpet0 only. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/hpet.c Please note that

CVS commit: src/libexec/ld.elf_so

2020-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 16 16:43:15 UTC 2020 Modified Files: src/libexec/ld.elf_so: headers.c Log Message: Fix debug build To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/libexec/ld.elf_so/headers.c Please note that diffs are

CVS commit: src/libexec/ld.elf_so/arch/hppa

2020-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 16 16:43:00 UTC 2020 Modified Files: src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c Log Message: Avoid compiler warnings about uninitialised symnum To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/secmodel/suser

2020-05-16 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat May 16 19:12:38 UTC 2020 Modified Files: src/sys/secmodel/suser: secmodel_suser.c Log Message: Make it clear that only KAUTH_MACHDEP_SVS_DISABLE is deprecated. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/secmodel/suser

2020-05-16 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat May 16 19:12:38 UTC 2020 Modified Files: src/sys/secmodel/suser: secmodel_suser.c Log Message: Make it clear that only KAUTH_MACHDEP_SVS_DISABLE is deprecated. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/arch/sparc/include

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 17:37:28 UTC 2020 Modified Files: src/sys/arch/sparc/include: cpu.h Log Message: Back out previous - it doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/arch/sparc/include/cpu.h

CVS commit: src/sys/arch/sparc/include

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 17:37:28 UTC 2020 Modified Files: src/sys/arch/sparc/include: cpu.h Log Message: Back out previous - it doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/arch/sparc/include/cpu.h

CVS commit: src/tests/lib/libc/sys

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 19:08:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Ignore interception of SIGCHLD signals in the debugger Set SIGPASS for SIGCHLD for the traced child in the following tests:

CVS commit: src

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 18:31:54 UTC 2020 Modified Files: src/bin: Makefile src/bin/cp: cp.c extern.h utils.c src/bin/ls: ls.1 print.c src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi

CVS commit: src/tests/lib/libc/sys

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 19:08:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Ignore interception of SIGCHLD signals in the debugger Set SIGPASS for SIGCHLD for the traced child in the following tests:

CVS commit: src/tests/lib/libc/sys

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 22:07:06 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Fix typo in test names Noted by To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/sys

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 22:07:06 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Fix typo in test names Noted by To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/sys

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 23:10:26 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Ignore interception of SIGCHLD signals in the debugger Set SIGPASS for SIGCHLD for the traced child in the following tests: -

CVS commit: src/distrib/sets/lists

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 19:05:06 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi Log Message: move the fido man pages from man to comp where they belong. I wonder about the other section 3 man

CVS commit: src/distrib/sets/lists

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 19:05:06 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi Log Message: move the fido man pages from man to comp where they belong. I wonder about the other section 3 man

CVS commit: src/lib/libc/include

2020-05-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 16 16:16:59 UTC 2020 Modified Files: src/lib/libc/include: futex_private.h Log Message: Avoid pulling in "namespace.h" here, as it can have unintended effects on consumers of this header. To generate a diff of this

CVS commit: src/lib/libpthread

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 22:53:37 UTC 2020 Modified Files: src/lib/libpthread: pthread.c pthread_barrier.c pthread_cond.c pthread_int.h pthread_mutex.c pthread_rwlock.c Log Message: - Try to eliminate a hang in "parked" I've been

CVS commit: src/lib/libpthread

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 22:53:37 UTC 2020 Modified Files: src/lib/libpthread: pthread.c pthread_barrier.c pthread_cond.c pthread_int.h pthread_mutex.c pthread_rwlock.c Log Message: - Try to eliminate a hang in "parked" I've been

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:49:28 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: De-#ifdef __OpenBSD__ify hifn7751.c. Not really helpful; we can just use diff3 to merge updates. To generate a diff of this

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:49:28 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: De-#ifdef __OpenBSD__ify hifn7751.c. Not really helpful; we can just use diff3 to merge updates. To generate a diff of this

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:51:27 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751reg.h hifn7751var.h Log Message: Reduce diffs from OpenBSD hifn(4) header files. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:52:31 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: Merge updates from OpenBSD's hifn(4) crypto decelerator driver. Highlights: - Apply a ten-year-old fix to the driver's

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:52:31 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: Merge updates from OpenBSD's hifn(4) crypto decelerator driver. Highlights: - Apply a ten-year-old fix to the driver's

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:53:10 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: Tweak locking and use a pool cache for commands and dmamaps. This is enough to get the crypto decelerator working in

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:53:10 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: Tweak locking and use a pool cache for commands and dmamaps. This is enough to get the crypto decelerator working in

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:54:05 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: Rework hifn(4) RNG logic. Previously we would read 34 bits of entropy into the pool and stop, never to try again. This

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:54:05 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: Rework hifn(4) RNG logic. Previously we would read 34 bits of entropy into the pool and stop, never to try again. This

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:51:27 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751reg.h hifn7751var.h Log Message: Reduce diffs from OpenBSD hifn(4) header files. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:50:24 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c Log Message: Remove bogus comment. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/hifn7751.c Please note that diffs are

CVS commit: src/sys/dev/pci

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 00:50:24 UTC 2020 Modified Files: src/sys/dev/pci: hifn7751.c Log Message: Remove bogus comment. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/hifn7751.c Please note that diffs are

CVS commit: src/share/man/man4

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 01:00:34 UTC 2020 Modified Files: src/share/man/man4: hifn.4 Log Message: Remove obsolete paragraph. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/hifn.4 Please note that diffs

CVS commit: src/share/man/man4

2020-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 17 01:00:34 UTC 2020 Modified Files: src/share/man/man4: hifn.4 Log Message: Remove obsolete paragraph. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/hifn.4 Please note that diffs

Re: CVS commit: src/sys/arch/xen

2020-05-16 Thread Manuel Bouyer
On Sat, May 16, 2020 at 02:51:43PM +1000, matthew green wrote: > "Jaromir Dolecek" writes: > > Module Name:src > > Committed By: jdolecek > > Date: Fri May 15 07:42:58 UTC 2020 > > > > Modified Files: > > src/sys/arch/xen/include: intr.h > >

CVS commit: src/sys/arch/sparc64/dev

2020-05-16 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat May 16 07:16:14 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: tadpmu.c tadpmureg.h tadpmuvar.h Log Message: Extend the monitoring to battery state, with capacity based on voltage. Add more PMU definitions. To generate a

CVS commit: src/sys/arch/sparc64/dev

2020-05-16 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat May 16 07:16:14 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: tadpmu.c tadpmureg.h tadpmuvar.h Log Message: Extend the monitoring to battery state, with capacity based on voltage. Add more PMU definitions. To generate a

CVS commit: src/usr.sbin/puffs

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:30:36 UTC 2020 Modified Files: src/usr.sbin/puffs: Makefile.inc Log Message: Oops forgot to commit this. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/puffs/Makefile.inc Please note

CVS commit: src/usr.sbin/puffs

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:30:36 UTC 2020 Modified Files: src/usr.sbin/puffs: Makefile.inc Log Message: Oops forgot to commit this. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/puffs/Makefile.inc Please note

CVS commit: src/usr.sbin/npf/npftest

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:42:11 UTC 2020 Modified Files: src/usr.sbin/npf/npftest: Makefile Log Message: more nofifofs lossage To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/npf/npftest/Makefile Please note

CVS commit: src/usr.sbin/npf/npftest

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:42:11 UTC 2020 Modified Files: src/usr.sbin/npf/npftest: Makefile Log Message: more nofifofs lossage To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/npf/npftest/Makefile Please note

CVS commit: src/usr.bin/rump_server

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:46:57 UTC 2020 Modified Files: src/usr.bin/rump_server: Makefile Log Message: More nofifo To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/rump_server/Makefile Please note that diffs

CVS commit: src/usr.bin/rump_server

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:46:57 UTC 2020 Modified Files: src/usr.bin/rump_server: Makefile Log Message: More nofifo To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/rump_server/Makefile Please note that diffs

CVS commit: src

2020-05-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 16 13:46:12 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile usb.4 src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC

CVS commit: src

2020-05-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 16 13:46:12 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile usb.4 src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC

CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:44:42 UTC 2020 Modified Files: src/tests/rump/modautoload: Makefile Log Message: more nofifofs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/rump/modautoload/Makefile Please note that

CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:44:42 UTC 2020 Modified Files: src/tests/rump/modautoload: Makefile Log Message: more nofifofs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/rump/modautoload/Makefile Please note that

CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:54:27 UTC 2020 Modified Files: src/tests/rump/modautoload: Makefile Log Message: Do the same thing with linker flags instead of directly specifying the archives. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:54:27 UTC 2020 Modified Files: src/tests/rump/modautoload: Makefile Log Message: Do the same thing with linker flags instead of directly specifying the archives. To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Kamil Rytarowski
On 16.05.2020 14:54, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat May 16 12:54:27 UTC 2020 > > Modified Files: > src/tests/rump/modautoload: Makefile > > Log Message: > Do the same thing with linker flags instead of directly specifying the >

Re: CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
That is a completely different issue here. There are no linker tricks. We want the module loader to include all the symbols any module can require, this is why we load all the libraries. While it is questionable if nofifofs is part of the base system or not, this is the way it was before. Anyway