From owner-cvs-sys Sun Jun 14 01:48:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09439 for cvs-sys-outgoing; Sun, 14 Jun 1998 01:48:03 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09336; Sun, 14 Jun 1998 01:47:22 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA09672; Sun, 14 Jun 1998 01:46:45 -0700 (PDT) Date: Sun, 14 Jun 1998 01:46:45 -0700 (PDT) Message-Id: <199806140846.BAA09672@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 01:46:44 PDT Modified files: sys/miscfs/fdesc fdesc_vnops.c Log: Avoid a 64-bit division in fdesc_readdir(). Fixed related overflows and missing arg checking. Panic instead of returning bogus error codes or forgetting to check all cases if fdesc_readdir() gets called for a non-directory. This can't happen. Revision Changes Path 1.38 +15 -28 src/sys/miscfs/fdesc/fdesc_vnops.c From owner-cvs-sys Sun Jun 14 02:17:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11115 for cvs-sys-outgoing; Sun, 14 Jun 1998 02:17:19 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11061; Sun, 14 Jun 1998 02:17:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09864; Sun, 14 Jun 1998 02:16:33 -0700 (PDT) Date: Sun, 14 Jun 1998 02:16:33 -0700 (PDT) Message-Id: <199806140916.CAA09864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 02:16:32 PDT Modified files: (Branch: RELENG_2_2) sys/miscfs/fdesc fdesc_vnops.c Log: MFC (1.37: various fixes for fdesc_readdir()). Revision Changes Path 1.19.2.2 +15 -28 src/sys/miscfs/fdesc/fdesc_vnops.c From owner-cvs-sys Sun Jun 14 03:56:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22544 for cvs-sys-outgoing; Sun, 14 Jun 1998 03:56:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22294; Sun, 14 Jun 1998 03:53:33 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10998; Sun, 14 Jun 1998 03:52:55 -0700 (PDT) Date: Sun, 14 Jun 1998 03:52:55 -0700 (PDT) Message-Id: <199806141052.DAA10998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa ctx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 03:52:54 PDT Modified files: sys/i386/isa ctx.c Log: Avoid 64-bit divisions and modulos. Fixed related overflows for weird args. This driver should not be used, since it calls uiomove() with interrupts disabled. Revision Changes Path 1.28 +19 -9 src/sys/i386/isa/ctx.c From owner-cvs-sys Sun Jun 14 05:37:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01171 for cvs-sys-outgoing; Sun, 14 Jun 1998 05:37:14 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00927; Sun, 14 Jun 1998 05:35:22 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA11575; Sun, 14 Jun 1998 05:34:43 -0700 (PDT) Date: Sun, 14 Jun 1998 05:34:43 -0700 (PDT) Message-Id: <199806141234.FAA11575@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/kernfs kernfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 05:34:43 PDT Modified files: sys/miscfs/kernfs kernfs_vnops.c Log: Avoid a 64-bit division in kernfs_readdir(). Fixed related overflows and arg checking. Revision Changes Path 1.33 +8 -3 src/sys/miscfs/kernfs/kernfs_vnops.c From owner-cvs-sys Sun Jun 14 05:56:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03121 for cvs-sys-outgoing; Sun, 14 Jun 1998 05:56:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02824; Sun, 14 Jun 1998 05:54:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA11719; Sun, 14 Jun 1998 05:53:41 -0700 (PDT) Date: Sun, 14 Jun 1998 05:53:41 -0700 (PDT) Message-Id: <199806141253.FAA11719@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 05:53:41 PDT Modified files: sys/miscfs/procfs procfs_vnops.c Log: Avoid a 64-bit division in procfs_readdir(). Fixed related overflows. Check args using the same expression as in fdesc and kernfs. The check was actually already correct, modulo overflow. It could be tightened up to either allow huge (aligned) offsets, treating them as EOF, or disallow all offsets beyond EOF. Didn't fix invalid address calculation &foo[i] where i may be out of bounds. Didn't fix shooting of foot using a private unportable dirent struct. Revision Changes Path 1.59 +6 -10 src/sys/miscfs/procfs/procfs_vnops.c From owner-cvs-sys Sun Jun 14 06:27:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04969 for cvs-sys-outgoing; Sun, 14 Jun 1998 06:27:02 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04840; Sun, 14 Jun 1998 06:24:50 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA11845; Sun, 14 Jun 1998 06:24:11 -0700 (PDT) Date: Sun, 14 Jun 1998 06:24:11 -0700 (PDT) Message-Id: <199806141324.GAA11845@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys elf64.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/14 06:24:11 PDT Modified files: sys/sys elf64.h Log: Elf64_Shdr.sh_size should be Elf64_Size not Elf64_Word. Revision Changes Path 1.2 +2 -2 src/sys/sys/elf64.h From owner-cvs-sys Sun Jun 14 06:42:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06367 for cvs-sys-outgoing; Sun, 14 Jun 1998 06:42:45 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06250; Sun, 14 Jun 1998 06:40:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA04898; Sun, 14 Jun 1998 06:40:03 -0700 (PDT) Date: Sun, 14 Jun 1998 06:40:03 -0700 (PDT) Message-Id: <199806141340.GAA04898@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 06:40:02 PDT Modified files: sys/sys cdefs.h Log: Don't define away __attribute__() for the non-gcc and old-gcc cases. Using __attribute__() in non-ifdefed code is just wrong if it changes the semantics, and there is no way to ignore __attribute__() only in the benign cases. Don't use __attribute__ in non-ifdefed code here. It was a benign case, but we already have a macro (__unused) for this case. Expanded comment about gotchas for __CONCAT() in the non-ANSI case. Revision Changes Path 1.17 +7 -7 src/sys/sys/cdefs.h From owner-cvs-sys Sun Jun 14 06:49:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06685 for cvs-sys-outgoing; Sun, 14 Jun 1998 06:49:14 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06570; Sun, 14 Jun 1998 06:46:52 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA09233; Sun, 14 Jun 1998 06:46:13 -0700 (PDT) Date: Sun, 14 Jun 1998 06:46:13 -0700 (PDT) Message-Id: <199806141346.GAA09233@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c genassym.c gensetdefs.c src/sys/alpha/conf Makefile.alpha files.alpha src/sys/alpha/include alpha_cpu.h param.h vmparam.h src/sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/14 06:46:11 PDT Modified files: sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c genassym.c gensetdefs.c sys/alpha/conf Makefile.alpha files.alpha sys/alpha/include alpha_cpu.h param.h vmparam.h sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h kftxx.c kftxxvar.h mcclock_tlsb.c tlsb.c tlsbvar.h zs_tlsb.c sys/conf files sys/dev/dec mc146818reg.h mcclock.c mcclockvar.h sys/kern subr_bus.c sys/sys bus.h bus_private.h Removed files: sys/dev/dec clockvar.h Log: Major changes to the generic device framework for FreeBSD/alpha: * Eliminate bus_t and make it possible for all devices to have attached children. * Support dynamically extendable interfaces for drivers to replace both the function pointers in driver_t and bus_ops_t (which has been removed entirely. Two system defined interfaces have been defined, 'device' which is mandatory for all devices and 'bus' which is recommended for all devices which support attached children. * In addition, the alpha port defines two simple interfaces 'clock' for attaching various real time clocks to the system and 'mcclock' for the many different variations of mc146818 clocks which can be attached to different alpha platforms. This eliminates two more function pointer tables in favour of the generic method dispatch system provided by the device framework. Future device interfaces may include: * cdev and bdev interfaces for devfs to use in replacement for specfs and the fixed interfaces bdevsw and cdevsw. * scsi interface to replace struct scsi_adapter (not sure how this works in CAM but I imagine there is something similar there). * various tailored interfaces for different bus types such as pci, isa, pccard etc. Revision Changes Path 1.2 +4 -2 src/sys/alpha/alpha/autoconf.c 1.2 +9 -14 src/sys/alpha/alpha/clock.c 1.2 +2 -2 src/sys/alpha/alpha/cons.c 1.2 +2 -1 src/sys/alpha/alpha/dec_kn8ae.c 1.2 +7 -5 src/sys/alpha/alpha/genassym.c 1.2 +2 -2 src/sys/alpha/alpha/gensetdefs.c 1.2 +14 -7 src/sys/alpha/conf/Makefile.alpha 1.2 +33 -1 src/sys/alpha/conf/files.alpha 1.3 +6 -6 src/sys/alpha/include/alpha_cpu.h 1.4 +2 -2 src/sys/alpha/include/param.h 1.3 +6 -6 src/sys/alpha/include/vmparam.h 1.2 +16 -12 src/sys/alpha/tlsb/dwlpx.c 1.2 +48 -48 src/sys/alpha/tlsb/gbus.c 1.3 +2 -2 src/sys/alpha/tlsb/gbusvar.h 1.2 +63 -63 src/sys/alpha/tlsb/kftxx.c 1.3 +2 -2 src/sys/alpha/tlsb/kftxxvar.h 1.2 +32 -30 src/sys/alpha/tlsb/mcclock_tlsb.c 1.2 +83 -81 src/sys/alpha/tlsb/tlsb.c 1.2 +2 -2 src/sys/alpha/tlsb/tlsbvar.h 1.2 +53 -49 src/sys/alpha/tlsb/zs_tlsb.c 1.143 +1 -1 src/sys/conf/files 1.2 +9 -17 src/sys/dev/dec/mc146818reg.h 1.2 +13 -41 src/sys/dev/dec/mcclock.c 1.2 +5 -11 src/sys/dev/dec/mcclockvar.h 1.2 +229 -166 src/sys/kern/subr_bus.c 1.2 +53 -82 src/sys/sys/bus.h 1.2 +38 -5 src/sys/sys/bus_private.h From owner-cvs-sys Sun Jun 14 06:55:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07210 for cvs-sys-outgoing; Sun, 14 Jun 1998 06:55:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07099; Sun, 14 Jun 1998 06:53:54 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA09316; Sun, 14 Jun 1998 06:53:15 -0700 (PDT) Date: Sun, 14 Jun 1998 06:53:15 -0700 (PDT) Message-Id: <199806141353.GAA09316@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha clock_if.m src/sys/alpha/include clockvar.h src/sys/dev/dec mcclock_if.m src/sys/kern bus_if.m device_if.m makedevops.sh Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/14 06:53:14 PDT Added files: sys/alpha/alpha clock_if.m sys/alpha/include clockvar.h sys/dev/dec mcclock_if.m sys/kern bus_if.m device_if.m makedevops.sh Log: [Add missing files from previous commit] Major changes to the generic device framework for FreeBSD/alpha: * Eliminate bus_t and make it possible for all devices to have attached children. * Support dynamically extendable interfaces for drivers to replace both the function pointers in driver_t and bus_ops_t (which has been removed entirely. Two system defined interfaces have been defined, 'device' which is mandatory for all devices and 'bus' which is recommended for all devices which support attached children. * In addition, the alpha port defines two simple interfaces 'clock' for attaching various real time clocks to the system and 'mcclock' for the many different variations of mc146818 clocks which can be attached to different alpha platforms. This eliminates two more function pointer tables in favour of the generic method dispatch system provided by the device framework. Future device interfaces may include: * cdev and bdev interfaces for devfs to use in replacement for specfs and the fixed interfaces bdevsw and cdevsw. * scsi interface to replace struct scsi_adapter (not sure how this works in CAM but I imagine there is something similar there). * various tailored interfaces for different bus types such as pci, isa, pccard etc. From owner-cvs-sys Sun Jun 14 07:01:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07798 for cvs-sys-outgoing; Sun, 14 Jun 1998 07:01:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07539; Sun, 14 Jun 1998 06:59:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA09347; Sun, 14 Jun 1998 06:59:00 -0700 (PDT) Date: Sun, 14 Jun 1998 06:59:00 -0700 (PDT) Message-Id: <199806141359.GAA09347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb zsvar.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/14 06:59:00 PDT Added files: sys/alpha/tlsb zsvar.h Log: Declare zs_cnattach. From owner-cvs-sys Sun Jun 14 07:03:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07998 for cvs-sys-outgoing; Sun, 14 Jun 1998 07:03:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07790; Sun, 14 Jun 1998 07:01:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09386; Sun, 14 Jun 1998 07:00:49 -0700 (PDT) Date: Sun, 14 Jun 1998 07:00:49 -0700 (PDT) Message-Id: <199806141400.HAA09386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ansi.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 07:00:48 PDT Modified files: sys/i386/include ansi.h Log: Added typedefs for __int64_t and __uint64_t. These will be used to avoid explicit use of `[unsigned] long long' and `[u]quad_t'. Fixed disorder of and lack of comments for the types added in the previous two commits. Improved some comments. The comments should be elswhere (not duplicated in every MD file). Revision Changes Path 1.15 +24 -9 src/sys/i386/include/ansi.h From owner-cvs-sys Sun Jun 14 07:10:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08692 for cvs-sys-outgoing; Sun, 14 Jun 1998 07:10:40 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08364; Sun, 14 Jun 1998 07:09:01 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09426; Sun, 14 Jun 1998 07:08:22 -0700 (PDT) Date: Sun, 14 Jun 1998 07:08:22 -0700 (PDT) Message-Id: <199806141408.HAA09426@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include types.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 07:08:21 PDT Modified files: sys/i386/include types.h Log: Define 64-bit types in terms of __int64_t and __uint64_t. Define an unsigned version of off_t (uoff_t) if KERNEL is defined. This is useful for micro-optimizing expressions involving off_t's where you know that the values are non-negative but the compiler doesn't know it. Fixed a gratuitous ANSIism. Revision Changes Path 1.12 +9 -5 src/sys/i386/include/types.h From owner-cvs-sys Sun Jun 14 08:24:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14869 for cvs-sys-outgoing; Sun, 14 Jun 1998 08:24:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14629; Sun, 14 Jun 1998 08:22:09 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09762; Sun, 14 Jun 1998 08:21:29 -0700 (PDT) Date: Sun, 14 Jun 1998 08:21:29 -0700 (PDT) Message-Id: <199806141521.IAA09762@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include param.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 08:21:29 PDT Modified files: sys/i386/include param.h Log: Removed LOCORE ifdef. This header isn't used for locore stuff. Use uoff_t instead of `unsigned long long' for unsigned offsets. Fixed some style bugs. Revision Changes Path 1.43 +5 -8 src/sys/i386/include/param.h From owner-cvs-sys Sun Jun 14 08:28:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15188 for cvs-sys-outgoing; Sun, 14 Jun 1998 08:28:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14953; Sun, 14 Jun 1998 08:26:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09793; Sun, 14 Jun 1998 08:26:05 -0700 (PDT) Date: Sun, 14 Jun 1998 08:26:05 -0700 (PDT) Message-Id: <199806141526.IAA09793@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include types.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 08:26:05 PDT Modified files: sys/alpha/include types.h Log: Added uoff_t. Revision Changes Path 1.4 +5 -1 src/sys/alpha/include/types.h From owner-cvs-sys Sun Jun 14 08:55:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18085 for cvs-sys-outgoing; Sun, 14 Jun 1998 08:55:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17679; Sun, 14 Jun 1998 08:52:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09939; Sun, 14 Jun 1998 08:52:02 -0700 (PDT) Date: Sun, 14 Jun 1998 08:52:02 -0700 (PDT) Message-Id: <199806141552.IAA09939@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_bio.c nfs_subs.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 08:52:02 PDT Modified files: sys/nfs nfs_bio.c nfs_subs.c Log: Avoid an egcs pessimization for 64-bit signed division on i386's. Pre-2.8 versions of gcc generate a call to __divdi3() for all 64-bit signed divisions, but egcs optimizes them to a shift and fixup when the divisor is a constant power of 2. Unfortunately, it generates a call to __cmpdi2() for the fixup, although all except possibly ancient versions of gcc and egcs do ordinary 64-bit comparisons inline. Revision Changes Path 1.59 +2 -2 src/sys/nfs/nfs_bio.c 1.62 +4 -4 src/sys/nfs/nfs_subs.c From owner-cvs-sys Sun Jun 14 09:21:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22015 for cvs-sys-outgoing; Sun, 14 Jun 1998 09:21:33 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21658; Sun, 14 Jun 1998 09:19:22 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id SAA11356; Sun, 14 Jun 1998 18:15:08 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id RAA09076; Sun, 14 Jun 1998 17:24:28 +0200 (CEST) (envelope-from andreas) Message-ID: <19980614172428.A8277@klemm.gtn.com> Date: Sun, 14 Jun 1998 17:24:28 +0200 From: Andreas Klemm To: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/nfs nqnfs.h References: <199806010723.AAA12037@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806010723.AAA12037@freefall.freebsd.org>; from Peter Wemm on Mon, Jun 01, 1998 at 12:23:27AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Jun 01, 1998 at 12:23:27AM -0700, Peter Wemm wrote: > peter 1998/06/01 00:23:27 PDT > > Modified files: > sys/nfs nqnfs.h > Log: > Hide more kernel stuff from userland. This stops nethostaddr etc being > wanted by mount_nfs.c. Did this perhaps break "make world" ? ===> sbin/mount_nfs cc -pipe -O -DNFS -I/home/src/sbin/mount_nfs/../mount -I/usr/obj/usr/src/tmp/usr/include -c /home/src/sbin/mount_nfs/mount_nfs.c In file included from /home/src/sbin/mount_nfs/mount_nfs.c:74: /usr/obj/usr/src/tmp/usr/include/nfs/nqnfs.h:93: field `udp_haddr' has incomplete type /usr/obj/usr/src/tmp/usr/include/nfs/nqnfs.h:98: field `connless_haddr' has incomplete type *** Error code 1 -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-sys Sun Jun 14 09:35:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23752 for cvs-sys-outgoing; Sun, 14 Jun 1998 09:35:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from antipodes.cdrom.com (castles347.castles.com [208.214.167.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23691; Sun, 14 Jun 1998 09:35:12 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id IAA05608; Sun, 14 Jun 1998 08:30:29 -0700 (PDT) Message-Id: <199806141530.IAA05608@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Doug Rabson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c genassym.c gensetdefs.c src/sys/alpha/conf Makefile.alpha files.alpha src/sys/alpha/include alpha_cpu.h param.h vmparam.h src/sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h ... In-reply-to: Your message of "Sun, 14 Jun 1998 06:46:13 PDT." <199806141346.GAA09233@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Jun 1998 08:30:29 -0700 From: Mike Smith Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > dfr 1998/06/14 06:46:11 PDT > > Modified files: > sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c > genassym.c gensetdefs.c > sys/alpha/conf Makefile.alpha files.alpha > sys/alpha/include alpha_cpu.h param.h vmparam.h > sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h kftxx.c > kftxxvar.h mcclock_tlsb.c tlsb.c > tlsbvar.h zs_tlsb.c > sys/conf files > sys/dev/dec mc146818reg.h mcclock.c mcclockvar.h > sys/kern subr_bus.c > sys/sys bus.h bus_private.h > Removed files: > sys/dev/dec clockvar.h > Log: > Major changes to the generic device framework for FreeBSD/alpha: Yay! Now, is there a bus(4) and device(4) manpage, or somewhere something that we can point people at and say "this is how it works"? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-sys Sun Jun 14 09:44:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25499 for cvs-sys-outgoing; Sun, 14 Jun 1998 09:44:21 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25087; Sun, 14 Jun 1998 09:42:37 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11272; Sun, 14 Jun 1998 09:41:58 -0700 (PDT) Date: Sun, 14 Jun 1998 09:41:58 -0700 (PDT) Message-Id: <199806141641.JAA11272@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa bt74x.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/06/14 09:41:57 PDT Modified files: sys/i386/eisa bt74x.c Log: Add support for the Storage Dimensions SDC3222F. PR: 6261 Submitted by: "Matthew N. Dodd" Revision Changes Path 1.13 +5 -1 src/sys/i386/eisa/bt74x.c From owner-cvs-sys Sun Jun 14 09:45:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25609 for cvs-sys-outgoing; Sun, 14 Jun 1998 09:45:00 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25151; Sun, 14 Jun 1998 09:43:10 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11300; Sun, 14 Jun 1998 09:42:30 -0700 (PDT) Date: Sun, 14 Jun 1998 09:42:30 -0700 (PDT) Message-Id: <199806141642.JAA11300@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa bt74x.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/06/14 09:42:29 PDT Modified files: (Branch: RELENG_2_2) sys/i386/eisa bt74x.c Log: MFC - Add support for the Storage Dimensions SDC3222F. Revision Changes Path 1.7.2.2 +5 -1 src/sys/i386/eisa/bt74x.c From owner-cvs-sys Sun Jun 14 10:30:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00674 for cvs-sys-outgoing; Sun, 14 Jun 1998 10:30:43 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00663; Sun, 14 Jun 1998 10:30:29 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id SAA19670; Sun, 14 Jun 1998 18:32:33 +0100 (BST) Date: Sun, 14 Jun 1998 18:32:33 +0100 (BST) From: Doug Rabson To: Mike Smith cc: Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c genassym.c gensetdefs.c src/sys/alpha/conf Makefile.alpha files.alpha src/sys/alpha/include alpha_cpu.h param.h vmparam.h src/sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h ... In-Reply-To: <199806141530.IAA05608@antipodes.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 14 Jun 1998, Mike Smith wrote: > > dfr 1998/06/14 06:46:11 PDT > > > > Modified files: > > sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c > > genassym.c gensetdefs.c > > sys/alpha/conf Makefile.alpha files.alpha > > sys/alpha/include alpha_cpu.h param.h vmparam.h > > sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h kftxx.c > > kftxxvar.h mcclock_tlsb.c tlsb.c > > tlsbvar.h zs_tlsb.c > > sys/conf files > > sys/dev/dec mc146818reg.h mcclock.c mcclockvar.h > > sys/kern subr_bus.c > > sys/sys bus.h bus_private.h > > Removed files: > > sys/dev/dec clockvar.h > > Log: > > Major changes to the generic device framework for FreeBSD/alpha: > > Yay! Now, is there a bus(4) and device(4) manpage, or somewhere > something that we can point people at and say "this is how it works"? I did start on some manpages last year but they were a bit weak (and fairly out of date now). There is documentation in the device_if.m and bus_if.m files and as always, the source tells all :-). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-sys Sun Jun 14 10:32:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01117 for cvs-sys-outgoing; Sun, 14 Jun 1998 10:32:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01077; Sun, 14 Jun 1998 10:32:15 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA14820; Sun, 14 Jun 1998 10:26:24 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd014818; Sun Jun 14 17:26:24 1998 Date: Sun, 14 Jun 1998 10:26:21 -0700 (PDT) From: Julian Elischer To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include ansi.h In-Reply-To: <199806141400.HAA09386@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk you should explain why u_int64_t which already exists is not good enough? is it non ansi or something? On Sun, 14 Jun 1998, Bruce Evans wrote: > bde 1998/06/14 07:00:48 PDT > > Modified files: > sys/i386/include ansi.h > Log: > Added typedefs for __int64_t and __uint64_t. These will be used to avoid > explicit use of `[unsigned] long long' and `[u]quad_t'. > > Fixed disorder of and lack of comments for the types added in the previous > two commits. Improved some comments. The comments should be elswhere > (not duplicated in every MD file). > > Revision Changes Path > 1.15 +24 -9 src/sys/i386/include/ansi.h > From owner-cvs-sys Sun Jun 14 10:38:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02099 for cvs-sys-outgoing; Sun, 14 Jun 1998 10:38:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01720; Sun, 14 Jun 1998 10:36:36 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA11675; Sun, 14 Jun 1998 10:35:56 -0700 (PDT) Date: Sun, 14 Jun 1998 10:35:56 -0700 (PDT) Message-Id: <199806141735.KAA11675@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/14 10:35:56 PDT Modified files: sys/conf files Log: Oops, wrong file again. Revision Changes Path 1.144 +1 -1 src/sys/conf/files From owner-cvs-sys Sun Jun 14 10:40:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02308 for cvs-sys-outgoing; Sun, 14 Jun 1998 10:40:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from antipodes.cdrom.com (castles347.castles.com [208.214.167.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02238; Sun, 14 Jun 1998 10:40:18 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id JAA05942; Sun, 14 Jun 1998 09:35:20 -0700 (PDT) Message-Id: <199806141635.JAA05942@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Doug Rabson cc: Mike Smith , Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c genassym.c gensetdefs.c src/sys/alpha/conf Makefile.alpha files.alpha src/sys/alpha/include alpha_cpu.h param.h vmparam.h src/sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h ... In-reply-to: Your message of "Sun, 14 Jun 1998 18:32:33 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Jun 1998 09:35:19 -0700 From: Mike Smith Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Log: > > > Major changes to the generic device framework for FreeBSD/alpha: > > > > Yay! Now, is there a bus(4) and device(4) manpage, or somewhere > > something that we can point people at and say "this is how it works"? > > I did start on some manpages last year but they were a bit weak (and > fairly out of date now). There is documentation in the device_if.m and > bus_if.m files and as always, the source tells all :-). ie. "no". If we intend to sell this as "FreeBSD device infrastructure TNG", we really need some documentation, and preferably from someone that understands it properly... -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-sys Sun Jun 14 11:06:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06182 for cvs-sys-outgoing; Sun, 14 Jun 1998 11:06:49 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06174; Sun, 14 Jun 1998 11:06:33 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id EAA12722; Mon, 15 Jun 1998 04:06:32 +1000 Date: Mon, 15 Jun 1998 04:06:32 +1000 From: Bruce Evans Message-Id: <199806141806.EAA12722@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, julian@whistle.com Subject: Re: cvs commit: src/sys/i386/include ansi.h Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >you should explain why u_int64_t which already exists >is not good enough? > >is it non ansi or something? It is non-ANSI, and in a non-ANSI header. Bruce From owner-cvs-sys Sun Jun 14 11:54:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12597 for cvs-sys-outgoing; Sun, 14 Jun 1998 11:54:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12542; Sun, 14 Jun 1998 11:53:56 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id TAA19934; Sun, 14 Jun 1998 19:55:53 +0100 (BST) Date: Sun, 14 Jun 1998 19:55:53 +0100 (BST) From: Doug Rabson To: Mike Smith cc: Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c clock.c cons.c dec_kn8ae.c genassym.c gensetdefs.c src/sys/alpha/conf Makefile.alpha files.alpha src/sys/alpha/include alpha_cpu.h param.h vmparam.h src/sys/alpha/tlsb dwlpx.c gbus.c gbusvar.h ... In-Reply-To: <199806141635.JAA05942@antipodes.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 14 Jun 1998, Mike Smith wrote: > > > > Log: > > > > Major changes to the generic device framework for FreeBSD/alpha: > > > > > > Yay! Now, is there a bus(4) and device(4) manpage, or somewhere > > > something that we can point people at and say "this is how it works"? > > > > I did start on some manpages last year but they were a bit weak (and > > fairly out of date now). There is documentation in the device_if.m and > > bus_if.m files and as always, the source tells all :-). > > ie. "no". If we intend to sell this as "FreeBSD device infrastructure > TNG", we really need some documentation, and preferably from someone > that understands it properly... Of course it needs documentation and it will have documentation, just as soon as it stops changing :-) -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-sys Sun Jun 14 12:02:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13495 for cvs-sys-outgoing; Sun, 14 Jun 1998 12:02:49 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13289; Sun, 14 Jun 1998 12:00:55 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11979; Sun, 14 Jun 1998 12:00:14 -0700 (PDT) Date: Sun, 14 Jun 1998 12:00:14 -0700 (PDT) Message-Id: <199806141900.MAA11979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/slice slice_base.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/14 12:00:14 PDT Modified files: sys/dev/slice slice_base.c Log: Horrible hack to allow newfs to work again in SLICE kernels. Real fix in the making but requires editing 60+ files. (every damn driver) Revision Changes Path 1.4 +4 -1 src/sys/dev/slice/slice_base.c From owner-cvs-sys Sun Jun 14 12:09:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14224 for cvs-sys-outgoing; Sun, 14 Jun 1998 12:09:06 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from helios.dnttm.ru (root@dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14150; Sun, 14 Jun 1998 12:08:26 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id XAA14288; Sun, 14 Jun 1998 23:03:09 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id WAA02416; Sun, 14 Jun 1998 22:53:04 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199806141853.WAA02416@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/nfs nfs_bio.c nfs_subs.c In-reply-to: Your message of "Sun, 14 Jun 1998 08:52:02 PDT." <199806141552.IAA09939@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Jun 1998 22:53:04 +0400 From: Dmitrij Tejblum Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > Pre-2.8 versions of gcc generate a call to __divdi3() for all 64-bit > signed divisions, but egcs optimizes them to a shift and fixup when > the divisor is a constant power of 2. Unfortunately, it generates > a call to __cmpdi2() for the fixup, although all except possibly > ancient versions of gcc and egcs do ordinary 64-bit comparisons > inline. A quite fresh egcs snapshot inline the comparison even in this case. Dima From owner-cvs-sys Sun Jun 14 12:23:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16216 for cvs-sys-outgoing; Sun, 14 Jun 1998 12:23:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15562; Sun, 14 Jun 1998 12:18:52 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id FAA15242; Mon, 15 Jun 1998 05:18:51 +1000 Date: Mon, 15 Jun 1998 05:18:51 +1000 From: Bruce Evans Message-Id: <199806141918.FAA15242@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, dima@tejblum.dnttm.rssi.ru Subject: Re: cvs commit: src/sys/nfs nfs_bio.c nfs_subs.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Pre-2.8 versions of gcc generate a call to __divdi3() for all 64-bit >> signed divisions, but egcs optimizes them to a shift and fixup when >> the divisor is a constant power of 2. Unfortunately, it generates >> a call to __cmpdi2() for the fixup, although all except possibly >> ancient versions of gcc and egcs do ordinary 64-bit comparisons >> inline. > >A quite fresh egcs snapshot inline the comparison even in this case. Still slower than not doing it :-). Bruce From owner-cvs-sys Sun Jun 14 12:29:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16889 for cvs-sys-outgoing; Sun, 14 Jun 1998 12:29:08 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16838; Sun, 14 Jun 1998 12:28:46 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id VAA07020; Sun, 14 Jun 1998 21:27:49 +0200 (CEST) (envelope-from sos) Message-Id: <199806141927.VAA07020@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/dev/slice slice_base.c In-Reply-To: <199806141900.MAA11979@freefall.freebsd.org> from Julian Elischer at "Jun 14, 98 12:00:14 pm" To: julian@FreeBSD.ORG (Julian Elischer) Date: Sun, 14 Jun 1998 21:27:49 +0200 (CEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Julian Elischer who wrote: > julian 1998/06/14 12:00:14 PDT > > Modified files: > sys/dev/slice slice_base.c > Log: > Horrible hack to allow newfs to work again in SLICE kernels. > Real fix in the making but requires editing 60+ files. (every damn driver) Why ?? newfs has worked fine for me ?? Oh and it now works on >8G drives, I run DEVFS/SLICE on my main box here with 11.5G EIDE disk, no probs... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-sys Sun Jun 14 12:34:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17536 for cvs-sys-outgoing; Sun, 14 Jun 1998 12:34:07 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17355; Sun, 14 Jun 1998 12:32:10 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12153; Sun, 14 Jun 1998 12:31:29 -0700 (PDT) Date: Sun, 14 Jun 1998 12:31:29 -0700 (PDT) Message-Id: <199806141931.MAA12153@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/14 12:31:29 PDT Modified files: sys/ufs/ffs ffs_inode.c Log: Slight change to directory cleanup Makes soft updates a bit cleaner. Eliminates some warnings about 'corrupted directories' from fsck. Revision Changes Path 1.43 +9 -5 src/sys/ufs/ffs/ffs_inode.c From owner-cvs-sys Sun Jun 14 13:09:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21997 for cvs-sys-outgoing; Sun, 14 Jun 1998 13:09:00 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21578; Sun, 14 Jun 1998 13:06:11 -0700 (PDT) (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12307; Sun, 14 Jun 1998 13:05:28 -0700 (PDT) Date: Sun, 14 Jun 1998 13:05:28 -0700 (PDT) Message-Id: <199806142005.NAA12307@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ahasty 1998/06/14 13:05:28 PDT Modified files: share/man/man5 rc.conf.5 sys/i386/include mouse.h usr.sbin/moused moused.8 moused.c Log: Reviewed by: Amancio Submitted by: Randall Hopper The patch supports using the X10 Mouse Remote in both stand-alone and pass-through configurations, so you can plug your mouse and remote into the same serial port, use the mouse for X, and use the remote for other apps like Fxtv. For instance, we can now control fxtv via the remote control just like a TV : change channels, mute, increase volume, zoom video, freeze frame 8) The mouse events are channeled through the syscons/sysmouse I/F like normal, and the remote buttons are "syphoned off" to a UNIX-domain stream socket (defined as _PATH_MOUSEREMOTE in ) for a remote-aware app to grab and use. For further info on the X10 Mouse Remote see: http://www.x10.com/products/x10_mk19a.htm Revision Changes Path 1.20 +2 -1 src/share/man/man5/rc.conf.5 1.10 +5 -1 src/sys/i386/include/mouse.h 1.15 +5 -1 src/usr.sbin/moused/moused.8 1.19 +120 -1 src/usr.sbin/moused/moused.c From owner-cvs-sys Sun Jun 14 13:50:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28227 for cvs-sys-outgoing; Sun, 14 Jun 1998 13:50:54 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA28154; Sun, 14 Jun 1998 13:50:18 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0ylJj1-0001ia-00; Sun, 14 Jun 1998 14:50:03 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id OAA03605; Sun, 14 Jun 1998 14:49:55 -0600 (MDT) Message-Id: <199806142049.OAA03605@harmony.village.org> To: Amancio Hasty Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-share@freebsd.org, cvs-sys@freebsd.org, cvs-usrsbin@freebsd.org In-reply-to: Your message of "Sun, 14 Jun 1998 13:05:28 PDT." <199806142005.NAA12307@freefall.freebsd.org> References: <199806142005.NAA12307@freefall.freebsd.org> Date: Sun, 14 Jun 1998 14:49:54 -0600 From: Warner Losh Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199806142005.NAA12307@freefall.freebsd.org> Amancio Hasty writes: : The mouse events are channeled through the syscons/sysmouse I/F like : normal, and the remote buttons are "syphoned off" to a UNIX-domain stream : socket (defined as _PATH_MOUSEREMOTE in ) for a : remote-aware app to grab and use. How does this interact, if at all, with the xten driver that is in -current? Warner From owner-cvs-sys Sun Jun 14 14:01:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29473 for cvs-sys-outgoing; Sun, 14 Jun 1998 14:01:01 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29263; Sun, 14 Jun 1998 13:59:06 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12480; Sun, 14 Jun 1998 13:58:18 -0700 (PDT) Date: Sun, 14 Jun 1998 13:58:18 -0700 (PDT) Message-Id: <199806142058.NAA12480@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_loop.c src/sys/netinet ip_output.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/14 13:58:18 PDT Modified files: sys/net if_ethersubr.c if_fddisubr.c if_loop.c sys/netinet ip_output.c Log: Try narrow down the culprit sending undefined packet types through the loopback Revision Changes Path 1.51 +4 -5 src/sys/net/if_ethersubr.c 1.32 +4 -2 src/sys/net/if_fddisubr.c 1.35 +14 -1 src/sys/net/if_loop.c 1.73 +9 -1 src/sys/netinet/ip_output.c From owner-cvs-sys Sun Jun 14 14:25:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02533 for cvs-sys-outgoing; Sun, 14 Jun 1998 14:25:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from antipodes.cdrom.com (castles353.castles.com [208.214.167.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02481; Sun, 14 Jun 1998 14:25:13 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id NAA06888; Sun, 14 Jun 1998 13:20:21 -0700 (PDT) Message-Id: <199806142020.NAA06888@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Warner Losh cc: Amancio Hasty , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-share@FreeBSD.org, cvs-sys@FreeBSD.org, cvs-usrsbin@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c In-reply-to: Your message of "Sun, 14 Jun 1998 14:49:54 MDT." <199806142049.OAA03605@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Jun 1998 13:20:20 -0700 From: Mike Smith Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > In message <199806142005.NAA12307@freefall.freebsd.org> Amancio Hasty writes: > : The mouse events are channeled through the syscons/sysmouse I/F like > : normal, and the remote buttons are "syphoned off" to a UNIX-domain stream > : socket (defined as _PATH_MOUSEREMOTE in ) for a > : remote-aware app to grab and use. > > How does this interact, if at all, with the xten driver that is in > -current? Completely different animals. One is a cordless infrared TV-like remote control, the other is a home power control system. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-sys Sun Jun 14 14:32:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04131 for cvs-sys-outgoing; Sun, 14 Jun 1998 14:32:23 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03894; Sun, 14 Jun 1998 14:31:46 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA27245; Sun, 14 Jun 1998 22:13:20 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199806142113.WAA27245@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: sos@FreeBSD.ORG cc: julian@FreeBSD.ORG (Julian Elischer), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/slice slice_base.c In-reply-to: Your message of "Sun, 14 Jun 1998 21:27:49 +0200." <199806141927.VAA07020@sos.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Sun, 14 Jun 1998 22:13:20 +0100 From: Brian Somers Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id OAB04018 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > In reply to Julian Elischer who wrote: > > julian 1998/06/14 12:00:14 PDT > > > > Modified files: > > sys/dev/slice slice_base.c > > Log: > > Horrible hack to allow newfs to work again in SLICE kernels. > > Real fix in the making but requires editing 60+ files. (every damn driver) > > Why ?? newfs has worked fine for me ?? > Oh and it now works on >8G drives, I run DEVFS/SLICE on my main box > here with 11.5G EIDE disk, no probs... Hmm, dev:~ # df /usr/obj Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd3s1a 232159 160586 53001 75% /usr/obj dev:~ # mount | fgrep /usr/obj /dev/sd3s1a on /usr/obj (local, noatime, nosuid, soft-updates, writes: sync 4 async 0) dev:~ # umount /usr/obj dev:~ # newfs /dev/rsd3s1a write error: 479199 wtfs: Read-only file system dev:~ # > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team > Even more code to hack -- will it ever end? > .. Hopefully the patch'll fix disklabel too ? -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-sys Sun Jun 14 14:41:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05653 for cvs-sys-outgoing; Sun, 14 Jun 1998 14:41:07 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from antipodes.cdrom.com (castles353.castles.com [208.214.167.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05549; Sun, 14 Jun 1998 14:40:24 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id NAA06988; Sun, 14 Jun 1998 13:34:53 -0700 (PDT) Message-Id: <199806142034.NAA06988@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Brian Somers cc: sos@FreeBSD.org, julian@FreeBSD.org (Julian Elischer), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/slice slice_base.c In-reply-to: Your message of "Sun, 14 Jun 1998 22:13:20 BST." <199806142113.WAA27245@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Sun, 14 Jun 1998 13:34:53 -0700 From: Mike Smith Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id OAB05593 Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Hopefully the patch'll fix disklabel too ? No, disklabel depends on the 'old' slice ioctls, which are dead and gone. We're still stuck waiting on the new toolchain, although if someone wanted to resurrect the "old" disklabel behaviour (just works with disk extents) then you'd be almost there. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-sys Sun Jun 14 15:02:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09040 for cvs-sys-outgoing; Sun, 14 Jun 1998 15:02:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09030; Sun, 14 Jun 1998 15:02:43 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id PAA19739; Sun, 14 Jun 1998 15:01:17 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd019737; Sun Jun 14 22:01:07 1998 Date: Sun, 14 Jun 1998 15:01:04 -0700 (PDT) From: Julian Elischer To: Brian Somers cc: sos@FreeBSD.ORG, Julian Elischer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/slice slice_base.c In-Reply-To: <199806142113.WAA27245@awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 14 Jun 1998, Brian Somers wrote: > > In reply to Julian Elischer who wrote: > > > Horrible hack to allow newfs to work again in SLICE kernels. > > > Real fix in the making but requires editing 60+ files. (every damn driver) > > > > Why ?? newfs has worked fine for me ?? > > Oh and it now works on >8G drives, I run DEVFS/SLICE on my main box > > here with 11.5G EIDE disk, no probs... > > dev:~ # newfs /dev/rsd3s1a > write error: 479199 > wtfs: Read-only file system > dev:~ # I'm glad I wasn't dreaming.... > > Hopefully the patch'll fix disklabel too That's a differnt problem here's what I do: disklabel -w -r /dev/rsd0s2 floppy disklabel -r -e /dev/rsd0s2 --edit to taste-- note: a disklabel made on an old system will appear to have wierd offsets when edited under SLICE. (the offsets are real but usually hidden by the old partitionning code). They are absolute offsets from block0. SLICE on hte othe rhand wants releative offsets from the beginning of the slice. However as a hack, On loading the disklabel for use, it subtracts the offset of the 'c' partition from all the other offsets, so that it can cope with old disklabels. there is no code in the old partiotning stuff to do the opposite, and 'add' the offset to all teh partitons if it gets a new disklabel, so it's a one-way transition at the moment. If you are 'dangerously dedicated' then abs == rel so there is no problem :-) julian From owner-cvs-sys Sun Jun 14 16:56:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00509 for cvs-sys-outgoing; Sun, 14 Jun 1998 16:56:45 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29938; Sun, 14 Jun 1998 16:54:31 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA17176; Sun, 14 Jun 1998 16:53:48 -0700 (PDT) Date: Sun, 14 Jun 1998 16:53:48 -0700 (PDT) Message-Id: <199806142353.QAA17176@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_loop.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/14 16:53:47 PDT Modified files: sys/net if_loop.c Log: Oops left a "break;" out of the last patch it complains for every loopback packet.. Revision Changes Path 1.36 +2 -1 src/sys/net/if_loop.c From owner-cvs-sys Sun Jun 14 17:38:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06697 for cvs-sys-outgoing; Sun, 14 Jun 1998 17:38:27 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06339; Sun, 14 Jun 1998 17:36:32 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17323; Sun, 14 Jun 1998 17:35:49 -0700 (PDT) Date: Sun, 14 Jun 1998 17:35:49 -0700 (PDT) Message-Id: <199806150035.RAA17323@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/14 17:35:49 PDT Modified files: sys/netinet ip_output.c Log: fix another typo Revision Changes Path 1.74 +2 -2 src/sys/netinet/ip_output.c From owner-cvs-sys Sun Jun 14 21:53:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10384 for cvs-sys-outgoing; Sun, 14 Jun 1998 21:53:40 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10062; Sun, 14 Jun 1998 21:51:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA18457; Sun, 14 Jun 1998 21:51:01 -0700 (PDT) Date: Sun, 14 Jun 1998 21:51:01 -0700 (PDT) Message-Id: <199806150451.VAA18457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include param.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/14 21:51:01 PDT Modified files: sys/i386/include param.h Log: Oops, uoff_t can't be used here yet. Revision Changes Path 1.44 +2 -2 src/sys/i386/include/param.h From owner-cvs-sys Sun Jun 14 23:02:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17085 for cvs-sys-outgoing; Sun, 14 Jun 1998 23:02:47 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA17047; Sun, 14 Jun 1998 23:02:08 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0ylSL9-0001uM-00; Mon, 15 Jun 1998 00:01:59 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id AAA05542; Mon, 15 Jun 1998 00:01:55 -0600 (MDT) Message-Id: <199806150601.AAA05542@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Cc: Amancio Hasty , cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-share@freebsd.org, cvs-sys@freebsd.org, cvs-usrsbin@freebsd.org In-reply-to: Your message of "Sun, 14 Jun 1998 13:20:20 PDT." <199806142020.NAA06888@antipodes.cdrom.com> References: <199806142020.NAA06888@antipodes.cdrom.com> Date: Mon, 15 Jun 1998 00:01:55 -0600 From: Warner Losh Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199806142020.NAA06888@antipodes.cdrom.com> Mike Smith writes: : Completely different animals. One is a cordless infrared TV-like remote : control, the other is a home power control system. OK. I saw the X10 letters and was interested... Warner From owner-cvs-sys Mon Jun 15 01:11:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29080 for cvs-sys-outgoing; Mon, 15 Jun 1998 01:11:14 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29062; Mon, 15 Jun 1998 01:11:05 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA32182; Mon, 15 Jun 1998 18:10:58 +1000 Date: Mon, 15 Jun 1998 18:10:58 +1000 From: Bruce Evans Message-Id: <199806150810.SAA32182@godzilla.zeta.org.au> To: brian@Awfulhak.org, mike@smith.net.au Subject: Re: cvs commit: src/sys/dev/slice slice_base.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, julian@FreeBSD.ORG, sos@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >No, disklabel depends on the 'old' slice ioctls, which are dead and >gone. We're still stuck waiting on the new toolchain, although if No, disklabel depends on the very old label ioctls, which are standard. Bruce From owner-cvs-sys Mon Jun 15 06:09:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08231 for cvs-sys-outgoing; Mon, 15 Jun 1998 06:09:57 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07702; Mon, 15 Jun 1998 06:07:28 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20108; Mon, 15 Jun 1998 06:06:42 -0700 (PDT) Date: Mon, 15 Jun 1998 06:06:42 -0700 (PDT) Message-Id: <199806151306.GAA20108@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/15 06:06:41 PDT Modified files: sys/pc98/pc98 syscons.c Log: Sync with sys/i386/isa/syscons.c revision 1.263. Revision Changes Path 1.88 +3 -1 src/sys/pc98/pc98/syscons.c From owner-cvs-sys Tue Jun 16 04:07:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15799 for cvs-sys-outgoing; Tue, 16 Jun 1998 04:07:13 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA15728; Tue, 16 Jun 1998 04:06:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA25135; Tue, 16 Jun 1998 04:06:05 -0700 (PDT) Date: Tue, 16 Jun 1998 04:06:05 -0700 (PDT) Message-Id: <199806161106.EAA25135@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/16 04:06:04 PDT Modified files: sys/i386/isa sio.c Log: Don't log "unexpected" events on never-opened devices. Events left over from the probe are now expected for incompatible UARTs that deliver IRQs as a strobe (low) instead of a level (high). Discard events on going-away devices too. Endless loops may have been possible when an active pccard was removed. Revision Changes Path 1.207 +4 -11 src/sys/i386/isa/sio.c From owner-cvs-sys Tue Jun 16 05:52:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00389 for cvs-sys-outgoing; Tue, 16 Jun 1998 05:52:34 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00334; Tue, 16 Jun 1998 05:52:19 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA26191; Tue, 16 Jun 1998 05:51:26 -0700 (PDT) Date: Tue, 16 Jun 1998 05:51:26 -0700 (PDT) Message-Id: <199806161251.FAA26191@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c isa_device.h sio.c src/share/man/man4/man4.i386 sio.4 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/16 05:51:25 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa isa.c isa_device.h sio.c share/man/man4/man4.i386 sio.4 Log: MFC (sio.c revs.1.203-1.205 and 1.207 and infrastructure: made tests 3, 5 and 8 non-fatal, etc). This may fix failing probes for builtin ports on IWill motherboards. PR: 6201 Revision Changes Path 1.74.2.7 +10 -10 src/sys/i386/isa/isa.c 1.33.2.3 +2 -2 src/sys/i386/isa/isa_device.h 1.147.2.16 +33 -25 src/sys/i386/isa/sio.c 1.18.2.6 +3 -8 src/share/man/man4/man4.i386/sio.4 From owner-cvs-sys Tue Jun 16 07:37:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16410 for cvs-sys-outgoing; Tue, 16 Jun 1998 07:37:46 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16353; Tue, 16 Jun 1998 07:37:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25105; Tue, 16 Jun 1998 07:36:42 -0700 (PDT) Date: Tue, 16 Jun 1998 07:36:42 -0700 (PDT) Message-Id: <199806161436.HAA25105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_gzip.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/16 07:36:42 PDT Modified files: sys/kern imgact_gzip.c Log: Use copyout() instead of bcopy() to copy the image to user space. bcopy() caused panics under heavy paging (not quite as suspected - the kernel stack seemed to get corrupted). Fixed long lines. Reviewed by: phk Revision Changes Path 1.33 +7 -5 src/sys/kern/imgact_gzip.c From owner-cvs-sys Tue Jun 16 07:57:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19083 for cvs-sys-outgoing; Tue, 16 Jun 1998 07:57:22 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18924; Tue, 16 Jun 1998 07:56:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25172; Tue, 16 Jun 1998 07:55:29 -0700 (PDT) Date: Tue, 16 Jun 1998 07:55:29 -0700 (PDT) Message-Id: <199806161455.HAA25172@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/16 07:55:29 PDT Modified files: sys/i386/conf files.i386 Log: Backed out rev.1.183, which had nothing to do with its log message. It was to support a half-baked optimization of certain long long divisions in gcc-2.8 and/or egcs. We now avoid these divisions. Revision Changes Path 1.198 +1 -2 src/sys/i386/conf/files.i386 From owner-cvs-sys Wed Jun 17 02:27:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10033 for cvs-sys-outgoing; Wed, 17 Jun 1998 02:27:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09990; Wed, 17 Jun 1998 02:27:28 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA00625; Wed, 17 Jun 1998 02:26:28 -0700 (PDT) Date: Wed, 17 Jun 1998 02:26:28 -0700 (PDT) Message-Id: <199806170926.CAA00625@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 02:26:27 PDT Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/isa/conf/files.i386 revision 1.198. Revision Changes Path 1.64 +1 -2 src/sys/pc98/conf/files.pc98 From owner-cvs-sys Wed Jun 17 02:28:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10312 for cvs-sys-outgoing; Wed, 17 Jun 1998 02:28:24 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10277; Wed, 17 Jun 1998 02:28:19 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA00652; Wed, 17 Jun 1998 02:27:19 -0700 (PDT) Date: Wed, 17 Jun 1998 02:27:19 -0700 (PDT) Message-Id: <199806170927.CAA00652@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 02:27:18 PDT Modified files: sys/pc98/pc98 sio.c Log: Sync with sys/i386/isa/sio.c revision 1.207. Revision Changes Path 1.61 +4 -11 src/sys/pc98/pc98/sio.c From owner-cvs-sys Wed Jun 17 05:16:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08847 for cvs-sys-outgoing; Wed, 17 Jun 1998 05:16:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA08623; Wed, 17 Jun 1998 05:16:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA01297; Wed, 17 Jun 1998 05:14:58 -0700 (PDT) Date: Wed, 17 Jun 1998 05:14:58 -0700 (PDT) Message-Id: <199806171214.FAA01297@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci ide_pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 05:14:57 PDT Modified files: sys/pci ide_pci.c Log: Fixed a misdeclaration. This unhides type mismatches which will be fixed soon. Revision Changes Path 1.11 +2 -2 src/sys/pci/ide_pci.c From owner-cvs-sys Wed Jun 17 06:56:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26140 for cvs-sys-outgoing; Wed, 17 Jun 1998 06:56:32 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26050; Wed, 17 Jun 1998 06:56:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA29506; Wed, 17 Jun 1998 06:55:01 -0700 (PDT) Date: Wed, 17 Jun 1998 06:55:01 -0700 (PDT) Message-Id: <199806171355.GAA29506@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ar.c if_sr.c src/sys/i386/isa/matcd matcd.c src/sys/i386/isa/sound os.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 06:55:00 PDT Modified files: sys/i386/isa if_ar.c if_sr.c sys/i386/isa/matcd matcd.c sys/i386/isa/sound os.h Log: Added used include of - don't depend on pollution in Revision Changes Path 1.20 +2 -1 src/sys/i386/isa/if_ar.c 1.14 +2 -1 src/sys/i386/isa/if_sr.c 1.34 +3 -1 src/sys/i386/isa/matcd/matcd.c 1.37 +3 -0 src/sys/i386/isa/sound/os.h From owner-cvs-sys Wed Jun 17 07:02:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26744 for cvs-sys-outgoing; Wed, 17 Jun 1998 07:02:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA26695; Wed, 17 Jun 1998 07:02:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA29551; Wed, 17 Jun 1998 07:01:02 -0700 (PDT) Date: Wed, 17 Jun 1998 07:01:02 -0700 (PDT) Message-Id: <199806171401.HAA29551@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 07:01:01 PDT Modified files: sys/i386/isa if_ed.c Log: Include after including its prerequisite - don't depend on pollution in including the prerequisite earlier. Revision Changes Path 1.142 +5 -5 src/sys/i386/isa/if_ed.c From owner-cvs-sys Wed Jun 17 07:14:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28240 for cvs-sys-outgoing; Wed, 17 Jun 1998 07:14:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28195; Wed, 17 Jun 1998 07:14:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA29605; Wed, 17 Jun 1998 07:13:16 -0700 (PDT) Date: Wed, 17 Jun 1998 07:13:16 -0700 (PDT) Message-Id: <199806171413.HAA29605@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi cd.c ch.c od.c pt.c sctarg.c sd.c st.c worm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 07:13:16 PDT Modified files: sys/scsi cd.c ch.c od.c pt.c sctarg.c sd.c st.c worm.c Log: Added used include of "ioconf.h" - don't depend on pollution in . I'm fixing isa interrupt handler configuration and this is just a quick fix to keep SCSI configuration unharmed. Revision Changes Path 1.94 +3 -1 src/sys/scsi/cd.c 1.47 +2 -1 src/sys/scsi/ch.c 1.40 +3 -1 src/sys/scsi/od.c 1.28 +3 -1 src/sys/scsi/pt.c 1.26 +3 -1 src/sys/scsi/sctarg.c 1.131 +3 -1 src/sys/scsi/sd.c 1.89 +3 -1 src/sys/scsi/st.c 1.57 +3 -1 src/sys/scsi/worm.c From owner-cvs-sys Wed Jun 17 07:59:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05581 for cvs-sys-outgoing; Wed, 17 Jun 1998 07:59:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05505; Wed, 17 Jun 1998 07:59:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA29783; Wed, 17 Jun 1998 07:58:05 -0700 (PDT) Date: Wed, 17 Jun 1998 07:58:05 -0700 (PDT) Message-Id: <199806171458.HAA29783@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include conf.h src/sys/i386/isa if_wl.c isa_device.h src/sys/i386/isa/sound ad1848.c src/sys/pci ide_pci.c src/sys/sys conf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 07:58:05 PDT Modified files: sys/i386/i386 machdep.c sys/i386/isa if_wl.c isa_device.h sys/i386/isa/sound ad1848.c sys/pci ide_pci.c sys/sys conf.h Removed files: sys/i386/include conf.h Log: Don't declare isa device structs or isa interrupt handlers in , and don't depend on them being declared there. This will cause lots of warnings for a few minutes until config is updated. Interrupt handlers should never have been configured by config, and the machine generated declarations get in the way of changing the arg type from int to void *. Revision Changes Path 1.300 +4 -1 src/sys/i386/i386/machdep.c 1.13 +1 -2 src/sys/i386/isa/if_wl.c 1.48 +52 -1 src/sys/i386/isa/isa_device.h 1.24 +3 -1 src/sys/i386/isa/sound/ad1848.c 1.12 +1 -2 src/sys/pci/ide_pci.c 1.41 +1 -3 src/sys/sys/conf.h From owner-cvs-sys Wed Jun 17 08:18:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07558 for cvs-sys-outgoing; Wed, 17 Jun 1998 08:18:03 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07459; Wed, 17 Jun 1998 08:17:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29909; Wed, 17 Jun 1998 08:16:54 -0700 (PDT) Date: Wed, 17 Jun 1998 08:16:54 -0700 (PDT) Message-Id: <199806171516.IAA29909@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 src/usr.sbin/config configvers.h mkioconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 08:16:53 PDT Modified files: sys/i386/conf Makefile.i386 usr.sbin/config configvers.h mkioconf.c Log: Don't generate declarations for isa device structs in "ioconf.h". Don't generate declarations for isa interrupt handlers at all. Isa interrupt handlers are now declared in but should be converted take a `void *' arg and staticized as soon as possible. Updated CONFIGVERS. New configs are very incompatible with previous versions. Revision Changes Path 1.114 +2 -2 src/sys/i386/conf/Makefile.i386 1.3 +2 -2 src/usr.sbin/config/configvers.h 1.37 +5 -18 src/usr.sbin/config/mkioconf.c From owner-cvs-sys Wed Jun 17 08:30:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08796 for cvs-sys-outgoing; Wed, 17 Jun 1998 08:30:33 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08723; Wed, 17 Jun 1998 08:30:14 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29978; Wed, 17 Jun 1998 08:29:12 -0700 (PDT) Date: Wed, 17 Jun 1998 08:29:12 -0700 (PDT) Message-Id: <199806171529.IAA29978@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 08:29:11 PDT Modified files: (Branch: RELENG_2_2) sys/pci pcisupport.c Log: MFC (revision 1.65 and 1.66; Add NEC PC-98 chipsets). Submitted by: Takahashi Yoshihiro Revision Changes Path 1.40.2.8 +13 -1 src/sys/pci/pcisupport.c From owner-cvs-sys Wed Jun 17 08:56:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13473 for cvs-sys-outgoing; Wed, 17 Jun 1998 08:56:35 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13391; Wed, 17 Jun 1998 08:56:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA00226; Wed, 17 Jun 1998 08:55:23 -0700 (PDT) Date: Wed, 17 Jun 1998 08:55:23 -0700 (PDT) Message-Id: <199806171555.IAA00226@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include conf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 08:55:23 PDT Removed files: sys/alpha/include conf.h Log: The isa device configuration hook was especially useless here. From owner-cvs-sys Wed Jun 17 09:31:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19959 for cvs-sys-outgoing; Wed, 17 Jun 1998 09:31:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19765; Wed, 17 Jun 1998 09:30:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00352; Wed, 17 Jun 1998 09:29:28 -0700 (PDT) Date: Wed, 17 Jun 1998 09:29:28 -0700 (PDT) Message-Id: <199806171629.JAA00352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 09:29:28 PDT Modified files: sys/pc98/pc98 if_ed.c Log: Sync with sys/i386/isa/if_ed.c revision 1.142. Revision Changes Path 1.49 +5 -5 src/sys/pc98/pc98/if_ed.c From owner-cvs-sys Wed Jun 17 09:31:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20014 for cvs-sys-outgoing; Wed, 17 Jun 1998 09:31:57 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19894; Wed, 17 Jun 1998 09:31:20 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00386; Wed, 17 Jun 1998 09:30:17 -0700 (PDT) Date: Wed, 17 Jun 1998 09:30:17 -0700 (PDT) Message-Id: <199806171630.JAA00386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 09:30:16 PDT Modified files: sys/pc98/i386 machdep.c Log: Sync with sys/i386/i386/machdep.c revision 1.300. Revision Changes Path 1.87 +4 -1 src/sys/pc98/i386/machdep.c From owner-cvs-sys Wed Jun 17 09:33:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20265 for cvs-sys-outgoing; Wed, 17 Jun 1998 09:33:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20023; Wed, 17 Jun 1998 09:31:57 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00413; Wed, 17 Jun 1998 09:30:53 -0700 (PDT) Date: Wed, 17 Jun 1998 09:30:53 -0700 (PDT) Message-Id: <199806171630.JAA00413@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 09:30:53 PDT Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.114. Revision Changes Path 1.32 +2 -2 src/sys/pc98/conf/Makefile.pc98 From owner-cvs-sys Wed Jun 17 09:33:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20396 for cvs-sys-outgoing; Wed, 17 Jun 1998 09:33:50 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20319; Wed, 17 Jun 1998 09:33:28 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00442; Wed, 17 Jun 1998 09:32:24 -0700 (PDT) Date: Wed, 17 Jun 1998 09:32:24 -0700 (PDT) Message-Id: <199806171632.JAA00442@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa_device.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 09:32:24 PDT Modified files: sys/i386/isa isa_device.h Log: Declare bsintr when PC98 is defined. Revision Changes Path 1.49 +4 -1 src/sys/i386/isa/isa_device.h From owner-cvs-sys Wed Jun 17 09:34:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20563 for cvs-sys-outgoing; Wed, 17 Jun 1998 09:34:36 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20492; Wed, 17 Jun 1998 09:34:18 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00469; Wed, 17 Jun 1998 09:33:15 -0700 (PDT) Date: Wed, 17 Jun 1998 09:33:15 -0700 (PDT) Message-Id: <199806171633.JAA00469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/17 09:33:15 PDT Modified files: sys/pc98/pc98 lpt.c Log: Delete redundant declaration of lptintr. Revision Changes Path 1.21 +1 -7 src/sys/pc98/pc98/lpt.c From owner-cvs-sys Wed Jun 17 09:55:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22874 for cvs-sys-outgoing; Wed, 17 Jun 1998 09:55:40 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22829; Wed, 17 Jun 1998 09:55:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00581; Wed, 17 Jun 1998 09:54:24 -0700 (PDT) Date: Wed, 17 Jun 1998 09:54:24 -0700 (PDT) Message-Id: <199806171654.JAA00581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd sound.c src/sys/i386/isa isa_device.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 09:54:23 PDT Modified files: sys/i386/isa/snd sound.c sys/i386/isa isa_device.h Log: Don't depend on declaring isa device structs or isa interrupt handlers. pcm is not in LINT, so it is hard to test. Revision Changes Path 1.13 +2 -1 src/sys/i386/isa/snd/sound.c 1.50 +2 -1 src/sys/i386/isa/isa_device.h From owner-cvs-sys Wed Jun 17 10:00:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23489 for cvs-sys-outgoing; Wed, 17 Jun 1998 10:00:43 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23428; Wed, 17 Jun 1998 10:00:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00620; Wed, 17 Jun 1998 09:59:31 -0700 (PDT) Date: Wed, 17 Jun 1998 09:59:31 -0700 (PDT) Message-Id: <199806171659.JAA00620@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd sb_dsp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/17 09:59:31 PDT Modified files: sys/i386/isa/snd sb_dsp.c Log: Renambed sbintr to sb_intr to avoid a conflict with the (now unconditionally declared although it can't be configured together with snd) extern function sbintr. Revision Changes Path 1.10 +5 -5 src/sys/i386/isa/snd/sb_dsp.c From owner-cvs-sys Wed Jun 17 23:48:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29152 for cvs-sys-outgoing; Wed, 17 Jun 1998 23:48:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29064; Wed, 17 Jun 1998 23:48:40 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id HAA01991; Thu, 18 Jun 1998 07:51:27 +0100 (BST) Date: Thu, 18 Jun 1998 07:51:27 +0100 (BST) From: Doug Rabson To: Bruce Evans cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include conf.h src/sys/i386/isa if_wl.c isa_device.h src/sys/i386/isa/sound ad1848.c src/sys/pci ide_pci.c src/sys/sys conf.h In-Reply-To: <199806171458.HAA29783@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 17 Jun 1998, Bruce Evans wrote: > bde 1998/06/17 07:58:05 PDT > > Modified files: > sys/i386/i386 machdep.c > sys/i386/isa if_wl.c isa_device.h > sys/i386/isa/sound ad1848.c > sys/pci ide_pci.c > sys/sys conf.h > Removed files: > sys/i386/include conf.h > Log: > Don't declare isa device structs or isa interrupt handlers in , > and don't depend on them being declared there. This will cause lots of > warnings for a few minutes until config is updated. Interrupt handlers > should never have been configured by config, and the machine generated > declarations get in the way of changing the arg type from int to void *. I always hated that fact that you had to know the name of the interrupt routine when writing a config file. Does this mean that the individual drivers register their interrupt handlers during attach? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-sys Thu Jun 18 00:56:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10794 for cvs-sys-outgoing; Thu, 18 Jun 1998 00:56:52 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10699; Thu, 18 Jun 1998 00:56:25 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03756; Thu, 18 Jun 1998 00:55:18 -0700 (PDT) Date: Thu, 18 Jun 1998 00:55:18 -0700 (PDT) Message-Id: <199806180755.AAA03756@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 pc98.c sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/18 00:55:18 PDT Modified files: (Branch: RELENG_2_2) sys/pc98/pc98 pc98.c sio.c Log: Sync with sys/i386/isa/isa.c and sio.c revisions 1.74.2.7 and 1.147.2.16, respectively. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.10.2.13 +10 -10 src/sys/pc98/pc98/pc98.c 1.8.2.19 +34 -26 src/sys/pc98/pc98/sio.c From owner-cvs-sys Thu Jun 18 07:52:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15921 for cvs-sys-outgoing; Thu, 18 Jun 1998 07:52:21 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15896; Thu, 18 Jun 1998 07:52:04 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id AAA00492; Fri, 19 Jun 1998 00:51:57 +1000 Date: Fri, 19 Jun 1998 00:51:57 +1000 From: Bruce Evans Message-Id: <199806181451.AAA00492@godzilla.zeta.org.au> To: bde@freebsd.org, dfr@nlsystems.com Subject: Re: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include conf.h src/sys/i386/isa if_wl.c isa_device.h src/sys/i386/isa/sound ad1848.c src/sys/pci ide_pci.c src/sys/sys conf.h Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, cvs-sys@freebsd.org Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Log: >> Don't declare isa device structs or isa interrupt handlers in , >> and don't depend on them being declared there. This will cause lots of >> warnings for a few minutes until config is updated. Interrupt handlers >> should never have been configured by config, and the machine generated >> declarations get in the way of changing the arg type from int to void *. >... >Does this mean that the individual drivers register their interrupt >handlers during attach? I haven't decided. It should be possible, and I currently call int isa_intr_establish(struct isa_device *idp, intrmask_t *maskp, inthand2_t *handler, void *arg); from the driver attach routines for the few drivers that I've converted, but a default of automatic registration on successful attach based on the contents of *idp has some advantages (such as not affecting pccard and pnp configuration immediately). Bruce From owner-cvs-sys Thu Jun 18 08:35:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23504 for cvs-sys-outgoing; Thu, 18 Jun 1998 08:35:22 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23223; Thu, 18 Jun 1998 08:33:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA10949; Thu, 18 Jun 1998 08:32:11 -0700 (PDT) Date: Thu, 18 Jun 1998 08:32:11 -0700 (PDT) Message-Id: <199806181532.IAA10949@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include random.h types.h src/sys/i386/isa intr_machdep.c intr_machdep.h isa_device.h random_machdep.c src/sys/kern kern_intr.c src/sys/pccard pccard.c pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/18 08:32:11 PDT Modified files: sys/i386/include random.h types.h sys/i386/isa intr_machdep.c intr_machdep.h isa_device.h random_machdep.c sys/kern kern_intr.c sys/pccard pccard.c pcic.c Log: Changed the type of an isa/general interrupt handler to take a `void *' arg. Fixed or hid most of the resulting type mismatches. Handlers can now be updated locally (except for reworking their global declarations in isa_device.h). Revision Changes Path 1.15 +2 -2 src/sys/i386/include/random.h 1.13 +3 -3 src/sys/i386/include/types.h 1.12 +4 -4 src/sys/i386/isa/intr_machdep.c 1.13 +2 -2 src/sys/i386/isa/intr_machdep.h 1.51 +15 -1 src/sys/i386/isa/isa_device.h 1.28 +2 -2 src/sys/i386/isa/random_machdep.c 1.17 +2 -3 src/sys/kern/kern_intr.c 1.62 +3 -3 src/sys/pccard/pccard.c 1.60 +4 -4 src/sys/pccard/pcic.c From owner-cvs-sys Thu Jun 18 09:10:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27956 for cvs-sys-outgoing; Thu, 18 Jun 1998 09:10:15 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27773; Thu, 18 Jun 1998 09:09:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11037; Thu, 18 Jun 1998 09:08:47 -0700 (PDT) Date: Thu, 18 Jun 1998 09:08:47 -0700 (PDT) Message-Id: <199806181608.JAA11037@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa intr_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/18 09:08:47 PDT Modified files: sys/i386/isa intr_machdep.c Log: Converted isa_strayintr() to take a `void *' arg. Revision Changes Path 1.13 +11 -10 src/sys/i386/isa/intr_machdep.c From owner-cvs-sys Thu Jun 18 11:36:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23156 for cvs-sys-outgoing; Thu, 18 Jun 1998 11:36:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23070; Thu, 18 Jun 1998 11:36:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA13357; Thu, 18 Jun 1998 11:35:05 -0700 (PDT) Date: Thu, 18 Jun 1998 11:35:05 -0700 (PDT) Message-Id: <199806181835.LAA13357@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/18 11:35:05 PDT Modified files: sys/sys cdefs.h Log: ELF versions of __warn_references() and __weak_reference(). Note that this doesn't work with libc/net/res_stubs.c since gas wants the weak reference to take place in the same context as the real definition, presumably so that it can get hold of the symbol typing etc. However, this doesn't matter for libc/elf since we don't have binaries that use the old symbol names. Revision Changes Path 1.18 +23 -4 src/sys/sys/cdefs.h From owner-cvs-sys Fri Jun 19 08:22:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01705 for cvs-sys-outgoing; Fri, 19 Jun 1998 08:22:02 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01636; Fri, 19 Jun 1998 08:21:48 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id LAA24803; Fri, 19 Jun 1998 11:21:19 -0400 (EDT) (envelope-from luoqi) Date: Fri, 19 Jun 1998 11:21:19 -0400 (EDT) From: Luoqi Chen Message-Id: <199806191521.LAA24803@lor.watermarkgroup.com> To: bde@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa intr_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I was trying to build a kernel, and I got this error: cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../i386/isa/intr_machdep.c ../../i386/isa/intr_machdep.c: In function `isa_strayintr': ../../i386/isa/intr_machdep.c:244: argument `vcookiep' doesn't match prototype ../../i386/isa/intr_machdep.c:120: prototype declaration *** Error code 1 Stop. -lq From owner-cvs-sys Fri Jun 19 08:45:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA05801 for cvs-sys-outgoing; Fri, 19 Jun 1998 08:45:09 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05754; Fri, 19 Jun 1998 08:44:51 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id LAA24979; Fri, 19 Jun 1998 11:44:22 -0400 (EDT) (envelope-from luoqi) Date: Fri, 19 Jun 1998 11:44:22 -0400 (EDT) From: Luoqi Chen Message-Id: <199806191544.LAA24979@lor.watermarkgroup.com> To: bde@freebsd.org, cvs-all@freebsd.org, cvs-committers@freebsd.org, cvs-sys@freebsd.org, luoqi@watermarkgroup.com Subject: Re: cvs commit: src/sys/i386/isa intr_machdep.c Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Please ignore my previous error report. I made a mistake myself -- I did a copy when I moved my source tree and symlink machine->i386/include became a directory. > > I was trying to build a kernel, and I got this error: > > cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../i386/isa/intr_machdep.c > ../../i386/isa/intr_machdep.c: In function `isa_strayintr': > ../../i386/isa/intr_machdep.c:244: argument `vcookiep' doesn't match prototype > ../../i386/isa/intr_machdep.c:120: prototype declaration > *** Error code 1 > > Stop. -lq From owner-cvs-sys Fri Jun 19 08:54:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07553 for cvs-sys-outgoing; Fri, 19 Jun 1998 08:54:11 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07470; Fri, 19 Jun 1998 08:53:49 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id BAA25186; Sat, 20 Jun 1998 01:53:39 +1000 Date: Sat, 20 Jun 1998 01:53:39 +1000 From: Bruce Evans Message-Id: <199806191553.BAA25186@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, luoqi@watermarkgroup.com Subject: Re: cvs commit: src/sys/i386/isa intr_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I was trying to build a kernel, and I got this error: > >cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../i386/isa/intr_machdep.c >../../i386/isa/intr_machdep.c: In function `isa_strayintr': >../../i386/isa/intr_machdep.c:244: argument `vcookiep' doesn't match prototype >../../i386/isa/intr_machdep.c:120: prototype declaration >*** Error code 1 > >Stop. Your seems to be out of date. Bruce From owner-cvs-sys Sat Jun 20 09:13:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04625 for cvs-sys-outgoing; Sat, 20 Jun 1998 09:13:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04538; Sat, 20 Jun 1998 09:12:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22695; Sat, 20 Jun 1998 09:11:33 -0700 (PDT) Date: Sat, 20 Jun 1998 09:11:33 -0700 (PDT) Message-Id: <199806201611.JAA22695@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net - Imported sources Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/20 09:11:33 PDT src/sys/net - Imported sources Update of /home/ncvs/src/sys/net In directory freefall.freebsd.org:/tmp/cvs-serv22679 Log Message: Import kernel parts of ppp-2.3.5. Obtained from: ftp://cs.anu.edu.au/pub/software/ppp Status: Vendor Tag: MACKERRAS Release Tags: ppp_2_3_5 C src/sys/net/ppp_comp.h U src/sys/net/bsd_comp.c C src/sys/net/slcompress.c U src/sys/net/ppp_tty.c C src/sys/net/if_pppvar.h C src/sys/net/if_ppp.c C src/sys/net/ppp_deflate.c C src/sys/net/slcompress.h U src/sys/net/zlib.h C src/sys/net/zlib.c U src/sys/net/ppp_defs.h C src/sys/net/if_ppp.h 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMACKERRAS:yesterday -jMACKERRAS src/sys/net From owner-cvs-sys Sat Jun 20 09:29:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06534 for cvs-sys-outgoing; Sat, 20 Jun 1998 09:29:46 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06474; Sat, 20 Jun 1998 09:29:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22762; Sat, 20 Jun 1998 09:28:07 -0700 (PDT) Date: Sat, 20 Jun 1998 09:28:07 -0700 (PDT) Message-Id: <199806201628.JAA22762@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ppp.c ppp_comp.h ppp_deflate.c slcompress.h zlib.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/20 09:28:06 PDT Modified files: sys/net if_ppp.c ppp_comp.h ppp_deflate.c slcompress.h zlib.c Log: Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more problems, which I'll have a go at shortly. Revision Changes Path 1.59 +3 -8 src/sys/net/if_ppp.c 1.7 +2 -3 src/sys/net/ppp_comp.h 1.10 +8 -11 src/sys/net/ppp_deflate.c 1.13 +1 -2 src/sys/net/slcompress.h 1.7 +3 -3 src/sys/net/zlib.c From owner-cvs-sys Sat Jun 20 09:41:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07843 for cvs-sys-outgoing; Sat, 20 Jun 1998 09:41:21 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07802; Sat, 20 Jun 1998 09:41:01 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22805; Sat, 20 Jun 1998 09:39:36 -0700 (PDT) Date: Sat, 20 Jun 1998 09:39:36 -0700 (PDT) Message-Id: <199806201639.JAA22805@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/20 09:39:36 PDT Modified files: sys/net ppp_tty.c Log: Missing splx(). Revision Changes Path 1.37 +4 -2 src/sys/net/ppp_tty.c From owner-cvs-sys Sat Jun 20 09:57:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09605 for cvs-sys-outgoing; Sat, 20 Jun 1998 09:57:28 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09560; Sat, 20 Jun 1998 09:57:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22870; Sat, 20 Jun 1998 09:55:45 -0700 (PDT) Date: Sat, 20 Jun 1998 09:55:45 -0700 (PDT) Message-Id: <199806201655.JAA22870@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net ppp_deflate.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/20 09:55:45 PDT Modified files: sys/net ppp_deflate.c Log: Zap what appears to be a relic of the older version of zlib. The other maintained mbuf based ppp-deflate.c's have removed this. Revision Changes Path 1.11 +2 -5 src/sys/net/ppp_deflate.c From owner-cvs-sys Sat Jun 20 11:19:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19145 for cvs-sys-outgoing; Sat, 20 Jun 1998 11:19:47 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19106; Sat, 20 Jun 1998 11:19:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23108; Sat, 20 Jun 1998 11:18:07 -0700 (PDT) Date: Sat, 20 Jun 1998 11:18:07 -0700 (PDT) Message-Id: <199806201818.LAA23108@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet - Imported sources Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/20 11:18:07 PDT src/sys/netinet - Imported sources Update of /home/ncvs/src/sys/netinet In directory freefall.freebsd.org:/tmp/cvs-serv23098 Log Message: Import ipfilter 3.2.7 kernel components Status: Vendor Tag: DARRENR Release Tags: v3_2_7 C src/sys/netinet/fil.c U src/sys/netinet/ip_auth.h C src/sys/netinet/ip_auth.c U src/sys/netinet/ip_compat.h C src/sys/netinet/ip_fil.h C src/sys/netinet/ip_fil.c U src/sys/netinet/ip_frag.h U src/sys/netinet/ip_frag.c U src/sys/netinet/ip_log.c U src/sys/netinet/ip_nat.h C src/sys/netinet/ip_nat.c U src/sys/netinet/ip_proxy.h C src/sys/netinet/ip_proxy.c U src/sys/netinet/ip_state.h C src/sys/netinet/ip_state.c U src/sys/netinet/ipl.h C src/sys/netinet/mlf_ipl.c C src/sys/netinet/ip_ftp_pxy.c 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/sys/netinet From owner-cvs-sys Sat Jun 20 11:39:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21618 for cvs-sys-outgoing; Sat, 20 Jun 1998 11:39:23 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21576; Sat, 20 Jun 1998 11:39:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23240; Sat, 20 Jun 1998 11:37:52 -0700 (PDT) Date: Sat, 20 Jun 1998 11:37:52 -0700 (PDT) Message-Id: <199806201837.LAA23240@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.h ip_ftp_pxy.c ip_nat.c ip_proxy.c ip_state.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/20 11:37:52 PDT Modified files: sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.h ip_ftp_pxy.c ip_nat.c ip_proxy.c ip_state.c Log: Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline. Revision Changes Path 1.3 +40 -22 src/sys/netinet/fil.c 1.4 +4 -1 src/sys/netinet/ip_auth.c 1.5 +4 -3 src/sys/netinet/ip_fil.c 1.6 +2 -1 src/sys/netinet/ip_fil.h 1.3 +7 -7 src/sys/netinet/ip_ftp_pxy.c 1.3 +10 -10 src/sys/netinet/ip_nat.c 1.3 +33 -13 src/sys/netinet/ip_proxy.c 1.3 +118 -30 src/sys/netinet/ip_state.c