Dmitry Chagin 67d3974849 Introduce a new module linux_common.ko which is intended for the
following primary purposes:

1. Remove the dependency of linsysfs and linprocfs modules from linux.ko,
which will be architecture specific on amd64.

2. Incorporate into linux_common.ko general code for platforms on which
we'll support two Linuxulator modules (for both instruction set - 32 & 64 bit).

3. Move malloc(9) declaration to linux_common.ko, to enable getting memory
usage statistics properly.

Currently linux_common.ko incorporates a code from linux_mib.c and linux_util.c
and linprocfs, linsysfs and linux kernel modules depend on linux_common.ko.

Temporarily remove dtrace garbage from linux_mib.c and linux_util.c

Differential Revision:	https://reviews.freebsd.org/D1072
In collaboration with:	Vassilis Laganakos.

Reviewed by:	trasz
2015-05-24 15:51:18 +00:00
..
2011-01-06 21:04:00 +00:00
2011-01-06 21:04:00 +00:00
2014-09-17 22:26:01 +00:00
2014-09-17 22:24:51 +00:00
2011-12-30 21:22:10 +00:00
2012-08-15 06:31:32 +00:00
2014-12-19 06:51:01 +00:00
2013-06-04 06:38:01 +00:00
2014-11-07 19:13:19 +00:00
2014-10-20 14:42:42 +00:00
2014-10-09 19:32:35 +00:00
2013-08-03 08:21:35 +00:00
2014-08-28 00:05:02 +00:00
2015-01-12 18:43:34 +00:00
2015-01-12 18:43:34 +00:00
2012-03-30 23:05:48 +00:00
2012-08-15 04:03:55 +00:00
2012-04-21 01:51:16 +00:00
2013-03-03 16:17:09 +00:00
2012-05-01 07:38:40 +00:00
2014-09-25 14:25:38 +00:00
2014-07-07 00:27:09 +00:00
2014-11-07 20:23:43 +00:00
2014-09-19 10:32:20 +00:00
2012-06-25 09:46:06 +00:00
2014-07-26 17:59:25 +00:00
2014-10-23 04:47:32 +00:00
2015-02-07 23:09:03 +00:00
2012-01-17 18:20:34 +00:00
2015-04-22 18:15:18 +00:00