summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-4/+4
* * times.cc (utimes): Revert previous change. Just open theCorinna Vinschen2001-08-151-32/+4
* * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen2001-08-151-1/+31
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor2001-04-011-1/+1
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * times.cc (settimeofday): Replace function stub with working code.Christopher Faylor2001-02-261-3/+23
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * times.cc (to_time_t): pass zero time as epochDJ Delorie2000-10-201-0/+5
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+0
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid aDJ Delorie2000-08-301-7/+4
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+6
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-1/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-9/+1