/[base]/head/etc/mtree/BSD.usr.dist
ViewVC logotype

Log of /head/etc/mtree/BSD.usr.dist

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:


Revision 367013 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 24 17:08:59 2020 UTC (3 years, 8 months ago) by freqlabs
File length: 24950 byte(s)
Diff to previous 364284
flua: Add a libjail module

libjail is pretty small, so it makes for a good proof of concept demonstrating
how a system library can be wrapped to create a loadable Lua module for flua.

* Introduce 3lua section for man pages
* Add libjail module

Reviewed by:	kevans, manpages
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D26080


Revision 364284 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 16 19:14:04 2020 UTC (3 years, 10 months ago) by dim
File length: 24883 byte(s)
Diff to previous 364182
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
release/11.x llvmorg-11.0.0-rc1-47-gff47911ddfc.

MFC after:	6 weeks


Revision 364182 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 13 00:19:05 2020 UTC (3 years, 10 months ago) by emaste
File length: 24883 byte(s)
Diff to previous 363644
flua: initial support for "require" in the base system

Use /usr not /usr/local for base system components.

Use /usr/lib/flua and /usr/share/flua (not lua) for consistency and to
avoid the possibility that other software accidentally finds our base
system modules.

Also drop the version from the path, as flua represents an unspecified
lua version that corresponds to the FreeBSD version it comes with.

LUA_USE_DLOPEN is not yet enabled because some additional changes are
needed wrt symbol visibility.

Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D24605


Revision 363644 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 28 10:58:37 2020 UTC (3 years, 11 months ago) by nyan
File length: 24835 byte(s)
Diff to previous 361607
- Cleanups related to sparc64 removal.
- Remove remains of sparc64 files.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D25831


Revision 361607 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 28 22:05:50 2020 UTC (4 years, 1 month ago) by emaste
File length: 24921 byte(s)
Diff to previous 361410
rename in-tree libevent v1 to libevent1

r316063 installed pf's embedded libevent as a private lib, with headers
in /usr/include/private/event.  Unfortunately we also have a copy of
libevent v2 included in ntp, which needed to be updated for compatibility
with OpenSSL 1.1.

As unadorned 'libevent' generally refers to libevent v2, be explicit that
this one is libevent v1.

Reviewed by:	vangyzen (earlier)
Differential Revision:	https://reviews.freebsd.org/D17275


Revision 361410 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 23 10:32:18 2020 UTC (4 years, 1 month ago) by dim
File length: 24920 byte(s)
Diff to previous 359736
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
llvmorg-10.0.1-rc1-0-gf79cd71e145 (aka 10.0.1 rc1).

MFC after:	3 weeks


Revision 359736 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 9 05:11:18 2020 UTC (4 years, 2 months ago) by delphij
File length: 24920 byte(s)
Diff to previous 359335
Always install backward compatibility timezones, as they are installed
on all major Linux distributions as well as NetBSD and OpenBSD.

Remove the undocumented ZONEINFO_OLD_TIMEZONES_SUPPORT and the deprecated
OLDTIMEZONES knobs as they are now the default.

Reviewed by:		ngie, rgrimes
MFC after:		2 weeks
Differential Revision:	https://reviews.freebsd.org/D24306


Revision 359335 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 26 17:34:17 2020 UTC (4 years, 3 months ago) by brooks
File length: 24755 byte(s)
Diff to previous 359260
Install expected kyua docs.

The "kyua about" command assumes these files exist causing tests
supplied devel/kyua to fail.

Fix a bug defining the default KYUA_DOCDIR so the installed files can be
found.

Reported by:	jenkins tests
Reviewed by:	lwhsu
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24187


Revision 359260 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 23 19:01:23 2020 UTC (4 years, 3 months ago) by brooks
File length: 24723 byte(s)
Diff to previous 358851
Import the kyua test framework.

Having kyua in the base system will simplify automated testing in CI and
eliminates bootstrapping issues on new platforms.

The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT.

Reviewed by:	emaste
Obtained from:	CheriBSD
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24103


Revision 358851 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 10 18:17:17 2020 UTC (4 years, 3 months ago) by dim
File length: 24602 byte(s)
Diff to previous 357264
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
10.0.0-rc3 c290cb61fdc.

Release notes for llvm, clang, lld and libc++ 10.0.0 will become
available here:

https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html
https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/10.0.0/tools/lld/docs/ReleaseNotes.html
https://releases.llvm.org/10.0.0/projects/libcxx/docs/ReleaseNotes.html

PR:		244251
MFC after:	6 weeks


Revision 357264 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 29 18:47:08 2020 UTC (4 years, 5 months ago) by kevans
File length: 24452 byte(s)
Diff to previous 356963
pkgbase: fix caroot packaging and add post-install script

The original intention for caroot was to be packaged separately, perhaps so
that users can have a more/less conservative upgrade policy for this
separated from the rest of base.

secure/caroot/Makefile doesn't have anything interesting to package, but its
subdirectories might. Move the PACKAGE= to Makefile.inc so both blacklisted
and trusted get packaged consistently into the correct one rather than the
default -utilities. Also tag the directories for package=caroot, as they
could also be empty; blacklisted is empty by default, but trusted is not.

Add a post-install script to do certctl rehash, along with a note should we
eventually come up with a way to detect that files have been added or
removed that requires a rehash.

-caroot gets a dependency on -utilities, as that's where we provide certctl
at the moment. We can perhaps reconsider this and put certctl into this
package in the future, but there are some bits within -utilities that
unconditionally invoke certctl so let's hold off for now.

Reviewed by:	manu (earlier version, before -utilities dep added)
Differential Revision:	https://reviews.freebsd.org/D23352


Revision 356963 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 22 01:15:57 2020 UTC (4 years, 5 months ago) by jkim
File length: 24412 byte(s)
Diff to previous 356004
Install man5 and man7 for OpenSSL.

Note config.5 and crypto.7 are not installed because we have conflicts.

Requested by:	phk
MFC after:	1 month


Revision 356004 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 22 11:50:44 2019 UTC (4 years, 6 months ago) by dim
File length: 24332 byte(s)
Diff to previous 353358
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
9.0.1 final release c1a0a213378a458fbea1a5c77b315c7dce08fd05.

Release notes for llvm, clang, lld and libc++ 9.0.1 will become
available here:

https://releases.llvm.org/9.0.1/docs/ReleaseNotes.html
https://releases.llvm.org/9.0.1/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/9.0.1/tools/lld/docs/ReleaseNotes.html
https://releases.llvm.org/9.0.1/projects/libcxx/docs/ReleaseNotes.html

PR:		240629
MFC after:	1 month


Revision 353358 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 17:06:56 2019 UTC (4 years, 8 months ago) by dim
File length: 24332 byte(s)
Diff to previous 352948
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
9.0.0 final release r372316.

Release notes for llvm, clang, lld and libc++ 9.0.0 are available here:

https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html
https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html
https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html

PR:		240629
MFC after:	1 month


Revision 352948 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 2 01:05:29 2019 UTC (4 years, 9 months ago) by kevans
File length: 24160 byte(s)
Diff to previous 351781
[1/3] Initial infrastructure for SSL root bundle in base

This setup will add the trusted certificates from the Mozilla NSS bundle
to base.

This commit includes:
- CAROOT option to opt out of installation of certs
- mtree amendments for final destinations
- infrastructure to fetch/update certs, along with instructions

A follow-up commit will add a certctl(8) utility to give the user control
over trust specifics. Another follow-up commit will actually commit the
initial result of updatecerts.

This work was done primarily by allanjude@, with minor contributions by
myself.

No objection from:	secteam
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D16856


Revision 351781 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 3 19:42:04 2019 UTC (4 years, 10 months ago) by kmoore
File length: 24061 byte(s)
Diff to previous 349004
- Retire pc-sysinstall(8)

https://reviews.freebsd.org/D21094

Submitted by: kmoore@FreeBSD.org
Approved by: imp@FreeBSD.org


Revision 349004 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 21:10:37 2019 UTC (5 years ago) by dim
File length: 24364 byte(s)
Diff to previous 346682
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++,
libunwind and openmp to the upstream release_80 branch r363030
(effectively, 8.0.1 rc2).  The 8.0.1 release should follow this within a
week or so.

MFC after:	2 weeks


Revision 346682 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 16:45:24 2019 UTC (5 years, 2 months ago) by manu
File length: 24364 byte(s)
Diff to previous 345203
mtree: Add more runtime package tag

When using pkgbase those empty directories aren't packaged otherwise.

Reviewed by:	bapt
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D20056


Revision 345203 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 15 21:43:52 2019 UTC (5 years, 3 months ago) by ngie
File length: 24322 byte(s)
Diff to previous 344779
Initial googlemock/googletest integration into the build/FreeBSD test suite

This initial integration takes googlemock/googletest release 1.8.1, integrates
the library, tests, and sample unit tests into the build.

googlemock/googletest's inclusion is optionally available via `MK_GOOGLETEST`.
`MK_GOOGLETEST` is dependent on `MK_TESTS` and is enabled by default when
built with a C++11 capable toolchain.

Google tests can be specified via the `GTESTS` variable, which, in comparison
with the other test drivers, is more simplified/streamlined, as Googletest only
supports C++ tests; not raw C or shell tests (C tests can be written in C++
using the standard embedding methods).

No dependent libraries are assumed for the tests. One must specify `gmock`,
`gmock_main`, `gtest`, or `gtest_main`, via `LIBADD` for the program.

More information about googlemock and googletest can be found on the
Googletest [project page](https://github.com/google/googletest), and the
[GoogleMock](https://github.com/google/googletest/blob/v1.8.x/googlemock/docs/Documentation.md)
and
[GoogleTest](https://github.com/google/googletest/tree/v1.8.x/googletest/docs)
docs.

These tests are originally integrated into the build as plain driver tests, but
will be natively integrated into Kyua in a later version.

Known issues/Errata:
* [WhenDynamicCastToTest.AmbiguousCast fails on FreeBSD](https://github.com/google/googletest/issues/2172)

Reviewed by:	asomers
Approved by:	emaste (mentor)
MFC after:	2 months
Differential Revision: https://reviews.freebsd.org/D19551


Revision 344779 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 4 19:39:59 2019 UTC (5 years, 4 months ago) by dim
File length: 24068 byte(s)
Diff to previous 342242
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
the upstream release_80 branch r355313 (effectively, 8.0.0 rc3).  The
release will follow very soon, but no more functional changes are
expected.

Release notes for llvm, clang and lld 8.0.0 will soon be available here:
<https://releases.llvm.org/8.0.0/docs/ReleaseNotes.html>
<https://releases.llvm.org/8.0.0/tools/clang/docs/ReleaseNotes.html>
<https://releases.llvm.org/8.0.0/tools/lld/docs/ReleaseNotes.html>

PR:		236062
Relnotes:	yes
MFC after:	1 month


Revision 342242 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 19 21:56:54 2018 UTC (5 years, 6 months ago) by mjg
File length: 24068 byte(s)
Diff to previous 341825
Remove iBCS2, part1: userspace

iBCS2 was disconnected from the build in 2015 (see r291419)

bsdconfig parts submitted by dteske.

Reviewed by:	kib (previous version)
Sponsored by:	The FreeBSD Foundation


Revision 341825 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 19:05:28 2018 UTC (5 years, 6 months ago) by dim
File length: 24101 byte(s)
Diff to previous 340992
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
the upstream release_70 branch r348686 (effectively, 7.0.1 rc3).  The
release will follow very soon, but no more functional changes are
expected.

Release notes for llvm, clang and lld 7.0.0 are available here:
<http://releases.llvm.org/7.0.0/docs/ReleaseNotes.html>
<http://releases.llvm.org/7.0.0/tools/clang/docs/ReleaseNotes.html>
<http://releases.llvm.org/7.0.0/tools/lld/docs/ReleaseNotes.html>

PR:		230240, 230355
Relnotes:	yes
MFC after:	2 months


Revision 340992 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 26 19:39:49 2018 UTC (5 years, 7 months ago) by yuripv
File length: 24101 byte(s)
Diff to previous 336080
Add ga_IE.UTF-8 locale.

PR:		228587
Submitted by:	Micil <micheal.maclochlainn@oegaillimh.ie> (LC_TIME)
Reviewed by:	bapt
Approved by:	kib (mentor, implicit)
MFC after:	3 days
Differential revision:	https://reviews.freebsd.org/D17997


Revision 336080 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 8 01:29:48 2018 UTC (5 years, 11 months ago) by ian
File length: 24062 byte(s)
Diff to previous 335819
Create an aarch64 subdir under man4, now that we have aarch64 manpages.

Reported by:	Mark Millard


Revision 335819 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 30 15:03:22 2018 UTC (6 years ago) by dim
File length: 24019 byte(s)
Diff to previous 330559
More follow-up to r335799 (llvm/clang 6.0.1 update), where I forgot to
update mtree files, ObsoleteFiles and a number of other paths.  Sorry
about all the breakage.

Pointy hat to:	me
MFC after:	2 weeks
X-MFC-With:	r335799


Revision 330559 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 6 23:44:19 2018 UTC (6 years, 3 months ago) by dteske
File length: 24019 byte(s)
Diff to previous 327952
Introduce dwatch(1) as a tool for making DTrace more useful

Reviewed by:	markj, gnn, bdrewery (earlier version)
Relnotes:	yes
Sponsored by:	Smule, Inc.
Differential Revision:	https://reviews.freebsd.org/D10006


Revision 327952 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 14 00:08:34 2018 UTC (6 years, 5 months ago) by dim
File length: 23959 byte(s)
Diff to previous 326496
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
6.0.0 (branches/release_60 r321788).  Upstream has branched for the
6.0.0 release, which should be in about 6 weeks.  Please report bugs and
regressions, so we can get them into the release.

Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.

MFC after:	3 months


Revision 326496 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 3 12:14:34 2017 UTC (6 years, 7 months ago) by dim
File length: 23959 byte(s)
Diff to previous 325893
Upgrade our copies of clang, llvm, lldb and libc++ to r319231 from the
upstream release_50 branch.  This corresponds to 5.0.1 rc2.

MFC after:	2 weeks


Revision 325893 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 16 14:37:18 2017 UTC (6 years, 7 months ago) by kib
File length: 23959 byte(s)
Diff to previous 324001
Remove xlint(1).

xlint is currently a fossil.  We have much more useful and alive tools
to do now what xlint did twenty years ago.

I did not cleared some stuff which makes lint operational, in
sys/x86/include and sys/sys, but I might do it as followup.  The
x86/include/ucontext.h and _types.h hacks made to please lint was the
main reason for my initial proposal to classify xlint as obsolete and
to remove it.

Also I do not intend to clear sccs ids.

Reviewed by:	bapt, brooks, emaste, jhb, pfg
Sponsored by:	The FreeBSD Foundation
Differential revision:	https://reviews.freebsd.org/D13015


Revision 324001 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 26 05:43:55 2017 UTC (6 years, 9 months ago) by bapt
File length: 23983 byte(s)
Diff to previous 323996
Remove unneeded locales and alias man directories

In base, locales (and encoding) specific directories are not used
by any tool. Just remove them.

While here also remove the cat page directory for openssl


Revision 323996 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 25 21:23:49 2017 UTC (6 years, 9 months ago) by bapt
File length: 24497 byte(s)
Diff to previous 321369
Remove the cat pages directory now that catman(1) is gone


Revision 321369 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 11:08:25 2017 UTC (6 years, 11 months ago) by dim
File length: 27436 byte(s)
Diff to previous 319673
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
5.0.0 (trunk r308421).  Upstream has branched for the 5.0.0 release,
which should be in about a month.  Please report bugs and regressions,
so we can get them into the release.

Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.

MFC after:	2 months


Revision 319673 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 8 01:41:20 2017 UTC (7 years ago) by bapt
File length: 27436 byte(s)
Diff to previous 317383
Remove directories for the roff documentations which is built and installed
anymore

Reported by:	trasz


Revision 317383 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 24 21:21:49 2017 UTC (7 years, 2 months ago) by brooks
File length: 29449 byte(s)
Diff to previous 317204
Remove the NATM framework including the en(4), fatm(4), hatm(4), and
patm(4) devices.

Maintaining an address family and framework has real costs when we make
infrastructure improvements.  In the case of NATM we support no devices
manufactured in the last 20 years and some will not even work in modern
motherboards (some newer devices that patm(4) could be updated to
support apparently exist, but we do not currently have support).

With this change, support remains for some netgraph modules that don't
require NATM support code. It is unclear if all these should remain,
though ng_atmllc certainly stands alone.

Note well: FreeBSD 11 supports NATM and will continue to do so until at
least September 30, 2021.  Improvements to the code in FreeBSD 11 are
certainly welcome.

Reviewed by:	philip
Approved by:	harti


Revision 317204 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 20 18:21:50 2017 UTC (7 years, 2 months ago) by bapt
File length: 29480 byte(s)
Diff to previous 316978
Readd Big5: some large databases setup are still requiring it.

Reported by:	"張君天(Chun-Tien Chang)" <tcs@kitty.2y.idv.tw>


Revision 316978 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 15 20:05:22 2017 UTC (7 years, 2 months ago) by bapt
File length: 29442 byte(s)
Diff to previous 316063
Import zstandard 1.1.4 in base

zstandard is a new compression library/tool which is very fast at
compression/decompression

For now import as a private library


Revision 316063 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 27 22:34:43 2017 UTC (7 years, 3 months ago) by adrian
File length: 29410 byte(s)
Diff to previous 315570
[private] add libevent1 and sqlite3 include files for our private libraries.

This, like including ucl private headers, is useful for writing new base
system tools.  Yes, anyone using these libraries shouldn't assume ABI
compatibility.

Reviewed by:	bdrewery, bapt
Differential Revision:	https://reviews.freebsd.org/D10123


Revision 315570 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 19 18:03:52 2017 UTC (7 years, 3 months ago) by bapt
File length: 29342 byte(s)
Diff to previous 315568
Remove empty Big5 directory from share/nls


Revision 315568 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 19 17:52:46 2017 UTC (7 years, 3 months ago) by bapt
File length: 29423 byte(s)
Diff to previous 314902
Remove zh_TW.Big5 locale

After discussion with many Taiwanese, in IT or not. Big5 is not used anymore.
It is not able to represent lots of the characters used in the language.


Revision 314902 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 8 08:52:15 2017 UTC (7 years, 3 months ago) by bapt
File length: 29461 byte(s)
Diff to previous 314564
texinfo is gone in r276551 remove the related directories

Reported by:	jbeich


Revision 314564 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 2 20:49:40 2017 UTC (7 years, 4 months ago) by dim
File length: 29485 byte(s)
Diff to previous 310194
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
4.0.0 (branches/release_40 296509).  The release will follow soon.

Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.

Also note that as of 4.0.0, lld should be able to link the base system
on amd64 and aarch64.  See the WITH_LLD_IS_LLD setting in src.conf(5).
Though please be aware that this is work in progress.

Release notes for llvm, clang and lld will be available here:
<http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html>
<http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html>
<http://releases.llvm.org/4.0.0/tools/lld/docs/ReleaseNotes.html>

Thanks to Ed Maste, Jan Beich, Antoine Brodin and Eric Fiselier for
their help.

Relnotes:	yes
Exp-run:	antoine
PR:		215969, 216008
MFC after:	1 month


Revision 310194 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 22:34:19 2016 UTC (7 years, 6 months ago) by dim
File length: 29485 byte(s)
Diff to previous 309124
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
3.9.1 release.

Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.

Release notes for llvm, clang and lld will be available here:
<http://releases.llvm.org/3.9.1/docs/ReleaseNotes.html>
<http://releases.llvm.org/3.9.1/tools/clang/docs/ReleaseNotes.html>
<http://releases.llvm.org/3.9.1/tools/lld/docs/ReleaseNotes.html>

Relnotes:	yes
MFC after:	2 weeks
X-MFC-with:	r309124


Revision 309124 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 22:54:55 2016 UTC (7 years, 7 months ago) by dim
File length: 29485 byte(s)
Diff to previous 307351
Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
release, and add lld 3.9.0.  Also completely revamp the build system for
clang, llvm, lldb and their related tools.

Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.

Release notes for llvm, clang and lld are available here:
<http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.9.0/tools/lld/docs/ReleaseNotes.html>

Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan
Beich for their help.

Relnotes:	yes
MFC after:	1 month


Revision 307351 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 15 12:07:37 2016 UTC (7 years, 8 months ago) by bapt
File length: 29485 byte(s)
Diff to previous 302329
Remove GNU rcs from base.

GNU rcs is still available as a package:
- rcs: Latest GPLv3 GNU rcs version.
- rcs57: Copy of the latest version of GNU rcs (GPLv2) from base.

Relnotes:	yes


Revision 302329 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 3 18:21:11 2016 UTC (8 years ago) by bapt
File length: 29527 byte(s)
Diff to previous 301479
Posixify the locales name for variants

For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @<variant> to the others
  respecting POSIX

As a result:
- All the 3 components locales added recently are renamed to the usual 2
  components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
  version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
  changes

Discussed with:	ache@
Approved by:	re@ (gjb)


Revision 301479 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 6 02:43:41 2016 UTC (8 years ago) by araujo
File length: 29903 byte(s)
Diff to previous 300256
Install/Connect ypldap.conf(5) on examples.


Revision 300256 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 20 01:38:31 2016 UTC (8 years, 1 month ago) by gnn
File length: 29869 byte(s)
Diff to previous 298130
Remove DTrace tooklkit from the mtree and add the files to remove
to the ObsoleteFiles list.

Sponsored by:	DARPA, AFRL


Revision 298130 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 16 20:42:51 2016 UTC (8 years, 2 months ago) by bapt
File length: 29904 byte(s)
Diff to previous 296889
Remove Big5HKSCS entries from mtree

Reported by:	ache


Revision 296889 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 15 04:42:37 2016 UTC (8 years, 3 months ago) by imp
File length: 29995 byte(s)
Diff to previous 296417
Just install ar5523.bin into /usr/share/firmware and stop compiling it
in.

Differential Review: https://reviews.freebsd.org/D5639


Revision 296417 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 5 20:24:31 2016 UTC (8 years, 3 months ago) by dim
File length: 29967 byte(s)
Diff to previous 294113
Upgrade our copies of clang, llvm, lldb and compiler-rt to 3.8.0
release.

Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.

Release notes for llvm and clang will soon be available here:
<http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html>

Thanks to Ed Maste, Roman Divacky, Davide Italiano and Antoine Brodin
for their help.

Relnotes:	yes


Revision 294113 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 15 23:28:12 2016 UTC (8 years, 5 months ago) by bapt
File length: 29967 byte(s)
Diff to previous 292735
Update mandoc to 20160116


Revision 292735 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 25 21:39:45 2015 UTC (8 years, 6 months ago) by dim
File length: 29993 byte(s)
Diff to previous 292480
Upgrade our copies of clang and llvm to 3.7.1 release.  This is a
bugfix-only release, with no new features.

Please note that from 3.5.0 onwards, clang and llvm require C++11
support to build; see UPDATING for more information.


Revision 292480 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 19 23:02:18 2015 UTC (8 years, 6 months ago) by ngie
File length: 29993 byte(s)
Diff to previous 291455
Fix whitespace issues in BSD.usr.dist introduced in r291455

Sponsored by: EMC / Isilon Storage Division


Revision 291455 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 29 16:28:40 2015 UTC (8 years, 7 months ago) by dim
File length: 29959 byte(s)
Diff to previous 290928
Install the public sanitizer headers.  These are useful for programs
that want to directly interface with sanitizer internals.


Revision 290928 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 16 12:58:47 2015 UTC (8 years, 7 months ago) by bapt
File length: 29940 byte(s)
Diff to previous 290866
Bring back a couple of ISO8859-15 locales:
- af_ZA.ISO8859-15
- en_AU.ISO8859-15
- en_CA.ISO8859-15
- en_NZ.ISO8859-15
- en_US.ISO8859-15
- fr_CA.ISO8859-15


Revision 290866 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 15 14:51:10 2015 UTC (8 years, 7 months ago) by bapt
File length: 29632 byte(s)
Diff to previous 290859
Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15

Requested by:	arche


Revision 290859 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 15 12:44:31 2015 UTC (8 years, 7 months ago) by bapt
File length: 28773 byte(s)
Diff to previous 290772
Rework locale-links to not make symlinks on directories but symlinks on files

The goal here is to make the upgrade seamless for users
Add aliases for zh_HK
Remove bad symlinks created by previous bad upgrade procedure.
Complete ObsoleteFiles.inc with more locales that have been removed


Revision 290772 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 13 17:25:20 2015 UTC (8 years, 7 months ago) by brd
File length: 28418 byte(s)
Diff to previous 290494
Fix a few files that where being incorrectly installed as one file.  This was caused by the nvi upgrade fallout in r281994.  So add the missing directories back to the mtree and add distrib-cleanup target to retroactively remove the files that should have been directories.

Reviewed by:	bdrewery
Approved by:	bdrewery


Revision 290494 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 7 12:43:35 2015 UTC (8 years, 7 months ago) by bapt
File length: 28246 byte(s)
Diff to previous 289662
Improve collation string and locales support

Merge collation support from Illumos and DragonflyBSD.

Locales are now generated with the new localedef(1) tool from CLDR POSIX files.
The generated files are now identified as "BSD 1.0" format.

The libc now only read "BSD 1.0" locales definitions, all other version will be
set to "C"
The localedef(1) tool has been imported from Illumos and modified to use tree(3)
instead of the CDDL avl(3)
A set of tool created by edwin@ and extended by marino@ for dragonfly has been
added to be able to generate locales and the Makefiles from the vanilla CLDR
unicode databases + a universal UTF-8 charmap (by marino@)
Update the locales to unicode v27
Given our regex(3) does not support multibyte (yet) it has been forced to always
use locale C
Remove now unused colldef(1) and mklocale(1)
Finish implementing the numeric BSD extension for ctypes
The number of supported locales has grown from 175 to 250 locales. Among the new
locales: 6 Arabic locales (AE EG JO MA QA SA), Different variations of spanish
locales.
Added new 3 components locales for mn_Cyrl_MN, sr_Cyrl_RS sr_Latn_RS,
zh_Hans_CN, zh_Hant_HK and zh_Hant_TW. Some aliases has been for 2 components
version when possible.

Thanks: Garrett D'Amore (Illumos) who made sure all his work was done under
BSD license!, Edwin Groothuis (edwin@) for the work he made on tools to be able
to generate locales definition usable in freebsd sources out of vanilla CLDR
definitions, John Marino (DragonflyBSD) who first merge the Illumos work into
Dragonfly and spent hours tracking down bugs.


Revision 289662 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 20 20:35:34 2015 UTC (8 years, 8 months ago) by jmmv
File length: 28964 byte(s)
Diff to previous 289399
Handle lib32 files during delete-old* when MK_LIB32=no.

Extend OptionalObsoleteFiles.inc to delete all lib32 files when MK_LIB32 is
set to no on a system that previously had lib32 libraries installed.

Also, to prevent "make delete-old-dirs" from always deleting lib32 directories
after an installworld, move the lib32 subtree to its own mtree file that only
gets applied when MK_LIB32=yes.

Test: Ran "make delete-old" and "make delete-old-libs" on a system that never
had MK_LIB32 enabled, and on a system where MK_LIB32 was enabled and later
disabled.  Did this both on amd64 and powerpc64.

Test: Ran "make tinderbox" without errors.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D3923


Revision 289399 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 16 00:38:05 2015 UTC (8 years, 8 months ago) by bdrewery
File length: 29031 byte(s)
Diff to previous 289398
Rename the /usr/share/doc/legal files to driver.LICENSE to work around
bug of installing 'realtek' and 'intel_iwn' as files rather then as
a 'LICENSE' file in their directories.

Also add obsolete entries for the older names and names that existed in head
for a period of time.

Suggested by:	jmg
X-MFC-With:	r289391
MFC after:	3 weeks
Sponsored by:	EMC / Isilon Storage Division


Revision 289398 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 15 23:49:05 2015 UTC (8 years, 8 months ago) by bdrewery
File length: 29254 byte(s)
Diff to previous 289395
Sort new entry intel_iwn.

Submitted by:	ngie
MFC after:	3 weeks
X-MFC-With:	r289391
Sponsored by:	EMC / Isilon Storage Division


Revision 289395 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 15 23:45:00 2015 UTC (8 years, 8 months ago) by bdrewery
File length: 29254 byte(s)
Diff to previous 289394
Add missing /usr/share/doc/legal/realtek/ for share/doc/legal/realtek,
exposed by r289391.

MFC after:	3 weeks
X-MFC-With:	289391
Sponsored by:	EMC / Isilon Storage Division


Revision 289394 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 15 23:41:47 2015 UTC (8 years, 8 months ago) by bdrewery
File length: 29211 byte(s)
Diff to previous 288943
Add missing directory for /usr/share/doc/legal/intel_iwn/ used by
share/doc/legal/intel_iwn.  Exposed by r289391.

MFC after:	3 weeks
X-MFC-With:	289391
Sponsored by:	EMC / Isilon Storage Division


Revision 288943 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 6 17:53:29 2015 UTC (8 years, 8 months ago) by dim
File length: 29166 byte(s)
Diff to previous 287111
Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.7.0
release.

Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.

Release notes for llvm and clang can be found here:
<http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.7.0/tools/clang/docs/ReleaseNotes.html>

Thanks to Ed Maste, Andrew Turner and Antoine Brodin for their help.

Exp-run:	antoine
Relnotes:	yes


Revision 287111 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 24 16:26:20 2015 UTC (8 years, 10 months ago) by marcel
File length: 29166 byte(s)
Diff to previous 286528
Upgrade libxo to 0.4.5.

Local changes incorporated by 0.4.5: r284340
Local changes retained: r276260, r282117

Obtained from:	https://github.com/Juniper/libxo


Revision 286528 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 9 14:46:18 2015 UTC (8 years, 10 months ago) by bapt
File length: 29106 byte(s)
Diff to previous 286527
Properly sort


Revision 286527 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 9 14:45:29 2015 UTC (8 years, 10 months ago) by bapt
File length: 29106 byte(s)
Diff to previous 283526
Add missing entry

Reported by:	antroine


Revision 283526 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 25 13:43:03 2015 UTC (9 years, 1 month ago) by dim
File length: 29062 byte(s)
Diff to previous 282420
Upgrade our copy of clang and llvm to 3.6.1 release.

This release contains the following cherry-picked revisions from
upstream trunk:

  226124 226151 226164 226165 226166 226407 226408 226409 226652
  226905 226983 227084 227087 227089 227208 227209 227210 227211
  227212 227213 227214 227269 227430 227482 227503 227519 227574
  227822 227986 227987 227988 227989 227990 228037 228038 228039
  228040 228188 228189 228190 228273 228372 228373 228374 228403
  228765 228848 228918 229223 229225 229226 229227 229228 229230
  229234 229235 229236 229238 229239 229413 229507 229680 229750
  229751 229752 229911 230146 230147 230235 230253 230255 230469
  230500 230564 230603 230657 230742 230748 230956 231219 231237
  231245 231259 231280 231451 231563 231601 231658 231659 231662
  231984 231986 232046 232085 232142 232176 232179 232189 232382
  232386 232389 232425 232438 232443 232675 232786 232797 232943
  232957 233075 233080 233351 233353 233409 233410 233508 233584
  233819 233904 234629 234636 234891 234975 234977 235524 235641
  235662 235931 236099 236306 236307

Please note that from 3.5.0 onwards, clang and llvm require C++11
support to build; see UPDATING for more information.


Revision 282420 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 4 16:28:54 2015 UTC (9 years, 2 months ago) by bapt
File length: 29062 byte(s)
Diff to previous 281405
Rework PRIVATELIB

Now when a lib is marked as PRIVATELIB it is renamed into libprivate$foo instead
of being installed in /usr/lib/private and playing with rpath.

Also allow to install headers for PRIVATELIBS in that case the headers will be
installed in /usr/include/private/$foo

Keep the headers under a private namespace to prevent third party build system
to easily find them to ensure they are only used on purpose.

This allows for non base applications to statically link against a library in
base which is linked to a privatelib

Treating PRIVATELIBS as regular libraries allows to push them into our current
compatX packages if needed.

While here finish promotion of libevent as PRIVATELIB
Install header for bsdstat and libucl

Differential Revision:	https://reviews.freebsd.org/D2365
Reviewed by:	brooks, des
Discussed with:	imp


Revision 281405 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 11 05:38:07 2015 UTC (9 years, 2 months ago) by jkim
File length: 29023 byte(s)
Diff to previous 280849
Catch up with r281373 and r281379.


Revision 280849 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 30 13:30:15 2015 UTC (9 years, 3 months ago) by cy
File length: 29195 byte(s)
Diff to previous 280031
MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)

Thanks to roberto for providing pointers to wedge this into HEAD.

Approved by:	roberto


Revision 280031 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 15 13:31:13 2015 UTC (9 years, 3 months ago) by dim
File length: 28888 byte(s)
Diff to previous 279529
Upgrade our copy of clang, llvm and lldb to 3.6.0 release.

Please note that from 3.5.0 onwards, clang/llvm/lldb require C++11
support to build; see UPDATING for more information.

Release notes for llvm and clang can be found here:
<http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.6.0/tools/clang/docs/ReleaseNotes.html>

Thanks to Ed Maste for the lldb part of this upgrade.

Exp-run:	antoine


Revision 279529 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 2 17:24:04 2015 UTC (9 years, 4 months ago) by bapt
File length: 28845 byte(s)
Diff to previous 279317
Install manpage version of texinfo documentation for binutils


Revision 279317 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 26 09:31:25 2015 UTC (9 years, 4 months ago) by trasz
File length: 28881 byte(s)
Diff to previous 278616
Add key/cert generation script for uefisign(8).

(Forgot about Relnotes in the commit that added uefisign(8), so set it here.)

MFC after:	1 month
Relnotes:	yes
Sponsored by:	The FreeBSD Foundation


Revision 278616 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 12 05:35:00 2015 UTC (9 years, 4 months ago) by cperciva
File length: 28845 byte(s)
Diff to previous 277320
Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;
update paths; and include everything in the "base" distribution.

The "games" distribution being optional made sense when there were more
games and we had small disks; but the "games-like" games were moved into
the ports tree a dozen years ago and the remaining "utility-like" games
occupy less than 0.001% of my laptop's small hard drive.  Meanwhile every
new user is confronted by the question "do you want games installed" when
they they try to install FreeBSD.

The next steps will be:

2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and
caesar cipher (caesar, rot13) utilities.  I intend to keep fortune, factor,
morse, number, primes, and random, since there is evidence that those are
still being used.

3. Merging src/games into src/usr.bin.

This change will not be MFCed.

Reviewed by:	jmg
Discussed at:	EuroBSDCon
Approved by:	gjb (release-affecting changes)


Revision 277320 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 18 14:14:47 2015 UTC (9 years, 5 months ago) by dim
File length: 28862 byte(s)
Diff to previous 277146
Upgrade our copy of clang and llvm to 3.5.1 release.  This is a bugfix
only release, no new features have been added.

Please note that this version requires C++11 support to build; see
UPDATING for more information.

Release notes for llvm and clang can be found here:
<http://llvm.org/releases/3.5.1/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.5.1/tools/clang/docs/ReleaseNotes.html>

MFC after:	1 month
X-MFC-With:	276479


Revision 277146 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 13 19:54:47 2015 UTC (9 years, 5 months ago) by dim
File length: 28862 byte(s)
Diff to previous 276651
Connect libclang_rt to the build, for specific architectures.  This
contains the libraries for Address Sanitizer (asan), Undefined Behavior
Sanitizer (ubsan) and Profile Guided Optimization.

ASan is a fast memory error detector. It can detect the following types
of bugs:

    Out-of-bounds accesses to heap, stack and globals
    Use-after-free
    Use-after-return (to some extent)
    Double-free, invalid free
    Memory leaks (experimental)

Typical slowdown introduced by AddressSanitizer is 2x.

UBSan is a fast and compatible undefined behavior checker. It enables a
number of undefined behavior checks that have small runtime cost and no
impact on address space layout or ABI.

PLEASE NOTE: the sanitizers still have some rough edges on FreeBSD,
particularly on i386.  These will hopefully be smoothed out in the
coming time.

Differential Revision: https://reviews.freebsd.org/D1505


Revision 276651 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 4 00:58:30 2015 UTC (9 years, 6 months ago) by bapt
File length: 28714 byte(s)
Diff to previous 275907
Add pregenerated documentation for as(1) and ld(1)


Revision 275907 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 18:16:00 2014 UTC (9 years, 6 months ago) by ngie
File length: 28678 byte(s)
Diff to previous 271493
Fix building/installing tests when TESTSBASE != /usr/tests

The work in r258233 hardcoded the assumption that tests was the last component
of the tests tree by pushing tests as an explicit prefix for the paths in
BSD.tests.dist and /usr was the prefix for all tests, per BSD.usr.dist and all
of the mtree calls used in Makefile.inc1. This assumption breaks if/when one
provides a custom TESTSBASE "prefix", e.g. TESTSBASE=/mytests .

One thing that r258233 did properly though was remove "/usr/tests" creation
from BSD.usr.dist -- that should have not been there in the first place. That
was an "oops" on my part for the work that was originally committed in r241823

MFC after: 2 weeks
Phabric: D1301
Reviewed by: imp
Sponsored by: EMC / Isilon Storage Division


Revision 271493 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 13 02:15:31 2014 UTC (9 years, 9 months ago) by delphij
File length: 28587 byte(s)
Diff to previous 267867
Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,
many thanks for their continued support of FreeBSD.

While I'm there, also implement a new build knob, WITHOUT_HYPERV to
disable building and installing of the HyperV utilities when necessary.

The HyperV utilities are only built for i386 and amd64 targets.

This is a stable/10 candidate for inclusion with 10.1-RELEASE.

Submitted by:	Wei Hu <weh microsoft com>
MFC after:	1 week


Revision 267867 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 25 12:32:41 2014 UTC (10 years ago) by gavin
File length: 28561 byte(s)
Diff to previous 267124
Remove example cvsup config files.

MFC after:	1 week


Revision 267124 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 5 18:53:56 2014 UTC (10 years, 1 month ago) by emaste
File length: 28594 byte(s)
Diff to previous 266902
Install VT support files

They can be disabled by setting WITHOUT_VT_SUPPORT=yes in src.conf.

Sponsored by:	The FreeBSD Foundation


Revision 266902 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 30 19:45:21 2014 UTC (10 years, 1 month ago) by emaste
File length: 28504 byte(s)
Diff to previous 262976
Add missing libexec/bsdconfig subdirectories


Revision 262976 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 10 14:36:27 2014 UTC (10 years, 3 months ago) by bapt
File length: 28425 byte(s)
Diff to previous 258233
Add a mailer.conf example to use dma


Revision 258233 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 16 19:42:40 2013 UTC (10 years, 7 months ago) by jmmv
File length: 28394 byte(s)
Diff to previous 257344
Move all atf directories to the tests mtree.

This is to ensure that test-related directories don't get needlessly
created (and later deleted) when MK_TESTS=no.

Problem found by jhb@.

Approved by:	rpaulo (mentor)


Revision 257344 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 29 15:07:54 2013 UTC (10 years, 8 months ago) by bdrewery
File length: 28465 byte(s)
Diff to previous 257077
Move /etc/keys to /usr/share/keys where users are less likely to modify them.

Requested by:	secteam (cperciva, des)
Approved by:	bapt


Revision 257077 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 24 21:58:14 2013 UTC (10 years, 8 months ago) by zont
File length: 28324 byte(s)
Diff to previous 256769
Cleanup empty directories

PR:	conf/167133


Revision 256769 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 10:00:51 2013 UTC (10 years, 8 months ago) by des
File length: 28402 byte(s)
Diff to previous 256365
Last few remnants of BIND (hopefully...)

MFC after:	3 days


Revision 256365 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 12 06:06:53 2013 UTC (10 years, 8 months ago) by rpaulo
File length: 28514 byte(s)
Diff to previous 255384
Remove most of the ATF tools and the _atf user.

This is necessary because ATF is deprecated and it will be replaced by Kyua.

Submitted by:	jmmv@netbsd.org
Reviewed by:	Garrett Cooper
Approved by:	re


Revision 255384 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 09:40:23 2013 UTC (10 years, 9 months ago) by des
File length: 28653 byte(s)
Diff to previous 255036
Create a private library directory (LIBPRIVATEDIR) for libraries which
we don't want to expose but which can't or shouldn't be static.

To mark a library as private, define PRIVATELIB in its Makefile.  It
will be installed in LIBPRIVATEDIR, which is normally /usr/lib/private
(or /usr/lib32/private for 32-bit libraries on 64-bit platforms).

To indicate that a program or library depends on a private library,
define USEPRIVATELIB in its Makefile.  The correct version of
LIBPRIVATEDIR will be added to its run-time library search path.

Approved by:	re (blanket)


Revision 255036 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 29 17:45:13 2013 UTC (10 years, 10 months ago) by delphij
File length: 28599 byte(s)
Diff to previous 255035
Add directories that is installed as part of bsdconfig.

These are included unconditionally for now because bsdconfig
is currently installed unconditionally.

This fixes 'make -j 17 installworld' caused by a race
condition.

MFC candidate.


Revision 255035 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 29 17:40:03 2013 UTC (10 years, 10 months ago) by delphij
File length: 27153 byte(s)
Diff to previous 253637
Add a few missing language directories for /usr.


Revision 253637 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 25 03:54:08 2013 UTC (10 years, 11 months ago) by rpaulo
File length: 26987 byte(s)
Diff to previous 252356
Add pkgconf files for libusb.

Reviewed by:	hselasky


Revision 252356 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 28 21:00:08 2013 UTC (11 years ago) by davide
File length: 26958 byte(s)
Diff to previous 251794
- Trim an unused and bogus Makefile for mount_smbfs.
- Reconnect with some minor modifications, in particular now selsocket()
internals are adapted to use sbintime units after recent'ish calloutng
switch.


Revision 251794 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 15 20:29:07 2013 UTC (11 years ago) by eadler
File length: 26884 byte(s)
Diff to previous 248979
Remove CVS from the base system.

Discussed with:	many
Reviewed by:	peter, zi
Approved by:	core


Revision 248979 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 1 17:15:04 2013 UTC (11 years, 3 months ago) by emaste
File length: 27000 byte(s)
Diff to previous 248484
Format per etc/mtree/README

- Spaces instead of tabs
- Sort some i18n entries


Revision 248484 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 18 23:46:14 2013 UTC (11 years, 3 months ago) by neel
File length: 25980 byte(s)
Diff to previous 245513
Add bhyve to examples.

Requested by: alfred, julian
Obtained from:	NetApp


Revision 245513 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 16 23:16:41 2013 UTC (11 years, 5 months ago) by brooks
File length: 25947 byte(s)
Diff to previous 241823
According to the notes in ObsoleteFiles.inc we last installed section
1aout manpages in 2002.  Stop making the directories and links to them.


Revision 241823 - (view) (download) (annotate) - [select for diffs]
Added Mon Oct 22 01:18:41 2012 UTC (11 years, 8 months ago) by marcel
File length: 26107 byte(s)
Diff to previous 241754
Add ATF to the build. This is may be a bit rought around the egdes,
but committing it helps to get everyone on the same page and makes
sure we make progress.

Tinderbox breakages that are the result of this commit are entirely
the committer's fault -- in other words: buildworld testing on amd64
only.

Credits follow:

Submitted by:	Garrett Cooper <yanegomi@gmail.com>
Sponsored by:	Isilon Systems
Based on work by:	keramida@
Thanks to:	gnn@, mdf@, mlaier@, sjg@
Special thanks to:	keramida@



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.27