Commit Graph

6006 Commits

Author SHA1 Message Date
jasone
df09425d2e 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
jhb
82a294a157 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
obrien
6c48b6afaf State explicitly how the manpage "DESCRIPTION" options should be listed. 2001-07-19 18:03:43 +00:00
des
ababd76965 4.4 will have sbufs. 2001-07-19 09:07:51 +00:00
ru
beb1e486a9 mdoc(7) police: don't use enclosure macros with plain text. 2001-07-18 15:00:46 +00:00
ru
538c080f14 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
sheldonh
bb0bbb8f59 Remove an example of bad sentence breaking style. 2001-07-18 08:51:04 +00:00
alfred
e36392b8d1 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
3361c4ff1d 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
roam
eb75d65722 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
044b7ef49e Note which entries are created by sysinstall(8).
Requested by:	ru
2001-07-16 16:09:21 +00:00
sheldonh
be3687a2ad Grammar: 'effect' is a noun and 'affect' is a verb. 2001-07-16 10:52:19 +00:00
ru
bea9f07533 Spelling: aquire -> acquire. 2001-07-16 07:37:22 +00:00
ru
723e7a07d4 Manpage for pfind() and zpfind().
Submitted by:	Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-07-16 07:04:09 +00:00
dd
9c9aa0d82a Remove whitespace at EOL. 2001-07-15 08:21:37 +00:00
dd
c49a4e6620 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
dannyboy
1f9e16dfba Fix assorted typos. 2001-07-14 22:41:05 +00:00
schweikh
ef4e7a1261 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
schweikh
2094ab53f7 Fixed double word typo.
MFC after:	7 days
2001-07-13 20:11:43 +00:00
ru
80a0caf46b 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
alex
1597b17b33 - 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
ru
c69a258319 mdoc(7) police: -xwidth has been fold into -width. 2001-07-13 09:09:52 +00:00
ru
67efab8c84 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
ru
b4e1f1f9cb Merge Chad's fixes. 2001-07-13 08:14:54 +00:00
bsd
8a85d5860e Document new hwatch/dhwatch commands. 2001-07-13 02:30:52 +00:00
ben
f731b1b056 fix typo: vise versa -> vice versa
PR:		28926
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2001-07-12 20:40:25 +00:00
ru
8233678a13 Always preprocess manpages with tbl(1). 2001-07-12 07:47:39 +00:00
itojun
32af7a7c9b netbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT) 2001-07-11 23:57:16 +00:00
wpaul
55e4674c00 Another NatSemi gigE card; the Netgear GA622T 2001-07-11 22:29:05 +00:00
wpaul
4304d629f8 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
ru
d376df8864 mdoc(7) police: fixed markup and some content typos. 2001-07-11 10:31:49 +00:00
ru
19cf767b75 mdoc(7) police: fixed markup. 2001-07-11 09:13:12 +00:00
ru
776b600b80 mdoc(7) police: fixed markup. 2001-07-11 08:59:10 +00:00
alfred
cddb1f546c 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
ru
2978fe14d7 mdoc(7) police: eliminate warnings. 2001-07-10 18:43:07 +00:00
ru
29353320f4 mdoc(7) police: removed punctuation after the last SEE ALSO xref. 2001-07-10 18:00:19 +00:00
ru
63bf920e60 mdoc(7) police: sort SEE ALSO xrefs. 2001-07-10 17:52:29 +00:00
markm
4bc8b8ae90 Provide a hint for the OPIE 'insecure' mode. 2001-07-10 17:11:02 +00:00
ru
4faba78c72 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
sheldonh
4618d5c9d0 Fix typo: "fending of" -> "fending off" 2001-07-10 14:09:37 +00:00
ru
940dc0c680 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
alfred
976fc05362 Sort MAN= section. 2001-07-10 07:42:35 +00:00
itojun
0ce356cd46 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
ccf46ab0f6 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
f8f2f794ac 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
c1306a6eba 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
df3a7bee13 Note that this function is for debugging purposes. 2001-07-10 04:31:33 +00:00
alfred
54f52275ae Fix explanation of LK_SLEEPFAIL option.
Remove extra period from end of sentance.
2001-07-10 04:29:24 +00:00
alfred
4ec529ba95 fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs. 2001-07-10 04:27:03 +00:00
alfred
d19df4ff68 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