OSDN Git Service

* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.
[pf3gnuchains/sourceware.git] / winsup / cygwin / shared.cc
2002-10-22 cgf* cygheap.cc (cygheap_fixup_in_child): Use user_heap...
2002-10-21 cgfChange _function() to function() throughout.
2002-10-20 cgfRename _kill() to kill() throughout. Rename _raise...
2002-10-19 cgf* dcrt0.cc (dll_crt0_1): Initialize cygwin threads...
2002-10-18 cgf* fork.cc (fork_child): Move mmap initialization.
2002-10-15 cgf* shared.cc (open_shared): Revert to "old" method for...
2002-10-15 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2002-10-14 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2002-10-13 cgf* cygthread.cc (cygthread::stub): Don't create event...
2002-09-19 cgfCleanup calls to CreateFile throughout.
2002-09-02 cgf* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.
2002-08-26 cgf* Makefile.in (cygcheck.exe): Make a -mno-cygwin program.
2002-08-06 cgfConrad Scott <conrad.scott@dsl.pipex.com
2002-07-14 cgf* dcrt0.cc (dll_crt0_1): Move debug_init call back...
2002-07-13 cgf* debug.h (handle_list): Move here from debug.cc. ...
2002-07-01 corinna * shared.cc (sec_none): Move to sec_helper.cc.
2002-06-05 cgf* dtable.cc (handle_to_fn): Attempt to handle "raw...
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-05-25 cgfRemove unneeded sync.h, where appropriate, throughout...
2002-05-13 corinna * shared.cc (__sec_user): Split into sec_acl() and...
2002-02-19 cgf* fork.cc (fork_parent): Use sec_user_nih to control...
2002-02-17 cgf* times.cc (hires::prime): Restore thread priority...
2002-02-16 cgfwhitespace cleanup
2001-12-26 cgf* cygmagic: Add define name to warning.
2001-12-26 cgf* Makefile.in: Autogenerate some header files which...
2001-11-05 cgfEliminate excess whitespace.
2001-10-24 cgf* Makefile.in: Only build testsuite directory on first...
2001-10-15 cgf* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-09 cgf* uinfo.cc (internal_getlogin): Reorganize slightly...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-11 cgf* cygwin.din: Remove cygwin_getshared.
2001-09-09 cgf* cygheap.cc (cygheap_fixup_in_child): Clear cygheap...
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 cgfRemove initialization of static or global values to...
2001-09-03 cgf* child_info.h: Modify magic number.
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-07-17 cgf* child_info.h: Bump magic number.
2001-07-15 corinna Change well_known_admin_sid to well_known_admin...
2001-05-15 corinna * fork.cc (fork): Eliminate superfluous call...
2001-04-30 corinna * grp.cc: Eliminate MAX_DOMAIN_NAME define.
2001-04-25 corinna * autoload.cc: Add LoadDLLfunc statements for...
2001-04-22 corinna * security.cc (alloc_sd): Reformat comment.
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2001-03-18 cgfFix spacing, copyrights.
2001-03-18 cgfUpdate copyrights.
2001-01-31 cgf* shared.cc (shared_info::initialize): Reduce size...
2001-01-30 corinna * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VA...
2001-01-29 cgf* syscalls.cc (_link): Make sure that newpath does...
2001-01-28 cgfThroughout, change 'cygwin_shared.mount' to 'mount_table'.
2000-11-15 corinna * cygheap.cc (cygheap_root::cygheap_root):...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-07 cgfSplit out tty and shared_info stuff into their own...
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-09 cgf* select.cc (allocfd_set): Zero allocated fd_set.
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-02 corinna * winsup.h: Define MAX_SID_LEN and new MAX_HOST...
2000-06-24 cgf* shared.cc (shared_info::initialize): Improve error...
2000-02-17 cgfInitial revision