summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygheap.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Fix reading/writing Samba ACLs using RFC2307 mappingCorinna Vinschen2016-03-121-0/+9
* Try best to handle user from domain not in trusted domain list.Corinna Vinschen2015-04-231-0/+1
* * cygheap.h (cygheap_pwdgrp::get_home): Add dnsdomain parameter toCorinna Vinschen2015-02-121-6/+6
* * cygheap.h (cygheap_pwdgrp::get_shell): Add sid to argument list.Corinna Vinschen2015-01-081-5/+9
* * uinfo.cc (fetch_windows_home): New function fetching Windows-compliantCorinna Vinschen2014-12-021-2/+4
* * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen2014-11-281-3/+13
* * Makefile.in (install): Add install-ldif target.Corinna Vinschen2014-11-261-15/+50
* * cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.Corinna Vinschen2014-11-121-6/+6
* * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen2014-10-271-9/+1
* * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen2014-10-171-0/+11
* * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin'sCorinna Vinschen2014-10-141-3/+12
* * cygheap.h (class cygheap_domain_info): Remove lowest_tdo_posix_offset.Corinna Vinschen2014-07-291-2/+0
* * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen2014-03-121-9/+5
* * cygheap.h (cygheap_user::sid): Return reference to cygpsid ratherCorinna Vinschen2014-02-281-11/+18
* * autoload.cc (ldap_abandon): Import.Corinna Vinschen2014-02-171-6/+10
* * autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.Corinna Vinschen2014-02-111-0/+38
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-1/+82
* * cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor2013-12-051-1/+1
* * cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor2013-08-301-0/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-16/+19
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-1/+1
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-8/+7
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-091-0/+4
* * DevNotes: Add entry cgf-000011.Christopher Faylor2012-06-031-3/+3
* * DevNotes: Add entry cgf-000003.Christopher Faylor2012-05-071-1/+0
* * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen2012-03-051-1/+91
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-0/+4
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-3/+0
* * cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor2012-01-221-6/+1
* * cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor2012-01-221-7/+3
* Implement fhandler reference counting.Christopher Faylor2011-12-171-5/+29
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-2/+2
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-3/+0
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * Fix various copyrights.Corinna Vinschen2011-04-181-1/+1
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-1/+1
* * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen2010-10-091-0/+2
* * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen2010-08-131-2/+9
* * cygheap.h (cygheap_fdmanip): Delete fh and use fd index into cygheap->fdtabChristopher Faylor2010-08-091-16/+11
* * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen2010-04-201-1/+3
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-131-0/+3
* * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen2009-09-211-2/+2
* * cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor2009-08-051-1/+0
* * cygheap_malloc.h: New file.Christopher Faylor2009-08-011-40/+1
* * select.h: New file split from fhandler.h.Christopher Faylor2009-06-301-1/+1
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-2/+7
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-0/+8
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-2/+6
* Add case-sensitivity.Corinna Vinschen2008-07-161-2/+4