David E. O'Brien
21fc3b7b6a
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-19 17:31:31 +00:00
David E. O'Brien
6949461a18
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-19 03:51:12 +00:00
Bjoern A. Zeeb
6c58990d47
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
...
If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks
2004-11-13 20:40:32 +00:00
Poul-Henning Kamp
0f7d7a368a
Remove references to NO_VINUM
2004-11-04 12:57:40 +00:00
Maksim Yevmenkin
4fd9a9b73f
Serial devices now called /dev/cuadXX not /dev/cuaaXX
2004-11-02 20:06:33 +00:00
Ruslan Ermilov
8bf62bdadb
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 16:20:59 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Ruslan Ermilov
88348311f3
There's no such knob as WERROR.
2004-10-24 14:55:35 +00:00
Scott Long
6d0873dadb
Update for 5-STABLE.
2004-10-24 09:07:06 +00:00
David E. O'Brien
ffea66bce5
Catch up with share/mk/bsd.cpu.mk revision 1.43.
2004-10-17 05:36:20 +00:00
Ruslan Ermilov
17c6b5af7f
Overdue removal of COMPAT* knobs.
2004-10-15 08:51:12 +00:00
Doug Barton
b04e39c493
1. Incorporate most of Ruslan's improvements to where and how the
...
/etc/namedb symlink is created.
2. Incorporate Brian's suggestion to make the link relative. This
is necessary to handle situations (such as mergemaster) where the
user is building a tree in a seperate environment. This will also
fix the problem with the way DESTDIR is set in 'make release'.
3. Add a new knob, NO_BIND_MTREE, as suggested by the folks who
already have stuff in /var/named that they don't want me to mess with.
4. Update make.conf(5) with the new stuff, and correct a few paths
that have changed since I last updated it.
2004-10-08 00:14:28 +00:00
Doug Barton
2a61444749
1. Add much finer granularity to the NO_BIND knobs with the addition of:
...
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.
2. Make creation of directories in /usr/include that are only needed
in the WITH_BIND_LIBS case conditional.
Reviewed by: ru, des
2004-09-27 08:23:43 +00:00
Ruslan Ermilov
9684333e54
Get rid of obsolete MAN[0-9] syntax.
2004-09-26 09:25:03 +00:00
Doug Barton
a2af6bc259
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
...
to match how similar syntax is used in the ports system. Thanks to kris
for pointing out my mistake here.
Install the lwres library unless the user defines NO_BIND, or the new
knob, NO_BIND_LIBS_LWRES. There is at least one potential customer
for this library in the wings. Thanks to nectar for the reminder.
2004-09-24 18:42:05 +00:00
Doug Barton
922b7f2ad2
Break the NO_BIND knob out from the pack, and begin documenting
...
the finer granularity for the various BIND features.
2004-09-24 13:51:31 +00:00
Brooks Davis
f186a29521
Backout the hack to install mtree, newsyslog, and touch in the cloned
...
root in the previous commit. We'll fix /etc/rc.d/var directly (someday).
2004-09-23 21:17:31 +00:00
Brooks Davis
0d85246a7b
Hack around the fact that the current diskless scripts require some
...
binaries in /usr before /usr is mounted by copying those files to the
root.
Stop making devices. devfs is manditory.
2004-09-23 15:52:42 +00:00
Max Laier
9d7ccc0ffa
Bring in some examples (and create space for future work here):
...
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)
- Tweak the pointer to fit the FreeBSD default location share/examples/pf
- Account for the new directory in BSD.usr.dist (no hier(7) change required
as share/examples is an opaque item there).
Obtained from: OpenBSD
Reminded by: Thomas T. Veldhouse
PR: docs/71691
MFC after: 2 days
2004-09-14 01:07:19 +00:00
Alfred Perlstein
9f0cd8478f
Plug an fd leak by using autoh_freeall(3).
...
Refuse to run unless root.
Check in /etc, /usr/local/etc and ./ for the "autotab" configuration
file.
Add more debug statements.
2004-09-09 01:26:11 +00:00
Alfred Perlstein
7a3b8aefbf
sync with private code:
...
fix a 5.x'ism that 4.x needs protection from.
make this code compile standalone.
2004-09-08 08:44:14 +00:00
Christian Brueffer
a0fa04aaeb
Document a couple of build knobs
...
PR: misc/71032 (partly)
Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Reviewed by: ru
MFC after: 3 days
2004-09-04 10:05:17 +00:00
Alfred Perlstein
acc387c393
Enter the autofs.
2004-08-31 16:26:01 +00:00
Pawel Jakub Dawidek
74bf4e164b
According to module(9), when command is unrecognized, the module should
...
return EOPNOTSUPP.
2004-08-30 09:49:59 +00:00
Dag-Erling Smørgrav
5c73a49168
Add a NO_BOOT knob to prevent building the boot blocks and loader.
...
Reviewed by: ru
MFC after: 3 days
2004-08-19 09:54:28 +00:00
Simon L. B. Nielsen
8e244f403d
Add a HARDWARE section to the example section 4 manual page.
...
Reviewed by: ru
MFC after: 3 days
2004-08-18 07:05:35 +00:00
Marius Strobl
1d875a6ebd
Shorten the description of NO_OPENSSL, which was split into two lines by a
...
patch of mine in revision 1.216, a bit so it fits in a single line again.
2004-08-15 20:32:06 +00:00
Ruslan Ermilov
0a26e64fe7
Removed COPTS with equivalent CFLAGS.
...
While here, fixed setting of BINDIR.
2004-08-13 14:19:12 +00:00
Hartmut Brandt
47a4e0e50d
Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR.
...
Requested by: kris
2004-08-11 07:14:11 +00:00
Ruslan Ermilov
24c875f96b
Update to the 2004 Edition of POSIX.
2004-07-30 08:31:29 +00:00
Ruslan Ermilov
866b1c7484
Removed remnants of ports-related knobs from here.
2004-07-29 08:43:33 +00:00
Tim J. Robbins
5db700e0f5
Update for struct cdevsw and dev_t -> struct cdev * changes, plus one
...
64-bit portability fix.
2004-07-16 06:55:34 +00:00
Scott Long
194539531b
Move references to the recently removed worm directory.
2004-07-15 15:37:56 +00:00
Murray Stokely
e271bcb2db
Remove Walnut Creek CDROM script that Jordan wrote in the 90s.
...
This functionality is largely in src/release/${ARCH}/mkisofs.sh now.
PR: docs/43569
2004-07-15 05:04:39 +00:00
Ruslan Ermilov
c0cfe3da7d
Bumped document date for the recent changes here.
...
Fixed bad example of how to start a new sentence.
Added missing punctuation.
Fixed cut-n-paste error in the STANDARDS section.
Mention modern POSIX and C standards.
2004-07-07 18:59:33 +00:00
Ruslan Ermilov
5203edcdc5
Mechanically kill hard sentence breaks and double whitespaces.
2004-07-03 18:29:24 +00:00
Dag-Erling Smørgrav
c296e199b3
The -O2 bugs are in libalias(3), not ppp(8).
2004-07-03 09:41:58 +00:00
Ruslan Ermilov
d37ea99837
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
Dag-Erling Smørgrav
6063af3d9e
Explain that -O2 is supported, but known to expose bugs in ppp(8).
2004-07-02 17:08:39 +00:00
Maxim Konovalov
0d055a20bf
Add user _pflogd.
2004-06-30 16:47:08 +00:00
Pawel Jakub Dawidek
85aeaa6062
Typo.
2004-06-26 19:35:30 +00:00
Mike Pritchard
5b89956dbb
Spelling fixes.
2004-06-20 13:33:35 +00:00
Mike Pritchard
c52721b900
Spelling fixes.
2004-06-20 13:17:37 +00:00
Mike Pritchard
3d9b232cc8
Spelling fix and add $ FreeBSD $ tag
2004-06-20 13:07:25 +00:00
Mike Pritchard
0491095662
Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :)
2004-06-20 12:51:23 +00:00
Mike Pritchard
8caf8b1799
Sync up ERRORS section with errno.h.
2004-06-20 12:44:42 +00:00
Maxim Konovalov
ef92aa117e
Style.
2004-06-09 17:10:41 +00:00
Lukas Ertl
c5810cfd89
Remove duplicate #include.
...
PR: misc/67748
Submitted by: bugghy <bugghy@phenix.rootshell.be>
2004-06-09 15:40:00 +00:00
Crist J. Clark
2aeec2960a
/usr is not really the ideal place for a ports application to store
...
a frequently updated database. /var/db is a much more reasonable place
for this kind of thing. Set a good example.
Reviewed by: -arch
2004-05-24 06:23:15 +00:00
Josef El-Rayes
0d9e3b1ab9
Fix typo.
...
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
PR: docs/66536
2004-05-12 20:33:25 +00:00