summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * winsup.h (cygwin_hmodule): Declare.Christopher Faylor2006-02-235-10/+29
* * exceptions.cc (_cygtls::interrupt_now): Reorder conditionalCorinna Vinschen2006-02-222-1/+6
* * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES toCorinna Vinschen2006-02-222-2/+8
* fix typoChristopher Faylor2006-02-201-1/+1
* * spawn.cc (av::fixup): Check for .bat and friends specifically now since theseChristopher Faylor2006-02-202-2/+11
* revert erroneous checkinChristopher Faylor2006-02-202-13/+0
* * exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor2006-02-204-1/+21
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Use NtOpenFile to openChristopher Faylor2006-02-192-6/+25
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generatingCorinna Vinschen2006-02-192-1/+5
* * fhandler_disk_file.cc (FS_IS_SAMBA): Move out ofCorinna Vinschen2006-02-183-5/+35
* * path.cc (conv_path_list): Eat empty paths when converting to POSIX.Christopher Faylor2006-02-172-16/+44
* * cygwin.din: Export sigignore and sigset.Corinna Vinschen2006-02-165-1/+63
* minor comment restructuringChristopher Faylor2006-02-152-7/+5
* * include/mntent.h: Add missing #include.Christopher Faylor2006-02-132-1/+6
* * gentls_offsets: Fix typo in error message.Christopher Faylor2006-02-132-1/+5
* * fhandler_process.cc (format_process_stat): Use cygwin-derived start time evenChristopher Faylor2006-02-113-5/+9
* revert previously applied patch.Christopher Faylor2006-02-111-1/+1
* * times.cc (clock_getres): Use correct conversion from milliseconds toChristopher Faylor2006-02-113-4/+10
* * external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor2006-02-103-25/+45
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Only setCorinna Vinschen2006-02-092-3/+19
* * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen2006-02-077-89/+42
* * init.cc (respawn_wow64_process): Exit with the exit code returnedCorinna Vinschen2006-02-072-1/+9
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-0613-118/+201
* * fhandler_socket.cc (fhandler_socket::connect): Fix formatting.Corinna Vinschen2006-02-062-1/+15
* * include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.Corinna Vinschen2006-02-062-1/+5
* * include/features.h: Add comment to explain what's going to happenCorinna Vinschen2006-02-053-0/+27
* * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen2006-02-057-37/+108
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): RemoveCorinna Vinschen2006-02-052-5/+6
* * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove labelCorinna Vinschen2006-02-052-7/+12
* ... and the ChangeLog, never forget the ChangeLog...Corinna Vinschen2006-02-051-0/+4
* * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.Corinna Vinschen2006-02-051-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Don't close dir handleChristopher Faylor2006-02-052-15/+31
* * dir.cc (rmdir): Reorganize check for trailing dot to return correct errorChristopher Faylor2006-02-042-6/+8
* * dir.cc (mkdir): Reorganize check for trailing dot to return correct errorChristopher Faylor2006-02-043-8/+9
* * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen2006-02-033-10/+20
* * cygwin/version.h: Mention CW_SETUP_WINENV in comment for API minor 153.Christopher Faylor2006-02-022-1/+6
* * cygwin.din (updwtmpx): Export.Corinna Vinschen2006-02-025-1/+18
* * external.cc (setup_winenv): New function.Christopher Faylor2006-02-023-1/+32
* * security.cc (is_group_member): Fix comment.Corinna Vinschen2006-02-022-5/+10
* * security.cc (is_group_member): Use local group info type 1. TestCorinna Vinschen2006-02-022-6/+34
* * autoload.cc (GetTcpTable): Define.Corinna Vinschen2006-02-012-1/+43
* * spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.Corinna Vinschen2006-02-012-0/+5
* * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.Corinna Vinschen2006-01-314-13/+31
* * spawn.cc (av::fixup): Remove unused argument.Christopher Faylor2006-01-312-4/+9
* * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen2006-01-313-12/+27
* * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.Corinna Vinschen2006-01-312-2/+7
* * path.cc (cwdstuff::set): When SetCurrentDirectory returnsCorinna Vinschen2006-01-312-0/+16
* * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.Corinna Vinschen2006-01-312-8/+8
* * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): SimplifyCorinna Vinschen2006-01-302-1/+6
* * fhandler_disk_file.cc (d_cachepos): Rename from d_pos to distinctCorinna Vinschen2006-01-302-7/+15