From owner-cvs-libexec Sun Oct 5 02:41:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09542 for cvs-libexec-outgoing; Sun, 5 Oct 1997 02:41:06 -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-libexec@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-libexec Sun Oct 5 02:46:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09874 for cvs-libexec-outgoing; Sun, 5 Oct 1997 02:46:58 -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-libexec@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-libexec Sun Oct 5 02:59:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA10367 for cvs-libexec-outgoing; Sun, 5 Oct 1997 02:59:56 -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-libexec@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-libexec Sun Oct 5 03:01:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10553 for cvs-libexec-outgoing; Sun, 5 Oct 1997 03:01:44 -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-libexec@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-libexec Mon Oct 6 09:29:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09070 for cvs-libexec-outgoing; Mon, 6 Oct 1997 09:29:33 -0700 (PDT) (envelope-from owner-cvs-libexec) 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 JAA09039; Mon, 6 Oct 1997 09:29:11 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA25697; Mon, 6 Oct 1997 09:28:49 -0700 (PDT) Date: Mon, 6 Oct 1997 09:28:49 -0700 (PDT) Message-Id: <199710061628.JAA25697@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/tftpd tftpd.8 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/10/06 09:28:48 PDT Modified files: libexec/tftpd tftpd.8 Log: Clarify the actions of -s and the list of allowable names. Revision Changes Path 1.3 +5 -1 src/libexec/tftpd/tftpd.8 From owner-cvs-libexec Mon Oct 6 09:30:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09194 for cvs-libexec-outgoing; Mon, 6 Oct 1997 09:30:54 -0700 (PDT) (envelope-from owner-cvs-libexec) 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 JAA09167; Mon, 6 Oct 1997 09:30:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA25738; Mon, 6 Oct 1997 09:30:21 -0700 (PDT) Date: Mon, 6 Oct 1997 09:30:21 -0700 (PDT) Message-Id: <199710061630.JAA25738@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/tftpd tftpd.8 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/10/06 09:30:21 PDT Modified files: (Branch: RELENG_2_2) libexec/tftpd tftpd.8 Log: MFC: clarify -s and files allowed Revision Changes Path 1.2.2.1 +5 -1 src/libexec/tftpd/tftpd.8 From owner-cvs-libexec Tue Oct 7 20:13:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13586 for cvs-libexec-outgoing; Tue, 7 Oct 1997 20:13:11 -0700 (PDT) (envelope-from owner-cvs-libexec) 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 UAA13444; Tue, 7 Oct 1997 20:10:36 -0700 (PDT) (envelope-from uhclem@FreeBSD.org) From: Frank Durda IV Received: (from uhclem@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA03017; Tue, 7 Oct 1997 20:10:33 -0700 (PDT) Date: Tue, 7 Oct 1997 20:10:33 -0700 (PDT) Message-Id: <199710080310.UAA03017@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/telnetd telnetd.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk uhclem 1997/10/07 20:10:33 PDT Modified files: libexec/telnetd telnetd.c Log: PR: bin/771 and bin/1037 are resolved by this change This change changes the default handling of linemode so that older and/or stupider telnet clients can still get wakeup characters like and D to work correctly multiple times on the same line, as in csh "set filec" operations. It also causes CR and LF characters to be read by apps in certain terminal modes consistently, as opposed to returning CR sometimes and LF sometimes, which broke existing apps. The change was shown to fix the problem demonstrated in the FreeBSD telnet client, along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF, NCSA, and others. A similar change will be incorporated in the crypto version of telnetd. This resolves bin/771 and bin/1037. Revision Changes Path 1.12 +17 -1 src/libexec/telnetd/telnetd.c From owner-cvs-libexec Sat Oct 11 15:06:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13418 for cvs-libexec-outgoing; Sat, 11 Oct 1997 15:06:57 -0700 (PDT) (envelope-from owner-cvs-libexec) 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 PAA13285; Sat, 11 Oct 1997 15:06:19 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA25548; Sat, 11 Oct 1997 15:05:46 -0700 (PDT) Date: Sat, 11 Oct 1997 15:05:46 -0700 (PDT) Message-Id: <199710112205.PAA25548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/mail.local mail.local.8 pathnames.h Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/10/11 15:05:45 PDT Modified files: libexec/mail.local mail.local.8 pathnames.h Log: Store temporary files in /var/tmp instead /tmp. This should avoid a possible disk overflow for enormous large mails. Submitted by: grog Revision Changes Path 1.7 +3 -3 src/libexec/mail.local/mail.local.8 1.2 +1 -1 src/libexec/mail.local/pathnames.h