Home
last modified time | relevance | path

Searched refs:bsd (Results 1 – 25 of 3260) sorted by relevance

12345678910>>...131

/freebsd-12-stable/share/mk/
DMakefile18 bsd.README \
19 bsd.arch.inc.mk \
20 bsd.clang-analyze.mk \
21 bsd.compiler.mk \
22 bsd.confs.mk \
23 bsd.cpu.mk \
24 bsd.crunchgen.mk \
25 bsd.dep.mk \
26 bsd.dirs.mk \
27 bsd.doc.mk \
[all …]
Dbsd.README1 # @(#)bsd.README 8.2 (Berkeley) 4/2/94
2 # $FreeBSD: stable/12/share/mk/bsd.README 371413 2021-12-25 12:02:55Z dim $
13 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
14 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
16 files. In most cases it is only interesting to include bsd.prog.mk or
17 bsd.lib.mk.
19 bsd.arch.inc.mk - includes arch-specific Makefile.$arch
20 bsd.compiler.mk - defined based on current compiler
21 bsd.confs.mk - install of configuration files
22 bsd.cpu.mk - sets CPU/arch-related variables (included from sys.mk)
[all …]
Dbsd.prog.mk4 .include <bsd.init.mk>
5 .include <bsd.compiler.mk>
218 .include <bsd.libnames.mk>
305 .include <bsd.nls.mk>
307 .include <bsd.confs.mk>
308 .include <bsd.files.mk>
309 .include <bsd.incs.mk>
314 .include <bsd.links.mk>
324 .include <bsd.man.mk>
338 .include <bsd.dep.mk>
[all …]
Dbsd.files.mk3 .if !target(__<bsd.init.mk>__)
4 .error bsd.files.mk cannot be included directly.
7 .if !target(__<bsd.files.mk>__)
8 .if target(__<bsd.dirs.mk>__)
9 .error bsd.dirs.mk must be included after bsd.files.mk.
12 __<bsd.files.mk>__:
140 .include <bsd.dirs.mk>
Dbsd.opts.mk30 .if !target(__<bsd.opts.mk>__)
31 __<bsd.opts.mk>__:
87 .include <bsd.mkopt.mk>
108 .include <bsd.cpu.mk>
Dbsd.confs.mk3 .if !target(__<bsd.init.mk>__)
4 . error bsd.conf.mk cannot be included directly.
7 .if !target(__<bsd.confs.mk>__)
8 . if target(__<bsd.dirs.mk>__)
9 . error bsd.dirs.mk must be included after bsd.confs.mk.
12 __<bsd.confs.mk>__:
Dbsd.port.mk8 .if !defined(_PORTSDIR) && exists(${.CURDIR}/${RELPATH}/Mk/bsd.port.mk)
20 BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
31 .include <bsd.own.mk>
Dbsd.init.mk9 .if !target(__<bsd.init.mk>__)
10 __<bsd.init.mk>__:
11 .include <bsd.opts.mk>
24 .include <bsd.own.mk>
Dbsd.symver.mk3 .if !target(__<bsd.symver.mk>__)
4 __<bsd.symver.mk>__:
6 .include <bsd.init.mk>
Dbsd.lib.mk5 .include <bsd.init.mk>
93 .include <bsd.libnames.mk>
219 .include <bsd.symver.mk>
494 .include <bsd.nls.mk>
495 .include <bsd.confs.mk>
496 .include <bsd.files.mk>
497 .include <bsd.incs.mk>
505 .include <bsd.links.mk>
515 .include <bsd.man.mk>
542 .include <bsd.dep.mk>
[all …]
/freebsd-12-stable/crypto/openssh/
D.depend5bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
6bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
7bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
8bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
9bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
10bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
11bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
12bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
13bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
14bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
[all …]
/freebsd-12-stable/crypto/openssh/openbsd-compat/
DMakefile.in69 COMPAT= bsd-asprintf.o \
70 bsd-closefrom.o \
71 bsd-cygwin_util.o \
72 bsd-err.o \
73 bsd-flock.o \
74 bsd-getentropy.o \
75 bsd-getline.o \
76 bsd-getpagesize.o \
77 bsd-getpeereid.o \
78 bsd-malloc.o \
[all …]
/freebsd-12-stable/sys/compat/linux/
Dlinux_uid16.c311 struct getegid_args bsd; in linux_getegid16() local
316 error = sys_getegid(td, &bsd); in linux_getegid16()
325 struct geteuid_args bsd; in linux_geteuid16() local
330 error = sys_geteuid(td, &bsd); in linux_geteuid16()
339 struct setgid_args bsd; in linux_setgid16() local
344 bsd.gid = args->gid; in linux_setgid16()
345 error = sys_setgid(td, &bsd); in linux_setgid16()
354 struct setuid_args bsd; in linux_setuid16() local
359 bsd.uid = args->uid; in linux_setuid16()
360 error = sys_setuid(td, &bsd); in linux_setuid16()
[all …]
/freebsd-12-stable/sbin/md5/tests/
DMakefile3 .include <bsd.own.mk>
34 PLAIN_TESTS_SH+= bsd-c-test
35 PLAIN_TESTS_SH+= bsd-p-test
36 PLAIN_TESTS_SH+= bsd-s-test
44 .include <bsd.test.mk>
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
Dhardening56 echo security.bsd.see_other_uids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
59 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
62 echo security.bsd.see_jail_proc=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
65 echo security.bsd.unprivileged_read_msgbuf=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
68 echo security.bsd.unprivileged_proc_debug=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
/freebsd-12-stable/contrib/bmake/mk/
DREADME3 This directory contains some macro's derrived from the NetBSD bsd.*.mk
4 macros. They have the same names but without the bsd., separate macro
9 # $NetBSD: bsd.README,v 1.18 1997/01/13 00:54:23 mark Exp $
10 # @(#)bsd.README 5.1 (Berkeley) 5/11/90
25 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
76 The include file <bsd.man.mk> handles installing manual pages and their
103 The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
108 The include file <bsd.own.mk> contains source tree configuration parameters,
114 To get system-specific configuration parameters, bsd.own.mk will try to
119 bsd.own.mk sets the following variables, if they are not already defined
[all …]
/freebsd-12-stable/usr.bin/localedef/
Dlocaledef.c58 static int bsd = 0; variable
95 if (bsd) in category_file()
115 if (!bsd) in open_category()
181 if (!bsd) in copy_category()
285 bsd = 1; in main()
354 if (!bsd) { in main()
/freebsd-12-stable/sys/conf/
Ddtb.mk43 .include <bsd.dep.mk>
44 .include <bsd.obj.mk>
45 .include <bsd.links.mk>
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_acl.c79 int bsd = 0; in _bsd_from_zfs() local
83 bsd |= tmp->zb_bsd; in _bsd_from_zfs()
86 return (bsd); in _bsd_from_zfs()
90 _zfs_from_bsd(int bsd, const struct zfs2bsd *table) in _zfs_from_bsd() argument
96 if (bsd & tmp->zb_bsd) in _zfs_from_bsd()
/freebsd-12-stable/sbin/fsck_ffs/
DMakefile7 LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
9 MLINKS= fsck_ffs.8 fsck_ufs.8 fsck_ffs.8 fsck_4.2bsd.8
19 .include <bsd.prog.mk>
/freebsd-12-stable/usr.bin/mkimg/tests/
Dmkimg_test.sh11 bsd) echo 8192 ;;
110 bsd=`makeimage raw bsd $blksz $geom _tmp`
111 partinfo="freebsd:=$bsd"
/freebsd-12-stable/tools/bsdbox/
DMakefile6 .include <bsd.own.mk>
107 .include <bsd.crunchgen.mk>
110 .include <bsd.prog.mk>
/freebsd-12-stable/stand/ficl/
DMakefile4 .include <bsd.init.mk>
20 .include <bsd.prog.mk>
23 .include <bsd.lib.mk>
/freebsd-12-stable/contrib/blacklist/diff/
Dnamed.diff53 RCS file: /cvsroot/src/external/bsd/bind/bin/named/Makefile,v
68 .include <bsd.prog.mk>
71 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/client.c,v
95 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/main.c,v
121 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/query.c,v
155 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/update.c,v
195 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/xfrout.c,v
/freebsd-12-stable/contrib/openbsm/config/
Dconfig.guess321 echo pyramid-pyramid-bsd
493 echo m68k-tektronix-bsd
555 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
563 9000/[34]??:4.3bsd:1.*:*)
564 echo m68k-hp-bsd
566 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
675 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
676 echo hppa1.1-hp-bsd
678 9000/8??:4.3bsd:*:*)
679 echo hppa1.0-hp-bsd
[all …]

12345678910>>...131