From owner-cvs-sys Sun Jun 25 06:58:07 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA20623 for cvs-sys-outgoing; Sun, 25 Jun 1995 06:58:07 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA20597 ; Sun, 25 Jun 1995 06:57:57 -0700 Date: Sun, 25 Jun 1995 06:57:57 -0700 From: Joerg Wunsch Message-Id: <199506251357.GAA20597@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk joerg 95/06/25 06:57:56 Modified: sys/i386/i386 userconfig.c Log: Add a `reset' command to UserConfig. Our documentation does explicitly advise the users to reset the machine in case they have done bogus things (to prevent `dset' from merging the changes into /kernel), and it's also useful for machines with serial consoles that are physically in another place. From owner-cvs-sys Sun Jun 25 07:03:06 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20946 for cvs-sys-outgoing; Sun, 25 Jun 1995 07:03:06 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20921 ; Sun, 25 Jun 1995 07:02:59 -0700 Date: Sun, 25 Jun 1995 07:02:59 -0700 From: Joerg Wunsch Message-Id: <199506251402.HAA20921@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot boot.c boot.h io.c sys.c table.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk joerg 95/06/25 07:02:58 Modified: sys/i386/boot/biosboot boot.c boot.h io.c sys.c table.c Log: Reset defaults in case of boot() is looping several times (e.g. the user has entered a bogus kernel name in the first place). Also fix the broken #ifdef FORCE_COMCONSOLE, it has been disabled by accident. (NB: the keyboard probe remains disabled however.) Few cosmetic fixes (declare functions to be void instead of int), while i've been at this. Pointed out by: wosch@cs.tu-berlin.de (Wolfram Schneider), for the init bug From owner-cvs-sys Sun Jun 25 10:31:53 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA27668 for cvs-sys-outgoing; Sun, 25 Jun 1995 10:31:53 -0700 Received: (from sos@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA27659 ; Sun, 25 Jun 1995 10:31:51 -0700 Date: Sun, 25 Jun 1995 10:31:51 -0700 From: Soren Schmidt Message-Id: <199506251731.KAA27659@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/linux - New directory Sender: cvs-sys-owner@freebsd.org Precedence: bulk sos 95/06/25 10:31:51 src/sys/i386/linux - New directory From owner-cvs-sys Sun Jun 25 10:32:46 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA27797 for cvs-sys-outgoing; Sun, 25 Jun 1995 10:32:46 -0700 Received: (from sos@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA27784 ; Sun, 25 Jun 1995 10:32:44 -0700 Date: Sun, 25 Jun 1995 10:32:44 -0700 From: Soren Schmidt Message-Id: <199506251732.KAA27784@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/linux imgact_linux.c linux.h linux_dummy.c linux_file.c linux_generic.c linux_ioctl.c linux_ipc.c linux_misc.c linux_signal.c linux_socket.c linux_stats.c linux_sysent.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk sos 95/06/25 10:32:44 Added: sys/i386/linux imgact_linux.c linux.h linux_dummy.c linux_file.c linux_generic.c linux_ioctl.c linux_ipc.c linux_misc.c linux_signal.c linux_socket.c linux_stats.c linux_sysent.c Log: First incarnation of our Linux emulator or rather compatibility code. This first shot only incorporaties so much functionality that DOOM can run (the X version), signal handling is VERY weak, so is many other things. But it meets my milestone number one (you guessed it - running DOOM). Uses /compat/linux as prefix for loading shared libs, so it won't conflict with our own libs. Kernel must be compiled with "options COMPAT_LINUX" for this to work. From owner-cvs-sys Sun Jun 25 11:20:36 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA00673 for cvs-sys-outgoing; Sun, 25 Jun 1995 11:20:36 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA00662 ; Sun, 25 Jun 1995 11:20:19 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA04241; Mon, 26 Jun 1995 04:15:25 +1000 Date: Mon, 26 Jun 1995 04:15:25 +1000 From: Bruce Evans Message-Id: <199506251815.EAA04241@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com, sos@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/linux imgact_linux.c linux.h linux_dummy.c linux_file.c linux_generic.c linux_ioctl.c linux_ipc.c linux_misc.c linux_signal.c linux_socket.c linux_stats.c linux_sysent.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk > Added: sys/i386/linux imgact_linux.c linux.h linux_dummy.c > linux_file.c linux_generic.c linux_ioctl.c > linux_ipc.c linux_misc.c linux_signal.c > linux_socket.c linux_stats.c linux_sysent.c How much of this will work with linux on non-i386's? Bruce From owner-cvs-sys Sun Jun 25 22:17:59 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA24949 for cvs-sys-outgoing; Sun, 25 Jun 1995 22:17:59 -0700 Received: from ns.dknet.dk (root@ns.dknet.dk [193.88.44.42]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id WAA24869 ; Sun, 25 Jun 1995 22:15:46 -0700 Received: from login.dknet.dk by ns.dknet.dk with SMTP id AA10566 (5.65c8/IDA-1.4.4j); Mon, 26 Jun 1995 07:15:34 +0200 Received: by login.dknet.dk (4.1/SMI-4.1DKnet00) id AA00743; Mon, 26 Jun 95 07:13:33 +0200 Message-Id: <9506260513.AA00743@login.dknet.dk> Subject: Re: cvs commit: src/sys/i386/linux imgact_linux.c linux.h linux_dummy.c linux_file.c linux_generic.c linux_ioctl.c linux_ipc.c l To: bde@zeta.org.au (Bruce Evans) Date: Mon, 26 Jun 95 7:13:32 MET DST Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com, sos@freefall.cdrom.com In-Reply-To: <199506251815.EAA04241@godzilla.zeta.org.au>; from "Bruce Evans" at Jun 26, 95 4:15 am From: sos@freebsd.org Reply-To: sos@freebsd.org X-Charset: ASCII X-Char-Esc: 29 Sender: cvs-sys-owner@freebsd.org Precedence: bulk In reply to Bruce Evans who wrote: > > > Added: sys/i386/linux imgact_linux.c linux.h linux_dummy.c > > linux_file.c linux_generic.c linux_ioctl.c > > linux_ipc.c linux_misc.c linux_signal.c > > linux_socket.c linux_stats.c linux_sysent.c > > How much of this will work with linux on non-i386's? > I have no idea,most of it I guess, are you advocating for a /sys/compat dir ?? (I'd vote for :-) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org | sos@login.dknet.dk) FreeBSD Core Team So much code to hack -- so little time From owner-cvs-sys Sun Jun 25 23:09:05 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA26725 for cvs-sys-outgoing; Sun, 25 Jun 1995 23:09:05 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA26585 ; Sun, 25 Jun 1995 23:05:29 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA20218; Mon, 26 Jun 1995 16:00:20 +1000 Date: Mon, 26 Jun 1995 16:00:20 +1000 From: Bruce Evans Message-Id: <199506260600.QAA20218@godzilla.zeta.org.au> To: bde@zeta.org.au, sos@freebsd.org Subject: Re: cvs commit: src/sys/i386/linux imgact_linux.c linux.h linux_dummy.c linux_file.c linux_generic.c linux_ioctl.c linux_ipc.c l Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com, sos@freefall.cdrom.com Sender: cvs-sys-owner@freebsd.org Precedence: bulk >> > Added: sys/i386/linux imgact_linux.c linux.h linux_dummy.c >> ... >> How much of this will work with linux on non-i386's? >> >I have no idea,most of it I guess, are you advocating for a >/sys/compat dir ?? (I'd vote for :-) Yes, I hate to put it in the wrong place originally since it is so messy to move it in cvs. Bruce From owner-cvs-sys Mon Jun 26 00:40:04 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA00770 for cvs-sys-outgoing; Mon, 26 Jun 1995 00:40:04 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA00754 ; Mon, 26 Jun 1995 00:39:56 -0700 Date: Mon, 26 Jun 1995 00:39:56 -0700 From: Bruce Evans Message-Id: <199506260739.AAA00754@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 cons.c machdep.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/06/26 00:39:54 Modified: sys/i386/i386 cons.c machdep.c Log: Partially fix `sysctl machdep.console_device'. The fix will be complete when syscons stops mapping the console to minor MAXCONS. There is usually no corresponding device in /dev, and the correct device has minor 0. cons.c: Initialize cn_tty properly, so that CPU_CONSDEV can work. Comment about too many variants of the console tty pointer. machdep.c: Return device NODEV and not error EFAULT when there is no console device. From owner-cvs-sys Mon Jun 26 00:48:53 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA00931 for cvs-sys-outgoing; Mon, 26 Jun 1995 00:48:53 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA00921 ; Mon, 26 Jun 1995 00:48:51 -0700 Date: Mon, 26 Jun 1995 00:48:51 -0700 From: Bruce Evans Message-Id: <199506260748.AAA00921@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_time.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/06/26 00:48:50 Modified: sys/kern kern_time.c Log: The pessimistic rounding in hzto() was too pessimistic for realitimexpire(). From owner-cvs-sys Mon Jun 26 09:11:56 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA20881 for cvs-sys-outgoing; Mon, 26 Jun 1995 09:11:56 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA20871 ; Mon, 26 Jun 1995 09:11:53 -0700 Date: Mon, 26 Jun 1995 09:11:53 -0700 From: "Garrett A. Wollman" Message-Id: <199506261611.JAA20871@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet in_proto.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk wollman 95/06/26 09:11:52 Modified: sys/netinet in_proto.c Log: Corrected a bug that caused protocol-4 tunnels (used for multicast forwarding between networks that aren't directly connected) not to work by intercepting the wrong protocol number. This should fix a bug reported previously by someone I don't remember. From owner-cvs-sys Mon Jun 26 09:15:54 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA21024 for cvs-sys-outgoing; Mon, 26 Jun 1995 09:15:54 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA21014 ; Mon, 26 Jun 1995 09:15:50 -0700 Date: Mon, 26 Jun 1995 09:15:50 -0700 From: "Garrett A. Wollman" Message-Id: <199506261615.JAA21014@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_mroute.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk wollman 95/06/26 09:15:50 Modified: sys/netinet ip_mroute.c Log: From Bill Fenner: > Also, I don't remember if I sent you this; it affects PIM assert processing. Submitted by: Bill Fenner From owner-cvs-sys Tue Jun 27 10:26:33 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAB23729 for cvs-sys-outgoing; Tue, 27 Jun 1995 10:26:33 -0700 Received: (from guido@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA23707 ; Tue, 27 Jun 1995 10:26:28 -0700 Date: Tue, 27 Jun 1995 10:26:28 -0700 From: Guido van Rooij Message-Id: <199506271726.KAA23707@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c ip_input.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk guido 95/06/27 10:26:28 Modified: sys/netinet ip_fw.c ip_input.c Log: reject option in ip_fw used to panic the system. This fixes it. -Guido Reviewed by: Submitted by: Obtained from: From owner-cvs-sys Tue Jun 27 10:34:19 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA24421 for cvs-sys-outgoing; Tue, 27 Jun 1995 10:34:19 -0700 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA24410 ; Tue, 27 Jun 1995 10:34:12 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id TAA09488; Tue, 27 Jun 1995 19:34:07 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199506271734.TAA09488@gvr.win.tue.nl> Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_input.c To: guido@freefall.cdrom.com (Guido van Rooij) Date: Tue, 27 Jun 1995 19:34:06 +0200 (MET DST) Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199506271726.KAA23707@freefall.cdrom.com> from "Guido van Rooij" at Jun 27, 95 10:26:28 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 137 Sender: cvs-sys-owner@freebsd.org Precedence: bulk Guido van Rooij wrote: > > Reviewed by: > Submitted by: > Obtained from: > Excuse me for this...slow links and typos :-( -Guido From owner-cvs-sys Tue Jun 27 13:36:41 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA01712 for cvs-sys-outgoing; Tue, 27 Jun 1995 13:36:41 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA01700 ; Tue, 27 Jun 1995 13:36:36 -0700 Date: Tue, 27 Jun 1995 13:36:36 -0700 From: "Garrett A. Wollman" Message-Id: <199506272036.NAA01700@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet if_ether.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk wollman 95/06/27 13:36:35 Modified: sys/netinet if_ether.c Log: Delete obsolete #if 0 block. From owner-cvs-sys Tue Jun 27 14:29:29 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03874 for cvs-sys-outgoing; Tue, 27 Jun 1995 14:29:29 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03825 ; Tue, 27 Jun 1995 14:29:14 -0700 Date: Tue, 27 Jun 1995 14:29:14 -0700 From: Bruce Evans Message-Id: <199506272129.OAA03825@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/06/27 14:29:12 Modified: sys/kern vfs_subr.c Log: Pass the correct nonblocking flag to VOP_CLOSE() in vclean(). VOP_CLOSE() takes `F' (file) flags, not `IO' flags. At least that's what close() passes. I previously fixed ttylclose() to check FNONBLOCK instead of IO_NDELAY. This broke the call from vclean() and cleaning of ptys sometimes deadlocked. From owner-cvs-sys Tue Jun 27 18:39:31 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA12749 for cvs-sys-outgoing; Tue, 27 Jun 1995 18:39:31 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA12738 ; Tue, 27 Jun 1995 18:39:28 -0700 Date: Tue, 27 Jun 1995 18:39:28 -0700 From: Bruce Evans Message-Id: <199506280139.SAA12738@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/include ansi.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/06/27 18:39:27 Modified: sys/i386/include ansi.h Log: Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use instead of the typedefs off_t and pid_t when use of the latter would cause namespace pollution. These macros are used like _BSD_VA_LIST_ and aren't #undef'ed when the corresponding typedef is declared. off_t is very machine-dependent and should never have been decided in (its declaration is compiler-dependent). pid_t isn't very machine-dependent, but this might change. `long' is a wasteful type for it if longs are longer than ints. Move the definition of _BSD_VA_LIST_ away from the comment that suggests that it is #undefed when va_list is declared. From owner-cvs-sys Tue Jun 27 18:39:54 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA12804 for cvs-sys-outgoing; Tue, 27 Jun 1995 18:39:54 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA12790 ; Tue, 27 Jun 1995 18:39:52 -0700 Date: Tue, 27 Jun 1995 18:39:52 -0700 From: Bruce Evans Message-Id: <199506280139.SAA12790@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys types.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/06/27 18:39:51 Modified: sys/sys types.h Log: Use the new machine-dependent definitions of _BSD_OFF_T_ and _BSD_PID_T_ to declare off_t and pid_t. From owner-cvs-sys Tue Jun 27 19:14:27 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA14086 for cvs-sys-outgoing; Tue, 27 Jun 1995 19:14:27 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA14075 ; Tue, 27 Jun 1995 19:14:16 -0700 Date: Tue, 27 Jun 1995 19:14:16 -0700 From: Bruce Evans Message-Id: <199506280214.TAA14075@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/include signal.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/06/27 19:14:15 Modified: include signal.h sys/sys signal.h sys/i386/include signal.h Log: Fix standards conformance bugs in : include/signal.h: There was massive namespace pollution from including . POSIX functions were declared even when _ANSI_SOURCE is defined. sys.sys/signal.h: NSIG was declared even if _ANSI_SOURCE or _POSIX_SOURCE is defined. sig_atomic_t wasn't declared if _POSIX_SOURCE is defined. Declare a typedef for signal handling functions and use it to unobfuscate declarations and to avoid half-baked function types that cause unwanted compiler warnings at certain warning levels. Fix confusing comment about SA_RESTART. sys/i386/include/signal.h: This has to be included to get the declaration of sig_atomic_t even when _ANSI_SOURCE is defined, so be more careful about polluting the ANSI namespace. Uniformize idempotency ifdefs. From owner-cvs-sys Tue Jun 27 21:43:51 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20395 for cvs-sys-outgoing; Tue, 27 Jun 1995 21:43:51 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20377 ; Tue, 27 Jun 1995 21:42:26 -0700 Date: Tue, 27 Jun 1995 21:42:26 -0700 From: David Greenman Message-Id: <199506280442.VAA20377@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/27 21:42:26 Modified: sys/i386/i386 locore.s Log: Make path to kernel absolute if it is passed in relative. This fixes a related bug in some of the new 'foo'boot bootstrap code that has been added over the past months. This change makes it no longer necessary for the bootstrap to fix up the path (i.e. it can be removed). From owner-cvs-sys Tue Jun 27 21:47:35 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20556 for cvs-sys-outgoing; Tue, 27 Jun 1995 21:47:35 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAB20506 ; Tue, 27 Jun 1995 21:46:13 -0700 Date: Tue, 27 Jun 1995 21:46:13 -0700 From: David Greenman Message-Id: <199506280446.VAB20506@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/27 21:46:12 Modified: sys/i386/i386 machdep.c Log: Killed redundant vnode_pager_umount() call. This is already done at FS unmount time. From owner-cvs-sys Tue Jun 27 21:52:31 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20758 for cvs-sys-outgoing; Tue, 27 Jun 1995 21:52:31 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20711 ; Tue, 27 Jun 1995 21:51:08 -0700 Date: Tue, 27 Jun 1995 21:51:08 -0700 From: David Greenman Message-Id: <199506280451.VAA20711@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_mem.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/27 21:51:07 Modified: sys/miscfs/procfs procfs_mem.c Log: Killed the "probably_never" ifdef'd code. From owner-cvs-sys Tue Jun 27 22:14:33 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA21417 for cvs-sys-outgoing; Tue, 27 Jun 1995 22:14:33 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA21392 ; Tue, 27 Jun 1995 22:13:04 -0700 Date: Tue, 27 Jun 1995 22:13:04 -0700 From: David Greenman Message-Id: <199506280513.WAA21392@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_var.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/27 22:13:03 Modified: sys/netinet ip_var.h Log: Added function prototypes for ip_rsvp_vif_init, ip_rsvp_vif_done, and ip_rsvp_force_done. From owner-cvs-sys Tue Jun 27 22:32:29 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA21752 for cvs-sys-outgoing; Tue, 27 Jun 1995 22:32:29 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA21604 ; Tue, 27 Jun 1995 22:31:04 -0700 Date: Tue, 27 Jun 1995 22:31:04 -0700 From: David Greenman Message-Id: <199506280531.WAA21604@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/net if.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/27 22:31:04 Modified: sys/net if.c Log: Don't skip point-to-point interfaces if the netmask==0 (the netmask should be completely ignored for point-to-point interfaces). For point-to-point interfaces, route based on the destination address, not the local address. Submitted by: Peter Wemm From owner-cvs-sys Tue Jun 27 22:47:46 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22230 for cvs-sys-outgoing; Tue, 27 Jun 1995 22:47:46 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22204 ; Tue, 27 Jun 1995 22:46:21 -0700 Date: Tue, 27 Jun 1995 22:46:21 -0700 From: David Greenman Message-Id: <199506280546.WAA22204@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/27 22:46:20 Modified: sys/pci if_de.c Log: Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; the difference is more or less cosmetic. Submitted by: Matt Thomas From owner-cvs-sys Tue Jun 27 22:51:04 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22336 for cvs-sys-outgoing; Tue, 27 Jun 1995 22:51:04 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22276 ; Tue, 27 Jun 1995 22:49:41 -0700 Date: Tue, 27 Jun 1995 22:49:41 -0700 From: David Greenman Message-Id: <199506280549.WAA22276@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/nfs nfs_subs.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/27 22:49:41 Modified: sys/nfs nfs_subs.c Log: (2.1.0 branch) Brought in changes from rev 1.16 that fix fa_type/fa_mode confusion. Submitted by: Jeorg Wunsch From owner-cvs-sys Wed Jun 28 00:07:01 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA25816 for cvs-sys-outgoing; Wed, 28 Jun 1995 00:07:01 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA25806 ; Wed, 28 Jun 1995 00:06:56 -0700 Date: Wed, 28 Jun 1995 00:06:56 -0700 From: David Greenman Message-Id: <199506280706.AAA25806@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/28 00:06:56 Modified: sys/kern vfs_syscalls.c vnode_if.src sys/miscfs/union union_vnops.c sys/msdosfs msdosfs_vnops.c sys/nfs nfs_serv.c nfs_vnops.c sys/ufs/lfs lfs_vnops.c sys/ufs/ufs ufs_vnops.c Log: Fixed VOP_LINK argument order botch. From owner-cvs-sys Wed Jun 28 04:28:50 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03025 for cvs-sys-outgoing; Wed, 28 Jun 1995 04:28:50 -0700 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03012 ; Wed, 28 Jun 1995 04:28:44 -0700 Date: Wed, 28 Jun 1995 04:28:44 -0700 From: Stefan Esser Message-Id: <199506281128.EAA03012@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pcisupport.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/06/28 04:28:44 Modified: sys/pci pcisupport.c Log: Corrections and additions to the PCI chip set configurations log. Submitted by: "Danny J. Zerkel" From owner-cvs-sys Wed Jun 28 05:01:22 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA03895 for cvs-sys-outgoing; Wed, 28 Jun 1995 05:01:22 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA03881 ; Wed, 28 Jun 1995 05:01:16 -0700 Date: Wed, 28 Jun 1995 05:01:16 -0700 From: David Greenman Message-Id: <199506281201.FAA03881@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vnode_pager.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/28 05:01:15 Modified: sys/kern vfs_bio.c vfs_subr.c vfs_syscalls.c vfs_vnops.c sys/nfs nfs_serv.c nfs_subs.c sys/sys vnode.h sys/ufs/ffs ffs_vfsops.c sys/ufs/lfs lfs_vnops.c sys/vm vnode_pager.c Log: 1) Converted v_vmdata to v_object. 2) Removed unnecessary vm_object_lookup()/pager_cache(object, TRUE) pairs after vnode_pager_alloc() calls - the object is already guaranteed to be persistent. 3) Removed some gratuitous casts. From owner-cvs-sys Wed Jun 28 05:31:56 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAB04600 for cvs-sys-outgoing; Wed, 28 Jun 1995 05:31:56 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA04590 ; Wed, 28 Jun 1995 05:31:48 -0700 Date: Wed, 28 Jun 1995 05:31:48 -0700 From: David Greenman Message-Id: <199506281231.FAA04590@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/28 05:31:48 Modified: sys/kern vfs_cluster.c Log: Don't include vm_pageout.h. From owner-cvs-sys Wed Jun 28 05:32:50 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA04675 for cvs-sys-outgoing; Wed, 28 Jun 1995 05:32:50 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA04665 ; Wed, 28 Jun 1995 05:32:48 -0700 Date: Wed, 28 Jun 1995 05:32:48 -0700 From: David Greenman Message-Id: <199506281232.FAA04665@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_vnops.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/28 05:32:48 Modified: sys/kern vfs_vnops.c Log: Removed extra semicolon. From owner-cvs-sys Wed Jun 28 06:22:50 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA06161 for cvs-sys-outgoing; Wed, 28 Jun 1995 06:22:50 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA06150 ; Wed, 28 Jun 1995 06:22:39 -0700 Date: Wed, 28 Jun 1995 06:22:39 -0700 From: Gary Palmer Message-Id: <199506281322.GAA06150@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk gpalmer 95/06/28 06:22:38 Modified: sys/netinet ip_fw.c Log: Add a missing `goto' statement so that this compiles yet again. From owner-cvs-sys Wed Jun 28 08:55:07 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10890 for cvs-sys-outgoing; Wed, 28 Jun 1995 08:55:07 -0700 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10877 ; Wed, 28 Jun 1995 08:55:00 -0700 Date: Wed, 28 Jun 1995 08:55:00 -0700 From: Stefan Esser Message-Id: <199506281555.IAA10877@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/06/28 08:54:59 Modified: sys/i386/isa pcibus.c Log: PCI configuration mechanism now determined by a method, that doesn't fail on new hardware (Compaq Prolinea and Compaq Prosignea), and that doesn't erroneously identify old mech. 2 chip sets as using mech. 1. (See section 3.6.4.1.1 of the PCI bus specs rev. 2.0) From owner-cvs-sys Wed Jun 28 08:59:07 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA11141 for cvs-sys-outgoing; Wed, 28 Jun 1995 08:59:07 -0700 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA11130 ; Wed, 28 Jun 1995 08:59:05 -0700 Date: Wed, 28 Jun 1995 08:59:05 -0700 From: Stefan Esser Message-Id: <199506281559.IAA11130@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/06/28 08:59:05 Modified: sys/pci pci.c Log: Failure of the consistency checks for BIOS assigned mappings of busses connected via PCI to PCI bridges is considered non fatal for now. From owner-cvs-sys Wed Jun 28 09:02:09 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA11245 for cvs-sys-outgoing; Wed, 28 Jun 1995 09:02:09 -0700 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA11235 ; Wed, 28 Jun 1995 09:02:07 -0700 Date: Wed, 28 Jun 1995 09:02:07 -0700 From: Stefan Esser Message-Id: <199506281602.JAA11235@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pcisupport.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/06/28 09:02:06 Modified: sys/pci pcisupport.c Log: Give more detailed information about the type of bridge devices found when probing the PCI bus. From owner-cvs-sys Wed Jun 28 09:32:59 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA12199 for cvs-sys-outgoing; Wed, 28 Jun 1995 09:32:59 -0700 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA12189 ; Wed, 28 Jun 1995 09:32:56 -0700 Date: Wed, 28 Jun 1995 09:32:56 -0700 From: Stefan Esser Message-Id: <199506281632.JAA12189@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/06/28 09:32:56 Modified: sys/pci pci.c Log: Change message "not supported" to "no driver assigned", because people tend to assume their devices won't work if they see this message, though it may indicate that those devices just don't need any PCI driver (e.g. devices that emulate an ISA card, or that have been initialised by the BIOS and need no further care). From owner-cvs-sys Wed Jun 28 09:41:02 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA12412 for cvs-sys-outgoing; Wed, 28 Jun 1995 09:41:02 -0700 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA12402 ; Wed, 28 Jun 1995 09:41:00 -0700 Date: Wed, 28 Jun 1995 09:41:00 -0700 From: Stefan Esser Message-Id: <199506281641.JAA12402@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/06/28 09:41:00 Modified: sys/pci ncr.c Log: Changes to support some CDROM drives and the Quantum Grand-Prix series of hard disk drives, which don't accept any SCSI message within an REQUEST SENSE command (i.e. even not an IDENTIFY to set the LUN). This patch obviates the need for QUIRK_NOMSG and thus all of the device_tab[] entries in the NCR driver. From owner-cvs-sys Wed Jun 28 09:46:39 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA12682 for cvs-sys-outgoing; Wed, 28 Jun 1995 09:46:39 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id JAA12651 ; Wed, 28 Jun 1995 09:46:30 -0700 Message-Id: <199506281646.JAA12651@freefall.cdrom.com> X-Authentication-Warning: freefall.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Stefan Esser cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Wed, 28 Jun 95 09:41:00 PDT." <199506281641.JAA12402@freefall.cdrom.com> Date: Wed, 28 Jun 1995 09:46:29 -0700 From: "Justin T. Gibbs" Sender: cvs-sys-owner@freebsd.org Precedence: bulk >se 95/06/28 09:41:00 > > Modified: sys/pci ncr.c > Log: > Changes to support some CDROM drives and the Quantum Grand-Prix > series of hard disk drives, which don't accept any SCSI message > within an REQUEST SENSE command (i.e. even not an IDENTIFY to set > the LUN). > This patch obviates the need for QUIRK_NOMSG and thus all of the > device_tab[] entries in the NCR driver. The Grand Prixs accept identify messages during a request sense, but I don't know about the "some CDROM drives". If this is the Chinnon, perhaps Rod can see if it falls over when connected to his 2940. The aic7xxx sends an identify, but only an identify, during a request sense. -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-sys Wed Jun 28 10:18:21 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA13887 for cvs-sys-outgoing; Wed, 28 Jun 1995 10:18:21 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA13881 ; Wed, 28 Jun 1995 10:18:14 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id KAA09868; Wed, 28 Jun 1995 10:18:20 -0700 From: "Rodney W. Grimes" Message-Id: <199506281718.KAA09868@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/pci pci.c To: se@freefall.cdrom.com (Stefan Esser) Date: Wed, 28 Jun 1995 10:18:20 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199506281632.JAA12189@freefall.cdrom.com> from "Stefan Esser" at Jun 28, 95 09:32:56 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 653 Sender: cvs-sys-owner@freebsd.org Precedence: bulk > > se 95/06/28 09:32:56 > > Modified: sys/pci pci.c > Log: > Change message "not supported" to "no driver assigned", because > people tend to assume their devices won't work if they see this > message, though it may indicate that those devices just don't > need any PCI driver (e.g. devices that emulate an ISA card, or > that have been initialised by the BIOS and need no further care). THANK YOU! You just saved us all about 5 message/month on this one topic!!! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sys Wed Jun 28 10:33:43 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA14530 for cvs-sys-outgoing; Wed, 28 Jun 1995 10:33:43 -0700 Received: (from dfr@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA14518 ; Wed, 28 Jun 1995 10:33:40 -0700 Date: Wed, 28 Jun 1995 10:33:40 -0700 From: Doug Rabson Message-Id: <199506281733.KAA14518@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk dfr 95/06/28 10:33:40 Modified: sys/nfs nfs_vnops.c Log: Use the correct cred for nfs_commit operations. From owner-cvs-sys Wed Jun 28 10:43:17 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15034 for cvs-sys-outgoing; Wed, 28 Jun 1995 10:43:17 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA15024 ; Wed, 28 Jun 1995 10:43:09 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id KAA09948; Wed, 28 Jun 1995 10:43:15 -0700 From: "Rodney W. Grimes" Message-Id: <199506281743.KAA09948@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/pci ncr.c To: gibbs@freefall.cdrom.com (Justin T. Gibbs) Date: Wed, 28 Jun 1995 10:43:15 -0700 (PDT) Cc: se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199506281646.JAA12651@freefall.cdrom.com> from "Justin T. Gibbs" at Jun 28, 95 09:46:29 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1155 Sender: cvs-sys-owner@freebsd.org Precedence: bulk > > >se 95/06/28 09:41:00 > > > > Modified: sys/pci ncr.c > > Log: > > Changes to support some CDROM drives and the Quantum Grand-Prix > > series of hard disk drives, which don't accept any SCSI message > > within an REQUEST SENSE command (i.e. even not an IDENTIFY to set > > the LUN). > > This patch obviates the need for QUIRK_NOMSG and thus all of the > > device_tab[] entries in the NCR driver. > > The Grand Prixs accept identify messages during a request sense, but > I don't know about the "some CDROM drives". If this is the Chinnon, > perhaps Rod can see if it falls over when connected to his 2940. The > aic7xxx sends an identify, but only an identify, during a request > sense. Unfortenatly my brothers CDROM drive in his DOS/Windows box took a dive and I have replaced it with the non-FreeBSD-NCR-functional Chinnon 525S that I was having the problems with so I can no longer test this change :-(. Sorry, dead inventory often gets uses for spares when needed. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sys Wed Jun 28 10:49:41 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15448 for cvs-sys-outgoing; Wed, 28 Jun 1995 10:49:41 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA15428 ; Wed, 28 Jun 1995 10:49:35 -0700 Message-Id: <199506281749.KAA15428@freefall.cdrom.com> X-Authentication-Warning: freefall.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: "Rodney W. Grimes" cc: se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Wed, 28 Jun 95 10:43:15 PDT." <199506281743.KAA09948@gndrsh.aac.dev.com> Date: Wed, 28 Jun 1995 10:49:35 -0700 From: "Justin T. Gibbs" Sender: cvs-sys-owner@freebsd.org Precedence: bulk >Unfortenatly my brothers CDROM drive in his DOS/Windows box took a >dive and I have replaced it with the non-FreeBSD-NCR-functional >Chinnon 525S that I was having the problems with so I can no >longer test this change :-(. > >Sorry, dead inventory often gets uses for spares when needed. >-- >Rod Grimes rgrimes@gndrsh.aac.dev.com >Accurate Automation Company Reliable computers for FreeBSD Well, I'll just wait to see if a bug report surfaces. I haven't seen anything about this on the Linux or FreeBSD lists for this driver, and the Linux folks use my sequencer code. -- use my sequencer code. -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-sys Wed Jun 28 10:58:19 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15951 for cvs-sys-outgoing; Wed, 28 Jun 1995 10:58:19 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15941 ; Wed, 28 Jun 1995 10:58:16 -0700 Date: Wed, 28 Jun 1995 10:58:16 -0700 From: "Andrey A. Chernov" Message-Id: <199506281758.KAA15941@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk ache 95/06/28 10:58:15 Modified: sys/i386/isa sio.c Log: Fight with hanging modems continued: return EIO after t_timeout expired instead infinite looping in "siotx" in comparam, consuming CPU time. From owner-cvs-sys Wed Jun 28 13:19:41 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21034 for cvs-sys-outgoing; Wed, 28 Jun 1995 13:19:41 -0700 Received: from whisker.internet-eireann.ie (whisker.internet-eireann.ie [194.9.34.204]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA20932 ; Wed, 28 Jun 1995 13:18:07 -0700 Received: from localhost (localhost [127.0.0.1]) by whisker.internet-eireann.ie (8.6.11/8.6.9) with SMTP id VAA02071; Wed, 28 Jun 1995 21:18:49 +0100 To: "Rodney W. Grimes" cc: gibbs@freefall.cdrom.com (Justin T. Gibbs), se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Wed, 28 Jun 1995 10:43:15 PDT." <199506281743.KAA09948@gndrsh.aac.dev.com> Date: Wed, 28 Jun 1995 21:18:48 +0100 Message-ID: <2069.804370728@whisker.internet-eireann.ie> From: "Jordan K. Hubbard" Sender: cvs-sys-owner@freebsd.org Precedence: bulk > Unfortenatly my brothers CDROM drive in his DOS/Windows box took a > dive and I have replaced it with the non-FreeBSD-NCR-functional > Chinnon 525S that I was having the problems with so I can no > longer test this change :-(. How hard/expensive would it to be to get one for the testing lab then? I think that Stefan has been putting in a good deal of extra effort, and the least we can do is try to meet him halfway if it's at all possible. Thanks! Jordan From owner-cvs-sys Wed Jun 28 13:50:52 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA22488 for cvs-sys-outgoing; Wed, 28 Jun 1995 13:50:52 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA22413 ; Wed, 28 Jun 1995 13:49:18 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id NAA10293; Wed, 28 Jun 1995 13:49:17 -0700 From: "Rodney W. Grimes" Message-Id: <199506282049.NAA10293@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/pci ncr.c To: jkh@freebsd.org (Jordan K. Hubbard) Date: Wed, 28 Jun 1995 13:49:16 -0700 (PDT) Cc: gibbs@freefall.cdrom.com, se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <2069.804370728@whisker.internet-eireann.ie> from "Jordan K. Hubbard" at Jun 28, 95 09:18:48 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1144 Sender: cvs-sys-owner@freebsd.org Precedence: bulk > > > Unfortunately my brothers CDROM drive in his DOS/Windows box took a > > dive and I have replaced it with the non-FreeBSD-NCR-functional > > Chinnon 525S that I was having the problems with so I can no > > longer test this change :-(. > > How hard/expensive would it to be to get one for the testing lab then? Easy and $105.00 wholesale. And I will throw in the broken Chinnon 535S that came out of his system and 1 hour of my time to attempt to fix it. If I get it fixed it becomes FreeBSD Test Lab Equipment (by the way, what is the status on the trade mark? Please contact me via private email on this.), if I don't fix it within one hour it goes in the trash bin. > I think that Stefan has been putting in a good deal of extra > effort, and the least we can do is try to meet him halfway if > it's at all possible. Sure. > Thanks! Your welcome! And please keep up the hardware recruiting for the test lab, looks like things are finally starting to happen in that area! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sys Wed Jun 28 14:03:37 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA22999 for cvs-sys-outgoing; Wed, 28 Jun 1995 14:03:37 -0700 Received: from whisker.internet-eireann.ie (whisker.internet-eireann.ie [194.9.34.204]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA22902 ; Wed, 28 Jun 1995 14:01:14 -0700 Received: from localhost (localhost [127.0.0.1]) by whisker.internet-eireann.ie (8.6.11/8.6.9) with SMTP id WAA02736; Wed, 28 Jun 1995 22:01:52 +0100 To: "Rodney W. Grimes" cc: jkh@freebsd.org (Jordan K. Hubbard), gibbs@freefall.cdrom.com, se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Wed, 28 Jun 1995 13:49:16 PDT." <199506282049.NAA10293@gndrsh.aac.dev.com> Date: Wed, 28 Jun 1995 22:01:51 +0100 Message-ID: <2734.804373311@whisker.internet-eireann.ie> From: "Jordan K. Hubbard" Sender: cvs-sys-owner@freebsd.org Precedence: bulk > Easy and $105.00 wholesale. And I will throw in the broken Chinnon > 535S that came out of his system and 1 hour of my time to attempt to > fix it. If I get it fixed it becomes FreeBSD Test Lab Equipment > (by the way, what is the status on the trade mark? Please contact > me via private email on this.), if I don't fix it within one hour it goes > in the trash bin. Sounds good. As soon as I get back, we'll be moving fairly aggressively on the funding and trademark fronts (I don't mind saying publically here that the trademark _should_ be secured at this point and that the last hold-up is my going in to Walnut Creek and supervising the hand-over, which I'll do just as soon as I get back!) > Your welcome! And please keep up the hardware recruiting for the test > lab, looks like things are finally starting to happen in that area! I most certainly will. Hopefully, the first $5K or so that we get in donations (a more than reasonable initial target) can also go a long ways in making the test lab quite a bit better equipped, and we can start doing regression testing for each release in earnest.. As soon as I figure how what kind of paperwork I need to generate in exchange for a donation, I'll start putting together some "begging letters" for hardware and other donated assets. Gee, it may have taken us 2 years, but in another year or so we may even be doing half the things the real software development projects do! :-) Jordan From owner-cvs-sys Wed Jun 28 14:38:31 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA24096 for cvs-sys-outgoing; Wed, 28 Jun 1995 14:38:31 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA24074 ; Wed, 28 Jun 1995 14:36:59 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id OAA10353; Wed, 28 Jun 1995 14:36:58 -0700 From: "Rodney W. Grimes" Message-Id: <199506282136.OAA10353@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/pci ncr.c To: jkh@freebsd.org (Jordan K. Hubbard) Date: Wed, 28 Jun 1995 14:36:58 -0700 (PDT) Cc: jkh@freebsd.org, gibbs@freefall.cdrom.com, se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <2734.804373311@whisker.internet-eireann.ie> from "Jordan K. Hubbard" at Jun 28, 95 10:01:51 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 3309 Sender: cvs-sys-owner@freebsd.org Precedence: bulk > > > Easy and $105.00 wholesale. And I will throw in the broken Chinnon > > 535S that came out of his system and 1 hour of my time to attempt to > > fix it. If I get it fixed it becomes FreeBSD Test Lab Equipment > > (by the way, what is the status on the trade mark? Please contact > > me via private email on this.), if I don't fix it within one hour it goes > > in the trash bin. > > Sounds good. As soon as I get back, we'll be moving fairly > aggressively on the funding and trademark fronts (I don't mind saying > publically here that the trademark _should_ be secured at this point > and that the last hold-up is my going in to Walnut Creek and > supervising the hand-over, which I'll do just as soon as I get back!) Good, because I have a Walnut Creek Poster here that has the largest red letters ``FreeBSD (TM)'' on it that had me worried a little about legality. [Thanks for the way cool poster!!! It will go into the Accurate Automation reception area just as soon as I move the assembly area from there to it's final resting home!] And now that someone holds this tradmark how can I license the use of it for 2 things: a) the sign that will go over the ``FreeBSD Test Lab'' and b) use in Accurate Automations case logo insert (been waiting for this to happen so I can go design one and not worry about the legal effects). I assume a) is a given since it is officially part of the FreeBSD project, b) is a stickier question and raises conflict of interest questions in my mind :-(. I also love the logo ``Turning PC's into Workstations''!!!! I was thinking of something like ``FreeBSD(tm) Workstation by Accurate Automation'' for my insert, but there ain't enough space for it unless I made the type so small you couldn't read it :-(. I only have 1 square inch to work in. > > > Your welcome! And please keep up the hardware recruiting for the test > > lab, looks like things are finally starting to happen in that area! > > I most certainly will. Hopefully, the first $5K or so that we get in > donations (a more than reasonable initial target) can also go a long > ways in making the test lab quite a bit better equipped, and we can > start doing regression testing for each release in earnest.. As soon > as I figure how what kind of paperwork I need to generate in exchange > for a donation, I'll start putting together some "begging letters" for > hardware and other donated assets. I would like to repriortize that first $5k (or just the first $1200) to purchase 2 badly needed things for Freefall, a 16GByte DAT drive, and a 535MB cvs repository disk (we need to get the repository on it's own spindle to reduce head contention on freefall in a really bad way!!!). I will sell both items at cost (makeing it well below the $1200 sales number above) to the project. If I had not just layed out $5k for this move I would have donated the disk drive already as the time it would have saved me those 2 weekends of tag operations would have payed for it! > > Gee, it may have taken us 2 years, but in another year or so we may > even be doing half the things the real software development projects > do! :-) :-) -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sys Thu Jun 29 00:07:07 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13554 for cvs-sys-outgoing; Thu, 29 Jun 1995 00:07:07 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13540 ; Thu, 29 Jun 1995 00:07:02 -0700 Date: Thu, 29 Jun 1995 00:07:02 -0700 From: David Greenman Message-Id: <199506290707.AAA13540@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_time.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/29 00:07:01 Modified: sys/conf param.c sys/kern kern_time.c Log: Killed "TIMEZONE" and "DST" options. They have been forced to 0 by config for more than a year now. Moved the declaration of 'tz' into kern_time.c. From owner-cvs-sys Thu Jun 29 01:21:40 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA16566 for cvs-sys-outgoing; Thu, 29 Jun 1995 01:21:40 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA16554 ; Thu, 29 Jun 1995 01:21:35 -0700 Date: Thu, 29 Jun 1995 01:21:35 -0700 From: David Greenman Message-Id: <199506290821.BAA16554@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/conf param.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/06/29 01:21:34 Modified: sys/conf param.c Log: Removed "GATEWAY" consideration when calculating number of mbuf clusters. It now always uses the value that was used for the GATEWAY case. From owner-cvs-sys Thu Jun 29 08:09:19 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27142 for cvs-sys-outgoing; Thu, 29 Jun 1995 08:09:19 -0700 Received: from freebsd.netcraft.co.uk (lambda.demon.co.uk [158.152.17.124]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA26974 ; Thu, 29 Jun 1995 08:01:21 -0700 Received: (from paul@localhost) by freebsd.netcraft.co.uk (8.6.11/8.6.9) id QAA13148; Thu, 29 Jun 1995 16:00:18 +0100 From: Paul Richards Message-Id: <199506291500.QAA13148@freebsd.netcraft.co.uk> Subject: Re: cvs commit: src/sys/pci ncr.c To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Thu, 29 Jun 1995 16:00:17 +0100 (BST) Cc: jkh@freebsd.org, gibbs@freefall.cdrom.com, se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199506282136.OAA10353@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Jun 28, 95 02:36:58 pm Reply-to: paul@freebsd.org X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 876 Sender: cvs-sys-owner@freebsd.org Precedence: bulk In reply to Rodney W. Grimes who said > > And now that someone holds this tradmark how can I license the use > of it for 2 things: a) the sign that will go over the ``FreeBSD Test Lab'' > and b) use in Accurate Automations case logo insert (been waiting for this > to happen so I can go design one and not worry about the legal effects). > > I assume a) is a given since it is officially part of the FreeBSD project, > b) is a stickier question and raises conflict of interest questions in > my mind :-(. > > I also love the logo ``Turning PC's into Workstations''!!!! Yeah, after all that discussion we had over moon landings I actually think this is an absolutely perfect slogan. -- Paul Richards, Bluebird Computer Systems. FreeBSD core team member. Internet: paul@FreeBSD.org, http://www.freebsd.org/~paul Phone: 0370 462071 (Mobile), +44 1222 457651 (home) From owner-cvs-sys Thu Jun 29 11:11:28 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA02940 for cvs-sys-outgoing; Thu, 29 Jun 1995 11:11:28 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA02930 ; Thu, 29 Jun 1995 11:11:25 -0700 Date: Thu, 29 Jun 1995 11:11:25 -0700 From: "Garrett A. Wollman" Message-Id: <199506291811.LAA02930@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_var.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk wollman 95/06/29 11:11:25 Modified: sys/netinet tcp_input.c tcp_subr.c tcp_var.h Log: Keep track of the number of samples through the srtt filter so that we know better when to cache values in the route, rather than relying on a heuristic involving sequence numbers that broke when tcp_sendspace was increased to 16k. From owner-cvs-sys Thu Jun 29 13:09:14 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA05593 for cvs-sys-outgoing; Thu, 29 Jun 1995 13:09:14 -0700 Received: from whisker.internet-eireann.ie (whisker.internet-eireann.ie [194.9.34.204]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAB05580 ; Thu, 29 Jun 1995 13:08:59 -0700 Received: from localhost (localhost [127.0.0.1]) by whisker.internet-eireann.ie (8.6.11/8.6.9) with SMTP id SAA06000; Thu, 29 Jun 1995 18:17:37 +0100 To: paul@freebsd.org cc: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes), jkh@freebsd.org, gibbs@freefall.cdrom.com, se@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Thu, 29 Jun 1995 16:00:17 BST." <199506291500.QAA13148@freebsd.netcraft.co.uk> Date: Thu, 29 Jun 1995 18:17:36 +0100 Message-ID: <5998.804446256@whisker.internet-eireann.ie> From: "Jordan K. Hubbard" Sender: cvs-sys-owner@freebsd.org Precedence: bulk > > I also love the logo ``Turning PC's into Workstations''!!!! > > Yeah, after all that discussion we had over moon landings I actually think > this is an absolutely perfect slogan. Ahem. Shucks. (pats self on the back.. :-) Jordan From owner-cvs-sys Thu Jun 29 19:12:22 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA15575 for cvs-sys-outgoing; Thu, 29 Jun 1995 19:12:22 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA15568 ; Thu, 29 Jun 1995 19:11:52 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA21212; Fri, 30 Jun 1995 12:06:11 +1000 Date: Fri, 30 Jun 1995 12:06:11 +1000 From: Bruce Evans Message-Id: <199506300206.MAA21212@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, ache@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/isa sio.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk > Modified: sys/i386/isa sio.c > Log: > Fight with hanging modems continued: > return EIO after t_timeout expired instead infinite looping in "siotx" > in comparam, consuming CPU time. Why does this loop occur? It can't happen with working 8250..16550 chips? It might happen if the UART incompatibly implements ctsflow in hardware. Otherwise, hangs here are quite different from the ctsflow-related hangs solved elsewhere using t_timeout. Bruce From owner-cvs-sys Fri Jun 30 09:11:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA07197 for cvs-sys-outgoing; Fri, 30 Jun 1995 09:11:57 -0700 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA07180 ; Fri, 30 Jun 1995 09:11:45 -0700 Date: Fri, 30 Jun 1995 09:11:45 -0700 From: Stefan Esser Message-Id: <199506301611.JAA07180@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/06/30 09:11:44 Modified: sys/i386/isa pcibus.c Log: The PCI config mechanism 1 test failed for the Intel Aries. Make it less strict ... Submitted by: NIIMI Satoshi From owner-cvs-sys Sat Jul 1 12:09:49 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA28775 for cvs-sys-outgoing; Sat, 1 Jul 1995 12:09:49 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA28764 ; Sat, 1 Jul 1995 12:09:42 -0700 Date: Sat, 1 Jul 1995 12:09:42 -0700 From: Joerg Wunsch Message-Id: <199507011909.MAA28764@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_output.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk joerg 95/07/01 12:09:41 Modified: sys/netinet ip_output.c Log: I saw a very low-key commit message on the netbsd mailing lists and figured out what the problem was.. Anyway, I rate it as "highly serious". Submitted by: peter@haywire.DIALix.COM (Peter Wemm)