This is the mail archive of the cygwin-cvs@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog child_info.h cyghe ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sources.redhat.com	2000-11-13 21:53:32

Modified files:
	winsup/cygwin  : ChangeLog child_info.h cygheap.cc cygheap.h 
	                 dcrt0.cc dir.cc external.cc net.cc path.cc 
	                 pinfo.h sigproc.cc syscalls.cc 

Log message:
	* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
	heap.
	* child_info.h (child_info): Change pointer type of cygheap to init_cygheap.
	* cygheap.cc (init_cheap): Point cygheap_max after contents of cygheap.  Move
	some stuff into cygheap.h.
	* dir.cc (opendir): Change to use root and rootlen in cygheap rather than in
	myself.
	(mkdir): Change to use umask in cygheap rather than in myself.
	* path.cc: Ditto, throughout.
	* syscalls.cc (_open): Ditto.  Change to use umask in cygheap rather than in
	myself.
	(chroot): Change to allocate root dir on the cygwin heap.
	(umask): Change to use umask in cygheap rather than in myself.
	(cygwin_bind): Ditto.
	* sigproc.cc (proc_subproc): Don't copy umask or root stuff as this happens
	automatically now.
	* pinfo.h (_pinfo): Migrate stuff out of here and into init_cheap.
	* dcrt0.cc (dll_crt0_1): Call cygheap_init later in startup for first cygwin
	process.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.421&r2=1.422
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.78&r2=1.79
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/external.cc.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.65&r2=1.66


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]