summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add another netgraph example. This one shows how to set up a simplearchie2000-01-281-0/+53
| | | | UDP tunnel between two subnets.
* Add some practical filter examples.brian2000-01-271-38/+40
|
* Welcome the ata(4) manpage. This will be highly used for 4.x.asmodai2000-01-272-1/+181
| | | | | | | (I hope) Submitted by: sos Reviewed by: sos, Dan Langille <reviews@freebsddiary.org>
* Fix some typos. Mention DM9102A support. Mention support for built-inwpaul2000-01-271-4/+9
| | | | | ethernet on some Compaq Presario machines. Mention support for built-in ethernet on LinkSys GigaDrive. :)
* Remove 'USE_INET6' define. Now we check IPv6 ability by 'OSVERSION'sumikawa2000-01-271-5/+0
| | | | Suggested by: asami
* Add a reference to ng_ether(8).archie2000-01-2530-26/+64
|
* Add a reference to ng_bpf(8).archie2000-01-251-1/+2
|
* New man page ng_ether(8) describing the netgraph capabilities ofarchie2000-01-253-1/+229
| | | | Ethernet interfaces.
* Install the USB include files in /usr/include/dev/usb.n_hibma2000-01-251-0/+5
| | | | | | | We should still sort out some way of avoiding the clutter. Not all files should be there. Prompted by: Louis A. Mamakos <louie@TransSys.COM>
* Add a (commented out) macro that will, when uncommented, cause Kerberos5markm2000-01-241-3/+13
| | | | | | | (AKA Heimdal) to be built. Suitable admonishments about the experimental state of this code are included. SEROUS HACKERS ONLY!!
* Update my email address.asmodai2000-01-241-1/+1
|
* Add AUTHORS section.asmodai2000-01-242-0/+16
|
* Update skeleton dir file from the latest install-info(1).ru2000-01-241-9/+10
|
* o No need to install `dir-tmpl' to /usr/share/info.ru2000-01-241-3/+3
| | | | | | o Do not clobber an existing /usr/share/info/dir. Reviewed by: bde
* o Use --defsection and --defentry options of install-info(1) instead ofru2000-01-241-10/+9
| | | | | | | | "fancy substitutions". o Invoke install-info(1) with --quiet to automatically remove duplicate Info dir entries. Reviewed by: bde
* Add dependant devices (device pci) that need to be present beforeasmodai2000-01-242-0/+2
| | | | this driver can be used.
* Remove stray "cam" in the example device lines.peter2000-01-246-6/+6
|
* Change this to reflect some manpage changes I made.asmodai2000-01-231-1/+3
|
* Get rid of lame \& usage.asmodai2000-01-232-3/+3
|
* Please welcome the mlx driver manpage.asmodai2000-01-232-2/+48
|
* Please welcome the amr driver manpage.asmodai2000-01-232-1/+46
|
* Remove ssc(4), su(4) and uk(4).asmodai2000-01-234-292/+2
| | | | | | These have been surpassed by CAM/xpt/pass/camcontrol(8) and libcam. OK'd by: peter
* Third round of config related changes to the manpages.asmodai2000-01-2323-46/+46
| | | | device blah0 -> device blah for PCI devices and busses.
* Second round of config related changes to the manpages.asmodai2000-01-2325-40/+40
| | | | device blah0 -> device blah for PCI devices and busses.
* oops, nearly forgot to commit the addition of ppbus_if.m to the list.peter2000-01-231-2/+3
|
* First round of config related changes to the manpages.asmodai2000-01-2330-65/+65
| | | | device blah0 -> device blah for PCI devices and busses.
* Don't build ze and zp manpages.asmodai2000-01-231-3/+1
|
* Remove .Xr's to apmconf(8) since this got removed and merged intoasmodai2000-01-231-4/+1
| | | | apm(8).
* Remove these manpages. They already got axed in other parts of theasmodai2000-01-232-152/+0
| | | | | | documentation. Nudged by: phk
* `sym' driver man page addition.groudier2000-01-232-0/+510
| | | | Reviewed by: David O'Brien
* Added NetBSD -current, OpenBSD -current and Added NetBSD 1.4.1wosch2000-01-221-6/+10
| | | | Update/Fix release date for NetBSD 1.3, 1.3.1, 1.4, 1.4.1
* Fix minor mdoc style bug made by previous commit.mpp2000-01-221-1/+1
|
* Remove alpm.4 from being made, since it was removed.asmodai2000-01-221-1/+1
| | | | Forgotten by: nsouch
* Add reference to AMD-756n_hibma2000-01-221-0/+1
|
* Various manpage cleanups after newbus port of ppbus.nsouch2000-01-226-84/+19
| | | | Remove alpm.4 from machine independant manpages set.
* Document these drivers' support for netgraph(4).archie2000-01-212-1/+39
|
* PSM_HOOKAPM is obsolete; it was renamed to PSM_HOOKRESUME inyokota2000-01-201-7/+7
| | | | psm.c rev.1.21.
* New install-info(1) correctly fails to install ENTRY for file FOOru2000-01-192-5/+3
| | | | | | if ENTRY already exists for file FOO2 in /usr/share/info/dir. So, re-init /usr/share/info/dir unconditionally at installworld.
* Pull a.out.5 into the future. New binary file formats already existasmodai2000-01-171-4/+1
| | | | and are not compatible. Also, add a crossreference to elf(5).
* Work around aparent bug in the .Dv macro by eliminating some spaces.archie2000-01-171-1/+1
| | | | The closing curly-brace in this line was being omitted somehow.
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-3/+3
| | | | | | | USB-EL1201A or even USB-EL1202A. Wonder what drugs I was on when I made this mistake, and then propagated it to 6 different files. *sigh*
* Usage of ``net'' in the device argument list is deprecated.asmodai2000-01-171-1/+1
|
* Change .Os macro to an empty one to denote that the KAME files areasmodai2000-01-175-5/+5
| | | | | | not FreeBSD specific. Made happy: sheldonh
* Duh! Actually remove drum.4 from the Makefile.asmodai2000-01-171-1/+1
| | | | Pointed out by: Richard Wackerbarth <rkw@dataplex.net>
* Fix usage of quotes in kerneloptions.asmodai2000-01-174-4/+4
|
* Seperate commit from the rest due to the fact that the /& fixing inasmodai2000-01-173-28/+28
| | | | this case also corrects the usage of quotes in options.
* Fix usage of /& in conjunction with the .Cd macro.asmodai2000-01-172-7/+7
|
* Seperate commit from the rest due to the fact that the /& fixing inasmodai2000-01-171-2/+2
| | | | this case also corrects the usage of quotes in a makeoptions.
* Remove ``count'' argument of the pseudo-devices that do notasmodai2000-01-174-23/+8
| | | | use it anymore.
* Make apm.4 consistent with LINT ("isa?"->"nexus?").iwasaki2000-01-171-1/+1
| | | | Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
OpenPOWER on IntegriCloud