summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update npx status.peter2003-07-221-56/+4
| | | | Reminded by: tjr
* hookup safenet driversam2003-07-211-0/+1
|
* safenet driversam2003-07-211-0/+105
| | | | Sponsored by: Global Technology Associates, Inc.
* Document uma_zone_set_max and its non-obvious behaviour.harti2003-07-212-2/+22
| | | | Reviewed by: bmilekic
* This is a pseudo physical interface for the HARP ATM stack. When loadedharti2003-07-212-0/+65
| | | | | | | | it attaches to all existing NATM network interfaces in the system and creates a HARP physical interface for each of them. This allows us to use the same set of ATM drivers for all ATM stuff. It is possible to use the same interface for HARP, NATM and netgraph at the same time.
* Always start new sentences on a new line.harti2003-07-211-27/+36
| | | | Submitted by: Anil Madhavapeddy <anil@recoil.org>
* Add description about tagged queuing.simokawa2003-07-191-0/+5
|
* Add new supported cardsimp2003-07-191-0/+3
|
* WLAN related fixes:hmp2003-07-185-6/+14
| | | | | | | | | | - Add some wlan(4) related cross-references. - Add some "device" lines to SYNOPSIS - Correct grammar/sentencing in ath_hal(4) manual page PR: docs/54114 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> Approved by: des (mentor)
* Fix a typo.truckman2003-07-161-1/+1
|
* Document mutex pool API enhancements that allow creation and use oftruckman2003-07-162-19/+68
| | | | multiple mutex pools.
* Fix a typo.rushani2003-07-161-1/+1
| | | | Submitted by: Pawel Worach <pawel.worach@telia.com>
* Document the latest controllers from 3ware as being supported.ps2003-07-161-2/+14
|
* Reference the patm(4) man page from here, like the other ATM drivers areharti2003-07-153-0/+3
| | | | referenced.
* The man page for the new IDT77252 driver.harti2003-07-152-0/+164
|
* Add a facility for devices, specifically network interfaces, that requireharti2003-07-152-1/+218
| | | | | | | | | | | large to huge amounts of small or medium sized receive buffers. The problem with these situations is that they eat up the available DMA address space very quickly when using mbufs or even mbuf clusters. Additionally this facility provides a direct mapping between 32-bit integers and these buffers. This is needed for devices originally designed for 32-bit systems. Ususally the virtual address of the buffer is used as a handle to find the buffer as soon as it is returned by the card. This does not work for 64-bit machines and hence this mapping is needed.
* More devices supported, but not in the man pageimp2003-07-151-0/+3
|
* Siemens SpeedStream SS1021imp2003-07-151-0/+1
| | | | Obtained from: OpenBSD (minor mods for our stuff); millert
* Document the PHY chip statistics.harti2003-07-142-0/+29
|
* Document the support for the IDT77155 Sonet/SDH PHY.harti2003-07-141-4/+9
| | | | Cross-reference hatm(4) and fatm(4).
* Document the existance of fla(4).obrien2003-07-142-0/+60
|
* correct card type for Linksys *55AGsam2003-07-131-3/+3
| | | | | PR: bin/54190 Submitted by: Josh Elsasser <jre@vineyard.net>
* Since -march=pentium4 is supposed to be fixed with GCC 3.3, andmux2003-07-131-3/+1
| | | | | since people have been reporting success with it, re-enable the pentium4 optimization.
* Eliminate non-existent word.jkoshy2003-07-131-1/+1
| | | | Submitted by: jwd
* add asus wl100imp2003-07-111-0/+1
|
* Add support for a bunch of Microsoft networking products:wpaul2003-07-102-12/+78
| | | | | | | | - MN-110 10/100 USB ethernet (ADMtek Pegasus II, if_aue) - MN-120 10/100 cardbus (ADMtek Centaur-C, if_dc) - MN-130 10/100 PCI (ADMtek Centaur-P, if_dc) Also update dc(4) man page to mention support for MN-120 and MN-130.
* Add to the list of AMR cards.obrien2003-07-101-1/+5
|
* Grammar fixbrueffer2003-07-081-1/+1
| | | | | | PR: 54225 Submitted by: Christopher Nehren <apeiron@comcast.net> MFC after: 3 days
* Bring build(7) in sync with src/Makefile by removing documentationsmkelly2003-07-081-29/+0
| | | | | | | | | | | for targets that have been unsupported since April: - upgrade - aout-to-elf - aout-to-elf-build - aout-to-elf-install - move-aout-libs Approved by: imp
* Correct to match reality regarding interface names.dannyboy2003-07-081-3/+4
| | | | | | | PR: 51006 Submitted by: "Dmitry Pryanishnikov" <dmitry@atlantis.dp.ua> mdoc clue by: "Simon L. Nielsen" <simon@nitro.dk> MFC after: 10 days
* pam_lastlog, not login, in 5.x.dannyboy2003-07-081-12/+9
| | | | | PR: 54200 Submitted by: Matthew George <mdg@secureworks.net>
OpenPOWER on IntegriCloud