summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMALCorinna Vinschen2008-04-251-1/+2
* * fhandler.cc (fhandler_base::open): *Only* handle SYSTEM and HIDDENCorinna Vinschen2008-04-251-9/+11
* * fhandler.cc (fhandler_base::open): Handle SYSTEM and HIDDEN attributesCorinna Vinschen2008-04-251-1/+1
* * cygwin.din (futimens): Export.Corinna Vinschen2008-04-241-2/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-5/+0
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-12/+12
* * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen2008-03-241-1/+9
* * fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.Brian Dessent2008-03-081-1/+1
* * fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.Corinna Vinschen2008-03-061-1/+1
* s/open/create/Corinna Vinschen2008-03-061-1/+1
* * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen2008-03-051-1/+7
* * fhandler.cc (fhandler_base::fpathconf): Fix _PC_NAME_MAX andCorinna Vinschen2008-02-161-2/+10
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-2/+2
* * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen2008-02-101-0/+15
* * dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor2007-12-161-0/+3
* revert premature checkinChristopher Faylor2007-11-081-3/+0
* * dllfixdbg: Eliminate extra objcopy step.Christopher Faylor2007-11-081-0/+3
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't removeCorinna Vinschen2007-10-301-1/+2
* * fhandler.cc (fhandler_base::open): Open native symlinks withCorinna Vinschen2007-10-181-30/+38
* * fhandler.cc (is_at_eof): Rewrite using NT functions.Corinna Vinschen2007-10-151-71/+86
* * fhandler.cc (fhandler_base::open): Partly revert change fromCorinna Vinschen2007-09-171-1/+11
* * fhandler.cc (rootdir): Delete.Corinna Vinschen2007-08-201-89/+0
* * devices.in (dev_storage): Use native NT device name for kmsg mailslot.Corinna Vinschen2007-08-131-9/+8
* * fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.Corinna Vinschen2007-08-121-5/+0
* * fhandler.cc (check_posix_perms): Remove.Corinna Vinschen2007-08-011-26/+1
* * fhandler.cc (fhandler_base::wait_overlapped): Handle read EOF better andChristopher Faylor2007-07-291-6/+21
* * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor2007-07-291-16/+37
* * fhandler.h (enum query_state): Drop redundant query_stat_control.Corinna Vinschen2007-07-271-7/+4
* * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen2007-07-201-1/+1
* * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen2007-07-191-6/+1
* * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.Corinna Vinschen2007-07-171-0/+6
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-071-17/+96
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-1/+1
* * fhandler.cc (fhandler_base::fstat): Set pipe permission bits moreCorinna Vinschen2007-06-121-3/+3
* * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen2007-05-291-5/+11
* * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen2007-03-061-1/+1
* * Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor2007-03-011-9/+2
* * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen2007-02-271-0/+15
* * fhandler.cc (fhandler_base::fstat): Set all file times to arbitraryCorinna Vinschen2007-02-261-1/+2
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-4/+0
* * devices.in: Change native device name to native NT device name forCorinna Vinschen2007-02-231-125/+0
* * fhandler.cc (fhandler_base::lseek): Drop 9x considerations.Corinna Vinschen2007-02-231-24/+4
* * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen2007-02-221-15/+3
* * fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.Corinna Vinschen2007-02-221-59/+11
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-7/+3
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-3/+0
* Remove extraneous whitespace.Christopher Faylor2007-02-201-7/+7
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen2007-02-071-4/+6