Commit Graph

2558 Commits

Author SHA1 Message Date
Jordan K. Hubbard
b0cd3c3ef2 Clean up a rather incorrectly phrased
set of instructions on lndir usage.
1997-02-22 09:37:19 +00:00
John Polstra
a7204231eb 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
John Polstra
de33f84772 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
John-Mark Gurney
f79219c3ea 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
Hiroyuki Hanai
72b225c118 Update the ``Original revision:'' fields and fix the typo of translation date
in install.sgml
1997-02-20 04:00:10 +00:00
John Fieber
2745e1ab7e Fix the rawrite.exe URL. 1997-02-19 21:57:02 +00:00
John Fieber
9893efffef Fix the url for rawrite.exe. 1997-02-19 21:54:44 +00:00
John Fieber
15c6dfe8e6 Latest release is 2.1.7.
Someone who knows Japanese ought to update the date.
1997-02-19 16:44:22 +00:00
John Fieber
d3a39bfb6e Latest release is 2.1.7. 1997-02-19 16:41:47 +00:00
Adam David
5dfbf82ffb updated entries for France
added entries for former Soviet territories matching "*stan"
1997-02-19 02:56:43 +00:00
John Dyson
377a4b0779 New area code for certain parts of central Indiana. 1997-02-18 21:52:35 +00:00
Justin T. Gibbs
2e3507efc7 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
Hiroyuki Hanai
c7c98f4989 Sync with the original(merge the changes in 1.212 - 1.216 of original
handbook).
1997-02-18 03:19:49 +00:00
Hiroyuki Hanai
ce59c55716 Sync with the original 1997-02-18 03:00:25 +00:00
Joerg Wunsch
5263d0898e 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
Mike Pritchard
9cb8091ff0 These will appear in 2.2, not 3.0.
Pointed out by: wosch
1997-02-17 16:39:53 +00:00
Mike Pritchard
0f63118af8 These man pages will first appear in FreeBSD 2.2, not 3.0. 1997-02-17 15:22:20 +00:00
Mike Pritchard
9428d8555c Typo fix. Closes PR#2753.
Submitted by:	 Stephen J. Roznowski <sjr1@flash.net>
1997-02-17 15:08:21 +00:00
Thomas Gellekum
2731fd39ed Add Kenneth Monville for his xalarm port. 1997-02-17 10:20:59 +00:00
Hiroyuki Hanai
e97f6701f7 Oops! I've forgotten to sync "Original revision:" field. 1997-02-17 09:23:41 +00:00
Hiroyuki Hanai
61cc7cb58b Sync with the original. 1997-02-17 09:19:17 +00:00
John-Mark Gurney
055ef91403 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
David E. O'Brien
71e1edb218 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
Bruce Evans
b96ab0b039 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
Hiroyuki Hanai
a025037043 Sync with the original. 1997-02-17 04:48:56 +00:00
Hiroyuki Hanai
4bb098a0cd Sync with original contrib.sgml 1997-02-17 04:41:22 +00:00
Hiroyuki Hanai
83fa115599 Sync with original authors.sgml 1997-02-17 04:36:30 +00:00
Wolfram Schneider
3e0f6b97b2 Cosmetic changes for better HTML output. 1997-02-17 00:07:54 +00:00
Wolfram Schneider
934d03e415 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
Bruce Evans
dab159e3d6 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
Mike Pritchard
8b3a341046 Typo police. 1997-02-16 16:36:31 +00:00
Mike Pritchard
51ac664f83 Typo and style fixes. 1997-02-16 16:36:17 +00:00
Wolfram Schneider
5340c449dd 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
Wolfram Schneider
e0d769c5c8 Install new intro.5 man page. 1997-02-16 12:13:32 +00:00
Wolfram Schneider
92f2618c58 Add cross references to apropos(1), intro(5), intro(6). 1997-02-16 12:12:00 +00:00
Wolfram Schneider
d4be225939 Remove unsupported man section 3f 1997-02-16 11:46:54 +00:00
Wolfram Schneider
92eea88bbc Add directory man6 to SUBDIR 1997-02-16 11:35:05 +00:00
Wolfram Schneider
97750a7d6b Add an intro for games. 1997-02-16 11:30:03 +00:00
Peter Wemm
098f7d11d1 Update my pgp key 1997-02-16 03:27:52 +00:00
David E. O'Brien
765c61ce45 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
David E. O'Brien
6880351389 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
Poul-Henning Kamp
c685f73d2a Update my pgp key. 1997-02-15 22:11:13 +00:00
Joerg Wunsch
7fbb1f9df1 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
Masafumi Max NAKANE
a5774a37ed Added Kiroh HARADA for his gn-gnspool port. 1997-02-15 11:15:43 +00:00
John Polstra
39a2443fbd 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
Mike Pritchard
6e768644e1 Style fixes. 1997-02-14 07:47:37 +00:00
Hiroyuki Hanai
a99965e29d Reviewed by:
Submitted by:
Obtained from:
1997-02-14 07:26:36 +00:00
Mike Pritchard
e334931601 Xref boot(9). 1997-02-14 07:08:17 +00:00
Mike Pritchard
4c14d8be74 Style fix. 1997-02-14 07:07:13 +00:00
Mike Pritchard
2f581b2bfa Add boot(9) Obtained from NetBSD w/modifications by me. 1997-02-14 07:06:26 +00:00