summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add an example refuse file.sheldonh2000-04-132-0/+34
| | | | | PR: 17972 Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
* Add Bulgarian keyboardsache2000-04-114-0/+509
| | | | Submitted by: Boris Stoev <borko_stoev@yahoo.com>
* Add Codepage 1251 fontsache2000-04-115-0/+240
| | | | Submitted by: Boris Stoev <borko_stoev@yahoo.com>
* The latest patchlevel of 2.11BSD is 430wosch2000-04-111-2/+2
| | | | Submitted by: Victor.Langeveld@mbfys.kun.nl
* Show an example of not letting NetBIOS traffic keep the link upbrian2000-04-111-2/+8
| | | | | PR: 17865 Submitted by: Glenn Johnson <glennpj@bayouhome.net>
* Flesh this manpage out; add a more complete list of supported controllersmsmith2000-04-111-12/+237
| | | | and add a list of controller diagnostic messages.
* Document NO_BIND toggle flag.asmodai2000-04-101-0/+1
| | | | | PR: 17710 Submitted by: Mark Huizer <xaa+sendpr@dohd.cx>
* Use the existing Fx macros for rendering "FreeBSD ver".dfr2000-04-101-2/+4
| | | | Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* Add ng_mppc(8) netgraph node as a KLD module.archie2000-04-091-0/+192
| | | | Obtained from: Whistle source tree
* Add support for compiling kernel modules outside of the tree. If youimp2000-04-081-30/+19
| | | | | | | | | | | | | | | 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
* Use makeobjops.pl instead of makedevops.pl.dfr2000-04-081-2/+2
|
* Add manpage for kernel object system.dfr2000-04-082-1/+137
|
* Uncomment ETHER_II frame and remove BPF related variable.bp2000-04-061-4/+4
|
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-061-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Allow the calling Makefile to specify a list of device interfaces insteaddfr2000-04-051-1/+5
| | | | of relying on the default list provided here.
* Whitespace change:sheldonh2000-04-041-2/+3
| | | | | | | Remove single-space hard sentence break introduced in the previous commit. Reviewed by: jmb
* Add an example of how to tweak CXXFLAGS in a make.conf file.obrien2000-04-041-0/+6
| | | | | This is in responce to several people breaking their world builds by incorrectly assigning to CXXFLAGS.
* Enable etc/defaults/pccard.conf which is default configuration fileiwasaki2000-04-031-1/+1
| | | | | | | | | | 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.
* Explain static numbering.sheldonh2000-04-031-4/+16
| | | | Reviewed by: asmodai
* Brush up the last commit.yokota2000-04-031-3/+4
| | | | | | | - Change some expressions. - Wrap "resume" in single quotes to maintain consistency. Submitted by: sheldonh
* - Add HPFS and NWFS vnode tags.chris2000-04-021-12/+12
| | | | | | | - Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101, 1.102. Reviewed by: alfred
* Add support for the LinkSys USB10T network adapter thatjmb2000-04-021-2/+4
| | | | | | | 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.
* Add and install BUS_SETUP_INTR.9.asmodai2000-04-022-1/+72
| | | | | | This effectively replaces BUS_CREATE_INTR.9 and BUS_CONNECT_INTR.9. Reviewed by: n_hibma
* Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().asmodai2000-04-023-124/+1
| | | | | | | | | | | 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
* - Reflect recent update.yokota2000-04-021-32/+29
|
* Enable installation of picobsd.8grog2000-04-021-1/+1
|
* Remove spurious .Fc which caused this manpage to be closedasmodai2000-04-011-1/+0
| | | | prematurely.
* Add notes about pci support.imp2000-04-011-2/+11
|
* Add a NO_MAILWRAPPER knob to make.conf and wrap it aroundsheldonh2000-03-311-0/+1
| | | | | | | mailwrapper(8) for folks who find it annoying to have their development version of sendmail blown away by ``make world''. PR: 17394
* Merge from vendor branch.ru2000-03-298-1302/+1137
| | | | | PR: 17431 Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
* This commit was generated by cvs2svn to compensate for changes in r58782,ru2000-03-291-29/+64
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * New timezone data.ru2000-03-2911-1341/+1205
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
| * New timezone data.wollman1999-02-027-126/+267
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999b.tar.gz
* | Add a sysctl to specify the amount of UDP receive space NFS shoulddillon2000-03-271-1/+8
| | | | | | | | | | | | | | | | | | | | | | 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
* | Really remove all traces of wst.4 from the Makefile.roberto2000-03-271-1/+1
| | | | | | | | Re-broken by: n_hibma :)
* | Update STAILQ example to use STAILQ_REMOVE_HEAD instead ofjhb2000-03-271-1/+1
| | | | | | | | | | | | | | TAILQ_REMOVE_HEAD. PR: docs/17590 Submitted by: Benno Rice <benno@netizen.com.au>
* | USB Zip 250 drives are now supportedn_hibma2000-03-271-1/+2
| | | | | | | | Obtained from: Anders Andersson <anders@sanyusan.se>
* | Undo the previous commit. Early morning commits are no good either. In_hibma2000-03-271-1/+1
| | | | | | | | meant to commit umass.4
* | Update CFLAGS documentationkris2000-03-271-1/+7
| |
* | resolf.conf -> resolv.conf; charnierbrian2000-03-261-1/+1
| |
* | Remove duplicate wordcharnier2000-03-261-1/+1
| |
* | pcvt cleanup. Update the pcvt(4) manpage to reflect current state.hm2000-03-261-257/+45
| |
* | s/curproc/self/des2000-03-261-1/+1
| | | | | | | | Spotted by: Ben Smithurst <ben@scientia.demon.co.uk>
* | Remove evidence proving that I just copied these files from standard-supfilebillf2000-03-262-3/+3
| | | | | | | | | | | | | | and put some more specific examples in www-supfile. PR: docs/17600 Discovered by: Denis Mittsev <dm@dmhome.orsk.ru>
* | o Migrate path, umask from dot.login to dot.cshrcrwatson2000-03-252-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Add a manpage for linprocfs.des2000-03-252-3/+95
| |
* | Fix some spelling errors.mpp2000-03-241-5/+5
| |
* | Fix a couple of typos and make the FILES section follow mdoc style.mpp2000-03-241-3/+6
| |
* | Minor style fixes: freebsd.org -> FreeBSD.orgmpp2000-03-247-11/+12
| |
* | Grammar nit ("has not got a very good recovery" -> "does not recover well")billf2000-03-241-1/+1
| |
OpenPOWER on IntegriCloud