Commit Graph

3055 Commits

Author SHA1 Message Date
Jean-Marc Zucconi
7344a61e7b Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
These commands are required for the "Disk-At-Once" write process:
WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas
and WORMIOCWRITESESSION is used to send  the table of contents of the disk.
1997-06-02 20:05:39 +00:00
Masafumi Max NAKANE
e134b4d4a9 Typo fix. 1997-05-30 15:43:36 +00:00
Peter Wemm
122c2021d3 An overhaul of style.9 to clear up some of the ambiguities. A number of
things are explicitly stated now rather than being implied by example.

Obtained from: Quite a few people over the last few weeks
Reviewed by: core
1997-05-27 10:00:08 +00:00
Wolfram Schneider
05567545f5 Add a `strip' target which remove the ^H from plain text files. 1997-05-25 12:43:06 +00:00
Doug Rabson
f8a7448fcc Add "-assert pure-text" to the link line. The warnings about RRS
relocations in text sections are now dependant on this flag.
1997-05-23 17:50:35 +00:00
Peter Wemm
c9b143ca1c Disconnect the FAQ and handbook from the makefiles and remove the files.
The FAQ and handbook have been repository copied to their own top-level
("doc") directory in the cvs tree which will not be branched so as to
avoid the syncing problems.  At some point, the sgml text will require
formatting tools that will be from ports rather than the main source tree.

Requested by:	 jfieber, jkh
1997-05-23 12:55:14 +00:00
Peter Wemm
d8888419c5 wl.4 was missing from the MAN4 list 1997-05-23 12:07:33 +00:00
Satoshi Asami
15db27b831 Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined
with ${CXX} at the end; the only problem was, the directory name is
"g++" and ${CXX} is defined as "c++" in sys.mk.
1997-05-23 08:38:46 +00:00
David E. O'Brien
3c933bcddd Updated some wording for 3.x.
Added MASTER_STIE_LOCAL and updated it's location.
Added -N to diff options to ensure the diff includes new files.
Mentioned that USENET news ports should use ${PREFIX}/news.
Refromatted some of the comments w/in the sample Makefile so they wouldn't
	wrap in the latin1 format.
General updating and minor word changes.
1997-05-23 08:19:19 +00:00
Masafumi Max NAKANE
af89f602b4 Merge the EN version changes, 1.18 -> 1.19. 1997-05-23 07:26:04 +00:00
Brian Somers
75795a87aa Add LIBALIAS. 1997-05-23 04:48:23 +00:00
John Polstra
3f72ab23cd Add the new doc-all collection. 1997-05-23 04:17:44 +00:00
Mike Smith
6762ff9bd6 Add wl.4
Reminded by:	joerg
1997-05-23 03:21:36 +00:00
Mike Smith
e847647398 Manpage for the 'wl' Wavelan driver. 1997-05-22 08:52:23 +00:00
Masafumi Max NAKANE
3b0091645a Merge the EN version chages, 1.247 -> 1.249. 1997-05-21 08:28:12 +00:00
Satoshi Asami
3fbb21ddba Add Brian Handy <handy@lambic.space.lockheed.com> for his bclock
port submission.
1997-05-21 04:19:23 +00:00
Satoshi Asami
a4104f235c Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update. 1997-05-21 03:27:15 +00:00
Masafumi Max NAKANE
717e6a1a64 Merge the EN version changes, 1.246 -> 1.247. 1997-05-20 14:25:19 +00:00
Philippe Charnier
d4af06e356 Remove me from add. contributors, I am now in committers. 1997-05-20 11:13:54 +00:00
Masafumi Max NAKANE
57b2860e4c Merge the EN version changes, 1.245 -> 1.246. 1997-05-20 02:04:34 +00:00
Masafumi Max NAKANE
ecdead78b8 Merge the en version changes, 1.67 -> 1.69. 1997-05-20 02:03:00 +00:00
Masafumi Max NAKANE
0ebc4fdc90 Merge the EN version changes, 1.17 -> 1.18. 1997-05-20 01:53:11 +00:00
John Fieber
71faa51e6d Fixed botched author entity definition. 1997-05-20 00:32:52 +00:00
Joerg Wunsch
cc04bc5fed Add a man page for sppp(4). 1997-05-19 22:04:40 +00:00
John Polstra
af37439b0e Add the new src-contrib-crypto collection. 1997-05-19 17:39:20 +00:00
Jean-Marc Zucconi
16a086a02f The 'wormcontrol select' command no more exists. 1997-05-19 17:35:57 +00:00
Jean-Marc Zucconi
1ad8b2cb84 A few improvements to the worm driver.
- remove all calls to scsi_stop_unit(). Some drives refuse commands when
  stopped. This will fix the 'device not configured' message which was
  cleared after opening/closing the tray.
- Never set the logical block address in the scsi_cmd struct when writing.
  The computation was bogus for block sizes not a multiple of DEV_BSIZE.
  (the bug is still there in the READ case)
- reset the block size to the 2048 bytes in finalize_track() track to avoid
  an error when mounting a disk after an audio write.
- remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time
  (see scsiconf.c)
- change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible
  to select more track options (copy bits, ISRC codes, track type,
  track number)
- add an error handler to catch false errors (warnings in fact) and record
  the error type.
- add an ioctl call (WORMIOERROR) to get more information on the nature of the
  error when a command or a write failed.
- add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing
  the device (closing the device still finalize the track if the command was
  not performed)

Approved by:	joerg
1997-05-19 17:30:50 +00:00
John Polstra
7136226da3 Include the new "src-contrib-crypto" collection. 1997-05-19 17:22:52 +00:00
Eivind Eklund
6ad98044a1 it's'' -> its'' where appropriate and typo fixes in time2posix.3.
Closes PR docs/3612.

Submitted by:	Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
Joerg Wunsch
1b5639dd31 Fix my usual omission: add Philippe Charnier to the list of contributors.
Reminded by:	max
1997-05-19 15:54:37 +00:00
Masafumi Max NAKANE
7c7a602790 Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
Merge the EN version changes, 1.15 -> 1.17.
1997-05-19 14:12:49 +00:00
Satoshi Asami
e2e7cf5071 Typo fix. Also, __FreeBSD_version of -current doesn't change after
each release anymore. :)
1997-05-19 12:32:34 +00:00
Poul-Henning Kamp
6826307cf8 Mention that flags 0x10000 disables test#3 1997-05-18 21:24:04 +00:00
Masafumi Max NAKANE
3d0bf1aa99 Merge the EN version changes, 1.69 -> 1.70. 1997-05-18 12:16:02 +00:00
Masafumi Max NAKANE
bb4d7a4e09 Bump the original revision by one.
(The previous commit took care of merging the en version changes.)
1997-05-18 12:01:35 +00:00
Satoshi Asami
83103484a4 Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2. 1997-05-18 03:35:01 +00:00
Satoshi Asami
d00a5fbff7 Change name of current release to 2.2.2. This should be in 2.2.2, it
will be pretty darn embarrassing to ship a release with a handbook
that claims it's one version older. :)
1997-05-18 03:30:20 +00:00
Hiroyuki Hanai
8af330bab0 Change the release name 1997-05-18 02:30:50 +00:00
Masafumi Max NAKANE
22cd91e3d2 Merge the en version changes, 1.244 -> 1.245. 1997-05-18 01:30:18 +00:00
Tor Egge
ef1284ada1 Removed my name from the list of contributors.
Corrected my name in the 386BSD Patch kit section.
1997-05-17 22:08:16 +00:00
Masafumi Max NAKANE
d105c05896 Merge the EN version changes, 1.243 -> 1.244. 1997-05-17 16:40:11 +00:00
Masafumi Max NAKANE
e6e77a2684 Added Chris Dabrowski < chris@vader.org> to the additional contributors list
for the traceroute port.
1997-05-17 16:38:25 +00:00
Hiroyuki Hanai
2fd01ec459 New translation of russian.sgml.
Add Motoyuki Konno <motoyuki@st.rim.or.jp> into the
contributors' list for Japanese translation.
Reviewed by: hanai@astec.co.jp
Submitted by: motoyuki@st.rim.or.jp
1997-05-17 16:15:10 +00:00
Brian Somers
bb41ae8349 Add -links option to sgmlfmt (via SGMLOPTS).
This allows people to xref specific parts of the
handbook from elsewhere.
1997-05-17 04:00:26 +00:00
Masafumi Max NAKANE
3dcc3a1ffa Merge the en version change, 1.242 -> 1.243. 1997-05-17 03:50:40 +00:00
Masafumi Max NAKANE
7ec0febd8e Added Carey Jones <mcj@acquiesce.org> to additional contributors list for
the slrn port.
1997-05-17 03:48:32 +00:00
Peter Wemm
bb1b4b3bec Forgot to commit this after last bind/resolver update 1997-05-15 20:05:16 +00:00
Hiroyuki Hanai
7c0fbe44e7 Catch up with the original.
Submitted by: HINO Koji <hino@nwk.cl.nec.co.jp>
1997-05-15 04:36:07 +00:00
Masafumi Max NAKANE
f91758ab12 Merge the EN version changes, 1.241 -> 1.242. 1997-05-15 03:56:34 +00:00
Masafumi Max NAKANE
c8c807588f Change Noritaka Ishizumi's e-mail address in the additional contributor list.
PR:		3598
Requested-by:	Noritaka Ishizumi
1997-05-15 03:37:03 +00:00
Jordan K. Hubbard
73ef2076bd mkisofs.new -> mkisofs (whoops! just noticed this) 1997-05-14 09:39:22 +00:00
Masafumi Max NAKANE
8d9b7b9e3f Merge the EN version changes, 1.240 -> 1.241. 1997-05-13 23:01:10 +00:00
Masafumi Max NAKANE
c3db0d498a Merge the EN version changes, 1.65 -> 1.67. 1997-05-13 22:57:43 +00:00
Peter da Silva
5d1d99c60f Add a comment to the >16M and >64M entries for lying COMPAQ BIOSes. 1997-05-13 22:01:50 +00:00
David Greenman
f4b16b0b19 Added Gene Stark as a developer/CVS committer. 1997-05-13 08:39:03 +00:00
Brian Somers
23467b945d Fix a few typos in last commit. 1997-05-13 07:14:26 +00:00
Brian Somers
50a48d7dae Make things more descriptive.
PR:		1847
Submitted by:   Peter Childs <pjchilds@imforei.apana.org.au>
                Dirk-Willem van Gulik <Dirk.vanGulik@jrc.it>
1997-05-12 16:29:48 +00:00
Alexander Langer
2ac0c19008 Typo fix: sq --> qs 1997-05-12 01:56:31 +00:00
John Fieber
59520394f8 Specify EUC-JP character encoding. 1997-05-11 23:26:13 +00:00
Paul Traina
d1ed0d3d16 Update the manual page to call more attention to the probe override flags. 1997-05-11 18:28:08 +00:00
Wolfram Schneider
0d13363288 Add variable LPR for printer command.
Murphy's Law: define LPR=true in /etc/make.conf if you don't want
tomorrow find 3 paper copies (ascii, latin1, postscript) of the
handbook in your printer (or someone else printer on the other half of
the world).
1997-05-11 10:42:00 +00:00
Wolfram Schneider
70c8851f9b Support compressed output. Default is uncompressed output format.
Fix print target.
1997-05-11 00:32:14 +00:00
Jordan K. Hubbard
ea9fb9a43c New Italian keymap
Submitted by:	Gianmarco Giovannelli <gmarco@scotty.masternet.it>
1997-05-10 23:05:41 +00:00
Masafumi Max NAKANE
2914552a87 Remove this file to sync with the English version. 1997-05-10 03:55:55 +00:00
Masafumi Max NAKANE
a24f4b45ff Change translation for some phrase. 1997-05-10 03:48:03 +00:00
Masafumi Max NAKANE
cf9cf5e7ba Merge the en version changes, 1.13 -> 1.15.
Submitted by:	Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-05-10 03:45:18 +00:00
John Fieber
9f944c1498 Remove linuxdoc to latex support. 1997-05-10 03:26:27 +00:00
Masafumi Max NAKANE
bca823fa2a Added russian.sgml and removed troubleshooting.sgml. 1997-05-09 23:09:56 +00:00
Masafumi Max NAKANE
88e5b36b73 Merge the EN version changes, 1.10 -> 1.12. 1997-05-09 23:03:36 +00:00
Masafumi Max NAKANE
560ec2fbb1 Merge the EN version changes, 1.19 -> 1.21. 1997-05-09 23:02:22 +00:00
Masafumi Max NAKANE
88602408d3 Merge the EN version changes, 1.28 -> 1.29. 1997-05-09 23:01:01 +00:00
Masafumi Max NAKANE
97a6e4d373 Merge the EN version changes, 1.15 -> 1.17. 1997-05-09 22:58:07 +00:00
Masafumi Max NAKANE
e6fb6562ac Merge the EN version changes, 1.16 -> 1.17. 1997-05-09 22:57:02 +00:00
Masafumi Max NAKANE
1e3378854c Merge the en version changes, 1.9 -> 1.10. 1997-05-09 22:55:48 +00:00
Masafumi Max NAKANE
adeafa946e Merge the EN version changes, 1.69 -> 1.75. 1997-05-09 22:52:15 +00:00
Masafumi Max NAKANE
efd9cc781a An empty file. (So that we can go ahead 'n' update handbook.sgml and
Makefile.)
The translation is in progress.
1997-05-09 22:44:44 +00:00
Masafumi Max NAKANE
71a6882b45 Merge the EN version changes, 1.22 -> 1.24. 1997-05-09 22:34:36 +00:00
Masafumi Max NAKANE
adf3c1f997 <heading> should be closed by </heading> (not </>). :-) 1997-05-09 06:19:03 +00:00
Masafumi Max NAKANE
f1f3cf1cda Merge the en version changes, 1.11 -> 1.12. 1997-05-09 05:56:24 +00:00
Masafumi Max NAKANE
ba1478c15d Merge the en version changes, 1.52 -> 1.53. 1997-05-09 03:52:17 +00:00
Masafumi Max NAKANE
6eb3f3d24f Merge the en version changes, 1.24 -> 1.25. 1997-05-09 03:41:46 +00:00
Masafumi Max NAKANE
8b6ade04d4 Merge the en version changes made in 1.237 -> 1.240.
While at it, did some tabs <-> spaces conversion to match the JP version
to the EN version so that patch generated by cvs diff handbook/contrib.sgml
can be often reused to update the JP version.
1997-05-09 03:10:34 +00:00
Masafumi Max NAKANE
2a34819c2c Merge the en version changes made in 1.63 -> 1.65. 1997-05-09 03:07:23 +00:00
Masafumi Max NAKANE
b23a15b5eb In one part, the list of addtional contributor wasn't kept in alphabetical
order.
1997-05-09 02:54:53 +00:00
Masafumi Max NAKANE
cbb0e4c789 Merge the en version changes made in 1.3 -> 1.4. 1997-05-08 18:31:38 +00:00
Joerg Wunsch
e655e13a6b Kill a stale .pq line. 1997-05-08 15:31:39 +00:00
Joerg Wunsch
5273ab0dfc Add Kenjiro to the list of committers. 1997-05-08 15:30:29 +00:00
Joerg Wunsch
4b1780a7d7 Don't xref a nonexistant pc(4).
PR:		docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
Brian Somers
16ad50d83c Quote ppp.conf correctly (<tt></tt>) 1997-05-08 02:53:17 +00:00
Brian Somers
22c094029f Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed.

PR:		3114
Submitted by:	Kenneth R. Westerback <krw@tcn.net>
1997-05-08 01:45:59 +00:00
Wolfram Schneider
a6b2560334 3.3-current -> 3.0-current 1997-05-07 16:32:31 +00:00
Jordan K. Hubbard
dd4a16ea99 Clean up the slightly tortured english I produced yesterday. :) 1997-05-07 10:44:08 +00:00
Hiroyuki Hanai
e6eac8565e Catch up with the original.
Submitted by: tomo@maple.elcom.nitech.ac.jp (WATANABE tomoo)
1997-05-07 04:45:54 +00:00
Peter da Silva
466ca2f4a1 PR: none
Submitted by:	pds
1997-05-06 16:21:18 +00:00
Doug Rabson
77e25db56d Add SMPHDRS to CLEANFILES instead of replacing its current value. 1997-05-06 14:29:56 +00:00
Wolfram Schneider
af563dd4a7 Fix FTP link to the statically linked FreeBSD executables
freefall -> hub
1997-05-06 11:18:44 +00:00
Jordan K. Hubbard
4fe2aec4ad Describe SNAPs and RELENGes as requested on USENET. 1997-05-06 06:38:46 +00:00
John Polstra
ef431e2e9e Use "gcc -shared" instead of "ld -Bshareable" for building shared
libraries.  Remove the now-unneeded CPLUSPLUSLIB hack.  I will also
remove the CPLUSPLUSLIB definitions from the Makefiles that use it,
after the dust settles.

Use gcc's LIBRARY_PATH environment variable to handle DESTDIR,
instead of -L flags in LDDESTDIR.  LIBRARY_PATH is documented in
the gcc info pages.  It is better than using -L flags, because it
modifies the search for start-up files as well as for libraries.
A new variable LDDESTDIRENV is used to contain the normally-empty
LIBRARY_PATH environment setting.

LDDESTDIR is no longer set in <bsd.lib.mk>.  It is still honored for
the time being, because a couple of userland Makefiles still (wrongly)
set it.  These should be fixed, and LDDESTDIR should vanish.

Removed the commented-out "LDDESTDIR+=-nostdlib", because "gcc -shared"
doesn't link in any standard libraries anyway.

Removed the ".if defined(LDADD)" around the _EXTRADEPEND target for
shared libraries.  This target is always necessary now, because
c++rt0.o is linked into every shared library.

Don't merge this into -2.2 without first merging the support for
"gcc -shared".
1997-05-04 21:30:40 +00:00
Eivind Eklund
6d7b98c12d Remove the last reference to sup as a current method. We now want
cvsup-mirrors now, not sup-mirrors.
1997-05-04 18:04:38 +00:00
Jordan K. Hubbard
0db6cd9369 Yikes! I thought I updated these references to sup ages ago.. Hmmmm! 1997-05-04 11:57:51 +00:00