aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_virtual.cc
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen1-1/+1
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen1-1/+1
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen1-4/+4
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-2/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-6/+6
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-1/+2
2012-07-02* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicateChristopher Faylor1-1/+0
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-1/+3
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-2/+2
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen1-3/+0
2011-02-15 * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV ifCorinna Vinschen1-1/+2
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen1-2/+2
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen1-2/+3
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-2/+2
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen1-4/+2
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-3/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen1-1/+1
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-07-09 * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen1-1/+1
2007-07-07* fhandler_disk_file.cc: White space.Christopher Faylor1-2/+2
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen1-11/+21
2007-02-27 * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen1-1/+13
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor1-3/+3
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-2/+2
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-2/+2
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-2/+0
2005-08-24* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor1-2/+5
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor1-6/+6
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor1-0/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-7/+8
2005-03-16* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor1-1/+3
2005-02-20copyrightChristopher Faylor1-1/+1
2005-01-14 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen1-3/+8
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen1-0/+9
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen1-0/+8
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-0/+8
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-3/+3
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen1-5/+0
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-1/+1
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-3/+0
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-5/+5
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor1-2/+2
2003-09-07Remove left coercion throughout.Christopher Faylor1-4/+4
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0