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
2007-01-04 * fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.Corinna Vinschen
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-12-11 * fhandler.cc (rootdir): Fix typo in comment.Corinna Vinschen
2006-12-10 * fhandler.cc (rootdir): Clarify comment.Corinna Vinschen
2006-12-10 * fhandler.cc (rootdir): Don't look for volume mount points on remoteCorinna Vinschen
2006-12-10 * fhandler.cc (rootdir): Drop useless post-increment. Take volumeCorinna Vinschen
2006-11-28 * fhandler.cc (fhandler_base::open): Fix previous patch to handle theCorinna Vinschen
2006-11-27 * fhandler.cc (fhandler_base::open): Fix handling of files withCorinna Vinschen
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen
2006-10-22 * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen
2006-10-22 * fhandler.cc (fhandler_base::fhaccess): Check if opening registryCorinna Vinschen
2006-10-21 * fhandler.cc (fhandler_base::fhaccess): Call check_registry_accessCorinna Vinschen
2006-10-16 * autoload.cc (PrivilegeCheck): Define.Corinna Vinschen
2006-08-10revert erroneous checkinChristopher Faylor
2006-08-10* winsup.h: Turn on DEBUGGING by default for now.Christopher Faylor
2006-08-07 * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen
2006-07-27* fhandler.cc (fhandler_base::read): Call get_readahead_into_buffer instead ofChristopher Faylor
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-14* fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're reallyChristopher Faylor
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen
2006-06-02* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor
2006-05-25* debug.h (ModifyHandle): Define new macro.Christopher Faylor
2006-05-24* fhandler.cc (readv): Remove nonsensical assert.Christopher Faylor
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-02-22 * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES toCorinna Vinschen
2006-01-26 * fhandler.cc (fhandler_base::open): Fix bug in argument order toCorinna Vinschen
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-14 * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen
2005-11-09* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
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