le
78bbe1ac6e
Typo.
2005-03-21 22:22:13 +00:00
iedowse
0c6a099057
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
31df036c3c
Document acpi_fujitsu(4).
...
Reviewed by: brueffer
2005-03-20 15:27:38 +00:00
simon
6795948286
Bump documentation date for last commit before ru reminds me.
2005-03-19 08:57:00 +00:00
simon
83431f29d3
Add nForce4 to the list of supported audio devices.
...
MFC after: 1 week
2005-03-19 08:54:06 +00:00
brueffer
9ec4ac3d92
Further refine information about supported hardware (from the hardware notes).
2005-03-18 02:49:43 +00:00
brueffer
007ed47a3e
- 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
brueffer
d2a9f37c64
- 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
ticso
8560e733d1
Reflect devnode naming change from /dev/ubser?.? to /dev/ttyy??
2005-03-18 02:25:45 +00:00
jmg
19da85af4a
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
dougb
8a3be2209e
There is no longer a KNOWN_DEFECTS file, so don't try to install it.
2005-03-17 10:15:29 +00:00
brueffer
fa09d33f04
Chase location of scd.c and bump .Dd.
...
Submitted by: markus
MFC after: 3 days
2005-03-16 02:03:15 +00:00
imp
8f67ba140a
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
das
a84bfd6e04
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
aa4d5cb803
o Add missed language doc subdirectories, sort.
...
PR: docs/78859
Submitted by: skv
2005-03-15 12:21:44 +00:00
phk
50400e94bb
Mangle a manpage.
2005-03-14 15:38:34 +00:00
brueffer
f32edb86b5
- new sentence, new line
...
- s/freebsd/FreeBSD/
2005-03-14 14:04:02 +00:00
trhodes
d5c41269cf
Remove mention of mac_lomac(4) policy from here too.
2005-03-12 21:10:42 +00:00
mlaier
923d1a6714
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
phantom
a72c7b81ca
Update comment to reflect default GENCAT value (changed in previous rev)
...
Reminded by: Joerg Sonnenberger
2005-03-10 15:58:16 +00:00
harti
9cc7a48691
Add a man page for ng_ccatm(4).
...
Reminded by: brueffer
2005-03-10 09:28:39 +00:00
brueffer
f513491411
s/cdrom/CD-ROM/
...
MFC after: 3 days
2005-03-10 08:07:59 +00:00
simon
20540ca2da
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
44d633e2fe
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
stefanf
f7bcb7fdc8
Device counts are gone.
2005-03-09 12:29:07 +00:00
stefanf
b8a6e62fcc
__FUNCTION__ -> __func__
2005-03-09 11:28:46 +00:00
jmg
283c3a89b1
spell resource correctly...
...
MFC after: 3 days
2005-03-09 07:56:09 +00:00
hmp
b15ac85d84
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
hmp
028925ec3c
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
brueffer
eadc2898f6
Remove superfluous .Pp call.
...
Submitted by: Joel Dahl <joel@automatvapen.se>
MFC after: 3 days
2005-03-07 09:55:43 +00:00
brueffer
bf129fb8b5
Remove superflous .Pp calls.
...
Submitted by: Joel Dahl <joel@automatvapen.se>
MFC after: 3 days
2005-03-04 22:34:57 +00:00
ru
47f2612399
New Ukrainian locale: uk_UA.CP1251.
...
Submitted by: Alexander Peresunko
2005-03-04 14:24:30 +00:00
simon
bb6ba4ee56
- Readd HARDWARE section to unbreak Hardware Notes.
...
- Cleanup of mdoc markup.
2005-03-04 10:03:40 +00:00
scottl
0dda2674af
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
e8a4ee68d5
Document the newsyslog_* and chkprintcap_* variables I added yesterday.
2005-03-02 18:44:56 +00:00
trhodes
792676bbc2
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
trhodes
91d219a001
Document NO_RCMDS, bump doc date.
2005-03-02 05:22:27 +00:00
trhodes
256f3d19f8
Add NO_RCMDS to the list.
2005-03-02 03:49:02 +00:00
trhodes
a28103e1ba
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
obrien
68dc8e15d8
Fix a grammar nit of mine.
2005-02-28 18:32:25 +00:00
obrien
c87c59e4d7
-mandoc style tweak rev 1.13.
...
Submitted by: ru
2005-02-28 18:28:58 +00:00
obrien
001881a134
Catch up with the latest policies on knobs.
2005-02-28 09:42:08 +00:00
obrien
1e9358b306
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
brueffer
e5de59cc35
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
obrien
6094e9c945
style.Makefile(5): remove trailing spaces.
2005-02-27 22:02:31 +00:00
phantom
4d2cd8e010
There's no '-new' argument for gencat(1) anymore
2005-02-27 16:36:54 +00:00
brueffer
1c7f944f0e
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
brueffer
701341d00d
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
1392998ad3
Add some commas and improve grammar.
...
Suggested by: trhodes
2005-02-26 23:19:11 +00:00
njl
439dc64109
Note addition of p4tcc, new sysctls and tunable, update mdoc.
2005-02-26 22:48:04 +00:00