freebsd-dev/lib/libc/stdtime
Warner Losh 9685457382 On FreeBSD/arm, any value > 50 bits will result in a rediculously huge
number being returned for mktime and timegm calls.  Choose 48 because
that works well.  This does reduce the dynamic range of tm_year from
about 2 billion years down to "only" about 9 million years.  Please
contact me if this restriction poses a problem.

Due to the complexity of the code, I admit that I didn't trace down
what, exactly, was overflowing with longer bits.  This fixes software
that we run on the embedded systems we have.
2007-01-19 01:16:35 +00:00
..
asctime.c Merge changes from the tzcode2004a import. Wherever possible I tried to bring 2004-06-14 10:31:52 +00:00
ctime.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
difftime.c Merge changes from the tzcode2004a import. Wherever possible I tried to bring 2004-06-14 10:31:52 +00:00
localtime.c On FreeBSD/arm, any value > 50 bits will result in a rediculously huge 2007-01-19 01:16:35 +00:00
Makefile.inc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
private.h Merge changes from the tzcode2004a import. Wherever possible I tried to bring 2004-06-14 10:31:52 +00:00
strftime.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strftime.c Add glibc-style strftime(3) padding specifiers, namely, -(no padding), 2004-11-04 08:34:57 +00:00
strptime.3 Sort sections. 2005-01-20 09:17:07 +00:00
strptime.c
Symbol.map Add symbol maps and initial symbol version definitions to libc. 2006-03-13 00:53:21 +00:00
time2posix.3 The arguments for time2posix() and posix2time() are time_t values, not 2005-09-11 17:09:50 +00:00
time32.c
timelocal.c
timelocal.h
tzfile.5
tzfile.h