Commit graph

4671 commits

Author SHA1 Message Date
Jonathan M. Bresler 4c9805fafa Add support for the LinkSys USB10T network adapter that
contains the ADMtek Pegasus AN986 USB chipset.  The
	adapter supports both 10BaseT and 100BaseT (including
	full-duplex).  The product code for these adapters is
	0x2206.
2000-04-02 12:43:34 +00:00
Jeroen Ruigrok van der Werven 42a3fc35e6 Add and install BUS_SETUP_INTR.9.
This effectively replaces BUS_CREATE_INTR.9 and BUS_CONNECT_INTR.9.

Reviewed by:	n_hibma
2000-04-02 12:00:52 +00:00
Jeroen Ruigrok van der Werven 03be717064 Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().
These got replaced by BUS_SETUP_INTR().

This once again illustrates an API change without informing -doc, so
that these sort post cleanup actions could've been avoided.

And then people wonder why the docs suck so much at times.

Reviewed by:	peter
2000-04-02 09:25:15 +00:00
Kazutaka YOKOTA acfa4a6152 - Reflect recent update. 2000-04-02 08:25:34 +00:00
Greg Lehey 50e5b475ca Enable installation of picobsd.8 2000-04-02 04:32:44 +00:00
Jeroen Ruigrok van der Werven b25cda8a80 Remove spurious .Fc which caused this manpage to be closed
prematurely.
2000-04-01 20:31:07 +00:00
Warner Losh 5f5d95c381 Add notes about pci support. 2000-04-01 06:46:17 +00:00
Sheldon Hearn 4e2edaf244 Add a NO_MAILWRAPPER knob to make.conf and wrap it around
mailwrapper(8) for folks who find it annoying to have their development
version of sendmail blown away by ``make world''.

PR:		17394
2000-03-31 09:23:54 +00:00
Ruslan Ermilov 04c89022a2 Merge from vendor branch.
PR:		17431
Obtained from:	ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
2000-03-29 14:01:46 +00:00
Ruslan Ermilov f286e77280 This commit was generated by cvs2svn to compensate for changes in r58782,
which included commits to RCS files with non-trunk default branches.
2000-03-29 13:31:51 +00:00
Ruslan Ermilov e64bdc7f2a New timezone data.
Obtained from:	ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
2000-03-29 13:31:51 +00:00
Matthew Dillon 8d1b3828fa Add a sysctl to specify the amount of UDP receive space NFS should
reserve, in maximal NFS packets.  Originally only 2 packets worth of
    space was reserved.  The default is now 4, which appears to greatly
    improve performance for slow to mid-speed machines on gigabit networks.

    Add documentation and correct some prior documentation.

Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu>
Approved by: jkh
2000-03-27 21:38:35 +00:00
Ollivier Robert 372a968a3f Really remove all traces of wst.4 from the Makefile.
Re-broken by:	n_hibma :)
2000-03-27 15:22:18 +00:00
John Baldwin 266e33fd51 Update STAILQ example to use STAILQ_REMOVE_HEAD instead of
TAILQ_REMOVE_HEAD.

PR:		docs/17590
Submitted by:	Benno Rice <benno@netizen.com.au>
2000-03-27 13:26:45 +00:00
Nick Hibma 263dcd2e0e USB Zip 250 drives are now supported
Obtained from: Anders Andersson <anders@sanyusan.se>
2000-03-27 09:02:01 +00:00
Nick Hibma fc560dade0 Undo the previous commit. Early morning commits are no good either. I
meant to commit umass.4
2000-03-27 08:59:53 +00:00
Kris Kennaway 68d2e26c25 Update CFLAGS documentation 2000-03-27 02:48:12 +00:00
Brian Somers b10e6acec4 resolf.conf -> resolv.conf; charnier 2000-03-26 18:33:08 +00:00
Philippe Charnier 46a32e616a Remove duplicate word 2000-03-26 15:24:53 +00:00
Hellmuth Michaelis c5ee9e177f pcvt cleanup. Update the pcvt(4) manpage to reflect current state. 2000-03-26 12:41:37 +00:00
Dag-Erling Smørgrav 0dc1442459 s/curproc/self/
Spotted by:	Ben Smithurst <ben@scientia.demon.co.uk>
2000-03-26 12:20:35 +00:00
Bill Fumerola 1bdc538765 Remove evidence proving that I just copied these files from standard-supfile
and put some more specific examples in www-supfile.

PR:		docs/17600
Discovered by:	Denis Mittsev <dm@dmhome.orsk.ru>
2000-03-26 09:50:01 +00:00
Robert Watson bddc1909cf o Migrate path, umask from dot.login to dot.cshrc
o Comment out display of fortune by default.
o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of
  gratuitous variables set (EDITOR).
o Remove some commented out variables set inconsistently or gratuitously,
  such as Interviews settings, 8-bit German locale for root only.
o Synchronize comments in header, as well as references to appropriate man
  pages.
o Remove MANPATH setting as apparently /etc/manpath.config does all that
  already.

Similar changes probably need to be made in other dot.* files for root
and skel, as all of these files seem to set different aliases, environmental
variables, prompts, and have different semantics.

As a result of this patch, leaving aside the setting of a special prompt
for root, users of csh and tcsh should find similar environments when
logging in or su'ing to any account using that shell.

Reviewed by:	asmodai, nbm, will
2000-03-25 20:23:39 +00:00
Dag-Erling Smørgrav 2bf98c0933 Add a manpage for linprocfs. 2000-03-25 14:03:31 +00:00
Mike Pritchard 3f7da69fb7 Fix some spelling errors. 2000-03-24 02:17:04 +00:00
Mike Pritchard 1e8b4cd2af Fix a couple of typos and make the FILES section follow mdoc style. 2000-03-24 01:57:57 +00:00
Mike Pritchard d905b0b639 Minor style fixes: freebsd.org -> FreeBSD.org 2000-03-24 01:49:46 +00:00
Bill Fumerola 5cd7bd7381 Grammar nit ("has not got a very good recovery" -> "does not recover well") 2000-03-24 01:41:58 +00:00
Mike Pritchard 3d647f8bbb Minor style fixes: freebsd.org -> FreeBSD.org 2000-03-24 01:37:42 +00:00
Mike Pritchard e367572bf3 mdoc style fixes. 2000-03-24 01:15:04 +00:00
Mike Pritchard 9096f97fa1 Fix a spelling error. 2000-03-24 00:47:49 +00:00
Ruslan Ermilov 604f4516ef Correct instructions/examples about manual pages. 2000-03-23 16:48:04 +00:00
Ruslan Ermilov 500d826509 Check for MAN9 for consistency. 2000-03-23 16:46:20 +00:00
Bruce Evans 1025a2007f Fixed missing #include of <sys/types.h> in synopsis. 2000-03-23 16:20:20 +00:00
Bruce Evans 25435b71b6 Fixed bitrot in synopsis (the third arg of vsunlock went away). 2000-03-23 14:33:14 +00:00
Ruslan Ermilov a7c8373196 Refer to the correct include file for the IPTOS_XXX constants. 2000-03-22 16:02:49 +00:00
Nick Hibma 7cbbc9fc2b Remove the trailing zeroes on the entries for the kernel config.
Submitted by:  Anders Andersson <anders@sanyusan.se>
2000-03-22 10:18:43 +00:00
Nik Clayton ec29d1783a Add the DOC_LANG variable, and associated documentary comments. 2000-03-22 00:49:20 +00:00
Wolfram Schneider d7ebac73f3 Added NetBSD 1.4.2 2000-03-21 20:17:17 +00:00
Jeroen Ruigrok van der Werven 8abb3721a5 Remove trailing comma. 2000-03-21 17:34:56 +00:00
Jeroen Ruigrok van der Werven 5cba0139b0 As bde was kind to point out:
"Man pages shouldn't refer to higher level interfaces
built using the interfaces in the man pages."

Submitted by:	bde
2000-03-21 16:38:19 +00:00
Jeroen Ruigrok van der Werven dc027c46a6 Fix lameness I introduced by typing the Xr as a filename, sigh. 2000-03-21 13:46:57 +00:00
Jeroen Ruigrok van der Werven 25216c5cfb Fix EXAMPLE -> EXAMPLES.
Add Xr's for SPLASSERT and CONDSPLASSERT.
2000-03-21 13:21:36 +00:00
Jeroen Ruigrok van der Werven eb2630afaf Assorted bag o' fixes:
fix Jonathan's name, fix copyright date, man -> manual,
	add const before char *msg, add email address.
2000-03-21 13:18:40 +00:00
David E. O'Brien f555eeb897 Add a knob to turn off the mostly static docs (src/share/doc/).
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.

However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.

This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".
2000-03-21 09:24:09 +00:00
Yoshinobu Inoue 4c28393a52 Remove references to man pages that don't exist.
PR: docs/17506
2000-03-21 02:46:28 +00:00
Nick Hibma 8a3de5db15 Add entry for the Microtech USB to SCSI cable. 2000-03-20 20:33:09 +00:00
Bruce Evans 084f33c228 Actually install KASSERT.9. 2000-03-20 20:23:43 +00:00
Dan Moschuk 874294bac3 Document NOUUCP switch 2000-03-20 17:08:30 +00:00
Brian Feldman 7e1a7176c3 Both:
Get rid of the "char *" before level which made no sense.  Change
  "char *msg" to the properly const-unpoisoned one.

Just SPLASSERT.9:
  Add an Xref to CONDSPLASSERT(9).  Change the function name "rtredirect"
  to the correct "rtalloc".
2000-03-20 14:44:42 +00:00
Sheldon Hearn 929b853066 Move the Nm macro from the middle of a sentence onto its own line.
Submitted by:	Brian Handy <handy@lambic.physics.montana.edu>
2000-03-20 14:18:31 +00:00
Jeroen Ruigrok van der Werven 30280e3601 Fix some mdoc nits.
.Fd - > .Cd
EXAMPLE - > EXAMPLES
man page -> manual page

Submitted by:	large part by sheldonh
2000-03-20 12:29:59 +00:00
Peter Wemm 9e0f2a9fb1 Use an intermediate file containing the module binary before converting
it into a ``shared'' .ko file.  This intermediate file can be directly
linked into a static kernel.  This isn't all that useful yet but will
become much more interesting shortly.
2000-03-20 01:29:59 +00:00
Jeroen Ruigrok van der Werven 338c4376cf Fix typo. 2000-03-19 16:52:59 +00:00
Jeroen Ruigrok van der Werven cd8b737d3c Trim trailing whitespace. 2000-03-19 15:55:38 +00:00
Jeroen Ruigrok van der Werven 6a6a8532b0 Document the sysctl knob for setting the severity of the SPLASSERT
macros.

Reviewed by:	ps
2000-03-19 15:47:33 +00:00
Jeroen Ruigrok van der Werven 0a8c1cdc73 Spell Jonathan's name correctly in the copyright. Which is funny,
considering the fact he wrote it himself. =)

Also add his email address in the AUTHORS section.
2000-03-19 14:46:56 +00:00
Jeroen Ruigrok van der Werven 2e6b4dc303 Add the manpage for CONDSPLASSERT().
This was based upon the manpage written by jmb for SPLASSERT().
2000-03-19 14:43:03 +00:00
Kris Kennaway 0a76f6e834 Add and document a NO_X knob to force disabling of X support in doscmd
Requested by:	sysop@silver.komanda.com.ua
2000-03-19 09:49:03 +00:00
Jeroen Ruigrok van der Werven 5eca43faa9 After about two months I am the first to notice that SPLASERT.9 never
got installed.

Also, correct the copyright to a more realistic date (1996->2000).
Fix some wordings and omissions.
2000-03-18 21:51:16 +00:00
Nick Hibma f21cd30bc4 Reflect the fact that we supported the Y-E Data floppy as well. 2000-03-18 17:59:27 +00:00
Robert Watson 8ed3828c3b Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or
not the current BPF device should report locally generated packets or not.
This allows sniffing applications to see only packets that are not generated
locally, which can be useful for debugging bridging problems, or other
situations where MAC addresses are not sufficient to identify locally
sourced packets.  Default to true for this flag, so as to provide existing
behavior by default.

Introduce two new ioctls, BIOCGSEESENT and BIOCSSEESENT, which may be used
to manipulate this flag from userland, given appropriate privilege.

Modify bpf.4 to document these two new ioctl arguments.

Reviewed by:	asmodai
2000-03-18 06:30:42 +00:00
Peter Wemm 686ed81847 wfd is gone (pre-ata ide floppy (ls-120, zip) driver) 2000-03-17 22:27:27 +00:00
Peter Wemm e5dc20b694 wst is gone (pre-ata ide tape driver) 2000-03-17 22:25:55 +00:00
Chris Costello 955c4386d5 Combine two sentence fragments to form one complete sentence,
``Depending on the setting of the sysctl variable `net.inet.ipfw.one_pass'
     Packets coming from a pipe ...''

into

   ``... the sysctl variable `net.ipfw.one_pass', packets coming from ...''
2000-03-17 20:04:08 +00:00
Chris Costello 9234160831 Be consistent and use .Ql for sysctl variables, instead of inconsistent
.Bd -literal with inconsistent indenting.
2000-03-17 20:01:38 +00:00
Chris Costello bd79f8422f Be consistent with struct vattr' naming. Half of this manual used vpp'
while the other half used `vap', and in one case resulted in code that
made no sense.  Replaced all of them with `vap'.

(Typically, `vpp' is a pointer to a pointer to a struct vnode anyway).
2000-03-16 22:40:38 +00:00
Sheldon Hearn 1062bdf9c5 Clean up mdoc:
* Apply sentence breaking style.
* Add missing periods to the ends of sentences.
* Replace bogus use of Nm with Em and Pa as appropriate.
* Rename the EXAMPLE section to EXAMPLES.
* Tidy up wording and fix spelling errors.
* Use an Rs -> Re block instead of Xr for the SourceForge URL.
* Correct the SourceForge URL.
* Improve the compilation instructions for the SourceForge utilities.

Approved by:    n_hibma
2000-03-16 13:30:42 +00:00
Nick Hibma bede3d120f Update the list of supported devices. 2000-03-16 09:22:46 +00:00
Nick Hibma 1839ef8fcb nclude the manpage for the urio driver in the world. 2000-03-16 09:18:30 +00:00
Nick Hibma e2dbd15f2e Please welcome the URio driver. Written by
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00
Sheldon Hearn ea4f32b5e2 Discourage the pathalogical practice of configuring the 3c509 in EISA
mode on non-EISA systems.

PR:		2598
2000-03-15 20:48:49 +00:00
Yoshinobu Inoue 51b62b5a6f Wording fixes and mdoc fixes.
Submitted by: sheldonh
Reviewed by: sheldonh
2000-03-15 03:38:22 +00:00
Yoshinobu Inoue 07b9e12973 Backout previous changes. The period at the end is correct,
when it is the last of the sentences.

Specified by: mpp, sheldonh
2000-03-15 03:33:30 +00:00
Archie Cobbs a7dc837919 - Document updates in iface netgraph node type functionality
- Remove makefile hacks for opt_inet.h, etc: the KLD now supports
  whatever address families your kernel was compiled with automagically
2000-03-13 19:19:48 +00:00
Archie Cobbs ef02c1e500 Fix typo.
Reported by:	Robert Swindells <swindellsr@genrad.co.uk>
2000-03-13 18:29:58 +00:00
Daniel C. Sobral 3f688d5afb RELENG_4 cvsup files. I'm betting these names are going to be changed,
but by virtue of no one else getting to do this after I mentioned it,
they get to be named this for now.
2000-03-13 17:31:44 +00:00
Jeroen Ruigrok van der Werven 023caa7b58 Fix another include error. Inspired by the last commit. 2000-03-13 13:41:40 +00:00
Jeroen Ruigrok van der Werven 51753e00b5 Fix include error.
Submitted by:	ru
2000-03-13 13:36:40 +00:00
Sheldon Hearn 33dd1a7308 Add appropriate MLINKS for rc.*. 2000-03-13 13:19:42 +00:00
Wolfram Schneider 364b1160a8 Added upcoming FreeBSD 3.5, FreeBSD 4.0, FreeBSD 4.1 and FreeBSD 5.0-current. 2000-03-12 21:54:18 +00:00
Yoshinobu Inoue e2324c8045 Import from KAME. Mainly, IPv6 sysctl mib values related update.
Obtained from: KAME project
2000-03-12 18:09:58 +00:00
Yoshinobu Inoue 25448059d2 Merge from KAME. Basically man doc improvement and contents fix.
Obtained from: KAME project
2000-03-12 16:37:25 +00:00
Yoshinobu Inoue e5985b21fa Import ip6 and icmp6 man from KAME.
Obtained from: KAME project
2000-03-12 16:29:51 +00:00
Yoshinobu Inoue bc578dc4ac Remove period at the end of Xr macro sentences.
(merge from KAME repository)

Obtained from: KAME project
2000-03-12 16:10:13 +00:00
Jun-ichiro itojun Hagino 72a030490a comment out extra .Pp (which is necessary by comment-out of .Bl-.El) 2000-03-12 12:54:33 +00:00
Jun-ichiro itojun Hagino 791bb7dfe7 fix partially commented out dangling sentence. 2000-03-12 12:52:14 +00:00
Yoshinobu Inoue 227d23d49a Import stf(6to4 interface) man from KAME.
Obtained from: KAME project
2000-03-11 22:55:32 +00:00
Archie Cobbs 8081ce2ea7 Correct man page title. 2000-03-10 20:38:24 +00:00
Sheldon Hearn 2fd93bff6e More mdoc fixes:
Use Dv and Va macros for defined values and variables,
	respectively.
	Use proper tag lists instead of approximations.
	Use Xr for cross-references.
	Make illegal sections legal subsections.
	Use An and Aq to mark up author names and addresses,
	Respectively.
2000-03-07 22:45:32 +00:00
Nik Clayton 009131b4f2 It's getsockname(2), not getsockname(3).
PR:             docs/17102
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 14:04:44 +00:00
Nik Clayton 8596de5303 Note that openssh/ssl are in the tree now, and use the correct section
numbers for accton(8), sshd(8), and syslogd(8).

PR:             docs/17100
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 13:59:26 +00:00
Nik Clayton f767ff8921 "lnoger" -> "longer"
PR:             docs/16820
Submitted by:   OKAZAKI Tetsurou <okazaki@be.to>
2000-03-07 13:21:14 +00:00
Sheldon Hearn b2f6e44477 Add a missing "either".
Fix a parenthetic bogon.

Reported by:	"Alexander N. Kabaev" <kabaev@mail.ru>
Obtained from:	NetBSD
2000-03-06 07:08:14 +00:00
John Polstra b6c38091e5 Add src-kerberos5 to example supfiles. 2000-03-05 18:52:44 +00:00
Kris Kennaway eaf79dd01e Document NO_OBJC for disabling Objective C support 2000-03-05 10:53:24 +00:00
Sheldon Hearn 1111b49c35 Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-03 14:05:08 +00:00
Sheldon Hearn b3736d8d1e I didn't expect this to be merged to STABLE. It was, so correct the
HISTORY section.
2000-03-03 09:28:05 +00:00
Joseph Koshy 1765c30eb8 Correct typo ("wd" -> "wi"). 2000-03-03 06:58:30 +00:00
Sheldon Hearn 4e86fcacf6 Remove more single-space hard sentence breaks. 2000-03-02 14:54:02 +00:00