History log of /src/sys/modules/if_gif |
Revision | Date | Author | Comments |
1.4 | 17-Feb-2019 |
rin | Bump default value of WARNS for modules from 3 to 5, and explicitly set WARNS for modules that fail with WARNS=5.
Also, turn on -Wno-missing-noreturn for clang for some files.
At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5
Discussed on tech-kern.
|
1.3 | 09-Dec-2017 |
pgoyette | branches: 1.3.4; Split ip_ecn code into its own module, so it can be shared between gif(4), stf(4), and ipsec(4). Without this, loading the if_gif module can result in redefined global symbols if either ipsec(4) or stf(4) but not gif(4) is built into the kernel.
Fixes PR kern/52795 (as reported by martin@ via irc).
XXX pullup to netbsd-8
|
1.2 | 18-Aug-2016 |
knakahara | branches: 1.2.2; 1.2.4; 1.2.12; 1.2.18; add required files to if_gif module. (unify to rump)
|
1.1 | 07-Aug-2016 |
christos | add new modules
|
1.2.18.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2.18.1 | 18-Aug-2016 |
jdolecek | file Makefile was added on branch tls-maxphys on 2017-12-03 11:38:55 +0000
|
1.2.12.1 | 21-Dec-2017 |
snj | Pull up following revision(s) (requested by pgoyette in ticket #436): distrib/sets/lists/modules/mi: revision 1.112 sys/modules/Makefile: revision 1.196 sys/modules/ip_ecn/Makefile: revision 1.1 sys/modules/if_gif/Makefile: revision 1.3 sys/net/if_gif.c: revision 1.136 sys/netinet/ip_ecn.c: revision 1.17 Split ip_ecn code into its own module, so it can be shared between gif(4), stf(4), and ipsec(4). Without this, loading the if_gif module can result in redefined global symbols if either ipsec(4) or stf(4) but not gif(4) is built into the kernel. Fixes PR kern/52795 (as reported by martin@ via irc).
|
1.2.4.2 | 05-Oct-2016 |
skrll | Sync with HEAD
|
1.2.4.1 | 18-Aug-2016 |
skrll | file Makefile was added on branch nick-nhusb on 2016-10-05 20:56:05 +0000
|
1.2.2.2 | 14-Sep-2016 |
pgoyette | Sync with HEAD
|
1.2.2.1 | 18-Aug-2016 |
pgoyette | file Makefile was added on branch pgoyette-localcount on 2016-09-14 03:04:18 +0000
|
1.3.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1 | 07-Aug-2016 |
christos | branches: 1.1.2; 1.1.4; 1.1.18; add new modules
|
1.1.18.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.18.1 | 07-Aug-2016 |
jdolecek | file gif.ioconf was added on branch tls-maxphys on 2017-12-03 11:38:55 +0000
|
1.1.4.2 | 05-Oct-2016 |
skrll | Sync with HEAD
|
1.1.4.1 | 07-Aug-2016 |
skrll | file gif.ioconf was added on branch nick-nhusb on 2016-10-05 20:56:05 +0000
|
1.1.2.2 | 14-Sep-2016 |
pgoyette | Sync with HEAD
|
1.1.2.1 | 07-Aug-2016 |
pgoyette | file gif.ioconf was added on branch pgoyette-localcount on 2016-09-14 03:04:18 +0000
|