summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor typo.obrien2001-08-092-2/+2
|
* An empty request (single dot on the line) is treated as anru2001-08-091-2/+2
| | | | | | | | | | | | | | empty line by troff(1) and is ignored. Teach makewhatis(1) about this. This makes the following difference: -groff_man(7), . groff_man(7) - groff `man' macros to support generation of man pages +groff_man(7) - groff `man' macros to support generation of man pages -groff_mdoc(7), -(7) - . groff_mdoc reference for groff's mdoc implementation +groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation -troff(1), . . troff(1) - format documents +troff(1) - format documents Noticed by: yar
* Teach makewhatis(1) about mdoc(7) .Xr macro.ru2001-08-091-3/+9
| | | | | | | | | | % whatis finger.conf finger.conf(5) - finger 1 alias configuration file % whatis finger.conf finger.conf(5) - finger(1) alias configuration file Reviewed by: MAINTAINER timeout
* Update for 3.36.ru2001-08-091-1/+1
|
* Update for 3.36.ru2001-08-091-193/+223
| | | | | Reduce diffs to distributed, man(7) format, version. Markup nits.
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-0966-291/+66
| | | | Reviewed by: ru
* Tiny markup fix: `to' isn't a variableyar2001-08-091-1/+2
|
* A minor markup fix:yar2001-08-091-2/+3
| | | | | | - `to' isn't a variable - don't omit the first `E' in `ERANGE', even though .Er is able to take care of it
* Add a missing backslash.jhay2001-08-091-1/+1
|
* Style fix: use .else where appropriate.dd2001-08-091-2/+2
| | | | | PR: 29489 Submitted by: Joseph Mallett <jmallett@xMach.org>
* Don't build/install game-related documents when building with NOGAMES.dd2001-08-091-1/+5
| | | | | | | | | 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>
* Print the peer's name and address in the "Connection establish"dd2001-08-091-2/+25
| | | | | | | | | 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
* Document how to cancel a scheduled shutdown.dd2001-08-091-0/+12
| | | | Obtained from: OpenBSD
* Don't free memory that was never allocated. This fixes a core dump indd2001-08-091-1/+0
| | | | | | | the case where both the config file and the default MTA don't exist. PR: 29521 Submitted by: marius@alchemy.franken.de
* Fix markup and a couple of thinkos.dd2001-08-091-13/+13
| | | | Submitted by: ru
* This commit was generated by cvs2svn to compensate for changes in r81340,asmodai2001-08-091-1/+4
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of BIND fix for the fact that HMAC-MD5 keys have keyid 0asmodai2001-08-091-1/+4
| |
* | Reorganization of FreeBSD README document. This change adds no newbmah2001-08-091-127/+137
| | | | | | | | | | | | | | | | | | | | | | | | 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".
* | Forced commit; Previous commit was to remove check_sigacts() that waspeter2001-08-090-0/+0
| | | | | | | | added with the linuxthreads commit but appears to have never been used.
* | The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-0920-42/+42
| |
* | Fix VCS ID spamage.obrien2001-08-091-2/+0
| |
* | Restore the proper copyright on this and remove the gratuitous changes fromobrien2001-08-091-29/+56
| | | | | | | | sys/alpha/include/elf.h.
* | The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-0930-60/+60
| |
* | *** empty log message ***peter2001-08-092-21/+0
| |
* | Handle keys consistently.eric2001-08-092-2/+10
| |
* | Collapse the seven *.sgml files containing the content of the READMEbmah2001-08-0910-427/+331
| | | | | | | | | | | | | | | | | | | | 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.
* | typo: patched->matchedmikeh2001-08-091-1/+1
| |
* | Build modules from the main src/sys tree.peter2001-08-0923-1960/+23
| | | | | | | | | | Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason.
* | Add the screen savers for test coverage.peter2001-08-092-0/+24
| |
* | repo-copy the source files from modules/syscons to the normal treepeter2001-08-095-5/+25
| | | | | | | | and connect them to the normal build infrastructure.
* | Fix up links from the FreeBSD README to portions of the Handbook.bmah2001-08-082-27/+13
| | | | | | | | | | While I'm here, delete a <warning></warning> paragraph that seems out of place.
* | Add the Rio 800 USB device IDspeter2001-08-081-2/+4
| | | | | | | | Submitted by: Wesley Morgan <morganw@chemikals.org>
* | Reflect the new location of the list of contributors and coalescebmah2001-08-081-9/+5
| | | | | | | | two paragraphs.
* | Make menu text match menu button labels.eric2001-08-082-2/+2
| |
* | Whack this code with the Blessed Wand of Stack Protection.kris2001-08-081-1/+1
| | | | | | | | MFC After: 1 week
* | fixing a bug in test mode (growfs -N)chm2001-08-082-35/+75
| | | | | | | | | | | | Submitted by: Chris Boltwood <chris@hiendmedia.com> Reviewed by: tomsoft MFC after: 5 days
* | Replace the condemned access(2) by stat(2),yar2001-08-081-1/+2
| | | | | | | | as per the discussion in -audit.
* | Add mention of /var/run/dmesg.boot.sheldonh2001-08-081-0/+7
| | | | | | | | | | Yes, this isn't really the right place for it. No, it really can't remain undocumented.
* | Clarify the BUGS section.sheldonh2001-08-081-2/+2
| | | | | | | | | | Reported by: asmodai Submitted by: jhb
* | Refer to SA-01:52 from the release note item documenting the fix.bmah2001-08-082-12/+12
| | | | | | | | | | Also move this item so that references to security advisories remain in numerical order.
* | can not -> cannotsheldonh2001-08-0815-15/+15
| |
* | Improve English wording (use "with which" instead of clause withoutsheldonh2001-08-081-2/+2
| | | | | | | | conjunction).
* | Clean up this thing a little.obrien2001-08-081-34/+23
| |
* | Support the new "-i" (output MIME type strings) option by installingobrien2001-08-081-2/+11
| | | | | | | | the MIME files (both regular and precompiled).
* | Build and use the precompiled magic file. Precompiled magic files haveobrien2001-08-081-2/+7
| | | | | | | | | | been supported since version 3.35, however it is just with version 3.36 that file has become verbose about it.
* | Add entry for wsanchez.ru2001-08-081-0/+1
| |
* | In the KLD "load" make target, don't load using the "absolute" path ofgreen2001-08-081-1/+1
| | | | | | | | | | | | | | | | "./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
* | We don't have rogue(1), and our rogue(6) doesn't useru2001-08-081-1/+1
| | | | | | | | | | the `ma' attribute. (The original BSD manual stated that this attribute is used by vi version 2 only.)
* | mdoc(7) police: expand plain text xrefs.ru2001-08-0818-18/+46
| |
* | Urge the reader to start using getaddrinfo(3) and getnameinfo(3)ru2001-08-081-0/+14
| | | | | | | | | | | | | | protocol-independant functions that don't use static memory area. Suggested by: nik Liked by: ume, brian
OpenPOWER on IntegriCloud