aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/times.cc
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-1/+2
2005-05-28* times.cc (time_ms::usecs): Coerce comparison to signed or whole test is aChristopher Faylor1-1/+1
2005-03-27* times.cc (hires_ms::usecs): Compare the difference.Christopher Faylor1-1/+1
2005-03-02 * fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): ReplaceCorinna Vinschen1-6/+2
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen1-79/+14
2005-02-20copyrightChristopher Faylor1-1/+1
2005-02-17 * times.cc (utimes): Open files with FILE_WRITE_ATTRIBUTES first,Corinna Vinschen1-14/+13
2005-02-11 * times.cc (utimes): Open files with GENERIC_WRITE on file systemsCorinna Vinschen1-2/+9
2005-02-08 * times.cc (timeval_to_filetime): Define first parameter const.Corinna Vinschen1-4/+4
2005-02-02 * times.cc (utimes): Mark st_ctime for update according to SUSv3.Corinna Vinschen1-3/+7
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-1/+0
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen1-3/+2
2004-06-30 * times.cc (hires_ms::usecs): Don't overreact.Corinna Vinschen1-1/+1
2004-06-30 * times.cc (hires_ms::usecs): Reinit timer when system time overflows.Corinna Vinschen1-0/+6
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-2/+25
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-10/+3
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-07* signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor1-20/+27
2003-09-06* hires.h (hires_ms::~hires_ms): Delete declaration.Christopher Faylor1-5/+0