Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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