winsup/cygwin ChangeLog fhandler_tty.cc

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-13 05:43:30

Modified files:
cygwin : ChangeLog fhandler_tty.cc 

Log message:
* fhandler_tty.cc (fhandler_tty::open): Add a comment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3256&r2=1.3257
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.154&r2=1.155



src/winsup/doc ChangeLog faq-programming.xml

2005-12-12 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-12-13 05:32:43

Modified files:
winsup/doc : ChangeLog faq-programming.xml 

Log message:
* faq-programming.xml: Add note about struct stat64.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-programming.xml.diff?cvsroot=src&r1=1.3&r2=1.4



winsup/cygwin ChangeLog times.cc

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-13 02:55:12

Modified files:
cygwin : ChangeLog times.cc 

Log message:
* times.cc (hires_ms::usecs): Subtract from slop from system time or 
we'll
always end up priming the pump.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3255&r2=1.3256
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/times.cc.diff?cvsroot=uberbaum&r1=1.86&r2=1.87



winsup/cygwin ChangeLog fhandler_tty.cc times.cc

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-13 02:02:51

Modified files:
cygwin : ChangeLog fhandler_tty.cc times.cc 

Log message:
* times.cc (systime): Correct precision referenced in comment.
* fhandler_tty.cc (fhandler_tty_slave::open): Don't free original 
windows
station since that will cause strange problems displaying fonts.  Reset 
windows
station to original station after creating console.
* times.cc (hires_ms::usecs): Only reprime when calculated time is less 
than
system time.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3254&r2=1.3255
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.153&r2=1.154
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/times.cc.diff?cvsroot=uberbaum&r1=1.85&r2=1.86



winsup/w32api ChangeLog include/winuser.h

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-13 01:24:36

Modified files:
w32api : ChangeLog 
w32api/include : winuser.h 

Log message:
* include/winuser.h (WINSTA_ALL_ACCESS): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/w32api/ChangeLog.diff?cvsroot=uberbaum&r1=1.701&r2=1.702
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/w32api/include/winuser.h.diff?cvsroot=uberbaum&r1=1.104&r2=1.105



winsup/cygwin ChangeLog pinfo.cc

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-13 00:54:32

Modified files:
cygwin : ChangeLog pinfo.cc 

Log message:
* pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin 
process
associated with the pid, i.e., procinfo == NULL.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3253&r2=1.3254
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.210&r2=1.211



winsup/cygwin ChangeLog times.cc

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-13 00:43:46

Modified files:
cygwin : ChangeLog times.cc 

Log message:
* times.cc (hires_ms::usecs): Correct order when checking if high 
precision
time is <= current time.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3252&r2=1.3253
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/times.cc.diff?cvsroot=uberbaum&r1=1.84&r2=1.85



winsup/cygwin ChangeLog

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-12 19:10:02

Modified files:
cygwin : ChangeLog 

Log message:
correct ChangeLog

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3251&r2=1.3252



winsup/cygwin ChangeLog pinfo.cc pinfo.h

2005-12-12 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-12-12 18:43:32

Modified files:
cygwin : ChangeLog pinfo.cc pinfo.h 

Log message:
* pinfo.cc (size_copied): New convenience macro.
(winpids::add): Alias the element that we are working on for slightly 
better
clarity.  Honor the "make_copy" flag.
(winpids::release): Free and zero procinfo field if it was allocated via
malloc.
(winpids::~winpids): Free copied array.
* pinfo.h (class pinfo): Make winpids class a friend.
(winpids::make_copy): New field.
(winpids::copied): New array.
(winpids::reset): Reset npids after releasing pinfos or suffer a memory 
leak.
(winpids::winpids): Try harder to allocate all fields in the class.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3250&r2=1.3251
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.209&r2=1.210
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.93&r2=1.94



src/winsup/cygwin ChangeLog autoload.cc

2005-12-12 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-12-12 14:27:17

Modified files:
winsup/cygwin  : ChangeLog autoload.cc 

Log message:
* autoload.cc (GetSystemTimes): Remove.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3249&r2=1.3250
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.110&r2=1.111



src/winsup/cygwin ChangeLog fhandler_proc.cc

2005-12-12 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-12-12 12:18:14

Modified files:
winsup/cygwin  : ChangeLog fhandler_proc.cc 

Log message:
* fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.
Use NtQuerySystemInformation to evaluate uptime and idle_time from
all CPU's processor times.  Fallback to GetTickCount.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3248&r2=1.3249
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=src&r1=1.62&r2=1.63



src/winsup/cygwin ChangeLog mmap.cc

2005-12-12 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-12-12 10:00:33

Modified files:
winsup/cygwin  : ChangeLog mmap.cc 

Log message:
* mmap.cc (gen_create_protect): Always generate WRITECOPY protection
for private maps.
(fixup_mmaps_after_fork): Fix calculation of WRITECOPY protection for
VirtualProtect.  Add some words to the comment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3247&r2=1.3248
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.120&r2=1.121