Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-11 * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor
2001-04-19 * mmap.cc (mmap): Drop usage of the same memory area if the sameCorinna Vinschen
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-16 * mmap.cc: Move fh_paging_file from some functions to beCorinna Vinschen
2001-03-27 * mmap.cc (mmap): Fix conditional for previous patch.Corinna Vinschen
2001-03-26 * mmap.cc (mmap): Outflank copy-on-write problem on 9x byCorinna Vinschen
2001-03-19 * mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' whenCorinna Vinschen
2001-02-23 * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen
2001-02-09 * mmap.cc (mmap): Check for reusing a mapping only on MAP_SHAREDCorinna Vinschen
2001-02-09 * mmap.cc (class list): Add member `hash'.Corinna Vinschen
2001-02-05 * mmap.cc (mmap_record::fixup_map): New method to duplicateCorinna Vinschen
2001-01-29 * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen
2001-01-29 * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen
2001-01-24 * mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping withCorinna Vinschen
2001-01-16 * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen
2001-01-16 * mmap.cc (mmap): Add more parameter checking. Change error outputCorinna Vinschen
2001-01-15 * mmap.cc: include <unistd.h>. Define some bit operations forCorinna Vinschen
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen
2000-11-29* mmap.cc (munmap): Check that mmap and munmap length match.Christopher Faylor
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-07 * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.Corinna Vinschen
2000-10-05 =====================================Corinna Vinschen
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-05-12* mmap.cc (list::erase): Increment loop counter.DJ Delorie
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor