Maxim Sobolev
6bcf003260
Add USB Communication Device Class Ethernet driver. Originally written for
...
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
to NetBSD and finally NetBSD version merged with original one goes into
FreeBSD.
Obtained from: http://www.gank.org/freebsd/cdce/
NetBSD
OpenBSD
2005-03-22 14:52:40 +00:00
Lukas Ertl
232e29aab0
Typo.
2005-03-21 22:22:13 +00:00
Ian Dowse
189dcd7f0f
Interrupt transfers and split transactions work now, so remove the
...
part of the BUGS section that says they don't. Leave the "quite
buggy" comment for now though, as it's still partially true.
2005-03-20 17:13:43 +00:00
Philip Paeps
a75ae58445
Document acpi_fujitsu(4).
...
Reviewed by: brueffer
2005-03-20 15:27:38 +00:00
Simon L. B. Nielsen
b0e79c15cf
Bump documentation date for last commit before ru reminds me.
2005-03-19 08:57:00 +00:00
Simon L. B. Nielsen
4067affa6c
Add nForce4 to the list of supported audio devices.
...
MFC after: 1 week
2005-03-19 08:54:06 +00:00
Christian Brueffer
24b00c94dc
Further refine information about supported hardware (from the hardware notes).
2005-03-18 02:49:43 +00:00
Christian Brueffer
214f899220
- move supported hardware information into a HARDWARE section
...
- consistently capitalize RISCom
- fix typo
- bump .Dd
MFC after: 3 days
2005-03-18 02:38:03 +00:00
Christian Brueffer
eb784d51c9
- add a HARDWARE section
...
- correct a language nit
- remove outdated FILES section
- bump .Dd
MFC after: 3 days
2005-03-18 02:26:05 +00:00
Bernd Walter
3d98dde1c5
Reflect devnode naming change from /dev/ubser?.? to /dev/ttyy??
2005-03-18 02:25:45 +00:00
John-Mark Gurney
7ac139a904
add m_copyup function.. This can be used to help make our ip stack less
...
alignment restrictive, and help performance on some ethernet cards which
currently copy the entire packet a couple bytes to get the packet aligned
properly...
Wordsmithing by: dwhite
Obtained from: NetBSD (code only)
I'll clean it up later: rwatson
2005-03-17 19:34:57 +00:00
Doug Barton
7e89b50216
There is no longer a KNOWN_DEFECTS file, so don't try to install it.
2005-03-17 10:15:29 +00:00
Christian Brueffer
4bea477079
Chase location of scd.c and bump .Dd.
...
Submitted by: markus
MFC after: 3 days
2005-03-16 02:03:15 +00:00
Warner Losh
f3011a7c10
Clarify that the end argument meaning for rman_reserve_resource_bound
...
is the highest acceptable value for the ending of the resource being
allocated. One could also believe that it is the highest starting
value of the resource. The code definitely expects the former, but I
could find no documentation of this apart from TFSC.
2005-03-15 23:58:55 +00:00
David Schultz
7b74e4a759
Remove fpsetsticky(). This was added for SysV compatibility, but due
...
to mistakes from day 1, it has always had semantics inconsistent with
SVR4 and its successors. In particular, given argument M:
- On Solaris and FreeBSD/{alpha,sparc64}, it clobbers the old flags
and *sets* the new flag word to M. (NetBSD, too?)
- On FreeBSD/{amd64,i386}, it *clears* the flags that are specified in M
and leaves the remaining flags unchanged (modulo a small bug on amd64.)
- On FreeBSD/ia64, it is not implemented.
There is no way to fix fpsetsticky() to DTRT for both old FreeBSD apps
and apps ported from other operating systems, so the best approach
seems to be to kill the function and fix any apps that break. I
couldn't find any ports that use it, and any such ports would already
be broken on FreeBSD/ia64 and Linux anyway.
By the way, the routine has always been undocumented in FreeBSD,
except for an MLINK to a manpage that doesn't describe it. This
manpage has stated since 5.3-RELEASE that the functions it describes
are deprecated, so that must mean that functions that it is *supposed*
to describe but doesn't are even *more* deprecated. ;-)
Note that fpresetsticky() has been retained on FreeBSD/i386. As far
as I can tell, no other operating systems or ports of FreeBSD
implement it, so there's nothing for it to be inconsistent with.
PR: 75862
Suggested by: bde
2005-03-15 15:53:39 +00:00
Maxim Konovalov
7a94b58748
o Add missed language doc subdirectories, sort.
...
PR: docs/78859
Submitted by: skv
2005-03-15 12:21:44 +00:00
Poul-Henning Kamp
b1b785b27d
Mangle a manpage.
2005-03-14 15:38:34 +00:00
Christian Brueffer
506104c698
- new sentence, new line
...
- s/freebsd/FreeBSD/
2005-03-14 14:04:02 +00:00
Tom Rhodes
bc8f83f849
Remove mention of mac_lomac(4) policy from here too.
2005-03-12 21:10:42 +00:00
Max Laier
52732175c3
ALTQ support for re(4).
...
Submitted by: Chris Dionissopoulos, Theo Schlossnagle
PR: kern/78681
MFC after: 2 weeks
2005-03-12 17:35:37 +00:00
Alexey Zelkin
f07a48ddd9
Update comment to reflect default GENCAT value (changed in previous rev)
...
Reminded by: Joerg Sonnenberger
2005-03-10 15:58:16 +00:00
Hartmut Brandt
f81e89ed1d
Add a man page for ng_ccatm(4).
...
Reminded by: brueffer
2005-03-10 09:28:39 +00:00
Christian Brueffer
3096e5d2d6
s/cdrom/CD-ROM/
...
MFC after: 3 days
2005-03-10 08:07:59 +00:00
Simon L. B. Nielsen
69921a6d1c
Add manual page for snd_via82c686(4).
...
Submitted by: Joel Dahl <joel@automatvapen.se>
PR: docs/78586
MFC after: 3 days
2005-03-09 22:39:26 +00:00
Simon L. B. Nielsen
a064211729
Add manual page for snd_vibes(4).
...
Submitted by: Joel Dahl <joel@automatvapen.se>
PR: docs/78580
MFC after: 3 days
2005-03-09 22:31:56 +00:00
Stefan Farfeleder
ca6c5ccd4b
Device counts are gone.
2005-03-09 12:29:07 +00:00
Stefan Farfeleder
63d45d7da0
__FUNCTION__ -> __func__
2005-03-09 11:28:46 +00:00
John-Mark Gurney
ada6ba6ef3
spell resource correctly...
...
MFC after: 3 days
2005-03-09 07:56:09 +00:00
Hiten Pandya
97ad30b96a
Remove stale information in IMPLEMENTATION NOTES section about alq_open()
...
using the calling thread's ucred.
While I am there, fix references to my name.
2005-03-09 01:56:48 +00:00
Hiten Pandya
830d03bc97
Make note of the ktrdump(8) utility in the opening paragraph of this
...
manual page.
Fix indentation of code block in EXAMPLE section so the manual page
can be viewed in a 80 column window.
2005-03-08 01:37:36 +00:00
Christian Brueffer
9c41086d86
Remove superfluous .Pp call.
...
Submitted by: Joel Dahl <joel@automatvapen.se>
MFC after: 3 days
2005-03-07 09:55:43 +00:00
Christian Brueffer
6d93d4fb04
Remove superflous .Pp calls.
...
Submitted by: Joel Dahl <joel@automatvapen.se>
MFC after: 3 days
2005-03-04 22:34:57 +00:00
Ruslan Ermilov
08f8440ba4
New Ukrainian locale: uk_UA.CP1251.
...
Submitted by: Alexander Peresunko
2005-03-04 14:24:30 +00:00
Simon L. B. Nielsen
f8d3af71cd
- Readd HARDWARE section to unbreak Hardware Notes.
...
- Cleanup of mdoc markup.
2005-03-04 10:03:40 +00:00
Scott Long
b2aa25c836
Add and clarify the names of many supported cards, and tweak some wording.
...
Submitted by: rajeshpr @ lsil . com
2005-03-04 06:02:13 +00:00
Brooks Davis
b2d18dad81
Document the newsyslog_* and chkprintcap_* variables I added yesterday.
2005-03-02 18:44:56 +00:00
Tom Rhodes
c71158d453
Wrap BSD r* commands in NO_RCMDS.
...
Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk.
Discussed with: ru, nectar
2005-03-02 11:53:22 +00:00
Tom Rhodes
32b56c9d75
Document NO_RCMDS, bump doc date.
2005-03-02 05:22:27 +00:00
Tom Rhodes
048ba27c18
Add NO_RCMDS to the list.
2005-03-02 03:49:02 +00:00
Tom Rhodes
90827d82f1
Add a manual page for the fm801 chipsets.
...
PR: 78143
Submitted by: Joel Dahl <joel@automatvapen.se> (original version)
2005-03-01 05:58:16 +00:00
David E. O'Brien
40f3723da6
Fix a grammar nit of mine.
2005-02-28 18:32:25 +00:00
David E. O'Brien
db9eea4d0e
-mandoc style tweak rev 1.13.
...
Submitted by: ru
2005-02-28 18:28:58 +00:00
David E. O'Brien
9146ea4e43
Catch up with the latest policies on knobs.
2005-02-28 09:42:08 +00:00
David E. O'Brien
30d7f067a4
Accept the old user interface for NO_CLEAN as it is a POLA violation as
...
we've eventually changed the user interface of a common command.
2005-02-28 09:23:38 +00:00
Christian Brueffer
eafe5f8307
Correct a macro name.
...
PR: 78171
Submitted by: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
MFC after: 3 days
2005-02-28 02:02:27 +00:00
David E. O'Brien
82fd87a3a1
style.Makefile(5): remove trailing spaces.
2005-02-27 22:02:31 +00:00
Alexey Zelkin
8c4346e3e8
There's no '-new' argument for gencat(1) anymore
2005-02-27 16:36:54 +00:00
Christian Brueffer
503c19a2dc
ATA -> PATA/SATA, to make clear that this driver supports both kinds
...
of controllers.
Inspired by: xy <xy@packetflood.net>
MFC after: 3 days
2005-02-27 13:15:51 +00:00
Christian Brueffer
4702cf171d
Don't mention PATA support, all listed controllers are SATA.
...
Inspired by: xy <xy@packetflood.net>
MFC after: 3 days
2005-02-27 13:14:28 +00:00
Simon L. B. Nielsen
3d79cbd442
Add some commas and improve grammar.
...
Suggested by: trhodes
2005-02-26 23:19:11 +00:00
Nate Lawson
70610c87cb
Note addition of p4tcc, new sysctls and tunable, update mdoc.
2005-02-26 22:48:04 +00:00
Simon L. B. Nielsen
0221396473
Remove redundant .Pp call.
...
Spotted by: ru
2005-02-26 22:06:49 +00:00
Simon L. B. Nielsen
14c8d90def
- Add manual page for snd_neomagic(4).
...
PR: docs/78127
Submitted by: Joel Dahl <joel@automatvapen.se>
MFC after: 3 days
2005-02-26 21:42:43 +00:00
Brooks Davis
bc9d299133
Change the definition of struct if_data's member ifi_epoch from wall
...
clock time to uptime because wall clock time may go backwards.
This is a change in the API which will impact SNMP agents who are using
ifi_epoch to set RFC2233's ifCounterDiscontinuityTime. None are know to
exist today. This will not impact applications that are using the
<index, epoch> tuple to verify interface uniqueness except that it
eliminates a race which could lead to a false assumption of uniqueness.
Because this is a behavior change, bump __FreeBSD_version.
Discussed with: re (jhb, scottl)
MFC after: 3 days
Pointed out by: pkh (way back at EuroBSDCon)
Pointy hat: brooks
2005-02-25 19:46:41 +00:00
Tom Rhodes
8c38f62e6a
Resort the CPU list with regards to recently added CPUs.
...
Prodded by: glewis
2005-02-25 19:32:51 +00:00
Gleb Smirnoff
4291a5982a
Fix prototype for bpf_mtap2().
...
MFC after: 3 days
2005-02-25 15:58:05 +00:00
Gleb Smirnoff
442af10ad1
Update description of net.inet.carp.log
2005-02-25 10:38:43 +00:00
Tom Rhodes
61001d7506
Fix a few markup nits in previous commit.
...
Noticed by: ru, who else? :)
2005-02-25 00:40:46 +00:00
Olivier Houchard
755259e205
Handle endianness for arm.
2005-02-25 00:24:03 +00:00
Nate Lawson
e104f88a15
Note the ACPI clock and its characteristics.
2005-02-24 20:28:41 +00:00
Gleb Smirnoff
3e630869d1
mdoc(7) cleanup
...
Submitted by: ru
2005-02-24 09:43:16 +00:00
Tom Rhodes
6056489dbe
Add IOGEAR GUF320.
...
PR: 73825
2005-02-24 04:32:54 +00:00
Tom Rhodes
389e98a7c5
To be more complete, discuss 'make kernel' since we do cover buildkernel.
...
Xref config.8.
Bump doc date.
2005-02-24 03:46:36 +00:00
Christian Brueffer
7eb6551ddc
- move information about supported hardware into a HARDWARE section
...
- bump .Dd
MFC after: 3 days
2005-02-23 23:57:36 +00:00
Warner Losh
fe24cda586
Tweak description and add Belkin F5D5020
2005-02-23 23:55:32 +00:00
Christian Brueffer
c63dc3573f
Sort the list of devices in the HARDWARE section. Also move the section
...
below the DESCRIPTION section for consistency with the other manpages.
MFC after: 3 days
2005-02-23 22:50:43 +00:00
Tom Rhodes
0439a1cb84
Update list of utilitys which are implemented externally, Xref info.1,
...
clean up some text, bump doc date.
PR: 47690
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
2005-02-23 22:37:17 +00:00
Christian Brueffer
7bb53beeda
Reword the HARDWARE section, so it can be used in the autogenerated
...
hardware notes.
2005-02-23 19:31:12 +00:00
Christian Brueffer
434b84889a
- make the hardware list look like that of other manpages
...
- fix typo
MFC after: 3 days
2005-02-23 19:23:36 +00:00
Gleb Smirnoff
8e92589080
Manpage for CARP from .Ox, with minor modifications.
...
Obtained from: OpenBSD
2005-02-23 08:29:50 +00:00
Tom Rhodes
401cdd95a8
Note that debug.acpi.disabled can also disable the video.
...
PR: 77693
Tested/submitted by: John Prather <jprather@axon.cdc.uci.edu>
MFC: 1 day
2005-02-23 07:23:35 +00:00
Tom Rhodes
afbc680a0e
They key combinations for Left window and Right window seem reversed, fix.
...
PR: 48767
2005-02-23 04:22:17 +00:00
Tom Rhodes
ef9a01a427
Fix up previous commit by adding prescott and itanium2 CPUs.
...
Submitted by: marcel
2005-02-23 03:28:14 +00:00
Tom Rhodes
aa7fd9158c
Add 'nocona' to the list of Intel ia64 CPUs and k8 to the AMD CPUs.
...
Replace -fmemoize-lookups -fsave-memoized with a working example,
-fconserve-space. To quote part of the GCC docs on this option:
"Put uninitialized or runtime-initialized global variables into the
common segment, as C does."
MFC after: 2 days
Submitted by: Daniel Gerzo <danger@rulez.sk> (original version)
2005-02-23 01:10:28 +00:00
Ruslan Ermilov
6fe37d1365
Add endianness support to cap_mkdb(1), useful for cross builds.
2005-02-22 23:29:54 +00:00
Christian Brueffer
64716bfbf4
Connect memguard(9) to the build.
2005-02-22 17:42:12 +00:00
Christian Brueffer
a3256b8880
Xref memguard(9)
2005-02-22 17:20:20 +00:00
Christian Brueffer
f8cd5f23d4
First cut at a manpage for the MemGuard debugging allocator.
...
most content from: bmilekic
mdoc lessons by: ru
2005-02-22 17:18:27 +00:00
Nate Lawson
edd0e4ca59
Note addition of est(4)
2005-02-20 20:30:47 +00:00
Christian Brueffer
6e0ee35d47
Remove the note about em(4) not working with bridge(4) when hardware
...
assisted VLAN processing is enabled from the BUGS section. This is
expected to work now.
2005-02-20 00:09:38 +00:00
Nate Lawson
7b6b718186
Document the cpufreq_drv_type() method and info-only flag.
2005-02-18 00:28:52 +00:00
Christian Brueffer
40dda406a4
Remove dublicated device entry from the synopsis.
...
Submitted by: Ulrich Spoerlein <q@uni.de>
MFC after: 3 days
2005-02-17 16:01:20 +00:00
Pawel Jakub Dawidek
6201b4ec28
Copyright year update.
2005-02-16 22:24:15 +00:00
Ruslan Ermilov
6009275136
Don't say that mtx_lock() will "sleep" if another kernel thread is
...
holding the mutex, say it will "block". Later in this manual page
we say that sleeping while holding a mutex isn't allowed, and this
can be confusing.
Submitted by: jhb
2005-02-15 23:52:35 +00:00
Ruslan Ermilov
423ac68026
Expand contractions.
2005-02-15 09:27:00 +00:00
Christian Brueffer
05df7aed21
Adapt for new KDB world order.
...
PR: 77528
Submitted by: Jamin Brown <alec@gwi.net>
MFC after: 3 days
2005-02-14 21:14:00 +00:00
Gleb Smirnoff
59284d27d7
Fix English grammar.
...
Submitted by: ru
2005-02-14 18:49:19 +00:00
Nate Lawson
952a03767b
Update information now that support for priorities has been added.
2005-02-14 18:17:47 +00:00
Gleb Smirnoff
99af251656
Document NGM_ETHER_DETACH functionality.
2005-02-14 17:43:42 +00:00
Ruslan Ermilov
f5e7a58e87
Add a SUBDIR_TARGETS variable which can be set to a list of
...
additional targets that will cause descending into subdirs.
Example:
cd /sys/modules; make load SUBDIR_TARGETS=load
(But don't try it with your pet.)
Submitted by: Alexey Klimov
PR: 47601
2005-02-14 12:57:51 +00:00
Ruslan Ermilov
36a142c455
Expand contractions.
2005-02-13 23:45:54 +00:00
Ruslan Ermilov
59892d33e5
who's -> whose
2005-02-13 23:23:30 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Ruslan Ermilov
4aff774454
mdoc(7) review.
...
(I thought Nate has committed it long ago, apparently not.)
2005-02-13 21:29:28 +00:00
Nate Lawson
6b6a920e28
Bump date. Reminded by: ru
2005-02-13 21:23:23 +00:00
Nate Lawson
47bc6a5e25
Update documentation of tunables.
2005-02-13 20:26:04 +00:00
Gleb Smirnoff
ec63861d6b
Document multicast membership control messages.
2005-02-12 11:52:14 +00:00
Christian Brueffer
1c90a6ede9
No one cares about when the manpage first appeared. Mention when the driver
...
appeared instead.
MFC after: 3 days
2005-02-12 00:42:14 +00:00
Robert Watson
9e95400e5b
Add a bit more caveat text about MUTEX_PROFILING -- try to avoid using it
...
with other profiling and debugging options, such as INVARIANTS, WITNESS,
kernel profiling, etc. They all interfere with each other nastily and
will generate fairly useless results.
2005-02-11 15:17:57 +00:00
David E. O'Brien
afdeb6a183
Expand BSS.
2005-02-11 07:37:25 +00:00