Commit Graph

63045 Commits

Author SHA1 Message Date
John Hay
c8c7c06bb0 Add a missing backslash. 2001-08-09 09:32:16 +00:00
Dima Dorfman
ca0589467f Style fix: use .else where appropriate.
PR:		29489
Submitted by:	Joseph Mallett <jmallett@xMach.org>
2001-08-09 07:03:11 +00:00
Dima Dorfman
c57228a61a Don't build/install game-related documents when building with NOGAMES.
This fixes buildworld when src/games doesn't exist (this may not be
"officially" supported, but there's no sense in making it harder for
somebody that wants to do it).

PR:		29162
Submitted by:	Stewart Morgan <stewart@nameless-uk.com>
2001-08-09 06:59:16 +00:00
Dima Dorfman
e896c344fb Print the peer's name and address in the "Connection establish"
message.  Similar information is given by the talk daemon when a
connection is requested, but that part isn't on the screen when the
main "talk" screen appears, and sometimes it's nice to know who you're
talking to.

Reviewed by:	ru
2001-08-09 06:45:35 +00:00
Dima Dorfman
1f240b4c65 Document how to cancel a scheduled shutdown.
Obtained from:	OpenBSD
2001-08-09 06:27:32 +00:00
Dima Dorfman
8c37834db2 Don't free memory that was never allocated. This fixes a core dump in
the case where both the config file and the default MTA don't exist.

PR:		29521
Submitted by:	marius@alchemy.franken.de
2001-08-09 06:20:18 +00:00
Dima Dorfman
8ee5eca8d1 Fix markup and a couple of thinkos.
Submitted by:	ru
2001-08-09 06:10:46 +00:00
Jeroen Ruigrok van der Werven
b5350a17ca This commit was generated by cvs2svn to compensate for changes in r81340,
which included commits to RCS files with non-trunk default branches.
2001-08-09 06:05:46 +00:00
Jeroen Ruigrok van der Werven
dc52d6ea98 Import of BIND fix for the fact that HMAC-MD5 keys have keyid 0 2001-08-09 06:05:46 +00:00
Bruce A. Mah
d97e531329 Reorganization of FreeBSD README document. This change adds no new
content or whitespace changes; it just moves sections around for
better organization; the content of this file used to be fairly
fragmented because it originally was derived from parts of several other
documents.

The first half of "About FreeBSD" has been pulled into the Introduction
section.  The remainder of "About FreeBSD" plus the "Release Documentation"
section now make up a new <sect1></sect1> level section entitled
"Further Reading".
2001-08-09 04:27:11 +00:00
Peter Wemm
d3de42035d Forced commit; Previous commit was to remove check_sigacts() that was
added with the linuxthreads commit but appears to have never been used.
2001-08-09 02:47:02 +00:00
David E. O'Brien
688985be2b The author isn't a [UC] Regents. Correct the copyright language. 2001-08-09 02:32:05 +00:00
David E. O'Brien
b2d4cd8f6e Fix VCS ID spamage. 2001-08-09 02:29:32 +00:00
David E. O'Brien
d410360643 Restore the proper copyright on this and remove the gratuitous changes from
sys/alpha/include/elf.h.
2001-08-09 02:24:05 +00:00
David E. O'Brien
73a4930297 The author isn't a [UC] Regents. Correct the copyright language. 2001-08-09 02:09:34 +00:00
Peter Wemm
99ab2d5dca *** empty log message *** 2001-08-09 01:21:58 +00:00
Eric Melville
eb84be870e Handle keys consistently. 2001-08-09 01:14:09 +00:00
Bruce A. Mah
1d0372b2af Collapse the seven *.sgml files containing the content of the README
document into article.sgml.  Move the $FreeBSD$ tag from a
comment to a <pubdate></pubdate> entry, but no other content
or whitespace changes.

The two reasons for doing this are to:  1) Get rid of a bunch of
itty-bitty files and 2) help with a reorganization of the README that
will be much simpler if all the content is in a single file.
2001-08-09 00:35:04 +00:00
Mike Heffner
785ead5062 typo: patched->matched 2001-08-09 00:34:57 +00:00
Peter Wemm
3de6da9cc9 Build modules from the main src/sys tree.
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for
no reason.
2001-08-09 00:13:30 +00:00
Peter Wemm
74a40576eb Add the screen savers for test coverage. 2001-08-09 00:05:30 +00:00
Peter Wemm
20d6258def repo-copy the source files from modules/syscons to the normal tree
and connect them to the normal build infrastructure.
2001-08-09 00:02:30 +00:00
Bruce A. Mah
4f06748fd6 Fix up links from the FreeBSD README to portions of the Handbook.
While I'm here, delete a <warning></warning> paragraph that seems out of
place.
2001-08-08 23:42:07 +00:00
Peter Wemm
8e5003b0ea Add the Rio 800 USB device IDs
Submitted by: Wesley Morgan <morganw@chemikals.org>
2001-08-08 23:04:31 +00:00
Bruce A. Mah
d2405064b4 Reflect the new location of the list of contributors and coalesce
two paragraphs.
2001-08-08 22:53:01 +00:00
Eric Melville
6c90a5164d Make menu text match menu button labels. 2001-08-08 22:49:27 +00:00
Kris Kennaway
e936510703 Whack this code with the Blessed Wand of Stack Protection.
MFC After:	1 week
2001-08-08 22:27:02 +00:00
Christoph Herrmann
5455cc1ae9 fixing a bug in test mode (growfs -N)
Submitted by: 	Chris Boltwood <chris@hiendmedia.com>
Reviewed by:	tomsoft
MFC after:	5 days
2001-08-08 21:45:42 +00:00
Yaroslav Tykhiy
d691b79fbc Replace the condemned access(2) by stat(2),
as per the discussion in -audit.
2001-08-08 21:22:48 +00:00
Sheldon Hearn
d118197980 Add mention of /var/run/dmesg.boot.
Yes, this isn't really the right place for it.  No, it really can't
remain undocumented.
2001-08-08 21:02:55 +00:00
Sheldon Hearn
136509c0ff Clarify the BUGS section.
Reported by:	asmodai
Submitted by:	jhb
2001-08-08 21:00:54 +00:00
Bruce A. Mah
9e5ae78a4a Refer to SA-01:52 from the release note item documenting the fix.
Also move this item so that references to security advisories remain
in numerical order.
2001-08-08 19:04:48 +00:00
Sheldon Hearn
42abf713c9 can not -> cannot 2001-08-08 18:32:06 +00:00
Sheldon Hearn
dc6669eeb2 Improve English wording (use "with which" instead of clause without
conjunction).
2001-08-08 18:22:58 +00:00
David E. O'Brien
bef2f61da3 Clean up this thing a little. 2001-08-08 16:19:30 +00:00
David E. O'Brien
9732caee1b Support the new "-i" (output MIME type strings) option by installing
the MIME files (both regular and precompiled).
2001-08-08 16:10:16 +00:00
David E. O'Brien
8c662313ce Build and use the precompiled magic file. Precompiled magic files have
been supported since version 3.35, however it is just with version 3.36
that file has become verbose about it.
2001-08-08 15:53:58 +00:00
Ruslan Ermilov
5873dc7271 Add entry for wsanchez. 2001-08-08 15:35:20 +00:00
Brian Feldman
46877fb22c In the KLD "load" make target, don't load using the "absolute" path of
"./foo.ko".  Use "/full/path/foo.ko" instead so that when the path is
reported as being an absolute path to the "shared library", at least
it's not really a relative path.

Obtained from:	LOMAC/FreeBSD project
2001-08-08 13:51:10 +00:00
Ruslan Ermilov
5972d8df5b We don't have rogue(1), and our rogue(6) doesn't use
the `ma' attribute.  (The original BSD manual stated
that this attribute is used by vi version 2 only.)
2001-08-08 11:54:35 +00:00
Ruslan Ermilov
6575e6daae mdoc(7) police: expand plain text xrefs. 2001-08-08 11:48:28 +00:00
Ruslan Ermilov
3bc371d25d Urge the reader to start using getaddrinfo(3) and getnameinfo(3)
protocol-independant functions that don't use static memory area.

Suggested by:	nik
Liked by:	ume, brian
2001-08-08 11:05:47 +00:00
Thomas Gellekum
31769c6186 Silence some more warnings, mostly from `-W -Wwrite-strings'. 2001-08-08 10:58:50 +00:00
Ruslan Ermilov
936c7c034e mdoc(7) police: remove whitespace at EOL. 2001-08-08 10:28:18 +00:00
Ruslan Ermilov
72ddf84943 mdoc(7) police: markup nits. 2001-08-08 10:27:25 +00:00
Ruslan Ermilov
02955e1364 mdoc(7) police: markup nits. 2001-08-08 10:16:02 +00:00
Ruslan Ermilov
6a624f56cb mdoc(7) police: markup, grammar, and spelling nits. 2001-08-08 10:04:08 +00:00
Ruslan Ermilov
29760d1162 mdoc(7) police: markup nits. 2001-08-08 09:16:47 +00:00
Ruslan Ermilov
71b67d931a mdoc(7) police: markup nits. 2001-08-08 08:51:03 +00:00
Ruslan Ermilov
7d048b828a Fixed typo.
PR:		docs/29532
2001-08-08 08:40:40 +00:00