From owner-cvs-sys Thu Jan 1 00:33:54 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA00222 for cvs-sys-outgoing; Thu, 1 Jan 1998 00:33:54 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA00192; Thu, 1 Jan 1998 00:33:13 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA16259; Thu, 1 Jan 1998 00:28:27 -0800 (PST) Date: Thu, 1 Jan 1998 00:28:27 -0800 (PST) Message-Id: <199801010828.AAA16259@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/nullfs null_vfsops.c src/sys/miscfs/portal portal_vfsops.c src/sys/miscfs/umapfs umap_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/01 00:28:27 PST Modified files: sys/miscfs/nullfs null_vfsops.c sys/miscfs/portal portal_vfsops.c sys/miscfs/umapfs umap_vfsops.c Log: Fixed missing initialization of mp->mnt_stat. At least vm depends on at least mp->mnt_stat.f_iosize being nonzero. PR: 5212 Revision Changes Path 1.21 +2 -1 src/sys/miscfs/nullfs/null_vfsops.c 1.19 +2 -1 src/sys/miscfs/portal/portal_vfsops.c 1.18 +2 -1 src/sys/miscfs/umapfs/umap_vfsops.c From owner-cvs-sys Thu Jan 1 00:52:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA00957 for cvs-sys-outgoing; Thu, 1 Jan 1998 00:52:20 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA00935; Thu, 1 Jan 1998 00:52:07 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA16347; Thu, 1 Jan 1998 00:47:21 -0800 (PST) Date: Thu, 1 Jan 1998 00:47:21 -0800 (PST) Message-Id: <199801010847.AAA16347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include smp.h src/sys/i386/isa icu.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/01 00:47:21 PST Modified files: sys/i386/include smp.h sys/i386/isa icu.h Log: Moved the SMP declarations of INTREN() and INTRDIS() to the correct header, i.e., the same header as corresponding non-SMP #defines. Revision Changes Path 1.34 +1 -3 src/sys/i386/include/smp.h 1.16 +3 -1 src/sys/i386/isa/icu.h From owner-cvs-sys Thu Jan 1 01:01:28 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA01373 for cvs-sys-outgoing; Thu, 1 Jan 1998 01:01:28 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA01348; Thu, 1 Jan 1998 01:01:11 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA16410; Thu, 1 Jan 1998 00:56:25 -0800 (PST) Date: Thu, 1 Jan 1998 00:56:25 -0800 (PST) Message-Id: <199801010856.AAA16410@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys linker.h src/sys/kern kern_linker.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/01 00:56:25 PST Modified files: sys/sys linker.h Log: Use a real malloc type for M_LINKER instead of #defining it as M_TEMP. Revision Changes Path 1.3 +5 -3 src/sys/sys/linker.h Modified files: sys/kern kern_linker.c Log: Use a real malloc type for M_LINKER instead of #defining it as M_TEMP. Fixed a comment. Revision Changes Path 1.6 +2 -1 src/sys/kern/kern_linker.c From owner-cvs-sys Thu Jan 1 04:45:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09209 for cvs-sys-outgoing; Thu, 1 Jan 1998 04:45:50 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09179; Thu, 1 Jan 1998 04:45:17 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA18437; Thu, 1 Jan 1998 04:40:30 -0800 (PST) Date: Thu, 1 Jan 1998 04:40:30 -0800 (PST) Message-Id: <199801011240.EAA18437@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/mfs mfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/01 04:40:28 PST Modified files: sys/ufs/mfs mfs_vnops.c Log: Removed unused #includes again. They thrashed when mfs_reclaim thrashed to ufs_reclaim and back. Revision Changes Path 1.34 +1 -4 src/sys/ufs/mfs/mfs_vnops.c From owner-cvs-sys Thu Jan 1 04:46:55 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09272 for cvs-sys-outgoing; Thu, 1 Jan 1998 04:46:55 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09247; Thu, 1 Jan 1998 04:46:34 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA18467; Thu, 1 Jan 1998 04:41:47 -0800 (PST) Date: Thu, 1 Jan 1998 04:41:47 -0800 (PST) Message-Id: <199801011241.EAA18467@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/sound soundcard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/01 04:41:47 PST Modified files: sys/i386/isa/sound soundcard.c Log: Removed unused #includes. Revision Changes Path 1.60 +0 -5 src/sys/i386/isa/sound/soundcard.c From owner-cvs-sys Thu Jan 1 05:06:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA12377 for cvs-sys-outgoing; Thu, 1 Jan 1998 05:06:43 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA12163; Thu, 1 Jan 1998 05:06:20 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA18532; Thu, 1 Jan 1998 05:01:33 -0800 (PST) Date: Thu, 1 Jan 1998 05:01:33 -0800 (PST) Message-Id: <199801011301.FAA18532@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot serial.S Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/01 05:01:32 PST Modified files: sys/i386/boot/biosboot serial.S Log: Fixed cosmetic bugs: - wrong name in .file statement. - stale comment about CONSPEED. - style bugs in comments. - inconsistent defaulting of operand sizes (should never depend on default). - inconsistent choosing between je and jz (should always use je). Revision Changes Path 1.10 +32 -34 src/sys/i386/boot/biosboot/serial.S From owner-cvs-sys Thu Jan 1 05:32:06 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA13357 for cvs-sys-outgoing; Thu, 1 Jan 1998 05:32:06 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA13313; Thu, 1 Jan 1998 05:31:44 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA18602; Thu, 1 Jan 1998 05:26:56 -0800 (PST) Date: Thu, 1 Jan 1998 05:26:56 -0800 (PST) Message-Id: <199801011326.FAA18602@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 bios.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/01/01 05:26:56 PST Modified files: sys/i386/i386 bios.c Log: Don't try to call into BIOS32 handlers outside the normal ROM address range. They may have been trashed earlier in the boot process, or the directory header may simply be bogus. PR: 5140 Submitted by: Joel Faedi Brought-to-attention-by: Derek Inksetter , bde Revision Changes Path 1.9 +2 -2 src/sys/i386/i386/bios.c From owner-cvs-sys Thu Jan 1 09:13:19 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21550 for cvs-sys-outgoing; Thu, 1 Jan 1998 09:13:19 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA21471; Thu, 1 Jan 1998 09:12:36 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA05874; Thu, 1 Jan 1998 09:07:47 -0800 (PST) Date: Thu, 1 Jan 1998 09:07:47 -0800 (PST) Message-Id: <199801011707.JAA05874@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/include stdio.h src/sys/kern syscalls.master Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/01/01 09:07:47 PST Modified files: include stdio.h sys/kern syscalls.master Log: Added missing caddr_t --> void * conversions for sys/mman.h functions. Submitted by: bde Revision Changes Path 1.14 +2 -2 src/include/stdio.h 1.45 +9 -9 src/sys/kern/syscalls.master From owner-cvs-sys Thu Jan 1 13:32:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA10200 for cvs-sys-outgoing; Thu, 1 Jan 1998 13:32:30 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA10168; Thu, 1 Jan 1998 13:32:11 -0800 (PST) (envelope-from gj@FreeBSD.org) From: Gary Jennejohn Received: (from gj@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA07123; Thu, 1 Jan 1998 13:27:20 -0800 (PST) Date: Thu, 1 Jan 1998 13:27:20 -0800 (PST) Message-Id: <199801012127.NAA07123@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gj 1998/01/01 13:27:20 PST Modified files: sys/net if_spppsubr.c Log: Reviewed by: Joerg Wunsch In sppp_chap_input: 1) in the CHAP_CHALLENGE case don't output the peer's name if it is not what we expected (DEBUG) since it will be printed out in the course of events anyway. 2) in the CHAP_SUCCESS case test whether the peer is required to authenticate himself [(sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO))], otherwise the state machine may never switch into the network state. I saw this case against 2 different ISPs; they never bothered to authenticate themselves to me. In sppp_pap_input: in the PAP_ACK case do the same as in 2) above for the same reason. Revision Changes Path 1.30 +3 -10 src/sys/net/if_spppsubr.c From owner-cvs-sys Thu Jan 1 23:36:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA15826 for cvs-sys-outgoing; Thu, 1 Jan 1998 23:36:56 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA15787; Thu, 1 Jan 1998 23:36:01 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA11246; Thu, 1 Jan 1998 23:31:07 -0800 (PST) Date: Thu, 1 Jan 1998 23:31:07 -0800 (PST) Message-Id: <199801020731.XAA11246@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c devfs_vfsops.c devfs_vnops.c devfsdefs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/01/01 23:31:07 PST Modified files: sys/miscfs/devfs devfs_tree.c devfs_vfsops.c devfs_vnops.c devfsdefs.h Log: add copyrights Revision Changes Path 1.49 +25 -3 src/sys/miscfs/devfs/devfs_tree.c 1.26 +25 -4 src/sys/miscfs/devfs/devfs_vfsops.c 1.51 +25 -5 src/sys/miscfs/devfs/devfs_vnops.c 1.13 +27 -5 src/sys/miscfs/devfs/devfsdefs.h From owner-cvs-sys Fri Jan 2 01:35:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA20387 for cvs-sys-outgoing; Fri, 2 Jan 1998 01:35:10 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA20284; Fri, 2 Jan 1998 01:34:11 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA11470; Fri, 2 Jan 1998 01:29:16 -0800 (PST) Date: Fri, 2 Jan 1998 01:29:16 -0800 (PST) Message-Id: <199801020929.BAA11470@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/boot/biosboot serial.S Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/01/02 01:29:16 PST Modified files: sys/pc98/boot/biosboot serial.S Log: Fixed wrong name in .file statement. Revision Changes Path 1.7 +2 -2 src/sys/pc98/boot/biosboot/serial.S From owner-cvs-sys Fri Jan 2 01:36:39 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA20616 for cvs-sys-outgoing; Fri, 2 Jan 1998 01:36:39 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA20525; Fri, 2 Jan 1998 01:36:11 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA11526; Fri, 2 Jan 1998 01:31:16 -0800 (PST) Date: Fri, 2 Jan 1998 01:31:16 -0800 (PST) Message-Id: <199801020931.BAA11526@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 microtime.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/01/02 01:31:16 PST Modified files: sys/pc98/i386 microtime.s Log: Sync with sys/i386/i386/microtime.s revision 1.40. Revision Changes Path 1.23 +17 -5 src/sys/pc98/i386/microtime.s From owner-cvs-sys Fri Jan 2 01:36:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA20627 for cvs-sys-outgoing; Fri, 2 Jan 1998 01:36:42 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA20537; Fri, 2 Jan 1998 01:36:13 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA11545; Fri, 2 Jan 1998 01:31:18 -0800 (PST) Date: Fri, 2 Jan 1998 01:31:18 -0800 (PST) Message-Id: <199801020931.BAA11545@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/dev/ppbus ppi.c ppi.h src/share/man/man4 ppi.4 Makefile Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/01/02 01:31:18 PST Modified files: sys/dev/ppbus ppi.c ppi.h Log: Actually implement the internals of the 'ppi' device. It is now possible to control the various parallel port signals from user-space programs without having to resort to opening /dev/io directly. Revision Changes Path 1.6 +77 -12 src/sys/dev/ppbus/ppi.c 1.2 +17 -5 src/sys/dev/ppbus/ppi.h Modified files: share/man/man4 Makefile Added files: share/man/man4 ppi.4 Log: Add a manpage for the 'ppi' device, detailing its use and feeding. Revision Changes Path 1.40 +1 -1 src/share/man/man4/Makefile From owner-cvs-sys Fri Jan 2 01:49:02 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA21307 for cvs-sys-outgoing; Fri, 2 Jan 1998 01:49:02 -0800 (PST) (envelope-from owner-cvs-sys) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA21286; Fri, 2 Jan 1998 01:48:44 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id UAA24935; Fri, 2 Jan 1998 20:12:55 +1030 (CST) Message-Id: <199801020942.UAA24935@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Michael Smith cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus ppi.c ppi.h src/share/man/man4 ppi.4 Makefile In-reply-to: Your message of "Fri, 02 Jan 1998 01:31:18 -0800." <199801020931.BAA11545@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Jan 1998 20:12:54 +1030 From: Mike Smith Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > msmith 1998/01/02 01:31:18 PST > > Modified files: > sys/dev/ppbus ppi.c ppi.h > Log: > Actually implement the internals of the 'ppi' device. > > It is now possible to control the various parallel port signals from > user-space programs without having to resort to opening /dev/io > directly. A couple of extra points about this: - Currently, ppbus headers aren't installed by 'installworld'. Should this be changed? - I have a sample program for talking to LCD displays hung off the parallel port (currently only supporting the HD44780 but designed to be extended) using the 'ppi' interface. Is this too specific for inclusion as a sample program? (I suspect yes, but others may disagree.) -- \\ 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. \\ From owner-cvs-sys Fri Jan 2 03:34:36 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA26865 for cvs-sys-outgoing; Fri, 2 Jan 1998 03:34:36 -0800 (PST) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA26838; Fri, 2 Jan 1998 03:34:25 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id DAA01061; Fri, 2 Jan 1998 03:34:00 -0800 (PST) To: Mike Smith cc: Michael Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus ppi.c ppi.h src/share/man/man4 ppi.4 Makefile In-reply-to: Your message of "Fri, 02 Jan 1998 20:12:54 +1030." <199801020942.UAA24935@word.smith.net.au> Date: Fri, 02 Jan 1998 03:34:00 -0800 Message-ID: <1057.883740840@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > - I have a sample program for talking to LCD displays hung off > the parallel port (currently only supporting the HD44780 but > designed to be extended) using the 'ppi' interface. Is this > too specific for inclusion as a sample program? (I suspect > yes, but others may disagree.) I think that for /usr/src/share/examples, one is allowed to be fairly loose just so long as some instructional value exists. I certainly see that to be the case with the above. Jordan From owner-cvs-sys Fri Jan 2 05:40:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA02331 for cvs-sys-outgoing; Fri, 2 Jan 1998 05:40:32 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA02289; Fri, 2 Jan 1998 05:40:02 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA13827; Fri, 2 Jan 1998 05:35:07 -0800 (PST) Date: Fri, 2 Jan 1998 05:35:07 -0800 (PST) Message-Id: <199801021335.FAA13827@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/01/02 05:35:06 PST Modified files: sys/pccard pccard.c Log: Specify the minor number correctly when creating devfs entries. Revision Changes Path 1.54 +3 -1 src/sys/pccard/pccard.c From owner-cvs-sys Fri Jan 2 08:52:31 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA12898 for cvs-sys-outgoing; Fri, 2 Jan 1998 08:52:31 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA12739; Fri, 2 Jan 1998 08:51:17 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA04730; Fri, 2 Jan 1998 08:46:20 -0800 (PST) Date: Fri, 2 Jan 1998 08:46:20 -0800 (PST) Message-Id: <199801021646.IAA04730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1998/01/02 08:46:20 PST Modified files: (Branch: RELENG_2_2) sys/isofs/cd9660 cd9660_vfsops.c Log: MFC: rev 1.33, clean SI_MOUNTEDON flag iff the mount attempt fails early. Revision Changes Path 1.15.4.2 +2 -1 src/sys/isofs/cd9660/cd9660_vfsops.c From owner-cvs-sys Sat Jan 3 20:32:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28582 for cvs-sys-outgoing; Sat, 3 Jan 1998 20:32:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA28477; Sat, 3 Jan 1998 20:31:51 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA09993; Sat, 3 Jan 1998 20:26:42 -0800 (PST) Date: Sat, 3 Jan 1998 20:26:42 -0800 (PST) Message-Id: <199801040426.UAA09993@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include endian.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/03 20:26:41 PST Modified files: (Branch: RELENG_2_2) sys/i386/include endian.h Log: MFC: merge changes that quiet lint about the ntoh* and hton* routines. PR: 1717 Revision Changes Path 1.7.2.1 +21 -21 src/sys/i386/include/endian.h