summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2019-08-07 10:18:13 +0000
committermartin <martin@NetBSD.org>2019-08-07 10:18:13 +0000
commitcb8ae6a28e64fd1532c424b2c40a8810e036da09 (patch)
tree44d151ea3531a32ab07bb0ca1dff8873454402ea /etc
parent93570ee78894bfa0546fea0f17c95f9341e0c598 (diff)
Pull up following revision(s) (requested by hannken in ticket #26):
etc/Makefile: revision 1.439 PR kern/53590: remove -U DEBUG from config(1) invocation (that is: revert r1.413). DTrace needs the full symbol information.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index cee11f8d3c0..f6bad0a44ae 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.438 2019/01/12 17:25:09 roy Exp $
+# $NetBSD: Makefile,v 1.438.2.1 2019/08/07 10:18:13 martin Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -590,7 +590,7 @@ build_kernels: .PHONY
build_kernels: kern-${configfile}
kern-${configfile}: .PHONY .MAKE
cd ${KERNCONFDIR} && ${TOOL_CONFIG} ${CONFIGOPTS} -s ${KERNSRCDIR} \
- -U DEBUG -b ${KERNOBJDIR}/${configfile:C/.*\///} ${configfile}
+ -b ${KERNOBJDIR}/${configfile:C/.*\///} ${configfile}
.if ${MKUPDATE} == "no"
${MAKE} -C ${KERNOBJDIR}/${configfile:C/.*\///} distclean
.endif
e than sorry. Overhaul the API used to fetch and store individual memory cells in 2019-04-06T03:06:23+00:00 thorpej thorpej@NetBSD.org 2019-04-06T03:06:23+00:00 e3f9245810cb76514c17293c4cd150a8b4107074 userspace. The old fetch(9) and store(9) APIs (fubyte(), fuword(), subyte(), suword(), etc.) are retired and replaced with new ufetch(9) and ustore(9) APIs that can return proper error codes, etc. and are implemented consistently across all platforms. The interrupt-safe variants are no longer supported (and several of the existing attempts at fuswintr(), etc. were buggy and not actually interrupt-safe). Also augmement the ucas(9) API, making it consistently available on all plaforms, supporting uniprocessor and multiprocessor systems, even those that do not have CAS or LL/SC primitives. Welcome to NetBSD 8.99.37.
userspace.  The old fetch(9) and store(9) APIs (fubyte(), fuword(),
subyte(), suword(), etc.) are retired and replaced with new ufetch(9)
and ustore(9) APIs that can return proper error codes, etc. and are
implemented consistently across all platforms.  The interrupt-safe
variants are no longer supported (and several of the existing attempts
at fuswintr(), etc. were buggy and not actually interrupt-safe).

Also augmement the ucas(9) API, making it consistently available on
all plaforms, supporting uniprocessor and multiprocessor systems, even
those that do not have CAS or LL/SC primitives.

Welcome to NetBSD 8.99.37.
make this compile again. 2019-03-26T02:05:28+00:00 christos christos@NetBSD.org 2019-03-26T02:05:28+00:00 1612b2bee8986517efc499fc3a7f66af7119632d

Remove Alpha's compat_linux dependency on compat_osf1. Each function is 2019-03-24T16:24:19+00:00 maxv maxv@NetBSD.org 2019-03-24T16:24:19+00:00 710f945513656963069c8ef9330995506b553eb7 copied as-is from compat_osf1 with no functional change. Discussed on tech-kern@, ok @thorpej.
copied as-is from compat_osf1 with no functional change. Discussed on
tech-kern@, ok @thorpej.