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
2013-03-27 * faq-what.xml (faq.what.supported): Mention Windows 8 and Server 2012.Corinna Vinschen
2013-03-19test checkinChristopher Faylor
2013-03-10add newsChristopher Faylor
2013-03-10* cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor
2013-03-09* spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe aroundChristopher Faylor
2013-03-07 * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen
2013-03-07 * fhandler_socket.cc (fhandler_socket::bind): Fix check for AF_LOCALCorinna Vinschen
2013-03-06 * mount.cc (fs_names): Add trailing NULL element to avoid potentialCorinna Vinschen
2013-03-06 * faq-using.xml: Fix expression and uppercase Samba.Corinna Vinschen
2013-03-01Remove now-inappropriate comment.Christopher Faylor
2013-03-01fix latest changelog descriptionChristopher Faylor
2013-03-01* exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor
2013-02-26 * include/pthread.h (pthread_atfork): Add missing declaration.Corinna Vinschen
2013-02-21* include/error.h (error_message_count): Declare as dllimport.Yaakov Selkowitz
2013-02-21* Makefile.in (CYGWIN_LDFLAGS): Replace -static-lib* with -static.Yaakov Selkowitz
2013-02-13* pathnames.sgml: Remove stray '@'.Christopher Faylor
2013-02-13* pathnames.sgml: Clarify '@' processing.Christopher Faylor
2013-02-09 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix error code forCorinna Vinschen
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix length check ofCorinna Vinschen
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor
2013-01-23* faq-programming.xml: Remove reference to "make check".Christopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Check if malloc field points directly atChristopher Faylor
2013-01-23* miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor
2013-01-23* exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor
2013-01-21* dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor
2013-01-21* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signalsChristopher Faylor
2013-01-21Update copyrightsChristopher Faylor
2013-01-21Update copyrightsChristopher Faylor
2013-01-21* update-copyright: Recognize configure.ac scripts too.Christopher Faylor
2013-01-21Use same fix to silence newer gcc as in 64 bit branchCorinna Vinschen
2013-01-21* cygerrno.h (__reg3): Define.Christopher Faylor
2013-01-21* cygerrno.h: Conditionally define __regN for cygserver.Christopher Faylor
2013-01-21* malloc_wrapper.cc (malloc_init): Re-add inadvertently dropped comment whichChristopher Faylor
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-21* update-copyright (update_maybe): Accommodate perl-style copyright comments.Christopher Faylor
2013-01-21* update-copyright: Silently skip nonexistent files. Display filename onChristopher Faylor
2013-01-21* update-copyright: Update standard copyright information based on cvs log andChristopher Faylor
2013-01-21* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor
2013-01-20* sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to matchChristopher Faylor
2013-01-19 * syscalls.cc (rename): Remove ill-conceived NFS workaround fromCorinna Vinschen
2013-01-19* exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor
2013-01-18 * errno.cc (errmap): Map ERROR_LOCK_VIOLATION to EBUSY.Corinna Vinschen
2013-01-18 * mmap.cc (handler_disk_file::msync): Add call to FlushFileBuffersCorinna Vinschen
2013-01-18* mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFileChristopher Faylor
2013-01-17* sigproc.cc (no_signals_available): Finally remove this macro entirely.Christopher Faylor
2013-01-16* pthread.cc (pthread_exit): Add kludge to accommodate noreturn attribute.Christopher Faylor