index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
times.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile.in: Create libutil.a from bsdlib.o exports.
Corinna Vinschen
2004-09-10
1
-3
/
+2
*
* times.cc (hires_ms::usecs): Don't overreact.
Corinna Vinschen
2004-06-30
1
-1
/
+1
*
* times.cc (hires_ms::usecs): Reinit timer when system time overflows.
Corinna Vinschen
2004-06-30
1
-0
/
+6
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-2
/
+25
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-10
/
+3
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-1
/
+1
*
* signal.cc (nanosleep): Improve test for valid values. Round delay up to
Christopher Faylor
2003-09-07
1
-20
/
+27
*
* hires.h (hires_ms::~hires_ms): Delete declaration.
Christopher Faylor
2003-09-06
1
-5
/
+0
*
update copyright
Christopher Faylor
2003-07-17
1
-1
/
+1
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
1
-18
/
+11
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
1
-1
/
+1
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
1
-2
/
+2
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-6
/
+6
*
Cleanup calls to CreateFile throughout.
Christopher Faylor
2002-09-19
1
-7
/
+5
*
* times.cc (to_time_t): Always round time_t down to nearest second.
Christopher Faylor
2002-07-25
1
-4
/
+0
*
* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket is
Christopher Faylor
2002-06-08
1
-1
/
+5
*
* autoload.cc (timeGetDevCaps): Define new autoload function.
Christopher Faylor
2002-06-07
1
-4
/
+43
*
* fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member of
Corinna Vinschen
2002-06-06
1
-0
/
+41
*
* cygwin.din: Eliminate some newlib wrappers.
Christopher Faylor
2002-06-06
1
-7
/
+1
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-1
/
+0
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-2
/
+0
*
* times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me when
Corinna Vinschen
2002-05-17
1
-3
/
+2
*
fix formatting
Christopher Faylor
2002-05-12
1
-4
/
+5
*
* times.cc (gettimeofday): Fix typo in previous patch.
Christopher Faylor
2002-03-28
1
-2
/
+2
*
* times.cc (gettimeofday): Revert to setting timezone info if tz != NULL.
Christopher Faylor
2002-03-28
1
-0
/
+12
*
* times.cc: Remove if 0'd code. Clean up slightly.
Christopher Faylor
2002-02-28
1
-24
/
+1
*
* times.cc (hires::prime): Restore thread priority on failure condition.
Christopher Faylor
2002-02-17
1
-0
/
+1
*
* hires.h (hires::usecs): Rename from utime. Accept an argument.
Christopher Faylor
2002-02-15
1
-4
/
+4
*
* hires.h: New file.
Christopher Faylor
2002-02-15
1
-23
/
+65
*
* dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"
Corinna Vinschen
2002-01-14
1
-3
/
+2
*
* path.cc (symlink): Check arguments for validity.
Egor Duda
2001-09-16
1
-0
/
+3
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-2
/
+3
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-4
/
+4
*
* times.cc (utimes): Revert previous change. Just open the
Corinna Vinschen
2001-08-15
1
-32
/
+4
*
* security.cc (set_nt_attribute): Return always -1 in case of
Corinna Vinschen
2001-08-15
1
-1
/
+31
*
Throughout, change check for running under Windows NT to 'iswinnt'.
Christopher Faylor
2001-08-04
1
-1
/
+1
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drives
Christopher Faylor
2001-04-01
1
-1
/
+1
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* times.cc (settimeofday): Replace function stub with working code.
Christopher Faylor
2001-02-26
1
-3
/
+23
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
1
-1
/
+1
*
* times.cc (to_time_t): pass zero time as epoch
DJ Delorie
2000-10-20
1
-0
/
+5
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-1
/
+0
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+1
*
* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid a
DJ Delorie
2000-08-30
1
-7
/
+4
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+6
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-1
/
+1
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-9
/
+1
[next]