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-01-09This commit was manufactured by cvs2svn to create branch 'cagney-cagney-unwind-20030108-branchpointcagney-unwind-20030108-branchcvs2svn
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor
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-05Remove fcntl.h includes throughout.Christopher Faylor
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
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-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.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-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor
2001-02-23 * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen
2000-10-24 * ntdll.h: New file.Corinna Vinschen
2000-10-09* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output.Corinna Vinschen
2000-10-09 * fhandler_mem.cc: Eliminate unused include statements.Corinna Vinschen
2000-10-09 * fhandler.h (fhandler_dev_mem): Erase member `init_phase' andCorinna Vinschen
2000-10-07 * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.Corinna Vinschen
2000-10-04 * fhandler.h (fhandler_dev_mem): Add method `init'. Add membersCorinna Vinschen
2000-10-02 * fhandler_mem.cc: Load ntdll functions via autoload method.Corinna Vinschen
2000-10-02 * fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers.Corinna Vinschen
2000-10-01 * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen