summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* "towards" -> "toward". According to dictionary.com, the use of "towards"jkoshy2003-07-081-2/+2
| | | | | | | | | | is common in British English, while "toward" is the preferred form in American English. Use the American form for consistency. Correct the date on the manual page. Submitted by: Tom Rhodes <trhodes@freebsd.org>, underway@comcast.net (Gary W. Swearingen)
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-072-4/+0
| | | | MAINTAINER file (which already had entries for sendmail).
* Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safegshapiro2003-07-062-30/+0
| | | | | | | (though probably not a good idea in general) to set the various SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc. MFC after: 5 days
* de-__Pcharnier2003-07-062-4/+5
| | | | | use port/proto to represent services (not proto/port). add FBSDID
* Add config(5).jkoshy2003-07-061-1/+1
|
* Fix Ctrl-\ache2003-07-061-1/+1
| | | | Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
* New section 5 manual page detailing our kernel configuration filejkoshy2003-07-061-0/+343
| | | | | | | format. Reviewed by: Ruslan Ermilov <ru@freebsd.org>, Jens Schweikhardt <schweikh@schweikhardt.net>
* Add ARMSCII-8 console stuffache2003-07-0513-6/+824
| | | | | PR: 53944 Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
* Add ARMSCSII-8 localeache2003-07-0513-0/+558
| | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944
* Add buffalo airstation wli2-cf-s11 I got in japan to the listimp2003-07-051-0/+1
|
* Regen:sheldonh2003-07-041-14/+29
| | | | * Boemler: vendors.txt (2003-06-30)
* Use make(1) instead of a shell script to implement the checkdpadd target.bde2003-07-031-9/+7
| | | | | | | | | This is simpler, and is easy to do now that make(1) supports substituting regexps. Fixed missing '$' anchor in the regexp. Use less cryptic names for temporary variables. Submitted by: ru (early version) Reviewed by: ru
* Update the rest of the busdma man page for the change in bus_dma_tag_create()scottl2003-07-031-1/+9
|
* Update the busdma manpage to reflect the recent API change toscottl2003-07-031-1/+35
| | | | bus_dma_tag_create.
* Remove a hard-sentence break and a duplicated sentence. Capitalizejkoshy2003-07-031-10/+8
| | | | a displayed list uniformly and fix up some grammar while I'm here.
* Add an Xref to pw(8).jkoshy2003-07-031-0/+1
|
* Libraries come.ru2003-07-021-0/+1
|
* Sort.ru2003-07-021-1/+1
|
* Fix a grammar bogon.schweikh2003-07-021-1/+1
|
* Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.ru2003-07-022-4/+14
|
* The .s files do not have to be preprocessed with cpp(1).ru2003-07-021-2/+2
|
* Revert to using as(1) to compile plain assembler source files.ru2003-07-021-9/+2
| | | | | | | | All .s files that need cpp(1) processing (see gcc(1) manpage's DESCRIPTION section) have been repo-copied to .S files. This is mostly to bring bsd.lib.mk in agreement with sys.mk. Desired by: obrien
* There's no reason to keep separate AINC knob anymore.ru2003-07-013-17/+8
| | | | | | | | The only real use of it (lib/libc/Makefile) has been fixed, and if necessary, the contents of AINC should be added to CFLAGS. Explained by: bde
* USB scanner support for Mustek BearPaw scanner.joe2003-07-011-0/+2
| | | | Submitted by: netchild
* Support the Epson GT-9300UF usb scanner.joe2003-07-011-0/+1
| | | | PR: kern/53929
* Allow diskless_remount files to contain path beginning with / which willbrooks2003-06-301-0/+21
| | | | | | | be mounted relative to the NFS root mountpoint. Reviewed by: dillon at backplane.com MFC After: 3 days
* move maxsegsz down a bit so that the arg definition order matches thejmg2003-06-301-4/+4
| | | | calling order.
OpenPOWER on IntegriCloud