summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_virtual.cc
Commit message (Expand)AuthorAgeFilesLines
* * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen2009-01-201-4/+2
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-051-1/+1
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen2007-07-091-1/+1
* * fhandler_disk_file.cc: White space.Christopher Faylor2007-07-071-2/+2
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-11/+21
* * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen2007-02-271-1/+13
* * include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor2006-01-211-3/+3
* Revert erroneous checkin.Corinna Vinschen2005-09-281-2/+2
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-2/+2
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-2/+0
* * fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor2005-08-241-2/+5
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-6/+6
* * fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor2005-08-191-0/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-7/+8
* * dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor2005-03-161-1/+3
* copyrightChristopher Faylor2005-02-201-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen2005-01-141-3/+8
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-141-0/+9
* * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen2004-04-141-0/+8
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-0/+8
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-3/+3
* * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen2004-04-091-5/+0
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-1/+1
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-3/+0
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* 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