Home
last modified time | relevance | path

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

12345678910>>...151

/freebsd-14.2/share/mk/
H A DMakefile17 bsd.README \
24 bsd.cpu.mk \
26 bsd.dep.mk \
27 bsd.dirs.mk \
28 bsd.doc.mk \
29 bsd.dtb.mk \
36 bsd.lib.mk \
40 bsd.man.mk \
42 bsd.nls.mk \
43 bsd.obj.mk \
[all …]
H A Dbsd.README1 # @(#)bsd.README 8.2 (Berkeley) 4/2/94
12 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
13 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
16 bsd.lib.mk.
29 bsd.incs.mk - install of include files
39 bsd.own.mk - define common variables
40 bsd.port.mk - building ports
41 bsd.port.post.mk - building ports
42 bsd.port.pre.mk - building ports
452 .include <bsd.prog.mk>
[all …]
H A Dbsd.files.mk2 .if !target(__<bsd.init.mk>__)
3 .error bsd.files.mk cannot be included directly.
6 .if !target(__<bsd.files.mk>__)
7 .if target(__<bsd.dirs.mk>__)
8 .error bsd.dirs.mk must be included after bsd.files.mk.
11 __<bsd.files.mk>__:
145 .include <bsd.dirs.mk>
H A Dbsd.prog.mk3 .include <bsd.init.mk>
4 .include <bsd.compiler.mk>
5 .include <bsd.linker.mk>
352 .include <bsd.nls.mk>
354 .include <bsd.confs.mk>
355 .include <bsd.files.mk>
356 .include <bsd.incs.mk>
371 .include <bsd.man.mk>
385 .include <bsd.dep.mk>
387 .include <bsd.obj.mk>
[all …]
H A Dbsd.confs.mk2 .if !target(__<bsd.init.mk>__)
3 . error bsd.conf.mk cannot be included directly.
6 .if !target(__<bsd.confs.mk>__)
7 . if target(__<bsd.dirs.mk>__)
8 . error bsd.dirs.mk must be included after bsd.confs.mk.
11 __<bsd.confs.mk>__:
H A Dbsd.opts.mk32 .if !target(__<bsd.opts.mk>__)
33 __<bsd.opts.mk>__:
108 .include <bsd.mkopt.mk>
134 .include <bsd.cpu.mk>
H A Dbsd.port.mk7 .if !defined(_PORTSDIR) && exists(${.CURDIR}/${RELPATH}/Mk/bsd.port.mk)
19 BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
30 .include <bsd.own.mk>
H A Dbsd.lib.mk4 .include <bsd.init.mk>
5 .include <bsd.compiler.mk>
6 .include <bsd.linker.mk>
7 .include <bsd.compat.pre.mk>
9 __<bsd.lib.mk>__:
557 .include <bsd.nls.mk>
562 .include <bsd.incs.mk>
582 .include <bsd.man.mk>
609 .include <bsd.dep.mk>
611 .include <bsd.obj.mk>
[all …]
H A Dbsd.init.mk8 .if !target(__<bsd.init.mk>__)
9 __<bsd.init.mk>__:
10 .include <bsd.opts.mk>
21 .include <bsd.own.mk>
H A Dbsd.symver.mk2 .if !target(__<bsd.symver.mk>__)
3 __<bsd.symver.mk>__:
5 .include <bsd.init.mk>
H A Dbsd.test.mk8 .include <bsd.init.mk>
10 __<bsd.test.mk>__:
103 .include <bsd.progs.mk>
/freebsd-14.2/crypto/openssh/
H A 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…
14bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
17bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
18bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h…
[all …]
/freebsd-14.2/sys/compat/linux/
H A Dlinux_uid16.c215 struct getegid_args bsd; in linux_getegid16() local
226 struct geteuid_args bsd; in linux_geteuid16() local
237 struct setgid_args bsd; in linux_setgid16() local
240 bsd.gid = args->gid; in linux_setgid16()
241 error = sys_setgid(td, &bsd); in linux_setgid16()
249 struct setuid_args bsd; in linux_setuid16() local
252 bsd.uid = args->uid; in linux_setuid16()
261 struct setregid_args bsd; in linux_setregid16() local
274 struct setreuid_args bsd; in linux_setreuid16() local
287 struct setresgid_args bsd; in linux_setresgid16() local
[all …]
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A DMakefile.in72 bsd-err.o \
73 bsd-flock.o \
75 bsd-getline.o \
78 bsd-malloc.o \
79 bsd-misc.o \
81 bsd-openpty.o \
82 bsd-poll.o \
83 bsd-pselect.o \
85 bsd-signal.o \
87 bsd-statvfs.o \
[all …]
/freebsd-14.2/usr.sbin/bsdinstall/scripts/
H A Dhardening63 echo security.bsd.see_other_uids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
66 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
69 echo security.bsd.see_jail_proc=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
72 echo security.bsd.unprivileged_read_msgbuf=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
75 echo security.bsd.unprivileged_proc_debug=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
/freebsd-14.2/contrib/bmake/mk/
H A 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>".
186 bsd.own.mk):
325 if it exists, as well as the include file <bsd.man.mk>.
333 .include <bsd.prog.mk>
359 The include file <bsd.sys.mk> is used by <bsd.prog.mk> and
360 <bsd.lib.mk>. It contains overrides that are used when building
[all …]
/freebsd-14.2/sys/conf/
H A Ddtb.mk42 .include <bsd.dep.mk>
43 .include <bsd.obj.mk>
44 .include <bsd.links.mk>
/freebsd-14.2/tools/test/stress2/misc/
H A Dstack_guard_page.sh32 [ `sysctl -n security.bsd.stack_guard_page` -eq 0 ] && exit 0
34 old=`sysctl -n security.bsd.stack_guard_page`
41 sysctl security.bsd.stack_guard_page=`jot -r 1 1 512` > \
/freebsd-14.2/usr.bin/localedef/
H A Dlocaledef.c57 static int bsd = 0; variable
95 if (bsd) in category_file()
115 if (!bsd) in open_category()
181 if (!bsd) in copy_category()
286 bsd = 1; in main()
363 if (!bsd) { in main()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_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-14.2/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c76 int bsd = 0; in _bsd_from_zfs() local
80 bsd |= tmp->zb_bsd; in _bsd_from_zfs()
83 return (bsd); in _bsd_from_zfs()
87 _zfs_from_bsd(int bsd, const struct zfs2bsd *table) in _zfs_from_bsd() argument
93 if (bsd & tmp->zb_bsd) in _zfs_from_bsd()
/freebsd-14.2/sbin/fsck_ffs/
H A DMakefile6 LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
8 MLINKS= fsck_ffs.8 fsck_ufs.8 fsck_ffs.8 fsck_4.2bsd.8
18 .include <bsd.prog.mk>
/freebsd-14.2/tools/bsdbox/
H A DMakefile5 .include <bsd.own.mk>
107 .include <bsd.crunchgen.mk>
110 .include <bsd.prog.mk>
/freebsd-14.2/usr.bin/mkimg/tests/
H A Dmkimg_test.sh10 bsd) echo 8192 ;;
107 bsd=`makeimage raw bsd $blksz $geom _tmp`
108 partinfo="freebsd:=$bsd"
/freebsd-14.2/stand/ficl/
H A DMakefile3 .include <bsd.init.mk>
21 .include <bsd.prog.mk>
25 .include <bsd.lib.mk>

12345678910>>...151