Module Name:src
Committed By: maya
Date: Mon Jun 4 09:13:47 UTC 2018
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
Blindly add __TEST_FENV in the hope of fixing the vax build.
(So we can include fenv.h, and then not use it - we ifdef vax out
for OS-portabilit
Module Name:src
Committed By: roy
Date: Mon Jun 4 09:55:15 UTC 2018
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv358
Log Message:
Import dhcpcd-7.0.5a.
Only change is to fix builds without INET6.
Status:
Vendor Tag: roy
Releas
Module Name:src
Committed By: roy
Date: Mon Jun 4 09:56:16 UTC 2018
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcpcd.c
Log Message:
Sync
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/dhcpcd/dist/src/dhcpcd.c
Please note that dif
Module Name:src
Committed By: roy
Date: Mon Jun 4 09:57:19 UTC 2018
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of dhcpcd-7.0.5a
To generate a diff of this commit:
cvs rdiff -u -r1.1525 -r1.1526 src/doc/3RDPARTY
cvs rdiff -u -r1.2391 -r1.2392 src/
Module Name:src
Committed By: martin
Date: Mon Jun 4 13:12:54 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_linux.cc
Log Message:
Quick hack to fix 32bit big endian platforms: the return value from
__syscall() nee
Module Name:src
Committed By: roy
Date: Mon Jun 4 16:44:46 UTC 2018
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9239
Log Message:
Import dhcpcd-7.0.5b to fix a builds without IPv4LL (SMALLPROG builds)
Status:
Vendor Tag: roy
Module Name:src
Committed By: roy
Date: Mon Jun 4 16:45:52 UTC 2018
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcp.c
Log Message:
Sync
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/dhcpcd/dist/src/dhcp.c
Please note that diffs a
Module Name:src
Committed By: roy
Date: Mon Jun 4 16:46:46 UTC 2018
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of dhcpcd-7.0.5b
To generate a diff of this commit:
cvs rdiff -u -r1.1526 -r1.1527 src/doc/3RDPARTY
cvs rdiff -u -r1.2392 -r1.2393 src/
Module Name:src
Committed By: reinoud
Date: Mon Jun 4 19:53:01 UTC 2018
Modified Files:
src/sys/arch/usermode/include: thunk.h
src/sys/arch/usermode/usermode: thunk.c
Log Message:
Enhance the NetBSD/usermode thunk interface
To generate a diff of this commit:
cvs
Module Name:src
Committed By: reinoud
Date: Mon Jun 4 20:06:52 UTC 2018
Modified Files:
src/sys/arch/usermode/dev: ld_thunkbus.c
Log Message:
Its a hack, but make sure the pages are paged in
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/user
Module Name:src
Committed By: kre
Date: Mon Jun 4 20:12:46 UTC 2018
Modified Files:
src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
Log Message:
The (dtrace version of) is needed for kthread_t
(same as the amd64 version). This should fix (one of) the
current i38
Module Name:src
Committed By: christos
Date: Mon Jun 4 20:28:44 UTC 2018
Modified Files:
src/sys/arch/i386/conf: Makefile.i386
Log Message:
Disable RELRO/SANITIZER
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/sys/arch/i386/conf/Makefile.i386
Plea
Module Name:src
Committed By: christos
Date: Mon Jun 4 21:35:29 UTC 2018
Modified Files:
src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
Log Message:
better to put this () in the dtrace header where the definitions
are needed.
To generate a diff of this commit:
c
Module Name:src
Committed By: christos
Date: Mon Jun 4 21:36:03 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/sys: dtrace.h
Log Message:
add because the header needs proc_t kthread_t etc.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17
Module Name:src
Committed By: christos
Date: Tue Jun 5 00:56:51 UTC 2018
Modified Files:
src/share/mk: bsd.lib.mk
Log Message:
Add rules for building relocatable objects to avoid having random Makefiles
use ${LD} ${LDFLAGS} -r which does not work if we specify MKRELRO sin
Module Name:src
Committed By: christos
Date: Tue Jun 5 00:57:47 UTC 2018
Modified Files:
src/sys/lib/libkern: Makefile
src/sys/lib/libsa: Makefile
src/sys/lib/libz: Makefile
Log Message:
Use the standard build rules.
To generate a diff of this commit:
cv
Module Name:src
Committed By: christos
Date: Tue Jun 5 00:58:17 UTC 2018
Modified Files:
src/sys/compat/common: Makefile
Log Message:
use the standard rules, instead of rolling our own.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/compat/common/
Module Name:src
Committed By: christos
Date: Tue Jun 5 00:58:42 UTC 2018
Modified Files:
src/sys/arch/i386/conf: Makefile.i386
Log Message:
No need for NORELRO here.
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/sys/arch/i386/conf/Makefile.i386
Pl
Module Name:src
Committed By: nonaka
Date: Tue Jun 5 01:25:59 UTC 2018
Modified Files:
src/sys/net: if_llatbl.c
Log Message:
It is necessary to set wall time instead of monotonic time to rmx_expire.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/n
19 matches
Mail list logo