From owner-cvs-share Sun Mar 29 20:29:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27223 for cvs-share-outgoing; Sun, 29 Mar 1998 20:29:50 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25952; Sun, 29 Mar 1998 20:27:10 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA07009; Sun, 29 Mar 1998 20:25:45 -0800 (PST) Date: Sun, 29 Mar 1998 20:25:45 -0800 (PST) Message-Id: <199803300425.UAA07009@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/syscons/keymaps us.unix.kbd Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/03/29 20:25:44 PST Modified files: share/syscons/keymaps us.unix.kbd Log: fkey61 is the same thing as del, kinda. Make sure that we really swap del and bs. Reported by: Chuck Robey Revision Changes Path 1.2 +2 -2 src/share/syscons/keymaps/us.unix.kbd From owner-cvs-share Mon Mar 30 17:58:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21415 for cvs-share-outgoing; Mon, 30 Mar 1998 17:58:12 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21308; Mon, 30 Mar 1998 17:57:58 -0800 (PST) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA14270; Mon, 30 Mar 1998 17:56:30 -0800 (PST) Date: Mon, 30 Mar 1998 17:56:30 -0800 (PST) Message-Id: <199803310156.RAA14270@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/share/man/man4 worm.4 src/sys/scsi scsi_worm.h worm.c src/sys/sys wormio.h Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 1998/03/30 17:56:30 PST Modified files: share/man/man4 worm.4 Log: Document the WORMIOCFIRSTWRITABLEADDR ioctl. Revision Changes Path 1.15 +19 -1 src/share/man/man4/worm.4 Modified files: sys/scsi scsi_worm.h worm.c sys/sys wormio.h Log: Add an ioctl to retrieve the next writable address. Defer the WRITE SESSION command until the first write command, so that it works like the prepare track command, allowing the device to be closed after the command. Revision Changes Path 1.3 +11 -0 src/sys/scsi/scsi_worm.h 1.53 +98 -19 src/sys/scsi/worm.c 1.5 +10 -1 src/sys/sys/wormio.h From owner-cvs-share Tue Mar 31 22:27:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22064 for cvs-share-outgoing; Tue, 31 Mar 1998 22:27:00 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21838; Tue, 31 Mar 1998 22:25:59 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12101; Tue, 31 Mar 1998 22:24:21 -0800 (PST) Date: Tue, 31 Mar 1998 22:24:21 -0800 (PST) Message-Id: <199804010624.WAA12101@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/examples/mdoc example.1 example.3 example.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1998/03/31 22:24:21 PST Modified files: share/examples/mdoc example.1 example.3 example.4 Log: .Sh AUTHOR -> .Sh AUTHORS. Revision Changes Path 1.10 +2 -2 src/share/examples/mdoc/example.1 1.10 +2 -2 src/share/examples/mdoc/example.3 1.8 +2 -2 src/share/examples/mdoc/example.4