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
path: root/winsup
AgeCommit message (Expand)Author
2010-09-12 * syscalls.cc (start_transaction): Make inline function. Move up to beCorinna Vinschen
2010-09-11 * new-features.sgml: Mention fenv support.Dave Korn
2010-09-11 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): More thoroughlyCorinna Vinschen
2010-09-11winsup/cygwin/ChangeLog:Dave Korn
2010-09-10 * syscalls.cc (rename): Limit retry loop in case of sharing violationCorinna Vinschen
2010-09-10 * syscalls.cc (fstatat): Call stat_worker directly from here.Corinna Vinschen
2010-09-10 * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen
2010-09-10 * mount.cc (class fs_info_cache): New class to cache filesystemCorinna Vinschen
2010-09-10 * security.cc (get_file_sd): Add bool parameter justcreated. UseCorinna Vinschen
2010-09-10 * fhandler_procsys.cc (fhandler_procsys::exists): Rearrange to handleCorinna Vinschen
2010-09-08 * fhandler_procsys.cc (fhandler_procsys::open): Simplify by justCorinna Vinschen
2010-09-07fix two typosChristopher Faylor
2010-09-06 * new-features.sgml (ov-new1.7.8): Document /proc/sys.Corinna Vinschen
2010-09-06 * cygpath.cc (RtlEqualUnicodePathPrefix): New helper function.Corinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-09-04 * mount.cc (mount_info::from_fstab_line): Reorder to make sure allCorinna Vinschen
2010-09-02* sigoproc.cc (sigproc_init): Use American spelling in comment.Christopher Faylor
2010-09-02* dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-09-01 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Set d_type.Corinna Vinschen
2010-09-01 * include/cygwin/version.h: Bump DLL minor version number to 8.Corinna Vinschen
2010-08-31 * path.cc (normalize_posix_path): Preserve //./ and //?/ prefixes.Corinna Vinschen
2010-08-31 * include/cygwin/version.h: Bump DLL minor version number to 7.Corinna Vinschen
2010-08-31* dcrt0.cc (dll_crt0_0): Move sigproc_init later, after cygheap initializationChristopher Faylor
2010-08-30 * posix.sgml (std-notes): Fix typos and incorrectnesses.Corinna Vinschen
2010-08-30 * new-features.sgml (ov-new1.7.7): Document change to binmode/textmodeCorinna Vinschen
2010-08-30 * autoload.cc (MsgWaitForMultipleObjectsEx): Define.Corinna Vinschen
2010-08-30add missing fileChristopher Faylor
2010-08-30* winlean.h: New file.Christopher Faylor
2010-08-28 * ldh.cc (WinMain): Change DONT_RESOLVE_DLL_REFERENCES toCorinna Vinschen
2010-08-28 * new-features.sgml (ov-new1.7.7): Document change to avoid DLLCorinna Vinschen
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen
2010-08-282010-08-26 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2010-08-282010-08-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-27 * new-features.sgml (ov-new1.7.7): Change to describe partialCorinna Vinschen
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen
2010-08-27 * fhandler_proc.cc (format_proc_partitions): Improve comment.Corinna Vinschen
2010-08-26 * cygpath.cc (get_device_name): Prefer the \\.\X: DOS device forCorinna Vinschen
2010-08-26 * fhandler_proc.cc (format_proc_partitions): Simplify code and enableCorinna Vinschen
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-262010-08-25 Ali Sabil <asabil@users.sourceforge.net>Chris Sutcliffe
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-26Add missing thank you notes.Chris Sutcliffe
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-25 * mount.cc (fs_info::update): Fix comments.Corinna Vinschen