summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shared_info.h
Commit message (Expand)AuthorAgeFilesLines
* Change CURR_SHARED_MAGIC to account for getloadavg patchCorinna Vinschen2017-03-281-1/+1
* Implement getloadavg()Jon Turney2017-03-271-0/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen2014-10-171-1/+1
* * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen2013-05-231-1/+2
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-4/+1
* * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen2011-08-091-2/+1
* * environ.cc (settings::set_process_state): Delete.Christopher Faylor2011-06-081-1/+4
* * fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert toChristopher Faylor2011-06-071-0/+1
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-8/+0
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+0
* * shared.cc (offsets): Reorder so that console_state is lowest inCorinna Vinschen2011-05-271-1/+1
* * mount.cc (mount_info::conv_to_win32_path): Remove unused code.Corinna Vinschen2011-05-241-2/+1
* * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen2011-05-161-4/+1
* * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen2011-04-231-4/+5
* * shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor2010-03-151-12/+9
* * shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor2010-03-091-4/+6
* * cygprops.h: New file.Corinna Vinschen2009-10-311-5/+5
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-1/+1
* * Makefile.in: Use all compile options when calculating magic values.Christopher Faylor2009-04-051-1/+1
* * net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor2009-04-051-1/+1
* * shared_info.h (CURR_SHARED_MAGIC): Update.Corinna Vinschen2009-03-241-1/+1
* * dtable.cc (dtable::select_read): Add ability to override fh.Christopher Faylor2009-02-271-1/+1
* * shared.cc (shared_name): New function for WCHAR names.Corinna Vinschen2009-01-261-3/+5
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-1/+5
* * mount.cc: Change comment.Christopher Faylor2008-12-251-90/+1
* * shared_info.h (shared_info::create_root_entry): Remove extraneousChristopher Faylor2008-08-261-1/+1
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-271-2/+3
* * shared_info.h (shared_destroy): Declare.Christopher Faylor2008-07-271-1/+2
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-251-0/+2
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-2/+5
* Add case-sensitivity.Corinna Vinschen2008-07-161-3/+3
* * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen2008-07-151-2/+3
* * mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.Christopher Faylor2008-05-231-4/+4
* * mount.cc (mount_info::init): Remove call to from_registry. PrintCorinna Vinschen2008-04-211-4/+0
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-0/+1
* Revert thinko in previous patch.Corinna Vinschen2008-04-181-5/+2
* * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen2008-04-181-4/+12
* * postinstall: New script.Corinna Vinschen2008-04-051-7/+3
* * path.cc (mount_info::init): First try to fetch mount points fromCorinna Vinschen2008-04-021-0/+2
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen2008-03-271-1/+1
* * cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,Corinna Vinschen2007-10-231-0/+2
* * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen2007-08-131-25/+1
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-261-1/+3
* * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen2007-06-271-2/+3
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-1/+1
* * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen2006-10-311-2/+4
* * environ.cc (dos_file_warning): Declare.Christopher Faylor2006-08-011-2/+2