This is the mail archive of the cygwin-cvs@cygwin.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]
Other format: [Raw text]

src/winsup/cygwin ChangeLog cygheap.cc cygwin. ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cr-0x5f1
Changes by:	corinna@sourceware.org	2007-01-12 19:44:20

Modified files:
	winsup/cygwin  : ChangeLog cygheap.cc cygwin.sc fork.cc mmap.cc 
	                 spawn.cc syscalls.cc 

Log message:
	2007-01-12  Corinna Vinschen  <corinna@vinschen.de>
	
	* cygheap.cc (_csbrk): Fix off-by-one error.
	* cygwin.sc: Give .cygheap a minimum size of 512K.
	
	2007-01-12  Corinna Vinschen  <corinna@vinschen.de>
	
	* fork.cc (child_copy): Add missing Windows PID in debug output.
	
	2007-01-12  Corinna Vinschen  <corinna@vinschen.de>
	
	* syscalls.cc: Update copyright.
	
	2007-01-10  Corinna Vinschen  <corinna@vinschen.de>
	
	* mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get a
	useful, valid address before the actual mappings take place.
	Fix typo in comment.
	
	2007-01-10  Corinna Vinschen  <corinna@vinschen.de>
	
	* syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).
	
	2007-01-09  Corinna Vinschen  <corinna@vinschen.de>
	
	* mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.
	
	2007-01-01  Christopher Faylor  <me@cgf.cx>
	
	* spawn.cc (spawn_guts): Don't expect synchronization from a non-cygwin
	_P_NOWAIT process.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.3582.2.20&r2=1.3582.2.21
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.133&r2=1.133.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.sc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.20&r2=1.20.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.185.2.1&r2=1.185.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.132.2.1&r2=1.132.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.233.2.1&r2=1.233.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.403&r2=1.403.4.1


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