maxim
4463bbe1ce
MT_TAG is dead.
2004-07-07 16:48:16 +00:00
ru
1cf1598667
Mechanically kill hard sentence breaks and double whitespaces.
2004-07-03 18:29:24 +00:00
ru
e2a0b37a4a
Forgot to bump the document date, *blush*.
2004-05-20 09:52:48 +00:00
ru
0c1ed2c94f
Document mbuf tags based on the OpenBSD manpage.
...
Submitted by: Gleb Smirnoff
2004-05-20 09:34:19 +00:00
maxim
1502ecbc2e
o Document m_getcl(9).
...
Submitted by: Gleb Smirnoff
MFC after: 2 weeks
2004-05-04 14:53:34 +00:00
maxim
59b5c3d082
o Add a missed description for m_free(9).
...
Optained from: NetBSD
MFC after: 1 week
2004-04-28 14:53:49 +00:00
ru
88ceef53a8
Assorted mdoc(7) fixes.
2004-04-01 07:54:27 +00:00
silby
0ccb317ee8
Fix last commit to conform to mdoc style.
...
Submitted by: hmp
2004-04-01 07:36:56 +00:00
silby
5a95a9a0f2
Document the m_defrag function. (Mostly copied from the description
...
in uipc_mbuf.c)
2004-04-01 06:50:21 +00:00
ru
65491e7b35
mtod() returns pointer to the specified type, not necessarily "void *".
2004-02-27 17:14:00 +00:00
bms
e68c776541
Document the functions m_apply() and m_getptr().
...
Requested by: Maxim Konovalov
2004-02-11 02:39:24 +00:00
ale
11fbbb1d40
Fix MSIZE definition location.
...
PR: docs/62129
Submitted by: Lee Brotherston <lee@nerds.org.uk> (PR),
Marc Silver <marcs@draenor.org> (patch)
Approved by: blackend (mentor)
2004-02-01 22:33:59 +00:00
yar
7e2d68f5cb
As I've been pointed out by Andrew Gallatin, there are some
...
network interface cards smart (or twisted?) enough to be able
to calculate a TCP/UDP checksum for a packet fragmented by the
host CPU. Therefore the paragraph on the case has been revised.
2004-01-21 23:32:50 +00:00
yar
a260fb7b00
A couple of minor clarifications.
2004-01-21 13:17:24 +00:00
yar
c939cff388
Add a description for the hardware-assisted checksumming
...
facilities based on http://people.freebsd.org/~jlemon/csum.txt
and my own observations.
2004-01-21 12:45:37 +00:00
yar
12d55dd7ec
Reformat the list of essential mbuf fields according
...
to the nice style used in ifnet(9).
This includes specifying field types, starting descriptions
with a capital letter, and ending them with a full stop.
Improve the language a bit, as well.
2004-01-18 23:42:28 +00:00
yar
967828a92a
Update the list of mbuf types from <sys/mbuf.h>.
2004-01-18 21:29:46 +00:00
yar
1f04fb4a42
Update the list of possible mbuf flags from <sys/mbuf.h>.
2004-01-18 21:23:30 +00:00
trhodes
893ed3a244
Remove an extra 'for' in the HISTORY section.
2003-11-15 14:23:48 +00:00
ru
1edcd1b018
mdoc(7): Properly mark C headers.
2003-09-10 19:24:35 +00:00
yar
59a924bc28
Name a function argument "mbuf", not "buf", if it is
...
a pointer to struct mbuf for clarity and consistency.
2003-06-15 14:47:12 +00:00
yar
18c9b0b6c2
Add missing descriptions of macros M_ALIGN and MH_ALIGN.
...
Remove a reference to the defunct macro M_COPY_PKTHDR;
document the new functions m_dup_pkthdr() and m_move_pkthdr(),
and the macro variant of the latter, M_MOVE_PKTHDR().
2003-06-15 14:40:03 +00:00
yar
e159c6524a
Add more markup to the mbuf(9) manpage. This includes:
...
- tagging plaintext "mbuf", "mbuf cluster", and "mbuf chain"
with .Vt (variable type) since all of them are ways of managing
data, i.e., they can be seen as data types;
- using .Vt/.Va instead of .Li (literal) where appropriate;
- tagging plaintext words that actually refer to function arguments
with .Fa.
Suggested by: ru
2003-06-15 14:14:11 +00:00
yar
771182b0e8
Use .Va, not .Fa, to refer to structure members.
...
mdoc(7) contains an ambiguous statement on the issue,
but our mdoc(7) police's opinion is solid.
Suggested by: ru
2003-06-15 12:42:41 +00:00
ru
aaa0f05b80
Assorted mdoc(7), grammar, spelling, and punctuation fixes.
...
Approved by: re (blanket)
2003-05-21 15:49:01 +00:00
hmp
7d7228c36b
Remove an extraneous .El' that was reported by
groff -z`.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:57:38 +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
trhodes
76ed67bf98
Return bits which were removed in revision 1.22.
...
Requested by: imp
2003-02-24 05:59:12 +00:00
alfred
e2a653e1d2
Catch up to WAIT/NOWAIT cleanup.
2003-01-21 08:57:35 +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
ru
da32bc58a0
mdoc(7) police: catch up to the code changes.
...
Approved by: re
2002-11-29 11:36:32 +00:00
phk
e58cc5950b
Add m_fixhdr() and m_length().
2002-09-18 20:04:30 +00:00
davidc
6b067561b6
Update function definitions and required include files to reflect
...
the current state of the system.
Approved by: alfred
2001-12-26 23:14:04 +00:00
bde
5936a4656b
Fixed bitrot in synopsis. Const'ification of m_copydata() had not reached
...
here.
2001-10-04 09:00:38 +00:00
ru
623da62a5a
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
ru
24c7b0a61d
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
ru
6787c701a8
mdoc(7) police: expand plain text xrefs.
2001-08-08 11:48:28 +00:00
ru
4345758876
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
schweikh
511e378b14
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
ru
b69ecef78b
mdoc(7) police: sanitize previous revision changes.
2001-02-16 09:05:48 +00:00
bmilekic
778f80298c
Document recently-implemented m_getm().
2001-02-16 03:23:04 +00:00
bde
4cfcac144d
Fixed missing and/or wrong and/or extra includes in synopsis.
2001-02-15 11:47:31 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
17ba214098
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
bmilekic
7614d31157
Change M_WAIT to M_TRYWAIT, the new name of the flag.
2000-12-24 03:08:17 +00:00
bmilekic
9361f42502
Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to
...
conform to line break mdoc FreeBSD standards, although I am new to this.
Reviewed by: sheldonh
2000-11-21 22:29:31 +00:00
sheldonh
e11dba3a71
Miscellaneous content fixes:
...
* xref sysctl
* do not mark kern.ipc.mbuf_wait up as a function argument.
* do not mix case of function argument names
* a mbuf -> an mbuf
* if -> whether
* typos
2000-11-10 10:22:49 +00:00
sheldonh
5201e14881
Whitespace only: fix hard sentence breaks now, before people really
...
get stuck into this page.
2000-11-10 10:08:34 +00:00
bmilekic
be59ef485d
Fixup some wrong statements in the new mbuf(9) man page.
...
Also introduce a bunch of (missed?) macros and functions.
This man page still needs a lot of work, most likely a re-ordering
of the macros/functions, and a more complete, more accurate, listing of
available routines.
A good and worthy start nonetheless.
2000-11-01 23:02:19 +00:00