summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: GC whitespace at EOL.ru2002-05-301-1/+1
|
* Record the dependency on "device miibus".ru2002-05-301-0/+1
|
* mdoc(7) police: Fix SYNOPSIS, bump document date.ru2002-05-301-7/+9
|
* mdoc(7) police:ru2002-05-301-88/+88
| | | | | | | Do not use raw roff requests. Replace tbl(1)'s use with the mdoc(7)'s -column list. Removed cross references to non-existing manpages. Minor markup nits.
* mdoc(7) police: polish revision 1.17 changes.ru2002-05-301-23/+21
|
* mdoc(7) police: Grr, once again, re-apply many fixes fromru2002-05-301-45/+46
| | | | revisions 1.2 and 1.5 that got backed out by revision 1.4.
* Removed vestiges of perl(1).ru2002-05-301-6/+0
|
* mdoc(7) police: lint.ru2002-05-291-4/+8
|
* mdoc(7) police: lint.ru2002-05-291-3/+4
|
* mdoc(7) police: markup nits.ru2002-05-291-4/+4
|
* mdoc(7) police: markup nits.ru2002-05-291-8/+8
|
* mdoc(7) police: markup nit.ru2002-05-291-1/+2
|
* mdoc(7) police: fix references to sendmail(8).ru2002-05-291-7/+9
|
* mdoc(7) police: get rid of a single hard sentence break.ru2002-05-291-1/+2
|
* mdoc(7) police: don't unnecessarily use macros.ru2002-05-291-4/+2
|
* mdoc(7) police: tidy up the markup.ru2002-05-292-18/+22
|
* mdoc(7) police: nits.ru2002-05-291-4/+8
|
* mdoc(7) police: really back out rev. 1.32.ru2002-05-291-0/+1
|
* mdoc(7) police: markup nits.ru2002-05-291-1/+3
|
* mdoc(7) police: tidy up the markup.ru2002-05-291-41/+65
|
* Add a simple manpage for the discard interface derived from lo(4).brooks2002-05-292-0/+81
|
* Document the fact that these devices are allocated at runtime usingbrooks2002-05-293-0/+36
| | | | cloning and point to two common methods of doing so.
* Remove the share/man/tools directory. Nothing in here works anymore, andmpp2002-05-2927-8971/+0
| | | | | | | | | | 'manck' from ports does just about everything these tools ever did. (I did have these 90% working about 5 years ago, but manck came along.....) The only file of interest might be sp.ignore, but it can be pulled from the attic if anyone has that much interest. Inspired by: Mark Murray's deletion of share/man/man0
* Document the ENABLE_SUID_NEWGRP variable.tjr2002-05-282-0/+12
| | | | | Requested by: mike PR: 36190
* Remove, with extreme prejudice, the notion that /tmp best needs to be aasmodai2002-05-281-5/+1
| | | | | | | | | softlink to /var/tmp. This is horribly wrong since /tmp and /var/tmp serve different goals. Even given the text that in the old days things were different doesn't help, since our scripts clean /tmp, and we depend on /var/tmp to persist for vi editing sessions recovery and other likewise applications.
* Re-enable running of makewhatis(1).ru2002-05-271-4/+1
|
* Note that this is a historical document and that users should referfanf2002-05-261-0/+5
| | | | | | | to flex(1) in preference. Reviewed by: grog Approved by: dwmalone (mentor)
* This directory (whis was supposed to do indexes etc for the printablemarkm2002-05-2519-3645/+0
| | | | | | | | | | | | documentation) hasn't had its nappies changed since FreeBSD-2.0, and is now starting to smell rather ripe. Its dependant on ancient and removed tools, and the last maintainer can't remember looking at it 1 1/2 years ago. If we need it, its in the Attic. Discussed with: asmodai
* Regen:sheldonh2002-05-241-88/+115
| | | | | * Hart: rev 230 of pcidevs.txt (2002-05-21) * Boemler: vendors.txt (2002-05-24)
* Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies thegshapiro2002-05-242-0/+10
| | | | | | | | | permissions to use for alias and map database files built by /etc/mail/Makefile. The default is 0640 to assist users in avoiding a file locking local denial of service. MFC after: 1 day pending RE approval
* For now, make the .ifdef GCC3 case default. We should change -Wno-formatpeter2002-05-241-7/+1
| | | | | | back to -fformat-extensions (or whatever) when we have the functionality. We are gaining warnings again that should be fixed but the are being hidden by NO_WERROR and all the -Wformat noise.
* Add a warning regarding localhost-only listening daemons inside jails.gshapiro2002-05-221-0/+3
| | | | | | | | | | Apparently binding only to 127.0.0.1 inside of a jail actually binds to the jail IP address as well (in effect, bind to all available interfaces in the jail). Submitted by: Helge Oldach <test-smtp@oldach.net> MFC after: 1 day pending RE approval
* PSD:19 (curses) is long dead.ru2002-05-221-8/+0
|
* Unencumber.ru2002-05-221-12/+12
|
* Build sccs(1) docs.ru2002-05-222-2/+11
|
* 19.curses wasn't encumbered, it's just dead.ru2002-05-221-1/+1
|
* Revision 1.39 made filtering of CFLAGS unnecessary.ru2002-05-221-6/+6
|
* Fixed build of recently added legacy docs.ru2002-05-226-27/+6
| | | | Reviewed by: grog
* Don't build doc on ia64. No groff in sight.marcel2002-05-221-2/+1
|
* Add gx(4) to the SEE ALSO.obrien2002-05-201-0/+1
|
* Add a manual page for the spic(4) device driver and hook it in the build.will2002-05-202-0/+61
| | | | Reviewed by: ru
* Reconnect 21.troff to the build.ru2002-05-201-1/+1
|
* Build this document in a standard way.ru2002-05-201-30/+2
|
* Fixed roffing.ru2002-05-204-13/+19
|
* Check that src/games exists in a less error-prone way.ru2002-05-203-9/+1
| | | | PR: misc/38292
* Remove 21.troff from the build, it is broken.silby2002-05-201-1/+1
|
* Unbreak world.grog2002-05-207-124/+3
| | | | | | | | | | Obtained from: mark Pointy hat to: grog Change msU macros to mU. This is only a partial solution; the whole issue of building the documentation needs to be revisited.
* Remove subdirectories 3, 4, and 17 from the build; they do not buildsilby2002-05-201-2/+2
| | | | properly at this time.
* Tweak the WARNS levels a tad.obrien2002-05-191-6/+0
|
* Include the following previously encumbered documentation in the build:grog2002-05-191-6/+8
| | | | | | | | 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 15.yacc 16.lex 17.m4 Some of these produce a number of warnings. I don't want to remove them yet, because some noble soul may decide to remove the cause of the warnings, but they won't if it doesn't bite them.
OpenPOWER on IntegriCloud