hmp
94f281ee94
malloc(9) types can be used to identify multiple allocations.
...
PR: docs/38618
Approved by: des (mentor)
2003-05-06 19:10:17 +00:00
trhodes
cae8c47af0
fnet(9) claims that "those interfaces supporting reception of multicast
...
datagrams have a LIST of multicast group memberships...". On -CURRENT, that
LIST is actually a TAILQ. Note that -STABLE still uses a LIST
PR: 50426
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
2003-05-01 18:34:13 +00:00
trhodes
4d37b34b62
Xref sytle.Makefile(5).
...
PR: 51183
2003-04-26 15:37:39 +00:00
imp
823ba059c1
Document device_set_driver(9)
...
# now all driver_* functions used outside of subr_bus.o in my kernel
# are documented.
2003-04-22 03:43:44 +00:00
imp
b126d5fd0e
Document device_printf(9).
2003-04-22 03:32:31 +00:00
imp
8515f23dc5
Document device_set_ivars(9) as well.
2003-04-22 03:25:14 +00:00
imp
eea2b01ecc
man page for device_get_parent.
2003-04-22 00:26:02 +00:00
imp
197d721da8
device_is_alive already was documented in device_get_state, so remove the
...
separate man page. Document new device_is_attached there and remove that
new man page too.
Connect device_get_name to build, and install a link for
device_get_nameunit.
strangely nobody noticed this yet...
2003-04-22 00:21:28 +00:00
imp
10965d5bdd
Add man page for device_get_name and device_get_nameunit.
2003-04-22 00:18:55 +00:00
imp
68d1cc4cc5
Xref these two functions, since they are similar enough to cause confusion.
2003-04-21 18:27:44 +00:00
imp
f754bd5701
Simple man page for new device_is_attached.
2003-04-21 18:25:04 +00:00
imp
59f6c3bf49
Add a man page for device_is_alive.
2003-04-21 18:24:05 +00:00
silby
169aedfd7f
Add a description of m_defragrandomfailures.
2003-04-15 02:26:13 +00:00
silby
41c5b55e03
Add info on how to use the MBUF_STRESS_TEST options. (Only 1 option
...
at present.)
2003-04-13 23:31:06 +00:00
harti
5e99ad1e4e
Forced commit to fill in the fields below for the last commit. Also
...
bump the date of the man page.
PR: docs/24797
Reviewed by: bde, jake, jhb
2003-04-10 10:18:56 +00:00
harti
a90ae59dd6
Explicitely document the locking requirements for the malloc interface.
...
While beeing here also correct the following:
- list missing macros in the header
- document MALLOC_DEFINE and MALLOC_DECLARE in the SYNOPSIS section
- document additional include requirements for MALLOC_DEFINE
- M_NOWAIT is not 0 anymore
- remove rotted diagnostic messages
2003-04-09 08:27:32 +00:00
phk
50ba1a096a
Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decoding
...
into byte strings of unknown alignment.
2003-04-03 08:58:04 +00:00
imp
88a3831a18
rid is not a pointer to int, but rather just a plain int.
2003-03-30 00:30:29 +00:00
imp
2ef9e9afdb
Document what bus_set_resource(9) does. It is used by bus drivers to
...
bind resources that client drivers later access.
2003-03-30 00:25:23 +00:00
kris
aca28d10d8
Correct a typo in previous commit
2003-03-29 10:12:15 +00:00
imp
39ff9583eb
Add a new man page for bus_activate_resource and
...
bus_deactivate_resource. It could use some improvement, and others
are welcomed to do so :-)
2003-03-29 05:16:15 +00:00
imp
535fc60c54
Clearify what happens with the cookiep in various cases.
2003-03-29 05:11:14 +00:00
imp
6ee9b4c6fc
Fix some typos:
...
race->rare
rman_activate_resource -> bus_activate_resource
Add xref to bus_activate_resource
Minor markup changes for the start/end/count parameters.
2003-03-29 05:09:15 +00:00
imp
5d5d5f775c
Expound a little bit about the softc, where its size is found and a
...
caution against emulating legacy softc methods used in the tree.
2003-03-28 07:28:31 +00:00
imp
256832481a
Create a man page for bus_child_present(9), a function to see if a
...
given device is considered accessible by its parent device bus driver
(or its parent, etc).
2003-03-28 07:09:17 +00:00
jhb
81073fb53b
Revert previous commit which accidentally snuck in with some unrelated
...
changes.
Reported by: bde
2003-03-25 19:46:55 +00:00
jhb
506e1c7087
Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()
...
didn't have a manpage.
Reminded by: ru
2003-03-25 16:36:47 +00:00
ceri
9ca1a9adcb
Correct typo in function declaration (s/if_dont/if_done).
...
PR: docs/50136
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC After: 4.8
2003-03-19 22:27:21 +00:00
ceri
c21ced52bd
Spelling fix: interwining -> intertwining.
2003-03-06 23:55:51 +00:00
des
2b852dbfbd
Nuke caddr_t.
...
Reminded by: ru
2003-03-03 10:49:37 +00:00
ru
0dea541567
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
trhodes
76ed67bf98
Return bits which were removed in revision 1.22.
...
Requested by: imp
2003-02-24 05:59:12 +00:00
trhodes
078fd34f19
Return bits which were removed in revision 1.28.
...
Requested by: imp
2003-02-24 05:53:27 +00:00
chris
082ad05a9b
Back out revision 1.34 until we can come up with a more accurate patch.
2003-02-17 22:31:27 +00:00
chris
3a720af460
Add a section on Giant lock manipulation macros.
...
Submitted by: Hiten M. Pandya <hiten@angelica.unixdaemons.com>
Reviewed by: bmilekic
2003-02-17 22:21:41 +00:00
charnier
837debed57
The .Fn function
2003-02-05 14:00:46 +00:00
guido
99ddf819f9
sleep -> msleep
2003-02-04 08:53:45 +00:00
sam
ad53dde459
fix pathname typo
...
Submitted by: Jim Geovedi <negative@magnesium.net>
2003-01-28 17:11:48 +00:00
alfred
fcd9f1b339
use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.
2003-01-21 11:34:57 +00:00
alfred
e2a653e1d2
Catch up to WAIT/NOWAIT cleanup.
2003-01-21 08:57:35 +00:00
sheldonh
85e76830e5
Add required commas that were ommitted in the previous delta; the
...
SEE ALSO section's list of manual pages must be comma-separated.
2003-01-19 15:44:32 +00:00
alfred
1cdda66e68
Document lock order reversals possible when calling allocation functions
...
with vnode interlocks held.
Emphasize that users need to be careful with malloc flags versus mbuf
flags.
Remove stale portion in vnode.9 about v_tag. We don't have it anylonger.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
2003-01-18 19:51:52 +00:00
rwatson
3fdcc957db
Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They
...
are not the same.
Suggested by: Hiten Pandya <hiten@unixdaemons.com>
2003-01-18 03:25:40 +00:00
chris
5278ae83b5
Include a proper reference to the Developers' Handbook in the
...
SEE ALSO section.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:53:37 +00:00
schweikh
a86ed93e2f
Typo: s/CTLTYPE_DYN/CTLFLAG_DYN
...
PR: misc/45012
Submitted by: Steve Coltrin <spcoltri@omcl.org>
2003-01-04 17:01:50 +00:00
trhodes
3d5980933a
mdoc(4) police: Markup. Fix 1 hard sentence break.
2003-01-03 23:06:10 +00:00
trhodes
96f6c756ae
mdoc(7) police: Remove hard sentence breaks.
2003-01-03 22:39:39 +00:00
trhodes
0c2fa737a7
mdoc(7) police: markup nits.
2003-01-03 22:37:10 +00:00
schweikh
86f7487fb6
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00