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-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
2014-05-22 * sec_auth.cc (get_server_groups): Call get_user_local_groups only ifCorinna Vinschen
2014-05-22 * ldap.cc (cyg_ldap::fetch_ad_account): Take additional domain stringCorinna Vinschen
2014-05-22 * gmon.h: Pull in profile.h. Explain why.Corinna Vinschen
2014-05-22 * uinfo.cc (pwdgrp::fetch_account_from_windows): Fix potential SEGVCorinna Vinschen
2014-05-22 * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen
2014-05-20 * flock.cc (delete_lock_in_parent): Use LIST_FOREACH_SAFE to avoidCorinna Vinschen
2014-05-20 * fhandler_procsysvipc.cc (format_procsysvipc_msg): Rearrange code toCorinna Vinschen
2014-05-20 * fhandler_process.cc (get_mem_values): Rearrange code slightly toCorinna Vinschen
2014-05-20 * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,Corinna Vinschen
2014-05-20 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppyCorinna Vinschen
2014-05-20 * scandir.cc (scandir): Assume namelist is always valid, per POSIX.Corinna Vinschen
2014-05-19 * pseudo-reloc.cc (__report_error): Raise size of module name buffer toCorinna Vinschen
2014-05-19 * net.cc (call_gaa): Fix setting pa_ret pointer in case of an errorCorinna Vinschen
2014-05-19* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 31.Corinna Vinschen
2014-05-19 * dtable.cc (handle_to_fn): Fix length parameter in call toCorinna Vinschen
2014-05-19 * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen
2014-05-19 * smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.Corinna Vinschen
2014-05-19 * exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).Corinna Vinschen
2014-05-19 * bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructorCorinna Vinschen
2014-05-19 * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to makeCorinna Vinschen
2014-05-19 * syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).Corinna Vinschen
2014-05-16 * external.cc (cygwin_internal): Use local name buffer instead ofCorinna Vinschen
2014-05-15 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273.Corinna Vinschen
2014-05-15 * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.Corinna Vinschen
2014-05-14 * sec_auth.cc (get_server_groups): Call get_logon_server only forCorinna Vinschen
2014-05-13 * fhandler_socket.cc (fhandler_socket::ioctl): Handle the differentCorinna Vinschen
2014-05-13 * minidumper.cc (filter_minidump_type): New function.Jon TURNEY
2014-05-13 * Makefile.in (minidumper.exe): Link directly with dbghelp.Jon TURNEY
2014-05-11clarify checkin commentChristopher Faylor
2014-05-09* signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor
2014-05-08 * uinfo.cc (cygheap_user::init): Fix formatting in debug output.Corinna Vinschen