Commit graph

4642 commits

Author SHA1 Message Date
Sheldon Hearn d5a93a1538 Add an example refuse file.
PR:		17972
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2000-04-13 14:40:39 +00:00
Andrey A. Chernov 61e9940aa1 Add Bulgarian keyboards
Submitted by:	Boris Stoev <borko_stoev@yahoo.com>
2000-04-11 22:09:19 +00:00
Andrey A. Chernov 6d9f63774d Add Codepage 1251 fonts
Submitted by:	Boris Stoev <borko_stoev@yahoo.com>
2000-04-11 21:55:44 +00:00
Wolfram Schneider 20b9e93c92 The latest patchlevel of 2.11BSD is 430
Submitted by:	Victor.Langeveld@mbfys.kun.nl
2000-04-11 21:02:24 +00:00
Brian Somers 9cf306dfe6 Show an example of not letting NetBIOS traffic keep the link up
PR:		17865
Submitted by: Glenn Johnson <glennpj@bayouhome.net>
2000-04-11 17:17:28 +00:00
Mike Smith 9b58ae8693 Flesh this manpage out; add a more complete list of supported controllers
and add a list of controller diagnostic messages.
2000-04-11 02:53:45 +00:00
Jeroen Ruigrok van der Werven 3a722ade2b Document NO_BIND toggle flag.
PR:		17710
Submitted by:	Mark Huizer <xaa+sendpr@dohd.cx>
2000-04-10 18:51:41 +00:00
Doug Rabson 4bfe86c042 Use the existing Fx macros for rendering "FreeBSD ver".
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-04-10 08:21:16 +00:00
Archie Cobbs 807a5caa14 Add ng_mppc(8) netgraph node as a KLD module.
Obtained from:  Whistle source tree
2000-04-09 21:07:39 +00:00
Warner Losh 9a8631b340 Add support for compiling kernel modules outside of the tree. If you
do not have the kernel you wish to compile against in either
/usr/src/sys or /sys, then you will need to set SYSDIR to point to the
sys directory of the source tree that contians the source.

Also, minor tweaks to the load/unload targets from Bruce.

I've had this through several make worlds, as well as using it on a
daily basis for the past couple of weeks to build modules needed for
testing at Timing Solutions.

Reviewed and revised by: bde
Work sponsored by: Timing Solutions
2000-04-08 17:20:00 +00:00
Doug Rabson c0de587901 Use makeobjops.pl instead of makedevops.pl. 2000-04-08 15:31:28 +00:00
Doug Rabson c685012659 Add manpage for kernel object system. 2000-04-08 13:24:40 +00:00
Boris Popov 8fc40832d5 Uncomment ETHER_II frame and remove BPF related variable. 2000-04-06 03:09:56 +00:00
Warner Losh 0d5c223da4 Awi driver, ported from NetBSD from Atsushi Once-san.
From the README:
	Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset
	with PCnetMobile firmware by AMD.
	   BayStack 650   1Mbps Frequency Hopping PCCARD adapter
	   BayStack 660   2Mbps Direct Sequence PCCARD adapter
	   Icom SL-200    2Mbps Direct Sequence PCCARD adapter
	   Melco WLI-PCM  2Mbps Direct Sequence PCCARD adapter
	   NEL SSMagic    2Mbps Direct Sequence PCCARD adapter
	   Netwave AirSurfer Plus
			  1Mbps Frequency Hopping PCCARD adapter
	   Netwave AirSurfer Pro
			  2Mbps Direct Sequence PCCARD adapter

Known Problems:
	WEP is not supported.
	Does not create IBSS itself.
	Cannot configure the following on FreeBSD:
		selection of infrastructure/adhoc mode
		ESSID
		...

Submitted by: Atsushi Onoe <onoe@sm.sony.co.jp>
2000-04-06 02:48:48 +00:00
Doug Rabson 7fecffec3d Allow the calling Makefile to specify a list of device interfaces instead
of relying on the default list provided here.
2000-04-05 10:13:05 +00:00
Sheldon Hearn fb5bdb8e1a Whitespace change:
Remove single-space hard sentence break introduced in the previous
commit.

Reviewed by:	jmb
2000-04-04 15:32:37 +00:00
David E. O'Brien 0e8d7e82a4 Add an example of how to tweak CXXFLAGS in a make.conf file.
This is in responce to several people breaking their world builds by
incorrectly assigning to CXXFLAGS.
2000-04-04 09:27:59 +00:00
Mitsuru IWASAKI ece27d97a4 Enable etc/defaults/pccard.conf which is default configuration file
for pccardd.
Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf
as well.
Note that old pccard.conf.sample still remains for while but
no longer to be maintained.

Reviewed by:	imp, -mobile ML and nomads ML in Japan.
2000-04-03 19:24:25 +00:00
Sheldon Hearn 793da78f5f Explain static numbering.
Reviewed by:	asmodai
2000-04-03 13:07:33 +00:00
Kazutaka YOKOTA a890573afa Brush up the last commit.
- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.

Submitted by: sheldonh
2000-04-03 09:40:04 +00:00
Chris Costello 2b66e5a322 - Add HPFS and NWFS vnode tags.
- Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101,
  1.102.

Reviewed by:	alfred
2000-04-02 23:53:57 +00:00
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