summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * include/cygwin/socket.h (IPV6_JOIN_GROUP): Revert.Corinna Vinschen2014-03-122-0/+7
* Fix ChangeLog entry date.Corinna Vinschen2014-03-111-1/+1
* * fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor2014-03-103-3/+9
* * fhandler_console.cc (dev_console::save_restore): Save entire line of currentChristopher Faylor2014-03-102-1/+7
* * fhandler_console.cc (fhandler_console::save_restore): Save only until lastChristopher Faylor2014-03-102-18/+23
* * fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor2014-03-093-365/+391
* * sigproc.cc (_cygtls::remove_wq): Reset thread_ev inside of lock. Set to NULLChristopher Faylor2014-03-092-1/+7
* * fhandler_console.cc (fhandler_console::char_command): Properly use calculatedChristopher Faylor2014-03-092-1/+6
* * dir.cc (opendir): Propagate any errno from build_fh_name.Christopher Faylor2014-03-092-0/+9
* * pwdgrp.h (pwdgrp::is_passwd): New inline method.Corinna Vinschen2014-03-075-49/+63
* * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE isCorinna Vinschen2014-03-073-4/+18
* * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen2014-03-065-20/+49
* * setpwd.cc (client_request_setpwd::serve): Use RtlSecureZeroMemory toCorinna Vinschen2014-03-062-2/+7
* * setlsapwd.cc (setlsapwd): Use RtlSecureZeroMemory to delete passwordCorinna Vinschen2014-03-062-1/+6
* * ldap.cc (rediscover_thread): Remove.Corinna Vinschen2014-03-053-72/+18
* * include/cygwin/config.h (__TM_GMTOFF): Define.Corinna Vinschen2014-03-052-0/+8
* * libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition.Corinna Vinschen2014-03-052-10/+5
* * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF andCorinna Vinschen2014-03-054-14/+51
* * libc/include/time.h (__TM_GMTOFF): Define on Cygwin.Corinna Vinschen2014-03-052-0/+22
* 2014-02-27 Joey Ye <joey.ye@arm.com>Jeff Johnston2014-03-042-10/+14
* * exception.h (exception::handler_installed): Remove.Corinna Vinschen2014-03-043-14/+25
* * libc/include/machine/_default_types.h: Define unsigned type usingCorinna Vinschen2014-03-042-0/+41
* * exception.h (exception::exception): Install vectored exceptionCorinna Vinschen2014-03-032-1/+6
* * sec_helper.cc (cygpsid::get_id): Move Samba SID->uid/gid mappingCorinna Vinschen2014-03-033-61/+143
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Only fetch extendedCorinna Vinschen2014-02-282-1/+8
* * cygheap.h (cygheap_user::sid): Return reference to cygpsid ratherCorinna Vinschen2014-02-285-59/+138
* * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen2014-02-2711-188/+237
* * path.cc (find_fast_cwd_pointer): Fix preceeding comment.Corinna Vinschen2014-02-272-2/+5
* Fix typoCorinna Vinschen2014-02-261-1/+1
* * fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor2014-02-263-15/+23
* * mkgroup.c (domlist_t): Drop id_offset.Corinna Vinschen2014-02-244-701/+415
* * minidumper.cc (minidump): Fix -t option argument handling.Jon TURNEY2014-02-232-1/+5
* * dev_console::scroll_buffer): Reinstate clipping region.Christopher Faylor2014-02-232-1/+5
* * fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor2014-02-233-61/+105
* * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen2014-02-227-27/+98
* * pwdgrp.h (pwdgrp::fetch_account_from_windows): Add bool parameterCorinna Vinschen2014-02-215-17/+40
* * libm/complex/complex.tex: Fix wrong syntax in documentation.Corinna Vinschen2014-02-203-78/+159
* * grp.cc (getgrouplist): Fix previous fix so ret is only set to ngroupsCorinna Vinschen2014-02-202-1/+8
* *** empty log message ***Corinna Vinschen2014-02-201-0/+5
* * grp.cc (get_groups): Don't add gid to list if it's ILLEGAL_GID.Corinna Vinschen2014-02-202-2/+7
* * libc/stdio/open_memstream.c (internal_open_memstream_r): InitializeCorinna Vinschen2014-02-202-0/+6
* * passwd.cc (pg_ent::setent): Initialize cygheap domain info.Corinna Vinschen2014-02-193-1/+9
* * Makefile.in: Ignore errors on doc install.Christopher Faylor2014-02-182-1/+5
* * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen2014-02-186-3/+131
* *** empty log message ***Christopher Faylor2014-02-181-0/+8
* * setlsapwd.cc (setlsapwd): Fix conditional expression after breakingCorinna Vinschen2014-02-182-1/+6
* * autoload.cc (ldap_abandon): Import.Corinna Vinschen2014-02-1712-282/+1060
* * miscfuncs.h (NT_readline::close): New function to close handle.Corinna Vinschen2014-02-164-2/+12
* * dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetchingCorinna Vinschen2014-02-162-3/+8
* * DevNotes: Add entry cgf-000024.Christopher Faylor2014-02-165-168/+228