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
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor
2001-11-25* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-14* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor
2001-10-05Revert incorrect checkins.Christopher Faylor
2001-10-05* heap.h (inheap): Check for NULL.Christopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor
2001-09-14*** empty log message ***Christopher Faylor
2001-09-14* fork.cc (vfork): Avoid recursive vforks.Christopher Faylor
2001-09-14* cygheap.cc (dup_now): New function.Christopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-11Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-09* fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor
2001-07-17* child_info.h: Bump magic number.Christopher Faylor
2001-06-25* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor
2001-06-19* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor
2001-06-12* environ.cc (set_file_api_mode): New function. Move settingEgor Duda
2001-05-20* fork.cc (fork_parent): Move atforkprepare call here.Christopher Faylor
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen
2001-05-01 * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-13* fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor
2001-03-18Update copyrights.Christopher Faylor
2001-02-10* fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor
2000-11-16Update ChangeLog.Christopher Faylor
2000-11-16* sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor
2000-11-16 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen
2000-11-15* fork.cc (slow_pid_reuse): Off-by-one.Christopher Faylor
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor