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-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
2014-05-08 * grp.cc (gr_ent::enumerate_caches): Fix copy/paste bug introducingCorinna Vinschen
2014-05-07 * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing theCorinna Vinschen
2014-05-07 * uinfo.cc (pwdgrp::fetch_account_from_windows): Tweak SID<->uidCorinna Vinschen
2014-05-07 * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen
2014-05-06 * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen
2014-05-06 * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen
2014-05-05 * net.cc (cygwin_getsockopt): Rearrange code slightly and handleCorinna Vinschen
2014-05-03* spawn.cc (av::setup): Eat trailing whitespace on #! script.Christopher Faylor
2014-05-02* fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.Christopher Faylor
2014-04-26* DevNotes: Add entry cgf-000026.Christopher Faylor
2014-04-25 * syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up toCorinna Vinschen
2014-04-24 * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen
2014-04-23 * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen
2014-04-22 * ldap.cc (user_attr): Remove "uid" attribute.Corinna Vinschen
2014-04-21* minidumper.cc (minidump): Fix copy and paste error in checkingJon TURNEY