summaryrefslogtreecommitdiff
path: root/sys/dev/clock_subr.c
AgeCommit message (Collapse)Author
2003-08-13sys/types.h -> sys/param.h to get vax inlines correct.ragge
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.
2001-11-13add RCSIDslukem
2001-07-07bcopy -> memcpythorpej
bzero -> memset
2000-10-03Move #define POSIX_BASE_YEAR to clock_subr.h.tsutsui
1997-10-14Minor improvement to avoid re-defining days_in_month().gwr
1997-03-15New ARP system, supports IPv4 over any hardware link.is
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch.
1997-02-20Improve a comment.gwr
1997-02-19Shared functions to convert between year/month/day/hour/minute/secondgwr
and "seconds since 1970" (POSIX time_t). See sys/arch/sun3/sun3/clock.c for an example of how these can be used.