summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* test checkinChristopher Faylor2013-03-191-1/+1
* add newsChristopher Faylor2013-03-091-0/+4
* * cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor2013-03-093-24/+42
* * spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe aroundChristopher Faylor2013-03-092-5/+20
* * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen2013-03-073-12/+48
* * fhandler_socket.cc (fhandler_socket::bind): Fix check for AF_LOCALCorinna Vinschen2013-03-072-15/+37
* * mount.cc (fs_names): Add trailing NULL element to avoid potentialCorinna Vinschen2013-03-062-1/+7
* * faq-using.xml: Fix expression and uppercase Samba.Corinna Vinschen2013-03-062-2/+6
* Remove now-inappropriate comment.Christopher Faylor2013-03-011-2/+0
* fix latest changelog descriptionChristopher Faylor2013-03-011-1/+1
* * exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor2013-03-012-3/+8
* * include/pthread.h (pthread_atfork): Add missing declaration.Corinna Vinschen2013-02-262-0/+6
* * include/error.h (error_message_count): Declare as dllimport.Yaakov Selkowitz2013-02-212-0/+12
* * Makefile.in (CYGWIN_LDFLAGS): Replace -static-lib* with -static.Yaakov Selkowitz2013-02-212-3/+9
* * pathnames.sgml: Remove stray '@'.Christopher Faylor2013-02-132-1/+5
* * pathnames.sgml: Clarify '@' processing.Christopher Faylor2013-02-132-5/+9
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2013-02-082-4/+9
* * fhandler_socket.cc (fhandler_socket::bind): Fix error code forCorinna Vinschen2013-02-042-1/+6
* * fhandler_socket.cc (fhandler_socket::bind): Fix length check ofCorinna Vinschen2013-02-042-4/+12
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-319-68/+100
* * faq-programming.xml: Remove reference to "make check".Christopher Faylor2013-01-232-3/+6
* * miscfuncs.cc (__import_address): Check if malloc field points directly atChristopher Faylor2013-01-232-1/+7
* * miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor2013-01-232-1/+6
* * exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor2013-01-232-1/+6
* * miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor2013-01-232-1/+5
* * miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor2013-01-233-2/+12
* * dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor2013-01-213-0/+12
* * dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signalsChristopher Faylor2013-01-212-1/+18
* Update copyrightsChristopher Faylor2013-01-2118-25/+27
* Update copyrightsChristopher Faylor2013-01-213-6/+5
* * update-copyright: Recognize configure.ac scripts too.Christopher Faylor2013-01-212-2/+6
* Use same fix to silence newer gcc as in 64 bit branchCorinna Vinschen2013-01-211-1/+1
* * cygerrno.h (__reg3): Define.Christopher Faylor2013-01-213-4/+9
* * cygerrno.h: Conditionally define __regN for cygserver.Christopher Faylor2013-01-212-0/+14
* * malloc_wrapper.cc (malloc_init): Re-add inadvertently dropped comment whichChristopher Faylor2013-01-212-0/+8
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-21158-215/+233
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-2160-513/+512
* * update-copyright (update_maybe): Accommodate perl-style copyright comments.Christopher Faylor2013-01-212-2/+7
* * update-copyright: Silently skip nonexistent files. Display filename onChristopher Faylor2013-01-212-8/+22
* * update-copyright: Update standard copyright information based on cvs log andChristopher Faylor2013-01-202-0/+85
* * malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor2013-01-204-32/+51
* * sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to matchChristopher Faylor2013-01-202-8/+18
* * syscalls.cc (rename): Remove ill-conceived NFS workaround fromCorinna Vinschen2013-01-192-46/+8
* * exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor2013-01-193-9/+8
* * errno.cc (errmap): Map ERROR_LOCK_VIOLATION to EBUSY.Corinna Vinschen2013-01-182-3/+7
* * mmap.cc (handler_disk_file::msync): Add call to FlushFileBuffersCorinna Vinschen2013-01-182-1/+13
* * mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFileChristopher Faylor2013-01-182-7/+21
* * sigproc.cc (no_signals_available): Finally remove this macro entirely.Christopher Faylor2013-01-162-14/+10
* * pthread.cc (pthread_exit): Add kludge to accommodate noreturn attribute.Christopher Faylor2013-01-162-1/+6
* fix typoChristopher Faylor2013-01-141-1/+1