summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * times.cc (utimes): Only consider fds opened with write access.Christopher Faylor2005-10-191-1/+2
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle ifChristopher Faylor2005-10-191-7/+24
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-1/+2
* * times.cc (time_ms::usecs): Coerce comparison to signed or whole test is aChristopher Faylor2005-05-281-1/+1
* * times.cc (hires_ms::usecs): Compare the difference.Christopher Faylor2005-03-271-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): ReplaceCorinna Vinschen2005-03-021-6/+2
* * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen2005-02-201-79/+14
* copyrightChristopher Faylor2005-02-201-1/+1
* * times.cc (utimes): Open files with FILE_WRITE_ATTRIBUTES first,Corinna Vinschen2005-02-171-14/+13
* * times.cc (utimes): Open files with GENERIC_WRITE on file systemsCorinna Vinschen2005-02-111-2/+9
* * times.cc (timeval_to_filetime): Define first parameter const.Corinna Vinschen2005-02-081-4/+4
* * times.cc (utimes): Mark st_ctime for update according to SUSv3.Corinna Vinschen2005-02-021-3/+7
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+0
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-101-3/+2
* * times.cc (hires_ms::usecs): Don't overreact.Corinna Vinschen2004-06-301-1/+1
* * times.cc (hires_ms::usecs): Reinit timer when system time overflows.Corinna Vinschen2004-06-301-0/+6
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-2/+25
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-10/+3
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor2003-09-071-20/+27
* * hires.h (hires_ms::~hires_ms): Delete declaration.Christopher Faylor2003-09-061-5/+0
* update copyrightChristopher Faylor2003-07-171-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Change _function() to function() throughout.Christopher Faylor2002-10-211-18/+11
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-2/+2
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-6/+6
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-191-7/+5
* * times.cc (to_time_t): Always round time_t down to nearest second.Christopher Faylor2002-07-251-4/+0