1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/compat
Konstantin Belousov 22a448c4d9 vm_map_lock_read() does not increment map->timestamp, so we should
compare map->timestamp with saved timestamp after map read lock is
reacquired, not with saved timestamp + 1. The only consequence of the +1
was unconditional lookup of the next map entry, though.

Tested by:	pho
Approved by:	des
MFC after:	2 weeks
2008-12-29 12:45:11 +00:00
..
freebsd32 Add 32-bit compat support for AIO. 2008-12-11 00:58:05 +00:00
ia32 Add sv_flags field to struct sysentvec with intention to provide description 2008-11-22 12:36:15 +00:00
linprocfs vm_map_lock_read() does not increment map->timestamp, so we should 2008-12-29 12:45:11 +00:00
linsysfs Add a pn_destroy field to pfs_node. This field points to a destructor 2007-03-12 12:16:52 +00:00
linux Rather than using hidden includes (with cicular dependencies), 2008-12-02 21:37:28 +00:00
ndis Remove unused variable. 2008-12-28 13:50:58 +00:00
netbsd
svr4 Remove two remnant uses of AT_DEBUG. 2008-12-17 13:13:35 +00:00