summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/uuid/gen_uuid.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2013-11-29gettimeofday: Add restrict keywordBryan Dunsmore
2013-09-05uuid: make integer arithmetic conversion explicitGedare Bloom
Upcast multiplication to 64-bit integer arithmetic.
2011-10-022011-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libmisc/uuid/gen_uuid.c: Introduce PRIutime_t, SCNutime_t and "utime_t" for 64bit-time_t support.
2009-11-29Whitespace removal.Ralf Corsepius
2009-10-22Add HAVE_CONFIG_H guard.Ralf Corsepius
Include <limits.h>. Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1 instead of hard-coded 16 to permit building on non 16bit-int targets.
2009-05-062009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libmisc/uuid/gen_uuid.c, libnetworking/lib/syslog.c, telnetd/telnetd.c: Fixed warnings.
2009-05-05new filesThomas Doerfler