summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove original license disclaimer.grog2002-05-192-7/+54
| | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD. This one was relatively easy, though it still contains obscenities.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+949
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-192-35/+82
| | | | | | | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD. This one's a real mess. It's full of undefined macros, and in one place deliberately causes syntax warnings. I've decided against taking out the undefined macros: they don't alter the format of the output document, and maybe one day somebody will put in the macro definitions. Note that this file corrects a number of format errors which appear in the O'Reilly 4.4BSD manual set.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+2321
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-192-42/+86
| | | | | | | | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD. This was relatively complicated: the original text used the msU macros, which are available in a number of different kinds. This version uses a number of mm-like macros, including AL and BL, which just aren't available in ms, and the msU macros I've found (even the ones in 4.4BSD) don't have them either. I replaced them with ms constructs, which makes it format better than the O'Reilly document, but I wasn't able to get the table of contents (ms doesn't have that facility). Add a prominent comment that this is not a reference for any modern version of C.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+4557
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-1911-43/+387
| | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-1911-0/+2947
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-192-5/+52
| | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+1065
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-193-12/+108
| | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-193-4/+165
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+1262
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-191-3/+18
| | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-198-0/+2079
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-1918-61/+621
| | | | | | | | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing. In addition, the pagination is not correct, with the result that some .DS/.DE blocks leave large amounts of white space empty before them. Possibly this could be fixed by putting the (blank) footnotes at the end. PR: 35345 Requested by: Tony Finch <fanf@dotat.at>
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-1918-0/+2695
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Include 21.troff and 22.trofftut in the build.grog2002-05-191-1/+1
|
* Correct build targets.grog2002-05-191-0/+6
|
* Remove original license disclaimer.grog2002-05-199-32/+320
| | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-191-3/+43
| | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Add note that the documentation does not describe groff.
* Make the documentation build.grog2002-05-191-4/+11
| | | | | | | | | | | | This does not use the standard build macros for two reasons: 1. There's more than one document (paper and appendix). 2. The standard build macros need revision anyway (we shouldn't need to set variables to get PostScript output, it should be a separate target). If anybody feels offended by this breach of style, feel free to fix it.
* Add Caldera licensegrog2002-05-1920-31/+761
| | | | | | Make buildable under FreeBSD. Approved by: David Taylor <davidt@caldera.com>
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-1920-0/+2913
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-1911-0/+3803
| | | | | current license information and adapted to the FreeBSD build environment before they will build.
* Remove comment about encumbered sources. All these sources have nowgrog2002-05-191-5/+0
| | | | | | | been released under a BSD-style license by Caldera, the current owner of the UNIX source code. Approved by: David Taylor <davidt@caldera.com>
* Keep up with BSD.usr.dist,v 1.260.ru2002-05-181-2/+0
|
* Add description for uma_zcreate().asmodai2002-05-182-0/+13
| | | | Submitted by: arr
* Remove reference to dead file (style.perl.7).gallatin2002-05-161-1/+1
| | | | Pointy hat to: joe
OpenPOWER on IntegriCloud