| /freebsd/contrib/sqlite3/tea/ |
| H A D | Makefile.in | 62 tx.name.dist = @TEAISH_DIST_NAME@ 64 tx.name.dist = $(teaish.name) 164 # The list of 'dist' files may be appended to from teaish.make.in. 165 # It can also be set up from teaish.tcl using [teaish-dist-add] 166 # and/or [teaish-src-add -dist ...]. 168 tx.dist.files = @TEAISH_DIST_FILES@ 192 # ^^^ We would love to skip this when running [dist]clean, but there's 305 # The (dist)clean-extension targets are reserved for use by 397 # Package archive generation ("dist") rules... 403 # When installing teaish as part of "make dist", we need to run [all …]
|
| /freebsd/etc/mtree/ |
| H A D | Makefile | 7 # NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use. 9 BSD.debug.dist \ 10 BSD.include.dist \ 11 BSD.root.dist \ 12 ${_BSD.libcompats.dist} \ 13 ${_BSD.sendmail.dist} \ 14 ${_BSD.tests.dist} \ 15 BSD.usr.dist \ 16 BSD.var.dist 20 _BSD.libcompats.dist+= BSD.lib${libcompat}.dist [all …]
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | random.cppm | |
| /freebsd/contrib/blocklist/diff/ |
| H A D | postfix.diff | 1 Index: dist/src/smtpd/pfilter.c 3 RCS file: dist/src/smtpd/pfilter.c 4 diff -N dist/src/smtpd/pfilter.c 6 +++ dist/src/smtpd/pfilter.c 1 Feb 2018 03:29:09 -0000 27 Index: dist/src/smtpd/pfilter.h 29 RCS file: dist/src/smtpd/pfilter.h 30 diff -N dist/src/smtpd/pfilter.h 32 +++ dist/src/smtpd/pfilter.h 1 Feb 2018 03:29:09 -0000 36 Index: dist/src/smtpd/smtpd.c 38 RCS file: /cvsroot/src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c,v [all …]
|
| H A D | named.diff | 2 +++ dist/bin/named/pfilter.c 2015-01-22 01:35:16.000000000 -0500 47 +++ dist/bin/named/pfilter.h 2015-01-22 01:16:56.000000000 -0500 69 Index: dist/bin/named/client.c 71 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/client.c,v 74 --- dist/bin/named/client.c 10 Dec 2014 04:37:51 -0000 1.11 75 +++ dist/bin/named/client.c 23 Jan 2015 21:37:09 -0000 93 Index: dist/bin/named/main.c 95 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/main.c,v 98 --- dist/bin/named/main.c 10 Dec 2014 04:37:51 -0000 1.15 99 +++ dist/bin/named/main.c 23 Jan 2015 21:37:09 -0000 [all …]
|
| H A D | ssh.diff | 2 +++ dist/pfilter.c 2015-01-22 23:46:03.000000000 -0500 37 +++ dist/pfilter.h 2015-01-20 20:16:20.000000000 -0500 65 diff -ru openssh-7.7p1/auth-pam.c dist/auth-pam.c 67 +++ dist/auth-pam.c 2018-05-23 11:56:22.206661484 -0400 92 diff -ru openssh-7.7p1/auth2.c dist/auth2.c 94 +++ dist/auth2.c 2018-05-23 11:57:31.022197317 -0400 111 Only in dist: pfilter.c 112 Only in dist: pfilter.h 113 diff -ru openssh-7.7p1/sshd.c dist/sshd.c 115 +++ dist/sshd.c 2018-05-23 11:59:39.573197347 -0400
|
| /freebsd/contrib/kyua/ |
| H A D | .travis.yml | 10 dist: xenial 14 dist: xenial 18 dist: xenial 22 dist: xenial 26 dist: xenial 30 dist: xenial 36 # dist: xenial 40 # dist: xenial
|
| /freebsd/release/ |
| H A D | Makefile | 24 # NODISTSETS: if set, do not include dist sets or MANIFEST 25 # NOPKGBASE: if set, include dist tarballs rather than pkgbase packages in 60 DISTDIR= dist 151 CLEANDIRS= dist pkgdb-dvd pkgdb-disc1 pkgbase-repo pkgbase-repo-dir ftp disc1 disc1-disc1 disc1-mem… 189 --exclude .git --exclude @ --exclude usr/src/release/dist \ 255 # Copy MANIFEST to provide legacy dist checksums in both modes 256 mkdir -p ${.TARGET}/usr/freebsd-dist 257 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG 258 cp MANIFEST ${.TARGET}/usr/freebsd-dist 259 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG [all …]
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | checksum | 40 for dist in $DISTRIBUTIONS; do 41 statusvar=$(dist_to_statusvar $dist) 52 CK=`sha256 -q $BSDINSTALL_DISTDIR/$dist` 53 awk -v checksum=$CK -v dist=$dist -v found=0 '{ 54 if (dist == $1) { 76 …--msgbox "The checksum for $dist does not match. It may have become corrupted, or it may be from a… 80 …--msgbox "The checksum for $dist does not match. It may have become corrupted, and should be redow…
|
| /freebsd/etc/ |
| H A D | Makefile | 113 MTREES= mtree/BSD.root.dist / \ 114 mtree/BSD.var.dist /var \ 115 mtree/BSD.usr.dist /usr \ 116 mtree/BSD.include.dist /usr/include \ 117 mtree/BSD.debug.dist /usr/lib 120 MTREES+= mtree/BSD.lib${libcompat}.dist /usr 121 MTREES+= mtree/BSD.lib${libcompat}.dist /usr/lib/debug/usr 125 MTREES+= mtree/BSD.tests.dist ${TESTSBASE} 126 MTREES+= mtree/BSD.tests.dist /usr/lib/debug${TESTSBASE} 129 MTREES+= mtree/BSD.sendmail.dist /
|
| /freebsd/sys/contrib/zlib/ |
| H A D | deflate.h | 306 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 314 #define d_code(dist) \ argument 315 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) 316 /* Mapping from a distance to a distance code. dist is the distance - 1 and 342 ush dist = (ush)(distance); \ 343 s->d_buf[s->sym_next] = dist; \ 345 dist--; \ 347 s->dyn_dtree[d_code(dist)].Freq++; \ 361 ush dist = (ush)(distance); \ 362 s->sym_buf[s->sym_next++] = (uch)dist; \ [all …]
|
| H A D | inffast.c | 74 unsigned dist; /* match distance */ in inflate_fast() local 145 dist = (unsigned)(here->val); in inflate_fast() 155 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 157 if (dist > dmax) { in inflate_fast() 165 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast() 167 if (dist > op) { /* see if copy from window */ in inflate_fast() 168 op = dist - op; /* distance back in window */ in inflate_fast() 188 from = out - dist; in inflate_fast() 204 from = out - dist; /* rest from output */ in inflate_fast() 222 from = out - dist; /* rest from output */ in inflate_fast() [all …]
|
| /freebsd/contrib/tnftp/ |
| H A D | Makefile.in | 72 distdir dist dist-all distcheck 496 dist-gzip: distdir 500 dist-bzip2: distdir 504 dist-lzma: distdir 508 dist-xz: distdir 512 dist-tarZ: distdir 516 dist-shar: distdir 520 dist-zip: distdir 525 dist dist-all: distdir 529 # This target untars the dist file and tries a VPATH configuration. Then [all …]
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibtracert.c | 106 int dist; member 461 static int new_node(Node * node, Port * port, ib_portid_t * path, int dist) in new_node() argument 464 node->dist = -1; /* tag as target */ in new_node() 474 VERBOSE("insert dist %d node %p port %d lid %d", dist, node, in new_node() 479 node->dist = dist; in new_node() 481 node->dnext = nodesdist[dist]; in new_node() 482 nodesdist[dist] = node; in new_node() 543 int dist = 0, leafport = 0; in find_mcpath() local 571 for (dist = 0; dist < MAXHOPS; dist++) { in find_mcpath() 573 for (node = nodesdist[dist]; node; node = node->dnext) { in find_mcpath() [all …]
|
| /freebsd/contrib/openpam/ |
| H A D | Makefile.in | 144 cscope distdir distdir-am dist dist-all distcheck 204 DIST_TARGETS = dist-gzip 602 dist-gzip: distdir 606 dist-bzip2: distdir 610 dist-lzip: distdir 614 dist-xz: distdir 618 dist-zstd: distdir 622 dist-tarZ: distdir 629 dist-shar: distdir 636 dist-zip: distdir [all …]
|
| /freebsd/contrib/openbsm/ |
| H A D | Makefile.in | 143 cscope distdir dist dist-all distcheck 211 DIST_TARGETS = dist-gzip 578 dist-gzip: distdir 582 dist-bzip2: distdir 586 dist-lzip: distdir 590 dist-xz: distdir 594 dist-tarZ: distdir 601 dist-shar: distdir 608 dist-zip: distdir 613 dist dist-all: [all …]
|
| /freebsd/crypto/heimdal/ |
| H A D | Makefile.in | 115 distdir dist dist-all distcheck 686 dist-hook 694 dist-gzip: distdir 698 dist-bzip2: distdir 702 dist-lzma: distdir 706 dist-xz: distdir 710 dist-tarZ: distdir 714 dist-shar: distdir 718 dist-zip: distdir 723 dist dist-all: distdir [all …]
|
| /freebsd/contrib/expat/ |
| H A D | Makefile.in | 222 cscope distdir distdir-am dist dist-all distcheck 293 DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip 455 dist-bzip2 \ 456 dist-lzip \ 457 dist-xz \ 807 dist-gzip: distdir 810 dist-bzip2: distdir 814 dist-bzip3: distdir 817 dist-lzip: distdir 820 dist-xz: distdir [all …]
|
| /freebsd/release/tools/ |
| H A D | oci-image-static.conf | 12 mtree -deU -p $m/ -f ${srcdir}/etc/mtree/BSD.root.dist > /dev/null 13 mtree -deU -p $m/var -f ${srcdir}/etc/mtree/BSD.var.dist > /dev/null 14 mtree -deU -p $m/usr -f ${srcdir}/etc/mtree/BSD.usr.dist > /dev/null 15 mtree -deU -p $m/usr/include -f ${srcdir}/etc/mtree/BSD.include.dist > /dev/null 16 mtree -deU -p $m/usr/lib -f ${srcdir}/etc/mtree/BSD.debug.dist > /dev/null
|
| /freebsd/contrib/file/ |
| H A D | Makefile.in | 170 cscope distdir distdir-am dist dist-all distcheck 231 DIST_TARGETS = dist-gzip 630 dist-gzip: distdir 634 dist-bzip2: distdir 638 dist-lzip: distdir 642 dist-xz: distdir 646 dist-zstd: distdir 650 dist-tarZ: distdir 657 dist-shar: distdir 664 dist-zip: distdir [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | Makefile.in | 176 cscope distdir distdir-am dist dist-all distcheck 249 DIST_TARGETS = dist-gzip 825 dist-hook 833 dist-gzip: distdir 837 dist-bzip2: distdir 841 dist-lzip: distdir 845 dist-xz: distdir 849 dist-zstd: distdir 853 dist [all...] |
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | make_gitrev.sh | 31 dist=no 37 D) dist=yes; distdir=${OPTARG};; 66 elif [ "${dist}" = yes ] 68 # Append -dist when creating distributed sources from a git repository 69 ZFS_GITREV="${ZFS_GITREV}-dist"
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | rpm.am | 13 srpm-kmod srpm-dkms srpm-utils: dist 76 @(dist=`$(RPM) --eval %{?dist}`; \ 77 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \ 97 @(dist=`$(RPM) --eval %{?dist}`; \ 98 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
|
| /freebsd/contrib/sqlite3/autosetup/teaish/ |
| H A D | core.tcl | 82 -name.dist TEAISH_DIST_NAME 103 # Whether or not "make dist" parts are enabled. They get enabled 106 dist-enabled 1 118 # Files to include in the "make dist" bundle. 119 dist-files {} 134 # Whether or not to allow a "full dist" - a "make dist" build which 137 dist-full-enabled 0 319 -name.dist - -e {set ::teaish__PkgInfo(-name)} 577 teaish-dist-add [file tail $tpi] 615 $::teaish__Config(dist-enabled) [all …]
|
| /freebsd/contrib/ntp/scripts/stats/ |
| H A D | peer.awk | 11 # ident cnt mean rms max delay dist disp 46 dist = $7 + $6 / 2 47 if (dist > peer_dist[i]) 48 peer_dist[i] = dist 55 printf " ident cnt mean rms max delay dist disp\n"
|