summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.cc (fhandler_base::open): Fix NT native path evaluationCorinna Vinschen2004-04-301-10/+15
* * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen2004-04-211-0/+1
* * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen2004-04-201-8/+1
* * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJORCorinna Vinschen2004-04-201-5/+1
* * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES whenCorinna Vinschen2004-04-201-1/+1
* * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen2004-04-191-1/+2
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-40/+166
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-141-21/+30
* * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen2004-04-141-1/+19
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-0/+7
* * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen2004-04-101-18/+22
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-31/+30
* * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen2004-04-091-6/+5
* * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen2004-04-081-1/+2
* white space fixupChristopher Faylor2004-03-231-3/+3
* * Makefile.in (clean): Clean libserver, too.Christopher Faylor2004-02-171-2/+0
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor2004-02-021-2/+2
* * fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor2004-01-251-14/+17
* * fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor2004-01-241-11/+14
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-1/+86
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-9/+7
* * fhandler.cc (fhandler_base::open): Revert isfs change.Christopher Faylor2004-01-221-2/+2
* * fhandler.cc (fhandler_base::open): Use major numbers rather than deviceChristopher Faylor2004-01-211-5/+5
* * winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor2003-12-151-1/+1
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-1/+3
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-1/+1
* * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen2003-12-011-2/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-1/+0
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-1/+2
* * fhandler.cc (fhandler_base::lseek): Include high order offsetCorinna Vinschen2003-11-171-0/+3
* * fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.Corinna Vinschen2003-10-251-6/+15
* * fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND whenCorinna Vinschen2003-10-241-1/+1
* * fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.Corinna Vinschen2003-09-301-3/+0
* * devices.cc: New file.Christopher Faylor2003-09-251-88/+52
* * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor2003-09-141-9/+9
* Remove left coercion throughout.Christopher Faylor2003-09-071-3/+3
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-1/+1
* * path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor2003-08-051-2/+2
* * fhandler_base.cc (fhandler_base::readv): Rework to properly return number ofChristopher Faylor2003-07-281-7/+8
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-091-7/+13
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * cygwin.din: Add vsyslog.Corinna Vinschen2003-06-061-1/+1
* * fhandler.cc (fhandler_base::write): Correct minor printf formatting styleChristopher Faylor2003-06-021-1/+1
* * fhandler.cc (is_at_eof): Fix conditional. Use INVALID_FILE_SIZECorinna Vinschen2003-05-261-1/+1
* * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen2003-05-261-36/+66
* * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen2003-04-011-0/+2
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-6/+6
* * fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor2003-02-211-23/+15
* 2002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-12-201-2/+2