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
2008-03-14 * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen
2008-03-13 * path.sgml: Remove documentation for old path API. Add documentationCorinna Vinschen
2008-03-12 * syscalls.cc (rename): Just return with 0 if filenames are identical,Corinna Vinschen
2008-03-12 * syscalls.cc (rename): Handle a special case of trying to rename aCorinna Vinschen
2008-03-12 * environ.h: Fix comment.Corinna Vinschen
2008-03-12 * pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead ofCorinna Vinschen
2008-03-12Fix typo.Corinna Vinschen
2008-03-12 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DisableCorinna Vinschen
2008-03-12 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don'tCorinna Vinschen
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-11 * cygcheck.cc (find_app_on_path): Make buffer SYMLINK_MAX + 1Brian Dessent
2008-03-11 * cygcheck.cc (dirname): New static function.Brian Dessent
2008-03-11 * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen
2008-03-11 * spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.Corinna Vinschen
2008-03-11 * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen
2008-03-11 * path.cc (cwdstuff::set): Make sure drive_length is 0 for virtualCorinna Vinschen
2008-03-11 * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen
2008-03-11 * syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.Corinna Vinschen
2008-03-10 * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen
2008-03-10 * fhandler_console.cc (fhandler_console::write_normal): Don't printCorinna Vinschen
2008-03-10 * fhandler.h (dev_console::con_to_str): Declare returning DWORD.Corinna Vinschen
2008-03-09 * Makefile.in (install): Don't install the testsuite.Brian Dessent
2008-03-09 * Makefile.in: Add a 'check' target that builds and runsBrian Dessent
2008-03-08 * Makefile.in: Reorganize considerably, using GNU make'sBrian Dessent
2008-03-08 * fhandler_disk_file.cc (DIR_BUF_SIZE): Define required space for fileCorinna Vinschen
2008-03-08 * dtable.cc (handle_to_fn): Null-terminate posix_fn in the caseBrian Dessent
2008-03-08 * fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.Brian Dessent
2008-03-07 * fhandler_socket.cc (fhandler_socket::sendto): Never send more thanCorinna Vinschen
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen
2008-03-06 * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Corinna Vinschen
2008-03-06 * fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.Corinna Vinschen
2008-03-06s/open/create/Corinna Vinschen
2008-03-05 * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen
2008-03-042008-02-28 Joseph Myers <joseph@codesourcery.com>Chris Sutcliffe
2008-03-03fix typoChristopher Faylor
2008-03-03* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor
2008-03-03* smallprint.cc (__small_vsprintf): Free allocated buffer rather than pointerChristopher Faylor
2008-03-01Update ChangeLog.Christopher Faylor
2008-03-01* cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor
2008-03-01* cygtls.cc (_cygtls::init_exception_handler): Just return.Christopher Faylor
2008-03-01* exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor
2008-02-29 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Call close_fsCorinna Vinschen
2008-02-28 * exceptions.cc (_cygtls::handle_exceptions): When being debugged,Corinna Vinschen
2008-02-28 * exceptions.cc (open_stackdumpfile): Add comments.Corinna Vinschen
2008-02-28 * exceptions.cc (open_stackdumpfile): Use NtCreateFile to createCorinna Vinschen
2008-02-28 * mkpasswd.c (main): Simplify generating SYSTEM entry. Add entriesCorinna Vinschen
2008-02-27 * exceptions.cc (stack_info::walk): Fix typo.Corinna Vinschen
2008-02-27 * cygtls.cc (_cygtls::init_exception_handler): Fix comment.Corinna Vinschen
2008-02-27 Fix dateCorinna Vinschen