Fix unforgivable spelling error in ChangeLog.
This commit is contained in:
parent
15b527ca89
commit
64ee06c782
|
@ -181,7 +181,7 @@
|
||||||
(filler): Ditto.
|
(filler): Ditto.
|
||||||
(gen_create_protect): Split off from gen_protect to use the file's
|
(gen_create_protect): Split off from gen_protect to use the file's
|
||||||
access mode to create mapping always with maximum allowed protections.
|
access mode to create mapping always with maximum allowed protections.
|
||||||
(gen_protect): Accomodate pages attached beyond EOF. Use symbolic
|
(gen_protect): Accommodate pages attached beyond EOF. Use symbolic
|
||||||
values instead of numerics when possible. Drop create parameter.
|
values instead of numerics when possible. Drop create parameter.
|
||||||
(gen_access): Use file's access mode instead of protection.
|
(gen_access): Use file's access mode instead of protection.
|
||||||
(CreateMapping9x): Create named mapping names so that different
|
(CreateMapping9x): Create named mapping names so that different
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
function.
|
function.
|
||||||
(mmap_record::gen_protect): Drop create parameter.
|
(mmap_record::gen_protect): Drop create parameter.
|
||||||
(mmap_record::alloc_fh): Set fhandler's access flags.
|
(mmap_record::alloc_fh): Set fhandler's access flags.
|
||||||
(list::search_record): Accomodate filler pages.
|
(list::search_record): Accommodate filler pages.
|
||||||
(list::set): Use inode number as hash value.
|
(list::set): Use inode number as hash value.
|
||||||
(map::get_list_by_fd): Check hash value against file's inode number.
|
(map::get_list_by_fd): Check hash value against file's inode number.
|
||||||
(mmap_is_attached_page): New function to evaluate if a given address
|
(mmap_is_attached_page): New function to evaluate if a given address
|
||||||
|
@ -215,11 +215,11 @@
|
||||||
Close new file handle if one has been created.
|
Close new file handle if one has been created.
|
||||||
(munmap): Align len to pagesize.
|
(munmap): Align len to pagesize.
|
||||||
(msync): Rework argument checks. Align len to pagesize.
|
(msync): Rework argument checks. Align len to pagesize.
|
||||||
(mprotect): Ditto. Accomodate attached pages.
|
(mprotect): Ditto. Accommodate attached pages.
|
||||||
(mlock): Use roundup/rounddown macros instead of homemade expressions.
|
(mlock): Use roundup/rounddown macros instead of homemade expressions.
|
||||||
(munlock): Add page alignment as in mlock.
|
(munlock): Add page alignment as in mlock.
|
||||||
(fhandler_dev_zero::munmap): Fix unmapping of non-private mappings.
|
(fhandler_dev_zero::munmap): Fix unmapping of non-private mappings.
|
||||||
(fhandler_dev_zero::fixup_mmap_after_fork): Accomodate filler pages.
|
(fhandler_dev_zero::fixup_mmap_after_fork): Accommodate filler pages.
|
||||||
(fixup_mmaps_after_fork): Don't fail if attached pages couldn't be
|
(fixup_mmaps_after_fork): Don't fail if attached pages couldn't be
|
||||||
created in child. Avoid superfluous call to VirtualFree. Check for
|
created in child. Avoid superfluous call to VirtualFree. Check for
|
||||||
original allocation protection to fix PAGE_WRITECOPY protection.
|
original allocation protection to fix PAGE_WRITECOPY protection.
|
||||||
|
@ -264,7 +264,7 @@
|
||||||
2005-12-04 Corinna Vinschen <corinna@vinschen.de>
|
2005-12-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* environ.cc (spenvs): Add "windir" as an "always export" variable
|
* environ.cc (spenvs): Add "windir" as an "always export" variable
|
||||||
to accomodate WinSock on Windows 95.
|
to accommodate WinSock on Windows 95.
|
||||||
|
|
||||||
2005-12-02 Christopher Faylor <cgf@timesys.com>
|
2005-12-02 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue