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
2007-04-072007-04-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-04-06 * include/stdint.h (WINT_MIN): Fix sign.Corinna Vinschen
2007-04-062007-04-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-04-04 * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition.Corinna Vinschen
2007-04-012007-03-30 Brian Dessent <brian@dessent.net>Chris Sutcliffe
2007-03-31* utils/cygpath.cc (get_long_path_name_w32impl): Close handles returned byChristopher Faylor
2007-03-30* cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen
2007-03-28* spawn.cc (spawn_guts): Start pure-windows processes in a suspended state toChristopher Faylor
2007-03-262007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-03-262007-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2007-03-23 * include/psapi.h (GetMappedFileName): Fix messed up checkin.Corinna Vinschen
2007-03-23 * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.Corinna Vinschen
2007-03-22 2007-03-22 Brian Ripley <ripleybd@users.sourceforge.net>Danny Smith
2007-03-212003-03-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-03-21Add --enable-mingw-manpage-transform configure option.Keith Marshall
2007-03-18 * include/_mingw.h (__CRT_INLINE): Ue __gnu_inline__ for gcc 4.2.x too.Danny Smith
2007-03-13 Fix typo.Corinna Vinschen
2007-03-13 * include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM):Corinna Vinschen
2007-03-11Add manpages for dirname and basename functions.Keith Marshall
2007-03-09Make basename and dirname functions work with path namesKeith Marshall
2007-03-082007-03-06 Brandon Sneed <brandon@oqo.com>Chris Sutcliffe
2007-03-08* signal.cc (handle_sigprocmask): Remove extraneous sig_dispatch_pending.Christopher Faylor
2007-03-07 * fhandler_proc.cc: Fix formatting. Drop setting errno when creatingCorinna Vinschen
2007-03-06 Fix log entry.Corinna Vinschen
2007-03-06 Add accidentally missing checkins.Corinna Vinschen
2007-03-06 * include/cygwin/stat.h (S_TYPEISMQ): Define.Corinna Vinschen
2007-03-06 * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen
2007-03-062007-03-05 Jan Nijtmans <nijtmans@users.sourceforge.net>Chris Sutcliffe
2007-03-05 * include/io.h (__mingw_access): New static inline wrapper to restoreDanny Smith
2007-03-05 * mingwex/fesetround.c (fesetround): Use unsigned int as operandDanny Smith
2007-03-02 * ntdll.h (struct _OBJECT_NAME_INFORMATION): Define.Corinna Vinschen
2007-03-02 * security.cc (get_file_attribute): Avoid compiler warning.Corinna Vinschen
2007-03-01* fork.cc (fork): Reset child to true after fork since it may have been resetChristopher Faylor
2007-03-01* Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor
2007-02-27 * path.cc (close_user_proc_parms_cwd_handle): Remove.Corinna Vinschen
2007-02-27 * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen
2007-02-272007-02-27 Thorsten Dahlheimer <tdahlheim@gmx.net>Danny Smith
2007-02-26 * fhandler.cc (fhandler_base::fstat): Set all file times to arbitraryCorinna Vinschen
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen
2007-02-26 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2007-02-23 * fhandler.h (class fhandler_pipe): Remove members writepipe_exists,Corinna Vinschen
2007-02-23 * devices.in: Change native device name to native NT device name forCorinna Vinschen
2007-02-23 * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen
2007-02-23 Throughout remove using wincap.Corinna Vinschen
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2007-02-23 * fhandler.cc (fhandler_base::lseek): Drop 9x considerations.Corinna Vinschen
2007-02-22 * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen
2007-02-22 * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen