Alexander Langer
12829b5fd8
- DECLARE_MODULE needs SYSINIT -> include sys/kernel.h
...
- modeventhand_t declares a pointer to a function, so it can't be
used as a forward declaration (d'oh!)
Submitted by: Harti Brandt <brandt@fokus.gmd.de>
2001-03-23 14:05:05 +00:00
Dag-Erling Smørgrav
cc084f7587
Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few
...
very specific scenarios, and now that we have had net.inet.tcp.blackhole for
quite some time there is really no reason to use it any more.
(second of three commits)
2001-03-19 22:07:32 +00:00
Robert Watson
6feb993d95
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
...
reserved word
Submitted by: jkh
Obtained from: TrustedBSD Project
2001-03-19 05:53:39 +00:00
Alexander Langer
ec5dc5774c
Fix typo: s/DRIVERMODULE/DRIVER_MODULE/
...
PR: 25901
Submitted by: Maxime Henrion <mux@qualys.com>
2001-03-18 16:54:39 +00:00
Robert Watson
e2cd9aeda3
o The revenge of the mdoc(7) police:
...
- These pages abused Ar macro (they should have used Fa).
- NULL and other numeric constants should be marked with Dv.
- VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked
with Fn.
Submitted by: ru
2001-03-16 17:42:38 +00:00
Robert Watson
42f558db10
o The mdoc(7) police strike with avengance:
...
- These pages abused Ar macro (they should have used Fa).
- NULL constant should be marked with Dv.
- VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked
with Fn.
Submitted by: ru
2001-03-16 15:02:30 +00:00
Ruslan Ermilov
ef99442288
mdoc(7) police: empty lines outside displays cause warnings in -mdocNG.
2001-03-16 13:50:50 +00:00
Ruslan Ermilov
f4c4488a98
mdoc(7) police: apply formatting fixes to rev 1.14.
2001-03-16 13:38:49 +00:00
Dima Dorfman
31ab9a1210
/modules -> /boot/kernel
...
PR: 25053
Approved by: nik
2001-03-16 02:26:48 +00:00
Søren Schmidt
9b227e5185
Remove the ATA_ENABLE_ATAPI_DMA, ATA_ENABLE_WC and ATA_ENABLE_TAGS
...
options, add the tuneables for this purpose.
2001-03-15 15:38:57 +00:00
Robert Watson
50b19f1978
o Update some of the kernel man pages associated with extended attributes
...
to reflect EA API change to explicit namespacing.
Obtained from: TrustedBSD Project
2001-03-15 03:13:58 +00:00
Dima Dorfman
b86388c179
Remove the last remnants of circle queues.
...
PR: 25184
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Approved by: nik
2001-03-15 02:08:44 +00:00
Dima Dorfman
d2bbab47a5
/devs -> /dev
...
PR: 25252
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Approved by: nik, phk (via nik)
2001-03-15 02:06:44 +00:00
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
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
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
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
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