summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shared.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * mount.cc (mount_info::init): Take bool argument and allow toCorinna Vinschen2014-11-271-1/+6
* * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen2014-10-171-10/+1
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen2014-02-061-2/+2
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-2/+0
* * cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor2013-08-301-1/+2
* * spinlock.h (ULONG): Replace LONG operator with ULONG to accommodateCorinna Vinschen2013-05-221-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-40/+20
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor2012-07-291-0/+4
* * shared.cc (shared_info::init_obcaseinsensitive): Check actual stateCorinna Vinschen2012-02-211-14/+35
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-95/+5
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-2/+0
* * shared.cc (get_shared_parent_dir): Use global shared_parent_dirCorinna Vinschen2011-11-181-13/+17
* * shared.cc (shared_info::create): Open global shared data sectionCorinna Vinschen2011-11-171-1/+2
* * shared.cc (open_shared): Fix memory reservation of essential sharedCorinna Vinschen2011-10-241-7/+7
* * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen2011-08-091-31/+0
* * fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert toChristopher Faylor2011-06-071-6/+10
* * fhandler_console.cc (fhandler_console::open_shared_console): Don't zeroChristopher Faylor2011-06-051-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-6/+2
* * shared.cc (offsets): Reorder so that console_state is lowest inCorinna Vinschen2011-05-271-9/+14
* * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen2011-05-161-21/+0
* Eliminate trailing whitespace in some files.Christopher Faylor2011-05-021-3/+3
* * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen2011-04-231-4/+4
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-17/+18
* Revert accidental previous login.Corinna Vinschen2010-09-281-1/+1
* * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen2010-09-281-1/+1
* * shared.cc (init_installation_root): Change to make sure that scope of theChristopher Faylor2010-03-181-1/+2
* * shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor2010-03-151-92/+86
* * spinlock.h: New file.Christopher Faylor2010-03-131-34/+23
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-4/+4
* * shared.cc (memory_init): Fix comment. Fix indentation.Christopher Faylor2010-03-101-11/+12
* * shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor2010-03-091-38/+58
* * shared.cc (inst_root_inited): Delete.Christopher Faylor2010-03-091-24/+16
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-1/+1
* * shared.cc (inst_root_inited): New static bool variable.Corinna Vinschen2009-11-061-2/+6
* * cygprops.h: New file.Corinna Vinschen2009-10-311-45/+99
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-3/+3
* * shared.cc (shared_name): New function for WCHAR names.Corinna Vinschen2009-01-261-12/+19
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+1
* Remove unneeded whitespace.Christopher Faylor2008-11-261-7/+7
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-271-22/+21
* * shared_info.h (shared_destroy): Declare.Christopher Faylor2008-07-271-0/+9
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-251-13/+20
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-3/+50
* Add case-sensitivity.Corinna Vinschen2008-07-161-0/+21
* * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen2008-07-151-4/+2
* * shared.cc (open_shared): Fix comments. Fix a condition which hasCorinna Vinschen2008-05-231-3/+2
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-19/+46