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