| /freebsd-14.2/share/mk/ |
| H A D | Makefile | 17 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 D | bsd.README | 1 # @(#)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 D | bsd.files.mk | 2 .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 D | bsd.prog.mk | 3 .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 D | bsd.confs.mk | 2 .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 D | bsd.opts.mk | 32 .if !target(__<bsd.opts.mk>__) 33 __<bsd.opts.mk>__: 108 .include <bsd.mkopt.mk> 134 .include <bsd.cpu.mk>
|
| H A D | bsd.port.mk | 7 .if !defined(_PORTSDIR) && exists(${.CURDIR}/${RELPATH}/Mk/bsd.port.mk) 19 BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk 30 .include <bsd.own.mk>
|
| H A D | bsd.lib.mk | 4 .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 D | bsd.init.mk | 8 .if !target(__<bsd.init.mk>__) 9 __<bsd.init.mk>__: 10 .include <bsd.opts.mk> 21 .include <bsd.own.mk>
|
| H A D | bsd.symver.mk | 2 .if !target(__<bsd.symver.mk>__) 3 __<bsd.symver.mk>__: 5 .include <bsd.init.mk>
|
| H A D | bsd.test.mk | 8 .include <bsd.init.mk> 10 __<bsd.test.mk>__: 103 .include <bsd.progs.mk>
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | .depend | 5 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 6 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 7 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 8 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 9 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 10 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 11 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 14 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 17 …bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h… 18 …bsd-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 D | linux_uid16.c | 215 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 D | Makefile.in | 72 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 D | hardening | 63 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 D | README | 3 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 D | dtb.mk | 42 .include <bsd.dep.mk> 43 .include <bsd.obj.mk> 44 .include <bsd.links.mk>
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | stack_guard_page.sh | 32 [ `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 D | localedef.c | 57 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 D | spl_acl.c | 79 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 D | opensolaris_acl.c | 76 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 D | Makefile | 6 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 D | Makefile | 5 .include <bsd.own.mk> 107 .include <bsd.crunchgen.mk> 110 .include <bsd.prog.mk>
|
| /freebsd-14.2/usr.bin/mkimg/tests/ |
| H A D | mkimg_test.sh | 10 bsd) echo 8192 ;; 107 bsd=`makeimage raw bsd $blksz $geom _tmp` 108 partinfo="freebsd:=$bsd"
|
| /freebsd-14.2/stand/ficl/ |
| H A D | Makefile | 3 .include <bsd.init.mk> 21 .include <bsd.prog.mk> 25 .include <bsd.lib.mk>
|