2579 Commits

Author SHA1 Message Date
jkh
dd2a6abaa8 Clean up a rather incorrectly phrased
set of instructions on lndir usage.
1997-02-22 09:37:19 +00:00
jdp
edb50f92b9 Add a section describing the available CVSup collections. I'm not
wild about the way it looks, but at least the information is there.
1997-02-21 03:43:24 +00:00
jdp
f20c59e7de Split the "Obtaining FreeBSD" appendix into four sections, for
CD-ROM, FTP, CTM, and CVSup.  Adjust cross-references accordingly.
Add a list of CVSup mirror sites, and reference it from the CVSup
tutorial.

Also, fix a spelling error in the porting document.
1997-02-21 01:02:46 +00:00
jmg
8a1a9ae6d7 added man page for /dev/sysmouse. (and activate it)
plus add appropriate xrefs now that we have {cd,sd,st}.9
1997-02-20 15:14:59 +00:00
hanai
911e329be4 Update the ``Original revision:'' fields and fix the typo of translation date
in install.sgml
1997-02-20 04:00:10 +00:00
jfieber
1a5d9e17d0 Fix the rawrite.exe URL. 1997-02-19 21:57:02 +00:00
jfieber
dacdeaf0af Fix the url for rawrite.exe. 1997-02-19 21:54:44 +00:00
jfieber
5a1f3b8495 Latest release is 2.1.7.
Someone who knows Japanese ought to update the date.
1997-02-19 16:44:22 +00:00
jfieber
c5e18de6d3 Latest release is 2.1.7. 1997-02-19 16:41:47 +00:00
adam
5ce9637600 updated entries for France
added entries for former Soviet territories matching "*stan"
1997-02-19 02:56:43 +00:00
dyson
58e2f6b9ce New area code for certain parts of central Indiana. 1997-02-18 21:52:35 +00:00
gibbs
a7fe8a4f07 Update to match reality. Give more indepth description of SCB paging
and tagged queueing.  Mention the AHC_ALLOW_MEMIO option.
1997-02-18 20:27:26 +00:00
hanai
3f2bb8dbd8 Sync with the original(merge the changes in 1.212 - 1.216 of original
handbook).
1997-02-18 03:19:49 +00:00
hanai
46b8f9ea58 Sync with the original 1997-02-18 03:00:25 +00:00
joerg
140668552c Various sanitizations:
. Don't clobber the TERM setting; it's supposed to be done by /etc/ttys
  already.
. Comment out the Interviews stuff, 98 % of all users probably won't
  ever use it.
. Install the files with better default permissions in the skeleton
  directory; pw(8) retains the permissions when creating a new
  acount, and installing them read-only is stupid, yet installing
  .rhosts world-readable is dangerous.

2.2 candidate
1997-02-17 18:56:29 +00:00
mpp
440508194b These will appear in 2.2, not 3.0.
Pointed out by: wosch
1997-02-17 16:39:53 +00:00
mpp
7e0c67f1a8 These man pages will first appear in FreeBSD 2.2, not 3.0. 1997-02-17 15:22:20 +00:00
mpp
7ba6a224c0 Typo fix. Closes PR#2753.
Submitted by:	 Stephen J. Roznowski <sjr1@flash.net>
1997-02-17 15:08:21 +00:00
tg
c674b6df12 Add Kenneth Monville for his xalarm port. 1997-02-17 10:20:59 +00:00
hanai
5264501b8e Oops! I've forgotten to sync "Original revision:" field. 1997-02-17 09:23:41 +00:00
hanai
a8fabd0fab Sync with the original. 1997-02-17 09:19:17 +00:00
jmg
89db977f7e Bring intro(3) a bit closer to reality:
1)	comment out xref to non-existant libc(3)
2)	comment out reference to Fortran specific section (3f)
3)	add libkvm with reference to kvm(3)
4)	comment out xref to non-existant pc(1)
5)	comment out libplot and libplotf77
6)	fix problem with -ltermcap not being parenthesized
7)	sort files listing

still missing most of the libraries that exist in /usr/lib.

Closes PR#1151
1997-02-17 08:30:16 +00:00
obrien
bd82dca7d7 Submitted by: Dave Cornejo <dave@dogwood.com>
ftp.shsu.edu is no longer maintained - they refer you to the mirror I
maintain at ftp.cdrom.com
1997-02-17 08:20:36 +00:00
bde
40f9a4d635 Removed bogus NOOBJ ifdef which was added in rev.1.18-1.19. SRCS is
for C sources only and must not be set if you don't want C objects.

This should fix PR2748.

This should go in 2.2.
1997-02-17 07:52:37 +00:00
hanai
0998262e67 Sync with the original. 1997-02-17 04:48:56 +00:00
hanai
1e6d4be897 Sync with original contrib.sgml 1997-02-17 04:41:22 +00:00
hanai
d632b93270 Sync with original authors.sgml 1997-02-17 04:36:30 +00:00
wosch
628ea945c2 Cosmetic changes for better HTML output. 1997-02-17 00:07:54 +00:00
wosch
b571d817ff Bugfixes for HTML output:
- use ${MACROS} for macro package and not hard-coded -ms
	   Note: -me is currently not supported by unroff(1).
	 - use only ${SRCS} as input files.
1997-02-16 22:23:44 +00:00
bde
9e8f1bd4ec Select between the generic math functions and the i387-specific ones
at runtime.

etc/make.conf:
Nuked HAVE_FPU option.

lib/msun/Makefile:
Always build the i387 objects.  Copy the i387 source files at build
time so that the i387 objects have different names.  This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.

lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.

lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.

sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization.  The PIC case is
messy.  The old i387 entry points are renamed.  Renaming is easier
here because the names are given by macro expansions.
1997-02-16 18:26:31 +00:00
mpp
fc5407d7e7 Typo police. 1997-02-16 16:36:31 +00:00
mpp
ef958d74d6 Typo and style fixes. 1997-02-16 16:36:17 +00:00
wosch
c5999ae21f Lowercase file name for contents. All other directories (psd, smm, usd)
use the file name "contents".

Reviewed by:
Submitted by:
Obtained from:
1997-02-16 12:33:56 +00:00
wosch
39a1732e86 Install new intro.5 man page. 1997-02-16 12:13:32 +00:00
wosch
5ef942548e Add cross references to apropos(1), intro(5), intro(6). 1997-02-16 12:12:00 +00:00
wosch
1bd73cbeef Remove unsupported man section 3f 1997-02-16 11:46:54 +00:00
wosch
2ba486fa8a Add directory man6 to SUBDIR 1997-02-16 11:35:05 +00:00
wosch
29189c8b92 Add an intro for games. 1997-02-16 11:30:03 +00:00
peter
53ab1fe75b Update my pgp key 1997-02-16 03:27:52 +00:00
obrien
3dc079c8c5 Fixed URL for ftp.tex.ac.uk in MASTER_SITE_TEX_CTAN.
Added ftp.shsu.edu and ftp.dante.de used by jmz in the latex port.
1997-02-16 02:51:17 +00:00
obrien
a010d43681 Added:
Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>  - big5con port
Justin M. Seger <jseger@scds.ziplink.net>  - bing port

Opps!  Forgot to add Jordan K. Hubbard for his xspringies port.
1997-02-16 01:45:42 +00:00
phk
f3de6cf604 Update my pgp key. 1997-02-15 22:11:13 +00:00
joerg
799b928d3f Update my PGP key (two new sigs). Being at it, fix up jmb's entry,
you can't use &a.foo; inside <verb>, apparently.

Also claim Usenet Support as my `area', now that i'm doing it
anyway...
1997-02-15 17:23:18 +00:00
max
74dcb87f9a Added Kiroh HARADA for his gn-gnspool port. 1997-02-15 11:15:43 +00:00
jdp
ac84b047f7 Add jdp's pgp key.
I will sync up -2.2 to this point (except Id->FreeBSD).
1997-02-14 22:00:36 +00:00
mpp
6a98120bf1 Style fixes. 1997-02-14 07:47:37 +00:00
hanai
0034c7852d Reviewed by:
Submitted by:
Obtained from:
1997-02-14 07:26:36 +00:00
mpp
bcd3297bf1 Xref boot(9). 1997-02-14 07:08:17 +00:00
mpp
9e313d9014 Style fix. 1997-02-14 07:07:13 +00:00
mpp
9e35d348fd Add boot(9) Obtained from NetBSD w/modifications by me. 1997-02-14 07:06:26 +00:00