Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-30 * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor
2005-04-28(check in files that should have been checked in previously)Christopher Faylor
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen
2005-04-13* fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor
2005-04-12 * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen
2005-03-04 * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.Corinna Vinschen
2005-02-23 * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen
2005-02-22 * cygwin.din (fdatasync): Export.Corinna Vinschen
2005-02-20 * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen
2005-02-20 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen
2005-02-11 * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna Vinschen
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor
2005-02-06* cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor
2005-02-03 * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen
2005-02-01* path.h (path_conv::set_name): Declare new function.Christopher Faylor
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen
2005-01-15 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor
2004-12-24* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor
2004-12-12* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel
2004-12-05* fhandler.cc (fhandler_base::read): Remove superfluous check inBas van Gompel
2004-12-05* fhandler.cc (fhandler_base::read): Don't debug_printf garbage whenBas van Gompel
2004-11-212004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-10 * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen
2004-08-28 * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen
2004-08-19 * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen
2004-08-142004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-06-17 * fhandler.cc (fhandler_base::open): Remove 9x specific code.Corinna Vinschen
2004-06-172004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-06-17 * fhandler.cc (fhandler_base::open): Substitute FILE_SUPERSEDE withCorinna Vinschen
2004-06-04* autoload.cc (IsDosDeviceName_U): Define.Christopher Faylor
2004-06-04revert accidental checkinChristopher Faylor
2004-06-04* winbase.h (ilockincr): More changes from the inexplicable world of gcc asmChristopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-11 * fhandler.cc (fhandler_base::open): Set file attributes to correctCorinna Vinschen
2004-04-30 * fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_pathCorinna Vinschen
2004-04-30 * fhandler.cc (fhandler_base::open): Fix NT native path evaluationCorinna Vinschen
2004-04-21 * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen
2004-04-20 * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen
2004-04-20 * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJORCorinna Vinschen
2004-04-20 * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES whenCorinna Vinschen