[Midnightbsd-cvs] src [9890] U trunk/lib/libnetbsd/util.h: update libnetbsd
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu May 24 13:55:53 EDT 2018
Revision: 9890
http://svnweb.midnightbsd.org/src/?rev=9890
Author: laffer1
Date: 2018-05-24 13:55:52 -0400 (Thu, 24 May 2018)
Log Message:
-----------
update libnetbsd
Modified Paths:
--------------
trunk/lib/libnetbsd/Makefile
trunk/lib/libnetbsd/rmd160.h
trunk/lib/libnetbsd/sha1.h
trunk/lib/libnetbsd/sha2.h
trunk/lib/libnetbsd/stdlib.h
trunk/lib/libnetbsd/strsuftoll.c
trunk/lib/libnetbsd/sys/cdefs.h
trunk/lib/libnetbsd/util.c
trunk/lib/libnetbsd/util.h
Added Paths:
-----------
trunk/lib/libnetbsd/glob.h
trunk/lib/libnetbsd/netinet/
trunk/lib/libnetbsd/netinet/in.h
trunk/lib/libnetbsd/pthread.h
trunk/lib/libnetbsd/sys/event.h
trunk/lib/libnetbsd/sys/time.h
trunk/lib/libnetbsd/sys/types.h
trunk/lib/libnetbsd/sys/wait.h
Property Changed:
----------------
trunk/lib/libnetbsd/Makefile
trunk/lib/libnetbsd/README
trunk/lib/libnetbsd/rmd160.h
trunk/lib/libnetbsd/sha1.h
trunk/lib/libnetbsd/sha2.h
trunk/lib/libnetbsd/stdlib.h
trunk/lib/libnetbsd/strsuftoll.c
trunk/lib/libnetbsd/sys/cdefs.h
trunk/lib/libnetbsd/util.c
trunk/lib/libnetbsd/util.h
Modified: trunk/lib/libnetbsd/Makefile
===================================================================
--- trunk/lib/libnetbsd/Makefile 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/Makefile 2018-05-24 17:55:52 UTC (rev 9890)
@@ -1,5 +1,5 @@
# $MidnightBSD$
-# $FreeBSD: release/9.2.0/lib/libnetbsd/Makefile 244557 2012-12-21 20:37:38Z brooks $
+# $FreeBSD: stable/10/lib/libnetbsd/Makefile 244557 2012-12-21 20:37:38Z brooks $
.include <bsd.own.mk>
Property changes on: trunk/lib/libnetbsd/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/lib/libnetbsd/README
===================================================================
--- trunk/lib/libnetbsd/README 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/README 2018-05-24 17:55:52 UTC (rev 9890)
Property changes on: trunk/lib/libnetbsd/README
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/lib/libnetbsd/glob.h
===================================================================
--- trunk/lib/libnetbsd/glob.h (rev 0)
+++ trunk/lib/libnetbsd/glob.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -0,0 +1,40 @@
+/* $MidnightBSD$ */
+/*-
+ * Copyright (c) 2017 Dell, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $FreeBSD: stable/10/lib/libnetbsd/glob.h 314366 2017-02-28 00:56:33Z ngie $
+ */
+
+#ifndef _LIBNETBSD_GLOB_H_
+#define _LIBNETBSD_GLOB_H_
+
+#include_next <glob.h>
+
+#ifndef __gl_stat_t
+#define __gl_stat_t struct stat
+#endif
+
+#endif
Property changes on: trunk/lib/libnetbsd/glob.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/lib/libnetbsd/netinet/in.h
===================================================================
--- trunk/lib/libnetbsd/netinet/in.h (rev 0)
+++ trunk/lib/libnetbsd/netinet/in.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -0,0 +1,73 @@
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/lib/libnetbsd/netinet/in.h 273482 2014-10-22 21:04:54Z ngie $ */
+
+/*
+ * Copyright (c) 1982, 1986, 1990, 1993
+ * The Regents of the University of California. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * @(#)in.h 8.3 (Berkeley) 1/3/94
+ */
+
+#ifndef _LIBNETBSD_NETINET_IN_H_
+#define _LIBNETBSD_NETINET_IN_H_
+
+#include_next <netinet/in.h>
+
+/*
+ * Local port number conventions:
+ *
+ * Ports < IPPORT_RESERVED are reserved for privileged processes (e.g. root),
+ * unless a kernel is compiled with IPNOPRIVPORTS defined.
+ *
+ * When a user does a bind(2) or connect(2) with a port number of zero,
+ * a non-conflicting local port address is chosen.
+ *
+ * The default range is IPPORT_ANONMIN to IPPORT_ANONMAX, although
+ * that is settable by sysctl(3); net.inet.ip.anonportmin and
+ * net.inet.ip.anonportmax respectively.
+ *
+ * A user may set the IPPROTO_IP option IP_PORTRANGE to change this
+ * default assignment range.
+ *
+ * The value IP_PORTRANGE_DEFAULT causes the default behavior.
+ *
+ * The value IP_PORTRANGE_HIGH is the same as IP_PORTRANGE_DEFAULT,
+ * and exists only for FreeBSD compatibility purposes.
+ *
+ * The value IP_PORTRANGE_LOW changes the range to the "low" are
+ * that is (by convention) restricted to privileged processes.
+ * This convention is based on "vouchsafe" principles only.
+ * It is only secure if you trust the remote host to restrict these ports.
+ * The range is IPPORT_RESERVEDMIN to IPPORT_RESERVEDMAX.
+ */
+
+#define IPPORT_ANONMIN 49152
+#define IPPORT_ANONMAX 65535
+#define IPPORT_RESERVEDMIN 600
+#define IPPORT_RESERVEDMAX (IPPORT_RESERVED-1)
+
+#endif
Property changes on: trunk/lib/libnetbsd/netinet/in.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/lib/libnetbsd/pthread.h
===================================================================
--- trunk/lib/libnetbsd/pthread.h (rev 0)
+++ trunk/lib/libnetbsd/pthread.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -0,0 +1,37 @@
+/* $MidnightBSD$ */
+/*-
+ * Copyright (c) 2017 Dell, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $FreeBSD: stable/10/lib/libnetbsd/pthread.h 314366 2017-02-28 00:56:33Z ngie $
+ */
+
+#ifndef _LIBNETBSD_PTHREAD_H_
+#define _LIBNETBSD_PTHREAD_H_
+
+#include_next <pthread.h>
+#include <pthread_np.h>
+
+#endif
Property changes on: trunk/lib/libnetbsd/pthread.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/lib/libnetbsd/rmd160.h
===================================================================
--- trunk/lib/libnetbsd/rmd160.h 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/rmd160.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -1,5 +1,5 @@
/* $MidnightBSD$ */
-/* $FreeBSD: release/9.2.0/lib/libnetbsd/rmd160.h 244557 2012-12-21 20:37:38Z brooks $ */
+/* $FreeBSD: stable/10/lib/libnetbsd/rmd160.h 244557 2012-12-21 20:37:38Z brooks $ */
/*-
* Copyright (c) 2012 SRI International
Property changes on: trunk/lib/libnetbsd/rmd160.h
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libnetbsd/sha1.h
===================================================================
--- trunk/lib/libnetbsd/sha1.h 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/sha1.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -1,5 +1,5 @@
/* $MidnightBSD$ */
-/* $FreeBSD: release/9.2.0/lib/libnetbsd/sha1.h 244557 2012-12-21 20:37:38Z brooks $ */
+/* $FreeBSD: stable/10/lib/libnetbsd/sha1.h 314366 2017-02-28 00:56:33Z ngie $ */
/*-
* Copyright (c) 2012 SRI International
@@ -36,8 +36,11 @@
#include <sha.h>
+#define SHA1_CTX SHA_CTX
+
#define SHA1End SHA1_End
#define SHA1File SHA1_File
+#define SHA1Final SHA1_Final
#define SHA1Init SHA1_Init
#define SHA1Update SHA1_Update
Property changes on: trunk/lib/libnetbsd/sha1.h
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libnetbsd/sha2.h
===================================================================
--- trunk/lib/libnetbsd/sha2.h 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/sha2.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -1,5 +1,5 @@
/* $MidnightBSD$ */
-/* $FreeBSD: release/9.2.0/lib/libnetbsd/sha2.h 244557 2012-12-21 20:37:38Z brooks $ */
+/* $FreeBSD: stable/10/lib/libnetbsd/sha2.h 314366 2017-02-28 00:56:33Z ngie $ */
/*-
* Copyright (c) 2012 SRI International
@@ -35,6 +35,7 @@
#define _SHA2_H_
#include <sha256.h>
+#include <sha384.h>
#include <sha512.h>
#endif /* _SHA2_H_ */
Property changes on: trunk/lib/libnetbsd/sha2.h
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libnetbsd/stdlib.h
===================================================================
--- trunk/lib/libnetbsd/stdlib.h 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/stdlib.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -1,5 +1,5 @@
/* $MidnightBSD$ */
-/* $FreeBSD: release/9.2.0/lib/libnetbsd/stdlib.h 244557 2012-12-21 20:37:38Z brooks $ */
+/* $FreeBSD: stable/10/lib/libnetbsd/stdlib.h 244557 2012-12-21 20:37:38Z brooks $ */
/*-
* Copyright (c) 2012 SRI International
Property changes on: trunk/lib/libnetbsd/stdlib.h
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libnetbsd/strsuftoll.c
===================================================================
--- trunk/lib/libnetbsd/strsuftoll.c 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/strsuftoll.c 2018-05-24 17:55:52 UTC (rev 9890)
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: release/9.2.0/lib/libnetbsd/strsuftoll.c 244557 2012-12-21 20:37:38Z brooks $");
+__FBSDID("$FreeBSD: stable/10/lib/libnetbsd/strsuftoll.c 244557 2012-12-21 20:37:38Z brooks $");
#include <sys/types.h>
#include <sys/time.h>
Property changes on: trunk/lib/libnetbsd/strsuftoll.c
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libnetbsd/sys/cdefs.h
===================================================================
--- trunk/lib/libnetbsd/sys/cdefs.h 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/sys/cdefs.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -1,5 +1,5 @@
/* $MidnightBSD$ */
-/* $FreeBSD: release/9.2.0/lib/libnetbsd/sys/cdefs.h 244557 2012-12-21 20:37:38Z brooks $ */
+/* $FreeBSD: stable/10/lib/libnetbsd/sys/cdefs.h 313215 2017-02-04 16:09:07Z ngie $ */
/*-
* Copyright (c) 2012 SRI International
@@ -43,9 +43,40 @@
#endif
/*
+ * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
+ * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
+ * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
+ * in between its arguments. __CONCAT can also concatenate double-quoted
+ * strings produced by the __STRING macro, but this only works with ANSI C.
+ */
+
+#define ___STRING(x) __STRING(x)
+#define ___CONCAT(x,y) __CONCAT(x,y)
+
+/*
+ * The following macro is used to remove const cast-away warnings
+ * from gcc -Wcast-qual; it should be used with caution because it
+ * can hide valid errors; in particular most valid uses are in
+ * situations where the API requires it, not to cast away string
+ * constants. We don't use *intptr_t on purpose here and we are
+ * explicit about unsigned long so that we don't have additional
+ * dependencies.
+ */
+#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
+
+/*
* Return the number of elements in a statically-allocated array,
* __x.
*/
#define __arraycount(__x) (sizeof(__x) / sizeof(__x[0]))
+/* __BIT(n): nth bit, where __BIT(0) == 0x1. */
+#define __BIT(__n) \
+ (((uintmax_t)(__n) >= NBBY * sizeof(uintmax_t)) ? 0 : \
+ ((uintmax_t)1 << (uintmax_t)((__n) & (NBBY * sizeof(uintmax_t) - 1))))
+
+/* __BITS(m, n): bits m through n, m < n. */
+#define __BITS(__m, __n) \
+ ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
+
#endif /* _LIBNETBSD_SYS_CDEFS_H_ */
Property changes on: trunk/lib/libnetbsd/sys/cdefs.h
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/lib/libnetbsd/sys/event.h
===================================================================
--- trunk/lib/libnetbsd/sys/event.h (rev 0)
+++ trunk/lib/libnetbsd/sys/event.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -0,0 +1,43 @@
+/* $MidnightBSD$ */
+/*-
+ * Copyright (c) 2017 Dell, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $FreeBSD: stable/10/lib/libnetbsd/sys/event.h 314366 2017-02-28 00:56:33Z ngie $ *
+ */
+
+#ifndef _LIBNETBSD_SYS_EVENT_H_
+#define _LIBNETBSD_SYS_EVENT_H_
+
+/*
+ * kqueue on FreeBSD requires sys/event.h, which in turn uses uintptr_t
+ * (defined in sys/types.h), so in order to accomodate their requirements,
+ * pull in sys/types.h as part of event.h.
+ */
+#include <sys/types.h>
+
+#include_next <sys/event.h>
+
+#endif
Property changes on: trunk/lib/libnetbsd/sys/event.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/lib/libnetbsd/sys/time.h
===================================================================
--- trunk/lib/libnetbsd/sys/time.h (rev 0)
+++ trunk/lib/libnetbsd/sys/time.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -0,0 +1,66 @@
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/lib/libnetbsd/sys/time.h 275996 2014-12-21 11:11:17Z ngie $ */
+
+/*
+ * Copyright (c) 1982, 1986, 1993
+ * The Regents of the University of California. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * @(#)time.h 8.5 (Berkeley) 5/4/95
+ */
+
+#ifndef _LIBNETBSD_SYS_TIME_H_
+#define _LIBNETBSD_SYS_TIME_H_
+
+#include_next <sys/time.h>
+
+/* Operations on timespecs. */
+#define timespecclear(tsp) (tsp)->tv_sec = (time_t)((tsp)->tv_nsec = 0L)
+#define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec)
+#define timespeccmp(tsp, usp, cmp) \
+ (((tsp)->tv_sec == (usp)->tv_sec) ? \
+ ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
+ ((tsp)->tv_sec cmp (usp)->tv_sec))
+#define timespecadd(tsp, usp, vsp) \
+ do { \
+ (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \
+ (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
+ if ((vsp)->tv_nsec >= 1000000000L) { \
+ (vsp)->tv_sec++; \
+ (vsp)->tv_nsec -= 1000000000L; \
+ } \
+ } while (/* CONSTCOND */ 0)
+#define timespecsub(tsp, usp, vsp) \
+ do { \
+ (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \
+ (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
+ if ((vsp)->tv_nsec < 0) { \
+ (vsp)->tv_sec--; \
+ (vsp)->tv_nsec += 1000000000L; \
+ } \
+ } while (/* CONSTCOND */ 0)
+
+#endif
Property changes on: trunk/lib/libnetbsd/sys/time.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/lib/libnetbsd/sys/types.h
===================================================================
--- trunk/lib/libnetbsd/sys/types.h (rev 0)
+++ trunk/lib/libnetbsd/sys/types.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -0,0 +1,38 @@
+/* $MidnightBSD$ */
+/*-
+ * Copyright (c) 2017 Dell, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $FreeBSD: stable/10/lib/libnetbsd/sys/types.h 314366 2017-02-28 00:56:33Z ngie $ *
+ */
+
+#ifndef _LIBNETBSD_SYS_TYPES_H_
+#define _LIBNETBSD_SYS_TYPES_H_
+
+#include_next <sys/types.h>
+
+#include <sys/param.h> /* For NBBY */
+
+#endif
Property changes on: trunk/lib/libnetbsd/sys/types.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/lib/libnetbsd/sys/wait.h
===================================================================
--- trunk/lib/libnetbsd/sys/wait.h (rev 0)
+++ trunk/lib/libnetbsd/sys/wait.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -0,0 +1,38 @@
+/* $MidnightBSD$ */
+/*-
+ * Copyright (c) 2017 Dell, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $FreeBSD: stable/10/lib/libnetbsd/sys/wait.h 314366 2017-02-28 00:56:33Z ngie $ *
+ */
+
+#ifndef _LIBNETBSD_SYS_WAIT_H_
+#define _LIBNETBSD_SYS_WAIT_H_
+
+#include_next <sys/wait.h>
+
+#define wrusage __wrusage
+
+#endif
Property changes on: trunk/lib/libnetbsd/sys/wait.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/lib/libnetbsd/util.c
===================================================================
--- trunk/lib/libnetbsd/util.c 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/util.c 2018-05-24 17:55:52 UTC (rev 9890)
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: release/9.2.0/lib/libnetbsd/util.c 244557 2012-12-21 20:37:38Z brooks $
+ * $FreeBSD: stable/10/lib/libnetbsd/util.c 244557 2012-12-21 20:37:38Z brooks $
*/
#include <sys/cdefs.h>
Property changes on: trunk/lib/libnetbsd/util.c
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libnetbsd/util.h
===================================================================
--- trunk/lib/libnetbsd/util.h 2018-05-24 17:48:32 UTC (rev 9889)
+++ trunk/lib/libnetbsd/util.h 2018-05-24 17:55:52 UTC (rev 9890)
@@ -1,5 +1,5 @@
/* $MidnightBSD$ */
-/* $FreeBSD: release/9.2.0/lib/libnetbsd/util.h 244557 2012-12-21 20:37:38Z brooks $ */
+/* $FreeBSD: stable/10/lib/libnetbsd/util.h 314366 2017-02-28 00:56:33Z ngie $ */
/*-
* Copyright (c) 2012 SRI International
@@ -31,12 +31,13 @@
* SUCH DAMAGE.
*/
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef _LIBNETBSD_UTIL_H_
+#define _LIBNETBSD_UTIL_H_
+#include <sys/types.h>
#include <libutil.h>
char *flags_to_string(u_long flags, const char *def);
int string_to_flags(char **stringp, u_long *setp, u_long *clrp);
-#endif /* _UTIL_H_ */
+#endif
Property changes on: trunk/lib/libnetbsd/util.h
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list