Glen Barber
0edd2576c0
MFH
...
Sponsored by: The FreeBSD Foundation
2016-04-16 02:32:12 +00:00
Bryan Drewery
01d57ec066
Remove misspelled and redundant MK_INSTALLIB=no.
2016-04-13 20:43:02 +00:00
Glen Barber
d60840138f
MFH
...
Sponsored by: The FreeBSD Foundation
2016-04-04 23:55:32 +00:00
Bryan Drewery
497e80911e
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
...
Reviewed by: emaste, hselasky (partial), brooks (brief)
Discussed on: arch@
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5742
2016-03-30 23:50:23 +00:00
Alexander Motin
34a72dfaba
Add paragraph about isp(4) improvements.
2016-03-17 09:04:07 +00:00
Glen Barber
b0bdd78348
Avoid adding the '-release' suffix to non-debug kernel packages.
...
Sponsored by: The FreeBSD Foundation
2016-03-08 19:35:30 +00:00
Glen Barber
44d81980ed
Prefix lib32, profile, debug, and development packages
...
with 'runtime-' for consistency with other packages.
Sponsored by: The FreeBSD Foundation
2016-03-08 18:31:26 +00:00
Glen Barber
3a3f435f98
Include a 'package-pkg' target, intended for use for
...
architectures we do not provide upstream pkg(8) packages.
This is not tied to anything as-is, and likely will break
your system if used (based on experience with testing with
powerpc).
There is an overwhelming amount of evil happening here,
so until the issues are fixed, it will not be tied into the
'packages' target.
Sponsored by: The FreeBSD Foundation
2016-02-24 03:05:05 +00:00
Glen Barber
bcefcb026a
Create a package for HAST.
...
Sponsored by: The FreeBSD Foundation
2016-02-08 21:15:07 +00:00
Glen Barber
24dcefded2
Add comment/description for clibs, rescue, and sendmail packages.
...
Sponsored by: The FreeBSD Foundation
2016-02-08 18:44:26 +00:00
Glen Barber
41e7f6d66f
Sort.
...
Sponsored by: The FreeBSD Foundation
2016-02-08 18:42:33 +00:00
Glen Barber
c389411c8a
Remove libc, librtld_db, libthr packages, and further increase
...
the constraints on what needs to be installed in a specific to
maintain consistency during upgrades.
Create a new clibs package containing libraries that are needed
as a bare minimum for consistency.
With much help and input from: kib
Sponsored by: The FreeBSD Foundation
2016-02-05 21:01:08 +00:00
Glen Barber
8ce2c90c26
Mark shlibs_required/shlibs_provided lines as temporary, following
...
brief discussion with bapt.
Sponsored by: The FreeBSD Foundation
2016-02-04 21:27:03 +00:00
Glen Barber
123099f316
Add package files for libc, libedit, librtld_db, and libthr.
...
libedit is needed for sh(1), which if updated before runtime,
can cause undesirable behavior.
For the rest, the installation order needs to be:
1) librtld
2) libc
3) libthr
The dependency listing and shilbs_required entries ensure this
behavior.
Sponsored by: The FreeBSD Foundation
2016-02-04 21:20:26 +00:00
Glen Barber
f6947f60bb
Fix typo: s/Conrol/Control/
...
Submitted by: kib
Sponsored by: The FreeBSD Foundation
2016-02-04 16:38:24 +00:00
Glen Barber
3a722e0726
Add FreeBSD RCSID header and svn:keyword property.
...
Sponsored by: The FreeBSD Foundation
2016-02-04 15:41:00 +00:00
Glen Barber
5c52b2f5ca
Rework the way <packagename>.ucl files are generated.
...
One of the major pain points with how this was implemented
is the requirement of in-tree, hard-coded <name>.ucl, as
well as <name>-<suffix>.ucl where <suffix> can be lib32,
profile, development, debug, or any combination of the four.
This created significant overhead when adding new packages
and any of the files in any of the combinations were missing.
Instead of test(1)-ing if the <packagename>.ucl file exists,
hand off to a script to figure out what the final ucl file
name should be before invoking pkg(8).
The default behavior is 'template.ucl' is used as a fallback.
This affects only the userland packages, as the kernel code
is already smart enough to handle these variations.
Sponsored by: The FreeBSD Foundation
2016-02-04 15:32:03 +00:00
Glen Barber
b3075f337b
Initial commit to add dependencies.
...
Sponsored by: The FreeBSD Foundation
2016-02-03 23:41:58 +00:00
Glen Barber
43faedc133
First pass to fix the 'tests' packages.
...
Sponsored by: The FreeBSD Foundation
2016-02-02 22:26:49 +00:00
Glen Barber
477a29ca9b
Create ee(1) package.
...
Sponsored by: The FreeBSD Foundation
2016-02-02 21:04:33 +00:00
Glen Barber
dd181aca6c
Create a package for autofs(5)
...
Sponsored by: The FreeBSD Foundation
2016-02-02 17:33:37 +00:00
Glen Barber
17f1329d94
Create a package for vi(1) and related files.
...
Sponsored by: The FreeBSD Foundation
2016-02-02 16:47:50 +00:00
Glen Barber
750e7eb5dc
Fix naming inconsistency with lib32 debug packages.
...
Sponsored by: The FreeBSD Foundation
2016-02-01 18:50:52 +00:00
Glen Barber
6a9bf252c3
Remove unused kernel/post-install file.
...
Sponsored by: The FreeBSD Foundation
2016-01-29 00:29:32 +00:00
Glen Barber
3d98f473dc
Add 'stagekernel' target, which invokes 'distributekernel'
...
with -DNO_ROOT to create the METALOG mtree(8) file.
Separate the default STAGEDIR for world (WSTAGEDIR) and kernel
(KSTAGEDIR).
Fix the 'create-kernel-packages' target to work properly.
Evaluate if 'kernel' is set when invoking mtree-to-plist.awk,
which splits the kernel and kernel.debug into separate plist
files.
Fix METALOG creation when building/packaging multiple kernels.
Sponsored by: The FreeBSD Foundation
2016-01-27 21:10:03 +00:00
Glen Barber
3754d22f83
Comment wordsmithing.
...
Sponsored by: The FreeBSD Foundation
2016-01-21 18:45:46 +00:00
Glen Barber
396953934d
Create a package for apm(8).
...
Sponsored by: The FreeBSD Foundation
2016-01-21 18:41:55 +00:00
Glen Barber
4ffb51fe89
Create a package for amd(8) and related tools.
...
While here, fix accounting rc script installation.
Sponsored by: The FreeBSD Foundation
2016-01-21 18:19:33 +00:00
Glen Barber
4ebbe36e88
Fix an incorrect comment.
...
Sponsored by: The FreeBSD Foundation
2016-01-21 18:02:31 +00:00
Glen Barber
d3d8fcf2c6
Create an acct package for accounting tools.
...
Sponsored by: The FreeBSD Foundation
2016-01-21 17:49:10 +00:00
Glen Barber
2971191a94
Create a rcmds package.
...
Sponsored by: The FreeBSD Foundation
2016-01-21 17:33:31 +00:00
Glen Barber
b524b25e38
Add UCL file for release-manuals package, missed in previous commit.
...
Sponsored by: The FreeBSD Foundation
2016-01-21 16:38:58 +00:00
Glen Barber
ed0d921874
Add a package for jail(8) and related utilities.
...
Sponsored by: The FreeBSD Foundation
2016-01-20 17:07:13 +00:00
Glen Barber
a11378bd93
MFH
...
Sponsored by: The FreeBSD Foundation
2016-01-14 13:29:12 +00:00
Steven Hartland
88b85228a4
Increase efiboot.img size used in ISO creation
...
Due to recent and upcoming changes to add additional functionality to
the EFI loader its now bigger than the space allocates for efiboot.img
so increase this in line with boot1.efifat.
MFC after: 2 weeks
X-MFC-With: r293268
Sponsored by: Multiplay
2016-01-13 14:47:13 +00:00
Glen Barber
79119a977d
MFH
...
Sponsored by: The FreeBSD Foundation
2016-01-12 14:33:17 +00:00
Colin Percival
4d6b637675
Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creating
...
EC2 images.
X-MFC after: if/when the driver fixes get MFCed
Relnotes: FreeBSD now supports EC2 Enhanced Networking
2016-01-12 09:42:21 +00:00
Glen Barber
e60680024a
MFH
...
Sponsored by: The FreeBSD Foundation
2016-01-12 01:23:45 +00:00
Glen Barber
41ea4cc219
Set FORCE_PKG_REGISTER=1 when installing packages to avoid failures
...
when re-using build chroot(8) environments.
This is based on the patch in the PR referenced below, but instead
of using 'reinstall' in two locations (one of which already uses
FORCE_PKG_REGISTER=1), changes the non-embedded behavior.
PR: 205998
Submitted by: ngie
MFC after: 5 days
Sponsored by: The FreeBSD Foundation
2016-01-09 00:45:38 +00:00
Glen Barber
0c9da521fa
MFH
...
Sponsored by: The FreeBSD Foundation
2016-01-07 17:23:43 +00:00
Glen Barber
fdbd473ce5
Add a new target to touch the ${.OBJDIR}/release file, which
...
indicates the 'release' target has run (in order to prevent
subsequent invocations that may clobber original build output).
As is, the 'release' target is a dummy target that does nothing
more than depend on subsequent targets. Unless 'make obj' is
invoked prior to 'make release', .OBJDIR and .CURDIR will always
be '/usr/src/release' (or wherever /usr/src is located).
When 'make release' invokes 'make real-release' (and subsequent
targets), .OBJDIR is not updated, which still leads to src/ tree
pollution.
While arguably a hack, 'make release' will invoke the original
dummy targets as originally intended, but instead of touching an
empty file (or returing @true), will call a 'release-done' target
that will trigger the behavior that was intended to prevent
a subsequent invocation.
Discussed with: hrs
MFC after: 3 days
X-MFC-With: r293173
Sponsored by: The FreeBSD Foundation
2016-01-06 05:23:25 +00:00
Glen Barber
60107bd6b2
Add debug.ucl and tests-debug.ucl, missed in a previous commit.
...
Sponsored by: The FreeBSD Foundation
2016-01-06 00:52:55 +00:00
Glen Barber
ca7d3fb715
Rename an incorrectly named debug package file.
...
Sponsored by: The FreeBSD Foundation
2016-01-05 22:27:34 +00:00
Glen Barber
1a5c9277ca
MFH
...
Sponsored by: The FreeBSD Foundation
2016-01-05 21:12:49 +00:00
Glen Barber
8834318685
Merge ^/projects/release-install-debug:
...
- Rework MANIFEST generation and parsing via bsdinstall(8).
- Allow selecting debugging distribution sets during install.
- Rework bsdinstall(8) to fetch remote debug distribution sets
when they are not available on the local install medium.
- Allow selecting additional non-GENERIC kernels during install.
At present, GENERIC is still required, and installed by default.
Tested with: head@r293203
Sponsored by: The FreeBSD Foundation
2016-01-05 21:05:17 +00:00
Glen Barber
e5141d0726
Copy packages/*.ucl files to the corresponding debug file after
...
WITH_DEBUG_FILES was enabled by default.
Sponsored by: The FreeBSD Foundation
2016-01-05 19:28:41 +00:00
Glen Barber
582727cc63
MFH
...
Sponsored by: The FreeBSD Foundation
2016-01-05 14:21:02 +00:00
Glen Barber
10c40dfa68
Prevent memstick installation medium from attempting to mount
...
the root filesystem read-write. This causes problems booting
the memstick installation medium from write-protected USB flash
drives.
Submitted by: A.J. Kehoe IV [1], Oliver Jones [2]
PR: 187161 [1], 205886 [2]
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
2016-01-05 03:20:45 +00:00
Glen Barber
b9d8dd0006
Fix path to include .OBJDIR to avoid polluting the source
...
tree during 'make release'.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2016-01-04 19:38:44 +00:00
Glen Barber
b626f5a73a
MFH r289384-r293170
...
Sponsored by: The FreeBSD Foundation
2016-01-04 19:19:48 +00:00
Christian Brueffer
2418fd040b
Add rtwn(4) to the hardware list.
2016-01-04 18:34:27 +00:00
Glen Barber
a9bf704474
Fix tmpfs(5) '/tmp' mount point.
...
A stray trailing space snuck in with one of the recent
changes, making r290550 and r290573 effectively no-op.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2015-11-25 19:10:04 +00:00
Brad Davis
5b7774f3ea
- Change all the names to their generic name since none of these need to
...
be overridden and ends up overwriting output files.
- For the descriptions that just say "TODO", switch to using %DESC% so
the generic description is used.
Approved by: bapt
2015-11-17 21:29:26 +00:00
Glen Barber
0eea47e68b
Remove noatime from tmpfs(5) fstab(5) entry.
...
Submitted by: Howard Su
MFC after: 3 days
X-MFC-With: r290550
Sponsored by: The FreeBSD Foundation
2015-11-09 06:30:26 +00:00
Simon J. Gerraty
3fc9660791
Ensure TEMPROOT is unique, to guard against multiple builds on same machine.
...
Differential Revision: D3002
Reviewed by: gjb
2015-11-08 23:46:05 +00:00
Glen Barber
6a833a7a2c
Use tmpfs(5) instead of md(4) for '/tmp' mount.
...
Submitted by: Nikolai Lifanov
Differential Revision: D3506
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2015-11-08 18:02:39 +00:00
Glen Barber
db03168b5d
Prefer https in package URLs.
...
Sponsored by: The FreeBSD Foundation
2015-10-15 19:55:32 +00:00
Glen Barber
324fd1ce05
MFH to r289370
...
Sponsored by: The FreeBSD Foundation
2015-10-15 17:36:56 +00:00
Glen Barber
34187a086a
Deprecate MD5 checksum generation in favor of SHA512.
...
This was discussed during the 10.2-RELEASE cycle, however
since we were nearing the end of the cycle, we decided to
defer this change until after 10.2-RELEASE.
Reminded by: so (delphij), jmg
MFC after: 5 days
Sponsored by: The FreeBSD Foundation
2015-10-14 22:33:11 +00:00
Baptiste Daroussin
74737168af
Create a dedicated package for dma
2015-10-10 23:16:40 +00:00
Baptiste Daroussin
9be27fdc00
Merge from head
2015-10-09 22:45:54 +00:00
Craig Rodrigues
c151731fbf
Use print as a function, not operator.
2015-10-08 03:28:15 +00:00
Glen Barber
d144be2ae7
Correct the command-line utility in the r285420 entry:
...
s/jail/jexec/
Sponsored by: The FreeBSD Foundation
2015-10-07 20:04:32 +00:00
Glen Barber
972a5a8725
Refine the r286591 entry based on feedback from jilles@.
...
Sponsored by: The FreeBSD Foundation
2015-10-07 02:12:44 +00:00
Glen Barber
e0dad1311a
Remove entry for r287469, Skylake/i219 support is not yet complete.
...
Reported by: Adam McDougall
Sponsored by: The FreeBSD Foundation
2015-10-07 02:12:43 +00:00
Glen Barber
ec90918ce4
Split the r288943 entry into different entries, since the entire
...
clang/llvm/lldb/etc may not always be in sync with upstream.
Sponsored by: The FreeBSD Foundation
2015-10-07 02:12:42 +00:00
Glen Barber
bdd1ac9040
Update the last check revision marker.
...
Sponsored by: The FreeBSD Foundation
2015-10-06 19:07:10 +00:00
Glen Barber
c472a3f482
Document r288943, clang, llvm, etc. updated to upstream 3.7.0.
...
Sponsored by: The FreeBSD Foundation
2015-10-06 19:06:34 +00:00
Glen Barber
c844a7d10f
Document r288669, stack protector "strong" level.
...
Help from: pfg
Sponsored by: The FreeBSD Foundation
2015-10-06 17:42:31 +00:00
Glen Barber
025ef85609
Document r288654, lagg(4) fec removal.
...
Sponsored by: The FreeBSD Foundation
2015-10-06 17:42:30 +00:00
Glen Barber
777f366fb6
Use UBOOT_FILES in the dd(1) input file, as intended.
...
Sponsored by: The FreeBSD Foundation
2015-10-06 01:05:07 +00:00
Glen Barber
4840d2a682
Wrap a long line to make igor(1) happy.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:14:25 +00:00
Glen Barber
58ff4e97a0
Document r288310, ctl(4) updated to support CD-ROMs and other
...
removable devices.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:14:22 +00:00
Glen Barber
998e355466
Document r288303, nc(1) updated to OpenBSD 5.8 version.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:51 +00:00
Glen Barber
2101abf6ba
Document r288176, kernel symbols now installed to /usr/lib/debug/.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:49 +00:00
Glen Barber
dac09c912d
Document r287917, unbound 1.5.4.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:47 +00:00
Glen Barber
6a7207a4cb
Document r287886, fix kqueue write events for files > 2GB
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:44 +00:00
Glen Barber
68ce7e47f5
Document r287842, ifconfig(8) exit on error if ioctl(2) fails.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:42 +00:00
Glen Barber
8ddc90772e
Document r287798, IPv6 On-Link redirect handling fix.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:39 +00:00
Glen Barber
aace21ac80
Document r287621, CTL HA reimplementation.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:37 +00:00
Glen Barber
1fd305ef85
Document r287576, service(8) updated to respect /etc/rc.conf.d/.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:35 +00:00
Glen Barber
1c22a5320f
Document r287522, pciconf(8) prefer pciids from ports database,
...
if present.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:32 +00:00
Glen Barber
c4af256e48
Document r287473, sesutil(8) addition.
...
Add Gandi.net to sponsor.ent.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:30 +00:00
Glen Barber
c5afd77651
Document r287469, em(4) update to support I219 chipset.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:27 +00:00
Glen Barber
ec348a9a3b
Document r288143, file(1) updated to 5.25.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:25 +00:00
Glen Barber
cac4630d51
Document r287371, support for HiSilicon HI6220 SoC.
...
Add ABT Systems, Ltd. to sponsor.ent.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:22 +00:00
Glen Barber
88f3c1d00c
Document r287306, CUBIEBOARD2 kernel configuration renamed to A20.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:20 +00:00
Glen Barber
72e6e61b92
Document r287225, 1-Wire implementation.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:17 +00:00
Glen Barber
b416cb6a4c
Document r287222, pf(4) support for 'scrub fragment crop|drop-ovl'
...
removed.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:15 +00:00
Glen Barber
10cc826965
Document r287117, ioat(4) driver addition.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:12 +00:00
Glen Barber
cea21d4e00
Document r287099, account for ashift when gathering buffers to
...
be written to l2arc device
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:10 +00:00
Glen Barber
1942cdada0
Document r288090, jemalloc update to 4.0.2.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:07 +00:00
Glen Barber
c9f532a3c5
Document r286829, ability to disable em(4) CRC stripping.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:05 +00:00
Glen Barber
e1ce154aae
Document r286795, patch(1) automatic checkout feature removed.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:03 +00:00
Glen Barber
036c6a0328
Document r286750, zoneinfo update to 2015f.
...
While here, move a few misordered entries.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:13:01 +00:00
Glen Barber
d5f00aaeef
Document r286591, uart(4) PPS runtime-tunable.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:58 +00:00
Glen Barber
ae353465a4
Document r286503, r286505, r286506, r286510:
...
apr-1.5.2
serf-1.3.8
svnlite-1.8.14
sqlite3-3.8.11.1
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:56 +00:00
Glen Barber
6ee0495688
Document r286444, BIO_DELETE passthru support in GELI.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:53 +00:00
Glen Barber
8baec49dee
Document r286441, iwm(4) addition.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:51 +00:00
Glen Barber
aabf11e17a
Document r286289, xargs(1) '-P 0' mode.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:49 +00:00
Glen Barber
7853d33ead
Document r286231, pms(4) added to GENERIC.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:46 +00:00
Glen Barber
4a32ed5c5c
Document r286062, xen(4) blkif indirect segment I/O support.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:44 +00:00
Glen Barber
c7e9ac8c08
Document r286010, ar(1) '-D' option enabled by default.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:42 +00:00
Glen Barber
622abf3b26
Fix a revision tag.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:40 +00:00
Glen Barber
17c9d60326
Document r285972, libarchive(3) bugfix for sparse files in tar(1)
...
archives.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:37 +00:00
Glen Barber
f2aac6bd2c
Document r285883, isl(4) addition.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:35 +00:00
Glen Barber
db35c77e77
Document r285876, cyapa(4) addition.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:32 +00:00
Glen Barber
c78febbbe3
Document r287168, ACPICA version 20150818.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:30 +00:00
Glen Barber
70f26ed992
Document r285772, patch(1) '-V none' addition.
...
Add EMC/Isilon Storage Division to sponsors.ent.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:27 +00:00
Glen Barber
55342c49bd
Document r285685, allow mounting linprocfs(5) and linsysfs(5)
...
within a jail.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:25 +00:00
Glen Barber
4b4f733e18
Document r285662, pms(4) addition.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:22 +00:00
Glen Barber
750700f9c5
Document r285594, 'lenovofix' gpart(8) attribute.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:20 +00:00
Glen Barber
320794d4e3
Document r285524, hw.model sysctl.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:18 +00:00
Glen Barber
9c520b6c1c
Document r285420, jail(8) -l flag and default shell execution when
...
no commands are specified.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:15 +00:00
Glen Barber
7a2d38d31a
Document r285387, NUMA affinity/policy configuration.
...
Add Norse Corporation to sponsors.ent.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:12 +00:00
Glen Barber
02fe526240
Document r285336, AES mode support in IPSEC.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:10 +00:00
Glen Barber
8018e8f0fc
Document r285316, FreeBSD/aarch64 SMP support.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:08 +00:00
Glen Barber
702542de18
Document r285277, execl(3) and execlp(3) update to use the gcc
...
__sentinel attribute.
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:05 +00:00
Glen Barber
e7eabf2967
Document r285275, tcpdump(1) updated to version 4.7.4.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:03 +00:00
Glen Barber
c961882427
Document r285253, IPv6 support in quota(1).
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:12:00 +00:00
Glen Barber
b6b5297440
Document r285169, ntp-4.2.8p3.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:11:58 +00:00
Glen Barber
26256f4d21
Document r285142, IPSEC enabled in GENERIC by default.
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:11:56 +00:00
Glen Barber
425c96acc5
Document r284883, NTFS support in mkimg(1).
...
Sponsored by: The FreeBSD Foundation
2015-10-05 20:11:53 +00:00
Baptiste Daroussin
6875f8e707
Remerge as previous one was broken
2015-10-03 07:22:07 +00:00
Glen Barber
12a36c8cce
Fix the path to the correct u-boot.bin file to write to
...
the disk image, which fixes boot issues.
Tested on: BananaPi
Sponsored by: The FreeBSD Foundation
2015-10-01 19:48:10 +00:00
Baptiste Daroussin
5a2b666ce5
Merge from head
2015-10-01 09:36:43 +00:00
Glen Barber
3afa6e6c4b
Partially revert r288433, with a minor change:
...
Spell 'k' correctly.
Spotted by: loos (thank you!)
Sponsored by: The FreeBSD Foundation
2015-10-01 01:50:20 +00:00
Glen Barber
869cbfdb71
Fix FAT_SIZE by removing '-b' argument passing, which was
...
a result of my misunderstanding on what Crochet was doing
in this case for these boards.
Sponsored by: The FreeBSD Foundation
2015-10-01 00:34:38 +00:00
Glen Barber
20297cbf78
Initial attempt to add support for building images for
...
BANANAPI, CUBIEBOARD, and CUBIEBOARD2 SoCs.
Obtained from: Crochet, FreeBSD/arm/Allwinner Wiki page
Sponsored by: The FreeBSD Foundation
2015-09-30 16:31:21 +00:00
Christian Brueffer
3c88af1b35
Add otus(4) to the hardware notes.
2015-09-29 17:04:20 +00:00
Glen Barber
1bd59ef914
In addition to the ubldr file, also copy ubldr.bin to the
...
MS-DOS partition. This will help with transitioning to
a single arm/armv6 userland build which could be used for
all FreeBSD/armv6 images without UBLDR_LOADADDR being set
for each board (ultimately requiring a separate buildworld
for each currently).
Requested by: ian
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2015-09-29 16:09:59 +00:00
Glen Barber
91c42fff77
In vm_copy_base(), turn off SU+J on the resultant filesystem,
...
leaving only SU enabled.
Discussed with: kib (a few weeks ago)
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2015-09-29 15:30:27 +00:00
Glen Barber
238397876d
Append VMFORMATS and VMSIZE to RELEASE_RMAKEFLAGS only if
...
WITH_VMIMAGES is set.
MFC after: 3 days
X-MFC-With: r288341, r288345
Sponsored by: The FreeBSD Foundation
2015-09-28 19:19:53 +00:00
Glen Barber
a312aae568
In followup to r288341, ensure VMFORMATS and VMSIZE are not
...
set to empty values, which would result in nonintuitive build
errors.
MFC after: 3 days
X-MFC-With: r288341
PR: 203420 (related to)
Sponsored by: The FreeBSD Foundation
2015-09-28 18:39:21 +00:00
Glen Barber
3a8cff7804
Honor VMFORMATS and VMSIZE if set in release.conf.
...
PR: 203420
Submitted by: luca <dot> pizzamiglio <at> gmail <dot> com
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2015-09-28 16:33:38 +00:00
Baptiste Daroussin
b5ff185e19
Merge from head
2015-09-12 11:41:31 +00:00
Devin Teske
0c43376ac3
Whitespace alignment
...
MFC after: 3 weeks
X-MFC-to: stable/10
X-MFC-with: 287696
2015-09-11 22:42:26 +00:00
Devin Teske
1b8a3e1db2
The <arch>/mkisoimages.sh script in release knows how to add
...
extra bits from an "xtra-bits-dir". This feature is unusable
from release/Makefile. Add an XTRADIR setting to use it.
Differential Revision: https://reviews.freebsd.org/D3633
Reviewed by: kmacy
MFC after: 3 weeks
X-MFC-to: stable/10
Relnotes: yes
2015-09-11 21:45:41 +00:00
Devin Teske
27065039bc
Fix argument quoting and remove unnecessary braces
...
MFC after: 3 weeks
X-MFC-to: stable/10
2015-09-10 22:47:26 +00:00
Glen Barber
104dac63f3
Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrant
...
builds, and prepend it to SNAPSHOT_DATE to prevent a trailing '-'
in the final box name for a release build.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2015-09-01 15:28:35 +00:00
Glen Barber
5f5df47af8
Remove a broken link.
...
While here, prefer https where possible.
Sponsored by: The FreeBSD Foundation
2015-08-19 17:51:03 +00:00
Christian Brueffer
95605d7a99
Add iwm(4) to the hardware notes.
2015-08-10 10:41:40 +00:00
Glen Barber
cdc3fa11f7
Fix a typo.
...
Submitted by: pkelsey
Sponsored by: The FreeBSD Foundation
2015-08-06 14:13:01 +00:00
Colin Percival
a5c1653b5c
Disable blkif indirect segment I/Os in EC2 by default due to performance
...
issues on some EC2 instance types. Users may want to experiment with
removing this from loader.conf and measuring the performance impact on
the EC2 instances they are using.
2015-07-30 04:01:00 +00:00
Gleb Smirnoff
3b82eb20f5
Fix the r272906 description.
2015-07-28 13:48:19 +00:00
Glen Barber
582317b71d
Document r285557, bsdinstall aligns zfs partitions on 1Mb boundaries.
...
Sponsored by: The FreeBSD Foundation
2015-07-26 19:47:08 +00:00
Glen Barber
45c22431e0
Document r285642, ssh(1) hostname canonicalization before looking
...
for the host in known_hosts.
Add Dell, Inc. to sponsors.ent.
Sponsored by: The FreeBSD Foundation
2015-07-26 19:47:05 +00:00
Glen Barber
4fde7cffaf
Document r285679, bsdinstall(8) updates to workaround various
...
problematic BIOSes when booting from GPT, and partition scheme
selection in the UFS partition menu.
Sponsored by: The FreeBSD Foundation
2015-07-26 19:47:02 +00:00
Glen Barber
d77ddeb88e
Further refine the PAE_TABLES entry, based on feedback from
...
alc.
Sponsored by: The FreeBSD Foundation
2015-07-26 17:57:35 +00:00
Christian Brueffer
8de5654fe9
Auto-generate hardware notes for pms(4).
...
MFC after: 1 week
Committed from: Essen FreeBSD Hackathon
2015-07-24 21:55:16 +00:00