From owner-cvs-all Tue Jul 13 11:46:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5EE414EE4; Tue, 13 Jul 1999 11:46:12 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10876; Tue, 13 Jul 1999 11:44:57 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199907131844.LAA10876@freefall.freebsd.org> From: Brian Feldman Date: Tue, 13 Jul 1999 11:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd dd.c dd.h position.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/07/13 11:44:57 PDT Modified files: bin/dd dd.c dd.h position.c Log: Implement seekability for disk devices (not just regular files). Also, fix pos_out() to do the same checks pos_in() did. Done for: jdp, luigi, the good of the world Revision Changes Path 1.19 +6 -1 src/bin/dd/dd.c 1.11 +3 -2 src/bin/dd/dd.h 1.11 +4 -8 src/bin/dd/position.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message