aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Remove now-inappropriate comment.Christopher Faylor1-2/+0
2013-03-01fix latest changelog descriptionChristopher Faylor1-1/+1
2013-03-01* exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor2-3/+8
2013-02-26 * include/pthread.h (pthread_atfork): Add missing declaration.Corinna Vinschen2-0/+6
2013-02-21* include/error.h (error_message_count): Declare as dllimport.Yaakov Selkowitz2-0/+12
2013-02-21* Makefile.in (CYGWIN_LDFLAGS): Replace -static-lib* with -static.Yaakov Selkowitz2-3/+9
2013-02-13* pathnames.sgml: Remove stray '@'.Christopher Faylor2-1/+5
2013-02-13* pathnames.sgml: Clarify '@' processing.Christopher Faylor2-5/+9
2013-02-08 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2-4/+9
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix error code forCorinna Vinschen2-1/+6
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix length check ofCorinna Vinschen2-4/+12
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor9-68/+100
2013-01-23* faq-programming.xml: Remove reference to "make check".Christopher Faylor2-3/+6
2013-01-23* miscfuncs.cc (__import_address): Check if malloc field points directly atChristopher Faylor2-1/+7
2013-01-23* miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor2-1/+6
2013-01-23* exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor2-1/+6
2013-01-23* miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor2-1/+5
2013-01-23* miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor3-2/+12
2013-01-21* dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor3-0/+12
2013-01-21* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signalsChristopher Faylor2-1/+18
2013-01-21Update copyrightsChristopher Faylor18-25/+27
2013-01-21Update copyrightsChristopher Faylor3-6/+5
2013-01-21* update-copyright: Recognize configure.ac scripts too.Christopher Faylor2-2/+6
2013-01-21Use same fix to silence newer gcc as in 64 bit branchCorinna Vinschen1-1/+1
2013-01-21* cygerrno.h (__reg3): Define.Christopher Faylor3-4/+9
2013-01-21* cygerrno.h: Conditionally define __regN for cygserver.Christopher Faylor2-0/+14
2013-01-21* malloc_wrapper.cc (malloc_init): Re-add inadvertently dropped comment whichChristopher Faylor2-0/+8
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor158-215/+233
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor60-513/+512
2013-01-21* update-copyright (update_maybe): Accommodate perl-style copyright comments.Christopher Faylor2-2/+7
2013-01-21* update-copyright: Silently skip nonexistent files. Display filename onChristopher Faylor2-8/+22
2013-01-20* update-copyright: Update standard copyright information based on cvs log andChristopher Faylor2-0/+85
2013-01-20* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor4-32/+51
2013-01-20* sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to matchChristopher Faylor2-8/+18
2013-01-19 * syscalls.cc (rename): Remove ill-conceived NFS workaround fromCorinna Vinschen2-46/+8
2013-01-19* exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor3-9/+8
2013-01-18 * errno.cc (errmap): Map ERROR_LOCK_VIOLATION to EBUSY.Corinna Vinschen2-3/+7
2013-01-18 * mmap.cc (handler_disk_file::msync): Add call to FlushFileBuffersCorinna Vinschen2-1/+13
2013-01-18* mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFileChristopher Faylor2-7/+21
2013-01-16* sigproc.cc (no_signals_available): Finally remove this macro entirely.Christopher Faylor2-14/+10
2013-01-16* pthread.cc (pthread_exit): Add kludge to accommodate noreturn attribute.Christopher Faylor2-1/+6
2013-01-14fix typoChristopher Faylor1-1/+1
2013-01-14* include/pthread.h (pthread_exit): Mark as "noreturn".Christopher Faylor2-1/+5
2013-01-14fix typoChristopher Faylor1-1/+1
2013-01-14Fix copyrightsCorinna Vinschen4-5/+5
2013-01-14update with my changesChristopher Faylor1-0/+21
2013-01-14*** empty log message ***Corinna Vinschen1-0/+27
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor7-38/+31
2013-01-12 * new-features.sgml (ov-new1.7.18): Add console enhancements.Corinna Vinschen2-0/+23
2013-01-11* DevNotes: Add entry cgf-000021.Christopher Faylor4-16/+29