summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * exceptions.cc (exception::myfault_handle): Disable handlingCorinna Vinschen2014-07-073-0/+10
* 2014-07-07 Pavel Pisa <pisa@cmp.felk.cvut.cz>Richard Earnshaw2014-07-072-1/+8
* * configure.in (--enable-newlib-nano-formatted-io): Set to "no"Corinna Vinschen2014-07-073-2/+8
* * fhandler_socket.cc (fhandler_socket::send_internal): Improve loop toCorinna Vinschen2014-07-072-16/+49
* * passwd.cc (pg_ent::enumerate_ad): Revert to simply skipping a domainCorinna Vinschen2014-07-072-16/+10
* * libc/minires.c (minires_dprintf): Change "Minires" to "Resolv" toCorinna Vinschen2014-07-072-2/+13
* * configure.ac: Don't accept isl 0.10.Rainer Orth2014-07-053-55/+8
* 2014-07-04 Bin Cheng <bin.cheng@arm.com>Jeff Johnston2014-07-0436-221/+3573
* * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debugCorinna Vinschen2014-07-032-0/+9
* * legal.xml: Fix copyright.Corinna Vinschen2014-06-262-1/+5
* * errno.cc (errmap): Fix order of SERVICE_REQUEST_TIMEOUT.Corinna Vinschen2014-06-252-1/+5
* * errno.cc (errmap): Handle Windows error codes ERROR_CANCELLED,Corinna Vinschen2014-06-253-2/+17
* * ldap.cc (cyg_ldap::map_ldaperr_to_errno): Explicitely map LDAP_TIMEOUTCorinna Vinschen2014-06-252-0/+7
* * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen2014-06-258-125/+305
* * libc/argz/envz_merge.c (envz_merge): Fix memory leak (Cygwin CoverityCorinna Vinschen2014-06-234-2/+13
* * spawn.cc (find_exec): Initialize err (CID 60111).Corinna Vinschen2014-06-235-5/+25
* * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs in another errorCorinna Vinschen2014-06-232-0/+6
* * select.cc (start_thread_socket): Delete si on early return in case ofCorinna Vinschen2014-06-232-3/+17
* * regex/regcomp.c (computematchjumps): Free local memory in case ofCorinna Vinschen2014-06-232-0/+8
* * mount.cc (fs_info::update): Define dir in the outermost scope to avoidCorinna Vinschen2014-06-232-4/+10
* * malloc_wrapper.cc (mallinfo): Initialize m if external malloc is used,Corinna Vinschen2014-06-232-1/+9
* * localtime.cc (tzload): Fix leaking memory (CID 60001).Corinna Vinschen2014-06-232-1/+5
* * exceptions.cc (try_to_debug): Free environment pointer when not usedCorinna Vinschen2014-06-232-1/+7
* * net.cc (cygwin_getaddrinfo): Fix value of hint->ai_addrlen on 64 bit.Corinna Vinschen2014-06-232-0/+15
* * environ.cc (regopt): Allocate small local buffer to avoid copyingCorinna Vinschen2014-06-232-7/+12
* * dll_init.cc (dll_list::alloc): Fix buffer overrun (CID 59940).Corinna Vinschen2014-06-232-1/+5
* * dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).Corinna Vinschen2014-06-232-0/+7
* * client.cc: Throughout, fix debug output of signed byte count value.Corinna Vinschen2014-06-232-8/+12
* * ldap.cc (CYG_LDAP_TIMEOUT): Set to 5 secs.Corinna Vinschen2014-06-232-10/+27
* * ldap.cc (CYG_LDAP_TIMEOUT): Define as timeout value. Set to 30 secsCorinna Vinschen2014-06-183-6/+27
* * faq-programming.xml: Add gettext-devel to list of packages needed to buildChristopher Faylor2014-06-172-1/+6
* Fix timestampCorinna Vinschen2014-06-171-1/+1
* * libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returningCorinna Vinschen2014-06-172-1/+6
* * passwd.c (main): Fix typo in error output.Corinna Vinschen2014-06-162-1/+6
* * fhandler_socket.cc (fhandler_socket::evaluate_events): CallCorinna Vinschen2014-06-162-2/+11
* * grp.cc (getgrouplist): Fix setting ngroups to make sure to returnCorinna Vinschen2014-06-162-1/+6
* merge from gccDJ Delorie2014-06-112-0/+10
* * libc/machine/aarch64/strchrnul.S: New file.Richard Earnshaw2014-06-115-5/+208
* * libc/machine/aarch64/strchr.S: New fileRichard Earnshaw2014-06-105-3/+220
* * configure.host (default_newlib_nano_malloc): New.DJ Delorie2014-06-106-21/+44
* * timer.cc (timer_tracker::cancel): Demote api_fatal to system_printf, printingChristopher Faylor2014-06-052-2/+8
* * autoload.cc (ldap_memfreeW): Remove.Corinna Vinschen2014-05-233-17/+25
* *** empty log message ***Corinna Vinschen2014-05-231-0/+2
* * autoload.cc (ldap_abandon): Remove.Corinna Vinschen2014-05-224-30/+59
* * sec_auth.cc (get_server_groups): Call get_user_local_groups only ifCorinna Vinschen2014-05-222-3/+11
* merge from gccDJ Delorie2014-05-222-1/+8
* * ldap.cc (cyg_ldap::fetch_ad_account): Take additional domain stringCorinna Vinschen2014-05-224-13/+43
* * gmon.h: Pull in profile.h. Explain why.Corinna Vinschen2014-05-222-0/+20
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Fix potential SEGVCorinna Vinschen2014-05-222-5/+10
* * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen2014-05-224-110/+84