summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * flock.cc (delete_lock_in_parent): Use LIST_FOREACH_SAFE to avoidCorinna Vinschen2014-05-202-3/+8
* * fhandler_procsysvipc.cc (format_procsysvipc_msg): Rearrange code toCorinna Vinschen2014-05-202-95/+149
* * fhandler_process.cc (get_mem_values): Rearrange code slightly toCorinna Vinschen2014-05-202-11/+17
* * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,Corinna Vinschen2014-05-202-9/+8
* * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppyCorinna Vinschen2014-05-203-8/+30
* * scandir.cc (scandir): Assume namelist is always valid, per POSIX.Corinna Vinschen2014-05-203-29/+48
* * pseudo-reloc.cc (__report_error): Raise size of module name buffer toCorinna Vinschen2014-05-192-2/+7
* * net.cc (call_gaa): Fix setting pa_ret pointer in case of an errorCorinna Vinschen2014-05-192-6/+15
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 31.Corinna Vinschen2014-05-194-34/+50
* * dtable.cc (handle_to_fn): Fix length parameter in call toCorinna Vinschen2014-05-192-2/+7
* * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen2014-05-192-2/+7
* * smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.Corinna Vinschen2014-05-192-1/+6
* * exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).Corinna Vinschen2014-05-192-1/+5
* * bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructorCorinna Vinschen2014-05-192-0/+7
* * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to makeCorinna Vinschen2014-05-193-4/+18
* * syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).Corinna Vinschen2014-05-192-1/+5
* * external.cc (cygwin_internal): Use local name buffer instead ofCorinna Vinschen2014-05-162-3/+7
* * libc/machine/sparc/setjmp.S (longjmp): Use register g1 instead of g6.Corinna Vinschen2014-05-152-4/+8
* * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273.Corinna Vinschen2014-05-152-1/+8
* * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.Corinna Vinschen2014-05-153-1/+65
* 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2014-05-145-0/+20
* merge from gccDJ Delorie2014-05-142-3/+31
* * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when doubleCorinna Vinschen2014-05-142-0/+7
* * sec_auth.cc (get_server_groups): Call get_logon_server only forCorinna Vinschen2014-05-143-7/+95
* * fhandler_socket.cc (fhandler_socket::ioctl): Handle the differentCorinna Vinschen2014-05-133-1/+30
* * minidumper.cc (filter_minidump_type): New function.Jon TURNEY2014-05-132-0/+73
* * Makefile.in (minidumper.exe): Link directly with dbghelp.Jon TURNEY2014-05-133-37/+16
* * libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h.Corinna Vinschen2014-05-123-2/+26