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
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-03-09whitespace cleanupChristopher Faylor
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2003-02-25 * mmap.cc (mmap64): Fix returned address by taking the granularityCorinna Vinschen
2003-02-15 * mmap.cc (mprotect): Add missing break.Corinna Vinschen
2003-02-07 * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen
2003-01-16 * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list ofCorinna Vinschen
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen
2003-01-15 * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.Corinna Vinschen
2003-01-14 * mmap.cc (mmap_record::access): Change argument type to caddr_tCorinna Vinschen
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-09-24 * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen
2002-09-24 * mmap.cc (map_map): Add debug output.Corinna Vinschen
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-06-27 * mmap.cc (list::match): Check using pagesize aligned size.Corinna Vinschen
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor
2002-03-13 * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails.Corinna Vinschen
2002-03-11 * mmap.cc (msync): Check area given by addr and len for being aCorinna Vinschen
2002-03-11 * fork.cc (fork_child): Call fixup_mmaps_after_fork() beforeCorinna Vinschen
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2001-11-05 * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-16* mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere.Christopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-28 * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen
2001-09-18 * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.Corinna Vinschen
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-09-03* child_info.h: Modify magic number.Christopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
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