| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
multiple mutex pools.
|
|
|
|
| |
Submitted by: Pawel Worach <pawel.worach@telia.com>
|
| |
|
|
|
|
| |
referenced.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Obtained from: OpenBSD (minor mods for our stuff); millert
|
| |
|
|
|
|
| |
Cross-reference hatm(4) and fatm(4).
|
| |
|
|
|
|
|
| |
PR: bin/54190
Submitted by: Josh Elsasser <jre@vineyard.net>
|
|
|
|
|
| |
since people have been reporting success with it, re-enable the
pentium4 optimization.
|
|
|
|
| |
Submitted by: jwd
|
| |
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
|
|
| |
PR: 54225
Submitted by: Christopher Nehren <apeiron@comcast.net>
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 51006
Submitted by: "Dmitry Pryanishnikov" <dmitry@atlantis.dp.ua>
mdoc clue by: "Simon L. Nielsen" <simon@nitro.dk>
MFC after: 10 days
|
|
|
|
|
| |
PR: 54200
Submitted by: Matthew George <mdg@secureworks.net>
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
MAINTAINER file (which already had entries for sendmail).
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
| |
use port/proto to represent services (not proto/port).
add FBSDID
|
| |
|
|
|
|
| |
Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
|
|
|
|
|
|
|
| |
format.
Reviewed by: Ruslan Ermilov <ru@freebsd.org>, Jens
Schweikhardt <schweikh@schweikhardt.net>
|
|
|
|
|
| |
PR: 53944
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
|
|
|
|
|
| |
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
|
| |
|
|
|
|
| |
* Boemler: vendors.txt (2003-06-30)
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
bus_dma_tag_create.
|
|
|
|
| |
a displayed list uniformly and fix up some grammar while I'm here.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: netchild
|
|
|
|
| |
PR: kern/53929
|
|
|
|
|
|
|
| |
be mounted relative to the NFS root mountpoint.
Reviewed by: dillon at backplane.com
MFC After: 3 days
|
|
|
|
| |
calling order.
|