NetBSD/bin/date
christos 8a487b533d PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftime
but does not check when strftime fails because the buffer is too small.
Our implementation of strftime does not NUL terminat the buffer
on failure (it does not have to; the results are undefined), so
garbage gets printed. Use a dynamically allocated buffer instead.
2006-07-23 20:39:10 +00:00
..
Makefile
date.1 Add a '-a' option to set the time using adjtime(2) instead of settimeofday(2). 2005-04-18 06:53:35 +00:00
date.c PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftime 2006-07-23 20:39:10 +00:00
extern.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:05:01 +00:00
netdate.c Adapt date(1), the netsettime function, to new return value from socket(2) 2006-06-14 16:35:16 +00:00