aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/shared.cc
AgeCommit message (Expand)AuthorFilesLines
2019-02-07forkables: simplify disabling via shmMichael Haubenwallner1-0/+1
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen1-0/+5
2017-03-27Implement getloadavg()Jon Turney1-0/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2014-11-27 * mount.cc (mount_info::init): Take bool argument and allow toCorinna Vinschen1-1/+6
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen1-10/+1
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-1/+1
2014-02-06 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen1-2/+2
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-2/+0
2013-08-30* cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor1-1/+2
2013-05-22 * spinlock.h (ULONG): Replace LONG operator with ULONG to accommodateCorinna Vinschen1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-40/+20
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor1-0/+4
2012-02-21 * shared.cc (shared_info::init_obcaseinsensitive): Check actual stateCorinna Vinschen1-14/+35
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-95/+5
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-2/+0
2011-11-18 * shared.cc (get_shared_parent_dir): Use global shared_parent_dirCorinna Vinschen1-13/+17
2011-11-17 * shared.cc (shared_info::create): Open global shared data sectionCorinna Vinschen1-1/+2
2011-10-24 * shared.cc (open_shared): Fix memory reservation of essential sharedCorinna Vinschen1-7/+7
2011-08-09 * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen1-31/+0
2011-06-07* fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert toChristopher Faylor1-6/+10
2011-06-05* fhandler_console.cc (fhandler_console::open_shared_console): Don't zeroChristopher Faylor1-1/+1
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-6/+2
2011-05-27 * shared.cc (offsets): Reorder so that console_state is lowest inCorinna Vinschen1-9/+14
2011-05-16 * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen1-21/+0
2011-05-02Eliminate trailing whitespace in some files.Christopher Faylor1-3/+3
2011-04-23 * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen1-4/+4
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen1-17/+18
2010-09-28 Revert accidental previous login.Corinna Vinschen1-1/+1
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen1-1/+1
2010-03-18* shared.cc (init_installation_root): Change to make sure that scope of theChristopher Faylor1-1/+2
2010-03-15* shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor1-92/+86
2010-03-13* spinlock.h: New file.Christopher Faylor1-34/+23
2010-03-12Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor1-4/+4
2010-03-10* shared.cc (memory_init): Fix comment. Fix indentation.Christopher Faylor1-11/+12
2010-03-09* shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor1-38/+58
2010-03-09* shared.cc (inst_root_inited): Delete.Christopher Faylor1-24/+16
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-1/+1
2009-11-06 * shared.cc (inst_root_inited): New static bool variable.Corinna Vinschen1-2/+6
2009-10-31 * cygprops.h: New file.Corinna Vinschen1-45/+99
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor1-3/+3
2009-01-26 * shared.cc (shared_name): New function for WCHAR names.Corinna Vinschen1-12/+19
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+1
2008-11-26Remove unneeded whitespace.Christopher Faylor1-7/+7
2008-07-27* dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor1-22/+21
2008-07-27* shared_info.h (shared_destroy): Declare.Christopher Faylor1-0/+9
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen1-13/+20
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen1-3/+50
2008-07-16 Add case-sensitivity.Corinna Vinschen1-0/+21