aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygheap.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-725/+0
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-2/+2
2022-05-29Cygwin: remove regparm.hKen Brown1-8/+8
2022-05-29Cygwin: simplify some function namesKen Brown1-1/+1
2022-03-01Cygwin: add init_cygheap::compute_sigblkmask methodCorinna Vinschen1-0/+1
2021-11-26Cygwin: get/setrlimit: implement RLIMIT_ASCorinna Vinschen1-0/+1
2021-10-29Cygwin: remove support for Vista entirelyCorinna Vinschen1-1/+1
2019-03-04Cygwin: Revert attempting to unload user profile after useCorinna Vinschen1-8/+0
2019-02-23Cywin: user profile: unload impersonation user profile on exitCorinna Vinschen1-0/+5
2019-02-23Cygwin: user profile: Make an effort to unload unused user profilesCorinna Vinschen1-0/+3
2019-02-23Cygwin: cygheap: drop unnecessary code closing curr_primary_tokenCorinna Vinschen1-4/+0
2019-02-23Cygwin: cygheap: better comment impersonation tokensCorinna Vinschen1-6/+5
2018-12-25Cygwin: cygheap: convert installation paths to UNICODE_STRINGSCorinna Vinschen1-3/+4
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen1-1/+1
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-2/+0
2016-06-24Fix various OS-related commentsCorinna Vinschen1-7/+6
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-12Fix reading/writing Samba ACLs using RFC2307 mappingCorinna Vinschen1-0/+9
2015-04-23Try best to handle user from domain not in trusted domain list.Corinna Vinschen1-0/+1
2015-02-12 * cygheap.h (cygheap_pwdgrp::get_home): Add dnsdomain parameter toCorinna Vinschen1-6/+6
2015-01-08 * cygheap.h (cygheap_pwdgrp::get_shell): Add sid to argument list.Corinna Vinschen1-5/+9
2014-12-02 * uinfo.cc (fetch_windows_home): New function fetching Windows-compliantCorinna Vinschen1-2/+4
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen1-3/+13
2014-11-26 * Makefile.in (install): Add install-ldif target.Corinna Vinschen1-15/+50
2014-11-12 * cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.Corinna Vinschen1-6/+6
2014-10-27 * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen1-9/+1
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen1-0/+11
2014-10-14 * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin'sCorinna Vinschen1-3/+12
2014-07-29 * cygheap.h (class cygheap_domain_info): Remove lowest_tdo_posix_offset.Corinna Vinschen1-2/+0
2014-03-12 * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen1-9/+5
2014-02-28 * cygheap.h (cygheap_user::sid): Return reference to cygpsid ratherCorinna Vinschen1-11/+18
2014-02-17 * autoload.cc (ldap_abandon): Import.Corinna Vinschen1-6/+10
2014-02-11 * autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.Corinna Vinschen1-0/+38
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-1/+82
2013-12-05* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor1-1/+1
2013-08-30* cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor1-0/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-16/+19
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor1-1/+1
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-8/+7
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor1-0/+4
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor1-3/+3
2012-05-07* DevNotes: Add entry cgf-000003.Christopher Faylor1-1/+0
2012-03-05 * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen1-1/+91
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-0/+4
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor1-3/+0
2012-01-22* cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor1-6/+1
2012-01-22* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor1-7/+3
2011-12-17Implement fhandler reference counting.Christopher Faylor1-5/+29
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-2/+2
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-3/+0