summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor2002-06-081-1/+5
* * autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor2002-06-071-4/+43
* * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen2002-06-061-0/+41
* * cygwin.din: Eliminate some newlib wrappers.Christopher Faylor2002-06-061-7/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-2/+0
* * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me whenCorinna Vinschen2002-05-171-3/+2
* fix formattingChristopher Faylor2002-05-121-4/+5
* * times.cc (gettimeofday): Fix typo in previous patch.Christopher Faylor2002-03-281-2/+2
* * times.cc (gettimeofday): Revert to setting timezone info if tz != NULL.Christopher Faylor2002-03-281-0/+12
* * times.cc: Remove if 0'd code. Clean up slightly.Christopher Faylor2002-02-281-24/+1
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-0/+1
* * hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor2002-02-151-4/+4
* * hires.h: New file.Christopher Faylor2002-02-151-23/+65
* * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen2002-01-141-3/+2
* * path.cc (symlink): Check arguments for validity.Egor Duda2001-09-161-0/+3
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-2/+3