aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Collapse)AuthorAgeFilesLines
* MFC (1.15: missing FREE()). This was supposed to be MFC'ed in 1.3.2.5,Bruce Evans2003-07-291-1/+1
| | | | | | | | | but FREE was misspelled so this file has just not compiled since 1.3.2.5. This finishes making LINT compile in RELENG_3. Notes: svn path=/stable/3/; revision=118183
* MF4: Don't dereference pointers we haven't checked to be valid.Julian Elischer2001-02-021-1/+1
| | | | Notes: svn path=/stable/3/; revision=71930
* Missing FREE()Julian Elischer2001-01-091-0/+1
| | | | Notes: svn path=/stable/3/; revision=70815
* MFC: 1.26 block a race with splhigh()Julian Elischer2000-12-041-2/+13
| | | | Notes: svn path=/stable/3/; revision=69581
* MFC: 1.31Julian Elischer2000-11-041-3/+3
| | | | Notes: svn path=/stable/3/; revision=68309
* MFC: update email addresses of authorsJulian Elischer2000-10-2445-46/+46
| | | | Notes: svn path=/stable/3/; revision=67532
* MFC: bug fixes & statisticsArchie Cobbs2000-05-082-41/+253
| | | | Notes: svn path=/stable/3/; revision=60207
* MFC: fix broken multi-link fragment reassembly algorithm.Archie Cobbs2000-05-052-257/+711
| | | | Notes: svn path=/stable/3/; revision=60056
* MFC: typename -> type_name; add ng_copy_meta()Archie Cobbs2000-05-053-2/+23
| | | | Notes: svn path=/stable/3/; revision=60054
* MFC: (rev. 1.13) fix uninitialized variableArchie Cobbs2000-04-121-1/+1
| | | | Notes: svn path=/stable/3/; revision=59179
* MFC: (rev 1.8) use snprintf instead of sprintfArchie Cobbs2000-04-111-1/+1
| | | | Notes: svn path=/stable/3/; revision=59134
* MFC: (rev 1.5) unicast/multicast correctionArchie Cobbs2000-04-111-1/+1
| | | | Notes: svn path=/stable/3/; revision=59133
* MFC: minor prototype tweaksArchie Cobbs2000-04-112-6/+5
| | | | Notes: svn path=/stable/3/; revision=59132
* MFC: fix typoArchie Cobbs2000-04-112-11/+11
| | | | Notes: svn path=/stable/3/; revision=59131
* MFC: add control message ASCII conversion for this node type.Archie Cobbs2000-01-272-4/+62
| | | | Notes: svn path=/stable/3/; revision=56659
* MFC: (rev 1.15) fix a few obscure memory leaks.Archie Cobbs2000-01-051-5/+11
| | | | Notes: svn path=/stable/3/; revision=55482
* MFC: (rev 1.2) race condition caused by missing splnet()'sArchie Cobbs2000-01-041-0/+4
| | | | Notes: svn path=/stable/3/; revision=55419
* MFC: Fix bugs in the MP fragment reassembly codeArchie Cobbs1999-12-171-26/+32
| | | | Notes: svn path=/stable/3/; revision=54756
* MFC:Julian Elischer1999-12-0816-42/+0
| | | | | | | | | | | | | | New netgraph nodes to support pptp tunnelling (still needs ppp daemon support) Remove un-needed include files (courtesy phk) fixes to Makefiles for vjc module Obtained from: Whistle source tree via -current Notes: svn path=/stable/3/; revision=54333
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-12-082-0/+843
| | | | Notes: svn path=/stable/3/; revision=54332
* MFC:Archie Cobbs1999-12-066-318/+33
| | | | | | | | | | | | - Move strtoul()/strtoul()/strtoq()/strtouq() functions duplicated in various parts of the kernel to their own separate libkern/ files - MFC new file sys/ctype.h - A couple of netgraph bug fixes Approved by: jkh Notes: svn path=/stable/3/; revision=54226
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-12-062-0/+608
| | | | Notes: svn path=/stable/3/; revision=54215
* *** empty log message ***Julian Elischer1999-12-034-54/+215
| | | | Notes: svn path=/stable/3/; revision=54067
* gotta stop getting my windows confused.Julian Elischer1999-12-011-1/+1
| | | | Notes: svn path=/stable/3/; revision=54005
* Stupid typoJulian Elischer1999-12-011-1/+1
| | | | Notes: svn path=/stable/3/; revision=54004
* Hack to support strtol until it gets into libkernJulian Elischer1999-12-012-0/+129
| | | | Notes: svn path=/stable/3/; revision=54003
* Allow to compile on -stable.Julian Elischer1999-12-011-1/+1
| | | | Notes: svn path=/stable/3/; revision=54001
* MFC: make Netgraph in -stable match that in -current exactlyJulian Elischer1999-12-0129-396/+1487
| | | | | | | except where impossible to do so. Notes: svn path=/stable/3/; revision=54000
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-12-012-0/+2111
| | | | Notes: svn path=/stable/3/; revision=53999
* Bring in a few updates from -current that were individual in natureJulian Elischer1999-12-014-3/+7
| | | | | | | | and missed getting MFC'd. Get's -stable up to date to a set date of -current. (except pppoe) Nov 19. Notes: svn path=/stable/3/; revision=53980
* Use the values of NETISR_NETGRAPH and AF_NETGRAPH now in system includes.Julian Elischer1999-11-222-9/+0
| | | | | | | NOTE: recompile.. AF_NETGRAPH HAS CHANGED! (31->32) Notes: svn path=/stable/3/; revision=53560
* oops cut-n-paste errorJulian Elischer1999-11-211-1/+1
| | | | Notes: svn path=/stable/3/; revision=53532
* MFC: Only allow root to manipulate netgraph nodes.Julian Elischer1999-11-211-0/+2
| | | | Notes: svn path=/stable/3/; revision=53531
* MFC: remove free() that is no longer needed.Julian Elischer1999-11-211-4/+2
| | | | Notes: svn path=/stable/3/; revision=53528
* MFC: bring across brian's changes (well, most of them)Julian Elischer1999-11-213-43/+74
| | | | Notes: svn path=/stable/3/; revision=53500
* Silence warningJulian Elischer1999-11-191-1/+1
| | | | Notes: svn path=/stable/3/; revision=53428
* Add parameters to prototype.Julian Elischer1999-11-191-1/+1
| | | | Notes: svn path=/stable/3/; revision=53418
* remove silly second ID line.Julian Elischer1999-11-182-2/+0
| | | | Notes: svn path=/stable/3/; revision=53342
* As -stable does not yet have strtoul or ctype.h, temporarily include themJulian Elischer1999-11-184-3/+174
| | | | | | | | in the netgraph sources, as we need them. I'll have another crusade at a later date to do an MFC on these. Notes: svn path=/stable/3/; revision=53322
* Allow netgraph to load its modules in 3.3 .. matches -current.Julian Elischer1999-11-171-2/+0
| | | | Notes: svn path=/stable/3/; revision=53292
* Use defined line discipline value. now the same as -current.Julian Elischer1999-11-171-8/+5
| | | | Notes: svn path=/stable/3/; revision=53290
* remove unused message type (matches -current again).Julian Elischer1999-11-171-4/+3
| | | | Notes: svn path=/stable/3/; revision=53288
* Revert a change that I mis-understood. The version in -stable should beJulian Elischer1999-11-171-49/+49
| | | | | | | the same as that in -current, not the version at Whistle. Notes: svn path=/stable/3/; revision=53287
* Add 3.3 related changes.Julian Elischer1999-11-178-72/+100
| | | | | | | Obtained from: Whistle 3.3 sources Notes: svn path=/stable/3/; revision=53268
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-11-162-0/+543
| | | | Notes: svn path=/stable/3/; revision=53249
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-11-1614-0/+8368
| | | | Notes: svn path=/stable/3/; revision=53227
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-11-0312-0/+4661
| | | | Notes: svn path=/stable/3/; revision=52844
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-10-2112-0/+769
Notes: svn path=/stable/3/; revision=52428