| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC (1.15: missing FREE()). This was supposed to be MFC'ed in 1.3.2.5, | Bruce Evans | 2003-07-29 | 1 | -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 Elischer | 2001-02-02 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=71930 | ||||
| * | Missing FREE() | Julian Elischer | 2001-01-09 | 1 | -0/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=70815 | ||||
| * | MFC: 1.26 block a race with splhigh() | Julian Elischer | 2000-12-04 | 1 | -2/+13 |
| | | | | | Notes: svn path=/stable/3/; revision=69581 | ||||
| * | MFC: 1.31 | Julian Elischer | 2000-11-04 | 1 | -3/+3 |
| | | | | | Notes: svn path=/stable/3/; revision=68309 | ||||
| * | MFC: update email addresses of authors | Julian Elischer | 2000-10-24 | 45 | -46/+46 |
| | | | | | Notes: svn path=/stable/3/; revision=67532 | ||||
| * | MFC: bug fixes & statistics | Archie Cobbs | 2000-05-08 | 2 | -41/+253 |
| | | | | | Notes: svn path=/stable/3/; revision=60207 | ||||
| * | MFC: fix broken multi-link fragment reassembly algorithm. | Archie Cobbs | 2000-05-05 | 2 | -257/+711 |
| | | | | | Notes: svn path=/stable/3/; revision=60056 | ||||
| * | MFC: typename -> type_name; add ng_copy_meta() | Archie Cobbs | 2000-05-05 | 3 | -2/+23 |
| | | | | | Notes: svn path=/stable/3/; revision=60054 | ||||
| * | MFC: (rev. 1.13) fix uninitialized variable | Archie Cobbs | 2000-04-12 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=59179 | ||||
| * | MFC: (rev 1.8) use snprintf instead of sprintf | Archie Cobbs | 2000-04-11 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=59134 | ||||
| * | MFC: (rev 1.5) unicast/multicast correction | Archie Cobbs | 2000-04-11 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=59133 | ||||
| * | MFC: minor prototype tweaks | Archie Cobbs | 2000-04-11 | 2 | -6/+5 |
| | | | | | Notes: svn path=/stable/3/; revision=59132 | ||||
| * | MFC: fix typo | Archie Cobbs | 2000-04-11 | 2 | -11/+11 |
| | | | | | Notes: svn path=/stable/3/; revision=59131 | ||||
| * | MFC: add control message ASCII conversion for this node type. | Archie Cobbs | 2000-01-27 | 2 | -4/+62 |
| | | | | | Notes: svn path=/stable/3/; revision=56659 | ||||
| * | MFC: (rev 1.15) fix a few obscure memory leaks. | Archie Cobbs | 2000-01-05 | 1 | -5/+11 |
| | | | | | Notes: svn path=/stable/3/; revision=55482 | ||||
| * | MFC: (rev 1.2) race condition caused by missing splnet()'s | Archie Cobbs | 2000-01-04 | 1 | -0/+4 |
| | | | | | Notes: svn path=/stable/3/; revision=55419 | ||||
| * | MFC: Fix bugs in the MP fragment reassembly code | Archie Cobbs | 1999-12-17 | 1 | -26/+32 |
| | | | | | Notes: svn path=/stable/3/; revision=54756 | ||||
| * | MFC: | Julian Elischer | 1999-12-08 | 16 | -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'. | cvs2svn | 1999-12-08 | 2 | -0/+843 |
| | | | | | Notes: svn path=/stable/3/; revision=54332 | ||||
| * | MFC: | Archie Cobbs | 1999-12-06 | 6 | -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'. | cvs2svn | 1999-12-06 | 2 | -0/+608 |
| | | | | | Notes: svn path=/stable/3/; revision=54215 | ||||
| * | *** empty log message *** | Julian Elischer | 1999-12-03 | 4 | -54/+215 |
| | | | | | Notes: svn path=/stable/3/; revision=54067 | ||||
| * | gotta stop getting my windows confused. | Julian Elischer | 1999-12-01 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=54005 | ||||
| * | Stupid typo | Julian Elischer | 1999-12-01 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=54004 | ||||
| * | Hack to support strtol until it gets into libkern | Julian Elischer | 1999-12-01 | 2 | -0/+129 |
| | | | | | Notes: svn path=/stable/3/; revision=54003 | ||||
| * | Allow to compile on -stable. | Julian Elischer | 1999-12-01 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=54001 | ||||
| * | MFC: make Netgraph in -stable match that in -current exactly | Julian Elischer | 1999-12-01 | 29 | -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'. | cvs2svn | 1999-12-01 | 2 | -0/+2111 |
| | | | | | Notes: svn path=/stable/3/; revision=53999 | ||||
| * | Bring in a few updates from -current that were individual in nature | Julian Elischer | 1999-12-01 | 4 | -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 Elischer | 1999-11-22 | 2 | -9/+0 |
| | | | | | | | | NOTE: recompile.. AF_NETGRAPH HAS CHANGED! (31->32) Notes: svn path=/stable/3/; revision=53560 | ||||
| * | oops cut-n-paste error | Julian Elischer | 1999-11-21 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=53532 | ||||
| * | MFC: Only allow root to manipulate netgraph nodes. | Julian Elischer | 1999-11-21 | 1 | -0/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=53531 | ||||
| * | MFC: remove free() that is no longer needed. | Julian Elischer | 1999-11-21 | 1 | -4/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=53528 | ||||
| * | MFC: bring across brian's changes (well, most of them) | Julian Elischer | 1999-11-21 | 3 | -43/+74 |
| | | | | | Notes: svn path=/stable/3/; revision=53500 | ||||
| * | Silence warning | Julian Elischer | 1999-11-19 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=53428 | ||||
| * | Add parameters to prototype. | Julian Elischer | 1999-11-19 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=53418 | ||||
| * | remove silly second ID line. | Julian Elischer | 1999-11-18 | 2 | -2/+0 |
| | | | | | Notes: svn path=/stable/3/; revision=53342 | ||||
| * | As -stable does not yet have strtoul or ctype.h, temporarily include them | Julian Elischer | 1999-11-18 | 4 | -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 Elischer | 1999-11-17 | 1 | -2/+0 |
| | | | | | Notes: svn path=/stable/3/; revision=53292 | ||||
| * | Use defined line discipline value. now the same as -current. | Julian Elischer | 1999-11-17 | 1 | -8/+5 |
| | | | | | Notes: svn path=/stable/3/; revision=53290 | ||||
| * | remove unused message type (matches -current again). | Julian Elischer | 1999-11-17 | 1 | -4/+3 |
| | | | | | Notes: svn path=/stable/3/; revision=53288 | ||||
| * | Revert a change that I mis-understood. The version in -stable should be | Julian Elischer | 1999-11-17 | 1 | -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 Elischer | 1999-11-17 | 8 | -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'. | cvs2svn | 1999-11-16 | 2 | -0/+543 |
| | | | | | Notes: svn path=/stable/3/; revision=53249 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-11-16 | 14 | -0/+8368 |
| | | | | | Notes: svn path=/stable/3/; revision=53227 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-11-03 | 12 | -0/+4661 |
| | | | | | Notes: svn path=/stable/3/; revision=52844 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-10-21 | 12 | -0/+769 |
| Notes: svn path=/stable/3/; revision=52428 | |||||
