summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * times.cc: Fix extern declarations for variables that are exported but used byChristopher Faylor2000-03-191-0/+9
* * times.cc: Remove unneeded (and incorrect) externs.Christopher Faylor2000-03-191-3/+0
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+540