summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update the page title to include information about which cardssimon2003-08-291-3/+18
| | | | | | | | | are supported by the driver. - Use a list to specify which cards are supported. - Add the 3c592/3c597 EISA cards to the list of supported cards. PR: docs/56086 (based on) Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* document various NO* optionsphk2003-08-291-0/+29
|
* Limit testing for an up-to-date version of make(1) to the world andmarcel2003-08-281-0/+10
| | | | | | | | | | | | | | | | | | | | buildworld targets by default, but allow it to be done for all user targets by introducing a boolean option, named ALWAYS_CHECK_MAKE. This change is by no means perfect and I don't even want to claim this to be a solution. It does however address the fact that not everybody likes to see make(1) rebuilt simply because the regression test failed for some reason or other, including pilot error. It therefore serves the purpose of keeping the crowd happy until we have something better or simply reached a compromise. The reasons for changing the default behaviour are: o It avoids a negative, possibly non-intuitive option, o It's according to POLA and fond of feet, o Only buildworld is documented to do its best to be successful at reasonably cost. Reviewed by: gad, imp, obrien, peter
* Add a warning describing at least one circumstance where cvsup can hosenjl2003-08-251-0/+24
| | | | | | a local branch. Text from an email from jdp@ Reported by: simon
* Sort the lists of supported devices. No other content changes.bmah2003-08-251-10/+10
|
* In the lists of supported devices, remove "The" from the names ofbmah2003-08-251-10/+10
| | | | | devices and capitalize the words "Gigabit", "Ethernet", and "adapter" consistently.
* Catch up ti(4) with hardware notes.bmah2003-08-251-0/+2
| | | | | PR: 55637 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Add a few PC98-specific (?) devices, from the hardware notes.bmah2003-08-241-0/+2
|
* Sort device list, no other content changes.bmah2003-08-241-8/+8
|
* Add a few more PC98-specific instances of fe(4) devices, obtained frombmah2003-08-241-0/+11
| | | | the hardware notes.
* fix short weekday names in zh_CN.*ache2003-08-232-14/+14
| | | | | PR: 55895 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Add a section on maintaining a local branch in CVS.njl2003-08-221-1/+31
| | | | MFC after: 1 day
* Fix ascii compatibilityache2003-08-211-15/+14
| | | | Submitted by: Liu Kang <liukang@bjpu.edu.cn>
* Add VT6105/VT6105M Rhine III to the list of supported chips. [1]simon2003-08-211-3/+4
| | | | | | | | | | Change the manual page title to use the device family name (Rhine), since the list of supported device id's won't fit on one line anymore. Submitted by: Lukas Ertl <l.ertl@univie.ac.at> (based on) [1] PR: docs/55639 (based on) [1] Confirmed by: driver source code [1] MFC after: 3 days
* Hook up repo-copied mac_none.4 to mac_stub.4.rwatson2003-08-213-14/+22
| | | | | | | | | | Update mac_none to reflect change in role; xref mac_stub. Update mac_stub to reflect name change, arrival in 5.1; xref mac_none. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Add FreeBSD 5.1 and BSD/OS 5.0 to the family tree.murray2003-08-211-12/+16
|
* Catch up ep(4) with the hardware notes.simon2003-08-211-2/+22
| | | | | | | Submitted by: Lukas Ertl <l.ertl@univie.ac.at> PR: docs/55659 Confirmed by: driver source code and pccard.conf MFC after: 3 days
* Catch up fe(4) with the hardware notes.simon2003-08-211-1/+22
| | | | | | | Submitted by: Lukas Ertl <l.ertl@univie.ac.at> PR: docs/55636 Confirmed by: driver source code and pccard.conf MFC after: 3 days
* Add the SmartBridges SmartLink to the list of supported devices.simon2003-08-211-1/+2
| | | | | | | Submitted by: Lukas Ertl <l.ertl@univie.ac.at> PR: docs/55644 Confirmed by: driver source code MFC after: 3 days
* Write the short and long version of the monthmtm2003-08-201-50/+24
| | | | | | | names in Amharic instead of English. Also, remove some extra names I had previously considered including. They don't make sense since the calendar names don't match up.
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+41
| | | | | | | | | | specific interfaces. This is required by aodvd, and may in future help us in getting rid of the requirement for BPF from our import of isc-dhcp. Suggested by: fenestro Obtained from: BSD/OS Reviewed by: mini, sam Approved by: jake (mentor)
* Use PC Card instead of other variants in the driver man pages.imp2003-08-206-12/+12
|
* Catch up dpt(4) manpage with Hardware Notes (and RELENG_4 manpage?!?).bmah2003-08-191-0/+2
| | | | | PR: 55530 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Catch up asr(4) with hardware notes.bmah2003-08-191-0/+2
| | | | | PR: 55531 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Add the manual page for the sab(4) driver. Driver code was originallybms2003-08-181-0/+78
| | | | | | | | obtained from NetBSD. This is the OpenBSD version of the manual page with a few fixes. Approved by: jake (mentor) Obtained from: OpenBSD
* Fix typo.obrien2003-08-181-1/+1
| | | | Submitted by: Ulrich Spoerlein <q@uni.de>
* When creating .so symlinks, use SHLIBDIR instead of LIBDIR so symlinksgordon2003-08-171-3/+2
| | | | | | | are created in the correct location. Always make them. For libraries that live in /lib, this causes a /lib/libfoo.so and a compatibility /usr/lib/libfoo.so to be created. We may want to drop the /usr/lib/libfoo.so symlink at some future point.
* Handle the case where SHLIBDIR != LIBDIR. When creating links, wegordon2003-08-171-1/+6
| | | | | | | | need relative pathing to work correctly. This is s necessary step for putting libraries in /lib while the .so symlinks still live in /usr/lib. This should be a big NOOP in the case where SHLIBDIR == LIBDIR.
* Add DAC960PDU to list of supported cards, taken from Hardware Notes.bmah2003-08-151-0/+2
| | | | | PR: 55534 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* ISO 3166-1 Newsletter V-8 changes YUGOSLAVIA to SERBIA AND MONTENEGROwollman2003-08-152-2/+5
| | | | | with corresponding changes to alpha-2 and alpha-3. (Odd choice of codes, though.)
* Catch up aha(4) manpage with hardware notes and driver code.bmah2003-08-151-4/+4
| | | | | | | (While applying this patch from the PR, delete a stray comma.) PR: 55527 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Remove a stray ".Xr rtadvd 8" that snuck in in the middle of a sentence.ceri2003-08-151-2/+1
|
* Now that routes for IP over ATM may look much more complex than before,harti2003-08-141-0/+13
| | | | | | | | | use the atmconfig(8) utility instead of route(8) to install those routes. For this we need a new rc.conf variable natm_static_routes that works just like static_routes except that the referenced routes use the syntax of atmconfig(8). Okay'ed by: mtm
* Add safe _FOREACH iterators to the rest of the queue.h types.kan2003-08-141-0/+76
|
* Note that Microsoft MN-520 WLAN card is now supported.imp2003-08-141-0/+1
|
* Document LIST_FOREACH_SAFE in queue(3).bmilekic2003-08-131-1/+24
| | | | | Asked with "please" by Ruslan Ermilov. I've always had a weakness for "please".
* Add the Dell PERC 3/DCL to the list of supported devices. This has beensimon2003-08-131-0/+2
| | | | | | | | in the hardware notes for a long time, but was never added to this manual page. PR: docs/55533 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Markup, spelling and punctuation fixesbrueffer2003-08-131-8/+10
| | | | | | PR: 55440 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> MFC after: 3 days
* Markup, wording and capitalization fixesbrueffer2003-08-131-5/+7
| | | | | | PR: 55441 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> MFC after: 3 days
* Grammar and spelling fixesbrueffer2003-08-131-6/+6
| | | | | | PR: 55442 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> MFC after: 3 days
* Grammar and spelling fixesbrueffer2003-08-131-6/+6
| | | | | PR: 55443 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Fix typobrueffer2003-08-131-1/+1
| | | | | | PR: 55480 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> MFC after: 3 days
* Change the code that enables/disables the ATM channel to use theharti2003-08-121-22/+118
| | | | | | | new ATMIOCOPENVCC/CLOSEVCC. This allows us to not only use UBR channels for IP over ATM, but also CBR, VBR and ABR. Change the format of the link layer address to specify the channel characteristics. The old format is still supported and opens UBR channels.
* Add ng_atmpif: a HARP physical interface emulation. This allows oneharti2003-08-112-0/+151
| | | | | | to run the HARP ATM stack without real hardware. Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
* Add a nsmb.conf manual page.trhodes2003-08-092-1/+143
| | | | | | PR: 45833 Submitted by: osa@FreeBSD.org (original version) Reviewed by: ru, tjr, osa, -doc
* ccd(4) can now operate on raw disks and other GEOM providers.das2003-08-081-11/+0
| | | | | | Remove the paragraph that says it can't. Discussed with: phk
* Fix commentache2003-08-081-1/+1
|
* Add ko_KR.CP949 localeache2003-08-082-0/+189
| | | | | PR: 55341 Submitted by: Hye-Shik Chang <perky@freebsd.org>
* Add ko_KR.CP949 localeache2003-08-085-6/+15
| | | | | PR: 55341 submitted by: Hye-Shik Chang <perky@freebsd.org>
* Add /rescue/ and a reference to its manual page rescue(8).simon2003-08-081-0/+4
| | | | Approved by: ceri (mentor)
OpenPOWER on IntegriCloud