aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.cc
AgeCommit message (Expand)AuthorFilesLines
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-1/+1
2005-12-14 * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen1-11/+11
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen1-6/+8
2005-11-08* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor1-3/+4
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-13/+10
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-10/+13
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor1-4/+0
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor1-4/+3
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor1-0/+14
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-2/+2
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-15/+3
2005-06-30 * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen1-4/+6
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen1-6/+2
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor1-1/+1
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor1-0/+22
2005-04-28(check in files that should have been checked in previously)Christopher Faylor1-3/+1
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor1-5/+0
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor1-0/+1
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen1-1/+1
2005-04-13* fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor1-0/+3
2005-04-12 * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen1-1/+0
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen1-1/+1
2005-03-04 * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.Corinna Vinschen1-6/+19
2005-02-23 * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen1-0/+3
2005-02-22 * cygwin.din (fdatasync): Export.Corinna Vinschen1-0/+5
2005-02-20 * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen1-0/+11
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen1-0/+11
2005-02-19 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen1-1/+8
2005-02-11 * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna Vinschen1-1/+3
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor1-5/+5
2005-02-06* cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor1-8/+8
2005-02-02 * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen1-3/+11
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen1-2/+1
2005-01-31* path.h (path_conv::set_name): Declare new function.Christopher Faylor1-0/+9
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen1-0/+10
2005-01-14 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen1-2/+37
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor1-0/+5
2004-12-23* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor1-2/+2
2004-12-12* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel1-1/+1
2004-12-05* fhandler.cc (fhandler_base::read): Remove superfluous check inBas van Gompel1-2/+1
2004-12-05* fhandler.cc (fhandler_base::read): Don't debug_printf garbage whenBas van Gompel1-0/+1
2004-11-202004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+0
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-4/+4
2004-09-10 * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen1-2/+2
2004-08-28 * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen1-16/+21
2004-08-19 * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen1-1/+1
2004-08-142004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-3/+8
2004-06-17 * fhandler.cc (fhandler_base::open): Remove 9x specific code.Corinna Vinschen1-9/+0
2004-06-172004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-23/+12
2004-06-17 * fhandler.cc (fhandler_base::open): Substitute FILE_SUPERSEDE withCorinna Vinschen1-1/+1