Gleb Smirnoff c8564bffd2 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
2005-05-05 21:05:38 +00:00
..
2005-03-26 22:20:22 +00:00
2005-04-08 08:43:21 +00:00
2005-03-01 12:01:17 +00:00
2005-03-29 01:10:46 +00:00