Searched refs:NetBSD (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dmakeman2 # $NetBSD$
4 # Copyright (c) 2000 The NetBSD Foundation, Inc.
7 # This code is derived from software contributed to The NetBSD Foundation
33 .\" $NetBSD$
35 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
38 .\" This code is derived from software contributed to The NetBSD Foundation
51 .\" This product includes software developed by the NetBSD
53 .\" 4. Neither the name of The NetBSD Foundation nor the names of its
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dgetifname.c49 # if defined(NetBSD) && (NetBSD >= 199905) && (NetBSD < 1991011) || \
65 # if defined(NetBSD) && (NetBSD >= 199905) && (NetBSD < 1991011) || \
H A Dprintaps.c48 #if (defined(NetBSD) && (NetBSD >= 199905) && (NetBSD < 1991011)) || \
/freebsd-9.3-release/contrib/top/
H A Dloadavg.h22 #if defined(mips) && !defined(NetBSD)
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A Dmake-devices12 NetBSD-*)
/freebsd-9.3-release/contrib/ipfilter/
H A Dip_fil.c49 # if (NetBSD > 199609) || (OpenBSD > 199603) || (__FreeBSD_version >= 300000)
294 #if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199606)) || \
364 #if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199606)) || \
435 #if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >
[all...]
H A DHISTORY186 Fix up compilation problems with NetBSD and Solaris.
223 Some NetBSD's have a selinfo.h instead of select.h
245 Newer NetBSD should use malloc() instead of MALLOC() in the kernel where
248 Some gcc warning message cleanup from NetBSD
252 NetBSD now uses opt_ipfilter.h, not opt_ipfilter_log.h
287 poll support on FreeBSD/NetBSD needs to use selrecord/selwakeup
307 NetBSD coverity report fixes (from run 5)
313 Add poll support for platforms I can build on: NetBSD, FreeBSD, Solaris, Linux
336 rename "min" variables to "xmin" on NetBSD to avoid problems with the
339 #ifdef's for NetBSD compil
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dnls.mk1 # $NetBSD: bsd.nls.mk,v 1.3 1996/10/18 02:34:45 thorpej Exp $
H A Dprog.mk18 .if ${TARGET_OSNAME} == "NetBSD"
44 .endif # NetBSD
96 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
97 .if ${TARGET_OSNAME} == "NetBSD" || ${TARGET_OSNAME} == "FreeBSD"
112 .endif # NetBSD
H A Dsubdir.mk4 # $NetBSD: bsd.subdir.mk,v 1.11 1996/04/04 02:05:06 jtc Exp $
H A Dlib.mk49 # Derrived from NetBSD-1.6
59 # NetBSD/pmax used to use ${SHLIB_MAJOR}[.${SHLIB_MINOR}
72 .if ${TARGET_OSNAME} == "NetBSD"
107 # Platform-independent flags for NetBSD a.out shared libraries
130 .endif # NetBSD
454 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
458 .if ${TARGET_OSNAME} == "NetBSD" || ${TARGET_OSNAME} == "FreeBSD"
/freebsd-9.3-release/contrib/nvi/build/
H A Dconfig.guess65 amiga:NetBSD:*:*)
102 atari*:NetBSD:*:*)
105 sun3*:NetBSD:*:*)
108 mac68k:NetBSD:*:*)
203 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and
303 hp3[0-9][05]:NetBSD:*:*)
312 *:NetBSD:*:*)
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_log.c18 #if defined(__NetBSD__) && (NetBSD >= 199905) && !defined(IPFILTER_LKM) && \
65 # if (defined(NetBSD) && (__NetBSD_Version__ >= 104000000))
70 # if (defined(NetBSD) && (NetBSD > 199609)) || \
347 # if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199603)) || \
H A Dip_fil.h794 #if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199603)) || \
1243 * Post NetBSD 1.2 has the PFIL interface for packet filters. This turns
1247 #if (defined(NetBSD) && (NetBSD > 199609) && (NetBSD <= 1991011)) || \
1250 # if defined(NetBSD) && (NetBSD >= 199905)
1345 (NetBSD >
[all...]
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DNetBSD.mk1 # $NetBSD: sys.mk,v 1.66.2.1 2002/06/05 03:31:01 lukem Exp $
4 OS= NetBSD
H A DAIX.mk1 # $NetBSD: sys.mk,v 1.19.2.1 1994/07/26 19:58:31 cgd Exp $
H A DDarwin.mk1 # $NetBSD: Darwin.sys.mk,v 1.3 2003/02/16 09:44:41 grant Exp $
H A DIRIX.mk1 # $NetBSD: IRIX.sys.mk,v 1.2 2002/12/24 23:03:27 jschauma Exp $
H A DLinux.mk2 # $NetBSD: sys.mk,v 1.19.2.1 1994/07/26 19:58:31 cgd Exp $
H A DOSF1.mk2 # $NetBSD: sys.mk,v 1.19.2.1 1994/07/26 19:58:31 cgd Exp $
H A DOpenBSD.mk1 # $NetBSD: OpenBSD.sys.mk,v 1.1 2002/11/17 09:18:00 cjep Exp $
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl120 ELF - elf systems - linux-elf, NetBSD and DG-UX
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h17 #undef NetBSD macro
102 NetBSD, enumerator in enum:llvm::Triple::OSType
/freebsd-9.3-release/contrib/bmake/
H A Dos.sh135 # NetBSD at least has good backward compatability
136 # so NetBSD/i386 is good enough
138 NetBSD) SHARE_ARCH=$OS/${MACHINE_ARCH:-$MACHINE};;
H A DMakefile97 BSD44_LIST= NetBSD FreeBSD OpenBSD DragonFly
150 echo "is derived from NetBSD"; \
158 @sed -e 's/^.Nx/NetBSD/' -e '/^.Nm/s/make/${PROG}/' \

Completed in 312 milliseconds

123