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 cygheap.cc cygheap ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2000-11-14 16:13:09

Modified files:
	winsup/cygwin  : ChangeLog cygheap.cc cygheap.h dcrt0.cc dir.cc 
	                 fork.cc grp.cc passwd.cc path.cc pinfo.h 
	                 security.cc shared.cc sigproc.cc spawn.cc 
	                 syscalls.cc uinfo.cc 

Log message:
	* cygheap.cc (cygheap_root::cygheap_root): New function.
	(cygheap_root::~cygheap_root): Ditto.
	(cygheap_root::operator=): Ditto.
	(cygheap_user::~cygheap_user): Ditto.
	(cygheap_user::set_name): Ditto.
	(cygheap_user::set_logsrv): Ditto.
	(cygheap_user::set_domain): Ditto.
	(cygheap_user::set_sid): Ditto.
	* cygheap.h (cygheap_root): New class.
	(cygheap_user): Ditto.
	(init_cygheap): Change type of `root' member to cygheap_root.
	Add `user' member.
	* dir.cc (opendir): Use new `cygheap_root' class.
	* dcrt0.cc (dll_crt0_1): Use new `cygheap_user' class.
	* fork.cc (fork_parent): Ditto.
	* grp.cc (getgroups): Ditto.
	* passwd.cc (search_for): Ditto.
	* path.cc: Use new `cygheap_root' class throughout.
	* pinfo.h (_pinfo): Remove `use_psid'. Move `username', `psid',
	`logsrv', `domain', `orig_{uid,gid}' and `real_{uid,gid}' to
	cygheap_user class.
	* security.cc: Use new `cygheap_user' class throughout.
	* shared.cc (sec_user): Ditto.
	* sigproc.cc (proc_subproc): Remove copy statements for user
	related information moved to `cygheap_user' class.
	* spawn.cc (spawn_guts): Invalidate current chroot settings
	when creating Windows environment. Use new `cygheap_user' class.
	* syscalls.cc: Use new `cygheap_user' class throughout.
	* uinfo.cc: Ditto.
	* uinfo.cc (internal_getlogin): Change parameters to reflect the
	move of user information to cygheap.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.423&r2=1.424
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.79&r2=1.80
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/grp.cc.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/passwd.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.81&r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared.cc.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.62&r2=1.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.59&r2=1.60
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.66&r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.25&r2=1.26


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