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
2004-05-03 * dir.cc (writable_directory): Remove.Corinna 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-30 * init.cc (threadfunc_fe): Hack to make thread stacks always 16Corinna Vinschen
2004-04-21 * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen
2004-04-20* path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.Christopher Faylor
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
2004-04-19 * include/cygwin/mtio.h (GMT_ASYNC): New define.Corinna Vinschen
2004-04-19 * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen
2004-04-19 * fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_waitCorinna Vinschen
2004-04-17 * autoload.cc (NtCreateFile): Add.Corinna Vinschen
2004-04-16.Christopher Faylor
2004-04-15* autoload.cc (dll_chain1): Rename to dll_chain. Remove old dll_chain code.Christopher Faylor
2004-04-15 * fhandler_disk_file.cc (fhandler_disk_file::fchmo): Try openingCorinna Vinschen
2004-04-15 Fix case.Corinna Vinschen
2004-04-15 * ntdll.h: Fix copyright date.Corinna Vinschen
2004-04-15 * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen
2004-04-14 * syscalls.cc (fstat64): Use get_namehash instead of hash_path_name.Corinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen
2004-04-14 * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen
2004-04-14 * cygwin.din: Export rand_r and ttyname_r.Corinna Vinschen
2004-04-142004-04-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-04-14 * security.cc (set_nt_attribute): Only call get_nt_object_securityCorinna Vinschen
2004-04-14 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen
2004-04-13 * autoload.cc (NtQuerySecurityObject): Add.Corinna Vinschen
2004-04-13 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Add optionalCorinna Vinschen
2004-04-13 * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen
2004-04-13* thread.cc (pthread::thread_init_wrapper): Wait later to get more parallelChristopher Faylor
2004-04-13* thread.cc (pthread::create): Use thread mutex to control synchronizationChristopher Faylor
2004-04-132004-04-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-04-11* cygheap.h: Replace inexplicably removed closing brace.Christopher Faylor
2004-04-11* cygheap.h (CYGHEAP_SLOP): Reduce drastically to avoid collisions.Christopher Faylor
2004-04-11* dtable.cc (dtable::extend): Change order of memcpy and cfree.Christopher Faylor
2004-04-11 * syscalls.cc (sync): Define void according to SUSv3.Corinna Vinschen
2004-04-11 * sec_acl.cc (setacl): Use correct offset when trying to combineCorinna Vinschen
2004-04-10 * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-04-10* thread.h (pthread::init_mainthread): Remove parameter forked.Christopher Faylor
2004-04-10* path.cc (path_conv::check): Optimize symlink replacements.Christopher Faylor
2004-04-10 * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen
2004-04-09 * path.cc (fsinfo): Global storage for file system information.Corinna Vinschen
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen
2004-04-09 * security.cc (get_file_attribute): Fix conditional.Corinna Vinschen
2004-04-08* child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change.Christopher Faylor
2004-04-08fix email addressChristopher Faylor
2004-04-08 * path.cc (hash_path_name): Replace hash algorithm with SDBM.Corinna Vinschen