Robert Watson
4330ec3139
o Add a man page for the kernel vaccess() call, a utility function to
...
generate access control decisions.
Obtained from: TrustedBSD Project
2001-08-25 15:04:23 +00:00
Robert Watson
a454b0d3cb
o Note that the ASU accounting flag has now been deprecated.
...
Submitted by: tmm
Obtained from: TrustedBSD Project
2001-08-25 14:55:57 +00:00
Brian Somers
1485129b09
Document that IFF_MULTICAST should be ORd with IFF_POINTOPOINT or
...
IFF_BROADCAST for the TUNSIFMODE ioctl.
2001-08-25 09:14:55 +00:00
John Baldwin
6f2d81026c
- callout_stop() now returns an integer value instead of void so
...
describe it.
- Add a return values section.
2001-08-23 23:52:59 +00:00
John Baldwin
a63e78202c
Spelling fix: depreciated -> deprecated.
2001-08-23 23:41:53 +00:00
John Baldwin
e6f6e49f5c
Remove refernces to M_ASLEEP/asleep/await.
2001-08-23 23:40:53 +00:00
John Baldwin
b4e95913f7
Remove references to asleep/await.
2001-08-23 23:37:31 +00:00
Dima Dorfman
d4b0f8e25a
Spelling police: queueing -> queuing
...
PR: 29985
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-08-23 21:58:38 +00:00
Dima Dorfman
e0723ac957
Spelling police: relabelled -> relabeled
...
PR: 29985
Submitted by: {aac,amr,mlx}.4
2001-08-23 21:52:38 +00:00
Dima Dorfman
f1b113fd86
Capitalize Linux where appropriate.
...
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-08-23 21:51:16 +00:00
Dima Dorfman
d144b78a29
Spelling police: withough -> without
...
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-08-23 21:36:18 +00:00
Dima Dorfman
e52710be25
The name of the kernel really isn't KERNEL now.
...
Submitted by: setantae@submonkey.net
2001-08-23 21:17:28 +00:00
Jordan K. Hubbard
061cae1b42
The name of the kernel is KERNCONF, not KERNEL now.
2001-08-22 23:43:19 +00:00
Ruslan Ermilov
265c01df49
mdoc(7) police: Fixed broken xrefs.
2001-08-22 14:16:31 +00:00
Ruslan Ermilov
89f587f13c
mdoc(7) police:
...
- removed whitespace at EOL
- removed hard sentence break
- minor grammar and spelling fixes
- s/pseudo-device/device/
2001-08-22 13:57:14 +00:00
Ruslan Ermilov
7bf248defc
Mentions about /var/spool/secretmail were deleted in BSD.var.dist,v 1.2.
2001-08-22 10:21:19 +00:00
Ruslan Ermilov
cd81415306
Zap reference to tickadj(8). Forgotten in rev. 1.24.
2001-08-22 10:05:39 +00:00
Alexander Langer
088be0c610
Link MULTI_DRIVER_MODULE.9 to DRIVER_MODULE.9
2001-08-21 22:17:47 +00:00
Alexander Langer
dd748fba6a
Add MULTI_DRIVER_MODULE().
2001-08-21 22:14:43 +00:00
Warner Losh
82f1838cd9
Add new, simple pcic manual page.
2001-08-21 20:07:49 +00:00
Dima Dorfman
980939b1a8
Do not use contractions where they aren't necessary, use "host"
...
instead of "computer", and clean up some confusing sentences.
Submitted by: sheldonh
2001-08-21 19:39:01 +00:00
Semen Ustimenko
362dfadcf6
Document recent changes about VLAN support and oversized packets.
...
PR: kern/29235
MFC after: 1 day
2001-08-21 17:52:52 +00:00
Maxim Sobolev
f36b6e4bbb
STAILQ_LAST() macro takes 3 arguments, not 1.
2001-08-21 06:19:29 +00:00
Ruslan Ermilov
64b90fce72
Even more libss removal.
2001-08-20 15:41:15 +00:00
Ruslan Ermilov
c17af17b5c
mdoc(7) police: fixed markup, removed the extra word.
2001-08-20 08:28:18 +00:00
Dima Dorfman
bed6a37708
Shoot (and kill) the second person with a high-powered rifle.
2001-08-20 01:02:05 +00:00
Dima Dorfman
a35671c197
There is no "(integer)" type; it's called "(int)".
...
PR: 20749
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
2001-08-20 00:29:23 +00:00
Dima Dorfman
05c1a26884
Add new entires for firewall_flags, amd_map_program, and
...
enable_quotas. Plus other assorted fixes.
PR: 20479
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
2001-08-20 00:28:30 +00:00
Dima Dorfman
d634b35fa7
Mark up IPFIREWALL in .Dv.
2001-08-20 00:10:42 +00:00
Dima Dorfman
0c1bb4fbf1
Implement a LOCAL_PEERCRED socket option which returns a
...
`struct xucred` with the credentials of the connected peer.
Obviously this only works (and makes sense) on SOCK_STREAM
sockets. This works for both the connect(2) and listen(2)
callers.
There is precise documentation of the semantics in unix(4).
Reviewed by: dwmalone (eyeballed)
2001-08-17 22:01:18 +00:00
Dima Dorfman
d489ec12ce
When discussing optimization levels, don't put the compiler options in
...
.Op. None of the other manual pages do it when discussing options in
the main text, so this one shouldn't, either. Also, use .Pq instead
of another odd constructhyphenation isn't an issue here, since it's
desireable to have the contents of that digression appear together,
and it's already in another macro, anyway).
2001-08-17 21:42:15 +00:00
Ruslan Ermilov
c92693c771
Removed comments that simply describe what is seen by ``cvs di -rRELENG_4''
...
of that file. (xtp(4) has already been MFC'ed.)
2001-08-17 15:51:26 +00:00
Ruslan Ermilov
8ba8e735fc
mdoc(7) police: markup nit.
2001-08-17 12:26:00 +00:00
Kris Kennaway
fb9d17b07b
cdrecord is now called cdrtools
...
Submitted by: stuart nichols <unstable@stac.state.tx.us>
2001-08-17 06:42:31 +00:00
Ruslan Ermilov
f34d43b9dd
MFS: first appeared in FreeBSD 4.4.
2001-08-16 17:19:30 +00:00
Sheldon Hearn
cc00d33c5f
Document the sendmail_outbound_enable and sendmail_outbound_flags,
...
which were introduced 5 months ago. Looking at the descriptions,
these two look like the stupidest options to have arrived in a while,
but they must be documented now that they've been merged onto the
stable branch.
2001-08-16 09:14:09 +00:00
Ruslan Ermilov
30b39270d0
mdoc(7) police: markup nits.
2001-08-16 07:50:54 +00:00
David E. O'Brien
d549989694
Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer
...
value, it forces GCC to not optimize above this level. For intance, GCC
made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
Alpha platform when building ports.
2001-08-16 06:05:18 +00:00
Dima Dorfman
cc0235828a
Remove unused variable in example.
2001-08-16 06:02:20 +00:00
Ruslan Ermilov
867c1e49ab
mdoc(7) police: minor markup fixes.
2001-08-15 11:40:44 +00:00
Jason Evans
54db32e945
Implement kernel semaphores.
...
Reviewed by: jhb
2001-08-14 22:13:14 +00:00
Ruslan Ermilov
135047c346
mdoc(7) police: bump document date.
2001-08-14 16:01:00 +00:00
Ruslan Ermilov
561433d6c0
mdoc(7) police: fix SEE ALSO.
2001-08-14 15:53:07 +00:00
Ruslan Ermilov
59322008fb
mdoc(7) police: removed final dot from the .Nd call.
2001-08-14 11:58:07 +00:00
Ruslan Ermilov
753d686d34
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
Jason Evans
f72a2ca28c
Add missing commas.
2001-08-14 05:10:07 +00:00
Jason Evans
d55229b72e
Add sx_try_upgrade() and sx_downgrade().
...
Submitted by: Alexander Kabaev <ak03@gte.com>
2001-08-13 21:25:30 +00:00
Ruslan Ermilov
ed2879a5cf
mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.
2001-08-13 17:07:40 +00:00
Ruslan Ermilov
d013e3f544
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
Ruslan Ermilov
04da392069
mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.
2001-08-13 16:43:02 +00:00
Ruslan Ermilov
c5e7e03a14
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
Ian Dowse
15b54e016e
Update io(4) to match reality following revision 1.42 of
...
sys/i386/i386/mem.c: only the super-user may open /dev/io
regardless of the device permissions (just 4 years late!).
Also, add cross-reference to i386_{get,set}_ioperm(2).
PR: kern/13359
2001-08-12 21:08:34 +00:00
Mark Peek
cef39a72ce
For consistency with other man pages, fix first appearance.
2001-08-11 00:59:40 +00:00
Ruslan Ermilov
94ba280c59
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
Ruslan Ermilov
c75526d5a0
mdoc(7) police: fixed the "new sentence" bogons.
2001-08-10 15:03:10 +00:00
Ruslan Ermilov
57e4378bf6
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
Ruslan Ermilov
2f7ac3085a
mdoc(7) police: add zdestroy() to NAME.
2001-08-10 10:53:10 +00:00
Ruslan Ermilov
033e89ed31
Add manpage for pgfind(9).
...
PR: docs/29552
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-08-10 07:19:55 +00:00
Thomas Moestl
5ca0c84eaa
Document zdestroy().
...
Reviewed by: des
2001-08-09 16:01:27 +00:00
Maxim Sobolev
5d25d75662
Fix xrefs.
...
times.3: gettimeofday(3) --> gettimeofday(2)
rc.conf.5: isndn(8) --> isdnd(8)
idsnd(8) --> isdnd(8)
MFC after: 2 weeks
2001-08-09 15:46:53 +00:00
Sheldon Hearn
136509c0ff
Clarify the BUGS section.
...
Reported by: asmodai
Submitted by: jhb
2001-08-08 21:00:54 +00:00
Sheldon Hearn
42abf713c9
can not -> cannot
2001-08-08 18:32:06 +00:00
Sheldon Hearn
dc6669eeb2
Improve English wording (use "with which" instead of clause without
...
conjunction).
2001-08-08 18:22:58 +00:00
Ruslan Ermilov
6575e6daae
mdoc(7) police: expand plain text xrefs.
2001-08-08 11:48:28 +00:00
Ruslan Ermilov
72ddf84943
mdoc(7) police: markup nits.
2001-08-08 10:27:25 +00:00
Ruslan Ermilov
02955e1364
mdoc(7) police: markup nits.
2001-08-08 10:16:02 +00:00
Ruslan Ermilov
6a624f56cb
mdoc(7) police: markup, grammar, and spelling nits.
2001-08-08 10:04:08 +00:00
Ruslan Ermilov
7d048b828a
Fixed typo.
...
PR: docs/29532
2001-08-08 08:40:40 +00:00
Ruslan Ermilov
92d3777cdd
s/vm_page_io_finised/vm_page_io_finished/
...
Submitted by: Chad David <davidc@colnta.acns.ab.ca>
2001-08-08 08:27:19 +00:00
Ruslan Ermilov
b2c1689061
mdoc(7) police: fixed spelling of vm_page_io_finished(), fixed markup.
2001-08-08 08:24:48 +00:00
Ruslan Ermilov
c4d9468ea0
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
Ruslan Ermilov
b10fee5d7b
mdoc(7) police: markup/spelling nits.
2001-08-07 14:12:13 +00:00
Ruslan Ermilov
01f7263205
mdoc(7) police: markup nits.
2001-08-07 13:26:57 +00:00
Ruslan Ermilov
de4ee6fc38
mdoc(7) police: we use .Va for sysctl(8) MIB variables.
2001-08-07 13:21:15 +00:00
Ruslan Ermilov
4dcd9028a1
mdoc(7) police:
...
- Added SYNOPSIS
- Removed HISTORY information from DESCRIPTION
- Removed whitespace at EOL
- Minor markup nits
2001-08-07 13:18:09 +00:00
Ruslan Ermilov
3f75660545
mdoc(7) police: removed hard sentence breaks and trailing whitespaces.
2001-08-07 13:00:43 +00:00
Jason Evans
920ae52d67
Document sx_try_[sx]lock().
2001-08-07 04:29:53 +00:00
Scott Long
4c3ccf193f
blah, fix missing commas in 'SEE ALSO' section.
2001-08-06 19:21:27 +00:00
Scott Long
5d9a15cb78
After confering with sheldonh, it was decided that the tuning section should
...
be renamed back to 'Tuning' and should be a subsection under 'Description'.
also make a few other minor tweaks.
Reviewed by: sheldonh (in principal)
2001-08-06 18:16:46 +00:00
Sheldon Hearn
ecc61df788
Document the two new sysctl variables introduced in rev 1.154 of tty.c.
2001-08-05 13:14:46 +00:00
Sheldon Hearn
2057451dba
Clean up previous delta:
...
* Fix typo (defautls).
* Don't use hard sentence breaks in new text.
* Don't introduce the use of the second person (you).
* Use the standard "IMPLEMENTATION NOTES" section name instead of the
non-standard "TUNING".
2001-08-05 11:15:23 +00:00
Scott Long
3d04a9d7e3
Once again throw out the calculation of si_iosize_max and set it to 64K.
...
Although it can go higher, it is not safe to so do on arrays with many
members. Compromise by adding a tunable, "hw.aac.iosize_max" that can be
set at boottime. Also document in the aac(4) manpage.
MFC after: 4 weeks
2001-08-05 07:26:31 +00:00
George C A Reid
8e6d7b291d
Fix thinko: FORCE_PKG_RESIDENT -> FORCE_PKG_REGISTER
...
Submitted by: Raymond Kohler <ray.kohler@mail.com>
2001-08-02 04:25:06 +00:00
Sheldon Hearn
86f478757a
MFS: in HISTORY section, fix release number of first appearance
2001-08-01 12:15:21 +00:00
Alfred Perlstein
0a6ca2a733
More updates from Chad.
...
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: sheldonh
2001-07-30 22:14:23 +00:00
Sheldon Hearn
60b6effdc2
Document the debug.debugger_on_panic tunable, for those poor souls
...
who didn't realize that DDB_UNATTENDED just sets its starting
value.
This change is over 5 years late, and documents the original
semantics of debug.debugger_on_panic, which may have been changed
by the (again undocumented) change in rev 1.44 of kern_shutdown.c.
2001-07-30 22:03:58 +00:00
Yaroslav Tykhiy
7e7cdfa09d
Since the ``-w'' sysctl(8) option has been deprecated,
...
don't mention it in the manpages.
2001-07-30 14:18:14 +00:00
Yaroslav Tykhiy
79458d0b54
Finally add the manpage for the IEEE 802.1Q VLAN
...
network interface.
2001-07-28 12:27:06 +00:00
Chris Costello
2ec27ccd83
Add a short man page describing the vfs_unmountall() function.
...
MFC after: 1 week
2001-07-27 03:54:59 +00:00
Matt Jacob
b128a303c7
Strongly recommend that ispfw(4)'s f/w be used with this driver if available.
...
MFC after: 1 week
2001-07-26 22:43:40 +00:00
Bruce A. Mah
da4faae106
Finally document the net.link.ether.bridge_cfg and
...
net.link.ether.bridge_refresh variables. While I'm here, try to
make some of the markup on this page more consistent with the
new (markup-reviewed) content.
PR: 22060
Reviewed by: ru (for markup, on an earlier version of this delta)
MFC after: 2 days
2001-07-26 21:19:25 +00:00
Brian Somers
c5f947aa7f
Remove $daily_status_named_logs and figure out which /var/log/messages*
...
files to look an (in the same way that /etc/security does).
Don't single-quote $start, reducing it to an empty string.
MFC after: 3 days
2001-07-26 02:37:12 +00:00
Scott Long
4aa620cdc6
Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI
...
utility will work, and document it in the manpage.
MFC after: 3 days
2001-07-25 22:36:17 +00:00
Dima Dorfman
6829f0a31e
mdoc(7) police: remove hard sentence breaks and wrap lines over 80
...
characters.
2001-07-24 09:20:37 +00:00
Dima Dorfman
ccec65a5f4
Fix or add types where appropriate.
2001-07-24 09:19:58 +00:00
Dima Dorfman
bfa032debd
Improve markup.
...
Reviewed by: ru
2001-07-24 08:48:50 +00:00
Bill Paul
362c5c1e02
You were knocked senseless by the Boomerang, spun around by the Cyclone,
...
blown over by the Hurricane and had a house dropped on you by the Tornado.
Now it's time to have your parade rained on by... the Typhoon!
This commit adds driver support for 3Com 3cR990 10/100 ethernet
adapters based on the Typhoon I and Typhoon II chipsets. This is actually
a port of the OpenBSD driver with many hacks by me.
No Virginia, there isn't any support for the hardware crypto yet. However
there is support for TCP/IP checksum offload and VLANs.
Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for
squeezing enough info out of 3Com to get this written, and for doing
most of the hard work.
Manual page is included. Compiled as a module and included in GENERIC.
2001-07-23 20:44:54 +00:00
Hellmuth Michaelis
7d3c25f718
change the default for isdn_fsdev to NO.
...
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
2001-07-23 14:28:36 +00:00
Dima Dorfman
72888a7d6c
mdoc(7) police: mark up kernel options in .Dv, rc.conf variables in
...
.Va, and use .Pp instead of blank lines all over the place.
2001-07-23 10:25:38 +00:00
Dima Dorfman
6016261a3b
Consistently capitalize the first letter of the first word in the
...
variable descriptions.
2001-07-23 10:20:35 +00:00