Home
last modified time | relevance | path

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

12345678910>>...103

/freebsd/share/mk/
H A DMakefile15 bsd.README \
16 bsd.arch.inc.mk \
17 bsd.clang-analyze.mk \
18 bsd.compiler.mk \
19 bsd.compat.mk \
20 bsd.compat.pre.mk \
21 bsd.confs.mk \
22 bsd.cpu.mk \
23 bsd.crunchgen.mk \
24 bsd.dep.mk \
[all …]
H A Dbsd.README11 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
12 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
14 files. In most cases it is only interesting to include bsd.prog.mk or
15 bsd.lib.mk.
17 bsd.arch.inc.mk - includes arch-specific Makefile.$arch
18 bsd.compat.mk - definitions for building programs against compat ABIs
19 bsd.compiler.mk - defined based on current compiler
20 bsd.confs.mk - install of configuration files
21 bsd.cpu.mk - sets CPU/arch-related variables (included from sys.mk)
22 bsd.crunchgen.mk - building crunched binaries using crunchgen(1)
[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>
277 .include <bsd.libnames.mk>
360 .include <bsd.nls.mk>
362 .include <bsd.confs.mk>
363 .include <bsd.files.mk>
364 .include <bsd.incs.mk>
369 .include <bsd.links.mk>
379 .include <bsd.man.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>__:
118 .include <bsd.mkopt.mk>
120 .include <bsd.cpu.mk>
H A Dbsd.lib.mk2 .include <bsd.init.mk>
3 .include <bsd.compiler.mk>
4 .include <bsd.linker.mk>
5 .include <bsd.compat.pre.mk>
7 __<bsd.lib.mk>__:
149 .include <bsd.libnames.mk>
248 .include <bsd.symver.mk>
527 .include <bsd.nls.mk>
528 .include <bsd.confs.mk>
529 .include <bsd.files.mk>
[all …]
H A Dbsd.port.mk7 .if !defined(_PORTSDIR) && exists(${.CURDIR}/${RELPATH}/Mk/bsd.port.mk)
15 BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
26 .include <bsd.own.mk>
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>
/freebsd/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…
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/sys/compat/linux/
H A Dlinux_uid16.c215 struct getegid_args bsd; in linux_getegid16() local
218 error = sys_getegid(td, &bsd); in linux_getegid16()
226 struct geteuid_args bsd; in linux_geteuid16() local
229 error = sys_geteuid(td, &bsd); in linux_geteuid16()
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()
253 error = sys_setuid(td, &bsd); in linux_setuid16()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A 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/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/contrib/bmake/mk/
H A DREADME3 This directory contains some makefiles derrived from the NetBSD bsd.*.mk
4 ones. They have the same names but without the bsd., separate
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/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/sys/conf/
H A Ddtb.mk42 .include <bsd.dep.mk>
43 .include <bsd.obj.mk>
44 .include <bsd.links.mk>
/freebsd/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/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_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/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c75 int bsd = 0; in _bsd_from_zfs() local
79 bsd |= tmp->zb_bsd; in _bsd_from_zfs()
82 return (bsd); in _bsd_from_zfs()
86 _zfs_from_bsd(int bsd, const struct zfs2bsd *table) in _zfs_from_bsd() argument
92 if (bsd & tmp->zb_bsd) in _zfs_from_bsd()
/freebsd/sbin/fsck_ffs/
H A DMakefile4 LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
6 MLINKS= fsck_ffs.8 fsck_ufs.8 fsck_ffs.8 fsck_4.2bsd.8
16 .include <bsd.prog.mk>
/freebsd/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/tools/bsdbox/
H A DMakefile3 .include <bsd.own.mk>
105 .include <bsd.crunchgen.mk>
108 .include <bsd.prog.mk>
/freebsd/contrib/blocklist/diff/
H A 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/stand/ficl/
H A DMakefile3 .include <bsd.init.mk>
21 .include <bsd.prog.mk>
25 .include <bsd.lib.mk>

12345678910>>...103