aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.cc
AgeCommit message (Expand)AuthorFilesLines
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-18/+18
2004-05-11 * fhandler.cc (fhandler_base::open): Set file attributes to correctCorinna Vinschen1-0/+2
2004-04-30 * fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_pathCorinna Vinschen1-20/+2
2004-04-30 * fhandler.cc (fhandler_base::open): Fix NT native path evaluationCorinna Vinschen1-10/+15
2004-04-21 * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen1-0/+1
2004-04-20 * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen1-8/+1
2004-04-20 * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJORCorinna Vinschen1-5/+1
2004-04-20 * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES whenCorinna Vinschen1-1/+1
2004-04-19 * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen1-1/+2
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-40/+166
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen1-21/+30
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen1-1/+19
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-0/+7
2004-04-10 * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen1-18/+22
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-31/+30
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen1-6/+5
2004-04-08 * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen1-1/+2
2004-03-23white space fixupChristopher Faylor1-3/+3
2004-02-17* Makefile.in (clean): Clean libserver, too.Christopher Faylor1-2/+0
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-2/+2
2004-01-25* fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor1-14/+17
2004-01-24* fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor1-11/+14
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-1/+86
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-9/+7
2004-01-22* fhandler.cc (fhandler_base::open): Revert isfs change.Christopher Faylor1-2/+2
2004-01-21* fhandler.cc (fhandler_base::open): Use major numbers rather than deviceChristopher Faylor1-5/+5
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor1-1/+1
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-1/+3
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen1-1/+1
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen1-2/+2
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-1/+0
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-1/+2
2003-11-17 * fhandler.cc (fhandler_base::lseek): Include high order offsetCorinna Vinschen1-0/+3
2003-10-25 * fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.Corinna Vinschen1-6/+15
2003-10-24 * fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND whenCorinna Vinschen1-1/+1
2003-09-30 * fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.Corinna Vinschen1-3/+0
2003-09-25* devices.cc: New file.Christopher Faylor1-88/+52
2003-09-14* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor1-9/+9
2003-09-07Remove left coercion throughout.Christopher Faylor1-3/+3
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-1/+1
2003-08-05* path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor1-2/+2
2003-07-28* fhandler_base.cc (fhandler_base::readv): Rework to properly return number ofChristopher Faylor1-7/+8
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor1-7/+13
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-06 * cygwin.din: Add vsyslog.Corinna Vinschen1-1/+1
2003-06-02* fhandler.cc (fhandler_base::write): Correct minor printf formatting styleChristopher Faylor1-1/+1
2003-05-26 * fhandler.cc (is_at_eof): Fix conditional. Use INVALID_FILE_SIZECorinna Vinschen1-1/+1
2003-05-26 * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen1-36/+66
2003-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen1-0/+2