John Fieber
9b1ae6a7f3
Typo.
1995-11-27 01:46:51 +00:00
Satoshi Asami
a33f5158b1
Add Donald Burr <d_burr@ix.netcom.com> for his contribution of the
...
workman port.
1995-11-26 13:44:48 +00:00
Satoshi Asami
a72b1b79b2
Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable files
...
too. Basically, if the name starts with a "/", it's tested with "test -e";
otherwise, it's tested with "witch -s".
Reviewed by: the ports list (well at least nobody complained)
1995-11-26 12:35:49 +00:00
Jordan K. Hubbard
3b34e61a0a
My reorganization of chapter 9.
...
Reviewed by: jfieber
1995-11-25 20:00:49 +00:00
Jordan K. Hubbard
f2e2018809
Various tweaks to things I noticed while reading these docs.
1995-11-24 07:55:27 +00:00
Satoshi Asami
9357b8ba06
Update Japanese mirror site list and put it in proper alphabetical
...
location.
While I'm here, correct a minor typo in HK's server.
1995-11-21 10:56:12 +00:00
Peter Wemm
10459e8c10
Link up John Hay's ar(4) man page..
...
This shouldn't conflict with ar(1) because of the search order...
1995-11-21 04:02:37 +00:00
Peter Wemm
fbe98235bb
Man page for the Arnet driver..
1995-11-21 03:07:26 +00:00
Ollivier Robert
b348eb87ac
Add a few questions, especiallyuy two answered by Jordan in Usenet.
...
Change one to a better form. Add a mention about quotas.
1995-11-20 22:51:01 +00:00
Ollivier Robert
0e6397868d
Add several questions to the FAQ.
...
Chnge references to the *.FAQ files into URL for the Handbook.
Synch. with 2.1.0R releases notes.
1995-11-20 22:32:13 +00:00
Julian Elischer
92398c66ee
brought up-to-date with regards to some aspects of the scsi system
...
doubtlessly imported new and interesting spelling errors..
1995-11-20 05:46:00 +00:00
John Fieber
c89d9c5a91
Bring 2.1 changes back into the head.
1995-11-20 01:10:33 +00:00
Jordan K. Hubbard
43849ddc7b
Add Polish site to Mirrors.
1995-11-19 19:51:43 +00:00
Jordan K. Hubbard
4199b4c257
Aign! I only changed the name tag, not the URL. Now they're both in sync.
1995-11-19 19:40:18 +00:00
Jordan K. Hubbard
c23fb23b51
Update URL for Hong Kong mirror.
1995-11-19 19:38:27 +00:00
Satoshi Asami
df4f0253cd
Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.
...
NO_MTREE should work as advertised (for both direct installation and
pkg_add) now.
1995-11-17 16:49:40 +00:00
Gary Palmer
e265b77bef
Change the handling of the leapseconds so that if LEAPSECONDS isn't
...
defined, it doesn't call zic with -L /dev/null, and instead doesn't
use -L at all
1995-11-16 02:00:38 +00:00
Satoshi Asami
33903a061a
Dvorak keyboard users of the world unite!
...
us.dvorak.kbd: The "standard" (note the quotes, there really isn't any
standard for non-alphanumeric keys in the Dvorak
world) version, identical to what MicroSoft
distributes in their DOS-6.22 supplementary disk.
us.dvorakx.kbd: The version I use, three pairs swapped (esc <-> `~,
clock <-> lctrl, and =+ <-> \|) from the above.
1995-11-15 11:49:49 +00:00
Jordan K. Hubbard
84ae26b1b1
Use proper emphasis formatting directives.
1995-11-15 07:44:56 +00:00
Satoshi Asami
fc315fd89d
contrib.sgml: Add my name to the "who's doing what" list.
...
porting.sgml: Update concerning the recent changes in pkg/COMMENT
policy (no package name in front).
1995-11-14 23:58:43 +00:00
Peter Wemm
fdd453c18f
Add "what I'm responsible for" to the contrib.sgml file...
1995-11-14 22:29:35 +00:00
Jordan K. Hubbard
a31a689128
Merge from 2.1 (got the direction backwards - argh!).
1995-11-14 13:54:06 +00:00
Ollivier Robert
ecd506c811
Update about the latest news about 2.1.
1995-11-13 22:53:21 +00:00
Garrett Wollman
a3d78181c6
Correctly spell Phnom Penh for tzsetup.
1995-11-13 16:52:39 +00:00
Ollivier Robert
7e2e1c064b
Update the FAQ.
...
Is there anyone who could give me an account on a faster-than-20-bytes-per
second line to the US (not EBONE) ? I'm having too many problems connecting
to freefall to do commits... It would be better if it could be a ssh-protected
account, that would give a strong authentication.
The RENATER line (and thus EBONE) is almost dead for remote login after
10AM european time... :-(
Thanks in advance.
1995-11-13 08:24:59 +00:00
Jordan K. Hubbard
6a79936e89
Add Peter Wemm to core team.
1995-11-13 05:14:01 +00:00
Jordan K. Hubbard
eeca7892a6
Fix some spelling errors and refer to st0 and st1' rather than
cd0 and cd1'
...
in places (whoops!).
Submitted by: John Lind <john@starfire.mn.org>
1995-11-05 23:01:18 +00:00
Bill Paul
d38ba48d08
Document newly-added NIS support.
1995-11-04 19:15:04 +00:00
Bruce Evans
4ff3de8e80
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
...
misplaced extern declarations (mostly prototypes of interrupt handlers)
that this exposed. The prototypes should be moved back to the driver
sources when the functions are staticalized.
Added idempotency guards to <machine/conf.h>. "ioconf.h" can't be
included when building LKMs so define a wart in bsd.kmod.mk to help
guard against including it.
1995-11-04 17:08:13 +00:00
Andrey A. Chernov
f550ee3d9b
Cleanup make process per Bruce suggestions
...
Add ru_SU.CP866 time locale
1995-11-03 15:08:10 +00:00
Andrey A. Chernov
3861c86a42
Cleanup make process per Bruce suggestions
1995-11-03 14:53:53 +00:00
Andrey A. Chernov
1b31f20e14
Add $id$ and ${COPY}
1995-11-03 14:51:45 +00:00
Andrey A. Chernov
40e33105d2
Cleanup make process per Bruce suggestions
1995-11-03 14:39:11 +00:00
Andrey A. Chernov
01eddd5836
Remove startup_locale reference.
...
Add LANG variable description.
1995-11-02 12:53:26 +00:00
Gary Palmer
6c680b8484
Minor changes. Note that the ICMP code will either send a host unreachable
...
or port unreachable as appropriate.
1995-11-01 00:42:17 +00:00
Paul Traina
290b1ca54e
Close out kern/46.
...
Make documentation match reality. -link2 is used to switch ports on 3COM
cards.
1995-10-28 22:47:12 +00:00
Peter Dufault
6014174c34
Add entries for labpc.4, nca.4, scd.4, and sea.4 to the
...
Makefile so that they are installed. The man pages are already
present.
1995-10-28 13:27:51 +00:00
Jordan K. Hubbard
733972332a
Sync with version 1(26).
...
Submitted by: Frank Durda IV <uhclem@fw.ast.com>
1995-10-25 16:47:54 +00:00
Jordan K. Hubbard
a606079304
Correct typo from 2.1
1995-10-24 02:23:42 +00:00
Torsten Blum
7395d17b1b
fix a typo (IFNAMSIZE -> IFNAMSIZ)
...
Obtained from: the NetBSD bugs mailinglist
1995-10-23 00:46:07 +00:00
John Fieber
3607ca745e
Lots of tweaks.
...
Submitted by: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
1995-10-22 00:42:14 +00:00
Bruce Evans
eb89687138
Fix maninstall target for the NOMANCOMPRESS case. The previous revision
...
failed when there was an obj directory. Use .PATH.n for installing too
so that make can find the source files. This allows the source files to
be in several directories (the old method using cd only works well for
a single directory). The dependencies are on the source files even for
the compressed case, although it would be more flexible to depend on the
files being installed, so that `make install' doesn't attempt to build
things
Force COPY to -c for the NOMANCOMPRESS case. Then the files to be installed
are always sources, so they must not be moved.
1995-10-21 18:18:46 +00:00
Torsten Blum
fa5b0f7cdb
change Frank Bartels mail address
...
Requested by: Frank Bartels <knarf@camelot.de>
1995-10-21 17:51:47 +00:00
Bruce Evans
a9076ea0bc
Add `.sh' suffix and rule.
...
Enable `.c' rule. (Null suffix rules were disabled because of bugs in old
versions of make.)
Add ${LDFLAGS} to all rules that involve linking.
1995-10-21 12:46:02 +00:00
Bruce Evans
ee911e5456
Remove private rules for clean, depend, lint, tags and install.
...
The private clean rules have been broken since we started
building compressed man pages in the obj directory and the
others don't do anything different from the general rules.
1995-10-21 11:02:01 +00:00
John Fieber
51ae815957
Add a hint about generating postscript docs.
...
Submitted by: "Julian H. Stacey" <jhs@freebsd.org>
1995-10-18 05:07:43 +00:00
John Fieber
866c7a8f02
Clean up entries for supported CD-ROM drives.
...
Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
1995-10-18 04:05:16 +00:00
Satoshi Asami
030fc19811
Back out the two latest changes. The -current branch is now equal to
...
the -stable branch except the change between 1.182 -> 1.183.
1995-10-17 20:58:08 +00:00
Bruce Evans
9123d7efcf
Add a man page for the dgb driver.
...
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
(English improved a bit by me.)
1995-10-17 17:38:42 +00:00
Andrey A. Chernov
d087a6170b
Add NO_FETCH handling in the similar way as other NO_* targets does
1995-10-16 14:27:20 +00:00