Ruslan Ermilov
69a16e1e28
pthread_multi_np() is implemented in all threading libraries.
...
pthread_single_np() is not implemented in libthr.
2004-01-15 16:12:11 +00:00
Ruslan Ermilov
bc5cc7732e
Revert previous delta -- these interfaces aren't supported by libthr.
2004-01-15 16:07:52 +00:00
Ruslan Ermilov
f9f9d2e804
Document interfaces that are supported by libthr.
2004-01-15 15:59:00 +00:00
Atsushi Onoe
f36568f97c
Cleanup obsolete text:
...
- hostap and ibss creation now works.
- delete messages for common net80211 layer from DIAGNOSTICS.
2004-01-15 14:06:51 +00:00
Ruslan Ermilov
8e750fa2e6
Assorted markup fixes.
2004-01-15 11:15:27 +00:00
Ruslan Ermilov
5360187e7a
Spell POSIX threads library as "libpthread", mdoc(7) is smart
...
enough to render it as "-lkse" these days.
2004-01-14 21:53:19 +00:00
Ruslan Ermilov
ec7452f103
Have a single set of POSIX threads man pages. The LIBRARY section
...
of each manpage lists libraries that have corresponding interfaces
implemented.
Prodded by: threads
Reviewed by: deischen
2004-01-14 21:44:26 +00:00
Ruslan Ermilov
fac93adb3d
This interface is not provided by libc_r. It is, on the other
...
hand, is also provided by libthr, but this will be addressed
later.
2004-01-14 21:12:39 +00:00
Christian Brueffer
a16f34fd21
Add MLINK:
...
rue.4 -> if_rue.4
2004-01-14 13:35:15 +00:00
Brian Feldman
7586b25ce3
Add an "ethernet" hook to the rfc1490 netgraph module. It will send
...
and receive FCS-less RFC1490-"bridged" Ethernet packets that are
currently just ignored.
2004-01-14 00:39:28 +00:00
Ruslan Ermilov
11dc929821
Introduce DPSRCS, that holds the list of source files which are
...
needed for generating dependencies. SRCS are always part of it,
and normally only they.
This can be useful in some random cases where it's necessary to
have something in .depend that isn't part of SRCS. This will be
used to replace a hack in lib/libpam/libpam/Makefile.
2004-01-13 17:37:45 +00:00
Maxim Konovalov
d13df3e104
Added FreeBSD 5.2-RELEASE.
...
MFC after: 3 days
2004-01-13 08:35:00 +00:00
Ruslan Ermilov
484933a925
- Replaced several := ops with their += equivalents; the old
...
form became unnecessary with the bsd.prog.mk,v 1.69 change.
- Eliminated duplicate y.tab.h in SRCS.
Reviewed by: bde
- Complementary to the said bsd.prog.mk change, use the fact
that inner .for loops are not real loops but a tricky form
of a local macro for the outer loop's variable, and switch
to using faster variable modifiers to replace extensions.
2004-01-12 15:29:47 +00:00
Alex Dupre
fd4b744b5b
Update list of device drivers that support polling.
...
Remove redundancy in NOTES.
PR: docs/61195
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: blackend (mentor)
MFC after: 1 week
2004-01-11 22:07:19 +00:00
Robert Watson
480a1cc8ef
Minor typo: no line break after .Fn.
2004-01-11 19:57:42 +00:00
Robert Watson
9b1faf0afb
Add a basic manpage for vn_fullpath().
...
Sponsored by: DARPA, McAfee Research
2004-01-11 19:54:48 +00:00
Ruslan Ermilov
804517817f
Put the warning flags to where they belong (into CWARNFLAGS).
...
This allows us to easily override them when necessary, e.g.,
to selectively disable warnings in libc/ contributed sources.
2004-01-11 10:29:55 +00:00
Robert Watson
738d91ba76
Update the diskless(8) documentation to indicate that the use of the
...
kernel BOOTP options is *not* required if the boot loader can pass
network configuration information to the kernel using the kernel
environment. As such, PXE doesn't require them. However, the NFS
options are required in the kernel (previously not documented).
Tripped over by: des
2004-01-10 22:38:54 +00:00
Ruslan Ermilov
2096f68ef2
Keep up with sys/conf/ changes.
2004-01-10 18:01:08 +00:00
Dag-Erling Smørgrav
91c9d24e52
Move the description of sbuf_delete() closer to the description of
...
sbuf_new(), and try to make them both a little clearer.
2004-01-09 21:16:31 +00:00
Simon L. B. Nielsen
d42944a1b8
Add missing manual page links for rman(9) and sysctl_add_oid(9).
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/60088
2004-01-09 20:15:51 +00:00
Nate Lawson
d11a4e603f
Update man page for \_OS* changes.
2004-01-09 20:06:04 +00:00
Nate Lawson
f381ebd8a8
Note that REPORT_LUNS should be implemented to work better with Linux
...
and Windows as initiators.
2004-01-09 19:33:21 +00:00
Nate Lawson
4c1cc94ee3
Enable autosense by default. This shouldn't hurt SPI and is required
...
for FC.
2004-01-09 19:27:18 +00:00
Nate Lawson
daa66c2c60
Bump the max number of initiators to 256 from 16. This is appropriate for
...
fibre channel and shouldn't hurt SPI.
2004-01-09 19:26:30 +00:00
Christian Brueffer
c8885b4b8f
Add MLINK:
...
ndis.4 -> if_ndis.4
2004-01-09 17:55:48 +00:00
Christian Brueffer
bd675dd3a9
Correct typo in MLINK
2004-01-09 17:49:03 +00:00
Christian Brueffer
130b84f512
Add reference to miibus.4
...
MFC after: 5 days
2004-01-09 17:43:37 +00:00
Christian Brueffer
a376b5ff08
device uhci0 -> device uhci
...
Remove reference to miibus.4, the driver doesn't use it.
MFC after: 5 days
2004-01-09 17:39:08 +00:00
Christian Brueffer
484d662c34
kue(4) doesn't use miibus either
...
MFC after: 5 days
2004-01-09 17:31:33 +00:00
Christian Brueffer
d2c7a11844
Remove drivers that don't need miibus(4):
...
o an
o awi
Add missing drivers:
o axe
o bfe
o gx
o lge
o nge
o re
o sk
MFC after: 5 days
2004-01-09 17:17:57 +00:00
Simon L. B. Nielsen
a3d2cb0998
- Add the HP hn210e to the devices list.
...
- Make the device list compact.
MFC after: 1 week
2004-01-09 15:47:54 +00:00
Greg Lehey
8cfbf24f2e
Correct capitalization.
...
Submitted by: ru
2004-01-07 23:00:01 +00:00
Bill Paul
bf952fec70
Add 'device wlan' to synopsis.
2004-01-07 22:17:53 +00:00
Marc Fonvieille
704ee201ff
Netgear WG511T card is a CardBus not a PCI card.
...
PR: docs/61039
Submitted by: Michael Lestinsky <michael@lestinsky.de>
2004-01-07 20:49:51 +00:00
David E. O'Brien
87294a9c5f
Note that NO_FLOPPIES is i386-only.
2004-01-03 02:23:56 +00:00
Scott Long
24b4e9d17f
Document taskqueue_enqueue_fast()
2004-01-02 07:23:40 +00:00
Greg Lehey
8da0249608
Remove extraneous text accidentally incorporated from ddb(4).
...
Rearrange the order of the initial description to correspond with the
detailed description below.
Reinstate reference to Topsy, at the risk of confusing people whose
understanding of English grammar is better than of American folklore.
2004-01-02 05:16:50 +00:00
Greg Lehey
35386a8afb
Submit to police inspection. No content changes.
...
Submitted bu: ru
2004-01-02 05:07:57 +00:00
Brian Feldman
2fc197082f
Fix a very corner case when you want to make cleandir SUBDIRs which
...
are built using a ${MAKE} that's not just "make".
Test by: make universe (followed by cleandirs)
2004-01-02 05:05:48 +00:00
Greg Lehey
b0643f118c
Hook up gdb.4 and vinumdebug.4 into build.
...
Reminded by: ru
2004-01-02 02:18:34 +00:00
Ruslan Ermilov
a783a32a55
Some mdoc(7) polishing.
2004-01-01 21:04:44 +00:00
Joseph Koshy
de77c1ba47
Add "options INVARIANTS" and "options INVARIANT_SUPPORT" to the
...
synopsis, with supporting text in the body of the manual page.
Add a cross-reference to panic(9) for completeness.
Reviewed by: ru (synopsis changes)
2004-01-01 05:16:35 +00:00
Takanori Watanabe
f50ad9a10c
Correct _ACx description.
...
This is for a computer system, not for a furnace.
2004-01-01 04:28:13 +00:00
Greg Lehey
a9215590a4
Add markup changes for more kosher mdoc(7).
...
Submitted by: ru
2004-01-01 02:31:48 +00:00
Nate Lawson
9eaf31e548
Add to the acpi_thermal man page, especially the notifies section.
2003-12-31 19:12:52 +00:00
Greg Lehey
279b7e129f
Add a description of how to use a firewire connection to debug a
...
remote system without stopping it.
2003-12-31 01:25:07 +00:00
Greg Lehey
783a364bf8
Update firewire debugging description.
...
Reviewed by: simokawa.
Clarify terminology.
Update BUGS section.
2003-12-31 00:59:36 +00:00
Christian Brueffer
8a9ce5c0d2
o fix typos
...
o grammar fix
o concat two lines
MFC after: 5 days
2003-12-30 22:26:52 +00:00
Ruslan Ermilov
e09cec395d
Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:
...
- Remove error code that can't be returned (and original description
was not proper English)
PR: docs/57434
2003-12-30 15:44:16 +00:00
Mike Makonnen
ec2456e2c2
Aargh, cvs add pthread_mutex_timedlock
2003-12-30 08:50:04 +00:00
Mike Makonnen
2aa9de1f77
o Implement pthread_mutex_timedlock(), which does not block indefinitely on
...
a mutex locked by another thread.
o document it: pthread_mutex_timedlock(3)
2003-12-30 08:44:55 +00:00
Greg Lehey
6d8cac85f7
Clarify firewire setup, including minimal error recovery.
2003-12-30 02:04:25 +00:00
Greg Lehey
45c6a05ae1
Describe kernel debug macros for Vinum. This was originally intended
...
as part of gdb(4).
Suggested by: njl
2003-12-30 01:40:38 +00:00
Greg Lehey
1159af411b
New man page for kernel debugging with gdb.
...
Reviewed by: jkoshy, des, gallatin, njl.
2003-12-30 01:39:08 +00:00
Alfred Perlstein
91b918cfff
Explicitly state that mknod(8) can be used to undelete entries under devfs.
2003-12-29 00:40:44 +00:00
Takanori Watanabe
ee0406f617
Hook up acpi_thermal.4 man page.
2003-12-28 23:23:16 +00:00
Ruslan Ermilov
3321b7cb8b
mdoc(7): fixed document title.
2003-12-28 22:34:47 +00:00
Ruslan Ermilov
673fbcacfb
Somebody called mdoc(7) janitor.
...
A bit of wordsmithing from a native speaker is still necessary.
2003-12-28 12:56:01 +00:00
Joseph Koshy
735adf63e4
Use of the MTX_SYSINIT macro requires the inclusion of <sys/kernel.h>.
2003-12-28 01:39:18 +00:00
Joseph Koshy
6c0f2b530e
Make this manual page reflect the sources better.
...
- A #include of <sys/mutex.h> is no longer needed to use sx(9) (since
2001/05/01).
- Use of the SX_SYSINIT() macro requires inclusion of '<sys/kernel.h>'
2003-12-28 01:37:48 +00:00
Christian Brueffer
a5aea251fd
unlinke -> unlike
...
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
2003-12-27 21:14:32 +00:00
Christian Brueffer
63dc0fa0a6
Correct reference to mac_none.4
...
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
2003-12-27 20:48:22 +00:00
Takanori Watanabe
d827f9b59f
Add acpi_thermal manual page,
...
because I asked about the unit of thermal
zone-related value too freqently.
Come on, mdoc police.
2003-12-27 16:25:11 +00:00
Christian Brueffer
b194fa9395
o use .Nm
...
o fix language usage
MFC after: 5 days
2003-12-27 16:00:42 +00:00
Christian Brueffer
4206a5bbdc
Add missing word
2003-12-27 15:46:30 +00:00
Christian Brueffer
c9420ecc33
o add missing sysctl to synopsis
...
o remove some useless words
o fix spelling
MFC after: 5 days
2003-12-27 15:45:08 +00:00
Christian Brueffer
03cfc71663
o add reference to safe.4
...
o remove useless word
MFC after: 5 days
2003-12-27 15:40:47 +00:00
Christian Brueffer
692a9ed847
o Grammar fix
...
o Add missing punctuation
2003-12-27 15:38:08 +00:00
Christian Brueffer
4b94b0bde6
Grammar fixes
2003-12-27 15:35:09 +00:00
Christian Brueffer
927967a855
o grammar fixes
...
o FireWire.4 -> firewire.4
o wordsmithing
MFC after: 5 days
2003-12-27 15:30:49 +00:00
Christian Brueffer
b7da444256
o grammar fixes
...
o wordsmithing
o sort references
MFC after: 5 days
2003-12-27 15:14:58 +00:00
Christian Brueffer
ce2524aca4
Add reference to safe.4
...
MFC after: 5 days
2003-12-27 15:00:07 +00:00
Joseph Koshy
2d8d6274dc
Improve continuity of text.
2003-12-27 14:01:08 +00:00
Tom Rhodes
9df81bbc89
It is not the job of this manual page to list 'supported chipsets'.
...
PR: 60575
Submitted by: Andreas Möller
2003-12-26 16:05:45 +00:00
Sergey Babkin
fb43f32be9
Documented the new parameter cron_dst.
2003-12-26 03:41:27 +00:00
Hidetoshi Shimokawa
69c6f5060b
Fix reference to firewire(4).
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2003-12-24 12:58:35 +00:00
Tom Rhodes
a78383f7b3
Add the MegaRAID 320-4X cards to the supported device list.
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)
2003-12-23 16:22:34 +00:00
Tom Rhodes
124a5c5795
Remove the Minolta item, it already exists in the uscanner(4) manual page.
...
Noticed by: simon
2003-12-22 23:20:58 +00:00
Tom Rhodes
106c6f4018
Update the supported device list.
...
Discussed with: sanpei
2003-12-22 23:01:25 +00:00
Simon L. B. Nielsen
0db25406cc
Add Epson Perfection 1250 and Minolta 5400 to the list of supported
...
devices.
2003-12-22 20:23:43 +00:00
Warner Losh
0dece262d4
Add more bridges, based on reading the pccbb.c file.
2003-12-22 06:08:14 +00:00
Hideyuki KURASHINA
d562e82bec
Fix a typo.
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/60469
2003-12-21 14:30:26 +00:00
Andrey A. Chernov
df84d9a06c
Add map for CP1131
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:20:05 +00:00
Andrey A. Chernov
24b5e6f18b
Add be_BY.*
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:18:43 +00:00
Yaroslav Tykhiy
db2db5fe18
Bring the description of the sysctl(8) variable
...
net.graph.nonstandard_pppoe into accord with the reality.
MFC after: 1 week
2003-12-19 16:42:35 +00:00
Andrey A. Chernov
847f699275
Change encoding to GBK to get correct first byte range
2003-12-19 12:51:40 +00:00
Andrey A. Chernov
fbd4a38418
Add zh_HK.Big5HKSCS
...
PR: 59799
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-12-19 07:04:56 +00:00
Yaroslav Tykhiy
417de5c6d2
mdoc(7) style: Start each sentence on a new line.
2003-12-18 17:31:44 +00:00
Yaroslav Tykhiy
9e76dcae12
Capitalize PPPoE, PPP, and Ethernet in a consistent way.
2003-12-18 17:27:49 +00:00
Yaroslav Tykhiy
8caa8dd355
The politically incorrect sysctl "stupid_isp" had its name
...
changed long ago. It has been "nonstandard_pppoe" for quite
a while.
2003-12-18 16:55:09 +00:00
Nate Lawson
3526eac0d8
Document new sysctls for throttling.
2003-12-18 04:39:09 +00:00
Christian Brueffer
54cbe1b2db
Add MLINKS:
...
axe.4 -> if_axe.4
bfe.4 -> if_bfe.4
my.4 -> if_my.4
re.4 -> if_re.4
xe.4 -> if_xe.4
2003-12-17 10:38:40 +00:00
Christian Brueffer
dda19a81f8
o grammar fixes
...
o wordsmithing
MFC after: 5 days
2003-12-17 10:23:14 +00:00
Christian Brueffer
6734ea9d70
o correct a path
...
o wordsmithing
MFC after: 5 days
2003-12-17 09:56:46 +00:00
Christian Brueffer
59940bac74
o grammar fixes
...
o removed wrong 's usage
MFC after: 5 days
2003-12-17 09:51:25 +00:00
Christian Brueffer
af7552658b
Grammar fixes
...
MFC after: 5 days
2003-12-17 02:16:04 +00:00
Christian Brueffer
9e8f0d81d3
o use .Nm
...
o wordsmithing
MFC after: 5 days
2003-12-17 01:44:14 +00:00
Christian Brueffer
2883d48be5
Wordsmithing
...
MFC after: 5 days
2003-12-17 01:13:13 +00:00
Peter Pentchev
a61f15043c
Fix a couple of typos: hexidecimal -> hexadecimal.
...
Reviewied by: scottl
2003-12-12 11:08:51 +00:00