On Wed, 4 Oct 2000, FengYue wrote: > It seems that mmap on /dev/zero is more portable. no really, It won't work at all correctly on linux, and on Tru64 it does the totally wrong thing, but the (fd = -1, MAP_ANONYMOUS) does the right thing on tru64. It's disappointing that this works so unportably :-( ron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- kld/cdev won't compile Marc Tardif
- Re: kld/cdev won't compile Andrew R. Reiter
- 4.1-stable crash. FengYue
- Re: 4.1-stable crash. Dag-Erling Smorgrav
- anonymous memory map vs mmap on /dev/zero FengYue
- Re: anonymous memory map vs mmap on /dev/... Ronald G Minnich