From owner-cvs-all Mon Jul 9 2:27: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 1016537B403; Mon, 9 Jul 2001 02:26:53 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.4/8.11.4) with ESMTP id f699QVI01947; Mon, 9 Jul 2001 10:26:31 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.4/8.11.4) with ESMTP id f699Rsn02823; Mon, 9 Jul 2001 10:27:54 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200107090927.f699Rsn02823@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/bin/mv mv.c src/bin/pax ar_io.c src/bin/rcp util.c src/games/atc input.c src/games/larn tok.c src/games/phantasia misc.c src/games/rogue machdep.c src/games/wump wump.c src/gnu/lib/libdialog raw_popen.c src/gnu/usr.bin/as input-file.c ... In-Reply-To: Message from Brian Somers of "Mon, 09 Jul 2001 02:24:07 PDT." <200107090924.f699O7i10418@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Jul 2001 10:27:54 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I left out all sources in src/contrib and src/crypto and included everything else. Hopefully this'll irritate the minimum number of MAINTAINERs. > brian 2001/07/09 02:24:07 PDT > > Modified files: > bin/mv mv.c > bin/pax ar_io.c > bin/rcp util.c > games/atc input.c > games/larn tok.c > games/phantasia misc.c > games/rogue machdep.c > games/wump wump.c > gnu/lib/libdialog raw_popen.c > gnu/usr.bin/as input-file.c > gnu/usr.bin/tar buffer.c > libexec/pppoed pppoed.c > libexec/rexecd rexecd.c > libexec/rshd rshd.c > libexec/telnetd sys_term.c > libexec/uucpd uucpd.c > release/picobsd/tinyware/simple_httpd simple_httpd.c > sbin/disklabel disklabel.c > share/examples/isdn/v21 v21modem.c > usr.bin/apply apply.c > usr.bin/calendar io.c > usr.bin/ee ee.c > usr.bin/enigma enigma.c > usr.bin/ldd ldd.c > usr.bin/login login.c > usr.bin/newkey update.c > usr.bin/script script.c > usr.bin/telnet commands.c > usr.bin/tip/tip cmds.c > usr.bin/xinstall xinstall.c > usr.sbin/chroot chroot.c > usr.sbin/cron/crontab crontab.c > usr.sbin/ctm/ctm_dequeue ctm_dequeue.c > usr.sbin/edquota edquota.c > usr.sbin/kgzip kgzcmp.c kgzld.c > usr.sbin/lpr/lpd printjob.c > usr.sbin/newsyslog newsyslog.c > usr.sbin/pkg_install/lib file.c > usr.sbin/pw pw.c > usr.sbin/rpc.yppasswdd pw_util.c yppasswdd_server.c > usr.sbin/rpc.ypupdated update.c yp_dbupdate.c > usr.sbin/sysinstall install.c media.c package.c system.c > usr.sbin/vipw pw_util.c > usr.sbin/ypserv yp_server.c > Log: > Fix the type of the NULL arg to execl() > > Idea from: Theo de Raadt > > Revision Changes Path > 1.30 +4 -3 src/bin/mv/mv.c > 1.17 +3 -2 src/bin/pax/ar_io.c > 1.11 +2 -2 src/bin/rcp/util.c > 1.8 +3 -3 src/games/atc/input.c > 1.6 +2 -2 src/games/larn/tok.c > 1.8 +2 -2 src/games/phantasia/misc.c > 1.9 +2 -2 src/games/rogue/machdep.c > 1.15 +2 -2 src/games/wump/wump.c > 1.3 +3 -1 src/gnu/lib/libdialog/raw_popen.c > 1.7 +3 -3 src/gnu/usr.bin/as/input-file.c > 1.3 +3 -1 src/gnu/usr.bin/tar/buffer.c > 1.9 +2 -2 src/libexec/pppoed/pppoed.c > 1.22 +2 -2 src/libexec/rexecd/rexecd.c > 1.40 +2 -2 src/libexec/rshd/rshd.c > 1.31 +2 -2 src/libexec/telnetd/sys_term.c > 1.23 +2 -2 src/libexec/uucpd/uucpd.c > 1.7 +2 -2 src/release/picobsd/tinyware/simple_httpd/simple_httpd.c > 1.39 +2 -2 src/sbin/disklabel/disklabel.c > 1.2 +3 -2 src/share/examples/isdn/v21/v21modem.c > 1.16 +2 -2 src/usr.bin/apply/apply.c > 1.16 +3 -3 src/usr.bin/calendar/io.c > 1.24 +2 -2 src/usr.bin/ee/ee.c > 1.5 +6 -6 src/usr.bin/enigma/enigma.c > 1.23 +2 -2 src/usr.bin/ldd/ldd.c > 1.64 +2 -2 src/usr.bin/login/login.c > 1.6 +2 -2 src/usr.bin/newkey/update.c > 1.14 +2 -2 src/usr.bin/script/script.c > 1.29 +3 -3 src/usr.bin/telnet/commands.c > 1.14 +4 -4 src/usr.bin/tip/tip/cmds.c > 1.44 +2 -2 src/usr.bin/xinstall/xinstall.c > 1.5 +2 -2 src/usr.sbin/chroot/chroot.c > 1.18 +2 -2 src/usr.sbin/cron/crontab/crontab.c > 1.10 +2 -2 src/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c > 1.12 +2 -2 src/usr.sbin/edquota/edquota.c > 1.6 +2 -2 src/usr.sbin/kgzip/kgzcmp.c > 1.4 +3 -3 src/usr.sbin/kgzip/kgzld.c > 1.38 +5 -4 src/usr.sbin/lpr/lpd/printjob.c > 1.31 +2 -2 src/usr.sbin/newsyslog/newsyslog.c > 1.50 +3 -2 src/usr.sbin/pkg_install/lib/file.c > 1.26 +2 -2 src/usr.sbin/pw/pw.c > 1.5 +4 -3 src/usr.sbin/rpc.yppasswdd/pw_util.c > 1.20 +5 -5 src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c > 1.5 +2 -2 src/usr.sbin/rpc.ypupdated/update.c > 1.4 +2 -2 src/usr.sbin/rpc.ypupdated/yp_dbupdate.c > 1.299 +2 -2 src/usr.sbin/sysinstall/install.c > 1.115 +7 -7 src/usr.sbin/sysinstall/media.c > 1.96 +5 -3 src/usr.sbin/sysinstall/package.c > 1.111 +2 -2 src/usr.sbin/sysinstall/system.c > 1.20 +4 -4 src/usr.sbin/vipw/pw_util.c > 1.32 +3 -3 src/usr.sbin/ypserv/yp_server.c -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message