From owner-cvs-usrbin Sun Oct 27 07:50:50 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA28032 for cvs-usrbin-outgoing; Sun, 27 Oct 1996 07:50:50 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA28018; Sun, 27 Oct 1996 07:50:42 -0800 (PST) Date: Sun, 27 Oct 1996 07:50:42 -0800 (PST) From: Wolfram Schneider Message-Id: <199610271550.HAA28018@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/which which.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/27 07:50:42 Modified: usr.bin/which which.pl Log: fix perl indention style Revision Changes Path 1.8 +11 -13 src/usr.bin/which/which.pl From owner-cvs-usrbin Sun Oct 27 07:53:30 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA28171 for cvs-usrbin-outgoing; Sun, 27 Oct 1996 07:53:30 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA28149; Sun, 27 Oct 1996 07:53:20 -0800 (PST) Date: Sun, 27 Oct 1996 07:53:20 -0800 (PST) From: Wolfram Schneider Message-Id: <199610271553.HAA28149@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/mkdep mkdep.gcc.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/27 07:53:20 Modified: usr.bin/mkdep mkdep.gcc.sh Log: $@ -> "$@", now ``mkdep "foo bar".c'' works. Do not exit with status 0 if mkdep(1) cannot create output, e.g. if .depend is not writable or the FS is readonly mounted. Store arguments as comments for debugging purpose. Revision Changes Path 1.8 +6 -5 src/usr.bin/mkdep/mkdep.gcc.sh From owner-cvs-usrbin Sun Oct 27 11:04:42 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA07452 for cvs-usrbin-outgoing; Sun, 27 Oct 1996 11:04:42 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA07431; Sun, 27 Oct 1996 11:04:29 -0800 (PST) Date: Sun, 27 Oct 1996 11:04:29 -0800 (PST) From: Wolfram Schneider Message-Id: <199610271904.LAA07431@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/code locate.code.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/27 11:04:28 Modified: usr.bin/locate/code locate.code.c Log: Do not store character 30. I made a test at my CS department and at least one user use this char in a file name. Older locate implementions core'd. Revision Changes Path 1.7 +8 -1 src/usr.bin/locate/code/locate.code.c From owner-cvs-usrbin Sun Oct 27 11:18:15 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08176 for cvs-usrbin-outgoing; Sun, 27 Oct 1996 11:18:15 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08141; Sun, 27 Oct 1996 11:18:08 -0800 (PST) Date: Sun, 27 Oct 1996 11:18:08 -0800 (PST) From: Alex Nash Message-Id: <199610271918.LAA08141@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/27 11:18:08 Modified: usr.bin/locate/locate fastfind.c Log: Typo: to --> too. Fixes PR#1907. Pointed out by: Pat Lashley Revision Changes Path 1.6 +2 -2 src/usr.bin/locate/locate/fastfind.c From owner-cvs-usrbin Sun Oct 27 23:47:42 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10696 for cvs-usrbin-outgoing; Sun, 27 Oct 1996 23:47:42 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10682; Sun, 27 Oct 1996 23:47:36 -0800 (PST) Date: Sun, 27 Oct 1996 23:47:36 -0800 (PST) From: Joerg Wunsch Message-Id: <199610280747.XAA10682@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/last last.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/27 23:47:36 Modified: usr.bin/last last.c Log: Don't dereference a free()ed pointer. Closes PR bin/1909: 'last' coredumps if MALLOC_OPTIONS... Revision Changes Path 1.5 +5 -3 src/usr.bin/last/last.c From owner-cvs-usrbin Mon Oct 28 10:57:24 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA20349 for cvs-usrbin-outgoing; Mon, 28 Oct 1996 10:57:24 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA20322; Mon, 28 Oct 1996 10:57:06 -0800 (PST) Date: Mon, 28 Oct 1996 10:57:06 -0800 (PST) From: Garrett Wollman Message-Id: <199610281857.KAA20322@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat atalk.c inet.c ipx.c route.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/10/28 10:57:03 Modified: usr.bin/netstat atalk.c inet.c ipx.c route.c Log: Eliminate unnecessary include of . PCBs aren't stored in mbufs any more. Revision Changes Path 1.6 +4 -1 src/usr.bin/netstat/atalk.c 1.21 +4 -1 src/usr.bin/netstat/inet.c 1.4 +4 -1 src/usr.bin/netstat/ipx.c 1.21 +1 -2 src/usr.bin/netstat/route.c From owner-cvs-usrbin Mon Oct 28 11:08:33 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA21652 for cvs-usrbin-outgoing; Mon, 28 Oct 1996 11:08:33 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA21624; Mon, 28 Oct 1996 11:08:20 -0800 (PST) Date: Mon, 28 Oct 1996 11:08:20 -0800 (PST) From: Garrett Wollman Message-Id: <199610281908.LAA21624@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/systat netcmds.c netstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/10/28 11:08:18 Modified: usr.bin/systat netcmds.c netstat.c Log: Eliminate unnecessary include of . Revision Changes Path 1.4 +4 -1 src/usr.bin/systat/netcmds.c 1.5 +4 -1 src/usr.bin/systat/netstat.c From owner-cvs-usrbin Mon Oct 28 21:08:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25690 for cvs-usrbin-outgoing; Mon, 28 Oct 1996 21:08:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25649; Mon, 28 Oct 1996 21:08:25 -0800 (PST) Date: Mon, 28 Oct 1996 21:08:25 -0800 (PST) From: Peter Wemm Message-Id: <199610290508.VAA25649@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/lex Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/28 21:08:24 Modified: usr.bin/lex Makefile Log: Clean up some loose ends on my previous work in here.. Revision Changes Path 1.8 +4 -4 src/usr.bin/lex/Makefile From owner-cvs-usrbin Thu Oct 31 06:24:42 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA08878 for cvs-usrbin-outgoing; Thu, 31 Oct 1996 06:24:42 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA08864; Thu, 31 Oct 1996 06:24:36 -0800 (PST) Date: Thu, 31 Oct 1996 06:24:36 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199610311424.GAA08864@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/31 06:24:36 Modified: usr.bin/fetch main.c Log: bin/1933: don't print negative % for huge files (80Mb) Revision Changes Path 1.26 +4 -2 src/usr.bin/fetch/main.c From owner-cvs-usrbin Thu Oct 31 07:31:39 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14617 for cvs-usrbin-outgoing; Thu, 31 Oct 1996 07:31:39 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA14609; Thu, 31 Oct 1996 07:31:32 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id CAA03045; Fri, 1 Nov 1996 02:28:43 +1100 Date: Fri, 1 Nov 1996 02:28:43 +1100 From: Bruce Evans Message-Id: <199610311528.CAA03045@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: usr.bin/fetch main.c > Log: > bin/1933: don't print negative % for huge files (80Mb) Huge files (size > INT_MAX) are still broken. Humungous files (size > min(LONG_MAX for ftp, LONG_MAX for ftpd) are still broken. ftp reads the restart point using atol(), without any overflow checking of course... ftp_file_op() further limits the restart point to INT_MAX by printing it in %d format. The format doesn't match the arg type of course. Bruce From owner-cvs-usrbin Thu Oct 31 07:53:57 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15754 for cvs-usrbin-outgoing; Thu, 31 Oct 1996 07:42:31 -0800 (PST) Received: from critter.tfs.com (disn2.cybercity.dk [194.16.57.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA15727; Thu, 31 Oct 1996 07:42:17 -0800 (PST) Received: from critter.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.7.5/8.7.3) with ESMTP id QAA06338; Thu, 31 Oct 1996 16:42:19 +0100 (MET) To: Bruce Evans cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/fetch main.c In-reply-to: Your message of "Fri, 01 Nov 1996 02:28:43 +1100." <199610311528.CAA03045@godzilla.zeta.org.au> Date: Thu, 31 Oct 1996 16:42:19 +0100 Message-ID: <6336.846776539@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199610311528.CAA03045@godzilla.zeta.org.au>, Bruce Evans writes: >> Modified: usr.bin/fetch main.c >> Log: >> bin/1933: don't print negative % for huge files (80Mb) > >Huge files (size > INT_MAX) are still broken. > >Humungous files (size > min(LONG_MAX for ftp, LONG_MAX for ftpd) are >still broken. None of those are a concern on my ISDN line :-) -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-cvs-usrbin Thu Oct 31 14:47:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14060 for cvs-usrbin-outgoing; Thu, 31 Oct 1996 14:47:11 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14041; Thu, 31 Oct 1996 14:46:54 -0800 (PST) Date: Thu, 31 Oct 1996 14:46:54 -0800 (PST) From: Wolfram Schneider Message-Id: <199610312246.OAA14041@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate concatdb.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/31 14:46:53 Modified: usr.bin/locate/locate concatdb.sh Log: add forgotten variable $locate Revision Changes Path 1.3 +2 -1 src/usr.bin/locate/locate/concatdb.sh From owner-cvs-usrbin Fri Nov 1 00:16:40 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA06201 for cvs-usrbin-outgoing; Fri, 1 Nov 1996 00:16:40 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA06175; Fri, 1 Nov 1996 00:16:29 -0800 (PST) Date: Fri, 1 Nov 1996 00:16:29 -0800 (PST) From: Peter Wemm Message-Id: <199611010816.AAA06175@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi config.h pathnames.h port.h Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/01 00:16:28 Modified: usr.bin/vi Makefile Added: usr.bin/vi config.h pathnames.h port.h Log: Update to use nvi-1.79 sources Revision Changes Path 1.2 +134 -2 src/usr.bin/vi/Makefile From owner-cvs-usrbin Fri Nov 1 00:26:03 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07548 for cvs-usrbin-outgoing; Fri, 1 Nov 1996 00:26:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07525; Fri, 1 Nov 1996 00:25:53 -0800 (PST) Date: Fri, 1 Nov 1996 00:25:53 -0800 (PST) From: Peter Wemm Message-Id: <199611010825.AAA07525@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi README src/usr.bin/vi/USD.doc/vi.man Makefile vi.0 vi.0.ps vi.1 src/usr.bin/vi/USD.doc/vi.ref Makefile ex.cmd.roff merge.awk ref.so set.opt.roff spell.ok vi.cmd.roff vi.ref src/usr.bin/vi/USD.doc/vitut Makefile vi.apwh.ms vi.chars vi.in vi.summary src/usr.bin/vi/docs README bugs.current changelog ev features src/usr.bin/vi/ex ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c ex_at.c ex_bang.c ex_cd.c ex_delete.c ex_digraph.c ex_display.c ex_edit.c ex_equal.c ex_exit.c ex_file.c ex_global.c ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c ex_move.c ex_open.c ex_preserve.c ex_print.c ex_put.c ex_read.c ex_screen.c ex_script.c ex_set.c ex_shell.c ex_shift.c ex_source.c ex_stop.c ex_subst.c ex_tag.c ex_undo.c ex_usage.c ex_util.c ex_version.c ex_visual.c ex_write.c ex_yank.c ex_z.c excmd.awk excmd.c excmd.h.stub filter.c script.h tag.h src/usr.bin/vi/svi svi_confirm.c svi_curses.c svi_ex.c svi_get.c svi_line.c svi_refresh.c svi_relative.c svi_screen.c svi_screen.h svi_smap.c svi_split.c svi_term.c svi_util.c src/usr.bin/vi/USD.doc/edit Makefile edit.vindex edittut.ms src/usr.bin/vi/USD.doc/exref Makefile ex.rm ex.summary src/usr.bin/vi/common Makefile args.h cut.c cut.h delete.c exf.c exf.h gs.h line.c log.c log.h main.c mark.c mark.h mem.h msg.c msg.h options.awk options.c options.h.stub options_f.c pathnames.h put.c recover.c screen.c screen.h search.c search.h seq.c seq.h signal.c term.c term.h trace.c util.c vi.h src/usr.bin/vi/docs/internals autowrite context gdb.script input quoting structures src/usr.bin/vi/docs/tutorial vi.advanced vi.beginner vi.tut.csh src/usr.bin/vi/install recover.script src/usr.bin/vi/sex sex_confirm.c sex_get.c sex_refresh.c sex_screen.c sex_screen.h sex_term.c sex_util.c sex_window.c src/usr.bin/vi/vi getc.c v_ch.c v_delete.c v_ex.c v_increment.c v_init.c v_left.c v_mark.c v_match.c v_ntext.c v_paragraph.c v_put.c v_redraw.c v_replace.c v_right.c v_screen.c v_scroll.c v_search.c v_section.c v_sentence.c v_status.c v_stop.c v_text.c v_ulcase.c v_un Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/01 00:25:53 Removed: usr.bin/vi README usr.bin/vi/USD.doc/edit Makefile edit.vindex edittut.ms usr.bin/vi/USD.doc/exref Makefile ex.rm ex.summary usr.bin/vi/USD.doc/vi.man Makefile vi.0 vi.0.ps vi.1 usr.bin/vi/USD.doc/vi.ref Makefile ex.cmd.roff merge.awk ref.so set.opt.roff spell.ok vi.cmd.roff vi.ref usr.bin/vi/USD.doc/vitut Makefile vi.apwh.ms vi.chars vi.in vi.summary usr.bin/vi/common Makefile args.h cut.c cut.h delete.c exf.c exf.h gs.h line.c log.c log.h main.c mark.c mark.h mem.h msg.c msg.h options.awk options.c options.h.stub options_f.c pathnames.h put.c recover.c screen.c screen.h search.c search.h seq.c seq.h signal.c term.c term.h trace.c util.c vi.h usr.bin/vi/docs README bugs.current changelog ev features usr.bin/vi/docs/internals autowrite context gdb.script input quoting structures usr.bin/vi/docs/tutorial vi.advanced vi.beginner vi.tut.csh usr.bin/vi/ex ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c ex_at.c ex_bang.c ex_cd.c ex_delete.c ex_digraph.c ex_display.c ex_edit.c ex_equal.c ex_exit.c ex_file.c ex_global.c ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c ex_move.c ex_open.c ex_preserve.c ex_print.c ex_put.c ex_read.c ex_screen.c ex_script.c ex_set.c ex_shell.c ex_shift.c ex_source.c ex_stop.c ex_subst.c ex_tag.c ex_undo.c ex_usage.c ex_util.c ex_version.c ex_visual.c ex_write.c ex_yank.c ex_z.c excmd.awk excmd.c excmd.h.stub filter.c script.h tag.h usr.bin/vi/install recover.script usr.bin/vi/sex sex_confirm.c sex_get.c sex_refresh.c sex_screen.c sex_screen.h sex_term.c sex_util.c sex_window.c usr.bin/vi/svi svi_confirm.c svi_curses.c svi_ex.c svi_get.c svi_line.c svi_refresh.c svi_relative.c svi_screen.c svi_screen.h svi_smap.c svi_split.c svi_term.c svi_util.c usr.bin/vi/vi getc.c v_ch.c v_delete.c v_ex.c v_increment.c v_init.c v_left.c v_mark.c v_match.c v_ntext.c v_paragraph.c v_put.c v_redraw.c v_replace.c v_right.c v_screen.c v_scroll.c v_search.c v_section.c v_sentence.c v_status.c v_stop.c v_text.c v_ulcase.c v_undo.c v_util.c v_word.c v_xchar.c v_yank.c v_z.c v_zexit.c vcmd.c vcmd.h vi.c usr.bin/vi/xaw xaw_screen.c Log: Remove the old nvi-1.34, it has served us well but it's time has come.. (It was tagged immediately prior to removal with the tag "nvi_1_34_final") From owner-cvs-usrbin Fri Nov 1 00:35:10 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA08054 for cvs-usrbin-outgoing; Fri, 1 Nov 1996 00:35:10 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA08019; Fri, 1 Nov 1996 00:34:55 -0800 (PST) Date: Fri, 1 Nov 1996 00:34:55 -0800 (PST) From: Peter Wemm Message-Id: <199611010834.AAA08019@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/01 00:34:54 Modified: usr.bin/vi Makefile Log: Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using on one of the machines I was testing on. (This was to get it to use the sysv extensions in ncurses) Revision Changes Path 1.3 +2 -2 src/usr.bin/vi/Makefile From owner-cvs-usrbin Fri Nov 1 10:46:52 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA17035 for cvs-usrbin-outgoing; Fri, 1 Nov 1996 10:46:52 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16856; Fri, 1 Nov 1996 10:46:16 -0800 (PST) Date: Fri, 1 Nov 1996 10:46:16 -0800 (PST) From: Warner Losh Message-Id: <199611011846.KAA16856@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xargs xargs.1 xargs.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/11/01 10:46:15 Modified: usr.bin/xargs xargs.1 xargs.c Log: Reviewed by: Warner Losh Submitted by: Marc Slemko Obtained from: OpenBSD Add -0 for reading the results of find -0. Revision Changes Path 1.2 +11 -0 src/usr.bin/xargs/xargs.1 1.3 +18 -5 src/usr.bin/xargs/xargs.c From owner-cvs-usrbin Fri Nov 1 10:48:27 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA17580 for cvs-usrbin-outgoing; Fri, 1 Nov 1996 10:48:27 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA17389; Fri, 1 Nov 1996 10:48:03 -0800 (PST) Date: Fri, 1 Nov 1996 10:48:03 -0800 (PST) From: Warner Losh Message-Id: <199611011848.KAA17389@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xargs xargs.1 xargs.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/11/01 10:48:01 Branch: usr.bin/xargs RELENG_2_1_0 Modified: usr.bin/xargs xargs.1 xargs.c Log: Backport rev 1.3 and 1.2 which implemented -0 to -stable branch. Reviewed by: Warner Losh Submitted by: Marc Slemko Obtained from: OpenBSD Revision Changes Path 1.1.1.1.6.1 +11 -0 src/usr.bin/xargs/xargs.1 1.1.1.1.6.1 +18 -5 src/usr.bin/xargs/xargs.c From owner-cvs-usrbin Sat Nov 2 07:17:29 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA05151 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 07:17:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA04783; Sat, 2 Nov 1996 07:15:52 -0800 (PST) Date: Sat, 2 Nov 1996 07:15:52 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611021515.HAA04783@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/systat netstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/02 07:15:51 Modified: usr.bin/systat netstat.c Log: bin/1942 curses problem in systat truncate if too long for field. 2.2 candidate. Revision Changes Path 1.6 +2 -2 src/usr.bin/systat/netstat.c From owner-cvs-usrbin Sat Nov 2 07:30:42 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA07965 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 07:30:42 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA07649; Sat, 2 Nov 1996 07:29:04 -0800 (PST) Date: Sat, 2 Nov 1996 07:29:04 -0800 (PST) From: Wolfram Schneider Message-Id: <199611021529.HAA07649@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/nice nice.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/02 07:29:01 Modified: usr.bin/nice nice.c Log: remove duplicated usage string from commit rev 1.2 fix usage() Revision Changes Path 1.3 +3 -3 src/usr.bin/nice/nice.c From owner-cvs-usrbin Sat Nov 2 10:20:18 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA08141 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 10:20:18 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA07768; Sat, 2 Nov 1996 10:18:43 -0800 (PST) Date: Sat, 2 Nov 1996 10:18:43 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199611021818.KAA07768@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ftp main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/11/02 10:18:42 Modified: usr.bin/ftp main.c Log: Apply a long-forgotten change to make FTP_PASSIVE_MODE just that much more universal (in FreeBSD, anyway) in taking some of the pain out of firewalls. Revision Changes Path 1.11 +1 -1 src/usr.bin/ftp/main.c From owner-cvs-usrbin Sat Nov 2 10:24:35 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA08944 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 10:24:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA08933; Sat, 2 Nov 1996 10:24:30 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id KAA12479; Sat, 2 Nov 1996 10:24:29 -0800 (PST) To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/ftp main.c In-reply-to: Your message of "Sat, 02 Nov 1996 10:18:43 PST." <199611021818.KAA07768@freefall.freebsd.org> Date: Sat, 02 Nov 1996 10:24:29 -0800 Message-ID: <12477.846959069@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Apply a long-forgotten change to make FTP_PASSIVE_MODE just that > much more universal (in FreeBSD, anyway) in taking some of the pain > out of firewalls. Whoops - I forgot the: Approved-For: 2.2 From owner-cvs-usrbin Sat Nov 2 12:36:22 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20726 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 12:36:22 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20694; Sat, 2 Nov 1996 12:36:03 -0800 (PST) Date: Sat, 2 Nov 1996 12:36:03 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611022036.MAA20694@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/systat netstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/02 12:36:01 Branch: usr.bin/systat RELENG_2_2 Modified: usr.bin/systat netstat.c Log: Merge from -current. bin/1942 curses problem in systat truncate if too long for field. Revision Changes Path 1.5.2.1 +2 -2 src/usr.bin/systat/netstat.c From owner-cvs-usrbin Sat Nov 2 14:02:48 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA28181 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 14:02:48 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA28150; Sat, 2 Nov 1996 14:02:36 -0800 (PST) Date: Sat, 2 Nov 1996 14:02:36 -0800 (PST) From: Wolfram Schneider Message-Id: <199611022202.OAA28150@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/nice nice.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/02 14:02:35 Modified: usr.bin/nice nice.1 Log: Match the reality. The man page was completely wrong. Revision Changes Path 1.2 +32 -11 src/usr.bin/nice/nice.1 From owner-cvs-usrbin Sat Nov 2 19:12:14 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA16737 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 19:12:14 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA16708; Sat, 2 Nov 1996 19:12:01 -0800 (PST) Date: Sat, 2 Nov 1996 19:12:01 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199611030312.TAA16708@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd Makefile local_passwd.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/11/02 19:11:59 Modified: usr.bin/passwd Makefile local_passwd.c Log: I haven't had a single contraversial commit all week, so what the heck. Watch through our hidden camera, ladies and gentlemen, as this one-line addition to the syslog output generates hundreds of thousands of lines of email in response, all from people decrying the evils of electronic noise pollution! :-) What this change does, simply speaking, is syslog it every time someone changes their local password. I need this at a local ISP to tell whether people are reacting to expires in a timely fashion or not. To disable it, uncomment -DLOGGING in the Makefile. If your users change their passwords so often as to fill your logfile, then you may also have another administrative problem to deal with. Revision Changes Path 1.20 +2 -2 src/usr.bin/passwd/Makefile 1.10 +8 -1 src/usr.bin/passwd/local_passwd.c From owner-cvs-usrbin Sat Nov 2 19:16:48 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA17031 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 19:16:48 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA17023; Sat, 2 Nov 1996 19:16:44 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id TAA26741; Sat, 2 Nov 1996 19:16:43 -0800 (PST) To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/passwd Makefile local_passwd.c In-reply-to: Your message of "Sat, 02 Nov 1996 19:12:01 PST." <199611030312.TAA16708@freefall.freebsd.org> Date: Sat, 02 Nov 1996 19:16:43 -0800 Message-ID: <26739.846991003@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Aehm.. > not. To disable it, uncomment -DLOGGING in the Makefile. ^^^^^^^^^ comment out Jordan From owner-cvs-usrbin Sat Nov 2 19:31:44 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18223 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 19:31:44 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18093; Sat, 2 Nov 1996 19:30:03 -0800 (PST) Date: Sat, 2 Nov 1996 19:30:03 -0800 (PST) From: Steve Price Message-Id: <199611030330.TAA18093@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make parse.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/11/02 19:30:01 Modified: usr.bin/make parse.c Log: Add a .POSIX directive. When the first non-comment line of a Makefile contains this directive, make(1) will enter a POSIX 1003.2 compliant mode. Submitted by: Joerg Wunsch Revision Changes Path 1.15 +12 -1 src/usr.bin/make/parse.c From owner-cvs-usrbin Sat Nov 2 19:44:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA19336 for cvs-usrbin-outgoing; Sat, 2 Nov 1996 19:44:46 -0800 (PST) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [204.214.4.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA19245; Sat, 2 Nov 1996 19:43:05 -0800 (PST) Received: from bonsai.hiwaay.net by fly.HiWAAY.net; (8.8.2/1.1.8.2/21Sep95-1003PM) id VAA26606; Sat, 2 Nov 1996 21:43:02 -0600 (CST) Message-ID: <327C14B4.2781E494@hiwaay.net> Date: Sat, 02 Nov 1996 21:42:44 -0600 From: Steve Price X-Mailer: Mozilla 2.02 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make parse.c References: <199611030330.TAA18093@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Price wrote: > > steve 96/11/02 19:30:01 > > Modified: usr.bin/make parse.c > Log: > Add a .POSIX directive. When the first non-comment > line of a Makefile contains this directive, make(1) > will enter a POSIX 1003.2 compliant mode. > > Submitted by: Joerg Wunsch > > Revision Changes Path > 1.15 +12 -1 src/usr.bin/make/parse.c This is the first step in making make(1) POSIX 1003.2 compliant. I left this feature undocumented in the manpage since POSIX specifies that CC=c89 and FC=fort77. I suppose one could use it if they symlink'd cc -> c89 and fc -> fort77. The bottom line is users beware if you intend to use this feature it *will* not work without the symlinks unless you happen to have named your C/Fortran compiler according to the POSIX mandate. Steve