summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * mount.cc (fs_info::update): Fix comments.Corinna Vinschen2010-08-252-4/+8
* * syscalls.cc (rename): Open file with FILE_READ_ATTRIBUTES.Corinna Vinschen2010-08-252-4/+11
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-253-6/+11
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-18/+40
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-103/+117
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-1/+7
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-0/+14
* 2010-08-24 Vinky <rabbit_vinky@users.sourceforge.net>Chris Sutcliffe2010-08-242-0/+9
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-6/+13
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-1/+7
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-48/+114
* 2010-08-24 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe2010-08-242-15/+41
* 2010-08-24 LRN <lrn1986@gmail.com>Chris Sutcliffe2010-08-243-1/+278
* * include/cygwin/version.h: Fix comment.Corinna Vinschen2010-08-242-1/+5
* * external.cc (cygwin_internal): In CW_CVT_MNT_OPTS case, initializeCorinna Vinschen2010-08-242-1/+6
* 2010-08-23 LRN <lrn1986@gmail.com>Chris Sutcliffe2010-08-242-0/+134
* Fix location of this file to be where it was initially intended.Jeff Johnston2010-08-231-0/+0
* * ldd.cc (report): Drop long pathname considerations which result inCorinna Vinschen2010-08-232-9/+7
* 2010-08-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-222-0/+16
* 2010-08-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-225-65/+19
* 2010-08-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-212-1/+4
* * Makefile.in (DLL_IMPORTS): Link against advapi32.a before kernel32.a.Corinna Vinschen2010-08-212-1/+5
* Fix misquoting in stdint.m4.Ralf Wildenhues2010-08-212-4/+10
* * cygthread.cc: Update copyright.Christopher Faylor2010-08-202-2/+6
* * path.cc (path_conv::check): Close handle in conv_handle if we'reCorinna Vinschen2010-08-202-0/+8
* * endian.h (htobe16, htobe32, htobe64, be16toh, be32toh, be64toh,Corinna Vinschen2010-08-202-1/+53
* * fhandler_disk_file.cc (readdir_check_reparse_point): Rename fromCorinna Vinschen2010-08-203-38/+115
* * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usageCorinna Vinschen2010-08-203-3/+12
* 2010-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-202-961/+1369
* * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL. ChangeCorinna Vinschen2010-08-193-2/+10
* * new-features.sgml (ov-new1.7.7): New section.Corinna Vinschen2010-08-193-46/+126
* * external.cc (sync_wincwd): New function.Corinna Vinschen2010-08-193-7/+35
* 2010-08-18 Ladislav Michl <ladis@users.sourceforge.net>Chris Sutcliffe2010-08-182-0/+16
* * external.cc (CW_SETCWD): New option.Christopher Faylor2010-08-184-2/+16
* * pathnames.sgml (pathnames-win32-api): Try to use a more clear wording.Corinna Vinschen2010-08-182-2/+8
* * syscalls.cc (rename): Fix renaming file-based devices.Corinna Vinschen2010-08-182-5/+10
* * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen2010-08-183-13/+16
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdevCorinna Vinschen2010-08-182-2/+7
* Make PATH_MAX consistent with MAX_PATHKeith Marshall2010-08-172-3/+9
* * include/cygwin/version.h: Bump DLL minor version number to 6.Corinna Vinschen2010-08-162-1/+5
* * pipe.cc (fhandler_pipe::open): Duplicate content of opened pipeCorinna Vinschen2010-08-142-0/+8
* * mount.cc (from_fstab): Fix potentially fatal typo.Corinna Vinschen2010-08-132-1/+5
* * faq-programming.xml (faq.programming.win32-api): Remove simplicity.Corinna Vinschen2010-08-136-9/+102
* * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen2010-08-134-166/+243
* * libc/include/sys/dir.h: New BSD-compatibility header.Yaakov Selkowitz2010-08-112-0/+14
* * new-features.sgml (ov-new1.7.6): Document "bind" option.Corinna Vinschen2010-08-113-0/+28
* * mount.cc (do_mount): Don't treat "bind" mount as remote mount.Corinna Vinschen2010-08-113-18/+46
* * mount.cc (struct opt): Add "bind" option.Corinna Vinschen2010-08-113-2/+50
* * mingw: Use sysroot, if present, for mingw_dir.Yaakov Selkowitz2010-08-112-1/+9
* * sigproc.cc (init_sig_pipe): Add retry loop.Christopher Faylor2010-08-102-3/+8