summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor2005-11-081-3/+4
* Revert erroneous checkin.Corinna Vinschen2005-09-281-13/+10
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-10/+13
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-4/+0
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-4/+3
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-291-0/+14
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-15/+3
* * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2005-06-301-4/+6
* * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen2005-06-241-6/+2
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-1/+1
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-251-0/+22
* (check in files that should have been checked in previously)Christopher Faylor2005-04-281-3/+1
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-221-5/+0
* * fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor2005-04-161-0/+1
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-1/+1
* * fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor2005-04-131-0/+3
* * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen2005-04-121-1/+0
* * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen2005-04-041-1/+1
* * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.Corinna Vinschen2005-03-041-6/+19
* * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen2005-02-231-0/+3
* * cygwin.din (fdatasync): Export.Corinna Vinschen2005-02-221-0/+5
* * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen2005-02-201-0/+11
* * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen2005-02-201-0/+11
* * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen2005-02-191-1/+8
* * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna Vinschen2005-02-111-1/+3
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-5/+5
* * cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor2005-02-061-8/+8
* * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen2005-02-021-3/+11
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-2/+1
* * path.h (path_conv::set_name): Declare new function.Christopher Faylor2005-01-311-0/+9
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-0/+10
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen2005-01-141-2/+37
* * fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor2004-12-261-0/+5
* * path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor2004-12-231-2/+2
* * fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel2004-12-121-1/+1
* * fhandler.cc (fhandler_base::read): Remove superfluous check inBas van Gompel2004-12-051-2/+1
* * fhandler.cc (fhandler_base::read): Don't debug_printf garbage whenBas van Gompel2004-12-051-0/+1
* 2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-11-201-1/+0
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-4/+4
* * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen2004-09-101-2/+2
* * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen2004-08-281-16/+21
* * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen2004-08-191-1/+1
* 2004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-08-141-3/+8
* * fhandler.cc (fhandler_base::open): Remove 9x specific code.Corinna Vinschen2004-06-171-9/+0
* 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-06-171-23/+12
* * fhandler.cc (fhandler_base::open): Substitute FILE_SUPERSEDE withCorinna Vinschen2004-06-171-1/+1
* * autoload.cc (IsDosDeviceName_U): Define.Christopher Faylor2004-06-031-4/+8
* revert accidental checkinChristopher Faylor2004-06-031-4/+5
* * winbase.h (ilockincr): More changes from the inexplicable world of gcc asmChristopher Faylor2004-06-031-5/+4