From owner-cvs-bin Sun Oct 5 02:40:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09515 for cvs-bin-outgoing; Sun, 5 Oct 1997 02:40:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09479; Sun, 5 Oct 1997 02:40:37 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA12763; Sun, 5 Oct 1997 02:40:25 -0700 (PDT) Date: Sun, 5 Oct 1997 02:40:25 -0700 (PDT) Message-Id: <199710050940.CAA12763@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/10/05 02:40:24 PDT Modified files: . Makefile bin/sh Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cc_tools Makefile gnu/usr.bin/cc/cpp Makefile gnu/usr.bin/gdb/gdb Makefile lib/libpcap Makefile libexec/ftpd Makefile secure Makefile share/mk bsd.dep.mk sys/i386/boot/netboot Makefile usr.bin/ftp Makefile usr.bin/lex Makefile usr.sbin/amd/fsinfo Makefile usr.sbin/sendmail/src Makefile usr.sbin/vipw pw_util.c Log: Changes to support full make parallelism (-j) in the world target. Reviewed by: Submitted by: Nickolay N. Dudorov" Revision Changes Path 1.149 +92 -87 src/Makefile 1.23 +9 -6 src/bin/sh/Makefile 1.13 +3 -2 src/gnu/usr.bin/cc/cc1plus/Makefile 1.4 +11 -2 src/gnu/usr.bin/cc/cc_tools/Makefile 1.10 +2 -1 src/gnu/usr.bin/cc/cpp/Makefile 1.29 +3 -2 src/gnu/usr.bin/gdb/gdb/Makefile 1.17 +2 -1 src/lib/libpcap/Makefile 1.23 +4 -3 src/libexec/ftpd/Makefile 1.12 +4 -4 src/secure/Makefile 1.15 +7 -3 src/share/mk/bsd.dep.mk 1.13 +10 -8 src/sys/i386/boot/netboot/Makefile 1.7 +2 -1 src/usr.bin/ftp/Makefile 1.11 +3 -2 src/usr.bin/lex/Makefile 1.6 +3 -2 src/usr.sbin/amd/fsinfo/Makefile 1.14 +2 -2 src/usr.sbin/sendmail/src/Makefile 1.8 +3 -3 src/usr.sbin/vipw/pw_util.c From owner-cvs-bin Sun Oct 5 02:46:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09850 for cvs-bin-outgoing; Sun, 5 Oct 1997 02:46:50 -0700 (PDT) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09789; Sun, 5 Oct 1997 02:46:03 -0700 (PDT) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id CAA00170; Sun, 5 Oct 1997 02:45:57 -0700 (PDT) Message-ID: <19971005024556.14186@hydrogen.nike.efn.org> Date: Sun, 5 Oct 1997 02:45:56 -0700 From: John-Mark Gurney To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... References: <199710050940.CAA12763@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199710050940.CAA12763@freefall.freebsd.org>; from Jordan K. Hubbard on Sun, Oct 05, 1997 at 02:40:25AM -0700 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard scribbled this message on Oct 5: > Log: > Changes to support full make parallelism (-j) in the world > target. > Reviewed by: > Submitted by: Nickolay N. Dudorov" so? does this mean that parallel makes are fully supported now?? -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-cvs-bin Sun Oct 5 03:00:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10452 for cvs-bin-outgoing; Sun, 5 Oct 1997 03:00:15 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA10321; Sun, 5 Oct 1997 02:59:29 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id CAA03960; Sun, 5 Oct 1997 02:58:50 -0700 (PDT) To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-reply-to: Your message of "Sun, 05 Oct 1997 02:40:25 PDT." <199710050940.CAA12763@freefall.freebsd.org> Date: Sun, 05 Oct 1997 02:58:50 -0700 Message-ID: <3956.876045530@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Changes to support full make parallelism (-j) in the world > target. > ... > 1.8 +3 -3 src/usr.sbin/vipw/pw_util.c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ And fix one warning. ;-) From owner-cvs-bin Sun Oct 5 03:02:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10606 for cvs-bin-outgoing; Sun, 5 Oct 1997 03:02:01 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA10500; Sun, 5 Oct 1997 03:01:11 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id DAA04000; Sun, 5 Oct 1997 03:00:28 -0700 (PDT) To: John-Mark Gurney cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-reply-to: Your message of "Sun, 05 Oct 1997 02:45:56 PDT." <19971005024556.14186@hydrogen.nike.efn.org> Date: Sun, 05 Oct 1997 03:00:28 -0700 Message-ID: <3997.876045628@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Changes to support full make parallelism (-j) in the world > > target. > > Reviewed by: > > Submitted by: Nickolay N. Dudorov" > > so? does this mean that parallel makes are fully supported now?? Well, I guess that would depend on what "Changes to support full make parallelism (-j) in the world target" means to you, John. ;-) Jordan From owner-cvs-bin Tue Oct 7 09:28:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08107 for cvs-bin-outgoing; Tue, 7 Oct 1997 09:28:55 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA08068; Tue, 7 Oct 1997 09:28:20 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA21864; Tue, 7 Oct 1997 09:27:50 -0700 (PDT) Date: Tue, 7 Oct 1997 09:27:50 -0700 (PDT) Message-Id: <199710071627.JAA21864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/csh csh.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/07 09:27:49 PDT Modified files: bin/csh csh.c Log: Don't honor $HOME if >= MAXPATHLEN Obtained from: Todd Miller (OpenBSD csh.c rev 1.3 and 1.4) Revision Changes Path 1.11 +3 -2 src/bin/csh/csh.c From owner-cvs-bin Tue Oct 7 09:34:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08546 for cvs-bin-outgoing; Tue, 7 Oct 1997 09:34:16 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA08460; Tue, 7 Oct 1997 09:33:53 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA21912; Tue, 7 Oct 1997 09:33:23 -0700 (PDT) Date: Tue, 7 Oct 1997 09:33:23 -0700 (PDT) Message-Id: <199710071633.JAA21912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/csh err.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/07 09:33:23 PDT Modified files: bin/csh err.c Log: vsprintf -> vnsprintf paranoia. Obtained from: Todd Miller (OpenBSD rev 1.3) Revision Changes Path 1.6 +2 -2 src/bin/csh/err.c From owner-cvs-bin Tue Oct 7 09:44:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09512 for cvs-bin-outgoing; Tue, 7 Oct 1997 09:44:32 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA09389; Tue, 7 Oct 1997 09:43:47 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA21960; Tue, 7 Oct 1997 09:43:17 -0700 (PDT) Date: Tue, 7 Oct 1997 09:43:17 -0700 (PDT) Message-Id: <199710071643.JAA21960@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/csh proc.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/07 09:43:17 PDT Modified files: bin/csh proc.c Log: save errno in sigchld handler Obtained from: Theo deRaadt (OpenBSD rev 1.6) Revision Changes Path 1.7 +3 -1 src/bin/csh/proc.c From owner-cvs-bin Wed Oct 8 05:10:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA13659 for cvs-bin-outgoing; Wed, 8 Oct 1997 05:10:55 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA13631; Wed, 8 Oct 1997 05:10:41 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA08395; Wed, 8 Oct 1997 05:10:35 -0700 (PDT) Date: Wed, 8 Oct 1997 05:10:35 -0700 (PDT) Message-Id: <199710081210.FAA08395@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/dd args.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/08 05:10:35 PDT Modified files: bin/dd args.c Log: Slightly improved fix compared to my insiration don't munge argv strings -- copy them first. avoids 'w' showing: deraadt p8 zeus.theos.com 8:26AM 3 dd if of bs Obtained from: OpenBSD (file rev 1.3) by Theo de Raadt Revision Changes Path 1.9 +3 -1 src/bin/dd/args.c From owner-cvs-bin Wed Oct 8 05:59:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA15906 for cvs-bin-outgoing; Wed, 8 Oct 1997 05:59:48 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA15874; Wed, 8 Oct 1997 05:59:20 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA08473; Wed, 8 Oct 1997 05:59:15 -0700 (PDT) Date: Wed, 8 Oct 1997 05:59:15 -0700 (PDT) Message-Id: <199710081259.FAA08473@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/dd misc.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/08 05:59:14 PDT Modified files: bin/dd misc.c Log: make signal handlers errno safe Obtained from: OpenBSD (file rev 1.5) Theo de Raadt Revision Changes Path 1.8 +3 -1 src/bin/dd/misc.c From owner-cvs-bin Wed Oct 8 06:47:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18104 for cvs-bin-outgoing; Wed, 8 Oct 1997 06:47:25 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18061; Wed, 8 Oct 1997 06:46:46 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA08659; Wed, 8 Oct 1997 06:46:40 -0700 (PDT) Date: Wed, 8 Oct 1997 06:46:40 -0700 (PDT) Message-Id: <199710081346.GAA08659@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ed buf.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/08 06:46:40 PDT Modified files: bin/ed buf.c Log: mktemp -> mkstemp Obtained from: OpenBSD (file rev 1.4 by Theo de Raadt ) Revision Changes Path 1.13 +3 -2 src/bin/ed/buf.c From owner-cvs-bin Wed Oct 8 07:03:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA19010 for cvs-bin-outgoing; Wed, 8 Oct 1997 07:03:12 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA18981; Wed, 8 Oct 1997 07:02:36 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id XAA04570; Wed, 8 Oct 1997 23:29:56 +0930 (CST) Message-Id: <199710081359.XAA04570@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Eivind Eklund cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: Re: cvs commit: src/bin/ed buf.c In-reply-to: Your message of "Wed, 08 Oct 1997 06:46:40 MST." <199710081346.GAA08659@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Oct 1997 23:29:53 +0930 From: Mike Smith Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > eivind 1997/10/08 06:46:40 PDT > > Modified files: > bin/ed buf.c > Log: > mktemp -> mkstemp While your brain is fresh on this one, you might want to do the same for mail.local. You might also want to consider honouring TMPDIR, or some other means for these to use somewhere other than /tmp. As file and mail message sizes go up, the free space on / starts to become inadequate for this. (I've had a few requests for this sort of change, but most have been of the "harcode it to be somewhere else" sort). mike From owner-cvs-bin Wed Oct 8 07:48:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA21741 for cvs-bin-outgoing; Wed, 8 Oct 1997 07:48:47 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA21689; Wed, 8 Oct 1997 07:48:03 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA23720; Wed, 8 Oct 1997 07:47:56 -0700 (PDT) Date: Wed, 8 Oct 1997 07:47:56 -0700 (PDT) Message-Id: <199710081447.HAA23720@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ed main.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/08 07:47:56 PDT Modified files: bin/ed main.c Log: make signal handlers errno safe Obtained from: OpenBSD (file rev 1.11) - Theo de Raadt Revision Changes Path 1.12 +8 -3 src/bin/ed/main.c From owner-cvs-bin Thu Oct 9 03:51:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA23831 for cvs-bin-outgoing; Thu, 9 Oct 1997 03:51:29 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA23786; Thu, 9 Oct 1997 03:51:08 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA28988; Thu, 9 Oct 1997 03:50:55 -0700 (PDT) Date: Thu, 9 Oct 1997 03:50:55 -0700 (PDT) Message-Id: <199710091050.DAA28988@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/dd misc.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/09 03:50:55 PDT Modified files: bin/dd misc.c Log: Add Revision Changes Path 1.9 +2 -1 src/bin/dd/misc.c From owner-cvs-bin Thu Oct 9 04:06:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA24517 for cvs-bin-outgoing; Thu, 9 Oct 1997 04:06:09 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA24493; Thu, 9 Oct 1997 04:05:31 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA29233; Thu, 9 Oct 1997 04:05:18 -0700 (PDT) Date: Thu, 9 Oct 1997 04:05:18 -0700 (PDT) Message-Id: <199710091105.EAA29233@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ed buf.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1997/10/09 04:05:18 PDT Modified files: bin/ed buf.c Log: Un-clobber mktemp->mkstemp patch. Revision Changes Path 1.14 +2 -3 src/bin/ed/buf.c From owner-cvs-bin Sat Oct 11 13:11:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05253 for cvs-bin-outgoing; Sat, 11 Oct 1997 13:11:45 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05143; Sat, 11 Oct 1997 13:09:38 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA24714; Sat, 11 Oct 1997 13:09:06 -0700 (PDT) Date: Sat, 11 Oct 1997 13:09:06 -0700 (PDT) Message-Id: <199710112009.NAA24714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/dd args.c dd.1 dd.c dd.h Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/11 13:09:06 PDT Modified files: bin/dd args.c dd.1 dd.c dd.h Log: Teach dd(1) about an option to write sparse files. Can be useful for things like diskless clients' swap files etc. Submitted by: pascal@zuo.dec.com (Pascal Pederiva) (ages ago, with many stylistic changes by me) Revision Changes Path 1.10 +2 -1 src/bin/dd/args.c 1.6 +8 -1 src/bin/dd/dd.1 1.12 +33 -4 src/bin/dd/dd.c 1.7 +2 -1 src/bin/dd/dd.h