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-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen
2006-02-28 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Use iscygdriveCorinna Vinschen
2006-02-28* exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check sinceChristopher Faylor
2006-02-28 * cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.Corinna Vinschen
2006-02-28 * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen
2006-02-28* fhandler_disk_file.cc (fhandler_disk_file::opendir): Only set d_cacheposChristopher Faylor
2006-02-28* include/sys/termios.h (cfsetispeed): Just define as a function rather thanChristopher Faylor
2006-02-28* sigproc.cc: Fix a comment.Christopher Faylor
2006-02-28* cygthread.cc (cygthread::release): Add a comment.Christopher Faylor
2006-02-27 * fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguousCorinna Vinschen
2006-02-25* sigproc.cc (sigheld): Define new variable.Christopher Faylor
2006-02-24* cygwin.din (_exit): Use signal front end.Christopher Faylor
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor
2006-02-22 * exceptions.cc (_cygtls::interrupt_now): Reorder conditionalCorinna Vinschen
2006-02-22 * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES toCorinna Vinschen
2006-02-21 * include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): RevertDanny Smith
2006-02-20fix typoChristopher Faylor
2006-02-20* spawn.cc (av::fixup): Check for .bat and friends specifically now since theseChristopher Faylor
2006-02-20revert erroneous checkinChristopher Faylor
2006-02-20* exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor
2006-02-20* fhandler_disk_file.cc (fhandler_disk_file::opendir): Use NtOpenFile to openChristopher Faylor
2006-02-19 * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add fillerCorinna Vinschen
2006-02-19 * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.Danny Smith
2006-02-19 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generatingCorinna Vinschen
2006-02-18 * fhandler_disk_file.cc (FS_IS_SAMBA): Move out ofCorinna Vinschen
2006-02-17* path.cc (conv_path_list): Eat empty paths when converting to POSIX.Christopher Faylor
2006-02-17 * cygpath.cc (get_long_name): Load GetLongPathNameA instead of incorrectCorinna Vinschen
2006-02-17 * ps.cc (main): Set aflag if -p option is given.Corinna Vinschen
2006-02-16 * cygwin.din: Export sigignore and sigset.Corinna Vinschen
2006-02-16 * ps.cc (longopts): Add --process option.Corinna Vinschen
2006-02-16minor comment restructuringChristopher Faylor
2006-02-15 * regtool.cc (usage): Clarify help for "-K".Corinna Vinschen
2006-02-13* include/mntent.h: Add missing #include.Christopher Faylor
2006-02-13* gentls_offsets: Fix typo in error message.Christopher Faylor
2006-02-132006-02-13 Earnie Boyd <earnie@users.sf.net>Earnie Boyd
2006-02-11* fhandler_process.cc (format_process_stat): Use cygwin-derived start time evenChristopher Faylor
2006-02-11revert previously applied patch.Christopher Faylor
2006-02-11* times.cc (clock_getres): Use correct conversion from milliseconds toChristopher Faylor
2006-02-10* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor
2006-02-09 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Only setCorinna Vinschen
2006-02-08 * cygcheck.cc (find_on_path): Update copyright text.Corinna Vinschen
2006-02-08 * cygcheck.cc (find_on_path): Create copy of rv on successful accessCorinna Vinschen
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2006-02-07 * init.cc (respawn_wow64_process): Exit with the exit code returnedCorinna Vinschen
2006-02-072006-02-04 Ron Lee <ronl@users.sourceforge.net>Danny Smith
2006-02-06Fixed ChangeLog entryChris Sutcliffe
2006-02-062006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2006-02-06* include/shlobj.h (PathResolve): Fix typo.Christopher Faylor
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