Home
last modified time | relevance | path

Searched refs:OpenBSD (Results 1 – 25 of 2114) sorted by relevance

12345678910>>...85

/openbsd-src/usr.sbin/pkg_add/
H A DMakefile14 OpenBSD/Add.pm \
15 OpenBSD/AddCreateDelete.pm \
16 OpenBSD/AddDelete.pm \
17 OpenBSD/ArcCheck.pm \
18 OpenBSD/BaseState.pm \
19 OpenBSD/CollisionReport.pm \
20 OpenBSD/Delete.pm \
21 OpenBSD/Dependencies/SolverBase.pm \
22 OpenBSD/Dependencies.pm \
23 OpenBSD/Error.pm \
[all …]
H A Dpkg_mklocatedb20 use OpenBSD::PackageInfo;
21 use OpenBSD::PackingList;
22 use OpenBSD::Getopt;
23 use OpenBSD::Error;
24 use OpenBSD::Paths;
25 use OpenBSD::AddCreateDelete;
27 package OpenBSD::Pkgmklocatedb::State;
45 package OpenBSD::PackingElement;
49 package OpenBSD::PackingElement::Name;
55 package OpenBSD::PackingElement::ExtraInfo;
[all …]
/openbsd-src/distrib/notes/
H A Dmirrors1 dnl $OpenBSD: mirrors,v 1.120 2016/09/02 12:17:32 tb Exp $
5 https://www.OpenBSD.org/ftp.html
9 http://openbsd.org.ar/pub/OpenBSD (Buenos Aires)
10 ftp://ftp.openbsd.org.ar/pub/OpenBSD (Buenos Aires)
13 http://mirror.internode.on.net/pub/OpenBSD (Adelaide)
14 ftp://mirror.internode.on.net/pub/OpenBSD (Adelaide)
15 http://mirror.aarnet.edu.au/pub/OpenBSD (Brisbane)
16 ftp://mirror.aarnet.edu.au/pub/OpenBSD (Brisbane)
17 http://ftp.iinet.net.au/pub/OpenBSD (Perth)
18 ftp://ftp.iinet.net.au/pub/OpenBSD (Perth)
[all …]
H A DINSTALL1 dnl $OpenBSD: INSTALL,v 1.57 2023/03/16 18:04:07 miod Exp $
4 INSTALLATION NOTES for OpenBSD/MACHINE OSREV
7 What is OpenBSD?
10 OpenBSD is a fully functional, multi-platform UN*X-like Operating
12 There are several operating systems in this family, but OpenBSD
14 OpenBSD team strives to achieve what is called a "secure by default"
15 status. This means that an OpenBSD user should feel safe that their
20 ation, the OpenBSD team puts as much importance on finding and fixing
22 code. This means that an OpenBSD system will not only be more secure,
27 In addition to bug fixing, OpenBSD has integrated strong cryptography
[all …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pm20 use OpenBSD::PackageInfo;
21 use OpenBSD::Paths;
31 package OpenBSD::PackingElement;
44 OpenBSD::PackingElement::File->add($plist, $line);
174 OpenBSD::PackingElement::Fontdir->finish($state);
175 OpenBSD::PackingElement::RcScript->report($state);
188 package OpenBSD::PackingElement::Annotation;
193 package OpenBSD::PackingElement::Object;
251 package OpenBSD::PackingElement::FileObject;
289 require OpenBSD::md5;
[all …]
H A DDelete.pm20 package OpenBSD::Delete;
21 use OpenBSD::Error;
22 use OpenBSD::PackageInfo;
23 use OpenBSD::RequiredBy;
24 use OpenBSD::Paths;
29 my $p = OpenBSD::PackingList->new;
69 OpenBSD::RequiredBy->forget($dir);
70 OpenBSD::Requiring->forget($dir);
105 my $l = OpenBSD::Requiring->new($pkgname);
112 OpenBSD::RequiredBy->new($name)->delete($pkgname);
[all …]
H A DPkgAdd.pm4 # $OpenBSD: PkgAdd.pm,v 1.151 2024/12/02 22:32:57 sthen Exp $
22 use OpenBSD::AddDelete;
24 package OpenBSD::PackingList;
28 require OpenBSD::RequiredBy;
31 OpenBSD::Requiring->new($plist->pkgname)->list) {
44 OpenBSD::PackingList->from_installation($plist->pkgname,
45 \&OpenBSD::PackingList::UpdateInfoOnly)->signature;
70 package OpenBSD::PackingElement;
78 package OpenBSD::PackingElement::FileBase;
136 package OpenBSD
[all...]
H A DOldLibs.pm19 package OpenBSD::PackingElement;
43 package OpenBSD::PackingElement::Meta;
52 package OpenBSD::PackingElement::DigitalSignature;
59 package OpenBSD::PackingElement::State;
63 &OpenBSD::PackingElement::Meta::separate_element;
66 package OpenBSD::PackingElement::Depend;
69 &OpenBSD::PackingElement::separate_element;
72 package OpenBSD::PackingElement::SpecialFile;
75 &OpenBSD::PackingElement::separate_element;
78 package OpenBSD::PackingElement::FCONTENTS;
[all …]
H A DSharedItems.pm20 package OpenBSD::SharedItems;
22 use OpenBSD::Error;
23 use OpenBSD::PackageInfo;
24 use OpenBSD::PackingList;
25 use OpenBSD::Paths;
29 my $db = OpenBSD::SharedItemsRecorder->new;
33 my $plist = OpenBSD::PackingList->from_installation($e,
34 \&OpenBSD::PackingList::SharedItemsOnly) or return;
44 $set->{db} = OpenBSD::SharedItemsRecorder->new;
47 my $plist = OpenBSD::PackingList->from_installation($pkg,
[all …]
H A DAdd.pm20 package OpenBSD::Add;
21 use OpenBSD::Error;
22 use OpenBSD::PackageInfo;
23 use OpenBSD::ArcCheck;
24 use OpenBSD::Paths;
65 use OpenBSD::PackingElement;
199 my $plist = OpenBSD::PackingList->from_installation($pkgname);
205 OpenBSD::PackingElement::ManualInstallation->add($plist);
217 OpenBSD::PackingElement::Firmware->add($plist);
221 OpenBSD::PackingElement::ManualInstallation->add($plist);
[all …]
H A DPackageLocation.pm20 package OpenBSD::PackageLocation;
22 use OpenBSD::PackageInfo;
23 use OpenBSD::Temp;
24 use OpenBSD::Error;
25 use OpenBSD::Paths;
51 OpenBSD::Auto::cache(pkgname,
53 return OpenBSD::PackageName->from_string($self->name);
56 OpenBSD::Auto::cache(update_info,
68 my $result = $self->plist(\&OpenBSD::PackingList::UpdateInfoOnly);
70 my $s1 = OpenBSD::Signature->from_plist($info);
[all …]
H A DState.pm21 package OpenBSD::PackageRepositoryFactory;
34 require OpenBSD::PackageRepository::Installed;
36 return OpenBSD::PackageRepository::Installed->new($all, $self->{state});
65 require OpenBSD::PackageRepositoryList;
67 return OpenBSD::PackageRepositoryList->new($self->{state});
72 package OpenBSD::State;
73 use OpenBSD::Subst;
74 use OpenBSD::Error;
80 require OpenBSD::PackageLocator;
102 $self->{subst} = OpenBSD::Subst->new;
[all …]
H A DPkgCreate.pm21 use OpenBSD::AddCreateDelete;
22 use OpenBSD::Dependencies::SolverBase;
23 use OpenBSD::Signer;
25 package OpenBSD::PkgCreate::State;
168 package OpenBSD::PkgCreate;
170 use OpenBSD::PackingList;
171 use OpenBSD::PackageInfo;
172 use OpenBSD::Getopt;
173 use OpenBSD::Temp;
174 use OpenBSD::Error;
[all …]
H A DPackageName.pod1 $OpenBSD: PackageName.pod,v 1.1 2020/12/20 15:30:58 daniel Exp $
5 OpenBSD::PackageName - package names handling
9 use OpenBSD::PackageName;
11 $pkgname = OpenBSD::PackageName::url2pkgname($url);
13 ($stem, $version, @flavors) = OpenBSD::PackageName::splitname($pkgname);
14 $stem = OpenBSD::PackageName::splitstem($pkgname);
16 OpenBSD::PackageName::is_stem($stem) == 1;
17 OpenBSD::PackageName::is_stem($pkgname) == 0;
19 @candidates = OpenBSD::PackageName::findstem($stem, @pkgnames);
21 $h = OpenBSD::PackageName::compile_stemlist(@pkgnames);
[all …]
H A DPkgDelete.pm21 use OpenBSD::AddDelete;
24 package OpenBSD::PkgDelete::Tracker;
77 package OpenBSD::PkgDelete::State;
83 $self->{tracker} = OpenBSD::PkgDelete::Tracker->new;
102 require OpenBSD::Search;
103 my $l = $locator->match_locations(OpenBSD::Search::Stem->new($name));
105 $l = OpenBSD::Search::FilterLocation->keep_most_recent->filter_locations($l);
112 require OpenBSD::UpdateSet;
114 return OpenBSD::DeleteSet->new($self);
119 return $self->deleteset->add_older(OpenBSD::Handle->from_location($location));
[all …]
H A DUpdate.pm19 package OpenBSD::Handle;
27 package OpenBSD::hint;
34 package OpenBSD::hint2;
40 package OpenBSD::Update;
41 use OpenBSD::PackageInfo;
42 use OpenBSD::PackageName;
43 use OpenBSD::Error;
44 use OpenBSD::UpdateSet;
60 OpenBSD::Handle->from_location($location));
70 my $l = $set->match_locations(OpenBSD::Search::Exact->new($dbg));
[all …]
H A DPkgInfo.pm21 use OpenBSD::State;
23 package OpenBSD::PackingElement;
39 package OpenBSD::PackingElement::FileBase;
48 package OpenBSD::PackingElement::FileObject;
58 package OpenBSD::PkgInfo::State;
61 use OpenBSD::PackageInfo;
159 package OpenBSD::PkgInfo;
160 use OpenBSD::PackageInfo;
161 use OpenBSD::PackageName;
162 use OpenBSD::Getopt;
[all …]
H A DSearch.pm20 package OpenBSD::Search;
23 require OpenBSD::PackageLocation;
35 package OpenBSD::Search::PkgSpec;
60 require OpenBSD::PkgSpec;
80 package OpenBSD::Search::Exact;
85 package OpenBSD::Search::Stem;
95 OpenBSD::Search::FilterLocation->match_partialpath($2));
105 return OpenBSD::Search::Exact->new("$1-*-$2");
112 require OpenBSD::PackageName;
114 return $class->new(OpenBSD::PackageName::splitstem($pkgname));
[all …]
H A DPkgSpec.pm20 package OpenBSD::PkgSpec::flavorspec;
51 package OpenBSD::PkgSpec::exactflavor;
72 package OpenBSD::PkgSpec::versionspec;
105 package OpenBSD::PkgSpec::version::lt;
112 package OpenBSD::PkgSpec::version::le;
119 package OpenBSD::PkgSpec::version::gt;
126 package OpenBSD::PkgSpec::version::ge;
133 package OpenBSD::PkgSpec::version::eq;
145 package OpenBSD::PkgSpec::badspec;
172 package OpenBSD::PkgSpec::SubPattern;
[all …]
/openbsd-src/usr.bin/file/magdir/
H A DOpenBSD1 # $OpenBSD: OpenBSD,v 1.13 2007/02/27 21:07:10 miod Exp $
4 # OpenBSD: file(1) magic for OpenBSD objects
9 0 lelong 000000407 OpenBSD little-endian object file
11 0 belong 000000407 OpenBSD big-endian object file
14 0 belong&0377777777 041400413 OpenBSD/i386 demand paged
21 0 belong&0377777777 041400410 OpenBSD/i386 pure
25 0 belong&0377777777 041400407 OpenBSD/i386
32 0 belong&0377777777 041400507 OpenBSD/i386 core
35 0 belong&0377777777 041600413 OpenBSD/m68k demand paged
42 0 belong&0377777777 041600410 OpenBSD/m68k pure
[all …]
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.openbsd2 * OpenBSD-related dates to celebrate
4 * $OpenBSD: calendar.openbsd,v 1.41 2019/01/30 07:24:53 bentley Exp $
10 Jan 06 IPF gets integrated into the OpenBSD kernel, 1996
11 Jan 06 NRL IPv6 addition to OpenBSD, 1999
18 Jan 27 OpenBSD/amd64 port is added, from NetBSD, 2004
20 Jan 31 OpenBSD/cats port is added, from NetBSD, 2004
21 Feb 03 Describe the ports mechanism [in OpenBSD], 1997
25 Feb 26 OpenBSD/Amiga gets ISA bus support, 1996
26 Feb 26 bridge(4) transparent firewall added to OpenBSD, 1999
27 Feb 28 Cryptographic services framework in OpenBSD, 2000
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A Dcolumn.out_ascii63 aa OpenBSD OpenBSD OpenBSD tab-tab
64 aa OpenBSD OpenBSD Ox tab-ta
65 aa Ox OpenBSD OpenBSD ta-tab
66 aa Ox OpenBSD Ox ta-ta
67 aa Ox OpenBSD OpenBSD ta-bl/ta
68 aa OpenBSD OpenBSD Ox ta/bl-ta
69 aa OpenBSD OpenBSD OpenBSD ta/bl-bl/ta
74 OpenBSD July 11, 2019 OpenBSD
H A Dcolumn.out_markdown65 aa OpenBSD OpenBSD OpenBSD tab-tab
66 aa OpenBSD OpenBSD Ox tab-ta
67 aa Ox OpenBSD OpenBSD ta-tab
68 aa Ox OpenBSD Ox ta-ta
69 aa Ox OpenBSD OpenBSD ta-bl/ta
70 aa OpenBSD OpenBSD Ox ta/bl-ta
71 aa OpenBSD OpenBSD OpenBSD ta/bl-bl/ta
78 OpenBSD - July 11, 2019
/openbsd-src/regress/usr.sbin/pkg_add/
H A Dcheck-cfl10 use OpenBSD::PkgCfl;
11 use OpenBSD::PackingList;
12 use OpenBSD::PackingElement;
38 my $cfl = OpenBSD::PkgCfl->make_conflict_list($plist);
43 my $p1 = OpenBSD::PackingList->new;
44 OpenBSD::PackingElement::Name->add($p1, "foo-1.0");
50 my $p2 = OpenBSD::PackingList->new;
51 OpenBSD::PackingElement::Name->add($p2, "bar-2.0");
52 OpenBSD::PackingElement::NoDefaultConflict->add($p2);
56 my $p3 = OpenBSD::PackingList->new;
[all …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DInstalled.pm26 package OpenBSD::PackageRepositoryBase;
37 require OpenBSD::Paths;
39 return OpenBSD::Paths->machine_architecture;
41 return OpenBSD::Paths->os_version;
47 OpenBSD::Paths->machine_architecture);
65 require OpenBSD::PackageRepository::Cache;
68 OpenBSD::PackageRepository::Cache->new($state, $setlist);
73 my $r2 = OpenBSD::PackageRepository->parse(\$url, $state);
97 'snapshots' : OpenBSD::Paths->os_directory;
183 require OpenBSD::PackageLocation;
[all …]

12345678910>>...85