Hiroki Sato
8eac80769b
- Use $local_startup to load rc.conf.d/* scripts.
...
- Document support of rc.conf.d/<dir>/* introduced in r270392.
Discussed with: bapt
2014-08-27 09:19:22 +00:00
Baptiste Daroussin
33b6cf558b
Document the new ${LOCALBASE}/etc/rc.conf.d in rc.conf(5)
...
MFC after: 1 week
2014-08-26 22:54:54 +00:00
Stefan Eßer
651045d6de
Add references to vt(4) and the configuration files in /usr7share/vt where
...
appropriate (i.e. where syscons was already mentioned and vt supports the
feature). Comments in defaults/rc.conf are updated to match the contents
of the modified man-page rc.conf(5).
Reviewed by: pluknet, emaste
MFC after: 3 days
2014-08-26 08:13:30 +00:00
Bryan Drewery
54d8c5d5af
Regen after r270171
2014-08-19 15:46:40 +00:00
Bryan Drewery
f1d82c3e68
Regen after r270168
2014-08-19 15:09:24 +00:00
Edward Tomasz Napierala
3914ddf8a7
Bring in the new automounter, similar to what's provided in most other
...
UNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format,
has proper kernel support, and LDAP integration.
There are still a few outstanding problems; they will be fixed shortly.
Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions)
Phabric: D523
MFC after: 2 weeks
Relnotes: yes
Sponsored by: The FreeBSD Foundation
2014-08-17 09:44:42 +00:00
Glen Barber
a5e1109a6e
Remove trailing comma from ending Xref
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2014-07-30 04:48:20 +00:00
Julio Merino
18c6fc4c4e
Regen after r268778 to replace WITH_TESTS with WITHOUT_TESTS.
2014-07-16 21:43:24 +00:00
Baptiste Daroussin
55ba623622
Regenerate src.conf(5) after texinfo option change
2014-07-10 15:14:37 +00:00
Dimitry Andric
90be798e31
Regenerate src.conf.5, which was completely busted by r268351.
2014-07-07 16:43:42 +00:00
Marcel Moolenaar
e7d939bda2
Remove ia64.
...
This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in comments and documentation
This excludes:
o Everything under contrib/
o Everything under crypto/
o sys/xen/interface
o sys/sys/elf_common.h
Discussed at: BSDcan
2014-07-07 00:27:09 +00:00
Ed Maste
d02efe3ffe
Regenerate after r268022
...
MFC after: 1 week
2014-06-30 00:22:41 +00:00
Baptiste Daroussin
a63d6c943d
use .Mt to mark up email addresses consistently (part6)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-23 08:27:27 +00:00
Ed Maste
37bde59832
Update src.conf.5 after r267582
2014-06-17 16:25:50 +00:00
Joel Dahl
3d9eb6641e
mdoc: remove superfluous paragraph macros.
2014-06-15 10:34:35 +00:00
Glen Barber
402da360e1
Revert r267424 and r267425:
...
More exploration will be needed in order to silence the
tinderbox mails caused by setting WITH_TESTS=1 by default.
Ref: http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-amd64-amd64.full
With hat: re
2014-06-13 00:05:06 +00:00
Julio Merino
070fd6a13f
Regen after r267424 to replace WITH_TESTS with WITHOUT_TESTS.
2014-06-12 18:59:25 +00:00
Bryan Drewery
cb01313fba
Regen after r267233
2014-06-08 17:33:37 +00:00
Ed Maste
4f78e0cb09
Regen after r267124 for WITHOUT_VT_SUPPORT
2014-06-05 18:59:21 +00:00
Warren Block
6279bf46bd
Correct the document date for last change.
...
MFC after: 1 week
2014-06-05 01:58:21 +00:00
Julio Merino
fe0a62f58d
Merge (unused) documentation of WITHOUT_TESTS into WITH_TESTS.
...
The description of WITH/WITHOUT tweaks should only document the non-default
option. TESTS still defaults to no, so the option to be documented is
WITH_TESTS.
2014-06-03 22:34:27 +00:00
Warren Block
18744cd9ea
Correct the description of characters allowed. Based on pw_checkname in
...
usr.sbin/pw/pw_user.c. Modified version of patch submitted by
venture37.
PR: docs/47594
Submitted by: Fernando Schapachnik <fernando@mecon.gov.ar>, venture37 <venture37@geeklan.co.uk>
Reviewed by: allanjude, bcr, brueffer (on phabricator)
MFC after: 1 week
2014-05-29 02:26:12 +00:00
Glen Barber
102f070cdb
Regen after r266752.
...
Sponsored by: The FreeBSD Foundation
2014-05-27 15:55:26 +00:00
Benjamin Kaduk
59be36b0f7
Document some user-settable make variables in ports.7
...
This is not a comprehensive list, as the variables themselves are spread
out over multiple files, but it is a start.
Add a section to make.conf noting that variables may be set there that
affect ports builds, but refer to ports.7 and elsewhere for the actual
listing; any listing in make.conf.5 would likely become out of date
fairly quickly.
PR: docs/189199
Reviewed by: bdrewery (previous version)
Approved by: hrs (mentor)
2014-05-18 21:05:54 +00:00
Brooks Davis
20e9dd10e8
Remove documention of WITHOUT_NCURSES removed in r266157.
...
Remove a bit of whitespace from WITHOUT_BINUTILS.
Catch up with a bunch of other commits to tools/build/options that
weren't merged to src.conf.5.
2014-05-15 16:51:45 +00:00
Warner Losh
c6063d0da8
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
Glen Barber
c16bac236c
Clarify that MAKEOBJDIRPREFIX and MAKEOBJDIR are not
...
honored as make(1) arguments.
Requested by: smh
MFC After: 3 days
Sponsored by: The FreeBSD Foundation
2014-05-02 15:52:50 +00:00
Warner Losh
0abe2561f6
Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.
2014-04-18 17:03:49 +00:00
Christian Brueffer
cd2fccbb47
Correct geli parameter.
...
PR: 188582
Submitted by: Michael Hall
MFC after: 3 days
2014-04-14 06:59:49 +00:00
Warner Losh
a0f4cb1e7b
r264402 builds fine, but turns out there are problems with
...
install. Back it out until they can be tracked down.
2014-04-13 21:52:27 +00:00
Julio Merino
0b41d3b0bc
Regen after rewording of WITH_TESTS.
2014-04-13 11:31:41 +00:00
Warner Losh
5bce97114a
Convert NO_MANCOMPRESS to normal convention.
2014-04-13 05:22:26 +00:00
Eitan Adler
dda5b39711
multiple: Remove 3rd clause from BSD license where approved by the
...
regents and renumber.
This patch skips files in contrib/ and crypto/
Acked by: imp
Discussed with: emaste
2014-03-14 03:07:51 +00:00
Gleb Smirnoff
2c284d9395
Remove IPX support.
...
IPX was a network transport protocol in Novell's NetWare network operating
system from late 80s and then 90s. The NetWare itself switched to TCP/IP
as default transport in 1998. Later, in this century the Novell Open
Enterprise Server became successor of Novell NetWare. The last release
that claimed to still support IPX was OES 2 in 2007. Routing equipment
vendors (e.g. Cisco) discontinued support for IPX in 2011.
Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
2014-03-14 02:58:48 +00:00
Baptiste Daroussin
cd37e8b7e8
Regen after WITHOUT_DMA -> WITHOUT_DMAGENT renaming
2014-02-22 13:07:38 +00:00
Baptiste Daroussin
533c3616ce
Regen after addition of WITHOUT_DMA
2014-02-21 07:31:24 +00:00
Bryan Drewery
4360b89b6d
Add forgotten rc.conf(5) update with r261931
...
Reviewed by: trasz
Approved by: bapt (mentor)
MFC after: 1 week
2014-02-15 14:52:12 +00:00
Niclas Zeising
d4f5f0007e
Bump .Dd forgotten in r261832.
...
MFC after: 2 weeks
2014-02-13 13:11:34 +00:00
Niclas Zeising
a074a227fa
Add cross references between rc.conf(5) and jail.conf(5).
...
MFC after: 2 weeks
2014-02-13 12:52:26 +00:00
Brooks Davis
d1f674c7ab
Regenerate for WITHOUT_FMTREE and WITHOUT_NCURSESW.
...
MFC after: 4 weeks
Sponsored by: DARPA, AFRL
2014-01-30 21:43:38 +00:00
Brooks Davis
6adfbbbf16
Merge from CheriBSD:
...
commit 6b569451b92c48ccf1768da32e7e89189e1aa253
Author: Brooks Davis <brooks@one-eyed-alien.net>
Date: Mon Jan 27 22:50:46 2014 +0000
Always install nmtree as mtree.
For compability, link mtree to nmtree.
X-MFC after: never
Sponsored by: DARPA, AFRL
2014-01-30 21:25:01 +00:00
Brooks Davis
7ecf8b1c67
Revert outdated info related to WITH_LIBCPLUSPLUS that was included in
...
r261072. src.conf.5 now matches makeman's output.
2014-01-30 20:54:56 +00:00
Steven Kreuzer
c904339f2f
Remove WITHOUT_ATF as it has been replaced by WITH_TESTS
...
PR: conf/185326
Reported by: Igor Mozolevsky <igor@hybrid-lab.co.uk>
Approved by: hrs (mentor)
2014-01-23 03:14:48 +00:00
Sergey Kandaurov
54c22eeae8
Clean up manual pages after BIND removal.
...
MFC after: 1 week
2013-12-25 17:28:08 +00:00
Bryan Drewery
ef8e297edb
Regenerate after r258838
2013-12-04 16:06:11 +00:00
Bryan Drewery
44893f0881
Regenerate after r258924
...
MFC after: 3 days
Approved by: bapt (implicit)
2013-12-04 16:03:32 +00:00
Joel Dahl
13f9e7fda2
mdoc: remove EOL whitespace.
2013-11-21 19:44:48 +00:00
Josh Paetzel
e2838b315a
Add support for multiple instances of ftp-proxy
...
and pflog devices.
PR: conf/158171
Submitted by: Thomas Johnson <tom@claimlynx.com>
2013-11-13 03:50:31 +00:00
Glen Barber
a603e851fa
Regen after r258014.
...
Sponsored by: The FreeBSD Foundation
2013-11-11 21:14:03 +00:00
Glen Barber
bba60773c3
Regen after r258012.
...
Sponsored by: The FreeBSD Foundation
2013-11-11 21:02:57 +00:00