summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-21 09:46:55 +0000
committerdillon <dillon@FreeBSD.org>1999-01-21 09:46:55 +0000
commit3f5f4e54cab675a2e81514bedf224485c4981422 (patch)
treec8553d0c5a912ac8b9fa1921eca819287d492fd3 /sys/vm/vm_object.h
parent5e7ceee4a0a06172c8096550f64df0cc600d3510 (diff)
downloadFreeBSD-src-3f5f4e54cab675a2e81514bedf224485c4981422.zip
FreeBSD-src-3f5f4e54cab675a2e81514bedf224485c4981422.tar.gz
object->id was badly implemented. It has simply been removed.
object->paging_offset has been removed - it was used to optimize a single OBJT_SWAP collapse case yet introduced massive confusion throughout vm_object.c. The optimization was inconsequential except for the claim that it didn't have to allocate any memory. The optimization has been removed. madvise() has been fixed. The old madvise() could be made to operate on shared objects which is a big no-no. The new one is much more careful in what it modifies. MADV_FREE was totally broken and has now been fixed. vm_page_rename() now automatically dirties a page, so explicit dirtying of the page prior to calling vm_page_rename() has been removed.
Diffstat (limited to 'sys/vm/vm_object.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud