summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 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-211-1/+1
* * 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
* * include/pthread.h (pthread_exit): Mark as "noreturn".Christopher Faylor2013-01-142-1/+5
* fix typoChristopher Faylor2013-01-141-1/+1
* Fix copyrightsCorinna Vinschen2013-01-144-5/+5
* update with my changesChristopher Faylor2013-01-141-0/+21
* *** empty log message ***Corinna Vinschen2013-01-141-0/+27
* * exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor2013-01-147-38/+31
* * DevNotes: Add entry cgf-000021.Christopher Faylor2013-01-114-16/+29
* * syscalls.cc (rename): Drop handling paths > 32757 chars, emit EINVALCorinna Vinschen2013-01-112-22/+28
* * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen2013-01-113-3/+52
* * path.h (path_conv::fs_type): New method.Corinna Vinschen2013-01-103-8/+74
* * cygerrno.h: Fix copyright.Corinna Vinschen2013-01-093-3/+6
* * dcrt0.cc (main_thread_sinit): New inline function. Fix and explainCorinna Vinschen2013-01-092-2/+31
* * thread.cc (pthread_rwlock::lookup_reader): Remove parameter: always assumeChristopher Faylor2013-01-073-20/+29
* * thread.cc (pthread_rwlock::add_reader): Perform new operation here and returnChristopher Faylor2013-01-073-19/+27
* * globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor2013-01-043-2/+9
* * sigproc.cc (exit_thread): Set thread signal mask so that no signals are sentChristopher Faylor2013-01-032-1/+7
* * sigproc.cc (no_signals_available): Remove exit_state test since signals areChristopher Faylor2013-01-032-16/+24
* update copyrightChristopher Faylor2013-01-021-1/+1
* * DevNotes: Add entry cgf-000020, relating to previous checkin.Christopher Faylor2013-01-022-1/+34