summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/__gettod.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-15cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns1-1/+1
2022-04-01cpukit/libcsupport/src/_*: Change license to BSD-2Joel Sherrill1-3/+22
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-2/+2
2015-03-10libcsupport: Delete superfluous _gettimeofday()Sebastian Huber1-16/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-11-29gettimeofday: Add restrict keywordBryan Dunsmore1-2/+2
2013-09-22__gettod.c: Fix missing prototype warningsJoel Sherrill1-3/+12
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber1-2/+0
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-1/+1
2012-12-15libcsupport: Doxygen Enhancement Task #8Alex Ivanov1-7/+15
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2010-06-282010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+3
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-14/+10
2009-09-15Add __attribute__((unused)) to function arguments.Ralf Corsepius1-2/+2
2007-12-21Make gettimeofday() POSIX-compliant.Ralf Corsepius1-1/+2
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-23/+1
2007-03-26Updated copyright date.Joel Sherrill1-1/+1
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-10/+3
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-2/+2
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2001-01-082001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-10/+9
1998-06-18Corrected so it returns the correct date. Previously was getting the numberJoel Sherrill1-11/+28
1998-03-27Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1-2/+2
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-09-21Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill1-2/+0
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1995-09-26posix support initially addedJoel Sherrill1-2/+2
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill1-1/+1
1995-05-24Fully tested on all in-house targetsJoel Sherrill1-16/+35