index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
times.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Refactor to avoid nonnull checks on "this" pointer."
Corinna Vinschen
2016-04-05
1
-3
/
+2
*
Refactor to avoid nonnull checks on "this" pointer.
Peter Foley
2016-04-04
1
-2
/
+3
*
Drop temporary declaration of GetSystemTimePreciseAsFileTime.
Corinna Vinschen
2016-02-18
1
-3
/
+0
*
* grp.cc (internal_getgroups): Take additional timeout_ns parameter.
Corinna Vinschen
2015-02-20
1
-1
/
+18
*
* common.din (stime): Export.
Yaakov Selkowitz
2014-10-22
1
-0
/
+8
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-49
/
+56
*
Throughout, keep function definitions and declarations in sync with
Corinna Vinschen
2013-11-25
1
-1
/
+1
*
* times.cc (GetSystemTimePreciseAsFileTime): Add comment to declaration.
Corinna Vinschen
2013-06-17
1
-4
/
+2
*
* autoload.cc (GetSystemTimePreciseAsFileTime): Define.
Corinna Vinschen
2013-06-14
1
-4
/
+14
*
Streamline time/times functionality. Remove last remains of former
Corinna Vinschen
2013-06-14
1
-186
/
+80
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-7
/
+9
*
* hires.h (hires_ns::nsecs): Declare with bool parameter.
Corinna Vinschen
2013-04-11
1
-3
/
+4
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* times.cc (clock_setres): Set minperiod to period.
Corinna Vinschen
2012-03-28
1
-1
/
+1
*
* times.cc (clock_setres): Revert previous change.
Corinna Vinschen
2012-03-27
1
-4
/
+1
*
* hires.h (hires_ms::dmsecs): Drop unused method.
Corinna Vinschen
2012-03-26
1
-25
/
+14
*
* times.cc (hires_ns::resolution): Don't return less than 1.
Corinna Vinschen
2011-12-13
1
-1
/
+1
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-7
/
+5
*
* cygtls.h (struct _local_storage): Add cw_timer member.
Yaakov Selkowitz
2011-08-03
1
-18
/
+6
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-42
/
+42
*
* cygwin.din (clock_getcpuclockid): Export.
Yaakov Selkowitz
2011-05-17
1
-0
/
+88
*
* times.cc (settimeofday): Add EFAULT handler.
Yaakov Selkowitz
2011-05-09
1
-2
/
+30
*
Eliminate trailing whitespace in some files.
Christopher Faylor
2011-05-02
1
-1
/
+1
*
* hires.h: Fix copyright.
Corinna Vinschen
2011-03-30
1
-173
/
+9
*
* times.cc (hires_ms::resolution): Make sure resolution is never 0.
Corinna Vinschen
2011-03-30
1
-0
/
+8
*
* autoload.cc (winmm): Remove time functions. Don't treat
Corinna Vinschen
2011-03-29
1
-32
/
+104
*
Implement POSIX.1-2004 Monotonic Clock.
Yaakov Selkowitz
2010-08-09
1
-30
/
+66
*
* times.cc (gtod): Move to sharable region.
Christopher Faylor
2010-06-12
1
-1
/
+7
*
* hires.h (hires_base::reset): New function.
Christopher Faylor
2010-05-26
1
-2
/
+3
*
* dtable.cc (build_fh_name_worker): Remove. Move all functionality
Corinna Vinschen
2010-01-12
1
-2
/
+2
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-1
/
+1
*
Improve clock_gettime and utimensat resolution.
Eric Blake
2009-10-13
1
-12
/
+17
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-2
/
+2
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-1
/
+1
*
* cygwin.din (futimens): Export.
Corinna Vinschen
2008-04-24
1
-10
/
+59
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-6
/
+0
*
* fhandler.h (fhandler_base::pc): Make public.
Corinna Vinschen
2007-08-14
1
-8
/
+13
*
* times.cc (gettimeofday): Align definition to POSIX.
Corinna Vinschen
2007-07-06
1
-1
/
+2
*
* times.cc: Define __timezonefunc__ before including time.h to protect
Corinna Vinschen
2007-07-04
1
-0
/
+1
*
* fhandler.cc (fhandler_base::set_no_inheritance): Always use
Corinna Vinschen
2007-02-22
1
-1
/
+1
*
* fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.
Corinna Vinschen
2007-02-22
1
-26
/
+14
*
* times.cc (clock_getres): Use correct conversion from milliseconds to
Christopher Faylor
2006-02-11
1
-3
/
+3
*
* times.cc (hires_ms::usecs): Subtract from slop from system time or we'll
Christopher Faylor
2005-12-13
1
-1
/
+1
*
* times.cc (systime): Correct precision referenced in comment.
Christopher Faylor
2005-12-13
1
-2
/
+2
*
* times.cc (hires_ms::usecs): Correct order when checking if high precision
Christopher Faylor
2005-12-13
1
-1
/
+2
*
* hires.h (hires_ms::initime_ms): Delete.
Christopher Faylor
2005-12-07
1
-28
/
+26
*
* times.cc (hires_ms::prime): Remove debugging stuff.
Christopher Faylor
2005-11-30
1
-14
/
+3
*
* times.cc (timezone): Put back (void).
Christopher Faylor
2005-11-18
1
-1
/
+1
*
* times.cc (hires_ms::prime): Don't escalate the priority.
Christopher Faylor
2005-11-16
1
-6
/
+6
*
* cygheap.h (init_cygheap::_gtod): Remove.
Christopher Faylor
2005-11-11
1
-46
/
+85
[next]