summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_virtual.cc
Commit message (Expand)AuthorAgeFilesLines
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-5/+5
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-081-2/+2
* Remove left coercion throughout.Christopher Faylor2003-09-071-4/+4
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen2003-05-121-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-6/+6
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen2003-02-201-10/+13
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-13/+15
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-3/+10
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-1/+1
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-4/+4
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-2/+1
* * fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor2002-05-221-2/+2
* * fhandler_virtual.cc (fhandler_virtual::close): Quiet a compiler warning.Christopher Faylor2002-05-121-1/+1
* * autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor2002-05-121-4/+15
* * net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor2002-05-041-9/+18
* * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor2002-05-031-3/+3
* add new filesChristopher Faylor2002-05-021-0/+207