summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * pinfo.cc (winpids::add): Always copy pinfo structure when winpid. Fill outChristopher Faylor2014-02-152-61/+46
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Default to /bin/bashCorinna Vinschen2014-02-142-1/+6
* Fix typoCorinna Vinschen2014-02-131-1/+1
* * ldap.cc (cyg_ldap::fetch_posix_offset_for_domain): If domain nameCorinna Vinschen2014-02-133-61/+110
* * uinfo.cc (cygheap_pwdgrp::nss_init_line): Explicitely ignore a colonCorinna Vinschen2014-02-122-1/+6
* 2014-02-11 Joey Ye <joey.ye@arm.com>Jeff Johnston2014-02-112-4/+9
* 2014-02-11 Joey Ye <joey.ye@arm.com>Jeff Johnston2014-02-112-3/+8
* * winsup.h: Turn off previous workaround but leave a comment.Christopher Faylor2014-02-112-0/+11
* * ldap.cc (rediscover_thread): Give argument a useful name.Corinna Vinschen2014-02-114-6/+14
* * autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.Corinna Vinschen2014-02-117-181/+192
* * winsup.h (Interlocked*): Use intrinsic versions of Interlocked functions.Christopher Faylor2014-02-113-19/+38
* * uinfo.cc (cygheap_domain_info::init): Drop accidentally leftover ifCorinna Vinschen2014-02-102-2/+6
* * uinfo.cc (cygheap_domain_info::init): Fix handling of account domainCorinna Vinschen2014-02-102-2/+11
* * cygheap.cc (cwcsdup): Change parameter to correct PWCSTR.Corinna Vinschen2014-02-103-7/+13
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Add code to allowCorinna Vinschen2014-02-102-1/+27
* * dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_execCorinna Vinschen2014-02-103-8/+33
* .Christopher Faylor2014-02-101-0/+3
* * environ.cc (strbrk): Properly deal with environment variable sans quote.Christopher Faylor2014-02-102-2/+7
* * environ.cc (strbrk): New function.Christopher Faylor2014-02-092-4/+49
* * libc/include/pwd.h: Include <sys/cdefs.h>.Corinna Vinschen2014-02-093-0/+7
* *** empty log message ***Corinna Vinschen2014-02-091-0/+15
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-0929-837/+2717
* * sigproc.cc (sig_send): Don't bother with an error message if we are exiting.Christopher Faylor2014-02-092-6/+8
* 2014-02-07 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY2014-02-094-1/+280
* Fix ChangeLogCorinna Vinschen2014-02-081-0/+1
* * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen2014-02-084-79/+109
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen2014-02-066-11/+36
* PR target/59788Rainer Orth2014-02-052-1/+7
* 2014-02-04 Matthias Braun <matze@braunis.de>Jeff Johnston2014-02-042-1/+5
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 29.Corinna Vinschen2014-02-042-1/+5
* * aarch64/Makefile.in (RDIMON_SCRIPTS): Rule to build in-tree copiesRichard Earnshaw2014-02-032-2/+12
* *** empty log message ***Corinna Vinschen2014-01-312-2/+6
* * fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.Christopher Faylor2014-01-313-14/+29
* * msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New. BuildDJ Delorie2014-01-307-24/+96