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
*
* shared.cc (shared_info::heap_chunk_size): Use correct variable when reading
Christopher Faylor
2003-01-31
1
-1
/
+1
*
space
Christopher Faylor
2002-11-02
1
-1
/
+1
*
* shared.cc (shared_info::initialize): Use correct value for version
Christopher Faylor
2002-10-23
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.
Christopher Faylor
2002-10-22
1
-35
/
+35
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
1
-4
/
+4
*
Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.
Christopher Faylor
2002-10-20
1
-1
/
+2
*
* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.
Christopher Faylor
2002-10-19
1
-0
/
+4
*
* fork.cc (fork_child): Move mmap initialization.
Christopher Faylor
2002-10-18
1
-8
/
+16
*
* shared.cc (open_shared): Revert to "old" method for shared memory location if
Christopher Faylor
2002-10-15
1
-11
/
+22
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-15
1
-8
/
+47
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-14
1
-4
/
+4
*
* cygthread.cc (cygthread::stub): Don't create event for long-running threads.
Christopher Faylor
2002-10-13
1
-9
/
+0
*
Cleanup calls to CreateFile throughout.
Christopher Faylor
2002-09-19
1
-7
/
+3
*
* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.
Christopher Faylor
2002-09-02
1
-0
/
+1
*
* Makefile.in (cygcheck.exe): Make a -mno-cygwin program.
Christopher Faylor
2002-08-26
1
-1
/
+1
*
Conrad Scott <conrad.scott@dsl.pipex.com
Christopher Faylor
2002-08-06
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler
Christopher Faylor
2002-07-14
1
-2
/
+0
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-2
/
+4
*
* shared.cc (sec_none): Move to sec_helper.cc.
Corinna Vinschen
2002-07-01
1
-96
/
+0
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-1
/
+1
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-1
/
+0
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-1
/
+0
*
* shared.cc (__sec_user): Split into sec_acl() and call orig_sid().
Corinna Vinschen
2002-05-13
1
-42
/
+35
*
* fork.cc (fork_parent): Use sec_user_nih to control process/thread
Christopher Faylor
2002-02-19
1
-10
/
+1
*
* times.cc (hires::prime): Restore thread priority on failure condition.
Christopher Faylor
2002-02-17
1
-2
/
+2
*
whitespace cleanup
Christopher Faylor
2002-02-16
1
-22
/
+21
*
* cygmagic: Add define name to warning.
Christopher Faylor
2001-12-26
1
-4
/
+16
*
* Makefile.in: Autogenerate some header files which provide magic numbers.
Christopher Faylor
2001-12-26
1
-10
/
+7
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-1
/
+1
*
* Makefile.in: Only build testsuite directory on first 'make check'.
Christopher Faylor
2001-10-24
1
-3
/
+8
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-0
/
+2
*
* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default
Christopher Faylor
2001-10-09
1
-4
/
+1
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
* cygwin.din: Remove cygwin_getshared.
Christopher Faylor
2001-09-11
1
-8
/
+0
*
* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not
Christopher Faylor
2001-09-09
1
-19
/
+19
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-7
/
+9
*
Remove initialization of static or global values to zero, throughout. This
Christopher Faylor
2001-09-06
1
-1
/
+1
*
* child_info.h: Modify magic number.
Christopher Faylor
2001-09-03
1
-2
/
+2
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
* child_info.h: Bump magic number.
Christopher Faylor
2001-07-17
1
-1
/
+1
*
Change well_known_admin_sid to well_known_admins_sid throughout.
Corinna Vinschen
2001-07-15
1
-2
/
+2
*
* fork.cc (fork): Eliminate superfluous call to getuid().
Corinna Vinschen
2001-05-15
1
-6
/
+6
*
* grp.cc: Eliminate MAX_DOMAIN_NAME define.
Corinna Vinschen
2001-04-30
1
-2
/
+2
*
* autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.
Corinna Vinschen
2001-04-25
1
-3
/
+2
*
* security.cc (alloc_sd): Reformat comment.
Corinna Vinschen
2001-04-22
1
-4
/
+0
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-0
/
+2
*
Fix spacing, copyrights.
Christopher Faylor
2001-03-18
1
-11
/
+11
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* shared.cc (shared_info::initialize): Reduce size of heap.
Christopher Faylor
2001-01-31
1
-1
/
+1
*
* pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of
Corinna Vinschen
2001-01-30
1
-1
/
+1
[next]