David E. O'Brien
5622a7e02d
Do not set a C standard for the C++ compiler.
2003-06-01 21:33:05 +00:00
David E. O'Brien
5890829965
Compile our code as C99 by default.
2003-06-01 18:31:25 +00:00
Andrey A. Chernov
09d8eeb1ed
Add zh_CN.GBK
...
PR: 51504
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 15:51:27 +00:00
Ruslan Ermilov
bdf95cdef0
Add missing markup bits.
2003-05-31 18:49:23 +00:00
David E. O'Brien
cf459fc35c
CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.
2003-05-31 16:37:22 +00:00
David E. O'Brien
239e385f11
Make CSTD style match the rest of file.
2003-05-31 16:30:39 +00:00
Andrey A. Chernov
c5d8f6027e
Add entry for putty as an alias to vt220-color
2003-05-31 15:46:05 +00:00
Hiten Pandya
15c3fb05e5
Mass cleanup of the namei(9) manual page.
...
- Nuke markup indicators for editors.
- Bump the date
- Use mdoc(7) specifiers for marking up defines, etc.
- Update the prototypes
- Flash out the description
- Cleanup english, spelling and grammar
- Update .Xr's
- Add following SEE ALSOs: uio(9), uma(9), vput(9), vref(9)
- Reorder sections to be in agreement with mdoc(7)
- Add FILES section
- Update Copyright and AUTHORS section.
Approved by: des (mentor)
2003-05-31 14:38:45 +00:00
Hiten Pandya
e07f1d5fd7
Various mdoc(7) fixes:
...
Add devfs(5) reference - make_dev.9
Change .Xr from VFS_VGET(9) to vget(9) - vnode.9
Spelling fix, 'useage' to 'usage' - zone.9
Approved by: des (mentor)
2003-05-31 14:20:30 +00:00
Hiten Pandya
0640e9e01b
Some mdoc(7) fixes:
...
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately.
The .Ar mdoc(7) specifier should only be used when displaying command line
arguments.
Approved by: des (mentor)
2003-05-31 14:07:25 +00:00
Hiten Pandya
2450346579
Add the bus_dma(9) manual page to our section 9 collection. It
...
provides comprehensive documentation on FreeBSD's Bus DMA interface.
Approved by: gibbs, re@ (scottl)
Reviewed by: gibbs, scottl, des, sam, jake, tmm
2003-05-30 22:57:54 +00:00
Ruslan Ermilov
3e1cee04f8
Assorted mdoc(7) fixes.
2003-05-30 21:13:32 +00:00
Ruslan Ermilov
07a38a786a
Assorted mdoc(7) fixes.
2003-05-29 21:41:11 +00:00
Ruslan Ermilov
bc9a9cb4d0
Assorted mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-29 21:28:36 +00:00
Ruslan Ermilov
734ac3b543
mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-24 19:53:08 +00:00
Hiten Pandya
b8a83c23ca
Get usb(4) manual page closer to reality:
...
- update ``struct usb_device_info''
- add information about new fields in about struct
- document USB_EVENT_IS_ATTACH() and USB_EVENT_IS_DETACH()
- update URL of the USB.ORG developer documentation
PR: docs/41580 (original patch)
Reviewed by: n_hibma
Approved by: des (mentor), re (bmah)
2003-05-24 18:28:18 +00:00
Hiten Pandya
1012d9d76c
Bring vnode(9) man page to its senses:
...
- remove '-*- nroff -*-'
- bump the date
- nuke outdated ``struct vnode''
(it is just better to lookup the struct in the header)
- nuke ``enum vtype'' and related junk
- add a one line about ``struct vnode''
- use .Va instead of .Dv for vnode struct fields
Approved by: des (mentor), re (bmah)
Reviewed by: arch@, mentor
2003-05-24 18:19:11 +00:00
Nate Lawson
91113bc86a
Fix a typo in rev 1.10
2003-05-23 21:40:07 +00:00
Warner Losh
7c8cd16cb9
o Document the tunables that acpi allows. (mdoc gurus please comment
...
on and fix if neceeary).
o Note that acpi is available on i386-ia32, ia64 and amd64, not just 'intel'
platforms. Intel has had nothing to do with amd64.
Approved by: re (scottl@)
2003-05-22 23:58:50 +00:00
Eric Anholt
b1aff8bff1
Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 is
...
known to produce broken code with -march=pentium4. Add a note explaining this.
This should be removed when we update to gcc 3.3 or the bug is otherwise fixed.
Approved by: re
2003-05-22 16:56:46 +00:00
Ruslan Ermilov
a0218a2a4d
Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: re (jhb)
2003-05-21 21:47:20 +00:00
Ruslan Ermilov
02531bb0b0
Link {be,le}{16,32,64}{enc,dec}.9 to byteorder.9.
...
Approved by: re (blanket)
2003-05-21 17:37:22 +00:00
Ruslan Ermilov
0bf85f4f7e
Fixed the whatis(1) entry for this manpage by using only
...
one short description (.Nd).
Submitted by: sheldonh
Added bswap*() functions to the NAME section.
Approved by: re (blanket)
2003-05-21 17:32:55 +00:00
Ruslan Ermilov
149c72305b
Kill whitespace at EOL.
...
Approved by: re (blanket)
2003-05-21 15:55:40 +00:00
Ruslan Ermilov
923d84c0bc
mdoc(7) fixes.
...
This manpage should really have only one short description (.Nd);
if anyone could come up with a wording suitable for both conversion
and decoding/encoding functions, that would unbreak the whatis(1)
output for this manpage.
Approved by: re (blanket)
2003-05-21 15:52:43 +00:00
Ruslan Ermilov
c8185672b2
Assorted mdoc(7), grammar, spelling, and punctuation fixes.
...
Approved by: re (blanket)
2003-05-21 15:49:01 +00:00
Ruslan Ermilov
b0eb809d95
Fixed typo in a comment.
...
PR: misc/52486
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
Approved by: re (jhb)
2003-05-21 12:58:28 +00:00
Christian Brueffer
8347fe67c9
Add a reference to release(7)
...
Requested by: murray
Approved by: re (murray)
2003-05-21 07:16:32 +00:00
Christian Brueffer
c89927b8cb
Sort references by section
...
PR: 52501
Submitted by: Simon L.Nielsen <simon@nitro.dk>
Approved by: re (scottl)
MFC after: 3 days
2003-05-20 23:25:44 +00:00
Ruslan Ermilov
7f43a6f399
Use -item lists instead of -tag lists. Grammar.
2003-05-20 22:09:18 +00:00
Ruslan Ermilov
27e46603f1
For multi-line blocks of literal text, please use -literal displays.
2003-05-20 22:08:51 +00:00
Ruslan Ermilov
f71ba16eaf
Nit.
2003-05-20 22:08:28 +00:00
Ruslan Ermilov
8d22ff7521
Add missing markup bits.
2003-05-20 22:07:55 +00:00
Ruslan Ermilov
351ed10fd4
Compact the list.
2003-05-20 22:07:30 +00:00
Ruslan Ermilov
44704bfd90
Removed hard sentence break.
2003-05-20 22:07:03 +00:00
Ruslan Ermilov
5ab9b7eff9
Use the -tag list to document agp(4) ioctls.
2003-05-20 22:06:43 +00:00
Ruslan Ermilov
72f00208e5
Reapply mdoc(7) fixes that got accidentally lost in the last
...
Bluetooth update, and fix a few more issues.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru
Approved by: re (blanket)
2003-05-20 21:01:21 +00:00
Peter Wemm
721b850f30
s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.
...
Noticed by: ru
Approved by: re (amd64-specific low risk stuff)
2003-05-20 01:46:16 +00:00
Dag-Erling Smørgrav
7691f66abf
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
Ruslan Ermilov
aba60fa66b
Fixed troff(1) and mdoc(7) warnings.
...
Approved by: re (blanket)
2003-05-18 21:05:22 +00:00
Tom Rhodes
8e13d96bd9
Add a manual page for the USB Enhanced Host Controller Driver.
...
Submitted by: ticso (who obtained the original version from NetBSD)
2003-05-18 19:55:39 +00:00
Hiten Pandya
ca15350e7d
Add manual page for, Myson Technology PCI Ethernet Driver.
...
PR: docs/39214
Reviewed by: bmah, julian, trhodes
Approved by: des (mentor), re (scottl)
2003-05-18 19:02:38 +00:00
Warner Losh
4e3148f429
Tell how to completely disable ACPI. Add warnings about how bad
...
kharma it will be to disable some or all of acpi on ia64 or amd64 (are
there other non-i386 platforms that FreeBSD supports with ACPI?).
Submitted by: Ryan Losh
Approved by: re@ (rwatson)
2003-05-18 04:21:38 +00:00
Tom Rhodes
ed2f3585f6
Apply the first in a series of patches which will bring bsd.README up to date.
...
PR: 35652
Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version)
Approved by: re (bmah)
2003-05-17 18:03:05 +00:00
Hiten Pandya
72a3951459
Remove an extraneous .El' that was reported by
groff -z`.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:57:38 +00:00
Hiten Pandya
e48d599e4f
Remove an extraneous space, reported by groff -z
.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:55:52 +00:00
Hiten Pandya
5466eeeaa7
Remove a bogus NOTES section. Move that content elsewhere.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:54:20 +00:00
Hiten Pandya
5f616912b4
Document the ``resource management'' routines in rman(9).
...
Submitted by: Bruce M. Simpson <bms@spc.org>
Reviewed by: mdodd
Approved by: des (mentor), re (scottl)
2003-05-16 19:22:27 +00:00
John Baldwin
2adcfc5855
- Use better terminology when describing mutex operations in msleep(9)'s
...
description.
- Remove some bogus commas.
- Use the past tense when referring to the removal of the sleep() function
since it happened quite a while ago and since the previous sentence in the
paragraph already uses the past tense.
Approved by: re (rwatson)
2003-05-16 15:52:32 +00:00
Hiten Pandya
0d740fd5e8
Add a manual page for the CTASSERT(9) macro.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:24:07 +00:00
Hiten Pandya
30ecad6f4b
Document the VFCF_* flags.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:21:20 +00:00
Murray Stokely
b07f858e8b
Add French dvorak-like keymap for syscons.
...
PR: conf/50732
Submitted by: Frederic PRACA <frederic.praca@freebsd-fr.org>
Approved by: re
2003-05-16 03:46:53 +00:00
Murray Stokely
c14b1e3675
Fix the M and < keys on Belgian keyboards.
...
PR: conf/30341, i386/48398
Submitted by: Chris Pockele <chrisp@belgacom.net>
Approved by: re
2003-05-16 03:37:52 +00:00
Murray Stokely
a9e91c5ea4
Fix < >, { } and [ ] keys.
...
PR: conf/47556
Approved by: re (murray)
2003-05-16 03:34:23 +00:00
Hiten Pandya
d98ae55eaf
Bring the kame(4) manual page closer to reality:
...
- prefix(8) and gifconfig(8) are deprecated
- dtcpc, dtcps were never imported (also removed from KAME CVS)
- pim6dd, pim6sd and racoon are ports
- inet6d does not exist on FreeBSD
PR: docs/51295
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Content reviewed by: itojun
Approved by: des (mentor), re (bmah)
2003-05-16 00:31:12 +00:00
Tom Rhodes
cc3e724564
According to revision 1.6 of iir.c, the latest import should have resolved
...
the issues listed in BUGS. Remove the BUGS section.
Discussed with: bmah (awhile ago)
Approved by: re (blanket)
2003-05-14 17:53:40 +00:00
Hiten Pandya
5bfa1f0a67
Add an MLINK for rc.d(8) which points to rc(8). The former is
...
referenced by rc.subr(8).
Approved by: des (mentor), re (scottl)
2003-05-12 21:52:46 +00:00
Hiten Pandya
6bcf97c476
Fix .Xr typo.
...
Approved by: des (mentor), re (scottl)
2003-05-12 21:47:39 +00:00
Hiten Pandya
b46845a9dd
Document ioctl(2) operations of the agp(4) subsystem. The original patch
...
was obtained from [1], with heavy editing, and ammending text for some of
the ioctls.
All ioctls (in sys/agpio.h) are now documented.
PR: docs/50503
Original patch by: Alex Semenyaka <alexs@snark.ratmir.ru> [1]
Content approved by:
- Eric Anholt <anholt@FreeBSD.ORG>
- Matthew N. Dodd <mdodd@FreeBSD.ORG> (cursory review)
Approved and Reviewed by: des (mentor), re (scottl)
2003-05-12 21:34:29 +00:00
Martin Blapp
7eac366be1
Add support for 3Com OfficeConnect 10/100B.
...
PR: 49059, 50747
Submitted by: Dax Eckenberg <daxbert@dweebsoft.com>
Reviewed by: imp, jhb
Approved by: jhb
MFC after: 2 weeks
2003-05-12 19:50:21 +00:00
Josef Karthauser
8e274c38c2
Extend the digital camera support (umass) to the PENTAX Optio 330GS.
...
Submitted by: Jan-Oliver Neumann <neumannj@arcor.de>
By way of: n_hibma
Approved by: re (jhb & bmah)
MFC After: 7 days
2003-05-11 23:55:28 +00:00
Julian Elischer
49fbb7180a
This file just didn't want to commit in the last batch of bluetooth files.
...
Approved by: re@
2003-05-10 21:53:43 +00:00
Julian Elischer
f2bb1cae36
Part one of undating the bluetooth code to the newest version
...
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:44:42 +00:00
Hiten Pandya
a22f32eb2f
Document the last field of the procfs 'status' node, which either
...
displays the 'hostname' of the jail, or a hyphen '-' to indicate
that the process is not jailed.
PR: docs/37470
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:20:26 +00:00
Hiten Pandya
03a0a09e98
Add missing MLINK for arc4rand(9). It is documented in
...
random(9) and referenced by gbde(4).
PR: docs/51254
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:12:10 +00:00
Tom Rhodes
1641931a70
Fix some basic errors:
...
- Add a description of b0 / b1 fields.
- Do not use 'entry' to refer to both 'entry' and 'field'.
- Do not confuse people with heading 'Name' and entry 'Name'.
PR: 48104
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
Approved by: re (blanket)
2003-05-08 00:14:48 +00:00
David E. O'Brien
0dc1aeb6ac
Consistentify our NO_KERBEROS documentation.
...
Approved by: re(bmah)
2003-05-06 19:26:55 +00:00
Hiten Pandya
73692bebe4
malloc(9) types can be used to identify multiple allocations.
...
PR: docs/38618
Approved by: des (mentor)
2003-05-06 19:10:17 +00:00
Gregory Neil Shapiro
f4c5766baa
Prevent a 'make SHARED=symlinks install' followed by 'make install' from
...
failing by removing the symlink before trying to install the actual files.
Noticed by: bde
MFC after: 5 days
2003-05-06 03:38:24 +00:00
Dag-Erling Smørgrav
a3f59e65f1
Whitespace cleanup (1.15 had spaces instead of tabs)
2003-05-05 21:14:36 +00:00
Dag-Erling Smørgrav
9820f41cd3
Don't use -pedantic unless we also set -std of some kind.
2003-05-05 21:13:32 +00:00
Poul-Henning Kamp
d773aebd76
A few stylistic fixes.
2003-05-05 17:36:57 +00:00
Mark Murray
dbf104e68d
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
Murray Stokely
1fe904f0c7
Add Norwegian dvorak keymap.
...
PR: conf/47556
Submitted by: Eirik Nygaard <eirikn@bluezone.no>
2003-05-05 06:06:55 +00:00
Murray Stokely
47b48150de
Add amnia, amniotic, and amniocentesis.
...
PR: misc/47342
Submitted by: Gareth McCaughan <Gareth.McCaughan@pobox.com>
(a pedantic medical student?)
MFC After: 1 week
2003-05-05 05:51:16 +00:00
Murray Stokely
8d2a74b645
Make the output more consistent.
2003-05-05 05:36:20 +00:00
Murray Stokely
5add5cc474
Remove man page reference for gated, as it isn't in the base system
...
nor is it available from the ports tree.
2003-05-04 06:17:38 +00:00
Mark Murray
04b151d66a
Remove some games/ cruft that is no longer of relevance.
2003-05-03 15:48:12 +00:00
Shunsuke Akiyama
11e04b0528
Add RealTek RTL8150 USB to fast Ethernet controller driver.
...
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
2003-05-03 10:16:56 +00:00
Wolfram Schneider
ef05268eed
Added OpenBSD 3.3
...
Submitted by: itojun@iijlab.net
2003-05-03 09:18:25 +00:00
Tom Rhodes
b655544297
fnet(9) claims that "those interfaces supporting reception of multicast
...
datagrams have a LIST of multicast group memberships...". On -CURRENT, that
LIST is actually a TAILQ. Note that -STABLE still uses a LIST
PR: 50426
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
2003-05-01 18:34:13 +00:00
Warner Losh
8b3e7e90f2
xtend rc.conf variables are gone.
...
Noticed by: bde
2003-05-01 16:17:04 +00:00
Dag-Erling Smørgrav
77695b344b
Add a mechanism to allow Makefiles to specify the particular C dialect
...
in which the source code is written. This is controlled by the CSTD
variable, which can have one of the following values:
- "k&r" => -traditional
- "c89" or "c90" => -std=iso9899:1990
- "c94" or "c95" => -std=iso9899:199409
- "c99" => -std=iso9899:1999
The corresponding option is added to CFLAGS regardless of WARNS level.
This also removes -ansi from WARNS level 6, but adds -Wno-long-long to
work around a weird gcc bug (-ansi, which is supposedly equivalent to
-std=iso9899:1990, seems to turn long long warnings off instead of on)
If CSTD is undefined, CFLAGS are unchanged except for the -ansi /
-Wno-long-long change mentioned above for WARNS level 6.
2003-05-01 14:36:27 +00:00
Mark Murray
aab6741f7e
More factual updates for kerberos 5.
2003-04-30 21:15:41 +00:00
Mark Murray
b09f610b33
Remove some KerberosIV references that are now stale.
2003-04-30 17:01:43 +00:00
Matthew N. Dodd
4957466b8e
IP_RECVTTL socket option.
...
Reviewed by: Stuart Cheshire <cheshire@apple.com>
2003-04-29 21:36:18 +00:00
Tom Rhodes
ddd74b0048
debug.acpi.disable="processor" is incorrect. Use debug.acpi.disable="cpu" as
...
found on line 126 of sys/dev/acpica/acpi_cpu.c.
PR: 51523
2003-04-29 14:50:34 +00:00
Wolfram Schneider
53cabb168e
Add NetBSD 1.6.1
2003-04-29 12:07:11 +00:00
Matthew N. Dodd
3b5f87e60d
Document the IP_RECVIF socket option.
...
Submitted by: Bruce M Simpson
2003-04-29 08:37:52 +00:00
Garrett Wollman
4b47a81537
Merge from vendor branch:
...
- No more DST in Pakistan
- Update some historical information
- New zone for Rothera station in the Antarctic.
PR: misc/51495
2003-04-28 18:57:25 +00:00
Garrett Wollman
ea64a6b5fe
This commit was generated by cvs2svn to compensate for changes in r114170,
...
which included commits to RCS files with non-trunk default branches.
2003-04-28 18:51:20 +00:00
Garrett Wollman
c98199555b
Update to latest drop from Arthur Olson and the gang.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2003
2003-04-28 18:51:20 +00:00
Maxim Konovalov
284a57dd1b
xten has gone.
2003-04-28 08:36:45 +00:00
David E. O'Brien
74a0458023
Add NOSHLIBS.
...
If one is using NOSHARED, why build the libs.
2003-04-27 21:44:52 +00:00
Ruslan Ermilov
ebd194173e
It was a misunderstanding on my part; all DEC variants
...
are based off of the same SmartRAID V Millennium board.
Requested by: obrien
Reviewed by: scottl
2003-04-27 18:45:07 +00:00
Warner Losh
b629c2deb5
Update to reflect removal of tw.
...
Approved by: re@ (scottl)
2003-04-27 05:39:10 +00:00
Doug Barton
1b6c6f4aae
Add .Xr's to mdmfs(8).
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2003-04-27 01:46:56 +00:00
Tom Rhodes
f0aa77427a
Xref sytle.Makefile(5).
...
PR: 51183
2003-04-26 15:37:39 +00:00
Christian Brueffer
c70d56a511
Mbits -> Mbits/s
...
band width -> bandwidth
PR: 39822
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-04-26 09:30:34 +00:00
Christian Brueffer
73c294fd8b
Fix a misspelled word introduced by my last commit
...
MFC with the rest of the changes
2003-04-25 21:02:15 +00:00
Jake Burkholder
c40586c87d
Remove a stray sentence.
2003-04-25 17:08:47 +00:00
Hiten Pandya
70ce116756
device s/acpica/acpi/
...
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Approved by: des (mentor)
2003-04-24 09:54:18 +00:00
Tom Rhodes
2d93d309a7
Use .Pa for the pccard_ether file.
...
s/spppconfig/spppcontrol/
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
2003-04-22 18:53:14 +00:00
Tom Rhodes
3301bb2349
Catch this file up with ufs/ffs/fs.h.
...
PR: 51189
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-04-22 18:20:44 +00:00
Ruslan Ermilov
2244cda2bc
Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.
...
Reviewed by: bde
2003-04-22 11:04:25 +00:00
Ruslan Ermilov
8d739a3f28
Bump document date for previous revision.
...
Fix list type.
2003-04-22 09:39:10 +00:00
Doug Barton
62bb7f3301
FreeBSD has no systrace(1), and our rc.subr does not support it.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-04-22 05:13:55 +00:00
Warner Losh
bf2331bae4
Document device_set_driver(9)
...
# now all driver_* functions used outside of subr_bus.o in my kernel
# are documented.
2003-04-22 03:43:44 +00:00
Warner Losh
6e684dce35
Document device_printf(9).
2003-04-22 03:32:31 +00:00
Warner Losh
c56c6bab42
Document device_set_ivars(9) as well.
2003-04-22 03:25:14 +00:00
Warner Losh
44d993e38a
man page for device_get_parent.
2003-04-22 00:26:02 +00:00
Warner Losh
c82d43ff7a
device_is_alive already was documented in device_get_state, so remove the
...
separate man page. Document new device_is_attached there and remove that
new man page too.
Connect device_get_name to build, and install a link for
device_get_nameunit.
strangely nobody noticed this yet...
2003-04-22 00:21:28 +00:00
Warner Losh
f6bcbf520a
Add man page for device_get_name and device_get_nameunit.
2003-04-22 00:18:55 +00:00
John Baldwin
e72380dd09
- Don't highlight options APIC_IO at the top since it only applies to i386
...
and this manpage is somewhat machine independent.
- Don't redundantly say that SMP support is present for all supported
architectures. Instead, say that it is present for all Tier-1
architectures.
- Note that an SMP kernel not booting on a UP machine is an i386-only
exception.
- Add a paragraph about hyperthreading support including some docco on the
machdep.hlt_logical_cpus sysctl ps@ recently added.
- Note that SMP support for alpha, ia64, and sparc64 debuted in 5.0.
2003-04-21 20:05:33 +00:00
Christian Brueffer
a4d4bca179
Grammar and spelling fixes, improved the wording a bit
...
A slightly different patch than the one from the PR was applied
PR: 38815
Submitted by: Chris Pepper <pepper@guest.reppep.com>
MFC after: 3 days
2003-04-21 19:08:35 +00:00
Warner Losh
1f27c12a7e
Xref these two functions, since they are similar enough to cause confusion.
2003-04-21 18:27:44 +00:00
Warner Losh
41c44039c9
Simple man page for new device_is_attached.
2003-04-21 18:25:04 +00:00
Warner Losh
dd7520c9eb
Add a man page for device_is_alive.
2003-04-21 18:24:05 +00:00
David E. O'Brien
6d3138d7b2
Note that KZPSC have ancient, non-upgradable firmware and that affects
...
the driver.
Submitted by: wilko
2003-04-20 22:27:44 +00:00
David E. O'Brien
7794eb6d3b
Document the KZPCA-AA.
2003-04-20 22:13:50 +00:00
David E. O'Brien
182c9e7e1c
Note the Qlogic 1040 is a KZPBA in DEC-speak.
...
Reviewed by: wilko
2003-04-20 22:10:13 +00:00
David E. O'Brien
9d27d78bc6
Document the DEC variants.
...
Also note the model numbers for the AcceleRAID and eXtremeRAID variants.
Reviewed by: wilko
2003-04-20 22:07:38 +00:00
David E. O'Brien
f339525e76
Document the DEC variants.
2003-04-20 22:04:36 +00:00
David E. O'Brien
041616aa13
The i386-specific asr manpage has been repo copied to the MI section.
2003-04-20 22:01:37 +00:00
Murray Stokely
c50463b9b3
More terms.
2003-04-20 21:36:12 +00:00
Murray Stokely
a4c788078f
More terms.
2003-04-20 20:42:20 +00:00
Murray Stokely
66741945ce
Add more FreeBSD specific terminology to help reduce false-positives
...
when spell-checking the FreeBSD documentation.
2003-04-20 20:35:18 +00:00
Bill Paul
e5c195da55
Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based
...
devices).
2003-04-20 20:15:42 +00:00
Bill Paul
87b4a25958
Add device driver support for the ASIX Electronics AX88172 USB 2.0
...
ethernet controller. The driver has been tested with the LinkSys
USB200M adapter. I know for a fact that there are other devices out
there with this chip but don't have all the USB vendor/device IDs.
Note: I'm not sure if this will force the driver to end up in the
install kernel image or not. Special magic needs to be done to exclude
it to keep the boot floppies from bloating again, someone please
advise.
2003-04-20 19:05:33 +00:00
John Polstra
8c0d4b5f92
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
...
libthr. No changes were made to libpthread by request of deischen,
who will soon commit a real implementation for that library.
PR: standards/50848
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
MFC after: 1 week
2003-04-20 01:53:13 +00:00
Hidetoshi Shimokawa
909928b6ea
We don't need "device fwohci" in the kernel config file.
2003-04-17 03:46:09 +00:00
Mike Makonnen
600b20796f
Add new knobs for controlling jails in rc.d and document them.
...
Approved by: makrm (mentor)
2003-04-16 16:29:51 +00:00
Ruslan Ermilov
568dc1b801
There is no format(8) manual page available, but it would be really
...
nice to have, now that we have different semantics of initializing
disks on systems with BSD labels, SUN labels, and GPT partitions.
2003-04-16 12:11:01 +00:00
Ruslan Ermilov
9d05db9df5
Create the whatis(1) database in /usr/share/openssl/man.
2003-04-16 11:28:45 +00:00
Garrett Wollman
66a0371731
Update for the two most recent newsletters from ISO 3166/MA.
2003-04-16 02:13:21 +00:00
Tom Rhodes
c1e3a71e35
Catch this file up with rc.conf(5).
...
Submitted by: Simon L. Nielsen <simon@nitro.dk> (original version)
2003-04-15 21:48:40 +00:00
Maxime Henrion
4cc07f169c
Add a note about the work I did for fxp(4) here.
2003-04-15 21:21:36 +00:00
Mike Silbersack
5a00719d7b
Add a description of m_defragrandomfailures.
2003-04-15 02:26:13 +00:00
David E. O'Brien
ae7906208d
Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.
...
PR: 50801
Submitted by: Glenn Johnson <glennpj@charter.net>
2003-04-14 17:36:29 +00:00
Mike Silbersack
0e7537d0d4
Update the list of devices supported to match the driver.
...
MFC after: 2 days
2003-04-13 23:31:47 +00:00
Mike Silbersack
3cab047e0b
Add info on how to use the MBUF_STRESS_TEST options. (Only 1 option
...
at present.)
2003-04-13 23:31:06 +00:00
Max Khon
7d0de413cb
Driver for Granch SBNI16 SHDSL modem
...
Submitted by: Denis I. Timofeev <timofeev@granch.ru>
MFC after: 1 week
2003-04-13 06:27:13 +00:00
Max Khon
fcbbbd4a4b
manual page for Granch SBNI12-xx network interface driver
2003-04-13 06:13:47 +00:00
Tim J. Robbins
66d6259121
Add terse descriptions for NLSPATH and LC_*.
2003-04-12 05:20:15 +00:00
David E. O'Brien
7d40314e32
Default the userland to 486 capabilities.
2003-04-11 21:28:17 +00:00
Giorgos Keramidas
e40db2c46e
Quote authname and authkey. Some ISPs allow (or even require)
...
non-alphanumeric characters in these and this will be a hint to the
users that quotes can and should be used in such cases.
PR: docs/42292
Submitted by: Matthias Andree <matthias.andree@web.de>
MFC after: 1 week
2003-04-10 21:33:02 +00:00
Takeshi Shibagaki
a8f985e51e
NEC PK-WL001 is Lucent, not Prism-II.
2003-04-10 17:04:03 +00:00
Hartmut Brandt
7081c47416
Forced commit to fill in the fields below for the last commit. Also
...
bump the date of the man page.
PR: docs/24797
Reviewed by: bde, jake, jhb
2003-04-10 10:18:56 +00:00
Jake Burkholder
8dc6de5168
Fix non-word.
...
Noticed by: njl
2003-04-09 16:58:39 +00:00
Hartmut Brandt
473e34ce22
Explicitely document the locking requirements for the malloc interface.
...
While beeing here also correct the following:
- list missing macros in the header
- document MALLOC_DEFINE and MALLOC_DECLARE in the SYNOPSIS section
- document additional include requirements for MALLOC_DEFINE
- M_NOWAIT is not 0 anymore
- remove rotted diagnostic messages
2003-04-09 08:27:32 +00:00
Jake Burkholder
a3d266d593
Add a man page for options PAE.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-04-09 06:49:44 +00:00
Matthew N. Dodd
29ade36225
Dynamic object dependency mapping: libmap.
...
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.
2003-04-07 16:21:26 +00:00
Murray Stokely
f5178c4fdb
Note that kern.securelevel must be set to '-1' to build a release
...
successfully.
PR: docs/42339
MFC after: 3 days
2003-04-07 11:40:25 +00:00
Murray Stokely
aa5427ae66
Correctly use .Bd macro.
2003-04-07 11:28:35 +00:00
Murray Stokely
914a29a84d
Note that Sitecom CN-300 MultiFlash works with FreeBSD and provide
...
example of utilizing multiple slots on a multi-slot card reader.
PR: docs/49036
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC after: 3 days
2003-04-07 11:26:54 +00:00
Murray Stokely
0c7dd12c30
Document a workaround for the problem of infrastructure changes in the
...
doc/ tree that can cause release builds on the security branches to
break.
PR: docs/35620
MFC after: 3 days
2003-04-07 10:50:00 +00:00
Maxim Konovalov
50d32b06cc
o Add em(4) to a list of supported devices.
...
MFC after: 1 week
2003-04-07 07:21:49 +00:00
Tatsumi Hosokawa
48b2d0650d
These entries (for multilingual sysinstall) are not for Japanese term only.
...
Changed to more generic names.
2003-04-06 11:47:24 +00:00
Warner Losh
30aaff1192
Migrate to a new way of dealing with building from old revisions of
...
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build). We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files. We then include this directory when building host binaries.
This removes all the past release compatibilty hacks from various
places in the tree. We still build on tip of stable and current. I
will work with those that want to support more, although I anticipate
it will just work.
Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.
2003-04-05 20:30:30 +00:00
Tom Rhodes
ca6a2c5aef
Add a basic manual page for wlan(4).
...
Reviewed by: imp, ru
2003-04-05 19:25:44 +00:00
Tom Rhodes
4fde7c2f9d
Add a manual page for the smapi module.
...
Reviewed by: ru, mdodd
2003-04-05 19:12:51 +00:00
Tom Rhodes
35e4d538fc
Fix/add missing accents on the weekday names.
...
PR: 37219
Submitted by: Nicola Vitale <nivit@libero.it>
Reivewed by: Alex Dupre <sysadmin@alexdupre.com>
2003-04-05 14:43:05 +00:00
Warner Losh
7235963e95
The Netgear MA311 is a Prism 2.5 card.
...
Submitted by: duncan@quantumlogic.net
2003-04-05 13:07:44 +00:00
Warner Losh
d12d35d416
DWL-520 is used to describe three or four different cards. only some
...
of them are prism based and are thus supported by wi. Document this
fact.
2003-04-05 07:41:52 +00:00
Ruslan Ermilov
0e80a2f601
-Wall implies -Wuninitialized if -O is also in effect.
...
-Wuninitialized does not work without -O.
This fixes the ${WARNS} > 4 compilations with -O0.
Spotted by: marcel
2003-04-04 10:47:06 +00:00
Matthew N. Dodd
340ff79fa8
Add a manpage for the 'vpd' driver.
2003-04-04 10:12:09 +00:00
Murray Stokely
06ca28f0b4
Add release of FreeBSD 4.8.
...
MFC after: 3 days
2003-04-04 06:59:27 +00:00
Poul-Henning Kamp
21ee4ab688
Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decoding
...
into byte strings of unknown alignment.
2003-04-03 08:58:04 +00:00
Matthew N. Dodd
2c56e246fa
Back out support for RFC3514.
...
RFC3514 poses an unacceptale risk to compliant systems.
2003-04-02 20:14:44 +00:00
Matthew N. Dodd
09139a4537
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
...
(See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt)
This fulfills the host requirements for userland support by
way of the setsockopt() IP_EVIL_INTENT message.
There are three sysctl tunables provided to govern system behavior.
net.inet.ip.rfc3514:
Enables support for rfc3514. As this is an
Informational RFC and support is not yet widespread
this option is disabled by default.
net.inet.ip.hear_no_evil
If set the host will discard all received evil packets.
net.inet.ip.speak_no_evil
If set the host will discard all transmitted evil packets.
The IP statistics counter 'ips_evil' (available via 'netstat') provides
information on the number of 'evil' packets recieved.
For reference, the '-E' option to 'ping' has been provided to demonstrate
and test the implementation.
2003-04-01 08:21:44 +00:00
Ruslan Ermilov
effd19ed24
Enable cpp(1) warnings in system headers. GCC is oriented on
...
glibc which is externally maintained, so GCC ships with these
warnings turned off by default. This is also consistent with
the src/contrib/gcc/c-lex.c,v 1.2 change.
2003-03-31 13:10:51 +00:00
Chris Costello
a508b2a6c1
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:10:10 +00:00
Chris Costello
0c6e926f49
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:08:59 +00:00
Warner Losh
4e6e1b8646
rid is not a pointer to int, but rather just a plain int.
2003-03-30 00:30:29 +00:00
Warner Losh
d082b08904
Document what bus_set_resource(9) does. It is used by bus drivers to
...
bind resources that client drivers later access.
2003-03-30 00:25:23 +00:00
Kris Kennaway
6a897e3f7e
Correct a typo in previous commit
2003-03-29 10:12:15 +00:00
Warner Losh
f8fb8dbd70
Note: this is OLDCARD, and tweak comment about clpd 6729/30.
2003-03-29 05:44:49 +00:00
Warner Losh
ec33f2d50f
Add a new man page for bus_activate_resource and
...
bus_deactivate_resource. It could use some improvement, and others
are welcomed to do so :-)
2003-03-29 05:16:15 +00:00
Warner Losh
1aa895cd3f
Clearify what happens with the cookiep in various cases.
2003-03-29 05:11:14 +00:00
Warner Losh
c4ac3bc51d
Fix some typos:
...
race->rare
rman_activate_resource -> bus_activate_resource
Add xref to bus_activate_resource
Minor markup changes for the start/end/count parameters.
2003-03-29 05:09:15 +00:00
David E. O'Brien
dde8112b23
Globally use -mieee in /usr/src for Alpha.
2003-03-29 03:14:24 +00:00
David E. O'Brien
44db0c5c9a
Reduce "code duplication" for AMD CPU's.
2003-03-29 03:13:19 +00:00
Warner Losh
d1636fcf4e
Expound a little bit about the softc, where its size is found and a
...
caution against emulating legacy softc methods used in the tree.
2003-03-28 07:28:31 +00:00
Warner Losh
78515472cb
Remove bogus card.4, and replace it with a link to oldcard.4. ru
...
pointed this out a while ago, and I'm just now getting back to it. It
obsoletes one of ru's changes, but since oldcard.4 is so much better,
that doesn't matter.
Submitted by: ru
2003-03-28 07:14:12 +00:00
Warner Losh
9b89e63ce7
Create a man page for bus_child_present(9), a function to see if a
...
given device is considered accessible by its parent device bus driver
(or its parent, etc).
2003-03-28 07:09:17 +00:00
Takeshi Shibagaki
a94c7d66aa
Add an information and fix typo.
2003-03-27 19:33:22 +00:00
Giorgos Keramidas
e40f1e0cb6
Fix typo in the version of the diff that I committed.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-03-26 17:32:45 +00:00
Giorgos Keramidas
2524b0b29b
Document mountd_flags.
...
PR: 50023
Submitted by: Simon L.Nielsen <simon@nitro.dk>
2003-03-26 01:39:29 +00:00
Giorgos Keramidas
13301127c8
Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.
...
PR: 50139
Submitted by: asmodai
2003-03-26 01:34:23 +00:00
Giorgos Keramidas
743ccf1f36
Add missing Danish (doc/da_*) language doc subdirectory
...
PR: docs/50290
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-03-26 01:25:39 +00:00
John Baldwin
e7561407e2
Revert previous commit which accidentally snuck in with some unrelated
...
changes.
Reported by: bde
2003-03-25 19:46:55 +00:00
Tom Rhodes
ab199d7ca6
Fix a typo in msmith's email address.
...
Noticed by: Jesus R. Camou <jcamou@azstarnet.com>
2003-03-25 18:13:20 +00:00
Paul Saab
b4cb26bfd2
Add some HP cards to the supported list of cards. Also mention
...
that 1000BaseTX only supports full-duplex.
Submitted by: John Cagle <john.cagle@hp.com>
2003-03-25 18:08:57 +00:00
Tom Rhodes
7ca75716dc
Remove MAKEDEV rot.
...
PR: 50286, 50285
Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru>
2003-03-25 18:08:50 +00:00
John Baldwin
7313b3d87e
Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()
...
didn't have a manpage.
Reminded by: ru
2003-03-25 16:36:47 +00:00
Christian Brueffer
f3dab005a8
Remove reference to MAKEDEV
2003-03-25 15:12:07 +00:00
Giorgos Keramidas
2ff5429d8f
Add a tiny manpage to make sure users aren't surprised when they
...
search for MAKEDEV, now that it's deprecated.
2003-03-25 15:07:01 +00:00
Giorgos Keramidas
f0adacd705
Delete MAKEDEV references
...
PR: 50284
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 15:01:10 +00:00
Giorgos Keramidas
5eef84809c
Delete MAKEDEV references and update the text about /dev/foo control
...
devices that return the next available device when opened.
PR: 50280, 50281, 50282, 50283
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:49:02 +00:00
Giorgos Keramidas
12c63b8e4b
Delete MAKEDEV references and add small blurb that points to devfs(5)
...
and devd(8).
PR: docs/50278
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:35:27 +00:00
Giorgos Keramidas
55be6e6c7f
Delete MAKEDEV reference.
...
PR: docs/50277
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:26:33 +00:00
Giorgos Keramidas
494a5dab55
Delete MAKEDEV traces
2003-03-25 12:09:06 +00:00
Philippe Charnier
9d09157a0f
The .Fn function. Use .Xr where appropriate.
2003-03-24 16:05:24 +00:00
Christian Brueffer
980243565f
Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.
...
Approved by: ceri (mentor), phk
Not objected by: ru
2003-03-23 19:02:41 +00:00
Ruslan Ermilov
75eb8a4350
Sync types with headers.
2003-03-23 08:23:43 +00:00
David E. O'Brien
919b002617
s/loaded as a module/available as a module/g
...
Submitted by: ru
2003-03-23 04:23:10 +00:00
Nate Lawson
f82fb1a862
Clarify the proper bitmask for target mode with another example.
2003-03-23 00:56:20 +00:00
Ruslan Ermilov
7726f76f80
Document the net.inet.icmp branch of the sysctl(3) MIB.
...
Submitted by: mdodd
2003-03-22 13:47:28 +00:00
Ruslan Ermilov
e91fabac7b
mdoc(7) police: Tidy up the formatting.
2003-03-22 13:43:06 +00:00
Ruslan Ermilov
c6885e2617
Added GEOM library to the bsd.libnames.mk namespace.
2003-03-21 14:31:51 +00:00
Ceri Davies
a6f87194d6
Correct typo in function declaration (s/if_dont/if_done).
...
PR: docs/50136
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC After: 4.8
2003-03-19 22:27:21 +00:00
Crist J. Clark
5d75ba3db9
A new rc-ng script to build linker.hints files with kldxref(8)
...
automatically at boot time. Associated rc.conf(5) knobs and
documentation are included.
2003-03-17 23:15:53 +00:00
David E. O'Brien
3ea0ca53aa
Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don't
...
like this. Also make it easier to issue the distfile fetching on command.
2003-03-16 22:59:00 +00:00
Jeffrey Hsu
01f98321e6
Document the net.inet.tcp.rfc3390 sysctl variable.
2003-03-13 01:44:58 +00:00
Jeffrey Hsu
edcd017d67
Document the net.inet.tcp.rfc3042 sysctl variable.
2003-03-12 20:44:06 +00:00
Ruslan Ermilov
6f63bc577d
Record the sudden death of bsd.kern.mk and bsd.sgml.mk.
2003-03-12 14:31:36 +00:00
Sean Chittenden
99c24e2b2c
Update sendfile.2 to include a TUNING section that documents the
...
various tunables that are applicable to sendfile(2). Update tuning.7
to mention a reference to sendfile.2.
Approved by: keramida
2003-03-12 09:28:44 +00:00
Sam Leffler
d947796288
manual page for rndtest driver/module
2003-03-11 19:16:42 +00:00
Poul-Henning Kamp
c1c8575100
Try to clarify how orphaning works.
2003-03-09 09:48:50 +00:00
Mark Murray
9bc062a34a
KerberosIV deorbit: Remove references.
2003-03-08 13:39:41 +00:00
Mark Murray
96594358d3
KerberosIB deorbit: Remove library references.
2003-03-08 13:38:06 +00:00
Mark Murray
19cc9881b2
KerberosIV deorbit sequence: We no longer build a krb4 distribution.
2003-03-08 11:49:40 +00:00
Mark Murray
5b7cde36b6
KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.
2003-03-08 11:47:44 +00:00
Mark Murray
5788da46b1
Update for kerberos 5
2003-03-08 11:45:47 +00:00
Poul-Henning Kamp
5a42be36e3
Remove reference to unavailable paper.
2003-03-07 09:36:58 +00:00
Ceri Davies
146098408b
Spelling fix: interwining -> intertwining.
2003-03-06 23:55:51 +00:00
Wolfram Schneider
c467be1f1c
Added FreeBSD 5.0
2003-03-06 15:55:47 +00:00
Tim J. Robbins
ae9fbc92ec
Remove a remnant of netns.
2003-03-06 05:02:36 +00:00
Warner Losh
c266c8aa6c
Update those versions of firmware that support ibss mode
2003-03-05 02:37:20 +00:00
Peter Wemm
3d006bcac3
Add cvsroot-all to the example
2003-03-04 19:02:27 +00:00
Sheldon Hearn
eaf6239655
Regen:
...
* Boemler: vendors.txt (2003-02-13)
2003-03-04 09:13:28 +00:00
Ruslan Ermilov
379e8aa7ec
If we carry our MODULES_WITH_WORLD, we probably also do not want
...
for installkernel to wipe them out later. So install them under
/boot/modules if that is the case.
2003-03-03 22:54:35 +00:00
Ruslan Ermilov
d59dfc2ed1
Correct the path to the modules directory.
2003-03-03 22:48:49 +00:00
Ruslan Ermilov
f1e65894d2
mdoc(7) police: Revision.
2003-03-03 11:51:30 +00:00
Dag-Erling Smørgrav
6dca5fe95d
Nuke caddr_t.
...
Reminded by: ru
2003-03-03 10:49:37 +00:00
David E. O'Brien
5aaa6729a1
Embellish the list of supported devices.
2003-03-02 22:56:04 +00:00
Ruslan Ermilov
73f643b411
Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and
...
get rid of bsd.kern.mk completely.
OK'ed by: bde
2003-03-02 21:18:40 +00:00
Ruslan Ermilov
c3a916c3f0
mdoc(7) police: Added missing markup bits.
2003-03-02 21:15:52 +00:00
Ruslan Ermilov
3892c30012
mdoc(7) police: Nits.
2003-03-02 21:04:21 +00:00
David E. O'Brien
7b5570bf43
Another traffice ticket for crossing the .'ed line from the mdoc police.
...
Submitted by: ru
2003-03-02 18:57:12 +00:00
David E. O'Brien
ed403545fc
Also allow and document a "build" ordering for variables.
...
Both "product" and "build" ordering are rampant in /usr/src. This document
is not indented to be as strict as style(9) as historically BSD hasn't been
as consistent about Makefile as C code. Also there are too many variations,
exceptions and allowances in out existing Makefile style to be strict.
However there is a general level of consensus on what the general BSD style
of our Makefiles is. This manpage documents that "smell".
2003-03-02 02:51:40 +00:00
David E. O'Brien
a250a46170
o Do not use VPATH.
...
o Give the proper spelling for WARNS.
o Clarify using NO_WERROR.
o Embelish -D after -I verbage.
o Document preference of ${.ALLSRC} & ${.TARGET} vs. $< & $@.
Based on: brucification
2003-03-02 02:40:38 +00:00
David E. O'Brien
ef91670a0e
Mdoc police.
...
Submitted by: ru
2003-03-02 02:21:37 +00:00
Tom Rhodes
49ff556b75
`Word-smithing'
2003-03-01 19:13:27 +00:00
Warner Losh
3506aa8ed8
Add notes about which versions of firmware is known to work/fail with
...
various functions of the card. Be pedantically careful to use 'station
firmware' when talking about the version of Prism firmware.
As always, word-smithing welcome.
MFC-After: Tom Rhodes wakes up and notices :-)
2003-03-01 18:26:49 +00:00
Tom Rhodes
129c3aa7cb
Use .Pa for file names and paths.
2003-03-01 15:56:42 +00:00
Luigi Rizzo
f6cb89e74d
New mapping for the italian keyboard, includes the Euro symbol
...
and other localized keys.
MFC candidate pending re@ approval.
Contributed by: Gruppo Utenti FreeBSD Italia (www.gufi.org)
No-reply-from: ache
MFC after: 3 days
2003-03-01 14:45:17 +00:00
Sam Leffler
cb91dd133a
Describe the 5823 and why there's no AES support.
2003-03-01 00:50:09 +00:00
Ruslan Ermilov
ddc474a84b
Initiate the de-orbit burn sequence for <bsd.kern.mk>.
...
Always use sys/conf/kern.mk when building kernel/modules.
<bsd.kern.mk> is only preserved for sys/boot/pc98/boot2
for now, but this will be fixed. If there are other
users of <bsd.kern.mk>, please let me know.
Reminded by: bde
2003-02-28 22:12:17 +00:00
Giorgos Keramidas
a1ceffbc22
Document keybell="" switch and refer to kbdcontrol(1) for details.
2003-02-28 22:07:19 +00:00
John Hay
11229bf39e
Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.
...
The Lego Infrared Tower use it.
2003-02-28 19:28:29 +00:00
Jake Burkholder
dd606b5425
- Removed various cruft from before we had a hosted toolchain (!).
...
- Moved special compiler flags to bsd.kern.mk so they get used for modules
too.
2003-02-27 23:02:22 +00:00
Warner Losh
067b1d6840
Add xref to oldcard/newcard docs.
2003-02-27 20:45:54 +00:00
Warner Losh
5d1af4c2ac
OLDCARD man page. This sucks, but not too bad. and better than
...
what we had before. Improvements encouraged and welcome.
2003-02-27 20:45:26 +00:00
Warner Losh
18a8dce9bc
Document the hand springs that you need to go through to use a WL200
2003-02-27 20:37:03 +00:00
Poul-Henning Kamp
8fc4d0f9a7
Document that flags bit 0x10000 puts PPS timestamping on CTS instead of DCD.
2003-02-27 12:27:35 +00:00
David E. O'Brien
91c8d23722
FreeBSD Makefile style guide.
...
Approved by: TRB
2003-02-26 20:43:47 +00:00
Ruslan Ermilov
ace5be682d
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
Tom Rhodes
c65b53c5bc
Return bits which were removed in revision 1.22.
...
Requested by: imp
2003-02-24 05:59:12 +00:00
Tom Rhodes
1e73455ba1
Return bits which were removed in revision 1.28.
...
Requested by: imp
2003-02-24 05:53:27 +00:00
Tom Rhodes
db84f542de
Be more specific about supported cards.
...
Submitted by: imp
2003-02-24 04:23:56 +00:00
Tom Rhodes
3714896e81
Remove a comment about pccardd(8).
...
Discussed with: imp
2003-02-24 02:20:20 +00:00
Tom Rhodes
ffab7ba849
Add device wlan as its now required.
...
Discussed with: imp
2003-02-24 01:45:44 +00:00
Warner Losh
d93d332481
Explain what exca is.
2003-02-23 22:22:29 +00:00
Chris Costello
9c73007c1c
o Improve vocabulary/wording
...
o Expand on MAC policy enforcement on network interfaces
o Add cross-references to su(1) and setfsmac(8) where appropriate
o Comment out mmap revocation sysctls as they are a bit too experimental
o Add the standard BUGS section
Prompted by: rwatson
Sponsored by: DARPA, Network Associates Laboratories
2003-02-23 21:47:03 +00:00
David Malone
f87890e74e
A few improvements suggested by nectar.
2003-02-23 17:22:20 +00:00
David Malone
be5ee60c2d
Add a section on different types of randomness, what the library
...
functions we provide are good for and how /dev/random fits into
this picture.
Reviewed by: markm
2003-02-23 16:28:58 +00:00
Christian Brueffer
81c4ddbf5e
Packages have been in .tbz format for some time now, thus s/tgz/tbz/
...
X-MFC after: re-approval
2003-02-22 11:57:09 +00:00
Crist J. Clark
718b17bb6a
Document the net.inet.ip.portrange.reserved{high,low} sysctl knobs
...
added in sys/netinet/in_pcb.c 1.120.
Prodded by: ru
2003-02-21 21:09:35 +00:00
Ruslan Ermilov
f355124f7f
mdoc(7) police: tidy up.
2003-02-20 20:22:20 +00:00
Ceri Davies
180a5c1e28
Remove extraneous word.
2003-02-20 17:32:26 +00:00
Scott Long
c69c5ca3b0
Update teh aac(4) manpage to note new controllers, the scsi passthru
...
interface, changes to linux compatibilty, and fewer bugs.
2003-02-20 05:20:05 +00:00
Olivier Houchard
de2b4cda6f
Note we now support the DC395U2W cards.
2003-02-20 03:22:15 +00:00
Ceri Davies
fc30e07a2d
The nfs_privport variable doesn't exist - mention nfs_reserved_port_only
...
instead.
Approved by: murray (mentor)
MFC After: 2 days
2003-02-18 18:02:32 +00:00
Chris Costello
be20391041
Back out revision 1.34 until we can come up with a more accurate patch.
2003-02-17 22:31:27 +00:00
Chris Costello
2f2fead1a7
Add a section on Giant lock manipulation macros.
...
Submitted by: Hiten M. Pandya <hiten@angelica.unixdaemons.com>
Reviewed by: bmilekic
2003-02-17 22:21:41 +00:00
Tom Rhodes
bce0af3428
Xref miibus(4).
2003-02-17 21:22:56 +00:00
Chris Costello
83b0a95a09
o Add a note explaining the meaning of mls/equal beyond "equal to all
...
labels"
o Remove the ++ compartment range notation example as this has not yet
been merged into CVS.
o Include a "Runtime Configuration" section listing all of the relevant
sysctl knobs for this policy.
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-02-17 20:11:09 +00:00
Chris Costello
3bc03c3142
- Document some of the sysctl parameters. The read-only ones will go into
...
another subsection, but I'm not quite sure where yet. Right now it's just
the configurable bits.
- Move the label format off into another subsection to match other labeling
policy man pages.
- Make the sample range label look like the form specified.
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-02-17 20:04:06 +00:00
Warner Losh
00e416592e
Add a bunch of cards that we've added IDs for in the past few months:
...
+Allied Telesis WR211PCM Prism? PCMCIA
+ArTem OnAir Prism? PCMCIA
+Bay eMobility 11B Prism-2.5? PCMCIA
+Blue Concentric Circle WL-379F Prism-II CF
+Linksys WCF11 Prism-3 PCMCIA
+YIS TWL-11B Prism-II PCMCIA
2003-02-17 18:21:51 +00:00
Tom Rhodes
be21a30945
Correct the BSD/OS macro.
2003-02-16 22:30:00 +00:00
Chris Costello
d29d42d83d
Include a section about enabling MAC on UFS2 file systems. UFS1 is
...
a bit more challenging and will be added later.
Sponsored by: DARPA, Network Associates Laboratories
2003-02-16 00:57:48 +00:00
Tom Rhodes
6f8ebcc232
Link several of the if_* modules to their respected manual pages.
2003-02-15 22:28:33 +00:00
Tom Rhodes
8140bbca57
Update xrefs to point at other usb pages.
2003-02-15 19:17:30 +00:00
Tom Rhodes
5fb7742c6f
1: wi(4) does not need miibus(4).
...
2: Add arp(4) and netintro(4) to Xrefs.
1: Discussed with: imp
2003-02-15 17:16:44 +00:00
Tom Rhodes
071d726d01
Xref miibus(4).
2003-02-15 17:12:53 +00:00
Tom Rhodes
8950078a6d
Add a manual page for miibus(4) and attach it to the build.
...
Reviewed by: peter, rwatson (older version)
2003-02-15 16:01:36 +00:00
Hiroki Sato
ac304f2d0d
Improve the wording.
...
Reviewed by: ru
2003-02-15 04:03:25 +00:00
Tom Rhodes
0890842fe7
Move NOMAN down the section without underscore characters.
...
Add a forgotten `=' sign.
Thanks to: ru, bde
2003-02-14 20:04:44 +00:00
Alexey Zelkin
597cf12892
Add AUTHORS section
2003-02-13 22:11:19 +00:00
Alexey Zelkin
318d8cfd73
Finally! Document all undocumented functions in libc_r.
...
Add manual pages for following functions:
. pthread_attr_setcreatesuspend_np(3)
. pthread_main_np(3)
. pthread_multi_np(3)
. pthread_single_np(3)
. pthread_mutexattr_getkind_np(3)
. pthread_mutexattr_setkind_np(3)
. pthread_resume_all_np(3)
. pthread_resume_np(3)
. pthread_set_name_np(3)
. pthread_suspend_all_np(3)
. pthread_suspend_np(3)
. pthread_switch_add_np(3)
. pthread_switch_delete_np(3)
MFC after: 3 days
2003-02-13 22:10:10 +00:00
Hiroki Sato
e245c21ecc
Document start_if.${ifn} scripts.
...
Not objected to by: -doc
2003-02-13 20:08:11 +00:00
Alexey Zelkin
c18f0ff70c
Break important implementation detail note into IMPLEMENTATION DETAILS
...
section. Add cross reference to pthread_attr_getstack() function.
MFC after: 1 day
2003-02-13 18:39:06 +00:00
Alexey Zelkin
41dd2d2dfa
Add cross reference for pthread_attr_get_np()
2003-02-13 18:36:48 +00:00
Christian Brueffer
f212b18409
Various spelling and grammar fixes
...
PR: 44312
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-02-13 12:02:51 +00:00
Hidetoshi Shimokawa
057d288216
Add description about device detaching.
2003-02-13 03:42:53 +00:00
Hidetoshi Shimokawa
f5bff46069
Add description about kldload and security note.
2003-02-12 06:48:45 +00:00
Tom Rhodes
2420096b25
Document the NOMAN option.
2003-02-12 02:30:04 +00:00
Tom Rhodes
dc82395af0
Add NOMAN here also.
2003-02-11 19:45:44 +00:00
Warner Losh
184210ff8f
Update man page to match the new world order after Sam updated us to
...
NetBSD's 802.11 infrastructure.
2003-02-11 17:40:56 +00:00