summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netgraph.4
Commit message (Collapse)AuthorAgeFilesLines
* Revert parts of 1.51 and add a missing \& after "i.e." that is not thekeramida2006-03-061-6/+7
| | | | | | | | | | | | | | end of a sentence. Ruslan notes that: * The part about hexadecimal representation was intentional -- node ID is parsed as the ng_parse_hint32_type, and is represented (input/output) as a hexadecimal number * "This value" was more correct, as the alternative name is "[<value>]:" where <value> is hexadecimal value of the node ID. * "ID based name" (which is "[<hexid>]:") was correct, and what's now is incorrect -- node ID (number) cannot be equivalent to a name.
* Various textual improvements.keramida2006-03-051-16/+15
|
* Sort xrefs.ru2005-01-121-1/+1
|
* Scheduled mdoc(7) sweep.ru2005-01-121-1/+1
|
* Synchronize reference list to the ng_xxx(4) manpages of netgraph nodesrse2004-12-181-0/+27
| | | | | | | with the actually installed manpages by adding the missing ones. This way they can be found more easily. MFC after: 2 days
* Slight cosmetic changes.julian2004-07-201-4/+4
| | | | | | | | | Also introduce a macro to be called by persistent nodes to signal their persistence during shutdown to hide this mechanism from the node author. Make node flags have a consistent style in naming. Document the change.
* The description of ng_mesg.cmd should call it "cmd" to match the structkeramida2004-07-181-1/+1
| | | | | | | definition and netgraph.h. PR: docs/66539 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
* Markup overhaul and minor word smithing.ru2004-07-021-399/+483
|
* Bring this manpage more up-to-date with the current code.ru2004-07-021-109/+93
| | | | | Submitted by: Gleb Smirnoff Reviewed by: julian, ru
* Document that the length of a command string is now 32. Also change allharti2003-11-121-6/+6
| | | | | | | | | | occurences of the old *LEN definitions to the new *SIZ definitions. Correct the example how to compare a nodename. strncmp(name, "fred", NG_NODELEN) may step behind "fred" if the node name is really fred. Reminded by: ru
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-58/+86
|
* Correct the path to the modules directory.ru2003-03-031-2/+2
|
* Ispell sweep of share/man/man4.mpp2002-01-211-16/+16
|
* mdoc(7) police: removed duplicate xref.ru2001-12-211-1/+0
|
* Consistently use 'queueing' instead of 'queuing'. Both spellings aredd2001-08-251-2/+2
| | | | | correct, but the former seems to be preferred. This makes all of the section-4 manual pages consistent in this respect.
* Revert my queueing -> queuing commit. Both spellings are correct, anddd2001-08-251-2/+2
| | | | | | some people prefer the former. Submitted by: ken, nectar
* Spelling police: queueing -> queuingdd2001-08-231-2/+2
| | | | | PR: 29985 Submitted by: Joseph Mallett <jmallett@xMach.org>
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+2
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-6/+5
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* Grammar: 'effect' is a noun and 'affect' is a verb.sheldonh2001-07-161-1/+1
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-84/+84
| | | | | | | | | | 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
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* Correct cross-references:sobomax2001-06-051-1/+0
| | | | | | | | | | | | 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
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-151-3/+3
|
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-1/+1
|
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-13/+14
|
* Add the ability to declare ore-ride methods on a per-hook basisjulian2001-01-311-6/+42
| | | | | | for the rcvdata() and rcvmsg() methods. Also bring the man page up to sync with my last commit. (and this one)
* Implement direct support for semipersistant nodes.julian2001-01-301-2/+2
| | | | | | | | | | | | | (e.g. ethernet nodes are persistent until you rip out the hardware) Use this support in the ethernet and sample nodes. Add some more abstraction on the 'item's so that node and hook reference counting can be checked easier. Slight man page correction. Make pppoe type dependent on ethernet type. Clean up node shutdown a little. Move a mutex from MTX_SPIN to MTX_DEF (oops) Fix small ref-counting bug. remove warning on one2many type.
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+2
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* Fixed mdoc(7)NG warnings introduced in the previous revision.ru2001-01-091-4/+2
|
* Part 2 of the netgraph rewrite.julian2001-01-081-28/+124
| | | | | | This is mostly cosmetic changes, (though I caught a bug or two while makeing them) Reviewed by: archie@freebsd.org
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-141/+153
| | | | | | | | This version is functional and is aproaching solid.. notice I said APROACHING. There are many node types I cannot test I have tested: echo hole ppp socket vjc iface tee bpf async tty The rest compile and "Look" right. More changes to follow. DEBUGGING is enabled in this code to help if people have problems.
* Prepare for mdoc(7)NG.ru2000-12-291-19/+10
|
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-3/+4
| | | | | | | | | format version number. (userland programs should not need to be recompiled when the netgraph kernel internal ABI is changed. Also fix modules that don;t handle the fact that a caller may not supply a return message pointer. (benign at the moment because the calling code checks, but that will change)
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-45/+167
| | | | | | | | | | | | | This clears out my outstanding netgraph changes. There is a netgraph change of design in the offing and this is to some extent a superset of soem of the new functionality and some of the old functionality that may be removed. This code works as before, but allows some new features that I want to work with and evaluate. It is the basis for a version of netgraph with integral locking for SMP use. This is running on my test machine with no new problems :-)
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Update @freebsd.org email addresses to @FreeBSD.org as is theasmodai2000-10-261-4/+4
| | | | precedent.
* Change archie's and my email addresses from Whistle.com to FreeBSD.orgjulian2000-10-241-4/+4
|
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-18/+21
|
* Update the man page to reflect the recent changes to the kernel API forjulian2000-04-301-13/+68
| | | | netgraph.
* Remove duplicate wordcharnier2000-03-261-1/+1
|
* Add a little more history of when netgraph appeared in FreeBSD.billf2000-02-291-1/+3
| | | | Reviewed by: asmodai
* Manual page style work.julian1999-12-211-63/+137
| | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks!
* Fix typo.archie1999-11-301-3/+2
|
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-4/+105
| | | | | | | | | | | | | | | | | | | | | | | NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using ngctl(8), which makes ngctl a lot more useful. This also allows all the type-specific debugging code in libnetgraph to go away -- instead, we just ask the node itself to do the ASCII translation for us. Currently, all generic control messages are supported, as well as messages associated with the following node types: async, cisco, ksocket, and ppp. See /usr/share/examples/netgraph/ngctl for an example of using this. Also give ngctl(8) the ability to print out incoming data and control messages at any time. Eventually nghook(8) may be subsumed. Several other misc. bug fixes. Reviewed by: julian
* Update references.archie1999-11-191-12/+16
|
OpenPOWER on IntegriCloud