Matt Jacob
695b6f2c31
update this to be marginally closer to reality
2001-03-14 04:31:36 +00:00
Ruslan Ermilov
99d2a6766d
.St macro cleanup:
...
- spell the abbreviation of 1003.1 as ``POSIX.1''
- fixed the description of -p1003.1-90; it was sold as ISO/IEC 9945-1:1990
- removed -p1003.1b; it only existed as 1003.1b-1993 (-p1003.1b-93), and
is part of 1003.1 since 1003.1-1996.
- replaced -p1003.1g (project) with -p1003.1g-2000 (approved draft)
- changed abbreviation of -isoC from ``ISO C'' to ``ISO C89''
- removed -iso9899 alias for -isoC
- IEC was missing from some names
- added abbreviation for -susv2 (``SUSv2'')
2001-03-12 17:19:38 +00:00
Ruslan Ermilov
edf0984dae
mdoc(7) police:
...
removed hard sentence breaks, use Ft for function return type.
2001-03-12 10:15:03 +00:00
Ruslan Ermilov
0048d07db2
Fixed typo.
2001-03-12 10:07:33 +00:00
Ruslan Ermilov
f4effe7151
mdoc(7) police: misc formatting fixes.
2001-03-12 09:33:07 +00:00
Ruslan Ermilov
90bd299417
mdoc(7) police: misc formatting fixes.
2001-03-12 09:26:32 +00:00
Ruslan Ermilov
e863f7544d
mdoc(7) police:
...
o Update document date.
o Remove hard sentence break.
o Sort xrefs.
2001-03-12 09:14:22 +00:00
Ruslan Ermilov
8d458e5bde
mdoc(7) police: misc formatting fixes.
2001-03-12 09:05:59 +00:00
Ruslan Ermilov
e38cc86b60
mdoc(7) police: mark C types with Vt macro.
2001-03-12 08:54:49 +00:00
Kris Kennaway
5ca7924a91
Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel
...
builds. This may be disabled using the NO_CPU_COPTFLAGS variable.
Reviewed by: arch
2001-03-12 07:47:09 +00:00
Assar Westerlund
e4b3e35ff0
change the default mode from adhoc to bss (infrastructure)
...
Reviewed by: Brooks Davis <brooks@one-eyed-alien.net>
2001-03-12 06:13:39 +00:00
Boris Popov
e95f56120b
Apply some grammar fixes.
...
Submitted by: asmodai
2001-03-12 05:18:37 +00:00
Assar Westerlund
fd1d7a8a15
change default from adhoc mode to BSS (infrastructure)
2001-03-12 04:49:50 +00:00
Andrey A. Chernov
2ef08b2e1b
Shift+Ins - paste buffer
...
Shift+PrintScr - prev. screen
2001-03-11 23:41:19 +00:00
Matt Jacob
792b236965
Document the make_dev_alias function.
2001-03-11 20:10:45 +00:00
Alexander Langer
74169a2c54
Add a manpage for the DEV_MODULE kernel macro.
2001-03-11 17:30:08 +00:00
Alexander Langer
3dca0e13fc
Use type of modeventhand_t for the event handler (defined in module.h).
...
Add a reference to module(9) for more info about the event handler.
2001-03-11 17:07:20 +00:00
Alexander Langer
a8ed195d01
Fix brain damage: s/CDEV_MODULE/DEV_MODULE/
2001-03-11 16:52:17 +00:00
Alexander Langer
ed488dd0c8
Add MODULE_DEPEND.9 and MODULE_VERSION.9
2001-03-11 14:42:38 +00:00
Alexander Langer
7b8dd7efbf
Add a manpage for the MODULE_DEPEND macro.
2001-03-11 14:33:34 +00:00
Alexander Langer
3d34e980a0
Add a manpage for the MODULE_VERSION macro.
2001-03-11 14:33:15 +00:00
Alexander Langer
9790b255bb
Add calls to MODULE_VERSION and MODULE_DEPEND to the EXAMPLE.
2001-03-11 14:18:23 +00:00
Alexander Langer
26b104142d
Cross references between the DEVICE_*(9) manual pages.
2001-03-10 19:53:38 +00:00
Alexander Langer
66abaf8210
Add references to the various DEVICE_*(9) manpages, otherwise people
...
don't even know about these.
2001-03-10 19:42:26 +00:00
Alexander Langer
448be9f93c
Add DEVICE_IDENTIFY.9
2001-03-10 19:37:27 +00:00
Alexander Langer
2fccaec614
Add a manpage for the last of the driver's functions, the identify
...
routine.
PR: 18654
Submitted by: myself (reworked today)
2001-03-10 19:34:42 +00:00
Alexander Langer
ab71708be3
Two mdoc fixes:
...
- .Os is used without "FreeBSD" nowadays.
- remove hard sentence breaks.
2001-03-10 19:12:46 +00:00
Mark Murray
2b41269442
Update for /dev/random improvements.
2001-03-10 16:08:04 +00:00
Maxim Sobolev
d6511a3c8d
AMD K6/K6-2/Duron/Athlon CPUs support MMX too.
...
Missed by: kris
2001-03-10 11:49:05 +00:00
OKAZAKI Tetsurou
eae526b021
Fix typo.
...
Approved by: tanimura
2001-03-10 10:19:38 +00:00
Boris Popov
a1a5ca5514
Add documentation for mchain API.
...
Reviewed by: asmodai, ru (mbchain.9)
2001-03-10 06:10:48 +00:00
Bill Fumerola
02aa3ed484
fix spelling errors, clarify comment, add $FreeBSD$
2001-03-10 05:28:46 +00:00
Gregory Neil Shapiro
332ca08080
Use the correct path to the SASL .h files as installed by the SASL port.
...
MFC candidate.
Submitted by: jeh
2001-03-10 00:31:07 +00:00
Poul-Henning Kamp
e10469fef8
Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)
...
entirely as previously advertised.
md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning abilities to boot.
2001-03-09 20:09:28 +00:00
Poul-Henning Kamp
a30d010c86
Make md(4) more in line with reality.
...
NB: probably contains mdoc mistakes, feel free to fix.
2001-03-09 20:07:37 +00:00
Ruslan Ermilov
3f610476ac
mdoc(7) police: in mdocNG, -offset and -width values without scaling
...
indicator are treated as strings, so "-offset 0" will set the offset
to the width of the string "0", as opposed to "no offset".
TIP: if offset is not needed, the -offset clause may be omitted.
2001-03-09 16:22:37 +00:00
Alexander Langer
85ac71e9c6
Add module.9 and DECLARE_MODULE.9
2001-03-09 14:16:46 +00:00
Alexander Langer
8b26e61fab
Add a general manpage about kernel modules, similar to driver(9).
...
Reviewed by: dfr, ru
2001-03-09 14:12:43 +00:00
Alexander Langer
b6a55e7adc
Add a manpage for the kernel macro DECLARE_MODULE.
...
Reviewed by: dfr, ru
2001-03-09 14:11:56 +00:00
Ruslan Ermilov
8ce3f3dd28
Make it possible to use IP_TTL and IP_TOS setsockopt(2) options
...
on certain types of SOCK_RAW sockets. Also, use the ip.ttl MIB
variable instead of MAXTTL constant as the default time-to-live
value for outgoing IP packets all over the place, as we already
do this for TCP and UDP.
Reviewed by: wollman
2001-03-09 12:22:51 +00:00
John Baldwin
2e5fc9fd7e
Document how to compile KTR into the kernel, tweak its behavior, and
...
examine the event logs in ddb(4).
2001-03-09 03:43:18 +00:00
John Baldwin
ebadd4f5b1
Document the ithread_* API used to manage interrupt threads and their
...
list of handlers.
2001-03-09 03:30:20 +00:00
John Baldwin
d265f30080
Add 2001 to copyright.
2001-03-09 03:17:18 +00:00
John Baldwin
29ef536da3
- Add 2001 to copyright.
...
- Kthread functions return an error status, they don't set errno to an
error status.
- Remove the BUGS section as all the bugs listed have been fixed now.
2001-03-09 03:09:30 +00:00
John Baldwin
3ddf9cce52
The 'gdb' command works on the alpha as well as the i386.
2001-03-09 03:07:53 +00:00
Ruslan Ermilov
1b4d3f8693
MFS: update HISTORY, synch dates.
2001-03-07 12:52:53 +00:00
Ruslan Ermilov
0b8f11bd95
Replace custom type of comments here too.
2001-03-07 09:26:18 +00:00
Søren Schmidt
5295bd59dc
Update woith latest chipsets and options
2001-03-07 08:12:24 +00:00
Mark Murray
adcaec54eb
Grammar police.
2001-03-06 10:19:12 +00:00
Mark Murray
63fe79c5e8
Fix markup.
...
Submitted by: ru
2001-03-06 10:08:36 +00:00
Ruslan Ermilov
79cd39f2dd
mdoc(7) police: Use Vt for variable types.
2001-03-06 08:22:10 +00:00
Gregory Neil Shapiro
6b81e27f98
Use a different example to avoid confusion
2001-03-06 02:06:02 +00:00
Gregory Neil Shapiro
b095f33ba9
Do not change the directory permissions for the source area, just the
...
install area.
Noticed by: msmith
2001-03-06 02:01:57 +00:00
John Baldwin
3d92386026
Adjust swi.9 MLINKS to catch up to the new swi API.
2001-03-05 23:48:38 +00:00
John Baldwin
9ebce8e5b5
Catch up to the new swi API.
2001-03-05 23:47:34 +00:00
Jason Evans
6281b30a73
Implement shared/exclusive locks.
...
Reviewed by: bmilekic, jake, jhb
2001-03-05 19:59:41 +00:00
Assar Westerlund
7a00c25671
remove warning of experimental nature of heimdal. it's now the same
...
version as the one in ports (and the latest at that), except that not
all programs that are in the port get built
2001-03-05 18:54:27 +00:00
Ruslan Ermilov
84d8ce8b70
Fixed typo.
2001-03-05 15:37:03 +00:00
Ruslan Ermilov
40d366d1b5
mdoc(7) police: misc fixes.
2001-03-05 14:25:41 +00:00
Ruslan Ermilov
10cbbff15c
mdoc(7) police: markup/spelling fixes.
2001-03-05 10:03:03 +00:00
Poul-Henning Kamp
c6827cd5d0
Give the shoe-laces a distinct color so they don't disappear on b/w
...
daemons.
2001-03-04 09:13:17 +00:00
Assar Westerlund
3617ddfc33
implement OCRNL, ONOCR, and ONLRET
...
Obtained from: NetBSD
2001-03-04 06:04:50 +00:00
Kris Kennaway
6a251185af
Correct the comment above MAKE_IDEA to be less confusing now that we
...
only have one patented algorithm in make.conf.
2001-03-04 03:14:27 +00:00
Coleman Kane
10ee855905
Small style fix, remove highlight from second list in FILES section.
2001-03-03 22:54:00 +00:00
Coleman Kane
dada9d349f
Added a man page for the tdfx 3Dfx Voodoo I/II device driver
2001-03-03 22:47:19 +00:00
Matt Jacob
633252a4e2
include paths.h for _PATH_DEV
2001-03-03 21:23:31 +00:00
Mark Murray
0d63ebd068
Minor fixes. ManPolice stuff, and a clarification of interrupt
...
harvesting.
2001-03-03 14:21:58 +00:00
Mark Murray
f4e8d446d8
Extra MLINKS to reflect expansion of BUS_SETUP_INTR(9) manpage.
2001-03-03 14:19:39 +00:00
Mark Murray
3adc6e857d
Add a whole lot of extra info. Lots was gained from reading code
...
or comments, and some is as a result of simply documenting the
entropy harvester.
This still needs work: could a newbus guru pleazse follow up
and fix.extend my (no doubt) obvious mistakes!
2001-03-03 14:13:53 +00:00
Andrey A. Chernov
eb517714f6
Clear am and pm fields, add empty ampm_fmt for locales I know is not AM/PM
2001-03-02 22:27:27 +00:00
Ruslan Ermilov
0d42ab242e
mdoc(7) police: fix markup.
2001-03-02 09:59:58 +00:00
Ruslan Ermilov
2a7e12fdbd
mdoc(7) police: in -offset clause, spell the ``indent'' correctly.
2001-03-02 09:38:50 +00:00
Ruslan Ermilov
e6959b888b
Fix the rest of formatting.
2001-03-02 08:09:19 +00:00
Warner Losh
6e5801f1af
Add link for resource_query_unit, now documented in the
...
resource_query_string man page.
2001-03-02 04:32:50 +00:00
Warner Losh
2a2c539448
Flesh out this man page a bit more. Add information about
...
resource_query_unit and improve the descriptions of the parameters
passed to these functions.
Plus a couple minor formatting/markup changes:
o Quote -1 as \-1.
o .Dq hints to match resource_int_value().
2001-03-02 04:30:16 +00:00
Ruslan Ermilov
c308228566
Update the BUGS section.
...
The first bug is fixed in tmac.doc, revision 1.21.
The second bug fixed in doc-common, revision 1.33.
2001-03-01 12:58:54 +00:00
Jeroen Ruigrok van der Werven
a9d6a1e2e5
Correct English used.
2001-03-01 09:37:38 +00:00
Ruslan Ermilov
d99c63df5a
Numerous formatting/content fixes.
2001-03-01 09:11:16 +00:00
Jeroen Ruigrok van der Werven
392651edbe
Hook Warner's resource_* manpages to the build.
...
This includes appropriate MLINKS for the other functions contained
within them.
2001-03-01 09:06:57 +00:00
Jeroen Ruigrok van der Werven
d8c9da66bd
Remove leading . from .Nd description.
2001-03-01 09:02:01 +00:00
Jeroen Ruigrok van der Werven
1b766e78e8
Fix typo: the the -> to the.
2001-03-01 09:01:43 +00:00
Warner Losh
39b793da82
Document the resource_*_value and resource_query_string families of
...
functions. These man pages likely need some markup work, so I've
specifically not added them to the Makefile yet.
2001-03-01 04:28:40 +00:00
Ruslan Ermilov
c2d03ea879
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
2001-02-28 17:38:53 +00:00
Ruslan Ermilov
1f1dcc1d43
Prepare for mdocNG.
2001-02-28 13:18:04 +00:00
Matt Jacob
8ad007b923
update man page wrt hints usage
2001-02-27 23:33:17 +00:00
Kris Kennaway
181b6941c7
Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX),
...
and Pentium II, III and IV processors (p2, p3, p4), as well as 'mmx' and
'3dnow' MACHINE_CPU tags as appropriate. In the near future this will
be used to control various ports which have MMX/3dNow optimizations,
instead of the ad-hoc methods currently used.
Reviewed by: peter
2001-02-27 11:21:47 +00:00
Jeroen Ruigrok van der Werven
f9eec60e72
Short lived fame for -Wundef.
...
Second thoughts by: bde
2001-02-27 10:16:56 +00:00
Jeroen Ruigrok van der Werven
e18f542dc0
Add -Wundef to BDECFLAGS:
...
Warn if an undefined identifier is evaluated in an `#if' directive.
Not objected to by: bde
2001-02-27 09:03:55 +00:00
Ruslan Ermilov
3c23375608
mdoc(7) police: utilize .St macro.
2001-02-26 16:02:53 +00:00
Ruslan Ermilov
c3939fb342
mdoc(7) police: utilize .St.
2001-02-26 15:57:37 +00:00
Ruslan Ermilov
096841eceb
Use ``.St -p1003.1-96''.
2001-02-26 15:16:43 +00:00
Ruslan Ermilov
589a5e341f
/^\.St/ s/-iso9945-1/-p1003.1-96/
2001-02-26 14:48:38 +00:00
Ruslan Ermilov
588a200ce1
.St -ansiC -> .St -isoC
2001-02-26 13:23:47 +00:00
Kris Kennaway
247b759d92
Update the list of OpenSSL manpages (now contains many more describing
...
libssl, for example), and hide it behind a make.conf option,
WANT_OPENSSL_MANPAGES, instead of having it commented out. We still can't
install these by default because of clobbering of a number of system
manpages with the same name, but they're there for people who want them.
2001-02-25 21:42:12 +00:00
Seigo Tanimura
283ea61c54
I thought it was a new CPU :)
...
s/i585/i586/
2001-02-24 02:59:32 +00:00
Warner Losh
f44ba58cab
Force TERM to be dumb when building termcap. ex in batch mode seems
...
to care about the terminal setting. In emacs, make buildworld was
broken because it sets TERM to emacs, which caused ex to fail.
2001-02-24 00:02:55 +00:00
Julian Elischer
bfa7e882d1
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)
...
and add a sysctl to pppoe to activate non standard ethertypes
so that idiot ISPs (apparently in France) who use
equipment from idiot suppliers (rumour says 3com)
who use nonstandard ethertypes can still connect.
"yep, sure we do pppoe, we use a different identifier to that dictated in
the standard, but sure it's pppoe!"
sysctl -w net.graph.stupid_isp=1 enables the changeover.
2001-02-23 16:34:22 +00:00
Ruslan Ermilov
0a3a912634
Make ``groff -man'' work again for both man(7) and mdoc(7) manpages.
...
The new Groff release will support this feature.
Requested by: peter
2001-02-23 09:35:33 +00:00
Brian Feldman
7aea583ef1
Typo: "interrupt" -> "harvest_interrupt"
2001-02-23 01:12:44 +00:00
Gregory Neil Shapiro
e6c77250ef
Need one additional make.conf knob, SENDMAIL_ADDITIONAL_MC to satisfy bug
...
report. It allows building multiple .cf files at build time.
PR: bin/19897
2001-02-22 19:44:16 +00:00