Home
last modified time | relevance | path

Searched refs:repository (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd/usr.sbin/pkg/
H A Dconfig.h73 struct repository { struct
80 STAILQ_ENTRY(repository) next; argument
82 STAILQ_HEAD(repositories, repository);
H A Dconfig.c327 parse_mirror_type(struct repository *r, const char *mt) in parse_mirror_type()
336 repo_free(struct repository *r) in repo_free()
346 parse_signature_type(struct repository *repo, const char *st) in parse_signature_type()
362 static struct repository *
365 struct repository *repo; in find_repository()
380 struct repository *repo; in parse_repo()
385 repo = calloc(1, sizeof(struct repository)); in parse_repo()
410 STAILQ_REMOVE(&repositories, repo, repository, next); in parse_repo()
429 STAILQ_REMOVE(&repositories, repo, repository, next); in parse_repo()
681 struct repository *r = calloc(1, sizeof(*r)); in config_get_repositories()
H A DFreeBSD.conf.quarterly-release2 # To disable a repository, instead of modifying or removing this file,
9 # Note that the FreeBSD-base repository is disabled by default.
H A DFreeBSD.conf.latest2 # To disable a repository, instead of modifying or removing this file,
9 # Note that the FreeBSD-base repository is disabled by default.
H A DFreeBSD.conf.quarterly3 # To disable a repository, instead of modifying or removing this file,
10 # Note that the FreeBSD-base repository is disabled by default.
/freebsd/contrib/unbound/doc/
H A DREADME.man6 The templated man pages (*.in) are still part of the code repository as to not
11 The online documentation has its own repository at
16 in this repository.
H A DREADME.svn5 committed to the repository.
/freebsd/crypto/krb5/src/util/
H A Dmkrel3 repository=git.mit.edu:/git/krb5.git
17 --repository)
18 shift; repository=$1;;
26 echo " release-tag is relative to $repository/"
99 git clone -q -n $repository $reldir
/freebsd/contrib/unbound/contrib/android/
H A Dinstall_ndk.sh19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet…
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-…
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod18 objects from a repository of any kind, addressable as a filename or
22 repository", "loop and retrieve one object at a time", and "finish up
54 * OSSL_STORE_eof() simulates file semantics for any repository to signal
/freebsd/contrib/ntp/
H A DREADME.versions18 4.2.2 A production release (from the ntp-stable repository)
19 4.2.2p2 A production release (from the ntp-stable repository)
H A DREADME.pullrequests3 The NTP project's github repository is at https://github.com/ntp-project/ntp.
46 version of the ntp repository. (Your fork of ntp source)
66 repository.
H A DREADME.bk1 In order to use the BitKeeper repository version of NTP you should visit
/freebsd/share/examples/oci/
H A DContainerfile.pkg14 # Install package management tools. We specify 'FreeBSD' as the repository to
27 # packages, uninstall pkg and delete the repository metadata downloaded by 'pkg
/freebsd/contrib/unifdef/
H A DINSTALL26 pre-generated version.h but the git repository does not. To build from
29 To update version.h, right-click on the fanf2/unifdef repository and
/freebsd/tests/sys/capsicum/
H A DREADME.md19 These tests were coalesced and moved into an [independent repository](https://github.com/google/cap…
23 its maintainers, rendering the independent repository obsolete. So the tests were copied back into
/freebsd/contrib/tzdata/
H A DCONTRIBUTING25 <https://www.iana.org/time-zones/repository/theory.html>.
37 repository. The latter is preferred.
43 * Copy the development repository.
/freebsd/contrib/tzcode/
H A DCONTRIBUTING25 <https://www.iana.org/time-zones/repository/theory.html>.
37 repository. The latter is preferred.
43 * Copy the development repository.
/freebsd/
H A D.arcconfig2 "repository.callsign" : "G",
/freebsd/contrib/libcxxrt/
H A DFREEBSD-upgrade2 upstream repository.
/freebsd/crypto/openssh/
H A DREADME24 This version actively tracks changes in the OpenBSD CVS repository.
42 repository which in turn was based on the last free sample implementation
/freebsd/tools/tools/drm/radeon/firmwares/
H A DREADME4 1. Clone the following Git repository:
/freebsd/contrib/libyaml/docker/
H A Dubuntu-14.049 add-apt-repository ppa:git-core/ppa && \
/freebsd/contrib/libcbor/
H A DREADME.md60 sudo add-apt-repository universe
70 ### Include git repository using using CMake
74 ## Include git repository using Bazel
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A DREADME.md6 The latest version of the SPL is maintained as part of this repository.

1234567