K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-05-05T21:05:38.000000Z K 7 svn:log V 362 Things required to build libalias as kernel module: - kernel module declarations and handler. - macros to map malloc(3) calls to malloc(9) ones. - malloc(9) declarations. - call finishoff() from module handler MOD_UNLOAD case instead of atexit(3). - use panic(9) instead of abort(3) - take time from time_second instead of gettimeofday(2) - define INADDR_NONE END