summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Document hw.acpi.os_name. Also update the credits section.njl2003-08-071-1/+6
|
* getopt returns -1 not EOF at the end of args. Compare against that.imp2003-08-071-1/+1
|
* Update screen(1)-related entries with more recent variantsache2003-08-051-5/+10
| | | | | PR: 55146 Submitted by: Juha-Matti Tilli <juhis@nallukka.net>
* DIGIT can be only 0-9 according to POSIXache2003-08-051-1/+1
|
* Support for the Amharic locale.mtm2003-08-0511-5/+245
|
* Change device name.simokawa2003-08-051-2/+2
|
* Moved the WORLDDIR variable description to the Optional Variables section.ru2003-08-041-7/+7
|
* Fix the cdev kld example.mbr2003-08-034-23/+14
| | | | | | PR: 52954 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> Reviewed by: phk
* update to reflect bugs fixed in v0.9.5.2 of the halsam2003-08-021-15/+1
|
* Add printer support to puc(4) driver.ambrisko2003-08-011-4/+5
| | | | | | | | | | | - Move isa/ppc* to sys/dev/ppc (repo-copy) - Add an attachment method to ppc for puc - In puc we need to walk the chain of parents. Still to do, is to make ppc(4) & puc(4) work on other platforms. Testers wanted. PR: 38372 (in spirit done differently) Verified by: Make universe (if I messed up a platform please fix)
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-301-3/+4
|
* Fix error in commentache2003-07-291-3/+2
|
* Add GB18030 localeache2003-07-2910-12/+7257
| | | | | PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Move the rescue manpage, documenting the new rescue utilities insimon2003-07-283-2/+3
| | | | | | | | | | | | /rescue, from section 7 to section 8. The old rescue.7 file has been simply subjected to "cvs rm", as there is no history to preserve. Update the release documentation accordingly. Requested by: njl, ru Most text by: Tim Kientzle <kientzle@acm.org> Reviewed by: ru, doc@ Approved by: ceri (mentor)
* Dhclient can't block anymore during startup. Documentmbr2003-07-281-4/+4
| | | | the 'background_dhclient' better.
* Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add supportharti2003-07-281-0/+20
| | | | | | | | | | | | | | for the harp(4) pseudo driver and for loadable native HARP drivers (like hfa_pci). To use harp(4) the rc variable natm_interfaces must be set to the list of NATM interfaces to be used for HARP. These interfaces will be brought up with ifconfig and the harp(4) will be loaded. To use loadable native HARP drivers atm_load must be set to the list of drivers to load. Reviewed by: mtm, gordon (partly)
* Document background_dhclient.mbr2003-07-281-0/+8
|
* Document the new BUS_DMA_ZERO flag.mux2003-07-271-0/+2
|
* Moved the boot floppy generation code out from release.9 to release.10.ru2003-07-251-4/+4
| | | | | | | | | | | | | | The release.9 target is now responsible only for generation of MFS root file systems, that are built for all architectures, even those that do not provide a floppy installation option. The release.10 target is now responsible for creation of a set of boot, MFS root, and fixit floppies, and the NO_FLOPPIES variable now affects only this target. Also, replaced the FIXIT_TARGET variable with a check of whether the *FIXITSIZE variables are present for a given architecture, similar to how this is done when generating boot floppies. Discussed with: jhb
* Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) thatru2003-07-231-0/+7
| | | | | points to a directory where "make buildworld" was run. Useful for building 5.x snapshots on 4.x.
* Add manual page to document the new rescue utilities in /rescue.simon2003-07-232-1/+183
| | | | | | Most text by: Tim Kientzle <kientzle@acm.org> Reviewed by: ru, doc@ Approved by: ceri (mentor)
* correct device table a la ath(4)sam2003-07-221-4/+4
|
OpenPOWER on IntegriCloud