Corinna Vinschen
c4efddf601
* fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.
(fhandler_disk_file: Ditto.
(fhandler_dev_mem): Ditto.
* fhandler_mem.cc (fhandler_dev_mem::open): Set OBJ_INHERIT attribute
for device\physicalmemory handle.
(fhandler_dev_mem::mmap): Ditto.
* fhandler_mem.cc (fhandler_dev_mem::fixup_mmap_after_fork): New method.
* mmap.cc (mmap_record): Add private `fdesc_' member. Change constructor
accordingly.
(get_fd): New method.
(mmap): Use new mmap_record constructor.
(fhandler_base::fixup_mmap_after_fork): New method.
(fhandler_disk_file::fixup_mmap_after_fork): Ditto.
(fixup_mmaps_after_fork): Call `fixup_mmap_after_fork' of appropriate
fhandler class.
2001-01-11 12:33:12 +00:00
..
2001-01-11 12:33:12 +00:00
2000-12-22 17:02:02 +00:00
2000-11-29 21:14:48 +00:00
2000-09-06 14:21:53 +00:00
2001-01-10 22:34:02 +00:00
2000-12-25 17:49:36 +00:00
2000-12-03 05:40:45 +00:00
2000-12-03 05:40:45 +00:00
2000-12-03 05:40:45 +00:00
2000-02-17 19:38:33 +00:00
2000-08-10 23:51:25 +00:00
2000-12-03 05:40:45 +00:00
2000-10-02 02:05:23 +00:00