aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/times.cc
AgeCommit message (Expand)AuthorFilesLines
2012-03-28 * times.cc (clock_setres): Set minperiod to period.Corinna Vinschen1-1/+1
2012-03-27 * times.cc (clock_setres): Revert previous change.Corinna Vinschen1-4/+1
2012-03-26 * hires.h (hires_ms::dmsecs): Drop unused method.Corinna Vinschen1-25/+14
2011-12-13 * times.cc (hires_ns::resolution): Don't return less than 1.Corinna Vinschen1-1/+1
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-7/+5
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz1-18/+6
2011-06-06whitespace eliminationChristopher Faylor1-42/+42
2011-05-17* cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz1-0/+88
2011-05-09* times.cc (settimeofday): Add EFAULT handler.Yaakov Selkowitz1-2/+30
2011-05-02Eliminate trailing whitespace in some files.Christopher Faylor1-1/+1
2011-03-30 * hires.h: Fix copyright.Corinna Vinschen1-173/+9
2011-03-30 * times.cc (hires_ms::resolution): Make sure resolution is never 0.Corinna Vinschen1-0/+8
2011-03-29 * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen1-32/+104
2010-08-09Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz1-30/+66
2010-06-12* times.cc (gtod): Move to sharable region.Christopher Faylor1-1/+7
2010-05-26* hires.h (hires_base::reset): New function.Christopher Faylor1-2/+3
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen1-2/+2
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-1/+1
2009-10-13Improve clock_gettime and utimensat resolution.Eric Blake1-12/+17
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+2
2008-07-16 Add case-sensitivity.Corinna Vinschen1-1/+1
2008-04-24 * cygwin.din (futimens): Export.Corinna Vinschen1-10/+59
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-6/+0
2007-08-14 * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen1-8/+13
2007-07-06 * times.cc (gettimeofday): Align definition to POSIX.Corinna Vinschen1-1/+2
2007-07-04 * times.cc: Define __timezonefunc__ before including time.h to protectCorinna Vinschen1-0/+1
2007-02-22 * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen1-1/+1
2007-02-22 * fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.Corinna Vinschen1-26/+14
2006-02-11* times.cc (clock_getres): Use correct conversion from milliseconds toChristopher Faylor1-3/+3
2005-12-13* times.cc (hires_ms::usecs): Subtract from slop from system time or we'llChristopher Faylor1-1/+1
2005-12-13* times.cc (systime): Correct precision referenced in comment.Christopher Faylor1-2/+2
2005-12-13* times.cc (hires_ms::usecs): Correct order when checking if high precisionChristopher Faylor1-1/+2
2005-12-07* hires.h (hires_ms::initime_ms): Delete.Christopher Faylor1-28/+26
2005-11-30* times.cc (hires_ms::prime): Remove debugging stuff.Christopher Faylor1-14/+3
2005-11-18* times.cc (timezone): Put back (void).Christopher Faylor1-1/+1
2005-11-16* times.cc (hires_ms::prime): Don't escalate the priority.Christopher Faylor1-6/+6
2005-11-11* cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor1-46/+85
2005-11-11* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor1-1/+3
2005-11-07 * times.cc (futimes): Redirect to utimes_worker if given fileCorinna Vinschen1-1/+3
2005-11-04* cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor1-6/+12
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor1-11/+21
2005-11-04* times.cc (stupid_printf): Define and use throughout -- temporarily.Christopher Faylor1-19/+20
2005-11-03* times.cc (hires_ms::prime): Add lots of temporary debugging output.Christopher Faylor1-0/+9
2005-11-03* times.cc (hires_ms::minperiod): Make copy-on-fork.Christopher Faylor1-4/+14
2005-11-02* times.cc (gettimeofday): Add temporary debugging output.Christopher Faylor1-0/+2
2005-10-24* cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor1-1/+1
2005-10-23* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor1-26/+32
2005-10-20 * cygwin.din (futimes): Export.Corinna Vinschen1-4/+32
2005-10-19* times.cc (utimes): Only consider fds opened with write access.Christopher Faylor1-1/+2
2005-10-19* fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle ifChristopher Faylor1-7/+24