aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-09* sigproc.cc (_cygtls::remove_wq): Reset thread_ev inside of lock. Set to NULLChristopher Faylor2-1/+7
2014-03-09* fhandler_console.cc (fhandler_console::char_command): Properly use calculatedChristopher Faylor2-1/+6
2014-03-09* dir.cc (opendir): Propagate any errno from build_fh_name.Christopher Faylor2-0/+9
2014-03-07 * pwdgrp.h (pwdgrp::is_passwd): New inline method.Corinna Vinschen5-49/+63
2014-03-07 * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE isCorinna Vinschen3-4/+18
2014-03-06 * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen5-20/+49
2014-03-06 * setpwd.cc (client_request_setpwd::serve): Use RtlSecureZeroMemory toCorinna Vinschen2-2/+7
2014-03-06 * setlsapwd.cc (setlsapwd): Use RtlSecureZeroMemory to delete passwordCorinna Vinschen2-1/+6
2014-03-05 * ldap.cc (rediscover_thread): Remove.Corinna Vinschen3-72/+18
2014-03-05 * include/cygwin/config.h (__TM_GMTOFF): Define.Corinna Vinschen2-0/+8
2014-03-05 * libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition.Corinna Vinschen2-10/+5
2014-03-05 * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF andCorinna Vinschen4-14/+51
2014-03-05 * libc/include/time.h (__TM_GMTOFF): Define on Cygwin.Corinna Vinschen2-0/+22
2014-03-042014-02-27 Joey Ye <joey.ye@arm.com>Jeff Johnston2-10/+14
2014-03-04 * exception.h (exception::handler_installed): Remove.Corinna Vinschen3-14/+25
2014-03-04 * libc/include/machine/_default_types.h: Define unsigned type usingCorinna Vinschen2-0/+41
2014-03-03 * exception.h (exception::exception): Install vectored exceptionCorinna Vinschen2-1/+6
2014-03-03 * sec_helper.cc (cygpsid::get_id): Move Samba SID->uid/gid mappingCorinna Vinschen3-61/+143
2014-02-28 * uinfo.cc (pwdgrp::fetch_account_from_windows): Only fetch extendedCorinna Vinschen2-1/+8
2014-02-28 * cygheap.h (cygheap_user::sid): Return reference to cygpsid ratherCorinna Vinschen5-59/+138
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen11-188/+237
2014-02-27 * path.cc (find_fast_cwd_pointer): Fix preceeding comment.Corinna Vinschen2-2/+5
2014-02-26Fix typoCorinna Vinschen1-1/+1
2014-02-26* fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor3-15/+23
2014-02-24 * mkgroup.c (domlist_t): Drop id_offset.Corinna Vinschen4-701/+415
2014-02-23 * minidumper.cc (minidump): Fix -t option argument handling.Jon TURNEY2-1/+5
2014-02-23* dev_console::scroll_buffer): Reinstate clipping region.Christopher Faylor2-1/+5
2014-02-23* fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor3-61/+105
2014-02-22 * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen7-27/+98
2014-02-21 * pwdgrp.h (pwdgrp::fetch_account_from_windows): Add bool parameterCorinna Vinschen5-17/+40
2014-02-20 * libm/complex/complex.tex: Fix wrong syntax in documentation.Corinna Vinschen3-78/+159
2014-02-20 * grp.cc (getgrouplist): Fix previous fix so ret is only set to ngroupsCorinna Vinschen2-1/+8
2014-02-20*** empty log message ***Corinna Vinschen1-0/+5
2014-02-20 * grp.cc (get_groups): Don't add gid to list if it's ILLEGAL_GID.Corinna Vinschen2-2/+7
2014-02-20 * libc/stdio/open_memstream.c (internal_open_memstream_r): InitializeCorinna Vinschen2-0/+6
2014-02-19 * passwd.cc (pg_ent::setent): Initialize cygheap domain info.Corinna Vinschen3-1/+9
2014-02-18* Makefile.in: Ignore errors on doc install.Christopher Faylor2-1/+5
2014-02-18 * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen6-3/+131
2014-02-18*** empty log message ***Christopher Faylor1-0/+8
2014-02-18 * setlsapwd.cc (setlsapwd): Fix conditional expression after breakingCorinna Vinschen2-1/+6
2014-02-17 * autoload.cc (ldap_abandon): Import.Corinna Vinschen12-282/+1060
2014-02-16 * miscfuncs.h (NT_readline::close): New function to close handle.Corinna Vinschen4-2/+12
2014-02-16 * dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetchingCorinna Vinschen2-3/+8
2014-02-16* DevNotes: Add entry cgf-000024.Christopher Faylor5-168/+228
2014-02-15* pinfo.cc (winpids::add): Always copy pinfo structure when winpid. Fill outChristopher Faylor2-61/+46
2014-02-14 * uinfo.cc (pwdgrp::fetch_account_from_windows): Default to /bin/bashCorinna Vinschen2-1/+6
2014-02-13Fix typoCorinna Vinschen1-1/+1
2014-02-13 * ldap.cc (cyg_ldap::fetch_posix_offset_for_domain): If domain nameCorinna Vinschen3-61/+110
2014-02-12 * uinfo.cc (cygheap_pwdgrp::nss_init_line): Explicitely ignore a colonCorinna Vinschen2-1/+6
2014-02-112014-02-11 Joey Ye <joey.ye@arm.com>Jeff Johnston2-4/+9