glebius
5c6255ab30
o Fix panic on module unload, that happened due to mutex being
...
destroyed prior to pfsync_uninit(). To do this, move all the
initialization to the module_t method, instead of SYSINIT(9).
o Fix another panic after module unload, due to not clearing the
m_addr_chg_pf_p pointer.
o Refuse to unload module, unless being unloaded forcibly.
o Revert the sub argument to MODULE_DECLARE, to the stable/8 value.
This change probably isn't correct from viewpoint of VIMAGE, but
the module wasn't VIMAGE-correct before the change, as well.
Glanced at by: bz
2012-01-09 08:36:12 +00:00
..
2011-12-31 13:24:53 +00:00
2012-01-05 20:18:01 +00:00
2012-01-07 11:16:23 +00:00
2012-01-03 17:04:09 +00:00
2012-01-05 22:16:41 +00:00
2012-01-03 18:49:39 +00:00
2012-01-08 00:55:22 +00:00
2012-01-09 08:36:12 +00:00
2011-10-27 14:15:26 +00:00
2012-01-02 12:12:10 +00:00
2012-01-07 20:23:05 +00:00
2012-01-08 20:09:26 +00:00
2011-12-17 15:08:43 +00:00
2012-01-04 23:39:11 +00:00
2012-01-02 12:12:10 +00:00
2012-01-07 19:38:26 +00:00
2012-01-05 17:28:05 +00:00
2011-11-22 21:28:20 +00:00
2012-01-08 23:06:53 +00:00
2011-10-10 09:13:07 +00:00
2012-01-03 07:05:30 +00:00
2012-01-08 05:44:19 +00:00
2012-01-05 06:22:09 +00:00
2012-01-08 17:11:53 +00:00
2012-01-07 23:41:38 +00:00
2012-01-05 19:00:36 +00:00
2012-01-02 12:12:10 +00:00
2012-01-08 17:25:15 +00:00
2012-01-08 09:56:24 +00:00
2011-11-26 23:57:03 +00:00
2012-01-05 19:00:36 +00:00
2011-10-16 08:44:03 +00:00
2011-11-18 03:05:20 +00:00
2011-12-13 07:02:48 +00:00
2011-12-21 02:45:51 +00:00
2011-12-15 02:26:53 +00:00
2011-11-07 15:43:11 +00:00
2011-12-13 13:38:03 +00:00
2011-08-16 20:07:47 +00:00
2012-01-06 08:51:20 +00:00
2011-11-23 23:29:18 +00:00
2012-01-05 22:06:01 +00:00
2011-11-03 14:38:03 +00:00
2012-01-02 12:12:10 +00:00
2011-12-29 22:48:36 +00:00
2012-01-05 10:43:03 +00:00
2011-10-13 14:20:27 +00:00
2011-11-09 13:26:59 +00:00
2012-01-08 23:06:53 +00:00
2012-01-04 16:04:20 +00:00
2012-01-03 20:53:58 +00:00
2011-12-15 06:29:13 +00:00
2012-01-03 17:31:27 +00:00