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
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
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen
2008-05-23 * shared.cc (open_shared): Fix comments. Fix a condition which hasCorinna Vinschen
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-19 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-27 * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-08-13 * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen
2007-06-27 * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen