summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
Commit message (Expand)AuthorAgeFilesLines
* Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen2016-06-271-2/+3
* Remove unused GetTickCount_nsCorinna Vinschen2016-06-241-17/+0
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-3/+2
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-2/+3
* Drop temporary declaration of GetSystemTimePreciseAsFileTime.Corinna Vinschen2016-02-181-3/+0
* * grp.cc (internal_getgroups): Take additional timeout_ns parameter.Corinna Vinschen2015-02-201-1/+18
* * common.din (stime): Export.Yaakov Selkowitz2014-10-221-0/+8
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-49/+56
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+1
* * times.cc (GetSystemTimePreciseAsFileTime): Add comment to declaration.Corinna Vinschen2013-06-171-4/+2
* * autoload.cc (GetSystemTimePreciseAsFileTime): Define.Corinna Vinschen2013-06-141-4/+14
* Streamline time/times functionality. Remove last remains of formerCorinna Vinschen2013-06-141-186/+80
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-7/+9
* * 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