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
2014-07-24This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_31-releasecvs2svn
2014-07-16.Christopher Faylor
2014-07-16*** empty log message ***Corinna Vinschen
2014-07-16 * thread.cc (pthread::create): Handle stackaddr as upper bound address.Corinna Vinschen
2014-07-16*** empty log message ***Corinna Vinschen
2014-07-16Fix typoCorinna Vinschen
2014-07-16* sigproc.cc (sigproc_init): Set aside more buffer space for signal pipes.Christopher Faylor
2014-07-15* sigproc.cc (send_sig): Don't report an error if WriteFile succeeds.Christopher Faylor
2014-07-15Fix typoCorinna Vinschen
2014-07-14* sigproc.cc (send_sig): Fix bad format in diagnostic output.Christopher Faylor
2014-07-14 * uinfo.cc (cygheap_domain_info::init): Correctly setCorinna Vinschen
2014-07-14 * thread.cc (pthread_mutex::pthread_mutex): Change default typeCorinna Vinschen
2014-07-09 * thread.cc (pthread::create): Use PTHREAD_DEFAULT_STACKSIZE stacksizeCorinna Vinschen
2014-07-09 * exceptions.cc (exception::myfault_handle): Rephrase comment.Corinna Vinschen
2014-07-09 * exceptions.cc (exception::myfault_handle): Fix typo in comment.Corinna Vinschen
2014-07-07 * exceptions.cc (exception::myfault_handle): Disable handlingCorinna Vinschen
2014-07-07 * fhandler_socket.cc (fhandler_socket::send_internal): Improve loop toCorinna Vinschen
2014-07-07 * passwd.cc (pg_ent::enumerate_ad): Revert to simply skipping a domainCorinna Vinschen
2014-07-07 * libc/minires.c (minires_dprintf): Change "Minires" to "Resolv" toCorinna Vinschen
2014-07-03 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debugCorinna Vinschen
2014-06-26 * legal.xml: Fix copyright.Corinna Vinschen
2014-06-25 * errno.cc (errmap): Fix order of SERVICE_REQUEST_TIMEOUT.Corinna Vinschen
2014-06-25 * errno.cc (errmap): Handle Windows error codes ERROR_CANCELLED,Corinna Vinschen
2014-06-25 * ldap.cc (cyg_ldap::map_ldaperr_to_errno): Explicitely map LDAP_TIMEOUTCorinna Vinschen
2014-06-25 * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen
2014-06-23 * spawn.cc (find_exec): Initialize err (CID 60111).Corinna Vinschen
2014-06-23 * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs in another errorCorinna Vinschen
2014-06-23 * select.cc (start_thread_socket): Delete si on early return in case ofCorinna Vinschen
2014-06-23 * regex/regcomp.c (computematchjumps): Free local memory in case ofCorinna Vinschen
2014-06-23 * mount.cc (fs_info::update): Define dir in the outermost scope to avoidCorinna Vinschen
2014-06-23 * malloc_wrapper.cc (mallinfo): Initialize m if external malloc is used,Corinna Vinschen
2014-06-23 * localtime.cc (tzload): Fix leaking memory (CID 60001).Corinna Vinschen
2014-06-23 * exceptions.cc (try_to_debug): Free environment pointer when not usedCorinna Vinschen
2014-06-23 * net.cc (cygwin_getaddrinfo): Fix value of hint->ai_addrlen on 64 bit.Corinna Vinschen
2014-06-23 * environ.cc (regopt): Allocate small local buffer to avoid copyingCorinna Vinschen
2014-06-23 * dll_init.cc (dll_list::alloc): Fix buffer overrun (CID 59940).Corinna Vinschen
2014-06-23 * dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).Corinna Vinschen
2014-06-23 * client.cc: Throughout, fix debug output of signed byte count value.Corinna Vinschen
2014-06-23 * ldap.cc (CYG_LDAP_TIMEOUT): Set to 5 secs.Corinna Vinschen
2014-06-18 * ldap.cc (CYG_LDAP_TIMEOUT): Define as timeout value. Set to 30 secsCorinna Vinschen
2014-06-17* faq-programming.xml: Add gettext-devel to list of packages needed to buildChristopher Faylor
2014-06-17Fix timestampCorinna Vinschen
2014-06-17 * libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returningCorinna Vinschen
2014-06-16* passwd.c (main): Fix typo in error output.Corinna Vinschen
2014-06-16 * fhandler_socket.cc (fhandler_socket::evaluate_events): CallCorinna Vinschen
2014-06-16 * grp.cc (getgrouplist): Fix setting ngroups to make sure to returnCorinna Vinschen
2014-06-05* timer.cc (timer_tracker::cancel): Demote api_fatal to system_printf, printingChristopher Faylor
2014-05-23 * autoload.cc (ldap_memfreeW): Remove.Corinna Vinschen
2014-05-23*** empty log message ***Corinna Vinschen
2014-05-23 * autoload.cc (ldap_abandon): Remove.Corinna Vinschen