index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
shared.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* mount.cc (mount_info::init): Take bool argument and allow to
Corinna Vinschen
2014-11-27
1
-1
/
+6
*
* cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.
Corinna Vinschen
2014-10-17
1
-10
/
+1
*
Introduce reading passwd/group entries from SAM/AD. Introduce
Corinna Vinschen
2014-02-09
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo in
Corinna Vinschen
2014-02-06
1
-2
/
+2
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-2
/
+0
*
* cygheap.h (user_heap_info::sbrk): Declare new function.
Christopher Faylor
2013-08-30
1
-1
/
+2
*
* spinlock.h (ULONG): Replace LONG operator with ULONG to accommodate
Corinna Vinschen
2013-05-22
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-40
/
+20
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'
Christopher Faylor
2012-07-29
1
-0
/
+4
*
* shared.cc (shared_info::init_obcaseinsensitive): Check actual state
Corinna Vinschen
2012-02-21
1
-14
/
+35
*
* cygheap.cc (init_cygheap::init_installation_root): Convert function
Corinna Vinschen
2012-02-14
1
-95
/
+5
*
Throughout use wincap.allocation_granularity instead of getpagesize.
Corinna Vinschen
2011-12-22
1
-2
/
+0
*
* shared.cc (get_shared_parent_dir): Use global shared_parent_dir
Corinna Vinschen
2011-11-18
1
-13
/
+17
*
* shared.cc (shared_info::create): Open global shared data section
Corinna Vinschen
2011-11-17
1
-1
/
+2
*
* shared.cc (open_shared): Fix memory reservation of essential shared
Corinna Vinschen
2011-10-24
1
-7
/
+7
*
* heap.cc (eval_initial_heap_size): New function fetching the heap
Corinna Vinschen
2011-08-09
1
-31
/
+0
*
* fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert to
Christopher Faylor
2011-06-07
1
-6
/
+10
*
* fhandler_console.cc (fhandler_console::open_shared_console): Don't zero
Christopher Faylor
2011-06-05
1
-1
/
+1
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-6
/
+2
*
* shared.cc (offsets): Reorder so that console_state is lowest in
Corinna Vinschen
2011-05-27
1
-9
/
+14
*
* heap.cc (heap_init): Rewrite initial heap allocation to use addresses
Corinna Vinschen
2011-05-16
1
-21
/
+0
*
Eliminate trailing whitespace in some files.
Christopher Faylor
2011-05-02
1
-3
/
+3
*
* registry.cc (reg_key::get_dword): Rename from get_int, use DWORD
Corinna Vinschen
2011-04-23
1
-4
/
+4
*
* Makefile.in (DLL_IMPORTS): Drop advapi32.dll.
Corinna Vinschen
2011-04-19
1
-17
/
+18
*
Revert accidental previous login.
Corinna Vinschen
2010-09-28
1
-1
/
+1
*
* Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.
Corinna Vinschen
2010-09-28
1
-1
/
+1
*
* shared.cc (init_installation_root): Change to make sure that scope of the
Christopher Faylor
2010-03-18
1
-1
/
+2
*
* shared_info.h (user_info): Add dll_crt0_1 as a friend.
Christopher Faylor
2010-03-15
1
-92
/
+86
*
* spinlock.h: New file.
Christopher Faylor
2010-03-13
1
-34
/
+23
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-4
/
+4
*
* shared.cc (memory_init): Fix comment. Fix indentation.
Christopher Faylor
2010-03-10
1
-11
/
+12
*
* shared_info.h (open_shared): Create function wrapper for common use case.
Christopher Faylor
2010-03-09
1
-38
/
+58
*
* shared.cc (inst_root_inited): Delete.
Christopher Faylor
2010-03-09
1
-24
/
+16
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-1
/
+1
*
* shared.cc (inst_root_inited): New static bool variable.
Corinna Vinschen
2009-11-06
1
-2
/
+6
*
* cygprops.h: New file.
Corinna Vinschen
2009-10-31
1
-45
/
+99
*
* cygheap.h (mini_cygheap): New struct.
Christopher Faylor
2009-06-08
1
-3
/
+3
*
* shared.cc (shared_name): New function for WCHAR names.
Corinna Vinschen
2009-01-26
1
-12
/
+19
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-2
/
+1
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-7
/
+7
*
* dcrt0.cc (dll_crt0_0): Remove calling malloc_init and
Christopher Faylor
2008-07-27
1
-22
/
+21
*
* shared_info.h (shared_destroy): Declare.
Christopher Faylor
2008-07-27
1
-0
/
+9
*
* dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1
Corinna Vinschen
2008-07-25
1
-13
/
+20
*
* shared.cc (user_shared_initialize): Fetch potentially changed Cygwin
Corinna Vinschen
2008-07-24
1
-3
/
+50
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-0
/
+21
*
* fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.
Corinna Vinschen
2008-07-15
1
-4
/
+2
*
* shared.cc (open_shared): Fix comments. Fix a condition which has
Corinna Vinschen
2008-05-23
1
-3
/
+2
*
* Makefile.in (DLL_OFILES): Add kernel32.o.
Corinna Vinschen
2008-04-21
1
-19
/
+46
*
* fhandler.h (-struct wsa_event): Move to wsa_event.h. Include
Corinna Vinschen
2008-04-18
1
-37
/
+54
[next]