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
Nik Clayton
ba139b3c03
Note that the doc collection is not branched.
2001-08-06 06:52:24 +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
David E. O'Brien
81c6395691
It appears we really shouldn't be following this example man page -- one
...
should not use a `%' in examples.
I don't know if this is the consensus of doc@, or just a unilateral decision
of committer that corrected my following of this example. Maybe a docs
person could review these files and see if they still show current guidelines.
2001-08-01 04:27:48 +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
Jeroen Ruigrok van der Werven
0f8772404f
Add Mac OS X 10.0 and 10.1 as well as Darwin.
...
Partially submitted by the PR, the rest by yours truly, corrections welcomed.
PR: 26137
Submitted by: trevor
2001-07-30 21:15:42 +00:00
Andrey A. Chernov
a1ff8bfdb3
Since we remove skey...
2001-07-30 16:05:03 +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
Peter Wemm
791da841a1
Take -Wconversion out of BDECFLAGS. It is not particularly useful for
...
us anyway because it doesn't work right on the x86 and alpha. On
K&R code, small ints would be promoted to int. ANSI-C doesn't require
this and the small ints can be passed taking 8 or 16 bits of stack
space. However, the x86 abi that we use *does* promote to 32 bit,
and the alpha ABI passes them in 64 bit registers so we dont have
that aspect of the problem here. Losing float precision by having it
cast down to int because the funtion prototype specifies int is the
least of our problems. -Wmissing-prototypes helps here anyway.
2001-07-27 16:23:53 +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
Brian Somers
68fe945a06
Remove redundant mtu/mru/speed settings
...
MFC after: 6 days
2001-07-24 13:11:57 +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
Dima Dorfman
9b33d39fd5
Document syslogd_program and inetd_program.
2001-07-23 10:06:59 +00:00
Gregory Neil Shapiro
f4843be999
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
...
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
2001-07-23 01:33:54 +00:00
Dima Dorfman
3b08168907
Change the errx() example. Error messages passed to the err(3)
...
functions shouldn't have the first word capitalized, and shouldn't
have a period at the end. This is how most of our programs, and most
(all?) of the 4.4BSD programs, are. In the past, we've even done
sweeps to change things to comply to this.
2001-07-22 11:47:15 +00:00
Dima Dorfman
ebb02791f2
Add: ``If you have to wrap a long statement, put the operator at the
...
end of the line.''
Reviewed by: alfred, bde
2001-07-22 10:35:02 +00:00
Alfred Perlstein
1bb3a48f15
remove -*- nroff -*- thingy
2001-07-22 10:18:53 +00:00
Assar Westerlund
51bb585207
revert previous accidental commit
2001-07-22 00:12:23 +00:00
Assar Westerlund
57762323e5
get rid of some printf and pointer type warnings
2001-07-22 00:12:22 +00:00
Hellmuth Michaelis
fae7473ba4
Add a patch from the isdn mailinglist, Juha writes:
...
ppp in 4.x apparently does a close(2) after opening the tun device;
i4brunppp starts up with only file descriptors 0 and 1 open (to the rbch
device) -> tun gets opened as 2 -> tun gets closed -> later use results
in EBADF. A quick fix to i4brunppp.c makes the thing work (I know, this
is ugly, but I needed it up quick...):
Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
2001-07-21 11:52:31 +00:00
Hellmuth Michaelis
868080172d
Add the i4brunppp utility to the example section. This utility is one way
...
of taking incoming calls with i4b in conjunction with userland ppp(8).
2001-07-21 11:49:28 +00:00
Hellmuth Michaelis
346c9818d5
update ReleaseNotes for isdnd keyword maxconnecttime
2001-07-21 11:30:38 +00:00
Jason Evans
aa33517e94
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
...
be malloc()ed, but they are now allocated using mmap(), just as the
default-size stacks are. A separate cache of stacks is kept for
non-default-size stacks.
Collaboration with: deischen
2001-07-20 04:23:11 +00:00
John Baldwin
dacbcb1824
bpf(4) hasn't used a static number of devices for over 2 years now, and
...
the SYNOPSIS hasn't had an example number of devices since rev 1.2 which
was over 5 and a half years ago, so remove a sentence claiming that the
example in the SYNOPSIS limited bpf to 16 devices.
MFC after: 3 days
2001-07-19 19:18:35 +00:00
David E. O'Brien
16a7ef9327
State explicitly how the manpage "DESCRIPTION" options should be listed.
2001-07-19 18:03:43 +00:00
Dag-Erling Smørgrav
22cbe5e31f
4.4 will have sbufs.
2001-07-19 09:07:51 +00:00
Ruslan Ermilov
1d719d1ca1
mdoc(7) police: don't use enclosure macros with plain text.
2001-07-18 15:00:46 +00:00
Ruslan Ermilov
d72ca9ddd1
Removed the comment that required all FreeBSD manpages
...
to have the $FreeBSD$ keyword, as this is now enforced
by the CVSROOT/commit_prep.pl script.
Fold multi-word macro arguments into a single argument
by putting the surrounding double quotes - this speeds
up the -mdoc processing drastically (of course if used
systematically).
Use the new features of -mdoc: exact -width specifiers,
.In macro as an ``.Fd #include'' replacement.
2001-07-18 10:04:34 +00:00
Sheldon Hearn
03e563d7dc
Remove an example of bad sentence breaking style.
2001-07-18 08:51:04 +00:00
Alfred Perlstein
609ad476a3
Install and provide MLINKS for:
...
pbuf.9 vm_page_alloc.9 vm_page_copy.9 vm_page_flag.9 vm_page_hold.9
vm_page_insert.9 vm_page_io.9 vm_page_lookup.9 vm_page_protect.9
vm_page_sleep_busy.9 vm_page_wakeup.9 vm_page_wire.9
vm_page_zero_fill.9 vm_set_page_size.9
2001-07-18 06:10:33 +00:00
Alfred Perlstein
6484c361f7
Document some of the kernel vm_page API as well as the pbuf API.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-18 06:09:13 +00:00
Peter Pentchev
1d17292c23
Add a script_name_sep rc.conf knob to specify the IFS character
...
for separating the startup scripts' list into individual filenames.
Run the shutdown scripts in reverse alphabetical order, so dependent
services are stopped before the services they depend upon.
Reviewed by: -arch, -audit
MFC after: 3 weeks
2001-07-17 14:33:52 +00:00
Nik Clayton
8b4611ee0f
Note which entries are created by sysinstall(8).
...
Requested by: ru
2001-07-16 16:09:21 +00:00
Sheldon Hearn
db3357b8df
Grammar: 'effect' is a noun and 'affect' is a verb.
2001-07-16 10:52:19 +00:00
Ruslan Ermilov
60f79c3c34
Spelling: aquire -> acquire.
2001-07-16 07:37:22 +00:00
Ruslan Ermilov
17a3206c22
Manpage for pfind() and zpfind().
...
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-07-16 07:04:09 +00:00
Dima Dorfman
02c4d9cff7
Remove whitespace at EOL.
2001-07-15 08:21:37 +00:00
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Daniel Harris
c8c7c06a4a
Fix assorted typos.
2001-07-14 22:41:05 +00:00
Jens Schweikhardt
c1f3e4bf21
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
Jens Schweikhardt
d1ed27b64a
Fixed double word typo.
...
MFC after: 7 days
2001-07-13 20:11:43 +00:00
Ruslan Ermilov
4772483c00
Add a few more manpages from Chad.
...
Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9.
2001-07-13 18:35:48 +00:00
Alexander Langer
4dad593a95
- correct two typos
...
- Use NULL instead of 0 for pointers (style(9)!)
Submitted by: Joel Wilsson <siigron@sii.linuxsweden.nu>
MFC after: 37 days
2001-07-13 16:10:39 +00:00
Ruslan Ermilov
e8b02a428d
mdoc(7) police: -xwidth has been fold into -width.
2001-07-13 09:09:52 +00:00
Ruslan Ermilov
3cdf42d23a
mdoc(7) police: columnate sysctl(8) MIBs list (using the new
...
feature of -column lists width specifiers) plus minor markup
fixes.
2001-07-13 09:08:31 +00:00
Ruslan Ermilov
034709cb72
Merge Chad's fixes.
2001-07-13 08:14:54 +00:00
Brian S. Dean
17c360935d
Document new hwatch/dhwatch commands.
2001-07-13 02:30:52 +00:00
Ben Smithurst
d6b52729a0
fix typo: vise versa -> vice versa
...
PR: 28926
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
2001-07-12 20:40:25 +00:00
Ruslan Ermilov
b19ea0bb44
Always preprocess manpages with tbl(1).
2001-07-12 07:47:39 +00:00
Jun-ichiro itojun Hagino
08274cdf68
netbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT)
2001-07-11 23:57:16 +00:00
Bill Paul
660e0297c7
Another NatSemi gigE card; the Netgear GA622T
2001-07-11 22:29:05 +00:00
Bill Paul
01019292b0
Document additional cards supported by the nge driver: LinkSys EG1032
...
anf EG1064, and the Surecom EP-320G-TX.
Also fix typo in nge.4 man page: Addrton -> Addtron.
2001-07-11 22:09:31 +00:00
Ruslan Ermilov
2378902495
mdoc(7) police: fixed markup and some content typos.
2001-07-11 10:31:49 +00:00
Ruslan Ermilov
4bc6a387c2
mdoc(7) police: fixed markup.
2001-07-11 09:13:12 +00:00
Ruslan Ermilov
80d569d3b0
mdoc(7) police: fixed markup.
2001-07-11 08:59:10 +00:00
Alfred Perlstein
0ef36920de
I have gone through all of the functions and added
...
the correct includes and changed the functions as
requested.
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-11 03:51:44 +00:00
Ruslan Ermilov
63b2f7728a
mdoc(7) police: eliminate warnings.
2001-07-10 18:43:07 +00:00
Ruslan Ermilov
eb89426722
mdoc(7) police: removed punctuation after the last SEE ALSO xref.
2001-07-10 18:00:19 +00:00
Ruslan Ermilov
0c93b033d5
mdoc(7) police: sort SEE ALSO xrefs.
2001-07-10 17:52:29 +00:00
Mark Murray
b4248e7919
Provide a hint for the OPIE 'insecure' mode.
2001-07-10 17:11:02 +00:00
Ruslan Ermilov
3d45e180f4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
Sheldon Hearn
d193eadbdf
Fix typo: "fending of" -> "fending off"
2001-07-10 14:09:37 +00:00
Ruslan Ermilov
a307d59838
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 13:41:46 +00:00
Alfred Perlstein
d248afb3b2
Sort MAN= section.
2001-07-10 07:42:35 +00:00
Jun-ichiro itojun Hagino
497397af65
netbsd 1.5.1 is in jul 2001 (available via ftp already, but we need a concrete
...
date of the announcement)
couple of URL fixes. From: Petri Koistinen <pkoistin@cs.stadia.fi>
(http://www.byte.com/art/9410/sec8/art3.htm is now a dangling link.
any alternative URL?)
2001-07-10 07:29:11 +00:00
Alfred Perlstein
8adb2d7b0e
Install:
...
cdevsw_add.9 cdevsw_remove.9 devsw.9
major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9
2001-07-10 07:28:11 +00:00
Alfred Perlstein
f1ccaa63b8
Document some of the dev_t related APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 07:25:18 +00:00
Alfred Perlstein
5c5e4328d3
Link in new manpages:
...
BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9
BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9
lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9
2001-07-10 04:35:22 +00:00
Alfred Perlstein
983bb14077
Note that this function is for debugging purposes.
2001-07-10 04:31:33 +00:00
Alfred Perlstein
275a0fac29
Fix explanation of LK_SLEEPFAIL option.
...
Remove extra period from end of sentance.
2001-07-10 04:29:24 +00:00
Alfred Perlstein
ec12cfb58b
fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.
2001-07-10 04:27:03 +00:00
Alfred Perlstein
82ed18ac0c
Document some of the kernel API dealing with locks used primarily by VFS.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 04:22:14 +00:00
David E. O'Brien
ae394d3ffc
Add LIBBZ2.
2001-07-09 22:00:32 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Brian Somers
7bc6d0158f
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
Alfred Perlstein
ffe734e3a2
Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.
2001-07-09 07:15:51 +00:00
Alfred Perlstein
8981fef84c
Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), and
...
vinvalbuf().
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-09 06:47:10 +00:00
Julian Elischer
a7ed41d61f
Turn on nullmodem (nmdm(4)) man page.
2001-07-08 04:36:52 +00:00
Julian Elischer
1b57ee4d22
Add a brief manpage (cribbed form pty.4) about the null-modem
...
driver (nmdm(4)).
2001-07-08 04:35:21 +00:00
Matthew Dillon
037fbe4424
Fix type-o's, revamp section on the /tmp softlink, add sections for a
...
couple more sysctl's, add a section on mount options.
2001-07-07 17:43:20 +00:00
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Ruslan Ermilov
23325424a7
mdoc(7) police: minor formatting/spelling fixes.
2001-07-06 09:21:56 +00:00
Ruslan Ermilov
83c9300962
mdoc(7) police: minor formatting fixes.
2001-07-06 09:20:19 +00:00
Ruslan Ermilov
6120025f04
mdoc(7) police: minor markup fixes.
2001-07-06 08:34:13 +00:00
Ruslan Ermilov
98f100bac3
mdoc(7) police: fixed formatting.
2001-07-06 08:23:10 +00:00
Ruslan Ermilov
87b6284a2d
mdoc(7) police: formatting fixes.
2001-07-06 08:10:59 +00:00
Dag-Erling Smørgrav
8cce2ebaf3
Constify the format string.
...
Submitted by: Mike Barcroft <mike@q9media.com>
Forgotten by: des
2001-07-05 22:34:11 +00:00
Ruslan Ermilov
1353fdc585
mdoc(7) police: fixed markup and spelling.
2001-07-05 11:45:37 +00:00
Dima Dorfman
180ddf3217
mdoc(7) police: sort xrefs.
2001-07-04 22:55:29 +00:00
Ruslan Ermilov
d68b700a78
mdoc(7) police: mark type with .Vt, sort xrefs.
2001-07-04 15:37:13 +00:00
Ruslan Ermilov
e3718e310c
mdoc(7) police: cosmetics.
2001-07-04 15:32:44 +00:00
Ruslan Ermilov
a956b43d66
mdoc(7) police: fixed markup.
2001-07-04 15:19:52 +00:00
Ruslan Ermilov
940237ef55
mdoc(7) police: fixed markup in rev. 1.26.
2001-07-04 15:02:31 +00:00
Ruslan Ermilov
3dcd2b7ec5
mdoc(7) police: simplify the fix in rev. 1.25.
2001-07-04 14:54:38 +00:00
Ruslan Ermilov
158d2bed20
mdoc(7) police: sort xrefs.
2001-07-04 14:52:23 +00:00
Ruslan Ermilov
8996a9d53d
mdoc(7) police: fixed markup and some typos.
2001-07-04 14:38:54 +00:00
Dima Dorfman
9232968e4d
mdoc(7) police: fix spacing issues.
2001-07-03 21:20:06 +00:00
Joerg Wunsch
72fb076dce
Don't give a bad example by starting a struct tag name with an
...
underscore. Names starting with an underscore are reserved.
2001-07-03 16:22:42 +00:00
Eivind Eklund
1b91bc6f2c
Use correct paths to postfix the way we install it
2001-07-03 14:16:45 +00:00
Mitsuru IWASAKI
6cee406625
Add Transmeta Crusoe LongRun support.
...
Submitted by: Tamotsu HATTORI <athlete@kta.att.ne.jp>
Reviewed by: arch@ folks
MFC after: 1 week
2001-07-03 10:03:24 +00:00
Mike Smith
b6695bd0e8
Add a manpage for the acpi super-device. This is still fairly brief, and
...
will need to be fleshed out as the system's design solidifies.
2001-07-03 07:45:04 +00:00
Brooks Davis
ad37a95b71
Document network device cloning ioctls.
...
Reviewed by: ru, ume
MFC after: 1 week
2001-07-02 20:50:37 +00:00
Brian Somers
8e18db5a52
Fix some typos.
...
Submitted by: Jimmy Olgeni <olgeni@uli.it>
MFC after: 1 week
2001-07-02 12:23:28 +00:00
Dima Dorfman
232edd1c88
Correct a brain-o in the stats output.
...
PR: 24839
Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
2001-06-30 21:39:31 +00:00
Nik Clayton
302bba85d6
/dist is a mount point used by sysinstall(8), not an extraction directory.
2001-06-30 14:56:44 +00:00
John Baldwin
a1382e7fd2
Add a new manpage to document the CTRx macros used when adding new KTR
...
tracepoints to kernel code.
2001-06-28 07:20:05 +00:00
John Baldwin
a867da6f00
Use the .Bsx macro instead of .Tn BSD/OS.
2001-06-28 07:16:04 +00:00
Hajimu UMEMOTO
d1b402ad6f
clarify problem with inbound AH.
...
spdadd A B -P in ipsec esp/tunnel/C-D/use ah/tunnel/C-D/require;
does not work due to 1-bit validation bit we are using with inbound
policy checking.
Submitted by: itojun
Obtained from: KAME
MFC after: 1 week
2001-06-27 19:41:20 +00:00
Gregory Neil Shapiro
c1c5db8149
Typo fix: requires -> reacquires
...
Submitted by: Murray S. Kucherawy <msk@sendmail.com>
MFC after: 3 days
2001-06-27 06:01:17 +00:00
Jun-ichiro itojun Hagino
60a6ab0e04
openbsd 2.9 (2001/6/1)
2001-06-27 04:41:58 +00:00
Gregory Neil Shapiro
f87b85b2f0
Typo fix (modifes -> modifies)
2001-06-27 01:48:02 +00:00
Nik Clayton
add6734d36
"host name and user" -> "host and user name"
...
Submitted by: Rich Morin <rdm@cfcl.com>
2001-06-26 14:04:28 +00:00
Nik Clayton
cf348169cb
Document dist/, cdrom/, compat/, and /usr/compat/, fix a couple of
...
{typ,think}os.
Submitted by: Rich Morin <rdm@cfcl.com>
2001-06-26 14:03:11 +00:00
Atsushi Onoe
8a1bb8afde
Add awi.4
2001-06-26 13:27:47 +00:00
Atsushi Onoe
372add78f4
Delete the note from BUGS: "Doesn't support WEP".
...
minor updates from NetBSD.
2001-06-26 13:26:16 +00:00
Nik Clayton
9f1f5e8d53
Automatically exec bash at startup if it exists^U Turn on the display of
...
tips from the freebsd-tips database at login time.
2001-06-25 20:40:02 +00:00
Dima Dorfman
159f80bfbc
Reword the sentence that I screwed up in the last commit.
...
Submitted by: Erik Trulsson <ertr1013@student.uu.se>
2001-06-24 20:34:31 +00:00
Dima Dorfman
9e28aca5d2
mdoc(7) police: use the Fn macro where appropriate.
2001-06-24 01:38:20 +00:00
Dima Dorfman
a910f192bb
Remove duplicate words.
2001-06-24 01:34:38 +00:00
Dima Dorfman
bdd87f4f44
Correct a typo.
2001-06-24 01:30:38 +00:00
Dima Dorfman
5a203488e4
mdoc(7) police: sort xrefs.
2001-06-24 01:17:07 +00:00
Luigi Rizzo
523c249f97
Update the manpage to reflect reality (and what was already in -stable).
2001-06-20 15:01:17 +00:00
Bill Paul
c92a454e2b
Typo/mind-o fixes.
2001-06-18 20:57:03 +00:00
Dima Dorfman
c91ed2eb6c
Correct getopt usage and a syntax error (period used instead of a semicolon).
2001-06-18 20:36:06 +00:00
Ruslan Ermilov
29d19e86ae
Make this really work.
2001-06-18 12:35:14 +00:00
Wilko Bulte
fb6958b226
Note support for the Digital Etherworks DE305 card
2001-06-17 14:25:09 +00:00
Yoshihiro Takahashi
6bb4c6e64f
Added PC-98x1 keymaps.
2001-06-17 03:10:38 +00:00
Dima Dorfman
1f5398eeff
Add missing article.
2001-06-17 02:24:04 +00:00
David E. O'Brien
3f5a93f6d3
Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)"
...
in Makefile's shared with NetBSD.
2001-06-16 07:27:23 +00:00
Dima Dorfman
9baaab27a0
OpenSSH doesn't forward keys by default.
2001-06-16 00:32:19 +00:00
Jens Schweikhardt
838bfef239
New entry for rxvt.
...
PR: 28154
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-06-15 16:24:44 +00:00
Robert Watson
0734b428c7
o The VOP_RDWR man page neglected to mention (at least) two error modes
...
possible when writing:
[EFBIG] An attempt was made to write a file that exceeds
the process's file size limit or the maximum file
size.
[EPERM] An append-only flag is set on the file, but the
caller is attempting to write before the current
end of file.
2001-06-15 16:12:41 +00:00
Nik Clayton
d4e639b22b
Change 93-11-XX for the FreeBSD 1.0 release to 93-11-01, based on this
...
announcement from JKH (back when he was still working for Lotus)
http://minnie.tuhs.org/cgi-bin/newsread?23150
This also means that if, as Microsoft say, Linux is a Cancer, FreeBSD is
a Scorpio.
2001-06-15 10:20:58 +00:00
Nik Clayton
4ed950ad98
Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
...
from another host.
2001-06-15 08:35:57 +00:00
Ruslan Ermilov
dfcf88a3a0
Style nits:
...
GBINDIR -> ORIGBINDIR
GBINGRP -> ORIGBINGRP
Submitted by: bde
2001-06-14 06:08:02 +00:00
Ruslan Ermilov
ecce24742d
Games ownership cleanup.
...
Urged by: bde
2001-06-13 15:26:31 +00:00
Dag-Erling Smørgrav
b0def2b548
Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
...
ignore NUL bytes in the source string.
2001-06-11 17:05:52 +00:00
Hajimu UMEMOTO
3384154590
Sync with recent KAME.
...
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
2001-06-11 12:39:29 +00:00
Andrey A. Chernov
127f4717f9
ISO_ -> ISO rename
2001-06-11 02:17:23 +00:00
Andrey A. Chernov
bc930028f5
ISO_ -> ISO (partially)
2001-06-11 02:12:25 +00:00
Andrey A. Chernov
ce4bd508ed
ISO_ -> ISO in comment
2001-06-11 01:32:33 +00:00
Andrey A. Chernov
fe6f7d3ab4
ISO_ -> ISO in DOC_LANG
2001-06-11 01:26:52 +00:00
Andrey A. Chernov
7158e1b8bd
Fix encoding info
2001-06-10 22:13:29 +00:00
Hajimu UMEMOTO
ce6282db3b
Implement EDNS0 support, as EDNS0 support will be made mandatory for
...
IPv6 transport-ready resolvers/DNS servers. Need careful configuration
when enable it. (default config is not affected).
See manpage for details.
XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.
Obtained from: KAME/NetBSD
2001-06-10 20:25:24 +00:00
Andrey A. Chernov
4fd6d738cb
Add more *.US-ASCII and Latin15 entries
2001-06-10 20:11:05 +00:00
Andrey A. Chernov
f5498e6910
Add more Latin15 links
2001-06-10 19:47:57 +00:00
Andrey A. Chernov
5b21e0d65c
Add more *.US-ASCII and Latin15 entries
2001-06-10 19:41:17 +00:00
Andrey A. Chernov
458ff763e9
Add more *.US-ASCII entries
2001-06-10 19:21:54 +00:00
Andrey A. Chernov
b8db996bd4
Add more *.US-ASCII entries
...
Misc cleanup
2001-06-10 19:16:43 +00:00
Andrey A. Chernov
6cc14454fd
Add more *.US-ASCII entries
2001-06-10 18:57:27 +00:00
Andrey A. Chernov
d12bab7b5c
Add more *.US-ASCII family
2001-06-10 18:53:43 +00:00
Andrey A. Chernov
f615cc2b81
Fix ISO_ for new names
2001-06-10 17:08:53 +00:00
Dag-Erling Smørgrav
d647935801
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
...
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.
2001-06-10 15:48:04 +00:00
Andrey A. Chernov
347d21cb43
Fix ISO_ sneaked
2001-06-10 15:31:29 +00:00
Andrey A. Chernov
824e979031
Use en_GB for en_NZ
2001-06-10 14:41:15 +00:00
Andrey A. Chernov
d06fdc72a3
Switch to new locale names
2001-06-10 14:36:39 +00:00
Andrey A. Chernov
6ce47fe06e
Switch to new locale names
2001-06-10 14:28:51 +00:00
Andrey A. Chernov
8f2681e1a7
Switch to new locale names
2001-06-10 14:17:44 +00:00
Andrey A. Chernov
d5c488f4f3
Switch to new locale names
2001-06-10 14:05:50 +00:00
Andrey A. Chernov
a9e1fcfbfd
Switch to new locale names
2001-06-10 13:43:47 +00:00
Andrey A. Chernov
a851768c0f
Switch to new locale names
2001-06-10 13:25:32 +00:00
Maxim Sobolev
000d56193c
Fix cross-references:
...
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2
MFC after: 1 week
2001-06-10 12:06:54 +00:00
Warner Losh
7ceb85ba65
Remove comments about PCMCIA fdc attachment using flags 0x2. The 4.x version
...
of this code doesn't do that.
2001-06-10 04:40:02 +00:00
Warner Losh
b904bfb0bc
fdc doesn't support talking to QIC40/QIC80 tape drives, and hasn't since
...
ft was removed from the tree prior to branching releng_3!
2001-06-10 00:27:18 +00:00
Maxim Sobolev
8657581bfd
Correct cross-reference:
...
portmap.8 --> rpcbind.8
Submitted by: .Xr testing script
2001-06-07 16:59:19 +00:00
Mark Murray
546bc18855
Clean up the PAM lib lists. Particularly relevant to the KRB5 case.
2001-06-07 08:31:30 +00:00
Ruslan Ermilov
802de205fd
master.passwd(5) -> passwd(5).
2001-06-07 07:27:52 +00:00
Daniel C. Sobral
db97c662cf
Use ${EDITOR} as claimed.
...
Source rc.conf and use ${firewall_script} instead of rc.firewall.
Textwidth formatting of comments and text.
PR:
Submitted by: Maxim <maxim@news1.macomnet.ru>
(sorry if I got name/email/committer status wrong :)
2001-06-06 19:34:02 +00:00
David E. O'Brien
7b91cad987
Add the single suffix rules for FORTRAN.
2001-06-06 16:58:08 +00:00
David E. O'Brien
eb73cacd43
Add the single suffix rules for C++.
...
(While there, I also moved the single suffix C rules beside the double
suffix ones so they are easier to find)
PR: 24438
Submitted by: Georg-W. Koltermann <gwk@sgi.com>
2001-06-06 16:51:38 +00:00
Daniel C. Sobral
7b4d3c72cc
Introduce an example script of safe changing of ipfw(8) rules.
...
I'm sure this can be much improved, but this works fairly well.
PR: 27887
Submitted by: Alexandre Peixoto <alexandref@tcoip.com.br>
MFC after: 1 week
2001-06-06 15:45:04 +00:00
Joerg Wunsch
4a70e151df
Document /usr/include/dev/{ic,wi}.
...
Reminded by: ru
2001-06-05 18:52:55 +00:00
Brian Somers
72155f03b6
Talk a bit about how cloning works with devfs(5).
...
Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE.
Tidy up a little.
2001-06-05 14:26:17 +00:00
Maxim Sobolev
1cdc139280
Correct cross-references:
...
setsockopt.3 --> setsockopt.2
syslog.8 --> syslogd.8
tcpdump.8 --> tcpdump.1
MFC after: 1 week
2001-06-05 12:50:33 +00:00
Maxim Sobolev
fe11f6f605
Correct cross-references:
...
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
2001-06-05 12:40:03 +00:00
Maxim Sobolev
76c6864951
Fix cross-references:
...
ipnat.8 --> ipnat.1
environ.5 --> environ.7
isssetugid.2 --> issetugid.2
MFC after: 1 week
2001-06-05 12:23:22 +00:00