Jordan K. Hubbard
201356b7c6
Nuke info dist.
1997-12-26 00:17:28 +00:00
Tim Vanderhoek
dfb9495b2a
Use consistent spelling,
...
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
1997-12-25 09:36:42 +00:00
Julian Elischer
8cf58ae5e9
Add a man page for REMOVING devices from devfs.
1997-12-25 05:54:24 +00:00
Jordan K. Hubbard
db527a35ad
Put the dir file in the correct distribution.
1997-12-24 10:16:49 +00:00
Alexander Langer
71116d9863
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
...
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
Philippe Charnier
c414c30925
Remove obsolete /etc/hostname.ep? reference.
...
PR: kern/5310
Submitted by: tom@sdf.com
1997-12-22 07:37:50 +00:00
Philippe Charnier
00e68c0d73
Use .Tn, .Bx Free and .An.
1997-12-22 07:35:40 +00:00
James Raynard
675c4fdb61
Year 2000 fixes
...
PR: 4930
Submitted by: Stephen J. Roznowski <sjr@home.net>
1997-12-20 22:31:37 +00:00
Julian Elischer
61d16a0424
Add Japanese EUC time definitions
...
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-12-19 22:46:23 +00:00
Bruce Evans
939d5a3dd8
Only remove ${CLEANFILES} in the default clean rule. In particular,
...
don't remove a.out explicitly. a.out should only be generated for
libraries and is removed in the non-default rule in bsd.lib.mk.
Removed undocumented cleanfiles target. It was the same as the
default clean target except it didn't descend into subdirs. It was
different from special clean targets in other ways. This feature
hasn't been missed for more important targets.
Removed unused default cleandepend target. bsd.dep.mk has a better
version which is always used.
Use a better rule for checkdpadd in the BINFORMAT=aout case. This
mainly checks that ld -f is working correctly. The old rule is
still available via `make BINFORMAT=foo checkdpadd' and should be
used to check for regressions under 2.2 where ld -f is not available.
1997-12-19 18:48:45 +00:00
Bruce Evans
c6d8090e2c
Oops, the previous patch was botched.
1997-12-18 12:56:52 +00:00
Bruce Evans
363cefc57b
<bsd.doc.mk> now includes ../Makefile.inc, so don't include it here.
1997-12-17 19:26:07 +00:00
Bruce Evans
f0adc726c5
Oops, rm -f can't handle empty lists.
1997-12-17 15:35:09 +00:00
Bruce Evans
c0849ac85c
Oops, rm -f can't handle empty lists.
1997-12-17 15:18:53 +00:00
Bruce Evans
4e9229ba67
Don't clean files that we don't create.
...
Fixed style of empty test.
Include <bsd.libnames.mk> if `checkdpadd' is being made, so that it can
:e checked until it goes away.
1997-12-17 13:40:00 +00:00
Bruce Evans
e3ace70e1e
Normally don't include <bsd.libnames.mk>. Include it in the !aout case
...
(as in bsd.prog.mk). Include it if `checkdpadd' is being made, so that
it can be checked until it goes away.
Don't clean files that we don't create.
Fixed style of empty test.
1997-12-17 13:36:44 +00:00
Bruce Evans
079512d1a2
Removed gross dir file bootstrap rule again. It would break building
...
when there is no /usr/src/share/info if it were actually used.
Added comments to explain duplicated tex commands.
Use substitution in IFILENS to simplify some things.
Removed /g from many substitutions. It is bogus for anchored matches.
Don't echo nothing.
Don't add things that wouldn't be built with the current options to
CLEANFILES (except for some cases involving tex).
Reviewed by: wosch
1997-12-16 18:29:48 +00:00
Brian Somers
d828cf3359
Remove the UK phone codes from inter.phone and create
...
uk.phone (in line with na.phone). This is a more detailed
list than the one in inter.phone.
Add uk.postcodes. I've prefixed it with `uk' to leave room
for (maybe) au.postcodes etc. (if someone feels so inclined).
Obtained from: http://www.brainstorm.co.uk/public/utils
Ok'd to use by: steve@brainstorm.co.uk (Steve Crook)
1997-12-16 04:05:14 +00:00
Wolfgang Helbig
e525599ef1
Add libcalendar
1997-12-15 20:30:38 +00:00
Wolfram Schneider
b31409f379
Optimize rm(1) usage.
1997-12-14 15:38:47 +00:00
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
Bruce Evans
7ffe3d1c5d
Oops, comment lines can't be indented either.
1997-10-21 10:39:27 +00:00
Bruce Evans
1bfc282680
Oops, comment lines can't be continued.
1997-10-21 10:36:07 +00:00
Bruce Evans
6e47de28bb
Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialialized
...
variables were lost when we removed -W, and 23 new ones including at
least one serious one have crept in for LINT.
Restored -Winline to CFLAGS. This gives only 3 old warnings and 1 new
for LINT.
1997-10-21 06:53:24 +00:00
Daniel O'Callaghan
5cf073070a
Make rc.conf man page reflect reality w.r.t firewall_{*}.
1997-10-20 08:37:59 +00:00
Joerg Wunsch
950c80614a
Document the new fdc(4) flags.
1997-10-19 13:12:35 +00:00
Kazutaka YOKOTA
63f87bd194
Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
...
in console.h.
Pointed out by bde.
1997-10-19 10:45:18 +00:00
Søren Schmidt
57bac26ee9
Add a little example on libvgl usage.
1997-10-16 07:29:26 +00:00
Joerg Wunsch
83f31ab169
Improve my hack from rev 1.6 of displayq.c, and make the TCP
...
connection timeout controllable by a new printcap(5) capability named
`ct' (connectiom timeout), defaulting to 120 seconds (which is the
default TCP connection timeout).
Would anybody see a problem with merging all this into RELENG_2_2?
1997-10-14 16:01:02 +00:00
Wolfram Schneider
938d2a75bd
Support output format html.
...
Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.
1997-10-12 18:54:34 +00:00
Peter Wemm
cc19d8867b
Update de.4 to list new media options. Hopefully this is reasonably
...
correct.
1997-10-12 02:20:54 +00:00
Wolfram Schneider
3f3e72d5f9
Do not use an intermediate file. The intermediate filename will go
...
into the info output which may breaks other programs (e.g. info2html).
1997-10-11 17:30:18 +00:00
Joerg Wunsch
1cec8ce72a
Update to match reality. PAP/CHAP are now implemented, a number of bugs
...
fixed as well.
1997-10-11 11:27:25 +00:00
Poul-Henning Kamp
2a94e401b5
Update malloc.9 to reflect new reality.
1997-10-11 08:11:31 +00:00
Poul-Henning Kamp
c9405c2f11
Be a little closer to current reality.
1997-10-11 07:39:45 +00:00
Wolfram Schneider
8d20e51f0a
Bugfix for rev 1.41:
...
makeinfo does not understand the tex command \input
1997-10-09 18:14:18 +00:00
Jordan K. Hubbard
480bf84775
Back out my last commit - the trailing / should stay and fetch(1) should
...
stop puking on null directory components.
1997-10-08 12:07:09 +00:00
Jordan K. Hubbard
59daeba4f1
Remove trailing slash from MASTER_SITE_BACKUP example since it
...
can lead to two trailing /'s, which is in turn an invalid URL (just
bit me :-).
1997-10-08 10:56:27 +00:00
Satoshi Asami
f210c44ab8
Install ${PKGDIR}/MESSAGE as /var/db/pkg/${PKGNAME}/+DISPLAY if it exists.
...
Reviewed by: kiri
1997-10-08 05:04:48 +00:00
David E. O'Brien
49bd5a95e6
Add login.conf(5) to "SEE ALSO".
...
ISSUES:
An example and better explansion on how to use login classes is needed
in both passwd.5 and login.conf.5.
1997-10-07 05:35:52 +00:00
Jordan K. Hubbard
97fe7f477f
Changes to support full make parallelism (-j<n>) in the world
...
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
1997-10-05 09:40:24 +00:00
Wolfram Schneider
7c31952e23
Delete redundant entries.
...
Run tex twice due cross references.
Cleanup many tex generated files in `make clean'
Format latin1 output in 80 characters column (was ~110 characters).
1997-10-04 13:00:56 +00:00
Jordan K. Hubbard
e6b43fd1a1
Correct typo.
...
PR: 4681
Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1997-10-03 03:34:00 +00:00
Jordan K. Hubbard
c451e37b82
src-contrib-crypto is now just src-crypto (unless the user wants to see
...
tons of stuff in an Attic).
1997-10-02 00:01:36 +00:00
Wolfram Schneider
4e8f5527a1
Support output formats dvi, ps, latin1.
1997-10-01 21:35:14 +00:00
David Greenman
eb48dd32da
Updated for the new media selection mechanism.
1997-09-30 15:19:49 +00:00
Wolfram Schneider
a203eb6ef6
Case insensitive sort. Ignore troff comments. Bugfixes.
1997-09-29 12:41:35 +00:00
Wolfram Schneider
bceb8aed9e
Sort cross refereces in section SEE ALSO.
1997-09-29 10:11:02 +00:00
Jordan K. Hubbard
6b60b66862
Document the ever decreasingly popular USA_RESIDENT variable.
1997-09-28 22:11:21 +00:00
Mark Murray
73357bc9b4
Final commit for KTH KerberosIV.
...
-DMAKE_EBONES -> -DMAKE_KERBEROS4
1997-09-28 09:29:11 +00:00
Mike Smith
7f30bd2e15
Update documentation for the 'ex' driver to indicate that it supports
...
the Pro/10+ cards as well.
1997-09-26 17:16:52 +00:00