summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
Commit message (Expand)AuthorAgeFilesLines
* * hires.h (hires_ns::nsecs): Declare with bool parameter.Corinna Vinschen2013-04-111-3/+4
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * times.cc (clock_setres): Set minperiod to period.Corinna Vinschen2012-03-281-1/+1
* * times.cc (clock_setres): Revert previous change.Corinna Vinschen2012-03-271-4/+1
* * hires.h (hires_ms::dmsecs): Drop unused method.Corinna Vinschen2012-03-261-25/+14
* * times.cc (hires_ns::resolution): Don't return less than 1.Corinna Vinschen2011-12-131-1/+1
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-7/+5
* * cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz2011-08-031-18/+6
* whitespace eliminationChristopher Faylor2011-06-061-42/+42
* * cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz2011-05-171-0/+88
* * times.cc (settimeofday): Add EFAULT handler.Yaakov Selkowitz2011-05-091-2/+30
* Eliminate trailing whitespace in some files.Christopher Faylor2011-05-021-1/+1
* * hires.h: Fix copyright.Corinna Vinschen2011-03-301-173/+9
* * times.cc (hires_ms::resolution): Make sure resolution is never 0.Corinna Vinschen2011-03-301-0/+8
* * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen2011-03-291-32/+104
* Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz2010-08-091-30/+66
* * times.cc (gtod): Move to sharable region.Christopher Faylor2010-06-121-1/+7
* * hires.h (hires_base::reset): New function.Christopher Faylor2010-05-261-2/+3
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-2/+2
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-1/+1
* Improve clock_gettime and utimensat resolution.Eric Blake2009-10-131-12/+17
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+1
* * cygwin.din (futimens): Export.Corinna Vinschen2008-04-241-10/+59
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen2007-08-141-8/+13
* * times.cc (gettimeofday): Align definition to POSIX.Corinna Vinschen2007-07-061-1/+2
* * times.cc: Define __timezonefunc__ before including time.h to protectCorinna Vinschen2007-07-041-0/+1
* * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen2007-02-221-1/+1
* * fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.Corinna Vinschen2007-02-221-26/+14
* * times.cc (clock_getres): Use correct conversion from milliseconds toChristopher Faylor2006-02-111-3/+3
* * times.cc (hires_ms::usecs): Subtract from slop from system time or we'llChristopher Faylor2005-12-131-1/+1
* * times.cc (systime): Correct precision referenced in comment.Christopher Faylor2005-12-131-2/+2
* * times.cc (hires_ms::usecs): Correct order when checking if high precisionChristopher Faylor2005-12-131-1/+2
* * hires.h (hires_ms::initime_ms): Delete.Christopher Faylor2005-12-071-28/+26
* * times.cc (hires_ms::prime): Remove debugging stuff.Christopher Faylor2005-11-301-14/+3
* * times.cc (timezone): Put back (void).Christopher Faylor2005-11-181-1/+1
* * times.cc (hires_ms::prime): Don't escalate the priority.Christopher Faylor2005-11-161-6/+6
* * cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor2005-11-111-46/+85
* * times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor2005-11-111-1/+3
* * times.cc (futimes): Redirect to utimes_worker if given fileCorinna Vinschen2005-11-071-1/+3
* * cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor2005-11-041-6/+12
* * times.cc (hires_ms::prime): More debugging.Christopher Faylor2005-11-041-11/+21
* * times.cc (stupid_printf): Define and use throughout -- temporarily.Christopher Faylor2005-11-041-19/+20
* * times.cc (hires_ms::prime): Add lots of temporary debugging output.Christopher Faylor2005-11-031-0/+9
* * times.cc (hires_ms::minperiod): Make copy-on-fork.Christopher Faylor2005-11-031-4/+14
* * times.cc (gettimeofday): Add temporary debugging output.Christopher Faylor2005-11-021-0/+2
* * cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor2005-10-241-1/+1
* * cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor2005-10-231-26/+32
* * cygwin.din (futimes): Export.Corinna Vinschen2005-10-201-4/+32