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-08-252010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Vinky <rabbit_vinky@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-252010-08-24 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe
2010-08-242010-08-24 LRN <lrn1986@gmail.com>Chris Sutcliffe
2010-08-24 * include/cygwin/version.h: Fix comment.Corinna Vinschen
2010-08-24 * external.cc (cygwin_internal): In CW_CVT_MNT_OPTS case, initializeCorinna Vinschen
2010-08-242010-08-23 LRN <lrn1986@gmail.com>Chris Sutcliffe
2010-08-23 * ldd.cc (report): Drop long pathname considerations which result inCorinna Vinschen
2010-08-222010-08-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-222010-08-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-212010-08-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-21 * Makefile.in (DLL_IMPORTS): Link against advapi32.a before kernel32.a.Corinna Vinschen
2010-08-20* cygthread.cc: Update copyright.Christopher Faylor
2010-08-20 * path.cc (path_conv::check): Close handle in conv_handle if we'reCorinna Vinschen
2010-08-20 * endian.h (htobe16, htobe32, htobe64, be16toh, be32toh, be64toh,Corinna Vinschen
2010-08-20 * fhandler_disk_file.cc (readdir_check_reparse_point): Rename fromCorinna Vinschen
2010-08-20 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usageCorinna Vinschen
2010-08-202010-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2010-08-19 * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL. ChangeCorinna Vinschen
2010-08-19 * new-features.sgml (ov-new1.7.7): New section.Corinna Vinschen
2010-08-19 * external.cc (sync_wincwd): New function.Corinna Vinschen
2010-08-192010-08-18 Ladislav Michl <ladis@users.sourceforge.net>Chris Sutcliffe
2010-08-18* external.cc (CW_SETCWD): New option.Christopher Faylor
2010-08-18 * pathnames.sgml (pathnames-win32-api): Try to use a more clear wording.Corinna Vinschen
2010-08-18 * syscalls.cc (rename): Fix renaming file-based devices.Corinna Vinschen
2010-08-18 * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen
2010-08-18 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdevCorinna Vinschen
2010-08-18Make PATH_MAX consistent with MAX_PATHKeith Marshall
2010-08-16 * include/cygwin/version.h: Bump DLL minor version number to 6.Corinna Vinschen
2010-08-14 * pipe.cc (fhandler_pipe::open): Duplicate content of opened pipeCorinna Vinschen
2010-08-13 * mount.cc (from_fstab): Fix potentially fatal typo.Corinna Vinschen
2010-08-13 * faq-programming.xml (faq.programming.win32-api): Remove simplicity.Corinna Vinschen
2010-08-13 * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen
2010-08-11 * new-features.sgml (ov-new1.7.6): Document "bind" option.Corinna Vinschen
2010-08-11 * mount.cc (do_mount): Don't treat "bind" mount as remote mount.Corinna Vinschen
2010-08-11 * mount.cc (struct opt): Add "bind" option.Corinna Vinschen
2010-08-11* mingw: Use sysroot, if present, for mingw_dir.Yaakov Selkowitz
2010-08-10* sigproc.cc (init_sig_pipe): Add retry loop.Christopher Faylor
2010-08-09* cygheap.h (cygheap_fdmanip): Delete fh and use fd index into cygheap->fdtabChristopher Faylor
2010-08-09* new-features.sgml (ov-new1.7.6): Document POSIX Monotonic Clock.Yaakov Selkowitz
2010-08-09Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz
2010-08-09 * new-features.sgml (ov-new1.7.6): Document /proc/filesystems.Corinna Vinschen
2010-08-09 * fhandler_proc.cc: Add /proc/filesystems virtual file.Corinna Vinschen
2010-08-09 * include/dlfcn.h (RTLD_LOCAL): Define.Corinna Vinschen