Wolfram Schneider
c55f0f1425
Sync with original source: add FreeBSD 2.2.5, NetBSD 1.3, and OpenBSD 2.2
1997-12-09 22:53:06 +00:00
Wolfram Schneider
261d7bf1f1
Add LIBZ
1997-12-09 20:17:49 +00:00
Jamil J. Weatherbee
270fd01214
excuse me, adding alog.4 man page now forgot to commit previously
1997-12-09 11:38:02 +00:00
Jamil J. Weatherbee
3c466c41f3
Added alog.4 man page to /usr/src/share/man/man4/man4.i386/ directory
...
Altered Makefile in that directory so that make builds the alog.4 man page
1997-12-09 11:36:36 +00:00
Philippe Charnier
0a52caf8e9
Correct a path.
1997-12-08 07:44:20 +00:00
Garrett Wollman
a873f07c1c
oops, remove a dangling predicate left over after a sentence was rewritten.
1997-12-07 20:25:45 +00:00
Garrett Wollman
25a5737a0f
Add some more macro advice and correct spelling of ``parentheses''.
1997-12-07 20:19:20 +00:00
Garrett Wollman
c9c42d0aa7
Added some advice to avoid typedef'ing structures, as this breaks
...
information-hiding. Also recommended against naming typedefs to end
in _t unless POSIX or ANSI requires it, and in favor of using queue(3)
macros to generate lists rather than rolling one's own.
1997-12-07 19:53:44 +00:00
Bruce Evans
62a1204bb6
Added mouse.4.
1997-12-07 18:07:37 +00:00
Kazutaka YOKOTA
369a889c64
Document recent mouse code changes.
1997-12-07 08:46:56 +00:00
Tor Egge
0ee6e540f5
Add some extra flags in the caching page.
...
Some firmware versions becomes unreliable when these bits are not preserved,
e.g. ST15150N-0017 breaks if the DISC bit is cleared in the caching page.
This happened by default when editing the page.
1997-12-05 22:14:15 +00:00
Garrett Wollman
4d933c2fd8
Now that it's built at the same time as its source, disable building 07.lpr
...
here. Hopefully this will set a trend. (What was I thinking when I set
this up the first time?)
1997-12-02 21:46:58 +00:00
Garrett Wollman
b7f84b25e9
Document the new long names for printcap capabilities.
1997-12-02 21:41:40 +00:00
Bruce Evans
22301c4b46
Fixed spelling of EACCES.
1997-11-23 17:58:55 +00:00
Satoshi Asami
c9f6c74d48
Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so
...
we won't have double-slashes.
Add support for new port variable MANUAL_PACKAGE_BUILD. If this is
defined as well as the user variable PACKAGE_BUILDING, the port will
be ignored. This is used to mark ports that can be built normally
except on a machine that has a lot of conflicting ports (i.e., our
package building machine).
1997-11-20 05:33:56 +00:00
Satoshi Asami
6f6617ad09
Add new target "checksubdirs". It will warn about any subdirectories that
...
are not in the SUBDIR list. It also knows about the "standard" directories
that are to be ignored ("CVS", "distfiles", etc.).
1997-11-20 05:31:44 +00:00
Wolfram Schneider
091d9a01d9
Add `writeable'
1997-11-17 17:59:44 +00:00
Steve Price
0c96ca09b7
Document the new clear_tmp_enable option in the manpage.
...
Prodded by: max
1997-11-16 15:59:58 +00:00
Wolfram Schneider
2504f8dc98
target(__target) -> target(${__target})
...
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Index: bsd.subdir.mk
===================================================================
RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v
retrieving revision 1.18
diff -u -r1.18 bsd.subdir.mk
--- bsd.subdir.mk 1997/06/21 15:40:34 1.18
+++ bsd.subdir.mk 1997/11/09 18:04:33
@@ -59,7 +59,7 @@
.for __target in all checkdpadd clean cleandir depend lint \
maninstall obj objlink
-.if !target(__target)
+.if !target(${__target})
${__target}: _SUBDIRUSE
.endif
.endfor
1997-11-15 13:09:52 +00:00
Mark Murray
18fed7b641
Upgrade perl to perl5.004_04
1997-11-12 10:25:17 +00:00
David E. O'Brien
d927c2c392
state that "kernel includes" ==> sys/*.h
1997-11-12 06:29:10 +00:00
Kazutaka YOKOTA
e90224fed7
Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.
1997-11-11 03:06:45 +00:00
Wolfram Schneider
5e1b557ef4
target(__target) -> target(${__target})
...
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1997-11-10 00:35:25 +00:00
Wolfram Schneider
70e244f8f6
Remove the comments hat just list the nested includes.
...
The lists don't provide significantly more information than
grep '\.include', and grep gives lists that are actually correct.
Submitted by: Bruce
1997-11-09 15:03:15 +00:00
Wolfram Schneider
6d840e43a4
target(__target) -> target(${__target})
...
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1997-11-09 14:37:40 +00:00
David E. O'Brien
4000f72f04
Add an introductory manpage for the ports system.
1997-11-09 06:05:45 +00:00
James Raynard
ac905c6e4d
Make fix for PR 4883 consistent with other similar cases.
1997-11-09 00:48:01 +00:00
James Raynard
f48f32cb59
Back-out previous change. A better fix is to follow.
...
Requested-by: bde
1997-11-08 20:29:33 +00:00
Brian Somers
36700156fc
Update the LOOP AVOIDANCE section to reflect reality.
...
Requested by: Archie Cobbs <archie@whistle.com>
1997-11-08 01:02:08 +00:00
Sean Eric Fagan
5a583f9c34
Allow the system to be configured to pass "-n" to kerberos and
...
kadmind or not; also, only run kadmind on a non-slave server. Man
page for rc.conf is also updated.
Reviewed by: Mark Murray
1997-11-07 20:45:48 +00:00
Andrey A. Chernov
8b3dee4702
Add Slovenian keyboard
...
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:55:07 +00:00
Andrey A. Chernov
7542b85d8e
Add Slovenian data
...
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:46:45 +00:00
Andrey A. Chernov
6f0f590fa6
Add Slovene link
1997-11-07 15:40:55 +00:00
Andrey A. Chernov
b20b4fc61c
Add link to Polish locale
1997-11-07 15:27:12 +00:00
Andrey A. Chernov
258880d607
Add Polish link
...
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:18:11 +00:00
Andrey A. Chernov
ef8dfbaec8
Add Polish data
...
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:14:11 +00:00
Joerg Wunsch
af0d306722
Fix the SYNOPSIS Lnie so the entry will actually work.
...
Submitted by: Ulli Linzen <ulli@perceval.camelot.de>
1997-11-07 00:05:24 +00:00
Bill Fenner
ca8fdeef9e
Convert <, > and & into <, > and & in port names, COMMENT and
...
DESCR files when building README.html .
Don't use control characters in sed statement.
Problems reported by "Chris G. Demetriou" <cgd@pa.dec.com> in NetBSD PR
pkg/4341.
1997-11-06 02:20:27 +00:00
Steve Price
106115b394
Update the man page to reflect that libc_r is built as part
...
of make world unless the '-DNOLIBC_R' option is given to make(1).
PR: 4710
Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
1997-11-05 03:54:11 +00:00
Julian Elischer
6f81c4a889
Submitted by: Terry Lambert
...
Obtained from: pure guesswork?
1997-11-05 02:32:17 +00:00
John Polstra
25f631bf7b
Describe "mrouted_flags".
1997-11-02 21:45:31 +00:00
Wolfram Schneider
81e5344479
Inlucde ../Makefile.inc if exists. This make it easier to
...
build the Unix Seventh Edition Manual volumes 2.
1997-11-02 18:50:53 +00:00
Wolfram Schneider
534ac553a1
Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and
...
not in .OBJDIR so the hyper links will work again.
1997-11-01 19:45:02 +00:00
Philippe Charnier
30d8a82fd9
/etc/sysconfig -> /etc/rc.conf.
1997-10-31 12:30:49 +00:00
Wolfram Schneider
2ffe0101ac
The documentation contained here is horribly out of date.
1997-10-31 07:56:09 +00:00
James Raynard
df6e5f12e9
Fix a couple of typos in documentation.
...
PR: 4883
Submitted by: invis@visi.com
1997-10-30 00:10:52 +00:00
Garrett Wollman
734091be67
Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letter
...
codes.
Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
1997-10-28 15:45:09 +00:00
Garrett Wollman
cd6ab86923
Merge changes from vendor branch.
1997-10-25 18:27:25 +00:00
Garrett Wollman
2f2c22a99e
This commit was generated by cvs2svn to compensate for changes in r30708,
...
which included commits to RCS files with non-trunk default branches.
1997-10-25 18:22:53 +00:00
Garrett Wollman
05cbfb47dc
New version of the timezone database (1997i) from Arthur Olson.
...
Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
1997-10-25 18:22:53 +00:00