Go to file
he 1bb5735b5e Check the return value from mktime() and pass any error up.
*tp > LONG_MAX is never true, so replace that check with a test
for strtol() setting errno == ERANGE (oddly, some ports' build
swallowed this without warning).

There's no guarantee that a time_t stores the same number of bits
as a long, so check for an overflow there as well, and pass any
error up.

Discussed with christos, martin and mrg.
2005-08-12 21:40:35 +00:00
bin
crypto
dist
distrib
doc
etc Changes suggested by lukem: 2005-08-10 13:52:05 +00:00
games
gnu We have strerror_r now. 2005-07-28 18:34:02 +00:00
include
lib document the flags O_ALT_IO and O_NOCTTY 2005-08-11 10:35:24 +00:00
libexec
regress
rescue Add vnconfig(8). ok christos 2005-08-10 20:04:40 +00:00
sbin Make sure the get command always exits non-zero on error. This makes things 2005-08-12 21:23:06 +00:00
share document pmap_procwr. 2005-08-11 11:20:48 +00:00
sys
tools
usr.bin
usr.sbin Check the return value from mktime() and pass any error up. 2005-08-12 21:40:35 +00:00
x11
BUILDING
Makefile
Makefile.inc
UPDATING
build.sh