gshapiro
c392a88ad0
Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was
...
replaced with the new version in sendmail's distribution, vacation and
the necessary libraries (libsmdb and libsmutil) were changed so they
were always compiled. This broke people who didn't checkout
src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL
as no sendmail sources available or no sendmail binary. It is now the former.
Also, remove the sendmail chapter from System Managers Manual (SMM) if
NO_SENDMAIL is defined (for similar reasons -- source not available).
PR: 31863, 31865
Submitted by: matusita, Joe Kelsey <joe@zircon.seattle.wa.us>
MFC after: 3 days
2001-11-11 05:26:59 +00:00
wollman
3f91929ee1
This commit was generated by cvs2svn to compensate for changes in r86223,
...
which included commits to RCS files with non-trunk default branches.
2001-11-09 19:19:42 +00:00
wollman
c5bd76f04e
Add `Theory' file from tzcode which explains how and why zones are named.
2001-11-09 19:19:42 +00:00
wollman
5d9fa3f69b
Merge tzdata2001d update from vendor branch.
...
PR: conf/31851
Obtained from: Arthur David Olson and the timezone database maintainers
MFC after: 1 week
2001-11-09 19:17:59 +00:00
wollman
5afbd1da8a
Updated timezone database from Arthur Olson.
...
PR: conf/31851
2001-11-09 19:00:37 +00:00
wollman
949a355285
This commit was generated by cvs2svn to compensate for changes in r86218,
...
which included commits to RCS files with non-trunk default branches.
2001-11-09 19:00:37 +00:00
dd
56c5d2891e
NMBCLUSTERS, not NMBCLUSTER.
...
Submitted by: markus ryynnen <markus.ryynanen@kolumbus_nospam.fi>
2001-11-07 14:36:50 +00:00
peter
421cbc37ad
Document the reset command. I would have thought it blatently obvious,
...
but here it is: reset - Hard reset the system
2001-11-05 23:46:10 +00:00
murray
021d2ea214
Add the Farallon NetLINE 10/100 PCI to the list of cards supported by
...
rl(4).
PR: docs/31270
Submitted by: Gary W. Swearingen <swear@blarg.net>
2001-11-05 09:17:23 +00:00
murray
14284a1c0f
Describe handling of NULLs passed to pthread_setcancelstate().
...
PR: docs/31745
Submitted by: Andrew <andrew@ugh.net.au>
2001-11-05 08:21:32 +00:00
ache
d8f7469b59
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 07:21:03 +00:00
ache
5a2d40dd24
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 07:08:39 +00:00
ache
cd9387a0f1
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 06:58:02 +00:00
dd
68801835e4
Catch up to proc->thread changes.
...
PR: 31428
Submitted by: Chad David <davidc@acns.ab.ca>
2001-11-05 00:41:39 +00:00
dd
c5f502b79b
Mark up NULL in .Dv.
...
PR: 31747
Submitted by: <andrew@ugh.net.au>
2001-11-04 23:13:03 +00:00
asmodai
90fe79e3c5
Disconnect sb.4.
...
This is a manual page left over from the old pcm/voxware driver era.
Superceded by newpcm's sbc.4.
2001-11-04 15:00:12 +00:00
asmodai
41c85dc20a
We ditched controller a long while ago in favour of device.
2001-11-04 14:21:21 +00:00
keramida
b409e497bb
Typo correction: detailled -> detailed.
...
Approved by: nik
2001-11-02 14:59:51 +00:00
asmodai
bfd0f6886b
Document support for VIA 82C596 ATA-33 and ATA-66.
2001-11-02 12:22:17 +00:00
asmodai
e01b413b09
Explicitely mention this driver supports the RealTek 8029.
...
This should lessen some questions.
2001-11-02 09:43:45 +00:00
asmodai
82d729d6aa
Fix alignment of the chipsets to the largest one described.
2001-11-02 09:37:35 +00:00
cjc
5ee838cd46
Document the /var/run/named directory.
...
Suggesteded by: brian
2001-11-01 23:55:46 +00:00
cjc
36445ca6bd
Add a directory in /var/run to store ppp(8) command sockets.
...
PR: bin/29966
Approved by: brian
MFC after: 4
2001-11-01 23:44:12 +00:00
schweikh
efca3566fb
Just typo corrections (mmunmap->munmap etc), no content changes.
...
MFC after: 1 week
2001-11-01 11:36:04 +00:00
assar
7d2fda1087
add /var/heimdal
...
absence noted by Archie Cobbs <archie@packetdesign.com>
2001-10-31 23:04:34 +00:00
julian
aaa6970d64
Fix typos.
2001-10-30 08:37:45 +00:00
julian
907d42b2d5
A node that allows ethernet type packets to be filtered to different
...
hooks depending on ethertype. Great for prototyping protocols.
connects to the lower and upper hooks of an ethernet type of node.
Obtained from: Monzoon Networks.
Thanks to Andre Oppermann, May 2001.
2001-10-30 07:28:17 +00:00
ache
4f3a3a9acd
Link Slovak with Czech
...
PR: 31598
Submitted by: Vladimir Guzma <vg@cs.tut.fi>
2001-10-30 01:55:19 +00:00
silby
928ecb2fdf
Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs as
...
tunables in loader.conf rather than just kernel options.
MFC after: 3 days
2001-10-29 22:29:01 +00:00
mike
186071821a
Only provide function information in compile environments that support
...
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
2001-10-27 20:11:10 +00:00
des
eb0ad6222d
Support the "install.debug" and "reinstall.debug" targets for kernel modules.
...
Small tweaks to kldxref may be necessary to avoid the surprising (but harm-
less) behaviour of 'kldload foo' loading foo.ko.debug instead of foo.ko if
it is present in the kernel directory.
Approved by: a week of silence on -arch
MFC after: 2 weeks
2001-10-27 00:52:50 +00:00
ru
7eb7c6091b
mdoc(7) police:
...
- Minor markup nits.
- Arrange for appearance in 4.5.
2001-10-26 17:11:50 +00:00
asmodai
ad594a3bc2
Document HPT372 support.
2001-10-26 16:46:10 +00:00
asmodai
a3431cf48a
We support the Intel ICH3 [ATA-100] chipset as well.
2001-10-26 16:34:26 +00:00
rwatson
d319d0a53b
o Modify format of /etc/fbtab to accept glob matching patterns for
...
target devices, not just individual devices and directories. This
permits activities such as:
ttyv0 0600 /dev/dsp*
Whereas previously that was not supported. This change is
backwards-compatible, except where device names included globbing
characters, which is not the case for any devices listed in MAKEDEV.
Submitted by: Maxime Henrion <mux@qualys.com>
MFC after: 3 weeks
2001-10-25 20:45:47 +00:00
bde
6425b36e62
Fixed some English errors, mainly ones not fixed in the previous commit.
...
The previous commit message should have said this too (the only BSDism
fixed was punctuation for non-sentences). Neither these changes nor
the ones in the previous commit were exactly as submitted by me.
2001-10-25 11:20:15 +00:00
ru
d78abeaffc
Simplify.
2001-10-25 08:50:06 +00:00
jlemon
d6cc2a05b7
Document the link0 option, which downloads the microcode to the board.
2001-10-25 05:49:23 +00:00
julian
2d41af3876
Merge in BSDisms. Slight rewordings in some cases.
...
Submitted by: bde@freebsd.org
Reviewed by: jhb@freebsd.org
2001-10-24 22:57:39 +00:00
asmodai
6388e60c12
Document C99 conformity.
...
Update text which is printed out to reflect reality.
2001-10-24 18:14:51 +00:00
ru
b58e003d32
Finish the removal of the LABPC driver.
...
Forgotten by: phk
2001-10-24 10:57:30 +00:00
markm
e8ffa02e85
Back out my last commit. Ruslan (ru) has a better fix.
2001-10-24 07:59:42 +00:00
jhb
4ec47be8ec
Document sx_assert(9).
2001-10-23 22:51:59 +00:00
markm
88712008b0
Make sure the copies: and symlinks: targets exist in the case of the
...
empty ".for ..." loop.
2001-10-23 21:28:39 +00:00
julian
13dbe953e7
Alter the suggested way of writing structurtes to make them actuallys
...
readble when there are compound sub-elements (e.g. other structs).
Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org
MFC after: 1 week
2001-10-23 17:40:37 +00:00
ru
fa885ca7dc
Remove references to nfsiod(8) and nfs_client_flags
...
now that they are obsolete.
2001-10-23 10:31:52 +00:00
dd
9fa3fe539e
Explain a little about sysexits(3) so that regular users can take
...
advantage of the fact that some programs care to explain why they
failed.
PR: 31415
2001-10-23 00:46:13 +00:00
jhay
cdbf6daf53
Back out my previous commit. It is not necessary anymore now that Ruslan
...
fixed the ipfilter directory with a NOOBJ.
2001-10-22 16:32:44 +00:00
ru
4ad78f5535
Clamp down with NOOBJ.
2001-10-22 10:06:25 +00:00
jhay
49958ebd30
Unbreak make world by adding .CURDIR here and there.
...
Submitted by: Harry Starr <starr3@gccs.com.au>
2001-10-22 08:56:02 +00:00