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
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2006-02-06 * fhandler_socket.cc (fhandler_socket::connect): Fix formatting.Corinna Vinschen
2006-02-062006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2006-02-06 * include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.Corinna Vinschen
2006-02-05 * include/features.h: Add comment to explain what's going to happenCorinna Vinschen
2006-02-05 * cygwinenv.sgml: Explain transparent_exe option.Corinna Vinschen
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen
2006-02-05 * fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): RemoveCorinna Vinschen
2006-02-05 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove labelCorinna Vinschen
2006-02-05 ... and the ChangeLog, never forget the ChangeLog...Corinna Vinschen
2006-02-05 * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.Corinna Vinschen
2006-02-05* fhandler_disk_file.cc (fhandler_disk_file::readdir): Don't close dir handleChristopher Faylor
2006-02-042006-02-04 Ron Lee <ronl@users.sourceforge.net>Danny Smith
2006-02-04* dir.cc (rmdir): Reorganize check for trailing dot to return correct errorChristopher Faylor
2006-02-04* dir.cc (mkdir): Reorganize check for trailing dot to return correct errorChristopher Faylor
2006-02-04 * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen
2006-02-03* cygwin/version.h: Mention CW_SETUP_WINENV in comment for API minor 153.Christopher Faylor
2006-02-03 * cygwin.din (updwtmpx): Export.Corinna Vinschen
2006-02-02* external.cc (setup_winenv): New function.Christopher Faylor
2006-02-02 * security.cc (is_group_member): Fix comment.Corinna Vinschen
2006-02-02 * security.cc (is_group_member): Use local group info type 1. TestCorinna Vinschen
2006-02-02Mention new cygcheck -p option.Joshua Daniel Franklin
2006-02-02 * lib/iphlpapi.def: (NotifyAddrChange@8): Define.Danny Smith
2006-02-01 * autoload.cc (GetTcpTable): Define.Corinna Vinschen
2006-02-01 * spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.Corinna Vinschen
2006-02-01 * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.Corinna Vinschen
2006-02-01* spawn.cc (av::fixup): Remove unused argument.Christopher Faylor
2006-02-01 * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen
2006-01-31 * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.Corinna Vinschen
2006-01-31 * path.cc (cwdstuff::set): When SetCurrentDirectory returnsCorinna Vinschen
2006-01-31 * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.Corinna Vinschen
2006-01-30 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): SimplifyCorinna Vinschen
2006-01-30 * fhandler_disk_file.cc (d_cachepos): Rename from d_pos to distinctCorinna Vinschen
2006-01-29* CYGWIN_LICENSE: Restrict to v2.Christopher Faylor
2006-01-29v2 onlyChristopher Faylor
2006-01-29 * fhandler_disk_file.cc (readdir_get_ino): Don't follow symlinks.Corinna Vinschen
2006-01-29 * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.Corinna Vinschen
2006-01-29 * include/winsock2.h (WINSOCK_API_LINKAGE): Define. Add toDanny Smith
2006-01-29 * include/winnt.h (FORCEINLINE): Define.Danny Smith
2006-01-28 * fhandler_disk_file.cc (fhandler_disk_file::mkdir): In case or error,Corinna Vinschen
2006-01-28 * fhandler_disk_file.cc (DIR_NUM_ENTRIES): New define determiningCorinna Vinschen
2006-01-28 * include/sys/dirent.h (struct dirent): Revert misguided attempt toCorinna Vinschen
2006-01-28Move cocom to the build requirements.Joshua Daniel Franklin
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2006-01-27* spawn.cc (spawn_guts): Fix potential handle leak when failing exec.Christopher Faylor
2006-01-27* exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor
2006-01-27Add top-level READMEJoshua Daniel Franklin
2006-01-27* faq-programming.xml (faq.programming.ipc): Add new FAQ aboutJoshua Daniel Franklin
2006-01-26 * fhandler.cc (fhandler_base::open): Fix bug in argument order toCorinna Vinschen
2006-01-26* faq-programming.xml (faq.programming.building-cygwin): AddJoshua Daniel Franklin