davidc
9933dcee22
Add a new man page that documents selrecord and selwakeup.
...
Thanks to: alfred
2002-04-12 06:19:12 +00:00
davidc
e402b1524f
Update the prototype for maybe_resched to take a thread not a ksegrp.
...
Remove need_resched as it no longer exists.
Cleanup the text for other functions that have changed out from under
their descriptions.
This page needs to be reviewed again after things settle down a bit.
Reviewed by: jhb
2002-04-12 06:03:47 +00:00
davidc
861f848704
Add text describing the new type parameter, and rename description
...
to name as that is what it is called in mutex.h.
2002-04-12 05:55:17 +00:00
davidc
81fcf8a41f
Add sys/types.h to the list of required includes.
2002-04-12 05:23:16 +00:00
davidc
4ebe7db907
Update the prototype for read_random to reflect that the count parameter
...
is an int not an unsigned int, and that it returns an int not an unsigned
int.
2002-04-12 05:19:12 +00:00
davidc
a783cc12f6
Update the prototype for lockinit to reflect that wmesg is a const char *.
2002-04-12 05:16:27 +00:00
davidc
4a064bd33a
Fix the prototypes for cpu_critical_exit and cpu_critical_enter and update
...
the text to reflect the changes.
Update the header files list.
2002-04-12 05:06:38 +00:00
scottl
75c2263931
Document the lock type argument of mtx_init().
2002-04-12 05:05:19 +00:00
davidc
444ec93d92
Document the new size parameter.
2002-04-12 04:26:15 +00:00
davidc
5d7385435e
Document the new flags parameter.
...
Add vget(9) to the SEE ALSO list.
Minor formatting change.
2002-04-12 04:23:22 +00:00
davidc
2d9c1acf77
Update the .Fn line for SX_SYSINIT to include the parameter types.
2002-04-12 03:55:43 +00:00
davidc
8acd6ce788
Update the .Fn line for MTX_SYSINIT to include the parameter types.
2002-04-12 03:54:44 +00:00
davidc
e093240cb6
Fix typo and change Fn to Xr.
2002-04-05 08:05:11 +00:00
arr
85f5ae7a3b
- Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the
...
recent additions of these macros.
- Add in a MLINK to create SX_SYSINIT.9 and MTX_SYSINIT.9.
2002-04-02 17:21:00 +00:00
jhb
768e95c4a8
- Update to new suser() API.
...
- Spell privilege properly.
- Grammar nits.
2002-04-02 16:41:11 +00:00
dd
f868de5160
mdoc(7) police: remove whitespace at EOL.
2002-03-28 12:57:48 +00:00
dd
8edb7b74a0
Add mtx_pool(9) to the SEE ALSO section.
...
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-28 12:51:06 +00:00
dd
7aefbc2d8c
Add a manual page for the mtx_pool_* routines.
...
PR: 36350
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Reviewed by: dillon
2002-03-28 12:50:17 +00:00
obrien
9df0f53dd9
'char *' can be a large entity now (on 64-bit platforms). Thus move it up
...
to make the example match the text requirements.
2002-03-24 17:02:16 +00:00
davidc
92f87e9176
Fixed bad wording/spelling in few paragraphs.
2002-03-24 00:31:38 +00:00
ru
d9a2dd6fcd
mdoc(7) police: tidy up.
2002-03-18 16:52:32 +00:00
ru
e75296ea44
mdoc(7) police: tidy up.
2002-03-18 16:40:07 +00:00
ru
7aa5856f5a
mdoc(7) police: pedantry.
2002-03-18 11:08:53 +00:00
ru
061a25b937
mdoc(7) police: markup nit.
2002-03-18 11:03:57 +00:00
ru
7a8f8f73b9
mdoc(7) police: tidy up.
2002-03-18 10:59:58 +00:00
ru
e558020c07
mdoc(7) police: fixed some wording, kill whitespace at EOL.
2002-03-18 10:52:09 +00:00
ru
22b01e0e54
mdoc(7) police: macroize UNIX.
2002-03-18 10:43:49 +00:00
schweikh
1bbb763dca
Typo: s/dependant/dependent/
...
MFC after: 3 days
2002-03-16 18:12:49 +00:00
schweikh
bb7910a6ff
Typo: s/conjuction/conjunction/
2002-03-16 18:10:40 +00:00
schweikh
c30871e635
Plural bogon: s/childs/children/
...
MFC after: 3 days
2002-03-16 18:07:07 +00:00
schweikh
89db6a9ed4
Typo; s/Filesytems/Filesystems/
...
MFC after: 3 days
2002-03-16 17:26:07 +00:00
ru
25566444ff
mdoc(7) police: Kill the (now extraneous) empty line. Previously,
...
.Bd erroneously defaulted to -compact mode in the SYNOPSIS section.
2002-03-15 12:04:49 +00:00
rwatson
4d486ee7b2
NAI DBA update.
2002-03-14 21:58:58 +00:00
schweikh
af21edb315
Grammar bogon: s/structure a route/structure of a route/
...
MFC after: 3 days
2002-03-14 18:43:09 +00:00
archie
4ff8306186
Add realloc() and reallocf(), and make free(NULL, ...) acceptable.
...
Reviewed by: alfred
2002-03-13 01:42:33 +00:00
mike
95a814930f
Create a manual to document the new kernel byte order conversion
...
functions.
Reviewed by: tmm
2002-03-06 01:53:35 +00:00
dd
0b0f95c996
Document cru2x().
2002-03-03 03:27:28 +00:00
markm
23d1651a46
Fix required includes in accordance with recent source fixes.
...
Submitted by: bde
2002-03-01 18:43:15 +00:00
davidc
8d09402323
Note the the process group is returned locked.
2002-02-28 07:06:31 +00:00
imp
717a71dbad
The do { } while (0) macro example was missing a space after the 'e'.
2002-02-27 23:16:34 +00:00
rwatson
083d6205a4
Language clarification: s/an or/a/
2002-02-18 00:21:05 +00:00
dd
b7924cd5f6
The routine is dev_depends(); consistently spell it that way.
...
PR: 34047
Submitted by: Maxime Henrion <mux@sneakerz.org>
Pointy hat to: dd
2002-02-11 01:21:29 +00:00
rwatson
2ed6038a0d
Reinforce locking requirement for VOP_REVOKE: the lock must not be held.
...
Discussed with: phk
2002-02-10 20:48:22 +00:00
rwatson
223f1b85f2
Revert 1.14: VOP_GETATTR() really does require a vnode lock.
...
Confirmed by: mckusick
2002-02-10 19:28:34 +00:00
green
498f9c3a6e
Correct copyright.
2002-02-07 19:07:36 +00:00
markm
2dc342bfcc
Document entropy device bits.
2002-02-06 21:38:20 +00:00
joe
39b59a2a20
Update the physio man page to better reflect reality.
...
PR: docs/30603
Reviewed by: phk
MFC after: 3 days
2002-02-05 21:32:57 +00:00
green
9eaa74ab48
Add a manpage for VOP_REVOKE(9).
...
Sponsored by: DARPA, NAI Labs
2002-02-05 16:08:49 +00:00
green
3817bdcf3d
Document that VOP_GETATTR(9) does not actually expect to hold an
...
exclusive lock on entry.
Sponsored by: DARPA, NAI Labs
2002-02-05 15:26:28 +00:00
imp
821a3b87a6
Note new status of __P. Don't use it.
...
Reviewed by: arch@, mckusick (in principle)
2002-02-01 01:26:24 +00:00