aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_mem.cc
AgeCommit message (Expand)AuthorFilesLines
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-1/+1
2004-05-07 * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): MoveCorinna Vinschen1-19/+13
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-2/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-12/+10
2003-09-07Remove left coercion throughout.Christopher Faylor1-3/+3
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-3/+3
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-1/+1
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-7/+13
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-5/+5
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-7/+7
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+0
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-6/+6
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-5/+5
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-1/+1
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-3/+2
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor1-11/+3
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-1/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-3/+3
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-31/+31
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-3/+3
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-0/+1
2001-02-23 * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen1-1/+1
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen1-2/+43
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-2/+2
2000-10-28Whitespace cleanup.Christopher Faylor1-3/+3
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen1-40/+0
2000-10-24 * ntdll.h: New file.Corinna Vinschen1-36/+1
2000-10-09* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output.Corinna Vinschen1-2/+2
2000-10-09 * fhandler_mem.cc: Eliminate unused include statements.Corinna Vinschen1-3/+7
2000-10-09 * fhandler.h (fhandler_dev_mem): Erase member `init_phase' andCorinna Vinschen1-33/+47
2000-10-07 * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.Corinna Vinschen1-20/+139
2000-10-04 * fhandler.h (fhandler_dev_mem): Add method `init'. Add membersCorinna Vinschen1-16/+124
2000-10-02 * fhandler_mem.cc: Load ntdll functions via autoload method.Corinna Vinschen1-82/+53
2000-10-02 * fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers.Corinna Vinschen1-7/+9
2000-10-01 * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen1-0/+260