From owner-freebsd-commit Sat Nov 18 17:05:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA00491 for freebsd-commit-outgoing; Sat, 18 Nov 1995 17:05:04 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA00357 for cvs-all-outgoing; Sat, 18 Nov 1995 17:02:19 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA00163 for cvs-sys-outgoing; Sat, 18 Nov 1995 16:59:31 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA00151 ; Sat, 18 Nov 1995 16:59:25 -0800 Date: Sat, 18 Nov 1995 16:59:25 -0800 From: Bruce Evans Message-Id: <199511190059.QAA00151@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_time.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/18 16:59:25 Modified: sys/kern kern_time.c Log: Fixed settimeofday(): - don't allow invalid timevals. - normalize timevals as they are built - don't call timevaladd() with a possibly invalid timeval and normalize the result. Fixed a warning.