From owner-freebsd-commit Sun Oct 22 00:15:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27734 for freebsd-commit-outgoing; Sun, 22 Oct 1995 00:15:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27717 for cvs-all-outgoing; Sun, 22 Oct 1995 00:15:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27696 for cvs-sys-outgoing; Sun, 22 Oct 1995 00:15:04 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA27680 ; Sun, 22 Oct 1995 00:14:50 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA23370; Sun, 22 Oct 1995 16:41:03 +1000 Date: Sun, 22 Oct 1995 16:41:03 +1000 From: Bruce Evans Message-Id: <199510220641.QAA23370@godzilla.zeta.org.au> To: jkh@time.cdrom.com, pst@shockwave.com Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu Sender: owner-commit@freebsd.org Precedence: bulk >Just FYI, it's never been mine. I routinely use structure >initializers that only gcc grocks, and have even been known to do the >occasional: > { > char foo[n]; > .. > } >To do the job of alloca.. Not that I use the latter construct very >often - I generally just use alloca directly, but the point is that if /usr/src/usr.sbin/config/main.c:120: warning: ANSI C forbids variable-size array `tmp' It's a nice feature, but it probably shouldn't be used without ifdefs in a bootstrapping utility, and using ifdefs negates the advantage of having it (you have to write ugly portable code _and_ ugly ifdefs _and_ code using the feature instead of just ugly portable code). Bruce From owner-freebsd-commit Sun Oct 22 01:36:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA29009 for freebsd-commit-outgoing; Sun, 22 Oct 1995 01:36:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28969 for cvs-all-outgoing; Sun, 22 Oct 1995 01:33:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28959 for cvs-user-outgoing; Sun, 22 Oct 1995 01:33:36 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28950 ; Sun, 22 Oct 1995 01:33:26 -0700 Date: Sun, 22 Oct 1995 01:33:26 -0700 From: "Jordan K. Hubbard" Message-Id: <199510220833.BAA28950@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall dist.c ftp_strat.c media.c sysinstall.h tape.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 01:33:24 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall dist.c ftp_strat.c media.c sysinstall.h tape.c Log: Fix a stooooopid bug I introduced with the CPIO verbose flag that broke the root floppy extract (d'oh!). No doubt about it, gotta stop programming without sleep! (yeah, right!) From owner-freebsd-commit Sun Oct 22 01:46:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA29379 for freebsd-commit-outgoing; Sun, 22 Oct 1995 01:46:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA29364 for cvs-all-outgoing; Sun, 22 Oct 1995 01:46:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA29354 for cvs-usrbin-outgoing; Sun, 22 Oct 1995 01:46:14 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA29338 ; Sun, 22 Oct 1995 01:46:05 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id BAA06084; Sun, 22 Oct 1995 01:45:39 -0700 To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: CVS-commiters@freefall.freebsd.org, "Andrey A. Chernov" , cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/colldef Makefile In-reply-to: Your message of "Sun, 22 Oct 1995 09:35:54 +0300." Date: Sun, 22 Oct 1995 01:45:39 -0700 Message-ID: <6082.814351539@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.org Precedence: bulk Hmmm. You have a point.. :-) Let me talk to David about this. Jordan > In message <26990.814326293@time.cdrom.com> Jordan K. Hubbard writes: > > >> Should go to 2.1 > > >I doubt that we'll have the chance. It's a bit too late for things > >that can't either be proven to be serious bugs or are so entirely > >isolated from the main part of the system that they pose little risk. > > You (among others) asked for backward compatibility, here it is, > I do the best I can. > I left this decision on your choice, so don't blame me if > you don't install it and users becomes upset. :-) > > > -- > Andrey A. Chernov : And I rest so composedly, /Now, in my bed, > ache@astral.msk.su : That any beholder /Might fancy me dead - > http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. > RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sun Oct 22 02:33:06 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01140 for freebsd-commit-outgoing; Sun, 22 Oct 1995 02:33:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01128 for cvs-all-outgoing; Sun, 22 Oct 1995 02:33:01 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01117 for cvs-sys-outgoing; Sun, 22 Oct 1995 02:32:58 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01107 ; Sun, 22 Oct 1995 02:32:50 -0700 Date: Sun, 22 Oct 1995 02:32:50 -0700 From: David Greenman Message-Id: <199510220932.CAA01107@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_lookup.c ufs_vnops.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/22 02:32:49 Modified: sys/isofs/cd9660 cd9660_lookup.c sys/kern vfs_lookup.c vfs_syscalls.c vfs_vnops.c sys/msdosfs msdosfs_vnops.c sys/nfs nfs_vnops.c sys/ufs/ufs ufs_lookup.c ufs_vnops.c Log: Moved the filesystem read-only check out of the syscalls and into the filesystem layer, as was done in lite-2. Merged in some other cosmetic changes while I was at it. Rewrote most of msdosfs_access() to be more like ufs_access() and to include the FS read-only check. Obtained from: partially from 4.4BSD-lite2 From owner-freebsd-commit Sun Oct 22 02:38:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01344 for freebsd-commit-outgoing; Sun, 22 Oct 1995 02:38:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01331 for cvs-all-outgoing; Sun, 22 Oct 1995 02:38:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01321 for cvs-sys-outgoing; Sun, 22 Oct 1995 02:38:01 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01310 ; Sun, 22 Oct 1995 02:37:49 -0700 Date: Sun, 22 Oct 1995 02:37:49 -0700 From: David Greenman Message-Id: <199510220937.CAA01310@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/22 02:37:48 Modified: sys/nfs nfs_vnops.c Log: Fix order problem: unbusy pages before releasing the buffer. Submitted by: John Dyson From owner-freebsd-commit Sun Oct 22 03:11:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02318 for freebsd-commit-outgoing; Sun, 22 Oct 1995 03:11:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02305 for cvs-all-outgoing; Sun, 22 Oct 1995 03:11:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02295 for cvs-gnu-outgoing; Sun, 22 Oct 1995 03:11:15 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02286 ; Sun, 22 Oct 1995 03:11:05 -0700 Date: Sun, 22 Oct 1995 03:11:05 -0700 From: Joerg Wunsch Message-Id: <199510221011.DAA02286@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/mkisofs - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/22 03:11:04 Branch: gnu/usr.bin/mkisofs 1.1.1 Log: Import version 1.04 of mkisofs. This is a vendor-branch import by now, the merge with our regular tree will happen later. Obtained from: Eric Youngdale of Yggdrasil Computing Inc. Status: Vendor Tag: mkisofs Release Tags: mkisofs1_4 U src/gnu/usr.bin/mkisofs/README U src/gnu/usr.bin/mkisofs/Configure C src/gnu/usr.bin/mkisofs/Makefile.in U src/gnu/usr.bin/mkisofs/make.com U src/gnu/usr.bin/mkisofs/TODO U src/gnu/usr.bin/mkisofs/COPYING U src/gnu/usr.bin/mkisofs/ChangeLog U src/gnu/usr.bin/mkisofs/mkisofs.8 C src/gnu/usr.bin/mkisofs/exclude.c U src/gnu/usr.bin/mkisofs/hash.c C src/gnu/usr.bin/mkisofs/mkisofs.c C src/gnu/usr.bin/mkisofs/rock.c C src/gnu/usr.bin/mkisofs/tree.c U src/gnu/usr.bin/mkisofs/vms.c C src/gnu/usr.bin/mkisofs/write.c U src/gnu/usr.bin/mkisofs/config.h C src/gnu/usr.bin/mkisofs/defaults.h U src/gnu/usr.bin/mkisofs/exclude.h U src/gnu/usr.bin/mkisofs/iso9660.h C src/gnu/usr.bin/mkisofs/mkisofs.h U src/gnu/usr.bin/mkisofs/vms.h C src/gnu/usr.bin/mkisofs/diag/isodump.c C src/gnu/usr.bin/mkisofs/diag/isovfy.c U src/gnu/usr.bin/mkisofs/diag/dump.c U src/gnu/usr.bin/mkisofs/diag/README C src/gnu/usr.bin/mkisofs/diag/Makefile N src/gnu/usr.bin/mkisofs/diag/isoinfo.c 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jmkisofs:yesterday -jmkisofs src/gnu/usr.bin/mkisofs From owner-freebsd-commit Sun Oct 22 03:25:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02840 for freebsd-commit-outgoing; Sun, 22 Oct 1995 03:25:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02826 for cvs-all-outgoing; Sun, 22 Oct 1995 03:25:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02814 for cvs-user-outgoing; Sun, 22 Oct 1995 03:25:39 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02797 ; Sun, 22 Oct 1995 03:25:26 -0700 Date: Sun, 22 Oct 1995 03:25:26 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221025.DAA02797@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall ftp_strat.c installPreconfig.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 03:25:25 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall ftp_strat.c installPreconfig.c Log: Add more knobs to the preconfiguration stuff. From owner-freebsd-commit Sun Oct 22 04:33:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04093 for freebsd-commit-outgoing; Sun, 22 Oct 1995 04:33:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04081 for cvs-all-outgoing; Sun, 22 Oct 1995 04:33:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04070 for cvs-user-outgoing; Sun, 22 Oct 1995 04:33:06 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04060 ; Sun, 22 Oct 1995 04:33:00 -0700 Date: Sun, 22 Oct 1995 04:33:00 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221133.EAA04060@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall disks.c dist.c ftp_strat.c installPreconfig.c package.c sysinstall.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 04:33:00 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall disks.c dist.c ftp_strat.c installPreconfig.c package.c sysinstall.h Log: Fix a bug in dist extraction when a dist was missing. Allow instrumentation for adding packages from scripts. From owner-freebsd-commit Sun Oct 22 04:44:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04274 for freebsd-commit-outgoing; Sun, 22 Oct 1995 04:44:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04261 for cvs-all-outgoing; Sun, 22 Oct 1995 04:44:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04251 for cvs-usrsbin-outgoing; Sun, 22 Oct 1995 04:44:21 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04241 ; Sun, 22 Oct 1995 04:44:18 -0700 Date: Sun, 22 Oct 1995 04:44:18 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221144.EAA04241@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/adduser adduser.perl Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 04:44:17 Modified: usr.sbin/adduser adduser.perl Log: Clean up some of the english here.. From owner-freebsd-commit Sun Oct 22 04:45:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04380 for freebsd-commit-outgoing; Sun, 22 Oct 1995 04:45:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04368 for cvs-all-outgoing; Sun, 22 Oct 1995 04:45:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04356 for cvs-usrsbin-outgoing; Sun, 22 Oct 1995 04:45:40 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04347 ; Sun, 22 Oct 1995 04:45:36 -0700 Date: Sun, 22 Oct 1995 04:45:36 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221145.EAA04347@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/adduser adduser.perl Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 04:45:35 Branch: usr.sbin/adduser RELENG_2_1_0 Modified: usr.sbin/adduser adduser.perl Log: Update from HEAD. From owner-freebsd-commit Sun Oct 22 05:04:24 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04720 for freebsd-commit-outgoing; Sun, 22 Oct 1995 05:04:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04708 for cvs-all-outgoing; Sun, 22 Oct 1995 05:04:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04698 for cvs-user-outgoing; Sun, 22 Oct 1995 05:04:18 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04689 ; Sun, 22 Oct 1995 05:04:14 -0700 Date: Sun, 22 Oct 1995 05:04:14 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221204.FAA04689@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall disks.c dist.c ftp_strat.c installPreconfig.c menus.c package.c sysinstall.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 05:04:13 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall disks.c dist.c ftp_strat.c installPreconfig.c menus.c package.c sysinstall.h Log: Just fixin' them bugs as fast as they pop up. Also add instrumentation for adding packages from scripts. From owner-freebsd-commit Sun Oct 22 07:04:55 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07499 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:04:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07485 for cvs-all-outgoing; Sun, 22 Oct 1995 07:04:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07473 for cvs-gnu-outgoing; Sun, 22 Oct 1995 07:04:50 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07456 ; Sun, 22 Oct 1995 07:04:39 -0700 Date: Sun, 22 Oct 1995 07:04:39 -0700 From: Joerg Wunsch Message-Id: <199510221404.HAA07456@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/mkisofs/diag Makefile isodump.c isovfy.c Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/22 07:04:38 Modified: gnu/usr.bin/mkisofs Makefile.in defaults.h exclude.c mkisofs.c mkisofs.h rock.c tree.c write.c gnu/usr.bin/mkisofs/diag Makefile isodump.c isovfy.c Log: Merge version 1.04 into HEAD. From owner-freebsd-commit Sun Oct 22 07:06:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07634 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:06:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07622 for cvs-all-outgoing; Sun, 22 Oct 1995 07:06:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07612 for cvs-user-outgoing; Sun, 22 Oct 1995 07:06:52 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07602 ; Sun, 22 Oct 1995 07:06:45 -0700 Date: Sun, 22 Oct 1995 07:06:45 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221406.HAA07602@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall system.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 07:06:44 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall system.c Log: Make sure that $HOME is always set. Applications like ee shouldn't blithly assume that HOME *is* set, but it's probably easier to just set it to some reasonable default here rather than assuming that no other apps will get similarly confused. From owner-freebsd-commit Sun Oct 22 07:10:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07777 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:10:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07752 for cvs-all-outgoing; Sun, 22 Oct 1995 07:10:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07740 for cvs-usrbin-outgoing; Sun, 22 Oct 1995 07:10:25 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07729 ; Sun, 22 Oct 1995 07:10:13 -0700 Date: Sun, 22 Oct 1995 07:10:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221410.HAA07729@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/ee ee.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 07:10:12 Modified: usr.bin/ee ee.c Log: Don't assume that $HOME is always set. From owner-freebsd-commit Sun Oct 22 07:14:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07978 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:14:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07965 for cvs-all-outgoing; Sun, 22 Oct 1995 07:14:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07955 for cvs-usrbin-outgoing; Sun, 22 Oct 1995 07:14:43 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07944 ; Sun, 22 Oct 1995 07:14:30 -0700 Date: Sun, 22 Oct 1995 07:14:30 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221414.HAA07944@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/ee Makefile ee.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 07:14:29 Branch: usr.bin/ee RELENG_2_1_0 Modified: usr.bin/ee Makefile ee.c Log: Merge changes from HEAD. Also bring in the German message catalog. From owner-freebsd-commit Sun Oct 22 07:19:44 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08381 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:19:44 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08359 for cvs-all-outgoing; Sun, 22 Oct 1995 07:19:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08337 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:19:37 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08324 ; Sun, 22 Oct 1995 07:19:29 -0700 Date: Sun, 22 Oct 1995 07:19:29 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221419.HAA08324@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libncurses lib_raw.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 07:19:28 Branch: lib/libncurses RELENG_2_1_0 Modified: lib/libncurses lib_raw.c Log: Merge from HEAD: Preserve the state of IEXTEN across raw()/noraw() calls, but turn off IEXTEN while raw() is active. Submitted by: joerg From owner-freebsd-commit Sun Oct 22 07:47:19 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09649 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:47:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09634 for cvs-all-outgoing; Sun, 22 Oct 1995 07:47:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09621 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:47:12 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09604 ; Sun, 22 Oct 1995 07:47:03 -0700 Date: Sun, 22 Oct 1995 07:47:03 -0700 From: Poul-Henning Kamp Message-Id: <199510221447.HAA09604@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 07:47:01 Modified: lib/libc/stdlib malloc.c Log: Remove EXTRA_SANITY, fix a unused var. From owner-freebsd-commit Sun Oct 22 07:51:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09919 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:51:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09907 for cvs-all-outgoing; Sun, 22 Oct 1995 07:51:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09897 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:51:47 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09887 ; Sun, 22 Oct 1995 07:51:41 -0700 Date: Sun, 22 Oct 1995 07:51:41 -0700 From: Poul-Henning Kamp Message-Id: <199510221451.HAA09887@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/rpc auth_none.c auth_unix.c bindresvport.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c clnt_udp.c get_myaddress.c getrpcent.c getrpcport.c pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_rmt.c rpc_callmsg.c svc.c svc_auth_unix.c svc_raw.c svc_simple.c svc_tcp.c svc_udp.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 07:51:40 Modified: lib/libc/rpc auth_none.c auth_unix.c bindresvport.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c clnt_udp.c get_myaddress.c getrpcent.c getrpcport.c pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_rmt.c rpc_callmsg.c svc.c svc_auth_unix.c svc_raw.c svc_simple.c svc_tcp.c svc_udp.c Log: Well, cvs commit core'ed on me, I belive I have got all the locks out, but a commit mail got lost, it's the same as for this commit: lib/libc/gen confstr.c crypt.c disklabel.c fstab.c getcap.c getgrent.c getgrouplist.c getpass.c getpwent.c initgroups.c nlist.c psignal.c pwcache.c setmode.c sleep.c sysconf.c sysctl.c syslog.c usleep.c lib/libc/locale none.c read_runemagi.c setlocale.c lib/libc/net gethostbydns.c getnetbydns.c getnetbynis.c lib/libc/nls msgcat.c lib/libc/quad Makefile.inc lib/libc/regex engine.c regcomp.c regerror.c Minor cleanup, mostly unused vars and missing #includes. Limit the number of quad functions we pull in for 'i386'. I still belive the quad stuff should go back into gcc. Add compile-time warnings about crypt functions. From owner-freebsd-commit Sun Oct 22 07:52:37 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10000 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:52:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09987 for cvs-all-outgoing; Sun, 22 Oct 1995 07:52:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09977 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:52:34 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09968 ; Sun, 22 Oct 1995 07:52:31 -0700 Date: Sun, 22 Oct 1995 07:52:31 -0700 From: Poul-Henning Kamp Message-Id: <199510221452.HAA09968@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdio findfp.c mktemp.c vsscanf.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 07:52:31 Modified: lib/libc/stdio findfp.c mktemp.c vsscanf.c Log: Minor cleanup, #include's and unused vars. Added compile-time warning to an old funky function. From owner-freebsd-commit Sun Oct 22 07:53:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10086 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:53:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10069 for cvs-all-outgoing; Sun, 22 Oct 1995 07:53:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10059 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:53:22 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10050 ; Sun, 22 Oct 1995 07:53:19 -0700 Date: Sun, 22 Oct 1995 07:53:19 -0700 From: Poul-Henning Kamp Message-Id: <199510221453.HAA10050@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdlib abort.c strhash.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 07:53:19 Modified: lib/libc/stdlib abort.c strhash.c Log: Mino cleanup, #includes & unused vars. From owner-freebsd-commit Sun Oct 22 07:54:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10194 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:54:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10182 for cvs-all-outgoing; Sun, 22 Oct 1995 07:54:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10172 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:54:02 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10161 ; Sun, 22 Oct 1995 07:53:59 -0700 Date: Sun, 22 Oct 1995 07:53:59 -0700 From: Poul-Henning Kamp Message-Id: <199510221453.HAA10161@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/xdr xdr.c xdr_array.c xdr_mem.c xdr_rec.c xdr_reference.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 07:53:59 Modified: lib/libc/xdr xdr.c xdr_array.c xdr_mem.c xdr_rec.c xdr_reference.c Log: minor cleanup, #includes. From owner-freebsd-commit Sun Oct 22 08:08:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10520 for freebsd-commit-outgoing; Sun, 22 Oct 1995 08:08:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10505 for cvs-all-outgoing; Sun, 22 Oct 1995 08:07:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10494 for cvs-sys-outgoing; Sun, 22 Oct 1995 08:07:55 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10483 ; Sun, 22 Oct 1995 08:07:45 -0700 Date: Sun, 22 Oct 1995 08:07:45 -0700 From: Bruce Evans Message-Id: <199510221507.IAA10483@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 08:07:44 Modified: sys/i386/isa isa.c Log: Only allow `sensitive' devices for displays in find_display(). This is a quick fix for syscons deciding not to become the console because it thinks another tty device has priority. From owner-freebsd-commit Sun Oct 22 08:38:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA11521 for freebsd-commit-outgoing; Sun, 22 Oct 1995 08:38:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA11507 for cvs-all-outgoing; Sun, 22 Oct 1995 08:38:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA11497 for cvs-sys-outgoing; Sun, 22 Oct 1995 08:38:16 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA11485 ; Sun, 22 Oct 1995 08:38:10 -0700 Date: Sun, 22 Oct 1995 08:38:10 -0700 From: Bruce Evans Message-Id: <199510221538.IAA11485@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c cy.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 08:38:09 Modified: sys/i386/isa sio.c cy.c Log: sio.c: Fix the tests for being a console by reverting to the ones that were used before the the RB_SERIAL changes. RB_SERIAL only needs to be tested in one place. The initialization of comconsole was wrong before the RB_SERIAL changes for the COMCONSOLE case. This may have been the cause of the unnecessary changes. Start eliminating #includes of . This header is supposed to be included from although it should be completely machine-independent and included from . Remove a wrong XXX comment. `comconsole' is used to test for being a console and even the tests for deciding the default termios state are necessary (the semi-reentrant i/o routines don't handle ordinary device i/o). cy.c: Sync with sio.c. The console tests are present but always fail. From owner-freebsd-commit Sun Oct 22 10:19:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28599 for freebsd-commit-outgoing; Sun, 22 Oct 1995 10:19:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28582 for cvs-all-outgoing; Sun, 22 Oct 1995 10:18:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28572 for cvs-user-outgoing; Sun, 22 Oct 1995 10:18:48 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28562 ; Sun, 22 Oct 1995 10:18:38 -0700 Date: Sun, 22 Oct 1995 10:18:38 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221718.KAA28562@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall attr.c cdrom.c config.c devices.c disks.c dist.c doc.c dos.c floppy.c ftp_strat.c index.c install.c installFinal.c installPreconfig.c installUpgrade.c label.c media.c misc.c network.c nfs.c package.c tape.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 10:18:37 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall attr.c cdrom.c config.c devices.c disks.c dist.c doc.c dos.c floppy.c ftp_strat.c index.c install.c installFinal.c installPreconfig.c installUpgrade.c label.c media.c misc.c network.c nfs.c package.c tape.c Log: Style changes. Clear the screen before a lot of error dialogs so that they don't bogusly restore the screen to the message that was the cause of the abort. That resulted in lots of weird flickering dialog boxes that appeared to be displayed out of sequence. From owner-freebsd-commit Sun Oct 22 10:39:44 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29248 for freebsd-commit-outgoing; Sun, 22 Oct 1995 10:39:44 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29209 for cvs-all-outgoing; Sun, 22 Oct 1995 10:39:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29199 for cvs-user-outgoing; Sun, 22 Oct 1995 10:39:34 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29181 ; Sun, 22 Oct 1995 10:39:30 -0700 Date: Sun, 22 Oct 1995 10:39:30 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221739.KAA29181@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall attr.c cdrom.c config.c devices.c disks.c dist.c doc.c dos.c floppy.c ftp_strat.c index.c install.c installFinal.c installPreconfig.c installUpgrade.c label.c media.c misc.c network.c nfs.c package.c tape.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 10:39:30 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall attr.c cdrom.c config.c devices.c disks.c dist.c doc.c dos.c floppy.c ftp_strat.c index.c install.c installFinal.c installPreconfig.c installUpgrade.c label.c media.c misc.c network.c nfs.c package.c tape.c Log: Second round of screen update changes. Now handle the yes/no dialogs as well as the confirmation dialogs. From owner-freebsd-commit Sun Oct 22 10:58:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29846 for freebsd-commit-outgoing; Sun, 22 Oct 1995 10:58:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29833 for cvs-all-outgoing; Sun, 22 Oct 1995 10:58:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29822 for cvs-usrbin-outgoing; Sun, 22 Oct 1995 10:58:20 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA29816 ; Sun, 22 Oct 1995 10:58:12 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id BAA05510; Mon, 23 Oct 1995 01:57:42 +0800 Date: Mon, 23 Oct 1995 01:57:42 +0800 (WST) From: Peter Wemm To: Joerg Wunsch cc: "Jordan K. Hubbard" , CVS-commiters@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/ee Makefile ee.c In-Reply-To: <199510221728.SAA02759@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Sun, 22 Oct 1995, J Wunsch wrote: > > As Jordan K. Hubbard wrote: > > > > jkh 95/10/22 07:14:29 > > > > Branch: usr.bin/ee RELENG_2_1_0 > > Modified: usr.bin/ee Makefile ee.c > ^^^^^^^^^ ^^^^^^^^^^^^^ > > Log: > > Merge changes from HEAD. Also bring in the German message catalog. > ^^^^^^^^^^^^^^^^^^^^^^ > > There's an "Added: " line missing for ``de_DE.ISO_8859-1/ee.msg''. Yeah, but this is as expected for cvs-1.4A2 - to add a file on an existing branch, one has to manually add the tags yourself, and it doesn't appear in any commit messages or logs. cvs-1.6 does this **much** better, where you can simply "cvs add" the file and be done with it. -Peter > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) > From owner-freebsd-commit Sun Oct 22 11:00:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA29964 for freebsd-commit-outgoing; Sun, 22 Oct 1995 11:00:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA29941 for cvs-all-outgoing; Sun, 22 Oct 1995 11:00:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA29928 for cvs-usrbin-outgoing; Sun, 22 Oct 1995 11:00:22 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA29915 ; Sun, 22 Oct 1995 11:00:17 -0700 Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id KAA00932; Sun, 22 Oct 1995 10:59:46 -0700 Message-ID: <308A8692.1480DF67@FreeBSD.org> Date: Sun, 22 Oct 1995 10:59:46 -0700 From: "Jordan K. Hubbard" X-Mailer: Mozilla 2.0b1 (X11; I; FreeBSD 2.1-STABLE i386) MIME-Version: 1.0 To: Joerg Wunsch CC: "Jordan K. Hubbard" , CVS-commiters@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/ee Makefile ee.c References: <199510221728.SAA02759@uriah.heep.sax.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.org Precedence: bulk J Wunsch wrote: > There's an "Added: " line missing for ``de_DE.ISO_8859-1/ee.msg''. Not at all. Things added between branches are done by applying a tag to the branch you want to bring it into. -- Jordan From owner-freebsd-commit Sun Oct 22 11:17:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA00746 for freebsd-commit-outgoing; Sun, 22 Oct 1995 11:17:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA00734 for cvs-all-outgoing; Sun, 22 Oct 1995 11:16:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA00724 for cvs-lib-outgoing; Sun, 22 Oct 1995 11:16:44 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA00715 ; Sun, 22 Oct 1995 11:16:40 -0700 Date: Sun, 22 Oct 1995 11:16:40 -0700 From: Bruce Evans Message-Id: <199510221816.LAA00715@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/msun/man j0.3 Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 11:16:40 Modified: lib/msun/man j0.3 Log: Fixed use of too many args for `.Em'. Fixed description of domain of y*(). Fixed description of error domain. (This description is still half redundant and half wrong, as in many other math man pages. fdlibm doesn't support the VAX or Tahoe.) Fixed capitalization of `Bessel'. From owner-freebsd-commit Sun Oct 22 11:28:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01274 for freebsd-commit-outgoing; Sun, 22 Oct 1995 11:28:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01262 for cvs-all-outgoing; Sun, 22 Oct 1995 11:28:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01252 for cvs-gnu-outgoing; Sun, 22 Oct 1995 11:28:15 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01243 ; Sun, 22 Oct 1995 11:28:11 -0700 Date: Sun, 22 Oct 1995 11:28:11 -0700 From: Bruce Evans Message-Id: <199510221828.LAA01243@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/tar Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 11:28:11 Modified: gnu/usr.bin/awk Makefile gnu/usr.bin/tar Makefile Log: Remove includes of the wrong ../Makefile.inc (one was commented out, the other was in the wrong order). From owner-freebsd-commit Sun Oct 22 11:37:02 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01740 for freebsd-commit-outgoing; Sun, 22 Oct 1995 11:37:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01726 for cvs-all-outgoing; Sun, 22 Oct 1995 11:36:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01716 for cvs-lib-outgoing; Sun, 22 Oct 1995 11:36:52 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01707 ; Sun, 22 Oct 1995 11:36:49 -0700 Date: Sun, 22 Oct 1995 11:36:49 -0700 From: Bruce Evans Message-Id: <199510221836.LAA01707@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/csu/i386 Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 11:36:48 Modified: lib/csu/i386 Makefile Log: Fixed dependencies for scrt0.o. Build a static gcrt0.o (sgcrt0.o) too. Currently only the dynamic gcrt0.o is used, although -pg forces -static. Sorted the .o targets. From owner-freebsd-commit Sun Oct 22 11:43:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02311 for freebsd-commit-outgoing; Sun, 22 Oct 1995 11:43:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02283 for cvs-all-outgoing; Sun, 22 Oct 1995 11:43:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02267 for cvs-lib-outgoing; Sun, 22 Oct 1995 11:43:31 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02254 ; Sun, 22 Oct 1995 11:43:27 -0700 Date: Sun, 22 Oct 1995 11:43:27 -0700 From: Bruce Evans Message-Id: <199510221843.LAA02254@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen termios.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 11:43:26 Modified: lib/libc/gen termios.c Log: Fixed lint from cc -Wall. Cleaned up includes. From owner-freebsd-commit Sun Oct 22 11:49:24 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02866 for freebsd-commit-outgoing; Sun, 22 Oct 1995 11:49:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02846 for cvs-all-outgoing; Sun, 22 Oct 1995 11:49:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02836 for cvs-lib-outgoing; Sun, 22 Oct 1995 11:49:11 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02823 ; Sun, 22 Oct 1995 11:49:07 -0700 Date: Sun, 22 Oct 1995 11:49:07 -0700 From: Bruce Evans Message-Id: <199510221849.LAA02823@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libedit term.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 11:49:06 Modified: lib/libedit term.c Log: Update to 4.4lite2 (initialize arrow key data completely). From owner-freebsd-commit Sun Oct 22 11:52:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03054 for freebsd-commit-outgoing; Sun, 22 Oct 1995 11:52:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03036 for cvs-all-outgoing; Sun, 22 Oct 1995 11:52:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03024 for cvs-lib-outgoing; Sun, 22 Oct 1995 11:52:26 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03015 ; Sun, 22 Oct 1995 11:52:24 -0700 Date: Sun, 22 Oct 1995 11:52:24 -0700 From: Bruce Evans Message-Id: <199510221852.LAA03015@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libkvm kvm_file.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 11:52:23 Modified: lib/libkvm kvm_file.c Log: Removed unnecessary include of . tty.h apparently once had some user interfaces in it. It no longer does. From owner-freebsd-commit Sun Oct 22 12:08:13 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03492 for freebsd-commit-outgoing; Sun, 22 Oct 1995 12:08:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03480 for cvs-all-outgoing; Sun, 22 Oct 1995 12:08:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03470 for cvs-sys-outgoing; Sun, 22 Oct 1995 12:08:03 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03455 ; Sun, 22 Oct 1995 12:08:00 -0700 Date: Sun, 22 Oct 1995 12:08:00 -0700 From: Poul-Henning Kamp Message-Id: <199510221908.MAA03455@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet if_ether.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 12:07:59 Modified: sys/netinet if_ether.c Log: Remove the last trace of arptnew() From owner-freebsd-commit Sun Oct 22 12:11:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03636 for freebsd-commit-outgoing; Sun, 22 Oct 1995 12:11:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03624 for cvs-all-outgoing; Sun, 22 Oct 1995 12:11:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03613 for cvs-lib-outgoing; Sun, 22 Oct 1995 12:11:16 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03604 ; Sun, 22 Oct 1995 12:11:13 -0700 Date: Sun, 22 Oct 1995 12:11:13 -0700 From: Bruce Evans Message-Id: <199510221911.MAA03604@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libutil pty.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 12:11:13 Modified: lib/libutil pty.c Log: Update to 4.4lite2 (clean up includes; initialize the name of the master pty correctly (it was broken for calls to openpty() after the first successful one)). Obtained from: 4.4lite2 From owner-freebsd-commit Sun Oct 22 12:16:15 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03736 for freebsd-commit-outgoing; Sun, 22 Oct 1995 12:16:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03724 for cvs-all-outgoing; Sun, 22 Oct 1995 12:16:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03714 for cvs-lib-outgoing; Sun, 22 Oct 1995 12:16:05 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03705 ; Sun, 22 Oct 1995 12:16:02 -0700 Date: Sun, 22 Oct 1995 12:16:02 -0700 From: Bruce Evans Message-Id: <199510221916.MAA03705@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/msun Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 12:16:02 Modified: lib/msun Makefile Log: Undo the the changes in the previous revision (MANSRC now works right again). Use ${INSTALL} instead of install. From owner-freebsd-commit Sun Oct 22 12:45:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04269 for freebsd-commit-outgoing; Sun, 22 Oct 1995 12:45:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04256 for cvs-all-outgoing; Sun, 22 Oct 1995 12:45:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04246 for cvs-usrsbin-outgoing; Sun, 22 Oct 1995 12:45:36 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04233 ; Sun, 22 Oct 1995 12:45:30 -0700 Date: Sun, 22 Oct 1995 12:45:30 -0700 From: Poul-Henning Kamp Message-Id: <199510221945.MAA04233@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/kernbb kernbb.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 12:45:29 Modified: usr.sbin/kernbb kernbb.c Log: Fix various bogosities. From owner-freebsd-commit Sun Oct 22 12:46:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04335 for freebsd-commit-outgoing; Sun, 22 Oct 1995 12:46:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04321 for cvs-all-outgoing; Sun, 22 Oct 1995 12:46:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04309 for cvs-other-outgoing; Sun, 22 Oct 1995 12:46:43 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04299 ; Sun, 22 Oct 1995 12:46:41 -0700 Date: Sun, 22 Oct 1995 12:46:41 -0700 From: Peter Wemm Message-Id: <199510221946.MAA04299@freefall.freebsd.org> To: CVS-commiters, cvs-other Subject: cvs commit: test1 - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/22 12:46:40 Branch: . 1.1.1 Log: This is a test remote import, mainly to check compatability with the CVSROOT stuff on freefall. Note that this is outside src and ports, in it's own top level. There will be a couple more of these and I'll remove the files shortly. Status: Vendor Tag: PETER Release Tags: test1 N test1/foo N test1/bar No conflicts created by this import From owner-freebsd-commit Sun Oct 22 12:51:37 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04512 for freebsd-commit-outgoing; Sun, 22 Oct 1995 12:51:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04500 for cvs-all-outgoing; Sun, 22 Oct 1995 12:51:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04490 for cvs-other-outgoing; Sun, 22 Oct 1995 12:51:28 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04479 ; Sun, 22 Oct 1995 12:51:21 -0700 Date: Sun, 22 Oct 1995 12:51:21 -0700 From: Peter Wemm Message-Id: <199510221951.MAA04479@freefall.freebsd.org> To: CVS-commiters, cvs-other Subject: cvs commit: test1 baz bar foo Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/22 12:51:21 Modified: . bar foo Added: . baz Log: Test remote commit... Not exactly earth-shattering stuff here.. From owner-freebsd-commit Sun Oct 22 12:53:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04619 for freebsd-commit-outgoing; Sun, 22 Oct 1995 12:53:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04606 for cvs-all-outgoing; Sun, 22 Oct 1995 12:53:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04595 for cvs-other-outgoing; Sun, 22 Oct 1995 12:53:37 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04584 ; Sun, 22 Oct 1995 12:53:33 -0700 Date: Sun, 22 Oct 1995 12:53:33 -0700 From: Peter Wemm Message-Id: <199510221953.MAA04584@freefall.freebsd.org> To: CVS-commiters, cvs-other Subject: cvs commit: test1 foo Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/22 12:53:33 Removed: . foo Log: Test commit - last one... From owner-freebsd-commit Sun Oct 22 13:12:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05216 for freebsd-commit-outgoing; Sun, 22 Oct 1995 13:12:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05199 for cvs-all-outgoing; Sun, 22 Oct 1995 13:12:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05178 for cvs-bin-outgoing; Sun, 22 Oct 1995 13:12:30 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05152 ; Sun, 22 Oct 1995 13:12:15 -0700 Date: Sun, 22 Oct 1995 13:12:15 -0700 From: "Andrey A. Chernov" Message-Id: <199510222012.NAA05152@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin Makefile.inc Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 13:12:13 Modified: bin Makefile.inc Log: Wrong library was picked by ed From owner-freebsd-commit Sun Oct 22 13:14:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05575 for freebsd-commit-outgoing; Sun, 22 Oct 1995 13:14:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05547 for cvs-all-outgoing; Sun, 22 Oct 1995 13:14:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05528 for cvs-bin-outgoing; Sun, 22 Oct 1995 13:14:26 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05504 ; Sun, 22 Oct 1995 13:14:17 -0700 Date: Sun, 22 Oct 1995 13:14:17 -0700 From: "Andrey A. Chernov" Message-Id: <199510222014.NAA05504@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ed Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 13:14:16 Modified: bin/ed Makefile Log: Wrong library was picked by ed From owner-freebsd-commit Sun Oct 22 13:15:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05706 for freebsd-commit-outgoing; Sun, 22 Oct 1995 13:15:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05694 for cvs-all-outgoing; Sun, 22 Oct 1995 13:15:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05684 for cvs-user-outgoing; Sun, 22 Oct 1995 13:15:16 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA05673 ; Sun, 22 Oct 1995 13:15:12 -0700 Date: Sun, 22 Oct 1995 13:15:12 -0700 From: "Jordan K. Hubbard" Message-Id: <199510222015.NAA05673@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall apache.c Makefile ftp_strat.c installFinal.c installPreconfig.c msg.c package.c sysinstall.h tcpip.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 13:15:10 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall Makefile ftp_strat.c installFinal.c installPreconfig.c msg.c package.c sysinstall.h tcpip.c Added: release/sysinstall apache.c Log: 1. Add Coranth Gryphon's Apache WWW server setup screen. 2. Fix an infinite recursion bug in FTP retry. Tricky, this FTP install! 3. Add messaging routines for scripts. 4. Fix yet more bogons. I think I'm fixing them faster than they're growing, but it's hard to say. I'm really glad we're throwing this code away for 2.2! From owner-freebsd-commit Sun Oct 22 14:01:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07199 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:01:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07187 for cvs-all-outgoing; Sun, 22 Oct 1995 14:01:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07177 for cvs-other-outgoing; Sun, 22 Oct 1995 14:01:12 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA07167 ; Sun, 22 Oct 1995 14:00:47 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id WAA10059; Sun, 22 Oct 1995 22:00:43 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id WAA00191; Sun, 22 Oct 1995 22:00:42 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id VAA07765; Sun, 22 Oct 1995 21:57:05 +0100 From: J Wunsch Message-Id: <199510222057.VAA07765@uriah.heep.sax.de> Subject: Re: cvs commit: test1 - Imported sources To: peter@freefall.freebsd.org (Peter Wemm) Date: Sun, 22 Oct 1995 21:57:05 +0100 (MET) Cc: CVS-commiters@freefall.freebsd.org, cvs-other@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199510221946.MAA04299@freefall.freebsd.org> from "Peter Wemm" at Oct 22, 95 12:46:41 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 308 Sender: owner-commit@FreeBSD.org Precedence: bulk As Peter Wemm wrote: > > N test1/foo > N test1/bar > > No conflicts created by this import ^^^^^^^^^^^^ I wouldn't believe it. :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-commit Sun Oct 22 14:27:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07921 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:27:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07886 for cvs-all-outgoing; Sun, 22 Oct 1995 14:27:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07869 for cvs-etc-outgoing; Sun, 22 Oct 1995 14:27:03 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07854 ; Sun, 22 Oct 1995 14:26:55 -0700 Date: Sun, 22 Oct 1995 14:26:55 -0700 From: "Andrey A. Chernov" Message-Id: <199510222126.OAA07854@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 14:26:54 Modified: etc Makefile Log: Fix 'upgrade' stuff, i.e. when make distrib-dirs runs not on clean file system but for -current locale links upgrade. From owner-freebsd-commit Sun Oct 22 14:27:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07951 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:27:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07900 for cvs-all-outgoing; Sun, 22 Oct 1995 14:27:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA07888 for cvs-user-outgoing; Sun, 22 Oct 1995 14:27:07 -0700 Received: from aslan.cdrom.com (aslan.cdrom.com [192.216.223.142]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA07871 ; Sun, 22 Oct 1995 14:27:03 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by aslan.cdrom.com (8.6.12/8.6.9) with SMTP id OAA17661; Sun, 22 Oct 1995 14:26:42 -0700 Message-Id: <199510222126.OAA17661@aslan.cdrom.com> X-Authentication-Warning: aslan.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: "Justin T. Gibbs" , CVS-commiters@freefall.freebsd.org, "Andrey A. Chernov" , cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/secure/libexec/telnetd sys_term.c In-reply-to: Your message of "Sat, 21 Oct 1995 01:36:07 +0300." Date: Sun, 22 Oct 1995 14:26:42 -0700 From: "Justin T. Gibbs" Sender: owner-commit@FreeBSD.org Precedence: bulk >In message <199510202030.NAA10249@aslan.cdrom.com> Justin T. Gibbs > writes: > >>>1) No, LD_NOSTD_PATH have risk too. Unimplemented LD_PRELOAD have risk >>>too. > >>Not unless you also specify an LD_LIBRARY_PATH. > >No, LD_NOSTD_PATH treated separately. But the worst effect it can have is make a program not load because its shlibs aren't found unless you set LD_LIBRARY_PATH. >>What environment does ld look at during an exec call? The environment >>of the original process? Could we work around this with an execle or >>exect approach? > >telnetd assumes in several places that it modify/get master environment, >so it is possible, but require more work and will cause more differences >with standard telnetd development stream. Perhaps we should mention it to the author. Don't we also have a security problem in login since it is shared? I would expect any user logged into your system to be able to become any other user by using their own crypt library. Its not like our library sources aren't availible. :) >-- >Andrey A. Chernov : And I rest so composedly, /Now, in my bed, >ache@astral.msk.su : That any beholder /Might fancy me dead - >http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. >RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations =========================================== From owner-freebsd-commit Sun Oct 22 14:30:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08089 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:30:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08075 for cvs-all-outgoing; Sun, 22 Oct 1995 14:30:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08065 for cvs-user-outgoing; Sun, 22 Oct 1995 14:30:43 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08055 ; Sun, 22 Oct 1995 14:30:35 -0700 Date: Sun, 22 Oct 1995 14:30:35 -0700 From: "Jordan K. Hubbard" Message-Id: <199510222130.OAA08055@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release MIRROR.SITES Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 14:30:34 Branch: release RELENG_2_1_0 Modified: release MIRROR.SITES Log: Put this into alphabetical order and update it a little. From owner-freebsd-commit Sun Oct 22 14:36:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08195 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:36:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08183 for cvs-all-outgoing; Sun, 22 Oct 1995 14:35:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08173 for cvs-user-outgoing; Sun, 22 Oct 1995 14:35:48 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08163 ; Sun, 22 Oct 1995 14:35:38 -0700 Date: Sun, 22 Oct 1995 14:35:38 -0700 From: "Jordan K. Hubbard" Message-Id: <199510222135.OAA08163@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release MIRROR.SITES Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 14:35:37 Branch: release RELENG_2_1_0 Modified: release MIRROR.SITES Log: Add Poland. From owner-freebsd-commit Sun Oct 22 14:38:47 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08389 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:38:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08373 for cvs-all-outgoing; Sun, 22 Oct 1995 14:38:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08355 for cvs-user-outgoing; Sun, 22 Oct 1995 14:38:36 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08346 ; Sun, 22 Oct 1995 14:38:31 -0700 Date: Sun, 22 Oct 1995 14:38:31 -0700 From: "Jordan K. Hubbard" Message-Id: <199510222138.OAA08346@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall apache.c ftp_strat.c installFinal.c installPreconfig.c menus.c msg.c package.c sysinstall.h tcpip.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 14:38:30 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall apache.c ftp_strat.c installFinal.c installPreconfig.c menus.c msg.c package.c sysinstall.h tcpip.c Log: Fixes and updates. From owner-freebsd-commit Sun Oct 22 14:44:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08556 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:44:01 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08528 for cvs-all-outgoing; Sun, 22 Oct 1995 14:43:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08504 for cvs-etc-outgoing; Sun, 22 Oct 1995 14:43:43 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id OAA08479 ; Sun, 22 Oct 1995 14:43:25 -0700 Received: by sequent.kiae.su id AA18006 (5.65.kiae-2 ); Mon, 23 Oct 1995 01:42:48 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 23 Oct 95 01:42:47 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.11/8.6.9) id AAA13373; Mon, 23 Oct 1995 00:41:58 +0300 To: CVS-commiters@freefall.freebsd.org, "Andrey A. Chernov" , cvs-etc@freefall.freebsd.org Cc: current@freebsd.org References: <199510222126.OAA07854@freefall.freebsd.org> In-Reply-To: <199510222126.OAA07854@freefall.freebsd.org>; from "Andrey A. Chernov" at Sun, 22 Oct 1995 14:26:55 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 23 Oct 1995 00:41:58 +0300 (MSK) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/etc Makefile Lines: 21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 790 Sender: owner-commit@freebsd.org Precedence: bulk In message <199510222126.OAA07854@freefall.freebsd.org> Andrey A. Chernov writes: >ache 95/10/22 14:26:54 > Modified: etc Makefile > Log: > Fix 'upgrade' stuff, i.e. when make distrib-dirs runs not > on clean file system but for -current locale links upgrade. If you already follows my instructions to upgrade your -current links after SUP, please, re-run those sequence again after this commit arrived. This change not affects building on clean file system, i.e. 2.1 -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sun Oct 22 14:44:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08576 for freebsd-commit-outgoing; Sun, 22 Oct 1995 14:44:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08538 for cvs-all-outgoing; Sun, 22 Oct 1995 14:43:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08519 for cvs-user-outgoing; Sun, 22 Oct 1995 14:43:47 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id OAA08489 ; Sun, 22 Oct 1995 14:43:35 -0700 Received: by sequent.kiae.su id AA17995 (5.65.kiae-2 ); Mon, 23 Oct 1995 01:42:45 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 23 Oct 95 01:42:45 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.11/8.6.9) id AAA13358; Mon, 23 Oct 1995 00:39:27 +0300 To: "Justin T. Gibbs" Cc: CVS-commiters@freefall.freebsd.org, "Andrey A. Chernov" , cvs-user@freefall.freebsd.org References: <199510222126.OAA17661@aslan.cdrom.com> In-Reply-To: <199510222126.OAA17661@aslan.cdrom.com>; from "Justin T. Gibbs" at Sun, 22 Oct 1995 14:26:42 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 23 Oct 1995 00:39:26 +0300 (MSK) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/secure/libexec/telnetd sys_term.c Lines: 19 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 917 Sender: owner-commit@FreeBSD.org Precedence: bulk In message <199510222126.OAA17661@aslan.cdrom.com> Justin T. Gibbs writes: >Perhaps we should mention it to the author. Don't we also have a security >problem in login since it is shared? I would expect any user logged into >your system to be able to become any other user by using their own crypt >library. Its not like our library sources aren't availible. :) All suid programs unsetenv this LD_* cruft in rtld. It isn't so only for programs started with same uid as suid, i.e. root telnetd starts root login. It seems that telnetd is only one who provide whole user environment passing, but I isn't 100% shure. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sun Oct 22 16:15:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11411 for freebsd-commit-outgoing; Sun, 22 Oct 1995 16:15:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11396 for cvs-all-outgoing; Sun, 22 Oct 1995 16:15:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11381 for cvs-sys-outgoing; Sun, 22 Oct 1995 16:14:55 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11371 ; Sun, 22 Oct 1995 16:14:45 -0700 Date: Sun, 22 Oct 1995 16:14:45 -0700 From: David Greenman Message-Id: <199510222314.QAA11371@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c wd.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/22 16:14:43 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa wcd.c wd.c Log: Walk on egg shells by bringing in pieces of Serge's recent fixes. I've tried to bring in just the most important fixes and leave out the controversial "open reference counting" changes that appear to be mostly wrong. From owner-freebsd-commit Sun Oct 22 16:21:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11687 for freebsd-commit-outgoing; Sun, 22 Oct 1995 16:21:01 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11674 for cvs-all-outgoing; Sun, 22 Oct 1995 16:20:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11664 for cvs-user-outgoing; Sun, 22 Oct 1995 16:20:51 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11655 ; Sun, 22 Oct 1995 16:20:47 -0700 Date: Sun, 22 Oct 1995 16:20:47 -0700 From: "Jordan K. Hubbard" Message-Id: <199510222320.QAA11655@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall apache.c package.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 16:20:46 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall apache.c package.c Log: Don't use tar to add packages, use cpio in tar mode. Works better. Make the apache setup try to load the package first.. From owner-freebsd-commit Sun Oct 22 17:46:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13279 for freebsd-commit-outgoing; Sun, 22 Oct 1995 17:46:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13267 for cvs-all-outgoing; Sun, 22 Oct 1995 17:46:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13257 for cvs-share-outgoing; Sun, 22 Oct 1995 17:46:13 -0700 Received: (from torstenb@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13247 ; Sun, 22 Oct 1995 17:46:08 -0700 Date: Sun, 22 Oct 1995 17:46:08 -0700 From: Torsten Blum Message-Id: <199510230046.RAA13247@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4 netintro.4 Sender: owner-commit@FreeBSD.org Precedence: bulk torstenb 95/10/22 17:46:08 Modified: share/man/man4 netintro.4 Log: fix a typo (IFNAMSIZE -> IFNAMSIZ) Obtained from: the NetBSD bugs mailinglist From owner-freebsd-commit Sun Oct 22 17:47:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13356 for freebsd-commit-outgoing; Sun, 22 Oct 1995 17:47:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13344 for cvs-all-outgoing; Sun, 22 Oct 1995 17:47:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13333 for cvs-sys-outgoing; Sun, 22 Oct 1995 17:47:14 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13324 ; Sun, 22 Oct 1995 17:47:11 -0700 Date: Sun, 22 Oct 1995 17:47:11 -0700 From: David Greenman Message-Id: <199510230047.RAA13324@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/22 17:47:11 Modified: sys/i386/i386 pmap.c Log: More improvements to the logic for modify-bit checking. Removed pmap_prefault() code as we don't plan to use it at this point in time. Submitted by: John Dyson From owner-freebsd-commit Sun Oct 22 17:52:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13523 for freebsd-commit-outgoing; Sun, 22 Oct 1995 17:52:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13510 for cvs-all-outgoing; Sun, 22 Oct 1995 17:52:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13498 for cvs-share-outgoing; Sun, 22 Oct 1995 17:52:20 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13488 ; Sun, 22 Oct 1995 17:52:18 -0700 Date: Sun, 22 Oct 1995 17:52:18 -0700 From: David Greenman Message-Id: <199510230052.RAA13488@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4 netintro.4 Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/22 17:52:18 Branch: share/man/man4 RELENG_2_1_0 Modified: share/man/man4 netintro.4 Log: Brought in rev 1.2: fix typo. From owner-freebsd-commit Sun Oct 22 18:34:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14364 for freebsd-commit-outgoing; Sun, 22 Oct 1995 18:34:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14348 for cvs-all-outgoing; Sun, 22 Oct 1995 18:34:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14338 for cvs-lib-outgoing; Sun, 22 Oct 1995 18:34:23 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14329 ; Sun, 22 Oct 1995 18:34:18 -0700 Date: Sun, 22 Oct 1995 18:34:18 -0700 From: "Andrey A. Chernov" Message-Id: <199510230134.SAA14329@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/locale setrunelocale.c Makefile.inc euc.c rune.c runetype.c setlocale.c tolower.c toupper.c utf2.c common_rune.h common_setlocale.c common_setlocale.h read_runemagi.c startup_setlocale.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 18:34:18 Modified: lib/libc/locale Makefile.inc euc.c rune.c runetype.c setlocale.c tolower.c toupper.c utf2.c Added: lib/libc/locale setrunelocale.c Removed: lib/libc/locale common_rune.h common_setlocale.c common_setlocale.h read_runemagi.c startup_setlocale.c Log: Migrate from XPG4 to XPG3 (libxpg4 will be added soon) Remove big part of my startup_setlocale hack. Add missing manpage links. From owner-freebsd-commit Sun Oct 22 18:46:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14571 for freebsd-commit-outgoing; Sun, 22 Oct 1995 18:46:01 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14559 for cvs-all-outgoing; Sun, 22 Oct 1995 18:45:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14549 for cvs-lib-outgoing; Sun, 22 Oct 1995 18:45:49 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14539 ; Sun, 22 Oct 1995 18:45:43 -0700 Date: Sun, 22 Oct 1995 18:45:43 -0700 From: "Andrey A. Chernov" Message-Id: <199510230145.SAA14539@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libxpg4 - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 18:45:43 Branch: lib/libxpg4 1.1.1 Log: XPG4 hook Status: Vendor Tag: ACHE Release Tags: ache N src/lib/libxpg4/Makefile No conflicts created by this import From owner-freebsd-commit Sun Oct 22 18:48:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14698 for freebsd-commit-outgoing; Sun, 22 Oct 1995 18:48:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14685 for cvs-all-outgoing; Sun, 22 Oct 1995 18:48:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14675 for cvs-CVSROOT-outgoing; Sun, 22 Oct 1995 18:48:04 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14658 ; Sun, 22 Oct 1995 18:48:01 -0700 Date: Sun, 22 Oct 1995 18:48:01 -0700 From: "Andrey A. Chernov" Message-Id: <199510230148.SAA14658@freefall.freebsd.org> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 18:48:01 Modified: . modules Log: src/lib/libxpg4 added From owner-freebsd-commit Sun Oct 22 18:50:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14798 for freebsd-commit-outgoing; Sun, 22 Oct 1995 18:50:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14784 for cvs-all-outgoing; Sun, 22 Oct 1995 18:50:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14773 for cvs-user-outgoing; Sun, 22 Oct 1995 18:50:15 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14763 ; Sun, 22 Oct 1995 18:50:13 -0700 Date: Sun, 22 Oct 1995 18:50:13 -0700 From: "Andrey A. Chernov" Message-Id: <199510230150.SAA14763@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lib Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 18:50:12 Modified: lib Makefile Log: libxpg4 added From owner-freebsd-commit Sun Oct 22 19:13:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16545 for freebsd-commit-outgoing; Sun, 22 Oct 1995 19:13:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16529 for cvs-all-outgoing; Sun, 22 Oct 1995 19:13:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16515 for cvs-lib-outgoing; Sun, 22 Oct 1995 19:13:23 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16500 ; Sun, 22 Oct 1995 19:13:09 -0700 Date: Sun, 22 Oct 1995 19:13:09 -0700 From: "Andrey A. Chernov" Message-Id: <199510230213.TAA16500@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/locale setinvalidrune.c Makefile.inc rune.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 19:13:08 Modified: lib/libc/locale Makefile.inc rune.c Added: lib/libc/locale setinvalidrune.c Log: Reduce static binaries bloat by splitting out normally unused setinvalidrune() From owner-freebsd-commit Sun Oct 22 19:24:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16873 for freebsd-commit-outgoing; Sun, 22 Oct 1995 19:24:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16861 for cvs-all-outgoing; Sun, 22 Oct 1995 19:24:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16851 for cvs-sys-outgoing; Sun, 22 Oct 1995 19:23:57 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16835 ; Sun, 22 Oct 1995 19:23:33 -0700 Date: Sun, 22 Oct 1995 19:23:33 -0700 From: John Dyson Message-Id: <199510230223.TAA16835@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vnode_pager.c Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/10/22 19:23:31 Modified: sys/isofs/cd9660 cd9660_vnops.c sys/miscfs/specfs spec_vnops.c specdev.h sys/ufs/ffs ffs_vnops.c sys/ufs/ufs ufs_readwrite.c sys/vm vnode_pager.c Log: Finalize GETPAGES layering scheme. Move the device GETPAGES interface into specfs code. No need at this point to modify the PUTPAGES stuff except in the layered-type (NULL/UNION) filesystems. From owner-freebsd-commit Sun Oct 22 19:26:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17048 for freebsd-commit-outgoing; Sun, 22 Oct 1995 19:26:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17036 for cvs-all-outgoing; Sun, 22 Oct 1995 19:26:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17025 for cvs-lib-outgoing; Sun, 22 Oct 1995 19:26:05 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17013 ; Sun, 22 Oct 1995 19:25:58 -0700 Date: Sun, 22 Oct 1995 19:25:58 -0700 From: "Andrey A. Chernov" Message-Id: <199510230225.TAA17013@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/locale setlocale.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/22 19:25:56 Modified: lib/libc/locale setlocale.c Log: Use fake (empty) startup_setlocale for XPG4 From owner-freebsd-commit Sun Oct 22 19:31:56 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17165 for freebsd-commit-outgoing; Sun, 22 Oct 1995 19:31:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17148 for cvs-all-outgoing; Sun, 22 Oct 1995 19:31:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17138 for cvs-sys-outgoing; Sun, 22 Oct 1995 19:31:43 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17122 ; Sun, 22 Oct 1995 19:31:32 -0700 Date: Sun, 22 Oct 1995 19:31:32 -0700 From: David Greenman Message-Id: <199510230231.TAA17122@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/22 19:31:31 Modified: sys/i386/i386 pmap.c Log: Remove PG_W bit setting in some cases where it should not be set. Submitted by: John Dyson From owner-freebsd-commit Sun Oct 22 19:56:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18094 for freebsd-commit-outgoing; Sun, 22 Oct 1995 19:56:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18081 for cvs-all-outgoing; Sun, 22 Oct 1995 19:56:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18070 for cvs-sys-outgoing; Sun, 22 Oct 1995 19:56:06 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18061 ; Sun, 22 Oct 1995 19:55:57 -0700 Date: Sun, 22 Oct 1995 19:55:57 -0700 From: John Dyson Message-Id: <199510230255.TAA18061@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vnode_if.src Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/10/22 19:55:56 Modified: sys/kern vnode_if.src Log: Interface change for the VOP_GETPAGES -- missed in previous commits. From owner-freebsd-commit Sun Oct 22 20:50:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA19819 for freebsd-commit-outgoing; Sun, 22 Oct 1995 20:50:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA19796 for cvs-all-outgoing; Sun, 22 Oct 1995 20:50:21 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA19782 for cvs-sys-outgoing; Sun, 22 Oct 1995 20:50:13 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA19753 ; Sun, 22 Oct 1995 20:49:52 -0700 Date: Sun, 22 Oct 1995 20:49:52 -0700 From: John Dyson Message-Id: <199510230349.UAA19753@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c vm_mmap.c vm_object.c Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/10/22 20:49:49 Modified: sys/vm vm_fault.c vm_mmap.c vm_object.c Log: First phase of removing the PG_COPYONWRITE flag, and an architectural cleanup of mapping files. From owner-freebsd-commit Sun Oct 22 20:59:06 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA20116 for freebsd-commit-outgoing; Sun, 22 Oct 1995 20:59:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA20104 for cvs-all-outgoing; Sun, 22 Oct 1995 20:58:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA20093 for cvs-sys-outgoing; Sun, 22 Oct 1995 20:58:36 -0700 Received: (from ugen@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA20076 ; Sun, 22 Oct 1995 20:58:13 -0700 Date: Sun, 22 Oct 1995 20:58:13 -0700 From: "Ugen J.S.Antsilevich" Message-Id: <199510230358.UAA20076@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c Sender: owner-commit@FreeBSD.org Precedence: bulk ugen 95/10/22 20:58:10 Modified: sbin/ipfw ipfw.c sys/netinet ip_fw.c Log: Support all the tcpflag options in firewall. Add reading options from file, now ipfw will read commands string after string from file , form of strings same as command line interface. From owner-freebsd-commit Sun Oct 22 21:29:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21136 for freebsd-commit-outgoing; Sun, 22 Oct 1995 21:29:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21119 for cvs-all-outgoing; Sun, 22 Oct 1995 21:29:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21096 for cvs-sys-outgoing; Sun, 22 Oct 1995 21:29:21 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21083 ; Sun, 22 Oct 1995 21:29:03 -0700 Date: Sun, 22 Oct 1995 21:29:03 -0700 From: John Dyson Message-Id: <199510230429.VAA21083@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_mem.c Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/10/22 21:29:01 Modified: sys/miscfs/procfs procfs_mem.c Log: Removal of unnecessary usage of PG_COPYONWRITE. From owner-freebsd-commit Sun Oct 22 21:30:13 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21215 for freebsd-commit-outgoing; Sun, 22 Oct 1995 21:30:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21188 for cvs-all-outgoing; Sun, 22 Oct 1995 21:29:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21167 for cvs-sys-outgoing; Sun, 22 Oct 1995 21:29:52 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA21157 ; Sun, 22 Oct 1995 21:29:43 -0700 Date: Sun, 22 Oct 1995 21:29:43 -0700 From: John Dyson Message-Id: <199510230429.VAA21157@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_page.h Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/10/22 21:29:42 Modified: sys/vm vm_page.h Log: Remove of now unused PG_COPYONWRITE. From owner-freebsd-commit Sun Oct 22 22:36:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA22655 for freebsd-commit-outgoing; Sun, 22 Oct 1995 22:36:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA22642 for cvs-all-outgoing; Sun, 22 Oct 1995 22:35:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA22632 for cvs-sys-outgoing; Sun, 22 Oct 1995 22:35:57 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA22623 ; Sun, 22 Oct 1995 22:35:51 -0700 Date: Sun, 22 Oct 1995 22:35:51 -0700 From: John Dyson Message-Id: <199510230535.WAA22623@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/10/22 22:35:50 Modified: sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c Log: Get rid of machine-dependent NBPG and replace with PAGE_SIZE. From owner-freebsd-commit Sun Oct 22 23:58:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24537 for freebsd-commit-outgoing; Sun, 22 Oct 1995 23:58:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24523 for cvs-all-outgoing; Sun, 22 Oct 1995 23:58:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24511 for cvs-sys-outgoing; Sun, 22 Oct 1995 23:58:21 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA24506 ; Sun, 22 Oct 1995 23:58:15 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA16504; Mon, 23 Oct 1995 16:53:05 +1000 Date: Mon, 23 Oct 1995 16:53:05 +1000 From: Bruce Evans Message-Id: <199510230653.QAA16504@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, dyson@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c > Log: > Get rid of machine-dependent NBPG and replace with PAGE_SIZE. What is the relationship between NBPG, PAGE_SIZE and CLBYTES? I Surely there should only be one "machine-independent" "page" size. Bruce From owner-freebsd-commit Mon Oct 23 00:06:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA24696 for freebsd-commit-outgoing; Mon, 23 Oct 1995 00:06:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA24680 for cvs-all-outgoing; Mon, 23 Oct 1995 00:06:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA24669 for cvs-sys-outgoing; Mon, 23 Oct 1995 00:06:07 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA24663 ; Mon, 23 Oct 1995 00:06:01 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id AAA03274; Mon, 23 Oct 1995 00:05:55 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id AAA00240; Mon, 23 Oct 1995 00:05:33 -0700 Message-Id: <199510230705.AAA00240@corbin.Root.COM> To: Bruce Evans cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c In-reply-to: Your message of "Mon, 23 Oct 95 16:53:05 +1000." <199510230653.QAA16504@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 23 Oct 1995 00:05:28 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >> Modified: sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c >> Log: >> Get rid of machine-dependent NBPG and replace with PAGE_SIZE. > >What is the relationship between NBPG, PAGE_SIZE and CLBYTES? I >Surely there should only be one "machine-independent" "page" size. NBPG _should_ refer to the hardware page size. PAGE_SIZE should refer to the "software" page size - the size that the independant portion of the VM system uses. CLBYTES is a historical thing that should probably go away. NBPG should probably only be used in the machine-dependant portion of the sources on architectures where NBPG != PAGE_SIZE...in the case of the i386, I personally would prefer that PAGE_SIZE be used everywhere - especially when it's not clear what is 'managed' by the higher VM system layer. -DG From owner-freebsd-commit Mon Oct 23 00:27:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25109 for freebsd-commit-outgoing; Mon, 23 Oct 1995 00:27:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25097 for cvs-all-outgoing; Mon, 23 Oct 1995 00:27:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25087 for cvs-sys-outgoing; Mon, 23 Oct 1995 00:26:58 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA25081 ; Mon, 23 Oct 1995 00:26:52 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA17572; Mon, 23 Oct 1995 17:23:09 +1000 Date: Mon, 23 Oct 1995 17:23:09 +1000 From: Bruce Evans Message-Id: <199510230723.RAA17572@godzilla.zeta.org.au> To: bde@zeta.org.au, davidg@Root.COM Subject: Re: cvs commit: src/sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-commit@FreeBSD.org Precedence: bulk > NBPG _should_ refer to the hardware page size. PAGE_SIZE should refer to >the "software" page size - the size that the independant portion of the VM >system uses. CLBYTES is a historical thing that should probably go away. > NBPG should probably only be used in the machine-dependant portion of the >sources on architectures where NBPG != PAGE_SIZE...in the case of the i386, I >personally would prefer that PAGE_SIZE be used everywhere - especially when >it's not clear what is 'managed' by the higher VM system layer. The VM layer currently seems to manage bothe PAGE_SIZE and NBPG. I think it should manage only higher level pages but don't like the name `PAGE_SIZE' since it's not clear whether that means a hardware page size, a software page size, or the size of a cluster of hardware pages (actually it clearly doesn't mean the cluster size, but it should be thought of as a cluster size in the clustering layer. OTOH, the i386 code should be aware that the software page size is the same as the hardware pages size and have a null clustering layer. I think it should still use NBPG for h/w pages and PAGE_SIZE as little as possible. Bruce From owner-freebsd-commit Mon Oct 23 00:37:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25295 for freebsd-commit-outgoing; Mon, 23 Oct 1995 00:37:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25278 for cvs-all-outgoing; Mon, 23 Oct 1995 00:37:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25267 for cvs-lib-outgoing; Mon, 23 Oct 1995 00:37:12 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA25260 ; Mon, 23 Oct 1995 00:37:00 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA17869; Mon, 23 Oct 1995 17:32:14 +1000 Date: Mon, 23 Oct 1995 17:32:14 +1000 From: Bruce Evans Message-Id: <199510230732.RAA17869@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/xdr xdr.c xdr_array.c xdr_mem.c xdr_rec.c xdr_reference.c Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: lib/libc/xdr xdr.c xdr_array.c xdr_mem.c xdr_rec.c > xdr_reference.c > Log: > minor cleanup, #includes. See 4.4BSD-Lite2/usr/src/admin/style/style for #include style (system headers first, then standard headers (sorted)...). Parts of the library actually follow it. Bruce From owner-freebsd-commit Mon Oct 23 00:42:06 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25427 for freebsd-commit-outgoing; Mon, 23 Oct 1995 00:42:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25413 for cvs-all-outgoing; Mon, 23 Oct 1995 00:41:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25403 for cvs-lib-outgoing; Mon, 23 Oct 1995 00:41:57 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA25394 ; Mon, 23 Oct 1995 00:41:50 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA18189; Mon, 23 Oct 1995 17:40:04 +1000 Date: Mon, 23 Oct 1995 17:40:04 +1000 From: Bruce Evans Message-Id: <199510230740.RAA18189@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libutil pty.c Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: lib/libutil pty.c > Log: > Update to 4.4lite2 (clean up includes; initialize the name of the master > pty correctly (it was broken for calls to openpty() after the first > successful one)). > Obtained from: 4.4lite2 This may be important enough to go in 2.1. Bruce From owner-freebsd-commit Mon Oct 23 00:44:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25481 for freebsd-commit-outgoing; Mon, 23 Oct 1995 00:44:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25467 for cvs-all-outgoing; Mon, 23 Oct 1995 00:43:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA25457 for cvs-sys-outgoing; Mon, 23 Oct 1995 00:43:55 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA25452 ; Mon, 23 Oct 1995 00:43:51 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id AAA03356; Mon, 23 Oct 1995 00:43:49 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id AAA01697; Mon, 23 Oct 1995 00:43:23 -0700 Message-Id: <199510230743.AAA01697@corbin.Root.COM> To: Bruce Evans cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm vm_glue.c vm_map.c vm_page.c vm_pageout.c In-reply-to: Your message of "Mon, 23 Oct 95 17:23:09 +1000." <199510230723.RAA17572@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 23 Oct 1995 00:43:17 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >> NBPG _should_ refer to the hardware page size. PAGE_SIZE should refer to >>the "software" page size - the size that the independant portion of the VM >>system uses. CLBYTES is a historical thing that should probably go away. >> NBPG should probably only be used in the machine-dependant portion of the >>sources on architectures where NBPG != PAGE_SIZE...in the case of the i386, I >>personally would prefer that PAGE_SIZE be used everywhere - especially when >>it's not clear what is 'managed' by the higher VM system layer. > >The VM layer currently seems to manage bothe PAGE_SIZE and NBPG. I think it >should manage only higher level pages but don't like the name `PAGE_SIZE' >since it's not clear whether that means a hardware page size, a software >page size, or the size of a cluster of hardware pages (actually it clearly >doesn't mean the cluster size, but it should be thought of as a cluster >size in the clustering layer. OTOH, the i386 code should be aware that >the software page size is the same as the hardware pages size and have a >null clustering layer. I think it should still use NBPG for h/w pages and >PAGE_SIZE as little as possible. The VM layer is wrong, and that's partially what John is correcting. I disagree about PAGE_SIZE. The general principle is that to all but the lowest management functions in the pmap layer, the "page size" is a constant and may or may not be made up of a collection of smaller hardware pages. In fact, it may not even be a constant at the hardware level for a given architecture. The hardware page size might be different with different models of a specific CPU type (Sparc, for instance, is 4K on some, 8K on others) or may even be dynamically variable. Thus, "NBPG" becomes quite meaningless and it's generally only useful to speak about the machine-independant constant. I think PAGE_SIZE is quite unambiguous. It's inherited from Mach and I plan for it to stay. :-) -DG From owner-freebsd-commit Mon Oct 23 02:59:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA00594 for freebsd-commit-outgoing; Mon, 23 Oct 1995 02:59:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA00577 for cvs-all-outgoing; Mon, 23 Oct 1995 02:59:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA00567 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 02:59:32 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA00553 ; Mon, 23 Oct 1995 02:59:23 -0700 Date: Mon, 23 Oct 1995 02:59:23 -0700 From: Peter Wemm Message-Id: <199510230959.CAA00553@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/named - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 02:59:22 Branch: usr.sbin/named 1.1.1 Log: Import BIND-4.9.3-beta26, replacing the older beta24. There are some important bugfixes here, but nothing earth-shattering. In particular, the Lame Delegation detection is massively sped up, meaning that a lame server can be given up on in a few seconds, rather than taking 75 seconds. This will be a big win for large mailing list machines, eg: freefall. Note: this is a remote cvs import... Backups have been made.. :-) Obtained from: Paul Vixie Status: Vendor Tag: VIXIE Release Tags: v4_9_3_beta26 U src/usr.sbin/named/db_defs.h U src/usr.sbin/named/db_dump.c U src/usr.sbin/named/db_func.h U src/usr.sbin/named/db_glob.h C src/usr.sbin/named/db_glue.c U src/usr.sbin/named/db_load.c U src/usr.sbin/named/db_lookup.c U src/usr.sbin/named/db_reload.c U src/usr.sbin/named/db_save.c U src/usr.sbin/named/db_secure.c U src/usr.sbin/named/db_update.c U src/usr.sbin/named/dmalloc.c U src/usr.sbin/named/dmalloc.h C src/usr.sbin/named/portability.h C src/usr.sbin/named/options.h U src/usr.sbin/named/named.h C src/usr.sbin/named/named.8 U src/usr.sbin/named/ns_defs.h C src/usr.sbin/named/ns_forw.c U src/usr.sbin/named/ns_func.h C src/usr.sbin/named/ns_glob.h C src/usr.sbin/named/ns_init.c C src/usr.sbin/named/ns_main.c C src/usr.sbin/named/ns_maint.c U src/usr.sbin/named/ns_ncache.c C src/usr.sbin/named/ns_req.c C src/usr.sbin/named/ns_resp.c U src/usr.sbin/named/ns_sort.c U src/usr.sbin/named/ns_stats.c U src/usr.sbin/named/ns_validate.c U src/usr.sbin/named/pathnames.h U src/usr.sbin/named/storage.c U src/usr.sbin/named/tree.c U src/usr.sbin/named/tree.h U src/usr.sbin/named/Version.c U src/usr.sbin/named/xfer/named-xfer.c C src/usr.sbin/named/xfer/named-xfer.8 U src/usr.sbin/named/tools/named.reload/named.reload.sh C src/usr.sbin/named/tools/named.reload/named.reload.8 U src/usr.sbin/named/tools/named.restart/named.restart.sh C src/usr.sbin/named/tools/named.restart/named.restart.8 U src/usr.sbin/named/tools/ndc/ndc.sh U src/usr.sbin/named/tools/ndc/ndc.8 14 conflicts created by this import. Use the following command to help the merge: ccvs checkout -jVIXIE:yesterday -jVIXIE src/usr.sbin/named From owner-freebsd-commit Mon Oct 23 03:29:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02184 for freebsd-commit-outgoing; Mon, 23 Oct 1995 03:29:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02172 for cvs-all-outgoing; Mon, 23 Oct 1995 03:29:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02158 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 03:29:37 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02147 ; Mon, 23 Oct 1995 03:29:20 -0700 Date: Mon, 23 Oct 1995 03:29:20 -0700 From: David Greenman Message-Id: <199510231029.DAA02147@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config mkmakefile.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/23 03:29:17 Modified: usr.sbin/config mkmakefile.c Log: Don't pre-processor define 'ident'. This has subtle consequences for people who don't carefully consider their choice for the machine name. The same functionality can still be had with an "option", so nothing is lost. From owner-freebsd-commit Mon Oct 23 03:57:13 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02970 for freebsd-commit-outgoing; Mon, 23 Oct 1995 03:57:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02957 for cvs-all-outgoing; Mon, 23 Oct 1995 03:57:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02946 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 03:57:04 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA02871 ; Mon, 23 Oct 1995 03:55:17 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id SAA10840; Mon, 23 Oct 1995 18:55:02 +0800 Date: Mon, 23 Oct 1995 18:55:01 +0800 (WST) From: Peter Wemm To: David Greenman cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c In-Reply-To: <199510231029.DAA02147@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Mon, 23 Oct 1995, David Greenman wrote: > > davidg 95/10/23 03:29:17 > > Modified: usr.sbin/config mkmakefile.c > Log: > Don't pre-processor define 'ident'. This has subtle consequences for people > who don't carefully consider their choice for the machine name. The same > functionality can still be had with an "option", so nothing is lost. I saw a couple of #ifdef GENERIC /* compiling for generic kernel */ .... #endif around the place some time ago. Are these gone too? If this functionality is needed, perhaps it'd be better to change it to CONFIG_ instead? ie: #ifdef CONFIG_GENERIC instead? -Peter From owner-freebsd-commit Mon Oct 23 04:06:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03537 for freebsd-commit-outgoing; Mon, 23 Oct 1995 04:06:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03519 for cvs-all-outgoing; Mon, 23 Oct 1995 04:06:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03509 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 04:06:05 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA03501 ; Mon, 23 Oct 1995 04:05:52 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id EAA03537; Mon, 23 Oct 1995 04:05:31 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id EAA01432; Mon, 23 Oct 1995 04:05:07 -0700 Message-Id: <199510231105.EAA01432@corbin.Root.COM> To: Peter Wemm cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c In-reply-to: Your message of "Mon, 23 Oct 95 18:55:01 +0800." From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 23 Oct 1995 04:05:03 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >On Mon, 23 Oct 1995, David Greenman wrote: >> >> davidg 95/10/23 03:29:17 >> >> Modified: usr.sbin/config mkmakefile.c >> Log: >> Don't pre-processor define 'ident'. This has subtle consequences for people >> who don't carefully consider their choice for the machine name. The same >> functionality can still be had with an "option", so nothing is lost. > >I saw a couple of >#ifdef GENERIC /* compiling for generic kernel */ >.... >#endif >around the place some time ago. Are these gone too? The only place that they existed was in the swap partition code, and that stuff was revamped long ago. So yes, these are gone, too. >If this functionality is needed, perhaps it'd be better to change it to >CONFIG_ instead? ie: #ifdef CONFIG_GENERIC instead? I don't think so. I really would rather not have the machine ident be defined. In my opinion, it's extremely poor form to depend on one of these in any case. -DG From owner-freebsd-commit Mon Oct 23 04:12:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03852 for freebsd-commit-outgoing; Mon, 23 Oct 1995 04:12:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03832 for cvs-all-outgoing; Mon, 23 Oct 1995 04:12:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03821 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 04:12:02 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03808 ; Mon, 23 Oct 1995 04:11:59 -0700 Date: Mon, 23 Oct 1995 04:11:59 -0700 From: Peter Wemm Message-Id: <199510231111.EAA03808@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/named/xfer Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 04:11:59 Modified: usr.sbin/named Makefile db_glue.c named.8 ns_forw.c ns_glob.h ns_init.c ns_main.c ns_maint.c ns_req.c ns_resp.c tree.c usr.sbin/named/tools/named.restart named.restart.8 usr.sbin/named/xfer Makefile Removed: usr.sbin/named tree.man3 Log: Fold in conflict related changes after beta26 merge. Also, update the man pages - they were very old and out of date. From owner-freebsd-commit Mon Oct 23 04:13:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03924 for freebsd-commit-outgoing; Mon, 23 Oct 1995 04:13:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03910 for cvs-all-outgoing; Mon, 23 Oct 1995 04:13:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03900 for cvs-lib-outgoing; Mon, 23 Oct 1995 04:13:37 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03891 ; Mon, 23 Oct 1995 04:13:33 -0700 Date: Mon, 23 Oct 1995 04:13:33 -0700 From: David Greenman Message-Id: <199510231113.EAA03891@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libutil pty.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/23 04:13:32 Branch: lib/libutil RELENG_2_1_0 Modified: lib/libutil pty.c Log: Brought in rev 1.4: initialize pty name template properly - fixes a bug that prevents multiple pty opens. From owner-freebsd-commit Mon Oct 23 05:06:05 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAB04633 for freebsd-commit-outgoing; Mon, 23 Oct 1995 05:06:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04621 for cvs-all-outgoing; Mon, 23 Oct 1995 05:05:44 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04610 for cvs-sys-outgoing; Mon, 23 Oct 1995 05:05:35 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04601 ; Mon, 23 Oct 1995 05:05:27 -0700 Date: Mon, 23 Oct 1995 05:05:27 -0700 From: Poul-Henning Kamp Message-Id: <199510231205.FAA04601@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/23 05:05:26 Modified: sys/pccard pcic.c Log: Fix a missing arg to untimeout. From owner-freebsd-commit Mon Oct 23 05:14:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04787 for freebsd-commit-outgoing; Mon, 23 Oct 1995 05:14:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04774 for cvs-all-outgoing; Mon, 23 Oct 1995 05:14:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04764 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 05:14:35 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04755 ; Mon, 23 Oct 1995 05:14:31 -0700 Date: Mon, 23 Oct 1995 05:14:31 -0700 From: Peter Wemm Message-Id: <199510231214.FAA04755@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/nslookup - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 05:14:30 Branch: usr.sbin/nslookup 1.1.1 Log: Import nslookup from bind-4.9.3-beta26 (update from beta24) Status: Vendor Tag: VIXIE Release Tags: v4_9_3_beta26 U src/usr.sbin/nslookup/commands.l U src/usr.sbin/nslookup/debug.c U src/usr.sbin/nslookup/getinfo.c U src/usr.sbin/nslookup/list.c U src/usr.sbin/nslookup/main.c U src/usr.sbin/nslookup/nslookup.help U src/usr.sbin/nslookup/pathnames.h U src/usr.sbin/nslookup/res.h U src/usr.sbin/nslookup/send.c U src/usr.sbin/nslookup/skip.c C src/usr.sbin/nslookup/subr.c 1 conflicts created by this import. Use the following command to help the merge: ccvs checkout -jVIXIE:yesterday -jVIXIE src/usr.sbin/nslookup From owner-freebsd-commit Mon Oct 23 05:33:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05321 for freebsd-commit-outgoing; Mon, 23 Oct 1995 05:33:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05307 for cvs-all-outgoing; Mon, 23 Oct 1995 05:33:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05297 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 05:33:48 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05286 ; Mon, 23 Oct 1995 05:33:44 -0700 Date: Mon, 23 Oct 1995 05:33:44 -0700 From: "Jordan K. Hubbard" Message-Id: <199510231233.FAA05286@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/lib pen.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 05:33:44 Branch: usr.sbin/pkg_install/add RELENG_2_1_0 usr.sbin/pkg_install/lib RELENG_2_1_0 Modified: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/lib pen.c Log: Prevent slave mode from collapsing under certain circumstances. From owner-freebsd-commit Mon Oct 23 05:59:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05907 for freebsd-commit-outgoing; Mon, 23 Oct 1995 05:59:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05894 for cvs-all-outgoing; Mon, 23 Oct 1995 05:59:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05884 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 05:59:36 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05874 ; Mon, 23 Oct 1995 05:59:31 -0700 Date: Mon, 23 Oct 1995 05:59:31 -0700 From: Peter Wemm Message-Id: <199510231259.FAA05874@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/nslookup subr.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 05:59:30 Modified: usr.sbin/nslookup subr.c Log: merge beta26 import conflicts From owner-freebsd-commit Mon Oct 23 06:20:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06353 for freebsd-commit-outgoing; Mon, 23 Oct 1995 06:20:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06341 for cvs-all-outgoing; Mon, 23 Oct 1995 06:20:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06331 for cvs-user-outgoing; Mon, 23 Oct 1995 06:20:14 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06316 ; Mon, 23 Oct 1995 06:19:55 -0700 Date: Mon, 23 Oct 1995 06:19:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199510231319.GAA06316@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c ftp_strat.c install.c installFinal.c installPreconfig.c installUpgrade.c menus.c package.c sysinstall.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 06:19:53 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c ftp_strat.c install.c installFinal.c installPreconfig.c installUpgrade.c menus.c package.c sysinstall.h Log: Reshuffle the network config code a little so that it's actually usable. Also fix the package extraction code. From owner-freebsd-commit Mon Oct 23 06:37:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06849 for freebsd-commit-outgoing; Mon, 23 Oct 1995 06:37:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06831 for cvs-all-outgoing; Mon, 23 Oct 1995 06:37:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06821 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 06:36:58 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06808 ; Mon, 23 Oct 1995 06:36:48 -0700 Date: Mon, 23 Oct 1995 06:36:48 -0700 From: Peter Wemm Message-Id: <199510231336.GAA06808@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 06:36:47 Branch: usr.bin 1.1.1 Log: Import tools from bind-4.9.3-beta26 (update beta24) Status: Vendor Tag: VIXIE Release Tags: v4_9_3_beta26 U src/usr.bin/dig/dig.c C src/usr.bin/dig/dig.1 C src/usr.bin/host/host.1 C src/usr.bin/host/host.c N src/usr.bin/dnsquery/dnsquery.1 N src/usr.bin/dnsquery/dnsquery.c N src/usr.bin/dnsquery/Makefile 3 conflicts created by this import. Use the following command to help the merge: ccvs checkout -jVIXIE:yesterday -jVIXIE src/usr.bin From owner-freebsd-commit Mon Oct 23 07:08:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07568 for freebsd-commit-outgoing; Mon, 23 Oct 1995 07:08:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07552 for cvs-all-outgoing; Mon, 23 Oct 1995 07:08:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07541 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 07:08:07 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07527 ; Mon, 23 Oct 1995 07:07:54 -0700 Date: Mon, 23 Oct 1995 07:07:54 -0700 From: Peter Wemm Message-Id: <199510231407.HAA07527@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/dig dig.1 Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 07:07:53 Modified: usr.bin/dig dig.1 Log: Merge beta26 changes From owner-freebsd-commit Mon Oct 23 07:51:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08865 for freebsd-commit-outgoing; Mon, 23 Oct 1995 07:51:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08849 for cvs-all-outgoing; Mon, 23 Oct 1995 07:51:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08838 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 07:51:25 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA08821 ; Mon, 23 Oct 1995 07:50:56 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id IAA21187; Mon, 23 Oct 1995 08:53:15 -0600 Date: Mon, 23 Oct 1995 08:53:15 -0600 From: Nate Williams Message-Id: <199510231453.IAA21187@rocky.sri.MT.net> To: David Greenman Cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c In-Reply-To: <199510231029.DAA02147@freefall.freebsd.org> References: <199510231029.DAA02147@freefall.freebsd.org> Sender: owner-commit@FreeBSD.org Precedence: bulk David Greenman writes: > davidg 95/10/23 03:29:17 > > Modified: usr.sbin/config mkmakefile.c > Log: > Don't pre-processor define 'ident'. This has subtle consequences for people > who don't carefully consider their choice for the machine name. The same > functionality can still be had with an "option", so nothing is lost. Does this mean I can no longer rely on #ifdef TROUT in the kernel sources locally to bring in (or out) new code that is specific only to my box. I have certain portions of the SCSI code I *have* to change due to HW bugs in my system, and this has been the 'BSD' way of doing things since early 4.1 days. Nate From owner-freebsd-commit Mon Oct 23 07:59:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09136 for freebsd-commit-outgoing; Mon, 23 Oct 1995 07:59:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09123 for cvs-all-outgoing; Mon, 23 Oct 1995 07:59:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09111 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 07:59:15 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA09099 ; Mon, 23 Oct 1995 07:58:59 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id HAA03905; Mon, 23 Oct 1995 07:58:54 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id HAA00737; Mon, 23 Oct 1995 07:57:58 -0700 Message-Id: <199510231457.HAA00737@corbin.Root.COM> To: Nate Williams cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c In-reply-to: Your message of "Mon, 23 Oct 95 08:53:15 MDT." <199510231453.IAA21187@rocky.sri.MT.net> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 23 Oct 1995 07:57:53 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >David Greenman writes: >> davidg 95/10/23 03:29:17 >> >> Modified: usr.sbin/config mkmakefile.c >> Log: >> Don't pre-processor define 'ident'. This has subtle consequences for people >> who don't carefully consider their choice for the machine name. The same >> functionality can still be had with an "option", so nothing is lost. > >Does this mean I can no longer rely on #ifdef TROUT in the kernel >sources locally to bring in (or out) new code that is specific only to >my box. I have certain portions of the SCSI code I *have* to change due >to HW bugs in my system, and this has been the 'BSD' way of doing things >since early 4.1 days. Yes, that's what it means. If you have some specific bugs, then you should give them names so that you can create a set of "options" that describe the work-arounds. ...or add an "options TROUT". :-) -DG From owner-freebsd-commit Mon Oct 23 08:07:24 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09393 for freebsd-commit-outgoing; Mon, 23 Oct 1995 08:07:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09372 for cvs-all-outgoing; Mon, 23 Oct 1995 08:07:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09362 for cvs-user-outgoing; Mon, 23 Oct 1995 08:07:02 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09342 ; Mon, 23 Oct 1995 08:06:39 -0700 Date: Mon, 23 Oct 1995 08:06:39 -0700 From: "Jordan K. Hubbard" Message-Id: <199510231506.IAA09342@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 jkh Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 08:06:37 Removed: TODO-2.1 jkh Log: Bye bye. From owner-freebsd-commit Mon Oct 23 08:19:47 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09851 for freebsd-commit-outgoing; Mon, 23 Oct 1995 08:19:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09830 for cvs-all-outgoing; Mon, 23 Oct 1995 08:19:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09820 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 08:19:23 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09808 ; Mon, 23 Oct 1995 08:19:14 -0700 Date: Mon, 23 Oct 1995 08:19:14 -0700 From: David Greenman Message-Id: <199510231519.IAA09808@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/symorder symorder.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/23 08:19:13 Modified: usr.bin/symorder symorder.c Log: Add -c to usage output. From owner-freebsd-commit Mon Oct 23 08:42:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10869 for freebsd-commit-outgoing; Mon, 23 Oct 1995 08:42:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10853 for cvs-all-outgoing; Mon, 23 Oct 1995 08:42:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10839 for cvs-sys-outgoing; Mon, 23 Oct 1995 08:42:23 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10827 ; Mon, 23 Oct 1995 08:42:15 -0700 Date: Mon, 23 Oct 1995 08:42:15 -0700 From: Bruce Evans Message-Id: <199510231542.IAA10827@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c uipc_syscalls.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/23 08:42:14 Modified: sys/kern kern_exit.c uipc_syscalls.c Log: Simplify the pseudo-argument removal changes by not optimizing for the !COMPAT_43 case - use a common function even when there is no `old' function. The diffs for this are large because of code motion to restore the function order to what it was before the pseudo-argument changes. Include to get correct args structs and prototypes. The diffs for this are large because the declarations of the args structs were moved to become comments in the function headers. The comments may actually match the automatically generated declarations right now. Add prototypes. From owner-freebsd-commit Mon Oct 23 09:04:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11778 for freebsd-commit-outgoing; Mon, 23 Oct 1995 09:04:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11762 for cvs-all-outgoing; Mon, 23 Oct 1995 09:04:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11752 for cvs-gnu-outgoing; Mon, 23 Oct 1995 09:03:59 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11739 ; Mon, 23 Oct 1995 09:03:45 -0700 Date: Mon, 23 Oct 1995 09:03:45 -0700 From: Bill Paul Message-Id: <199510231603.JAA11739@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/yp_mkdb yp_mkdb.c Sender: owner-commit@FreeBSD.org Precedence: bulk wpaul 95/10/23 09:03:44 Modified: gnu/usr.sbin/yp_mkdb yp_mkdb.c Log: Eek! When we encounter a '+' or '-', the resulting action should be 'continue' rather than 'break'. From owner-freebsd-commit Mon Oct 23 09:08:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11920 for freebsd-commit-outgoing; Mon, 23 Oct 1995 09:08:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11907 for cvs-all-outgoing; Mon, 23 Oct 1995 09:08:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11896 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 09:08:15 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11885 ; Mon, 23 Oct 1995 09:08:05 -0700 Date: Mon, 23 Oct 1995 09:08:05 -0700 From: Peter Wemm Message-Id: <199510231608.JAA11885@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/host host.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 09:08:02 Modified: usr.bin/host host.c Log: Merge beta26 changes From owner-freebsd-commit Mon Oct 23 09:14:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12218 for freebsd-commit-outgoing; Mon, 23 Oct 1995 09:14:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12206 for cvs-all-outgoing; Mon, 23 Oct 1995 09:14:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12195 for cvs-gnu-outgoing; Mon, 23 Oct 1995 09:14:22 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12186 ; Mon, 23 Oct 1995 09:14:00 -0700 Date: Mon, 23 Oct 1995 09:14:00 -0700 From: Bill Paul Message-Id: <199510231614.JAA12186@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv Makefile.yp Sender: owner-commit@FreeBSD.org Precedence: bulk wpaul 95/10/23 09:13:57 Modified: gnu/usr.sbin/ypserv Makefile.yp Log: Add support for publickey.byname map (turned off by default since we haven't imported the Secure RPC stuff yet). From owner-freebsd-commit Mon Oct 23 09:31:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12640 for freebsd-commit-outgoing; Mon, 23 Oct 1995 09:31:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12620 for cvs-all-outgoing; Mon, 23 Oct 1995 09:31:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12610 for cvs-CVSROOT-outgoing; Mon, 23 Oct 1995 09:31:00 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12593 ; Mon, 23 Oct 1995 09:30:52 -0700 Date: Mon, 23 Oct 1995 09:30:52 -0700 From: Peter Wemm Message-Id: <199510231630.JAA12593@freefall.freebsd.org> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 09:30:50 Modified: . modules Log: dnsquery -> src/usr.bin/dnsquery From owner-freebsd-commit Mon Oct 23 09:38:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13015 for freebsd-commit-outgoing; Mon, 23 Oct 1995 09:38:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13001 for cvs-all-outgoing; Mon, 23 Oct 1995 09:38:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12988 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 09:38:29 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12974 ; Mon, 23 Oct 1995 09:38:19 -0700 Date: Mon, 23 Oct 1995 09:38:19 -0700 From: Peter Wemm Message-Id: <199510231638.JAA12974@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/dnsquery dnsquery.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 09:38:18 Modified: usr.bin/dnsquery dnsquery.c Log: Make it compile.. This is part of bind-4.9.3, but was missed in previous imports. It replaces the old nstest and nsquery programs. From owner-freebsd-commit Mon Oct 23 09:44:37 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13239 for freebsd-commit-outgoing; Mon, 23 Oct 1995 09:44:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13227 for cvs-all-outgoing; Mon, 23 Oct 1995 09:44:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13214 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 09:44:29 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13204 ; Mon, 23 Oct 1995 09:44:23 -0700 Date: Mon, 23 Oct 1995 09:44:23 -0700 From: Peter Wemm Message-Id: <199510231644.JAA13204@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/23 09:44:23 Modified: usr.bin Makefile Log: Attach dnsquery to Makefile From owner-freebsd-commit Mon Oct 23 10:41:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14796 for freebsd-commit-outgoing; Mon, 23 Oct 1995 10:41:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14772 for cvs-all-outgoing; Mon, 23 Oct 1995 10:41:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14762 for cvs-lib-outgoing; Mon, 23 Oct 1995 10:41:49 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA14734 ; Mon, 23 Oct 1995 10:41:30 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id BAA12409; Tue, 24 Oct 1995 01:41:18 +0800 Date: Tue, 24 Oct 1995 01:41:18 +0800 (WST) From: Peter Wemm To: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/named/xfer Makefile In-Reply-To: <199510231111.EAA03808@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Mon, 23 Oct 1995, Peter Wemm wrote: > Modified: usr.sbin/named Makefile db_glue.c named.8 ns_forw.c > ns_glob.h ns_init.c ns_main.c ns_maint.c ns_req.c > ns_resp.c tree.c > usr.sbin/named/tools/named.restart named.restart.8 > usr.sbin/named/xfer Makefile > Removed: usr.sbin/named tree.man3 > Log: > Fold in conflict related changes after beta26 merge. I thought about the beta24 -> beta26 changes in the libc code, and looked at diffs.. The only interesting thing was skeleton support for IPV6 addresses (a new gethostbyname2() function) and some Linux portability.. There was little point in disturbing the libc code for no gain, so I'll leave it alone. Perhaps the man pages need an update, but I'm too tired at the moment. -Peter From owner-freebsd-commit Mon Oct 23 10:41:59 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14805 for freebsd-commit-outgoing; Mon, 23 Oct 1995 10:41:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14761 for cvs-all-outgoing; Mon, 23 Oct 1995 10:41:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14748 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 10:41:46 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA14734 ; Mon, 23 Oct 1995 10:41:30 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id BAA12409; Tue, 24 Oct 1995 01:41:18 +0800 Date: Tue, 24 Oct 1995 01:41:18 +0800 (WST) From: Peter Wemm To: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/named/xfer Makefile In-Reply-To: <199510231111.EAA03808@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Mon, 23 Oct 1995, Peter Wemm wrote: > Modified: usr.sbin/named Makefile db_glue.c named.8 ns_forw.c > ns_glob.h ns_init.c ns_main.c ns_maint.c ns_req.c > ns_resp.c tree.c > usr.sbin/named/tools/named.restart named.restart.8 > usr.sbin/named/xfer Makefile > Removed: usr.sbin/named tree.man3 > Log: > Fold in conflict related changes after beta26 merge. I thought about the beta24 -> beta26 changes in the libc code, and looked at diffs.. The only interesting thing was skeleton support for IPV6 addresses (a new gethostbyname2() function) and some Linux portability.. There was little point in disturbing the libc code for no gain, so I'll leave it alone. Perhaps the man pages need an update, but I'm too tired at the moment. -Peter From owner-freebsd-commit Mon Oct 23 11:51:59 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17754 for freebsd-commit-outgoing; Mon, 23 Oct 1995 11:51:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17740 for cvs-all-outgoing; Mon, 23 Oct 1995 11:51:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17730 for cvs-sys-outgoing; Mon, 23 Oct 1995 11:51:47 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17717 ; Mon, 23 Oct 1995 11:51:31 -0700 Date: Mon, 23 Oct 1995 11:51:31 -0700 From: "Andrey A. Chernov" Message-Id: <199510231851.LAA17717@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/conf newvers.sh Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 11:51:30 Modified: sys/conf newvers.sh Log: Reset only one necessary LC_ variable From owner-freebsd-commit Mon Oct 23 12:04:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18456 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:04:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18433 for cvs-all-outgoing; Mon, 23 Oct 1995 12:04:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18414 for cvs-sys-outgoing; Mon, 23 Oct 1995 12:04:32 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA18387 ; Mon, 23 Oct 1995 12:04:19 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA11444; Mon, 23 Oct 1995 11:51:33 -0700 From: Terry Lambert Message-Id: <199510231851.LAA11444@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 23 Oct 1995 11:51:33 -0700 (MST) Cc: pst@shockwave.com, swallace@ece.uci.edu, bde@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@FreeBSD.ORG In-Reply-To: <26924.814325836@time.cdrom.com> from "Jordan K. Hubbard" at Oct 21, 95 06:37:16 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 595 Sender: owner-commit@FreeBSD.ORG Precedence: bulk > I can't imagine porting to (or being interested in) any > platform that did not support gcc, and if it did not then porting gcc > would be my first task anyway! I'm happy you feel this way. I'm using a Motorolla Ultra 603/604 PPC box, PReP compliant, running AIX as a cross-environment. When should I expect your GCC port that supports AIX imports/exports qualifiers that I'm currently using to try out BSD kernel code in the AIX kernel? Thanks, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Mon Oct 23 12:06:05 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18619 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:06:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18607 for cvs-all-outgoing; Mon, 23 Oct 1995 12:06:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18589 for cvs-sys-outgoing; Mon, 23 Oct 1995 12:05:56 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18575 ; Mon, 23 Oct 1995 12:05:51 -0700 Date: Mon, 23 Oct 1995 12:05:51 -0700 From: Bruce Evans Message-Id: <199510231905.MAA18575@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_resource.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/23 12:05:51 Modified: sys/kern kern_resource.c Log: Fix a sign extension bug that was unleashed by the previous change. The total process time was sometimes 2^32 usec too large but that wasn't a problem before because the time was bogusly truncated mod 2^32. From owner-freebsd-commit Mon Oct 23 12:07:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18719 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:07:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18702 for cvs-all-outgoing; Mon, 23 Oct 1995 12:07:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18692 for cvs-sys-outgoing; Mon, 23 Oct 1995 12:07:02 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA18662 ; Mon, 23 Oct 1995 12:06:51 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA11462; Mon, 23 Oct 1995 11:58:51 -0700 From: Terry Lambert Message-Id: <199510231858.LAA11462@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: swallace@ece.uci.edu (Steven Wallace) Date: Mon, 23 Oct 1995 11:58:50 -0700 (MST) Cc: bde@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@FreeBSD.ORG In-Reply-To: <199510212304.QAA06180@newport.ece.uci.edu> from "Steven Wallace" at Oct 21, 95 04:04:00 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 2702 Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > to get it right. First we need to catch up with 4.4lite2, which uses > > macros to handle struct padding. Then we need to catch up with NetBSD, > I hate that SCARG macro. It makes looking at the code harder to > understand. Perhaps if we did something like: > > read(struct proc *p, void *v, int retval[]) > { > struct read_args /* { > int fd; > char *buf; > u_int nbyte; > } */ *uap = v; > int fd = SCARG(uap, fd); > char *buf = SCARG(uap, buf); > u_int nbyte = SCARG(uap, nbyte); > > ... > } > > That way we don't have SCARG all over the place, and this would > prepare us for your static function idea. Seeing this on -hackers, I'd like to have someone back up and explain "the static function idea", since it seems likely that an alternate approact to the idea might be more fruitful than rewriting the system call interface such that we have to hack tables all over hell for no real gain. > > which passes the args correctly (as void *). Then we need to handle > > varargs functions and struct padding better. I think all the details > > can be hidden in machine-generated functions so that the args structs > > and verbose macros to reference them don't have to appear in the core > > sources. I have macros that divorce K&R and ANSI vararg behaviour from the code itself (I use them for various things myself). Is this what we are trying to accomplish? > > semsys() and shmsys() syscall interfaces are BAD because they > > multiplex several syscalls that have different types of args. > > There was no reason to duplicate this sysv braindamage but now > > we're stuck with it. NetBSD has reimplemented the syscalls properly > > as separate syscalls #220-231. > > I agree. This is yucky! No, this is good -- system calls are a scarce resource and should be consumed conservatively. What's the problem you have with anonymous argument vectors using subfunction codes? > We need a better way to handle these syscall subcodes (as SYSV calls 'em). I guess I don't really understand why these are a problem, unless you are trying to do something silly, like prototype them. > One idea I have is to use special case for the number of parms. > If it is < 0 then special handling should be taken. > case -1: Get code from next parameter. > case -2: Get code from next parameter (quad_t). > case -3: code = (code >> 8) & 0xff; (for ibcs2 xenix emulation) > Then use the function pointer as a pointer to a new sysent, > and do it all over again (making sure no recursion). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Mon Oct 23 12:13:44 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA19215 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:13:44 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA19197 for cvs-all-outgoing; Mon, 23 Oct 1995 12:13:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA19171 for cvs-sys-outgoing; Mon, 23 Oct 1995 12:13:34 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA19154 ; Mon, 23 Oct 1995 12:13:26 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id MAA00464; Mon, 23 Oct 1995 12:12:41 -0700 To: Terry Lambert cc: pst@shockwave.com, swallace@ece.uci.edu, bde@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@FreeBSD.ORG Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] In-reply-to: Your message of "Mon, 23 Oct 1995 11:51:33 PDT." <199510231851.LAA11444@phaeton.artisoft.com> Date: Mon, 23 Oct 1995 12:12:41 -0700 Message-ID: <462.814475561@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > I'm using a Motorolla Ultra 603/604 PPC box, PReP compliant, running > AIX as a cross-environment. > > When should I expect your GCC port that supports AIX imports/exports > qualifiers that I'm currently using to try out BSD kernel code in the > AIX kernel? Never, but so what? People who use AIX under any circumstances are already so screwed that the compiler is the least of their worries.. :-) I did my time with AIX, and you'll get no sympathy from me. None whatsoever. I'd sooner cross-develop under XENIX! Jordan From owner-freebsd-commit Mon Oct 23 12:41:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA20657 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:41:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA20642 for cvs-all-outgoing; Mon, 23 Oct 1995 12:41:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA20631 for cvs-sbin-outgoing; Mon, 23 Oct 1995 12:41:00 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA20600 ; Mon, 23 Oct 1995 12:40:49 -0700 Date: Mon, 23 Oct 1995 12:40:49 -0700 From: "Jordan K. Hubbard" Message-Id: <199510231940.MAA20600@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip Makefile startslip.1 startslip.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 12:40:49 Branch: sbin/startslip RELENG_2_1_0 Modified: sbin/startslip Makefile startslip.1 startslip.c Log: Merge from HEAD. The 2.1 version was totally broken, as opposed to this one which is just insufficient.. :-) From owner-freebsd-commit Mon Oct 23 12:45:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA21040 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:45:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA21021 for cvs-all-outgoing; Mon, 23 Oct 1995 12:44:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA21002 for cvs-sys-outgoing; Mon, 23 Oct 1995 12:44:53 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA20959 ; Mon, 23 Oct 1995 12:44:43 -0700 Date: Mon, 23 Oct 1995 12:44:43 -0700 From: Steven Wallace Message-Id: <199510231944.MAA20959@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c Sender: owner-commit@FreeBSD.org Precedence: bulk swallace 95/10/23 12:44:42 Modified: sys/kern kern_exit.c Log: Remove COMPAT_IBCS2 option. Ibcs2 emulator no longer depends on owait() or any other hack to wait4(). From owner-freebsd-commit Mon Oct 23 12:47:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA21366 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:47:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA21351 for cvs-all-outgoing; Mon, 23 Oct 1995 12:47:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA21340 for cvs-sys-outgoing; Mon, 23 Oct 1995 12:47:03 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA21317 ; Mon, 23 Oct 1995 12:46:54 -0700 Date: Mon, 23 Oct 1995 12:46:54 -0700 From: Steven Wallace Message-Id: <199510231946.MAA21317@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c Sender: owner-commit@FreeBSD.org Precedence: bulk swallace 95/10/23 12:46:54 Modified: sys/i386/ibcs2 ibcs2_misc.c Log: Add code to properly translate signal returned in status argument of wait4() call for STOPPED and SIGNALED status (exit status identical). From owner-freebsd-commit Mon Oct 23 12:53:06 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA22199 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:53:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA22184 for cvs-all-outgoing; Mon, 23 Oct 1995 12:53:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA22169 for cvs-lib-outgoing; Mon, 23 Oct 1995 12:52:57 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA22158 ; Mon, 23 Oct 1995 12:52:44 -0700 Date: Mon, 23 Oct 1995 12:52:44 -0700 From: "Andrey A. Chernov" Message-Id: <199510231952.MAA22158@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdtime strftime.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 12:52:44 Modified: lib/libc/stdtime strftime.c Log: Don't reset LC_TIME to C when it isn't neccessary From owner-freebsd-commit Mon Oct 23 13:08:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22823 for freebsd-commit-outgoing; Mon, 23 Oct 1995 13:08:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22803 for cvs-all-outgoing; Mon, 23 Oct 1995 13:08:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22792 for cvs-lib-outgoing; Mon, 23 Oct 1995 13:08:39 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22774 ; Mon, 23 Oct 1995 13:08:29 -0700 Date: Mon, 23 Oct 1995 13:08:29 -0700 From: "Andrey A. Chernov" Message-Id: <199510232008.NAA22774@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/locale collate.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 13:08:26 Modified: lib/libc/locale collate.c Log: Optimize PathLocale handling. Handle C/POSIX/"" properly. Don't reset collate to C when it is unnecessary From owner-freebsd-commit Mon Oct 23 13:20:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA23457 for freebsd-commit-outgoing; Mon, 23 Oct 1995 13:20:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA23445 for cvs-all-outgoing; Mon, 23 Oct 1995 13:20:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA23435 for cvs-lib-outgoing; Mon, 23 Oct 1995 13:20:28 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA23417 ; Mon, 23 Oct 1995 13:20:15 -0700 Date: Mon, 23 Oct 1995 13:20:15 -0700 From: "Andrey A. Chernov" Message-Id: <199510232020.NAA23417@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/locale setrunelocale.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 13:20:14 Modified: lib/libc/locale setrunelocale.c Log: Treat empty encoding as "C" encoding From owner-freebsd-commit Mon Oct 23 13:27:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24061 for freebsd-commit-outgoing; Mon, 23 Oct 1995 13:27:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24047 for cvs-all-outgoing; Mon, 23 Oct 1995 13:27:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24033 for cvs-bin-outgoing; Mon, 23 Oct 1995 13:27:05 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24009 ; Mon, 23 Oct 1995 13:26:56 -0700 Date: Mon, 23 Oct 1995 13:26:56 -0700 From: "Andrey A. Chernov" Message-Id: <199510232026.NAA24009@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/date date.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 13:26:55 Modified: bin/date date.c Log: Add setlocale(LC_TIME,... From owner-freebsd-commit Mon Oct 23 13:33:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24644 for freebsd-commit-outgoing; Mon, 23 Oct 1995 13:33:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24606 for cvs-all-outgoing; Mon, 23 Oct 1995 13:33:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24590 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 13:33:28 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24558 ; Mon, 23 Oct 1995 13:33:17 -0700 Date: Mon, 23 Oct 1995 13:33:17 -0700 From: "Andrey A. Chernov" Message-Id: <199510232033.NAA24558@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/named/xfer Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 13:33:14 Modified: usr.sbin/named Makefile usr.sbin/named/xfer Makefile Log: Reset LC_TIME only and add missing export From owner-freebsd-commit Mon Oct 23 13:36:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24948 for freebsd-commit-outgoing; Mon, 23 Oct 1995 13:36:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24936 for cvs-all-outgoing; Mon, 23 Oct 1995 13:36:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24926 for cvs-bin-outgoing; Mon, 23 Oct 1995 13:36:45 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24892 ; Mon, 23 Oct 1995 13:36:30 -0700 Date: Mon, 23 Oct 1995 13:36:30 -0700 From: "Andrey A. Chernov" Message-Id: <199510232036.NAA24892@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ls ls.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 13:36:29 Modified: bin/ls ls.c Log: Add setlocale LC_ALL From owner-freebsd-commit Mon Oct 23 13:39:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA25212 for freebsd-commit-outgoing; Mon, 23 Oct 1995 13:39:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA25200 for cvs-all-outgoing; Mon, 23 Oct 1995 13:39:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA25183 for cvs-share-outgoing; Mon, 23 Oct 1995 13:39:28 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA25166 ; Mon, 23 Oct 1995 13:39:17 -0700 Date: Mon, 23 Oct 1995 13:39:17 -0700 From: "Jordan K. Hubbard" Message-Id: <199510232039.NAA25166@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/examples Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 13:39:16 Branch: share/examples RELENG_2_1_0 Modified: share/examples Makefile Log: Add startslip examples from HEAD. From owner-freebsd-commit Mon Oct 23 13:50:29 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26441 for freebsd-commit-outgoing; Mon, 23 Oct 1995 13:50:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26423 for cvs-all-outgoing; Mon, 23 Oct 1995 13:50:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26410 for cvs-lib-outgoing; Mon, 23 Oct 1995 13:50:21 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26379 ; Mon, 23 Oct 1995 13:50:03 -0700 Date: Mon, 23 Oct 1995 13:50:03 -0700 From: "Andrey A. Chernov" Message-Id: <199510232050.NAA26379@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen vis.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 13:50:01 Modified: lib/libc/gen vis.c Log: Fix it for chars with 8bit set From owner-freebsd-commit Mon Oct 23 14:04:15 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27698 for freebsd-commit-outgoing; Mon, 23 Oct 1995 14:04:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27676 for cvs-all-outgoing; Mon, 23 Oct 1995 14:04:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27656 for cvs-bin-outgoing; Mon, 23 Oct 1995 14:04:03 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27602 ; Mon, 23 Oct 1995 14:03:44 -0700 Date: Mon, 23 Oct 1995 14:03:44 -0700 From: "Andrey A. Chernov" Message-Id: <199510232103.OAA27602@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ps fmt.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 14:03:42 Modified: bin/ps fmt.c Log: Remove unneded ctype.h From owner-freebsd-commit Mon Oct 23 14:06:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27998 for freebsd-commit-outgoing; Mon, 23 Oct 1995 14:06:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27979 for cvs-all-outgoing; Mon, 23 Oct 1995 14:06:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27951 for cvs-bin-outgoing; Mon, 23 Oct 1995 14:06:45 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27907 ; Mon, 23 Oct 1995 14:06:35 -0700 Date: Mon, 23 Oct 1995 14:06:35 -0700 From: "Andrey A. Chernov" Message-Id: <199510232106.OAA27907@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ps ps.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 14:06:34 Modified: bin/ps ps.c Log: Add setlocale LC_CTYPE|LC_TIME From owner-freebsd-commit Mon Oct 23 14:09:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28216 for freebsd-commit-outgoing; Mon, 23 Oct 1995 14:09:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28203 for cvs-all-outgoing; Mon, 23 Oct 1995 14:09:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28192 for cvs-bin-outgoing; Mon, 23 Oct 1995 14:09:12 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28183 ; Mon, 23 Oct 1995 14:09:04 -0700 Date: Mon, 23 Oct 1995 14:09:04 -0700 From: "Andrey A. Chernov" Message-Id: <199510232109.OAA28183@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ls ls.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 14:09:03 Modified: bin/ls ls.c Log: Change LC_ALL to LC_CTYPE|LC_TIME - small optimization From owner-freebsd-commit Mon Oct 23 14:23:47 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29241 for freebsd-commit-outgoing; Mon, 23 Oct 1995 14:23:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29225 for cvs-all-outgoing; Mon, 23 Oct 1995 14:23:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29213 for cvs-bin-outgoing; Mon, 23 Oct 1995 14:23:39 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29192 ; Mon, 23 Oct 1995 14:23:30 -0700 Date: Mon, 23 Oct 1995 14:23:30 -0700 From: "Andrey A. Chernov" Message-Id: <199510232123.OAA29192@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c gen_subs.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 14:23:29 Modified: bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c gen_subs.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c Log: Remove unneded ctype.h everywhere Add setlocale LC_TIME From owner-freebsd-commit Mon Oct 23 14:32:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29747 for freebsd-commit-outgoing; Mon, 23 Oct 1995 14:32:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29728 for cvs-all-outgoing; Mon, 23 Oct 1995 14:32:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29718 for cvs-bin-outgoing; Mon, 23 Oct 1995 14:32:02 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA29702 ; Mon, 23 Oct 1995 14:31:52 -0700 Date: Mon, 23 Oct 1995 14:31:52 -0700 From: "Andrey A. Chernov" Message-Id: <199510232131.OAA29702@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/dd dd.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 14:31:51 Modified: bin/dd dd.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Mon Oct 23 16:08:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04781 for freebsd-commit-outgoing; Mon, 23 Oct 1995 16:08:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04762 for cvs-all-outgoing; Mon, 23 Oct 1995 16:08:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04750 for cvs-bin-outgoing; Mon, 23 Oct 1995 16:08:35 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04735 ; Mon, 23 Oct 1995 16:08:27 -0700 Date: Mon, 23 Oct 1995 16:08:27 -0700 From: "Andrey A. Chernov" Message-Id: <199510232308.QAA04735@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/csh const.c csh.c func.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 16:08:27 Modified: bin/csh const.c csh.c func.c Log: Add missing reaction on LC_ALL and LC_COLLATE From owner-freebsd-commit Mon Oct 23 16:37:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA06900 for freebsd-commit-outgoing; Mon, 23 Oct 1995 16:37:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA06885 for cvs-all-outgoing; Mon, 23 Oct 1995 16:37:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA06875 for cvs-sbin-outgoing; Mon, 23 Oct 1995 16:37:04 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA06857 ; Mon, 23 Oct 1995 16:36:58 -0700 Date: Mon, 23 Oct 1995 16:36:58 -0700 From: "Andrey A. Chernov" Message-Id: <199510232336.QAA06857@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/dmesg dmesg.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 16:36:56 Modified: sbin/dmesg dmesg.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Mon Oct 23 16:50:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07885 for freebsd-commit-outgoing; Mon, 23 Oct 1995 16:50:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07871 for cvs-all-outgoing; Mon, 23 Oct 1995 16:50:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07860 for cvs-sbin-outgoing; Mon, 23 Oct 1995 16:50:32 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07845 ; Mon, 23 Oct 1995 16:50:23 -0700 Date: Mon, 23 Oct 1995 16:50:23 -0700 From: "Andrey A. Chernov" Message-Id: <199510232350.QAA07845@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/fsck main.c utilities.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 16:50:22 Modified: sbin/fsck main.c utilities.c Log: Remove unneeded ctype.h From owner-freebsd-commit Mon Oct 23 19:19:33 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21742 for freebsd-commit-outgoing; Mon, 23 Oct 1995 19:19:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21696 for cvs-all-outgoing; Mon, 23 Oct 1995 19:19:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21682 for cvs-user-outgoing; Mon, 23 Oct 1995 19:19:10 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21629 ; Mon, 23 Oct 1995 19:18:28 -0700 Date: Mon, 23 Oct 1995 19:18:28 -0700 From: "Jordan K. Hubbard" Message-Id: <199510240218.TAA21629@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall dist.c ftp_strat.c install.c installPreconfig.c installUpgrade.c label.c package.c sysinstall.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 19:18:26 Branch: release RELENG_2_1_0 Modified: release Makefile Log: Update to tomorrow's SNAP date. Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall dist.c ftp_strat.c install.c installPreconfig.c installUpgrade.c label.c package.c sysinstall.h Log: Make upgrades actually work (thanks, Julian). Many other bug fixes. From owner-freebsd-commit Mon Oct 23 19:21:55 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA22017 for freebsd-commit-outgoing; Mon, 23 Oct 1995 19:21:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA22001 for cvs-all-outgoing; Mon, 23 Oct 1995 19:21:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21987 for cvs-share-outgoing; Mon, 23 Oct 1995 19:21:48 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21968 ; Mon, 23 Oct 1995 19:21:36 -0700 Date: Mon, 23 Oct 1995 19:21:36 -0700 From: "Jordan K. Hubbard" Message-Id: <199510240221.TAA21968@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/doc/handbook history.sgml Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 19:21:34 Branch: share/doc/handbook RELENG_2_1_0 Modified: share/doc/handbook history.sgml Log: Fix a typo. Submitted by: Brad Krebs From owner-freebsd-commit Mon Oct 23 19:24:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA22217 for freebsd-commit-outgoing; Mon, 23 Oct 1995 19:24:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA22188 for cvs-all-outgoing; Mon, 23 Oct 1995 19:24:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA22178 for cvs-share-outgoing; Mon, 23 Oct 1995 19:23:57 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA22163 ; Mon, 23 Oct 1995 19:23:47 -0700 Date: Mon, 23 Oct 1995 19:23:47 -0700 From: "Jordan K. Hubbard" Message-Id: <199510240223.TAA22163@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/doc/handbook history.sgml Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 19:23:46 Modified: share/doc/handbook history.sgml Log: Correct typo from 2.1 From owner-freebsd-commit Mon Oct 23 20:06:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA26691 for freebsd-commit-outgoing; Mon, 23 Oct 1995 20:06:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA26674 for cvs-all-outgoing; Mon, 23 Oct 1995 20:06:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA26660 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 20:06:28 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA26636 ; Mon, 23 Oct 1995 20:06:15 -0700 Date: Mon, 23 Oct 1995 20:06:15 -0700 From: "Andrey A. Chernov" Message-Id: <199510240306.UAA26636@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/w w.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 20:06:11 Modified: usr.bin/w w.c Log: Add setlocale LC_TIME|LC_CTYPE From owner-freebsd-commit Mon Oct 23 21:05:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02391 for freebsd-commit-outgoing; Mon, 23 Oct 1995 21:05:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02339 for cvs-all-outgoing; Mon, 23 Oct 1995 21:04:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02302 for cvs-user-outgoing; Mon, 23 Oct 1995 21:04:41 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02234 ; Mon, 23 Oct 1995 21:04:07 -0700 Date: Mon, 23 Oct 1995 21:04:07 -0700 From: "Jordan K. Hubbard" Message-Id: <199510240404.VAA02234@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 21:04:01 Branch: release RELENG_2_1_0 Modified: release Makefile Log: Move next SNAP to Wednesday in order to give David more time to bring other fixes in (I'm sure I'll also put the extra day to good use). From owner-freebsd-commit Mon Oct 23 21:07:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02671 for freebsd-commit-outgoing; Mon, 23 Oct 1995 21:07:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02649 for cvs-all-outgoing; Mon, 23 Oct 1995 21:06:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02632 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 21:06:49 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA02551 ; Mon, 23 Oct 1995 21:06:14 -0700 Date: Mon, 23 Oct 1995 21:06:14 -0700 From: "Andrey A. Chernov" Message-Id: <199510240406.VAA02551@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/who who.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 21:06:08 Modified: usr.bin/who who.c Log: Add setlocale LC_TIME From owner-freebsd-commit Mon Oct 23 22:11:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09065 for freebsd-commit-outgoing; Mon, 23 Oct 1995 22:11:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09042 for cvs-all-outgoing; Mon, 23 Oct 1995 22:10:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09030 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 22:10:42 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09003 ; Mon, 23 Oct 1995 22:10:07 -0700 Date: Mon, 23 Oct 1995 22:10:07 -0700 From: "Andrey A. Chernov" Message-Id: <199510240510.WAA09003@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/at at.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 22:10:02 Modified: usr.bin/at at.c Log: Add setlocale LC_TIME From owner-freebsd-commit Mon Oct 23 22:20:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09632 for freebsd-commit-outgoing; Mon, 23 Oct 1995 22:20:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09574 for cvs-all-outgoing; Mon, 23 Oct 1995 22:19:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09538 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 22:19:33 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09460 ; Mon, 23 Oct 1995 22:18:46 -0700 Date: Mon, 23 Oct 1995 22:18:46 -0700 From: "Andrey A. Chernov" Message-Id: <199510240518.WAA09460@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/more main.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 22:18:41 Modified: usr.bin/more main.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Mon Oct 23 22:22:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09882 for freebsd-commit-outgoing; Mon, 23 Oct 1995 22:22:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09836 for cvs-all-outgoing; Mon, 23 Oct 1995 22:21:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09811 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 22:21:36 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA09776 ; Mon, 23 Oct 1995 22:21:17 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id GAA21563; Tue, 24 Oct 1995 06:21:09 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id GAA14631; Tue, 24 Oct 1995 06:21:08 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id AAA13603; Tue, 24 Oct 1995 00:29:30 +0100 From: J Wunsch Message-Id: <199510232329.AAA13603@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c To: davidg@freefall.freebsd.org (David Greenman) Date: Tue, 24 Oct 1995 00:29:30 +0100 (MET) Cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199510231029.DAA02147@freefall.freebsd.org> from "David Greenman" at Oct 23, 95 03:29:20 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 746 Sender: owner-commit@FreeBSD.org Precedence: bulk As David Greenman wrote: > > davidg 95/10/23 03:29:17 > > Modified: usr.sbin/config mkmakefile.c > Log: > Don't pre-processor define 'ident'. This has subtle consequences for people > who don't carefully consider their choice for the machine name. The same > functionality can still be had with an "option", so nothing is lost. That's quite unfair, now that i've finally been *documenting* this feature in the handbook, just two days before. :-) Ok, i assume this is for -current only, and won't affect 2.1. So the hint should remain in the handbook for 2.1. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-commit Mon Oct 23 22:37:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA11349 for freebsd-commit-outgoing; Mon, 23 Oct 1995 22:37:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA11333 for cvs-all-outgoing; Mon, 23 Oct 1995 22:37:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA11312 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 22:37:44 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA11280 ; Mon, 23 Oct 1995 22:37:26 -0700 Date: Mon, 23 Oct 1995 22:37:26 -0700 From: "Andrey A. Chernov" Message-Id: <199510240537.WAA11280@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/ar ar.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 22:37:22 Modified: usr.bin/ar ar.c Log: Add setlocale LC_TIME From owner-freebsd-commit Mon Oct 23 22:57:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA12562 for freebsd-commit-outgoing; Mon, 23 Oct 1995 22:57:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA12534 for cvs-all-outgoing; Mon, 23 Oct 1995 22:57:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA12519 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 22:57:19 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA12482 ; Mon, 23 Oct 1995 22:56:55 -0700 Date: Mon, 23 Oct 1995 22:56:55 -0700 From: "Andrey A. Chernov" Message-Id: <199510240556.WAA12482@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/pr pr.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 22:56:48 Modified: usr.bin/pr pr.c Log: Remove wrong LC_TIME env. usage From owner-freebsd-commit Mon Oct 23 23:12:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13575 for freebsd-commit-outgoing; Mon, 23 Oct 1995 23:12:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13561 for cvs-all-outgoing; Mon, 23 Oct 1995 23:12:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13551 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 23:12:21 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13526 ; Mon, 23 Oct 1995 23:12:11 -0700 Date: Mon, 23 Oct 1995 23:12:11 -0700 From: "Andrey A. Chernov" Message-Id: <199510240612.XAA13526@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/col col.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 23:12:10 Modified: usr.bin/col col.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Mon Oct 23 23:15:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13989 for freebsd-commit-outgoing; Mon, 23 Oct 1995 23:15:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13973 for cvs-all-outgoing; Mon, 23 Oct 1995 23:15:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13956 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 23:15:28 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13939 ; Mon, 23 Oct 1995 23:15:12 -0700 Date: Mon, 23 Oct 1995 23:15:12 -0700 From: "Andrey A. Chernov" Message-Id: <199510240615.XAA13939@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/fmt fmt.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 23:15:09 Modified: usr.bin/fmt fmt.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Mon Oct 23 23:49:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18249 for freebsd-commit-outgoing; Mon, 23 Oct 1995 23:49:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18231 for cvs-all-outgoing; Mon, 23 Oct 1995 23:48:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18206 for cvs-gnu-outgoing; Mon, 23 Oct 1995 23:48:48 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18157 ; Mon, 23 Oct 1995 23:48:23 -0700 Date: Mon, 23 Oct 1995 23:48:23 -0700 From: "Andrey A. Chernov" Message-Id: <199510240648.XAA18157@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 23:48:19 Modified: gnu/usr.bin/ld ld.c gnu/usr.bin/ld/rtld rtld.c Log: Remove LD_NOSTD_PATH implementation, it isn't works and can cause some problems. Suggested-by: davidg From owner-freebsd-commit Mon Oct 23 23:51:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18477 for freebsd-commit-outgoing; Mon, 23 Oct 1995 23:51:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18442 for cvs-all-outgoing; Mon, 23 Oct 1995 23:51:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18422 for cvs-libexec-outgoing; Mon, 23 Oct 1995 23:51:05 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18384 ; Mon, 23 Oct 1995 23:50:53 -0700 Date: Mon, 23 Oct 1995 23:50:53 -0700 From: "Andrey A. Chernov" Message-Id: <199510240650.XAA18384@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/telnetd sys_term.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 23:50:50 Modified: libexec/telnetd sys_term.c Log: Remove LD_NOSTD_PATH unsetenv, isn't exist anymore From owner-freebsd-commit Mon Oct 23 23:53:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18685 for freebsd-commit-outgoing; Mon, 23 Oct 1995 23:53:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18654 for cvs-all-outgoing; Mon, 23 Oct 1995 23:53:01 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18639 for cvs-user-outgoing; Mon, 23 Oct 1995 23:52:52 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18621 ; Mon, 23 Oct 1995 23:52:42 -0700 Date: Mon, 23 Oct 1995 23:52:42 -0700 From: "Andrey A. Chernov" Message-Id: <199510240652.XAA18621@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/secure/libexec/telnetd sys_term.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 23:52:40 Modified: secure/libexec/telnetd sys_term.c Log: Remove LD_NOSTD_PATH unsetenv, it isn't exist anymore From owner-freebsd-commit Tue Oct 24 00:48:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23102 for freebsd-commit-outgoing; Tue, 24 Oct 1995 00:48:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23082 for cvs-all-outgoing; Tue, 24 Oct 1995 00:48:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23061 for cvs-sys-outgoing; Tue, 24 Oct 1995 00:47:59 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA23019 ; Tue, 24 Oct 1995 00:47:45 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA03491; Tue, 24 Oct 1995 17:39:03 +1000 Date: Tue, 24 Oct 1995 17:39:03 +1000 From: Bruce Evans Message-Id: <199510240739.RAA03491@godzilla.zeta.org.au> To: swallace@ece.uci.edu, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org Sender: owner-commit@freebsd.org Precedence: bulk >> read(struct proc *p, void *v, int retval[]) >> { >> struct read_args /* { >> int fd; >> char *buf; >> u_int nbyte; >> } */ *uap = v; >> int fd = SCARG(uap, fd); >> char *buf = SCARG(uap, buf); >> u_int nbyte = SCARG(uap, nbyte); >> >> ... >> } >> >> That way we don't have SCARG all over the place, and this would >> prepare us for your static function idea. >Seeing this on -hackers, I'd like to have someone back up and explain >"the static function idea", static inline int read(fd, buf, nbytes) int fd; void *buf; size_t nbytes; ssize_t *retval; { /* * Same as for the current read(), except we don't have to grope * unportably in *uap for the args store the retval in an * incompatible type. */ } /* Machine generated - do not edit. */ int freebsd_syscall_entry_read(p, args, retval) struct proc *p; void *args; int *retval; { int fd; void *buf; size_t nbytes; ssize_t nread; int res; fd = machine_dependent_code_to_convert_fd_for_read(args); buf = machine_dependent_code_to_convert_buf_for_read(args); nbytes = machine_dependent_code_to_convert_nbytes_for_read(args); res = read(fd, buf, nbytes, &nread); machine_dependent_code_to_convert_retval_for_read(args, nread); return (res); } >since it seems likely that an alternate >approact to the idea might be more fruitful than rewriting the system >call interface such that we have to hack tables all over hell for >no real gain. This seems unlikely :-). The main disadvantage of the above is that read() would actually have to be non-static inline so that it can be called from emulators. E.g., foo_ossyscall_entry_read() might have different machine-generated machine-dependent code and it's much better for it to convert from that to (int fd, void *buf, size_t nbytes, ssize_t *retval) and call read() than it is to convert to the machine-dependent freebsd args array and call bsd_syscall_entry_read(). Thus read() would be duplicated at least twice (once inline for fast Freebsd syscalls, once extern for slower foo_os syscalls). All this assumes that the args are in a struct. In general, at the beginning of a syscall, some are in registers and some are in user memory. foo_os_syscall() currently has to copy them to args struct. It might be better to delay the copying to the machine-generated foo_os_syscall_entry_xxx() functions to reduce the amount of copying to the wrong places and to support messy ABI's. >> > which passes the args correctly (as void *). Then we need to handle >> > varargs functions and struct padding better. I think all the details >> > can be hidden in machine-generated functions so that the args structs >> > and verbose macros to reference them don't have to appear in the core >> > sources. >I have macros that divorce K&R and ANSI vararg behaviour from the code >itself (I use them for various things myself). Is this what we are >trying to accomplish? No. Varargs syscalls such as open(), fcntl() and shmsys() mess up the ABI. The args for them have to be copied from different places depending on codes in the early args. syscall() currently assumes that the args are on the stack in user space and copies more args than are necessary and sometimes more than are officially supplied. Varargs for syscall xxx should handled by fetching them from the appropriate place in foo_os_syscall_entry_xxx() and passing them in the normal varargs way to xxx(). > > semsys() and shmsys() syscall interfaces are BAD because they > > multiplex several syscalls that have different types of args. > > There was no reason to duplicate this sysv braindamage but now > > we're stuck with it. NetBSD has reimplemented the syscalls properly > > as separate syscalls #220-231. > > I agree. This is yucky! No, this is good -- system calls are a scarce resource and should be consumed conservatively. What's the problem you have with anonymous argument vectors using subfunction codes? No, this (not syscalls #220-231) is yucky. Multiplexing syscalls takes more code to handle even incorrectly like it does now. Non-multiplexed syscalls take one entry in sysent[] and a function to handle them; multiplexed ones require less entries in sysent[] and an extra function to demultiplex them. The demultiplexing function can be simple and unportable like the current ones or complicated and portable or machine-generated. In general it has to have code like freebsd_syscall_entry_read() for each of the variants. > We need a better way to handle these syscall subcodes (as SYSV calls 'em). I guess I don't really understand why these are a problem, unless you are trying to do something silly, like prototype them. They are a problem because they give more special cases to write code for. Bruce From owner-freebsd-commit Tue Oct 24 01:10:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA25258 for freebsd-commit-outgoing; Tue, 24 Oct 1995 01:10:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA12908 for cvs-all-outgoing; Mon, 23 Oct 1995 23:03:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA12870 for cvs-usrbin-outgoing; Mon, 23 Oct 1995 23:03:07 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA12840 ; Mon, 23 Oct 1995 23:02:30 -0700 Date: Mon, 23 Oct 1995 23:02:30 -0700 From: "Andrey A. Chernov" Message-Id: <199510240602.XAA12840@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/talk talk.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/23 23:02:27 Modified: usr.bin/talk talk.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Tue Oct 24 01:37:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28292 for freebsd-commit-outgoing; Tue, 24 Oct 1995 01:37:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28279 for cvs-all-outgoing; Tue, 24 Oct 1995 01:37:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28269 for cvs-user-outgoing; Tue, 24 Oct 1995 01:37:42 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA28246 ; Tue, 24 Oct 1995 01:37:30 -0700 Date: Tue, 24 Oct 1995 01:37:30 -0700 From: Poul-Henning Kamp Message-Id: <199510240837.BAA28246@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/24 01:37:30 Modified: . Makefile Log: Added symorder to tools target. Suggested by: rgrimes. From owner-freebsd-commit Tue Oct 24 03:26:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA03536 for freebsd-commit-outgoing; Tue, 24 Oct 1995 03:26:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA03524 for cvs-all-outgoing; Tue, 24 Oct 1995 03:26:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA03509 for cvs-usrsbin-outgoing; Tue, 24 Oct 1995 03:26:28 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA03500 ; Tue, 24 Oct 1995 03:26:17 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id DAA05620; Tue, 24 Oct 1995 03:26:15 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id DAA00401; Tue, 24 Oct 1995 03:23:48 -0700 Message-Id: <199510241023.DAA00401@corbin.Root.COM> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c In-reply-to: Your message of "Tue, 24 Oct 95 00:29:30 BST." <199510232329.AAA13603@uriah.heep.sax.de> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 24 Oct 1995 03:23:48 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >As David Greenman wrote: >> >> davidg 95/10/23 03:29:17 >> >> Modified: usr.sbin/config mkmakefile.c >> Log: >> Don't pre-processor define 'ident'. This has subtle consequences for people >> who don't carefully consider their choice for the machine name. The same >> functionality can still be had with an "option", so nothing is lost. > >That's quite unfair, now that i've finally been *documenting* this >feature in the handbook, just two days before. > >:-) > >Ok, i assume this is for -current only, and won't affect 2.1. So the >hint should remain in the handbook for 2.1. ...you mean "warning". :-) Yes. -DG From owner-freebsd-commit Tue Oct 24 06:46:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12667 for freebsd-commit-outgoing; Tue, 24 Oct 1995 06:46:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12644 for cvs-all-outgoing; Tue, 24 Oct 1995 06:46:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12634 for cvs-sbin-outgoing; Tue, 24 Oct 1995 06:46:50 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12611 ; Tue, 24 Oct 1995 06:46:38 -0700 Date: Tue, 24 Oct 1995 06:46:38 -0700 From: "Jordan K. Hubbard" Message-Id: <199510241346.GAA12611@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/dump main.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/24 06:46:37 Modified: sbin/dump main.c Log: Fix a silly bug where MAXPATHLEN was subtracted from the string length rather than the other way around! Submitted by: Elmar Bartel From owner-freebsd-commit Tue Oct 24 06:47:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12782 for freebsd-commit-outgoing; Tue, 24 Oct 1995 06:47:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12765 for cvs-all-outgoing; Tue, 24 Oct 1995 06:47:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12753 for cvs-sbin-outgoing; Tue, 24 Oct 1995 06:47:39 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12736 ; Tue, 24 Oct 1995 06:47:36 -0700 Date: Tue, 24 Oct 1995 06:47:36 -0700 From: "Jordan K. Hubbard" Message-Id: <199510241347.GAA12736@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/dump main.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/24 06:47:35 Branch: sbin/dump RELENG_2_1_0 Modified: sbin/dump main.c Log: Merge bug fix from HEADMerge bug fix from HEAD From owner-freebsd-commit Tue Oct 24 11:51:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26161 for freebsd-commit-outgoing; Tue, 24 Oct 1995 11:51:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26147 for cvs-all-outgoing; Tue, 24 Oct 1995 11:51:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26137 for cvs-user-outgoing; Tue, 24 Oct 1995 11:51:20 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26119 ; Tue, 24 Oct 1995 11:51:09 -0700 Date: Tue, 24 Oct 1995 11:51:09 -0700 From: Nate Williams Message-Id: <199510241851.LAA26119@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk nate 95/10/24 11:51:09 Modified: . Makefile Log: Build all of the libraries: targets libs in the same manner. Append the optional ${CLEANDIR} and ${OBJDIR} targets to those missng them. Also, check for the existance of all library targets before building them to follow convention. From owner-freebsd-commit Tue Oct 24 12:16:03 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA26994 for freebsd-commit-outgoing; Tue, 24 Oct 1995 12:16:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA26968 for cvs-all-outgoing; Tue, 24 Oct 1995 12:15:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA26952 for cvs-sys-outgoing; Tue, 24 Oct 1995 12:15:52 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA26924 ; Tue, 24 Oct 1995 12:15:40 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA13880; Tue, 24 Oct 1995 12:06:38 -0700 From: Terry Lambert Message-Id: <199510241906.MAA13880@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Tue, 24 Oct 1995 12:06:38 -0700 (MST) Cc: swallace@ece.uci.edu, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org In-Reply-To: <199510240739.RAA03491@godzilla.zeta.org.au> from "Bruce Evans" at Oct 24, 95 05:39:03 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 11822 Sender: owner-commit@freebsd.org Precedence: bulk > >> That way we don't have SCARG all over the place, and this would > >> prepare us for your static function idea. > > >Seeing this on -hackers, I'd like to have someone back up and explain > >"the static function idea", > > static inline int > read(fd, buf, nbytes) > int fd; > void *buf; > size_t nbytes; > ssize_t *retval; > { > /* > * Same as for the current read(), except we don't have to grope > * unportably in *uap for the args store the retval in an > * incompatible type. > */ > } > > /* Machine generated - do not edit. */ > int > freebsd_syscall_entry_read(p, args, retval) > struct proc *p; > void *args; > int *retval; > { > int fd; > void *buf; > size_t nbytes; > ssize_t nread; > int res; > > fd = machine_dependent_code_to_convert_fd_for_read(args); > buf = machine_dependent_code_to_convert_buf_for_read(args); > nbytes = machine_dependent_code_to_convert_nbytes_for_read(args); > res = read(fd, buf, nbytes, &nread); > machine_dependent_code_to_convert_retval_for_read(args, nread); > return (res); > } > > >since it seems likely that an alternate > >approact to the idea might be more fruitful than rewriting the system > >call interface such that we have to hack tables all over hell for > >no real gain. > > This seems unlikely :-). > > The main disadvantage of the above is that read() would actually have > to be non-static inline so that it can be called from emulators. E.g., > foo_ossyscall_entry_read() might have different machine-generated > machine-dependent code and it's much better for it to convert from that > to (int fd, void *buf, size_t nbytes, ssize_t *retval) and call read() > than it is to convert to the machine-dependent freebsd args array and > call bsd_syscall_entry_read(). Thus read() would be duplicated at least > twice (once inline for fast Freebsd syscalls, once extern for slower > foo_os syscalls). OK. I hate leaving all of the above in for context, but I have to. The disadvantage you cite is false. Internal kernel calls to read do not follow the same rules on inlining. The inlining is to avoid the function call overhead to get to the trap vector. This is, in fact, something that can be done in any case, without a change to the system call interface. The problem seems to be one of understanding trap vector argument decodes. When a system call is made, arguments are pushed on the user stack and then the trap vector is called. There is a necessity to copy the arguments as if they were on the stack down to a kernel space buffer area because of the address space differences. The amount that is copied is determined by an integer count of integers: that is, it is some number 'n' * sizeof(int) bytes that get copied. This is dependent on the arguments pushed on the stack being representable as integer values (we are guaranteed this by the fact that we are calling a non-local function that is not inlined). In any case, the copyin from user to system space in the trap code must occur, since the kernel can not address the process data otherwise. The area where the copyin takes place is a per process work area, and it's a pointer to this that is passed as the argument vector pointer, which assumes packing such that the structure dereference of this data will result in the arguments as referenced from the argument structure. So far, we do not have a use for the change. Now each of the arguments are themselves, potentially, pointers to additional information in call/subcode specific user space structures that must, additionally be copied in (or out to). The potential use for the hack is to get the copyin all out of the way at once with a single verification check, ala Linux system calls. The problem with this idea is that the address space in the user program is then assumed (potentially incorrectly) to be non-discontiguous. While BSD could very well benefit from a single verification, avoiding the mapping issues in copyin/copyout, giving one check instead of two for a reuesd area, the actual benefits of this are fairly small. The biggest benefit would be in the copyinstr area, and there, the algorithm would potentially fail because of indeterminate string length. When we add in the concept of multithreading, it's possible to alter the process address space promiscuously during a long delay operation, such that an area that was viable for a copyout is no longer a viable target. So the benefits are lost. Further, the use of null termination instead of byte count on strings makes the copyinstr() operation extremely onerous. There are only a few locations where the facility is used, and even there, the overhead introduced is largely an issue of bad call interface design. There are two types of strings that get copied in (1) paths and (2) structure arguments (like lkm module but not path names, or NFS server names for NFS mount). In actuality, the structure arguments should be packed into fixed length structure elements and the copyinstr disacarded. The paths can stay, but a seperation of the file system name space from the act of string copying (Linux does this too, though I had to fix a bug in an error path) is a necessary part of the required cleanup for this to happen. Still, we do not benefit from the change. What does it do? What use is the change? In the end, it allows us to alter our argument packing. But the same effect of the optimizer that does that, and destabilizes the structure and stack packing from the historical (and processor efficient) integer norm, also has the effect of (potentiall) using register argument passing at certain optimization levels. This is, of course, crap. It won't work across the trap vector interface for all the registers gcc likes to use. If we are trying for this small an incremental improvement, I suggest spending coding time on getting callee pop working within the kernel code. It would be a much higher gain for less effort. > All this assumes that the args are in a struct. In general, at the > beginning of a syscall, some are in registers and some are in user memory. > foo_os_syscall() currently has to copy them to args struct. It might > be better to delay the copying to the machine-generated > foo_os_syscall_entry_xxx() functions to reduce the amount of copying > to the wrong places and to support messy ABI's. The copying is, in all cases, to the stack, by way of "push". The use of registers for calling in a system call interface is bogus. Removing the function call overhead by inlining the traps is one then, but trying to get rid of stack argument passing to system calls is quite another. This would not be a problem were it not for the prototypes that allowed the compiler to bogusly "optimize" the calls to include register argument passing for system call "functions". The correct way to deal with tis problem is to disable such optimizations, such that each system call becomes a push of the call number and a trap, and can itself be inlined. Probably this requires a #pragma on the compiler's behalf to force the argument push. It's very arguable that the compiler would generate incorrectly window optimized code for inlined system calls at present. Specifically, it would fail to see the need to push the arguments. Even with a workaround that forced the push in the inlined code, the arguments would be incorrectly trated prior to the push, potentitally resulting in pessimal code. > >> > which passes the args correctly (as void *). Then we need to handle > >> > varargs functions and struct padding better. I think all the details > >> > can be hidden in machine-generated functions so that the args structs > >> > and verbose macros to reference them don't have to appear in the core > >> > sources. > > >I have macros that divorce K&R and ANSI vararg behaviour from the code > >itself (I use them for various things myself). Is this what we are > >trying to accomplish? > > No. Varargs syscalls such as open(), fcntl() and shmsys() mess up the > ABI. The args for them have to be copied from different places depending > on codes in the early args. syscall() currently assumes that the args > are on the stack in user space and copies more args than are necessary > and sometimes more than are officially supplied. Varargs for syscall > xxx should handled by fetching them from the appropriate place in > foo_os_syscall_entry_xxx() and passing them in the normal varargs way > to xxx(). This is incorrect. The argument count specified in the systent[] table should result in the correct copyin size. Note that if the size was not validly known in any case, then the amount of stack copied would be mismatched, and some system calls would certainly fail. > > >> > semsys() and shmsys() syscall interfaces are BAD because they > >> > multiplex several syscalls that have different types of args. > >> > There was no reason to duplicate this sysv braindamage but now > >> > we're stuck with it. NetBSD has reimplemented the syscalls properly > >> > as separate syscalls #220-231. > >> > >> I agree. This is yucky! > > > >No, this is good -- system calls are a scarce resource and should be > >consumed conservatively. What's the problem you have with anonymous > >argument vectors using subfunction codes? > > No, this (not syscalls #220-231) is yucky. Multiplexing syscalls > takes more code to handle even incorrectly like it does now. The amount of code is a single computed goto. One might as well argue that locking was "yucky" using this yardstick. But it fails the "yucky" result of varying argument size (it uses a single fixed size structure that does not change). The yardstick is flawed. Depending on the logical grouping of calls, you can easily argue that a compare's worth of overhead is less expensive than a function call's worth, in function preamble/postamble, if nothing else (ignoreing the 3-6 cycles depending on how the call is made). > Non-multiplexed syscalls take one entry in sysent[] and a function > to handle them; multiplexed ones require less entries in sysent[] > and an extra function to demultiplex them. The demultiplexing > function can be simple and unportable like the current ones or > complicated and portable or machine-generated. In general it has > to have code like freebsd_syscall_entry_read() for each of the > variants. What portability problems do you see in the system call multiplex interfaces, and under what circumstances can you cause incorrect code to be generated? > >> We need a better way to handle these syscall subcodes (as SYSV calls 'em). > > > >I guess I don't really understand why these are a problem, unless you > >are trying to do something silly, like prototype them. > > They are a problem because they give more special cases to write code for. As opposed to generating code? I don't see less total code in the long run, and applying a cookie cutter and forcing all the calls to fit the mold is not an optimal approach to solving the problem. The biggest problem I see in the system call interface is the use of a per process call argument stack scratch area makes it per process non-reentrant, or at the very least prevents context change until the arguments have been decoded. This introduces a large latency in async operations through the normal vector, or sync-to-async conversion through an alternate vector. A better resoloution to this particular problem requires per entrancy call argument stack scratch areas, and I see the proposed changes as antithetical to that approach. This is a sacrafice of long term goals for no perceivable short term gain. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Tue Oct 24 14:23:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02948 for freebsd-commit-outgoing; Tue, 24 Oct 1995 14:23:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02932 for cvs-all-outgoing; Tue, 24 Oct 1995 14:23:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02912 for cvs-include-outgoing; Tue, 24 Oct 1995 14:23:23 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02898 ; Tue, 24 Oct 1995 14:23:13 -0700 Date: Tue, 24 Oct 1995 14:23:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199510242123.OAA02898@freefall.freebsd.org> To: CVS-commiters, cvs-include Subject: cvs commit: src/include paths.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/24 14:23:12 Branch: include RELENG_2_1_0 Modified: include paths.h Log: Bring in _PATH_UUCPLOCK from HEAD. From owner-freebsd-commit Tue Oct 24 14:27:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03190 for freebsd-commit-outgoing; Tue, 24 Oct 1995 14:27:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03174 for cvs-all-outgoing; Tue, 24 Oct 1995 14:27:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03156 for cvs-sbin-outgoing; Tue, 24 Oct 1995 14:27:24 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03135 ; Tue, 24 Oct 1995 14:27:15 -0700 Date: Tue, 24 Oct 1995 14:27:15 -0700 From: "Jordan K. Hubbard" Message-Id: <199510242127.OAA03135@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.8 slattach.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/24 14:27:13 Branch: sbin/slattach RELENG_2_1_0 Modified: sbin/slattach slattach.8 slattach.c Log: Bring in changes from the HEAD. 2.1 slattach is not happy. From owner-freebsd-commit Tue Oct 24 14:39:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA04290 for freebsd-commit-outgoing; Tue, 24 Oct 1995 14:39:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA04260 for cvs-all-outgoing; Tue, 24 Oct 1995 14:39:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA04225 for cvs-ports-outgoing; Tue, 24 Oct 1995 14:39:08 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA04177 ; Tue, 24 Oct 1995 14:38:48 -0700 Date: Tue, 24 Oct 1995 14:38:48 -0700 From: Joerg Wunsch Message-Id: <199510242138.OAA04177@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/emulators/pcemu/files bootstrap.shar Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/24 14:38:46 Modified: emulators/pcemu/files bootstrap.shar Log: Minor grammatical correction. Submitted by: jhs From owner-freebsd-commit Tue Oct 24 14:50:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05444 for freebsd-commit-outgoing; Tue, 24 Oct 1995 14:50:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05430 for cvs-all-outgoing; Tue, 24 Oct 1995 14:50:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05410 for cvs-sbin-outgoing; Tue, 24 Oct 1995 14:50:24 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA05372 ; Tue, 24 Oct 1995 14:50:02 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA26560; Tue, 24 Oct 1995 15:52:14 -0600 Date: Tue, 24 Oct 1995 15:52:14 -0600 From: Nate Williams Message-Id: <199510242152.PAA26560@rocky.sri.MT.net> To: "Jordan K. Hubbard" Cc: CVS-commiters@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/slattach slattach.8 slattach.c In-Reply-To: <199510242127.OAA03135@freefall.freebsd.org> References: <199510242127.OAA03135@freefall.freebsd.org> Sender: owner-commit@FreeBSD.org Precedence: bulk > jkh 95/10/24 14:27:13 > > Branch: sbin/slattach RELENG_2_1_0 > Modified: sbin/slattach slattach.8 slattach.c > Log: > Bring in changes from the HEAD. 2.1 slattach is not happy. Hmm, how comes it works for me? From owner-freebsd-commit Tue Oct 24 14:54:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05827 for freebsd-commit-outgoing; Tue, 24 Oct 1995 14:54:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05809 for cvs-all-outgoing; Tue, 24 Oct 1995 14:54:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05794 for cvs-sbin-outgoing; Tue, 24 Oct 1995 14:54:48 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA05782 ; Tue, 24 Oct 1995 14:54:37 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id OAA08921; Tue, 24 Oct 1995 14:54:10 -0700 To: Nate Williams cc: "Jordan K. Hubbard" , CVS-commiters@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/slattach slattach.8 slattach.c In-reply-to: Your message of "Tue, 24 Oct 1995 15:52:14 MDT." <199510242152.PAA26560@rocky.sri.MT.net> Date: Tue, 24 Oct 1995 14:54:10 -0700 Message-ID: <8918.814571650@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.org Precedence: bulk No idea! :-( > > jkh 95/10/24 14:27:13 > > > > Branch: sbin/slattach RELENG_2_1_0 > > Modified: sbin/slattach slattach.8 slattach.c > > Log: > > Bring in changes from the HEAD. 2.1 slattach is not happy. > > Hmm, how comes it works for me? From owner-freebsd-commit Tue Oct 24 14:58:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06104 for freebsd-commit-outgoing; Tue, 24 Oct 1995 14:58:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06082 for cvs-all-outgoing; Tue, 24 Oct 1995 14:58:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06051 for cvs-sys-outgoing; Tue, 24 Oct 1995 14:58:25 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA06021 ; Tue, 24 Oct 1995 14:58:05 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id HAA01465; Wed, 25 Oct 1995 07:57:12 +1000 Date: Wed, 25 Oct 1995 07:57:12 +1000 From: Bruce Evans Message-Id: <199510242157.HAA01465@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu Sender: owner-commit@freebsd.org Precedence: bulk >OK. I hate leaving all of the above in for context, but I have to. I left it out to stop the context expanding forever :-). >The disadvantage you cite is false. Internal kernel calls to read >do not follow the same rules on inlining. The inlining is to They can do whatever is convenient. >The problem seems to be one of understanding trap vector argument >decodes. >When a system call is made, arguments are pushed on the user stack >and then the trap vector is called. There is a necessity to copy >the arguments as if they were on the stack down to a kernel space >buffer area because of the address space differences. The amount >that is copied is determined by an integer count of integers: that >is, it is some number 'n' * sizeof(int) bytes that get copied. Only in some ABI's. This is probably the best way, but it may requires messy conversions in the library to put the args on the stack with consistent padding. Since we don't control foreign ABI's we shouldn't assume this. For example, in Linux all the args are passed in registers. In Minix, the args are stored in a syscall-dependent struct and a pointer to the struct is passed in %ebx. The struct is not always nicely padded (it can have packed char and short fields). >This is dependent on the arguments pushed on the stack being >representable as integer values (we are guaranteed this by the >fact that we are calling a non-local function that is not inlined). There is no such guarantee. gcc for the i386 happens to use this slow parameter passing convention for portability. (Unless you compile with -mregparm. -mregparm is officially supported in gcc-2.7.0. It is apparently necessary for OS/2 or Windows-NT.) >[copyin() of the args] >Now each of the arguments are themselves, potentially, pointers to >additional information in call/subcode specific user space structures >that must, additionally be copied in (or out to). Not quite. The args may be padded. In NetBSD for the alpha, the args are apparently padded to 8 bytes and the SCARG macro is mainly to extract the relevant subfield which is usually 4 bytes. There may be complications for endianness. >While BSD could very well benefit from a single verification, avoiding >the mapping issues in copyin/copyout, giving one check instead of two It could benefit most from passing args in registers, as in Linux, so that no copyin() is required. >What does it do? What use is the change? It avoids scattering unportable casts and ugly macros to perform them throughout the "machine-independent" code. Now we have only unportable casts. 4.4lite2 has slightly less unportable casts and ugly macros. NetBSD has much less unportable casts and ugly macros. >If we are trying for this small an incremental improvement, I suggest >spending coding time on getting callee pop working within the kernel >code. It would be a much higher gain for less effort. That will work when I get everything prototyped properly. Prototyping syscalls is one of the easiest parts. >It's very arguable that the compiler would generate incorrectly window >optimized code for inlined system calls at present. Specifically, >it would fail to see the need to push the arguments. Earth to Terry :-). We're talking about inlining syscall handlers, not syscalls. >> No. Varargs syscalls such as open(), fcntl() and shmsys() mess up the >> ABI. The args for them have to be copied from different places depending >> on codes in the early args. syscall() currently assumes that the args >> are on the stack in user space and copies more args than are necessary >> and sometimes more than are officially supplied. Varargs for syscall >> xxx should handled by fetching them from the appropriate place in >> foo_os_syscall_entry_xxx() and passing them in the normal varargs way >> to xxx(). >This is incorrect. The argument count specified in the systent[] table >should result in the correct copyin size. There may be no correct size. A size of 3 ints wouldn't work for open("foo", 0) if the caller has perversely passed 2 args on the stack at the top of the address space. Where are the ABI specs that disallow this? Also, a single number doesn't tell you where the args are. In general you need an offset and a size for each arg on the user stack (let's not worry about endianness conversions :-) and a mapping of user registers to args. >> No, this (not syscalls #220-231) is yucky. Multiplexing syscalls >> takes more code to handle even incorrectly like it does now. >The amount of code is a single computed goto. One might as well Not if there are nontrivial conversions. >What portability problems do you see in the system call multiplex >interfaces, and under what circumstances can you cause incorrect code >to be generated? A reasonable parameter passing convention should put the first few args (a fixed number) in registers but stop at the first `...' arg or the one before (so a variable number of args may be in registers. Where are you going to translate this? Portability problems would result from delaying the translation. Incorrect code would be generated, as usual, due to bugs. >> They are a problem because they give more special cases to write code for. >As opposed to generating code? I don't see less total code in the long >run, and applying a cookie cutter and forcing all the calls to fit the >mold is not an optimal approach to solving the problem. Er, isn't the array of args a mold? I want to make args in the kernel fit the same molds as args in user space: int open(path, flags, ...) is a completely different mold from int open(path, flags, mode) For the former, the compiler should use a special, slow parameter passing convention and pop the args in the caller. For the latter, the compiler should pass at least the first one or two args in registers and pop the args in the callee. Bruce From owner-freebsd-commit Tue Oct 24 15:52:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA09560 for freebsd-commit-outgoing; Tue, 24 Oct 1995 15:52:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA09544 for cvs-all-outgoing; Tue, 24 Oct 1995 15:52:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA09531 for cvs-ports-outgoing; Tue, 24 Oct 1995 15:52:18 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA09510 ; Tue, 24 Oct 1995 15:51:54 -0700 Date: Tue, 24 Oct 1995 15:51:54 -0700 From: Joerg Wunsch Message-Id: <199510242251.PAA09510@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/sysutils/manck/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/24 15:51:50 Modified: devel/bcc/pkg COMMENT emulators/pcemu/pkg COMMENT games/acm/pkg COMMENT net/dip/pkg COMMENT sysutils/manck/pkg COMMENT Log: Shorten the COMMENT line. From owner-freebsd-commit Tue Oct 24 16:01:56 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10243 for freebsd-commit-outgoing; Tue, 24 Oct 1995 16:01:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10230 for cvs-all-outgoing; Tue, 24 Oct 1995 16:01:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10217 for cvs-CVSROOT-outgoing; Tue, 24 Oct 1995 16:01:48 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10195 ; Tue, 24 Oct 1995 16:01:41 -0700 Date: Tue, 24 Oct 1995 16:01:41 -0700 From: Joerg Wunsch Message-Id: <199510242301.QAA10195@freefall.freebsd.org> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/24 16:01:40 Modified: . modules Log: cpm has been changing its location to cpmtools since. From owner-freebsd-commit Tue Oct 24 17:24:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13275 for freebsd-commit-outgoing; Tue, 24 Oct 1995 17:24:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13262 for cvs-all-outgoing; Tue, 24 Oct 1995 17:24:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13242 for cvs-sys-outgoing; Tue, 24 Oct 1995 17:24:44 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA13227 ; Tue, 24 Oct 1995 17:24:32 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA17462; Tue, 24 Oct 1995 17:16:03 -0700 From: Terry Lambert Message-Id: <199510250016.RAA17462@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Tue, 24 Oct 1995 17:16:03 -0700 (MST) Cc: bde@zeta.org.au, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510242157.HAA01465@godzilla.zeta.org.au> from "Bruce Evans" at Oct 25, 95 07:57:12 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 10667 Sender: owner-commit@freebsd.org Precedence: bulk > >When a system call is made, arguments are pushed on the user stack > >and then the trap vector is called. There is a necessity to copy > >the arguments as if they were on the stack down to a kernel space > >buffer area because of the address space differences. The amount > >that is copied is determined by an integer count of integers: that > >is, it is some number 'n' * sizeof(int) bytes that get copied. > > Only in some ABI's. This is probably the best way, but it may > requires messy conversions in the library to put the args on the > stack with consistent padding. Pushing on the stack is a messy conversion? What about dead register usage from not knowing about the stack? I think you are going to have to burn the cycles on an opaque function call in any case. > Since we don't control foreign ABI's we shouldn't assume this. For > example, in Linux all the args are passed in registers. In Minix, > the args are stored in a syscall-dependent struct and a pointer > to the struct is passed in %ebx. The struct is not always nicely > padded (it can have packed char and short fields). That's fine. The size of arguments in iBCS2 and BSD is 'int'. It's either 'int' or 'long' or '*'. So we take a hit when processing these non-standard mechanisms; we do so through the system call table for the ABI, so we will be taking a function encapsulation hit anyway. I think it is unlikely that iBCS2 or Linux develeopement will occur on BSD in a non-emulated environment. > >This is dependent on the arguments pushed on the stack being > >representable as integer values (we are guaranteed this by the > >fact that we are calling a non-local function that is not inlined). > > There is no such guarantee. gcc for the i386 happens to use this > slow parameter passing convention for portability. (Unless you > compile with -mregparm. -mregparm is officially supported in gcc-2.7.0. > It is apparently necessary for OS/2 or Windows-NT.) UNIX typically uses this, period. Stack argument passing to system calls is the way things are done. The use of registers is fine, as long as the interface is general enough. The OS/2 and NT (and Win95) conventions derive from the DOS interrupt mechanisms and require assembly function stubs in any case, even if the routines are then tagged "naked" -- even then, there are problems intordiced that the compiler can't understand a call will trash EAX (and maybe EDX) without hacking an "xor eax,eax" into the thing to make it know that the function to be called trashes it and it can't leave a local variable in it over the call. > >[copyin() of the args] > >Now each of the arguments are themselves, potentially, pointers to > >additional information in call/subcode specific user space structures > >that must, additionally be copied in (or out to). > > Not quite. The args may be padded. In NetBSD for the alpha, the args > are apparently padded to 8 bytes and the SCARG macro is mainly to > extract the relevant subfield which is usually 4 bytes. There may be > complications for endianness. They are padded to the default bus transfer size for the machine, which is supposed to be 'int'. I'd argue that 'int' was the wrong size, not that there was extraneous padding. There is a limit on the address space on the alpha anyway; it's not the full 64 bits. I'd really dealy love to know how there could be an endianess issue, considering system calls are only ever going to run as compiled code on one endianess of machine. > >While BSD could very well benefit from a single verification, avoiding > >the mapping issues in copyin/copyout, giving one check instead of two > > It could benefit most from passing args in registers, as in Linux, so > that no copyin() is required. 1) BSDI binary compatability 2) FreeBSD/NetBSD binary backward compatability 3) Register conversion from a Linux emulation mismatch. 4) Register collision verification in the function so that the register is not used directly for local storage/scratch. 5) Async reentrancy/multithreading reentrancy. It's a can of worms that, frankly, buys so little as to be useless. > >What does it do? What use is the change? > > It avoids scattering unportable casts and ugly macros to perform them > throughout the "machine-independent" code. Now we have only unportable > casts. 4.4lite2 has slightly less unportable casts and ugly macros. > NetBSD has much less unportable casts and ugly macros. The structure casts, I presume? The answer is to compile with the packing being the default for data matchup -- in the alpha case, 64 bits. For devices that need it, use packing #pragma's to tighten them up on a case by case basis, in the header file defining the structure. Aligned element accesses are faster anyway. > >It's very arguable that the compiler would generate incorrectly window > >optimized code for inlined system calls at present. Specifically, > >it would fail to see the need to push the arguments. > > Earth to Terry :-). We're talking about inlining syscall handlers, not > syscalls. Sorry -- you're the one that brought up ABI, which is kernel code, not user space code. The only way you can effect the ABI code is if you call the inlined versions and match the user and kernel usage. Actually, the only way you can guarantee interface usability is to use the inlines to make the calls -- otherwise, your plan to pass in registers fails when you try to call the BSD system call from the ABI system call code. 8-(. > >This is incorrect. The argument count specified in the systent[] table > >should result in the correct copyin size. > > There may be no correct size. A size of 3 ints wouldn't work for > open("foo", 0) if the caller has perversely passed 2 args on the stack > at the top of the address space. Where are the ABI specs that disallow > this? There are none. However, you are wrong; it would work, you'd just get a garbage value (stack direction grows the right direction for the third argument to be optional). Since in that case the garbage value is unreferenced (or the call generated a prototype warning ...not 8-)), then it will work. Getting a bogus value from the stack vs. getting a bogus value from a register is a tossup in any case. > Also, a single number doesn't tell you where the args are. In general > you need an offset and a size for each arg on the user stack (let's not > worry about endianness conversions :-) and a mapping of user registers > to args. I'd really like to see your biendian binary machine that didn't do the switch in the trap code in the kernel (PPC). Throwing that out, the offset is "one stack entry per". The biggest bugger here is preinitialization of the high word of a quad for portability -- but of course, the resulting code fails to operate after certain file lengths are hit instead of immediately, so all that's been done is that the problem has been relocated, not solved. Even assuming the problem is "fixed" by doing this, the only compatability guaranteed is with applications compiled using the same techniques -- that is, applications that don't exist because this is a change in call behaviour as well. I think moving to register parameter passing is too architecture specific. [ ... multiplexed system calls (like, oh, say open with O_CREAT as the multiplexing flag) ... ] > >The amount of code is a single computed goto. One might as well > > Not if there are nontrivial conversions. Then it's a non-trivial case, and splitting it out isn't going to make it more trivial. [ ... and now to the meat ... ] > >What portability problems do you see in the system call multiplex > >interfaces, and under what circumstances can you cause incorrect code > >to be generated? > > A reasonable parameter passing convention should put the first few > args (a fixed number) in registers but stop at the first `...' arg or > the one before (so a variable number of args may be in registers. > Where are you going to translate this? Portability problems would > result from delaying the translation. Incorrect code would be generated, > as usual, due to bugs. I have to point out that it would then be impossible to make system calls without prototype references. If this is a "fix" for the quad word passing problem (which is a "non-use of system call prototype" problem), then, isn't this just making things worse? > > >> They are a problem because they give more special cases to write code for. > > >As opposed to generating code? I don't see less total code in the long > >run, and applying a cookie cutter and forcing all the calls to fit the > >mold is not an optimal approach to solving the problem. > > Er, isn't the array of args a mold? I want to make args in the kernel > fit the same molds as args in user space: > > int open(path, flags, ...) > > is a completely different mold from > > int open(path, flags, mode) > > For the former, the compiler should use a special, slow parameter passing > convention and pop the args in the caller. For the latter, the compiler > should pass at least the first one or two args in registers and pop the > args in the callee. Callee pop only works when using the same stack. When you get to the kernel, the kernel thread (or just process) will be using its own stack, so that argument won't wash. My complaint on callee pop as a more fruitful pursuit was based on kernel-kernel calls, not user-kernel calls. The only problem right now is that the quad argument takes more than one stack position to do its dirty deed. And that's more a result of the thing being an invalid C type than anything else. If were weren't in violation of POSIX/ANSI on quad_t, then it wouldn't be a problem. Probably the correct soloution is to make seperate "quad-knowledgable" functions for the things that take quad arguments. This is actually described in __syscall(2) -- which *guarantees* padding. Right now the screwable functions are truncate, ftruncate, seek, lseek, and mmap -- and mmap() is bogus because of the kernel address space restrictions currently on "vmio". The others are in violation of one or more standards because "quad" isn't an allowable type. Might as well violate them further by using inline references to the __syscall(2) instead of syscall(2) to get to them so that: (1) they are undefined without proper header inclusion, and (2) the padding is guaranteed (as the __syscall(2) states in the man page). That at least would solve the screwups without adding to them. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Tue Oct 24 17:44:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14217 for freebsd-commit-outgoing; Tue, 24 Oct 1995 17:44:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14191 for cvs-all-outgoing; Tue, 24 Oct 1995 17:44:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14177 for cvs-ports-outgoing; Tue, 24 Oct 1995 17:44:47 -0700 Received: (from jmz@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14167 ; Tue, 24 Oct 1995 17:44:41 -0700 Date: Tue, 24 Oct 1995 17:44:41 -0700 From: Jean-Marc Zucconi Message-Id: <199510250044.RAA14167@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/x11/viewfax/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk jmz 95/10/24 17:44:40 Modified: comms/mgetty+sendfax/pkg COMMENT emulators/hfs/pkg COMMENT emulators/mtools/pkg COMMENT games/xevil/pkg COMMENT games/xmris/pkg COMMENT math/fudgit/pkg COMMENT math/gnuplot/pkg COMMENT print/a2ps/pkg COMMENT print/dvi2xx/pkg COMMENT print/makeindex/pkg COMMENT print/musixtex/pkg COMMENT print/psutils/pkg COMMENT print/tex/pkg COMMENT x11/viewfax/pkg COMMENT Log: Shorten the COMMENT line From owner-freebsd-commit Tue Oct 24 17:50:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14492 for freebsd-commit-outgoing; Tue, 24 Oct 1995 17:50:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14477 for cvs-all-outgoing; Tue, 24 Oct 1995 17:50:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14467 for cvs-sbin-outgoing; Tue, 24 Oct 1995 17:50:39 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA14456 ; Tue, 24 Oct 1995 17:50:35 -0700 Date: Tue, 24 Oct 1995 17:50:35 -0700 From: "Jordan K. Hubbard" Message-Id: <199510250050.RAA14456@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/24 17:50:34 Branch: sbin/slattach RELENG_2_1_0 Modified: sbin/slattach Makefile Log: Merge with HEAD. Really Strange since I thought I already *did* this! I must be getting way too little sleep or something. From owner-freebsd-commit Tue Oct 24 19:14:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18858 for freebsd-commit-outgoing; Tue, 24 Oct 1995 19:14:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18813 for cvs-all-outgoing; Tue, 24 Oct 1995 19:13:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18795 for cvs-ports-outgoing; Tue, 24 Oct 1995 19:13:15 -0700 Received: (from torstenb@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18781 ; Tue, 24 Oct 1995 19:12:49 -0700 Date: Tue, 24 Oct 1995 19:12:49 -0700 From: Torsten Blum Message-Id: <199510250212.TAA18781@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/news/inn/scripts configure Sender: owner-commit@FreeBSD.org Precedence: bulk torstenb 95/10/24 19:12:45 Modified: news/inn Makefile news/inn/files config.data news/inn/scripts configure Added: news/inn/patches patch-ah Log: - use systems CFLAGS - fix the load average check in nnrpd Approved By: asami From owner-freebsd-commit Tue Oct 24 19:17:43 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18991 for freebsd-commit-outgoing; Tue, 24 Oct 1995 19:17:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18929 for cvs-all-outgoing; Tue, 24 Oct 1995 19:16:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18915 for cvs-usrsbin-outgoing; Tue, 24 Oct 1995 19:16:07 -0700 Received: (from torstenb@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18901 ; Tue, 24 Oct 1995 19:15:46 -0700 Date: Tue, 24 Oct 1995 19:15:46 -0700 From: Torsten Blum Message-Id: <199510250215.TAA18901@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src sendmail.8 Sender: owner-commit@FreeBSD.org Precedence: bulk torstenb 95/10/24 19:15:44 Modified: usr.sbin/sendmail/src sendmail.8 Log: change cross reference from binmail(1) to mail.local(8) Obtained from: the NetBSD bugs mailinglist From owner-freebsd-commit Tue Oct 24 19:19:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA19116 for freebsd-commit-outgoing; Tue, 24 Oct 1995 19:19:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA19041 for cvs-all-outgoing; Tue, 24 Oct 1995 19:18:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA19030 for cvs-gnu-outgoing; Tue, 24 Oct 1995 19:18:10 -0700 Received: (from torstenb@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA19016 ; Tue, 24 Oct 1995 19:17:52 -0700 Date: Tue, 24 Oct 1995 19:17:52 -0700 From: Torsten Blum Message-Id: <199510250217.TAA19016@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/tar tar.1 Sender: owner-commit@FreeBSD.org Precedence: bulk torstenb 95/10/24 19:17:51 Modified: gnu/usr.bin/tar tar.1 Log: Fix a typo ("-It Fl" to ".It Fl") document the "-P" switch Obtained from: the NetBSD bugs mailinglist From owner-freebsd-commit Wed Oct 25 04:15:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09714 for freebsd-commit-outgoing; Wed, 25 Oct 1995 04:15:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09693 for cvs-all-outgoing; Wed, 25 Oct 1995 04:14:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09683 for cvs-sys-outgoing; Wed, 25 Oct 1995 04:14:46 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09669 ; Wed, 25 Oct 1995 04:14:40 -0700 Date: Wed, 25 Oct 1995 04:14:40 -0700 From: David Greenman Message-Id: <199510251114.EAA09669@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/25 04:14:40 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 machdep.c Log: Brought in parts of rev 1.138 and 1.144: fix printing of BIOS disk geoms. From owner-freebsd-commit Wed Oct 25 05:42:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA12217 for freebsd-commit-outgoing; Wed, 25 Oct 1995 05:42:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA12204 for cvs-all-outgoing; Wed, 25 Oct 1995 05:42:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA12193 for cvs-ports-outgoing; Wed, 25 Oct 1995 05:42:02 -0700 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA12183 ; Wed, 25 Oct 1995 05:41:53 -0700 Date: Wed, 25 Oct 1995 05:41:53 -0700 From: Satoshi Asami Message-Id: <199510251241.FAA12183@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/utils/tkinfo/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk asami 95/10/25 05:41:53 Modified: devel/noweb/pkg COMMENT editors/uemacs/pkg COMMENT lang/elk/pkg COMMENT math/octave/pkg COMMENT utils/tkinfo/pkg COMMENT Log: Shorten one-line comments. Submitted by: Thomas Gellekum From owner-freebsd-commit Wed Oct 25 07:33:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA15954 for freebsd-commit-outgoing; Wed, 25 Oct 1995 07:33:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA15913 for cvs-all-outgoing; Wed, 25 Oct 1995 07:33:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA15883 for cvs-ports-outgoing; Wed, 25 Oct 1995 07:33:26 -0700 Received: from thud.FreeBSD.org (thud.FreeBSD.ORG [192.216.222.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA15858 ; Wed, 25 Oct 1995 07:33:11 -0700 Received: (from adam@localhost) by thud.FreeBSD.org (8.6.12/8.6.12) id HAA20639; Wed, 25 Oct 1995 07:32:46 -0700 Date: Wed, 25 Oct 1995 07:32:46 -0700 From: Adam David Message-Id: <199510251432.HAA20639@thud.FreeBSD.org> To: CVS-commiters@thud.FreeBSD.org, cvs-ports@thud.FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud/pkg - New directory Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/25 07:32:45 ports/net/dgd-lpmud/pkg - New directory From owner-freebsd-commit Wed Oct 25 07:39:42 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA16337 for freebsd-commit-outgoing; Wed, 25 Oct 1995 07:39:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA16311 for cvs-all-outgoing; Wed, 25 Oct 1995 07:39:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA16295 for cvs-ports-outgoing; Wed, 25 Oct 1995 07:39:31 -0700 Received: from thud.FreeBSD.org (thud.FreeBSD.ORG [192.216.222.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA16286 ; Wed, 25 Oct 1995 07:39:16 -0700 Received: (from adam@localhost) by thud.FreeBSD.org (8.6.12/8.6.12) id HAA20727; Wed, 25 Oct 1995 07:38:52 -0700 Date: Wed, 25 Oct 1995 07:38:52 -0700 From: Adam David Message-Id: <199510251438.HAA20727@thud.FreeBSD.org> To: CVS-commiters@thud.FreeBSD.org, cvs-ports@thud.FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud/scripts configure Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/25 07:38:51 Modified: net/dgd-lpmud Makefile net/dgd-lpmud/scripts configure Added: net/dgd-lpmud/patches patch-aa patch-ab net/dgd-lpmud/pkg COMMENT DESCR PLIST Log: Previously broken port now builds, may be enabled in net/Makefile now. Approved by: asami From owner-freebsd-commit Wed Oct 25 07:45:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA16726 for freebsd-commit-outgoing; Wed, 25 Oct 1995 07:45:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA16713 for cvs-all-outgoing; Wed, 25 Oct 1995 07:45:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA16703 for cvs-CVSROOT-outgoing; Wed, 25 Oct 1995 07:45:15 -0700 Received: from thud.FreeBSD.org (thud.FreeBSD.ORG [192.216.222.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA16688 ; Wed, 25 Oct 1995 07:45:06 -0700 Received: (from adam@localhost) by thud.FreeBSD.org (8.6.12/8.6.12) id HAA20770; Wed, 25 Oct 1995 07:44:41 -0700 Date: Wed, 25 Oct 1995 07:44:41 -0700 From: Adam David Message-Id: <199510251444.HAA20770@thud.FreeBSD.org> To: CVS-commiters@thud.FreeBSD.org, cvs-CVSROOT@thud.FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/25 07:44:40 Modified: . modules Log: dgd-lpmud --> ports/net/dgd-lpmud Approved by: asami From owner-freebsd-commit Wed Oct 25 07:52:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA17086 for freebsd-commit-outgoing; Wed, 25 Oct 1995 07:52:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA17072 for cvs-all-outgoing; Wed, 25 Oct 1995 07:52:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA17057 for cvs-ports-outgoing; Wed, 25 Oct 1995 07:52:13 -0700 Received: from thud.FreeBSD.org (thud.FreeBSD.ORG [192.216.222.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA17049 ; Wed, 25 Oct 1995 07:52:04 -0700 Received: (from adam@localhost) by thud.FreeBSD.org (8.6.12/8.6.12) id HAA20865; Wed, 25 Oct 1995 07:51:39 -0700 Date: Wed, 25 Oct 1995 07:51:39 -0700 From: Adam David Message-Id: <199510251451.HAA20865@thud.FreeBSD.org> To: CVS-commiters@thud.FreeBSD.org, cvs-ports@thud.FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud/files Copyright.lp Makefile.bin Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/25 07:51:38 Added: net/dgd-lpmud/files Copyright.lp Makefile.bin Log: oops, forgot 2 files last time Approved by: asami From owner-freebsd-commit Wed Oct 25 08:13:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA18753 for freebsd-commit-outgoing; Wed, 25 Oct 1995 08:13:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA18741 for cvs-all-outgoing; Wed, 25 Oct 1995 08:13:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA18731 for cvs-ports-outgoing; Wed, 25 Oct 1995 08:13:10 -0700 Received: from thud.FreeBSD.org (thud.FreeBSD.ORG [192.216.222.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA18725 ; Wed, 25 Oct 1995 08:13:02 -0700 Received: (from adam@localhost) by thud.FreeBSD.org (8.6.12/8.6.12) id IAA20979; Wed, 25 Oct 1995 08:12:37 -0700 Date: Wed, 25 Oct 1995 08:12:37 -0700 From: Adam David Message-Id: <199510251512.IAA20979@thud.FreeBSD.org> To: CVS-commiters@thud.FreeBSD.org, cvs-ports@thud.FreeBSD.org Subject: cvs commit: ports/net/dgd/pkg DESCR Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/25 08:12:36 Modified: net/dgd Makefile Removed: net/dgd ncftprc Log: previous master site no longer exists, use new sites Approved by: asami Modified: net/dgd/pkg DESCR Log: update author's email address Approved by: asami From owner-freebsd-commit Wed Oct 25 08:32:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20103 for freebsd-commit-outgoing; Wed, 25 Oct 1995 08:32:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20090 for cvs-all-outgoing; Wed, 25 Oct 1995 08:32:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20080 for cvs-ports-outgoing; Wed, 25 Oct 1995 08:32:09 -0700 Received: from thud.FreeBSD.org (thud.FreeBSD.ORG [192.216.222.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA20063 ; Wed, 25 Oct 1995 08:32:01 -0700 Received: (from adam@localhost) by thud.FreeBSD.org (8.6.12/8.6.12) id IAA21060; Wed, 25 Oct 1995 08:31:36 -0700 Date: Wed, 25 Oct 1995 08:31:36 -0700 From: Adam David Message-Id: <199510251531.IAA21060@thud.FreeBSD.org> To: CVS-commiters@thud.FreeBSD.org, cvs-ports@thud.FreeBSD.org Subject: cvs commit: ports/news/nntp/patches patch-ac Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/25 08:31:36 Added: news/nntp/patches patch-ac Log: Implement "LIST active.times" command so that nn (with NOV) works over NNTP Approved by: asami From owner-freebsd-commit Wed Oct 25 08:38:56 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20614 for freebsd-commit-outgoing; Wed, 25 Oct 1995 08:38:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20593 for cvs-all-outgoing; Wed, 25 Oct 1995 08:38:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20583 for cvs-usrsbin-outgoing; Wed, 25 Oct 1995 08:38:45 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20570 ; Wed, 25 Oct 1995 08:38:39 -0700 Date: Wed, 25 Oct 1995 08:38:39 -0700 From: "Jordan K. Hubbard" Message-Id: <199510251538.IAA20570@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c lib.h pen.c str.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 08:38:38 Modified: usr.sbin/pkg_install/add add.h main.c perform.c usr.sbin/pkg_install/create create.h main.c perform.c usr.sbin/pkg_install/info info.h main.c perform.c usr.sbin/pkg_install/lib file.c lib.h pen.c str.c Log: Bring forward my changes from 2.1 From owner-freebsd-commit Wed Oct 25 09:17:03 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA23526 for freebsd-commit-outgoing; Wed, 25 Oct 1995 09:17:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA23508 for cvs-all-outgoing; Wed, 25 Oct 1995 09:16:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA23487 for cvs-gnu-outgoing; Wed, 25 Oct 1995 09:16:54 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA23460 ; Wed, 25 Oct 1995 09:16:41 -0700 Date: Wed, 25 Oct 1995 09:16:41 -0700 From: Nate Williams Message-Id: <199510251616.JAA23460@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-commit@FreeBSD.org Precedence: bulk nate 95/10/25 09:16:39 Modified: gnu/usr.bin/ld/rtld rtld.c Log: Run-time linker speedups - Round One Implemented symbol memorizing to reduce the number of calls to lookup(), making relocation go faster. While relocating a given shared object, the dynamic linker maintains a memorizing vector that is directly indexed by the symbol number in the relocation entry. The first time a given symbol is looked up, the memorizing vector is filled in with a pointer to the symbol table entry, and a pointer to the so_map of the shared object in which the symbol was defined. On subsequent uses of the same symbol, that information is retrieved directly from the memorizing vector, without calling lookup() again. A symbol that is referenced in a relocation entry is typically referenced in many relocation entries, so this memorizing reduces the number of calls to lookup() dramatically. The overall improvement in the speed of dynamic linking is also dramatic -- as much as a factor of three for programs that use many shared libaries. Submitted by: jdp@polstra.com "John Polstra" From owner-freebsd-commit Wed Oct 25 09:41:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25247 for freebsd-commit-outgoing; Wed, 25 Oct 1995 09:41:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25220 for cvs-all-outgoing; Wed, 25 Oct 1995 09:41:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25203 for cvs-sys-outgoing; Wed, 25 Oct 1995 09:41:30 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25188 ; Wed, 25 Oct 1995 09:41:24 -0700 Date: Wed, 25 Oct 1995 09:41:24 -0700 From: "Jordan K. Hubbard" Message-Id: <199510251641.JAA25188@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/matcd matcddrv.h matcd.c options.h matcd.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 09:41:23 Modified: sys/i386/isa/matcd matcd.c options.h Added: sys/i386/isa/matcd matcddrv.h Removed: sys/i386/isa/matcd matcd.h Log: Bring in version 1(26) - considerably less memory usage (and may bring us down to 4MB bootability again). Submitted by: Frank Durda IV From owner-freebsd-commit Wed Oct 25 09:43:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25424 for freebsd-commit-outgoing; Wed, 25 Oct 1995 09:43:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25410 for cvs-all-outgoing; Wed, 25 Oct 1995 09:43:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25393 for cvs-sys-outgoing; Wed, 25 Oct 1995 09:43:05 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25382 ; Wed, 25 Oct 1995 09:43:03 -0700 Date: Wed, 25 Oct 1995 09:43:03 -0700 From: "Jordan K. Hubbard" Message-Id: <199510251643.JAA25382@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC LINT Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 09:43:03 Modified: sys/i386/conf GENERIC LINT Log: Stable matcd port to 0x230, as per request by Bruce and Frank. Submitted by: Frank Durda IV From owner-freebsd-commit Wed Oct 25 09:48:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA26000 for freebsd-commit-outgoing; Wed, 25 Oct 1995 09:48:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25981 for cvs-all-outgoing; Wed, 25 Oct 1995 09:48:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25966 for cvs-share-outgoing; Wed, 25 Oct 1995 09:48:01 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25945 ; Wed, 25 Oct 1995 09:47:56 -0700 Date: Wed, 25 Oct 1995 09:47:56 -0700 From: "Jordan K. Hubbard" Message-Id: <199510251647.JAA25945@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 matcd.4 Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 09:47:55 Modified: share/man/man4/man4.i386 matcd.4 Log: Sync with version 1(26). Submitted by: Frank Durda IV From owner-freebsd-commit Wed Oct 25 10:01:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27266 for freebsd-commit-outgoing; Wed, 25 Oct 1995 10:01:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27245 for cvs-all-outgoing; Wed, 25 Oct 1995 10:01:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27235 for cvs-sys-outgoing; Wed, 25 Oct 1995 10:01:30 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA27225 ; Wed, 25 Oct 1995 10:01:11 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id BAA15729; Thu, 26 Oct 1995 01:00:38 +0800 Date: Thu, 26 Oct 1995 01:00:37 +0800 (WST) From: Peter Wemm To: "Jordan K. Hubbard" cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT In-Reply-To: <199510251643.JAA25382@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Wed, 25 Oct 1995, Jordan K. Hubbard wrote: > > jkh 95/10/25 09:43:03 > > Modified: sys/i386/conf GENERIC LINT > Log: > Stable matcd port to 0x230, as per request by Bruce and Frank. > Submitted by: Frank Durda IV Hmm. Idea... Before the "grand NMBCLUSTERS reorg", the default number of clusters was 256 (or 512 if GATEWAY). Now, it's 512 + 16 * MAXUSERS (ie: 672 in GENERIC and BOOTMFS). How big is a cluster? I'm not familiar with this area very well, but if it is dynamically allocated does the fixed size of the control structure (mb_map?) take up space? If so, perhaps it might be an idea to put ``options "NMBCLUSTERS=256"'' into the generated BOOTMFS config file? If course, I am not familiar with this area of the kernel, so I may be _way_ off course.. :-) (How much of the VM system is configured before the lower 640K of ram is reclaimed? Could this be a problem?) -Peter From owner-freebsd-commit Wed Oct 25 10:20:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28695 for freebsd-commit-outgoing; Wed, 25 Oct 1995 10:20:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28682 for cvs-all-outgoing; Wed, 25 Oct 1995 10:20:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28671 for cvs-sys-outgoing; Wed, 25 Oct 1995 10:20:35 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28655 ; Wed, 25 Oct 1995 10:20:29 -0700 Date: Wed, 25 Oct 1995 10:20:29 -0700 From: "Jordan K. Hubbard" Message-Id: <199510251720.KAA28655@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/matcd matcd.c options.h matcd.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 10:20:28 Branch: sys/i386/isa/matcd RELENG_2_1_0 Modified: sys/i386/isa/matcd matcd.c options.h Removed: sys/i386/isa/matcd matcd.h Log: Merge from HEAD. From owner-freebsd-commit Wed Oct 25 10:26:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29413 for freebsd-commit-outgoing; Wed, 25 Oct 1995 10:26:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29400 for cvs-all-outgoing; Wed, 25 Oct 1995 10:26:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29389 for cvs-share-outgoing; Wed, 25 Oct 1995 10:26:37 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29379 ; Wed, 25 Oct 1995 10:26:33 -0700 Date: Wed, 25 Oct 1995 10:26:33 -0700 From: "Jordan K. Hubbard" Message-Id: <199510251726.KAA29379@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 matcd.4 Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 10:26:32 Branch: share/man/man4/man4.i386 RELENG_2_1_0 Modified: share/man/man4/man4.i386 matcd.4 Log: Merge from HEAD From owner-freebsd-commit Wed Oct 25 10:30:05 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29669 for freebsd-commit-outgoing; Wed, 25 Oct 1995 10:30:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29655 for cvs-all-outgoing; Wed, 25 Oct 1995 10:30:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29634 for cvs-sys-outgoing; Wed, 25 Oct 1995 10:29:58 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29622 ; Wed, 25 Oct 1995 10:29:55 -0700 Date: Wed, 25 Oct 1995 10:29:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199510251729.KAA29622@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC LINT ATAPI Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 10:29:55 Branch: sys/i386/conf RELENG_2_1_0 Modified: sys/i386/conf GENERIC LINT Removed: sys/i386/conf ATAPI Log: Merge from HEAD, also eliminate the now-useless ATAPI description. From owner-freebsd-commit Wed Oct 25 11:24:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03274 for freebsd-commit-outgoing; Wed, 25 Oct 1995 11:24:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03254 for cvs-all-outgoing; Wed, 25 Oct 1995 11:24:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03244 for cvs-sys-outgoing; Wed, 25 Oct 1995 11:24:07 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03234 ; Wed, 25 Oct 1995 11:24:00 -0700 Date: Wed, 25 Oct 1995 11:24:00 -0700 From: Bruce Evans Message-Id: <199510251824.LAA03234@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/25 11:23:59 Modified: sys/kern tty_pty.c Log: Fixed data loss in writes to pty masters. Data was almost always lost at the end of each write for writes of more than 1K. Fixed handling of residual count for early returns in writes to pty masters. It was only adjusted in 2 out of 6 cases. Added prototypes. From owner-freebsd-commit Wed Oct 25 11:33:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03653 for freebsd-commit-outgoing; Wed, 25 Oct 1995 11:33:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03636 for cvs-all-outgoing; Wed, 25 Oct 1995 11:33:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03626 for cvs-sys-outgoing; Wed, 25 Oct 1995 11:33:13 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA03621 ; Wed, 25 Oct 1995 11:33:07 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA16415; Thu, 26 Oct 1995 04:29:33 +1000 Date: Thu, 26 Oct 1995 04:29:33 +1000 From: Bruce Evans Message-Id: <199510251829.EAA16415@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern tty_subr.c Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: sys/kern tty_subr.c > Log: > Fix clist limits. They were usually one too low. E.g., for a limit of This change should go in 2.1. To see the bug, try od -v /dev/zero >/dev/ptyp8 & cat /dev/ttyp8 | tee foo where ptyp8 is a free pty. This is not the only bug that caused data loss in pty writes. Bruce From owner-freebsd-commit Wed Oct 25 11:58:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA05570 for freebsd-commit-outgoing; Wed, 25 Oct 1995 11:58:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA05558 for cvs-all-outgoing; Wed, 25 Oct 1995 11:58:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA05545 for cvs-usrsbin-outgoing; Wed, 25 Oct 1995 11:58:47 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA05535 ; Wed, 25 Oct 1995 11:58:42 -0700 Date: Wed, 25 Oct 1995 11:58:42 -0700 From: Nate Williams Message-Id: <199510251858.LAA05535@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sliplogin sliplogin.8 Sender: owner-commit@FreeBSD.org Precedence: bulk nate 95/10/25 11:58:41 Modified: usr.sbin/sliplogin sliplogin.8 Log: Re-write new stuff in English. From owner-freebsd-commit Wed Oct 25 12:13:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA06445 for freebsd-commit-outgoing; Wed, 25 Oct 1995 12:13:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA06431 for cvs-all-outgoing; Wed, 25 Oct 1995 12:13:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA06418 for cvs-sys-outgoing; Wed, 25 Oct 1995 12:13:15 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA06411 ; Wed, 25 Oct 1995 12:13:08 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA17483; Thu, 26 Oct 1995 05:11:25 +1000 Date: Thu, 26 Oct 1995 05:11:25 +1000 From: Bruce Evans Message-Id: <199510251911.FAA17483@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern tty_pty.c Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: sys/kern tty_pty.c > Log: > Fixed data loss in writes to pty masters. Data was almost always lost > at the end of each write for writes of more than 1K. > > Fixed handling of residual count for early returns in writes to pty masters. > It was only adjusted in 2 out of 6 cases. These changes should be in 2.1 too. Sigh. They should be checked more carefully than the changes in tty_subr.c. I'm not sure what happens in the PF_REMOTE case. cc can only be 0 in that case if the PF_REMOTE flag changed. If that can happen, then cc may be too large to fit in the canq and not everything is written. Bruce From owner-freebsd-commit Wed Oct 25 13:28:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA11965 for freebsd-commit-outgoing; Wed, 25 Oct 1995 13:28:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA11949 for cvs-all-outgoing; Wed, 25 Oct 1995 13:28:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA11938 for cvs-sbin-outgoing; Wed, 25 Oct 1995 13:28:32 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA11920 ; Wed, 25 Oct 1995 13:28:22 -0700 Date: Wed, 25 Oct 1995 13:28:22 -0700 From: "Jordan K. Hubbard" Message-Id: <199510252028.NAA11920@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.8 Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 13:28:21 Branch: sbin/slattach RELENG_2_1_0 Modified: sbin/slattach slattach.8 Log: Bring in Nate's changes from the HEAD. Submitted by: nate From owner-freebsd-commit Wed Oct 25 13:56:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA14394 for freebsd-commit-outgoing; Wed, 25 Oct 1995 13:56:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA14380 for cvs-all-outgoing; Wed, 25 Oct 1995 13:56:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA14365 for cvs-sys-outgoing; Wed, 25 Oct 1995 13:56:46 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA14340 ; Wed, 25 Oct 1995 13:56:38 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA19391; Wed, 25 Oct 1995 13:47:35 -0700 From: Terry Lambert Message-Id: <199510252047.NAA19391@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Wed, 25 Oct 1995 13:47:35 -0700 (MST) Cc: bde@zeta.org.au, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510251506.BAA10257@godzilla.zeta.org.au> from "Bruce Evans" at Oct 26, 95 01:06:56 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 14129 Sender: owner-commit@freebsd.org Precedence: bulk > >usage from not knowing about the stack? I think you are going to > >have to burn the cycles on an opaque function call in any case. > > I hope that null conversions won't cost anything. Conversions of > the form `int fd = uap->fd;' (actually machine-generated code to > load fd from an ABI-dependent offset from `void *uap') may even > have a negative cost if they happen to load fd into the right > register at the right time. It may have zero cost (a *net* negative cost), I agree. > >> Since we don't control foreign ABI's we shouldn't assume this. For > > > >That's fine. The size of arguments in iBCS2 and BSD is 'int'. It's > >either 'int' or 'long' or '*'. > > Which one? In NetBSD it's register_t, which may be longer than an > int. This causes problems. Yeah. They ignored the definition of "int". That's a problem. The real problem is the lack of atomic sized types and the use of "short" as a synonym for "16 bit value", "long" for "32 bit value" and "quad" for "64 bit value". The real screwup is when int goes greater than 32 bits, the standard *stupidly* requires long to go up as well because it can concieve of a maximally sized type named anything other than "long". That's a bug in the standard in not having mechanisms for obtaining sized types. For a 64 bit int (requiring a 64 bit long), short is either 16 or 32 bits (undefined) and we lose access to either 32 or 16 bit types (respectively). I guess the real question is is there an overflow condition for some (long)lvalue = (int)rvalue; I'd say there isn't, simply because no one has ever expected int's to get bigger than longs, and so the content range isn't there. The only failure modes are in pseudo randomness depending on integer overflow. > >So we take a hit when processing these non-standard mechanisms; we do > >so through the system call table for the ABI, so we will be taking > >a function encapsulation hit anyway. > > Inlining should remove the hit. Perhaps given smarter encapsulation > functions, the hit from syscall() could be removed: call the encapsulation > function directly from Xsyscall() and duplicate what syscall() does > (copyin(), etc, iff necessary) in each encapsulation function. I suppose this assumes that the compiler will correctly adjust the register graph for the inlined assembly's register usage? I don't believe GCC is capable of this now, and I *know* Microsoft's compiler dies when this happens. I think using registers for calls and inlining are antithetical. You may be able to allow the optimizer to choose register passing for you (or not), but the actual choice will vary based on optimization level, etc.. I think this is a tricky failure mode that would require explicit register designation (via #pragma?) which would *decrease* portability, not increase it. > >They are padded to the default bus transfer size for the machine, > >which is supposed to be 'int'. > > >I'd argue that 'int' was the wrong size [on the alpha], not that > >there was extraneous > >padding. > > This may be true if you control the ABI. You *do* control the ABI. You are either running a known ABI paradigm (ie: int push, sizeof(int) == sizeof(register_t), etc.), or you are running a compatability ABI, in which case you know at binary load time and can force alternate argument call gating without much trouble (but some runtime overhead: to be expected in any case of non-native code execution anyway). > >I'd really dealy love to know how there could be an endianess issue, > >considering system calls are only ever going to run as compiled code > >on one endianess of machine. > > To run user code on one machine and syscalls on another. I wouldn't > want that. I agree. The main issue I'm trying to consider here is emulated execution environments on the order of Xenix 286 support. Specifically, I have code for running a process in an emulated x86 environment and making system calls that are serviced by native code. The reason for doing this is running Intel iBCS2 code on PPC and Alpha. Clearly it's insufficient at present, without the ability to do a full 386 emulation, but it's sufficient for kernel interfaces to be allowed to be native rather than emulated as well. It's a sound concept, but it goes to hell under close approach, like what you'd have in wrappering all the system calls, or using register passing. > >> >What does it do? What use is the change? > >> > >> It avoids scattering unportable casts and ugly macros to perform them > >> throughout the "machine-independent" code. Now we have only unportable > >> casts. 4.4lite2 has slightly less unportable casts and ugly macros. > >> NetBSD has much less unportable casts and ugly macros. > > >The structure casts, I presume? > > Yes. Structure casts are not a portability problem (as below). > >The answer is to compile with the packing being the default for data > >matchup -- in the alpha case, 64 bits. For devices that need it, use > >packing #pragma's to tighten them up on a case by case basis, in the > >header file defining the structure. > > That won't help much. The problem is that syscall args don't form > a struct. Even if they are in memory, the packing may be different. This is not allowed to be the case. Either the nature of the push must be changed to ensure a register_t sized push, or the structure packing must be specifiable at declaration time, or (preferrably) both. This is the current case with GCC and AIX/Sun/DEC/SGI compilers, so it shouldn't be an issue. > This can probably be handled by using __attribute__ ((packed)) for > every arg to enforce a particular layout. But that would only work > with gcc. I suggest using machine-generated code of the form > `*(type *)(base + OFFSET)' where `type' and OFFSET depend on the arg. Code readability is an issue. The vnode_if.h file is an allowable exception because of the export layering used in vnode.h's inclusion of the file. The general case of machine generated code is a bad one for code readability. > >Aligned element accesses are faster anyway. > > OFFSET would usually be a multiple of the alignment so it would be > easy to calculate :-). Well, as long as sizeof(int) == sizeof(register_t), it wouldn't ever be an issue in the first place unless you tried to send arguments as themselves and the argument in question too multiple pushes to get there. That's only the quad arguments on Intel, and since the off_t definition is a standards violation, there's no problem with making an interface extension in those cases (already enumerated) to deal with it. > The ABI is a convention, and can't be changed. The ABI is an agreement between user and kernel space, and is abstracted from implementation by (1) binary file identification, (2) execution class, and (3) call gate. That means we can vary it without changing the underlying implementation, with the cost being restricted to the abstraction layering (already in place as additional overhead anyway for ABI class emulation) and additional overhead for non-native ABI's. > >> There may be no correct size. A size of 3 ints wouldn't work for > >> open("foo", 0) if the caller has perversely passed 2 args on the stack > >> at the top of the address space. Where are the ABI specs that disallow > >> this? > > >There are none. However, you are wrong; it would work, you'd just > >get a garbage value (stack direction grows the right direction for > >the third argument to be optional). Since in that case the garbage > >value is unreferenced (or the call generated a prototype warning > >...not 8-)), then it will work. > > I should get an EFAULT return if the args are at the top of the address > space like I said. I think this would be hard to enforce without dictating either stack probes or argument count pushing (ala the VAX Calling Standard) in any implementation. Consider a quad first argument on an Intel architecture. > >I have to point out that it would then be impossible to make system > >calls without prototype references. If this is a "fix" for the quad > >word passing problem (which is a "non-use of system call prototype" > >problem), then, isn't this just making things worse? > > It requires either prototypes or passing parameters of the correct > type just like it always did. Since there is a lot of broken code > out there, most compilers use inferior parameter passing conventions > to support the broken code. And? I don't see that as a problem. It's not possible for FreeBSD to dictate coding practices; unlike Microsoft, it isn't 70% of the market. Because of this, it is necessary to compromise to make the code run. We already do this in a number of cases. You might as well mandate that TERMIOS be the only tty control mechanism, and all applications that expect to run on FreeBSD "must conform". I wouldn't have a problem with an alternate execution class, and potentially trap gate, to cause there to be a "very fast" calling mechanism that is there *as*an*aternative*to*the*default* "portable" calling mechanism. But mandating that the default be such that the majority of code on the net would require patching to make it run (admittedly, mostly header files) is *bogus*. > >Callee pop only works when using the same stack. When you get to the > >kernel, the kernel thread (or just process) will be using its own stack, > >so that argument won't wash. My complaint on callee pop as a more > >fruitful pursuit was based on kernel-kernel calls, not user-kernel calls. > > Of course you wouldn't want to use it across interfaces, but how do > you stop a C compiler that is optimized for compiling user code from > producing wrong code for interfaces that it doesn't support? (Writing > masses of interface code in assembler isn't acceptable.) This is an interesting question... but I can't see a situation where it could be applicable. There *must* be a mechanism for making OS service requests to implement the standard libraries. There is no other option to avoid isolating the program from all of it's I/O (I/O, at least, must use system interfaces, even if everything else is faked, including lying about the time, etc.). The answer to your question is that the compiler must know about some system interface mechanism, then the system must provide the requested mechanism. I object to needing to include standard system call prototypes to allow their use. I put up with lseek/truncate/ftruncate/mmap BS because it's impossible to support all of quads, 32 bit ints, and trap-based call mechanisms and not violate either ANSI C, POSIX or both. I just happen to disagree with where the violation takes place. Note that prototypes of system calls screw up your ability to properly utilize the syscall(2) call gate mechanism the way it was intended. A user space checkpointing mechanism that defines it's own open interface and calls the real open call via syscall (to remember the file names) will fail to compiler when the inlined open conflicts with the user definition. And then you're back to unprototyped or buggered header files (which are *very* system dependent) to implement your application interface. It's a reduction in "portability to BSD". As a "marketing strategy", on should make an OS easy to port to and hard to port from. Idealogically, I'm opposed to the "hard to port from" part of this, but no matter what ideology you follow, making it "hard to port to" is a big, big mistake. > >Right now the screwable functions are truncate, ftruncate, seek, lseek, > >and mmap -- and mmap() is bogus because of the kernel address space > >restrictions currently on "vmio". The others are in violation of one > >or more standards because "quad" isn't an allowable type. Might as > >well violate them further by using inline references to the __syscall(2) > >instead of syscall(2) to get to them so that: (1) they are undefined > >without proper header inclusion, and (2) the padding is guaranteed > >(as the __syscall(2) states in the man page). That at least would solve > >the screwups without adding to them. > > I've thought of changing the compiler to always check format args and > print a diagnostic if there is a mismatch for a quad arg. Something > similar could be done for the above functions - make them builtins > and complain about type mismatches for them. For functions it's > easier to silently DTRT (promote the args). That's one approach, on the order of printf argument checking, and probably requiring a higher-than-default error/warning level to cause to be active. I think most people will fail this test. If you put a mechanism like this in, it's hard to argue that the compiler should bitch at the user instead of just pushing a high order 0 and "making the code work" -- turn the error to a warning. Probably a "correct" approach would be to either (1) push 64 bits per for all arguments, using type identification to decide on pushing a 0 for the quad high order dword or pushing a value that really exists at the time of the call, or (2) choose a different violation of the ANSI C and POSIX standards -- interface extension -- instead of passing quad's for the default truncate/seek/mmap call interfaces. The additional calls would only exist as inlines, not in libc, and would thus be unusable without prototypes (qtruncate/qftruncate/qseek/qlseek/qmmap). And you wouldn't even implement qmmap until the vmio file windowing is fixed in the kernel VM system. I think that changing the interface in such a way as to cause large amounts of "third party" (ie: ftp'able and/or commercial) code to "show its brokenness" is a mistake. The quad system call arguments are mistakes of this family. In any case, I think the benefits are questionable, and should be explored as an execution class other than the default execution class (ABI) before they are integrated. Even after they are integrated, portability would dictate that their use be optional. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Wed Oct 25 14:18:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA16694 for freebsd-commit-outgoing; Wed, 25 Oct 1995 14:18:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA16678 for cvs-all-outgoing; Wed, 25 Oct 1995 14:18:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA16664 for cvs-user-outgoing; Wed, 25 Oct 1995 14:18:11 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA16648 ; Wed, 25 Oct 1995 14:18:07 -0700 Date: Wed, 25 Oct 1995 14:18:07 -0700 From: "Jordan K. Hubbard" Message-Id: <199510252118.OAA16648@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall install.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/25 14:18:03 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall install.c Log: Don't make the failure to declare a /usr so fatal. From owner-freebsd-commit Wed Oct 25 14:44:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA19903 for freebsd-commit-outgoing; Wed, 25 Oct 1995 14:44:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA19851 for cvs-all-outgoing; Wed, 25 Oct 1995 14:44:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA19829 for cvs-sys-outgoing; Wed, 25 Oct 1995 14:44:15 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA19795 ; Wed, 25 Oct 1995 14:44:06 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA19692; Wed, 25 Oct 1995 14:35:48 -0700 From: Terry Lambert Message-Id: <199510252135.OAA19692@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: dyson@freefall.freebsd.org (John Dyson) Date: Wed, 25 Oct 1995 14:35:47 -0700 (MST) Cc: terry@lambert.org, bde@zeta.org.au, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510252114.OAA16054@freefall.freebsd.org> from "John Dyson" at Oct 25, 95 02:14:27 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 2914 Sender: owner-commit@freebsd.org Precedence: bulk > > Probably a "correct" approach would be to either (1) push 64 bits per > > for all arguments, using type identification to decide on pushing a 0 > > for the quad high order dword or pushing a value that really exists at > > the time of the call, or (2) choose a different violation of the ANSI C > > and POSIX standards -- interface extension -- instead of passing quad's > > for the default truncate/seek/mmap call interfaces. The additional > > calls would only exist as inlines, not in libc, and would thus be unusable > > without prototypes (qtruncate/qftruncate/qseek/qlseek/qmmap). And > > you wouldn't even implement qmmap until the vmio file windowing is fixed > > in the kernel VM system. > > > Terry, > I am confused whe you talk about file windowing. There is > absolutely NO windowing or mapping of files into the kernel > space except for reading an executables file header. Files > take only the KVA space to support the buffer cache and paging > I/O. I believe that there are *totally* broken schemes whereby > file I/O is done through kernel page faults -- but that is not > what we do. All I/O is explicit -- it is nicer that way. > > Pages from files are simply bulk data residing in VM objects. Some > of which have buffers associated with them. > > The problem with the addressibility in the lower levels of the VM > system is that the > size of a VM offset is a unsigned long. I do not want to change that > to a long long for efficiency reasons. I have a method that > will keep the size of the data structure mostly the same, and > give a 2^12 increase in the size of the address space. > > It *might* be a 2.2 thing... 2^12 * 2^31 = 2^43. 2^43 << 2^63. The problem is for large file systems, and a lesser problem, large files on large file systems (lesser because a file will always be smaller than the FS that contains it). Causing the access to the file to be windowed through the available address space would resolve the problem once and for all and put it at 2^63 -- the highest bit still being reserved for error return on lseek and for indirect block identification. Right now it is impossible to support those files for which quad is a desirable type for off_t because of VM limitations imposed. The imposition is present codified in ffs_vmlimits() in the source file /sys/ufs/ffs/ffs_vfsops.c. The only value of quad is as an annoyance and as a spur to further annoyance and standards violations, as well as an advocacy of evil portability sabatoge to the ABI calling interface. The codification in ffs_vmlimits() is an interface violation in any case: it is a machine architecture dependency, and in acutality a vmio dependency and doesn't belong in the supposedly machine independent FS code anyway. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Wed Oct 25 19:39:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17498 for freebsd-commit-outgoing; Wed, 25 Oct 1995 19:39:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17474 for cvs-all-outgoing; Wed, 25 Oct 1995 19:39:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17457 for cvs-etc-outgoing; Wed, 25 Oct 1995 19:39:40 -0700 Received: (from jfieber@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA17427 ; Wed, 25 Oct 1995 19:39:27 -0700 Date: Wed, 25 Oct 1995 19:39:27 -0700 From: John Fieber Message-Id: <199510260239.TAA17427@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc make.conf Sender: owner-commit@FreeBSD.org Precedence: bulk jfieber 95/10/25 19:39:25 Branch: etc RELENG_2_1_0 Modified: etc make.conf Log: Change commented SUPFILE examples to reflect where the supfiles actually are (share/examples/sup). Obtained from: -current From owner-freebsd-commit Wed Oct 25 20:26:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA23765 for freebsd-commit-outgoing; Wed, 25 Oct 1995 20:26:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA23739 for cvs-all-outgoing; Wed, 25 Oct 1995 20:26:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA23716 for cvs-sys-outgoing; Wed, 25 Oct 1995 20:26:24 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA23693 ; Wed, 25 Oct 1995 20:26:06 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id NAA02246; Thu, 26 Oct 1995 13:21:32 +1000 Date: Thu, 26 Oct 1995 13:21:32 +1000 From: Bruce Evans Message-Id: <199510260321.NAA02246@godzilla.zeta.org.au> To: dyson@freefall.freebsd.org, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, bde@zeta.org.au, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu Sender: owner-commit@freebsd.org Precedence: bulk >2^63 -- the highest bit still being reserved for error return on lseek >and for indirect block identification. The highest bit is not reserved for error return on lseek. Only one value ((off_t)-1) is reserved. >The only value of quad is as an annoyance and as a spur to further It is expedient. Would you prefer off_t to be double? (That's in the ABI; inside the kernel and on disks offsets should be represented in an efficient way, perhaps as quads.) Bruce From owner-freebsd-commit Wed Oct 25 22:13:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04776 for freebsd-commit-outgoing; Wed, 25 Oct 1995 22:13:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04735 for cvs-all-outgoing; Wed, 25 Oct 1995 22:13:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04715 for cvs-usrsbin-outgoing; Wed, 25 Oct 1995 22:13:09 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04688 ; Wed, 25 Oct 1995 22:13:01 -0700 Date: Wed, 25 Oct 1995 22:13:01 -0700 From: Nate Williams Message-Id: <199510260513.WAA04688@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sliplogin sliplogin.8 Sender: owner-commit@FreeBSD.org Precedence: bulk nate 95/10/25 22:13:00 Modified: usr.sbin/sliplogin sliplogin.8 Log: Minor cleanup of English once more. From owner-freebsd-commit Wed Oct 25 22:14:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA05033 for freebsd-commit-outgoing; Wed, 25 Oct 1995 22:14:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA05003 for cvs-all-outgoing; Wed, 25 Oct 1995 22:14:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04973 for cvs-sbin-outgoing; Wed, 25 Oct 1995 22:14:06 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04939 ; Wed, 25 Oct 1995 22:13:56 -0700 Date: Wed, 25 Oct 1995 22:13:56 -0700 From: Nate Williams Message-Id: <199510260513.WAA04939@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.8 Sender: owner-commit@FreeBSD.org Precedence: bulk nate 95/10/25 22:13:56 Modified: sbin/slattach slattach.8 Log: Convert to proper English in the same manner as the sliplogin manpage. From owner-freebsd-commit Wed Oct 25 22:23:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA06212 for freebsd-commit-outgoing; Wed, 25 Oct 1995 22:23:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA06184 for cvs-all-outgoing; Wed, 25 Oct 1995 22:23:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA06164 for cvs-sys-outgoing; Wed, 25 Oct 1995 22:23:36 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA06143 ; Wed, 25 Oct 1995 22:23:14 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA07866; Thu, 26 Oct 1995 15:20:48 +1000 Date: Thu, 26 Oct 1995 15:20:48 +1000 From: Bruce Evans Message-Id: <199510260520.PAA07866@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu Sender: owner-commit@freebsd.org Precedence: bulk >> Which one? In NetBSD it's register_t, which may be longer than an >> int. This causes problems. >Yeah. They ignored the definition of "int". That's a problem. "int" is machine-dependent. On 68000's you would have to support some user compilers using 16 bit ints (for speed) and others using 32 bit ints (for easy porting). We're close to having the same problems with 32 vs 64 bit ints. >The real problem is the lack of atomic sized types and the use of "short" >as a synonym for "16 bit value", "long" for "32 bit value" and "quad" >for "64 bit value". NetBSD has fixed this. It uses the typedefs in (int16_t, int32_t, int64_t) a lot. >The real screwup is when int goes greater than 32 bits, the standard >*stupidly* requires long to go up as well because it can concieve of >a maximally sized type named anything other than "long". This is fundamental. longs are at least as large as ints. >> Inlining should remove the hit. Perhaps given smarter encapsulation >I suppose this assumes that the compiler will correctly adjust the >register graph for the inlined assembly's register usage? I don't >believe GCC is capable of this now, and I *know* Microsoft's compiler >dies when this happens. Everything assumes a correct compiler. gcc justs produces slower code when you give it a register allocation problem that is too hard for it. >I think using registers for calls and inlining are antithetical. You Calls to inline functions don't use the standard calling convention. >> >I'd argue that 'int' was the wrong size [on the alpha], not that >> >there was extraneous >> >padding. >> >> This may be true if you control the ABI. >You *do* control the ABI. You are either running a known ABI paradigm >(ie: int push, sizeof(int) == sizeof(register_t), etc.), or you are >running a compatability ABI, in which case you know at binary load time You know it but you don't control it. >and can force alternate argument call gating without much trouble (but >some runtime overhead: to be expected in any case of non-native code >execution anyway). I've thought of using alternative gates to stop the compatibility interface (for other OS's) from slowing down the standard interface. We plan to use trap gates instead of call gates for standard syscalls. We already support int 0x80 for Linux and NetBSD uses int 0x80 for its native syscalls. If everything used int 0x80, then decoding would be expensive. The expense can be pushed to image activation time using alternative TSS's and gates. We might end up with the following: int 0x80 (trap gate) for native syscalls int 0x80 (trap gate) for NetBSD syscalls int 0x80 (trap gate) for Linux syscalls lcall(7, 0) (call gate) for ibcs2 compatibility and slowness ... >The main issue I'm trying to consider here is emulated execution >environments on the order of Xenix 286 support. Specifically, I >... >to be native rather than emulated as well. It's a sound concept, >but it goes to hell under close approach, like what you'd have in >wrappering all the system calls, or using register passing. Er, you have this exactly backwards. My wrappers provide part of what is required to handle nontrivial conversions from a 16 bit ABI to a 32 bit one. >Structure casts are not a portability problem (as below). >> >The answer is to compile with the packing being the default for data >> >matchup -- in the alpha case, 64 bits. For devices that need it, use >> >packing #pragma's to tighten them up on a case by case basis, in the >> >header file defining the structure. >> >> That won't help much. The problem is that syscall args don't form >> a struct. Even if they are in memory, the packing may be different. >This is not allowed to be the case. Either the nature of the push >must be changed to ensure a register_t sized push, or the structure Yeah, right. Change the Xenix 286 ABI to push 386 register_t's. >packing must be specifiable at declaration time, or (preferrably) both. Packing can't be specified in C. That's why my my machine generated wrappers are required - to provide portability. It isn't worth supporting both because if you support the worst case (weird packing) then it just takes more code to support the array case. >> This can probably be handled by using __attribute__ ((packed)) for >> every arg to enforce a particular layout. But that would only work >> with gcc. I suggest using machine-generated code of the form >> `*(type *)(base + OFFSET)' where `type' and OFFSET depend on the arg. >Code readability is an issue. The vnode_if.h file is an allowable >exception because of the export layering used in vnode.h's inclusion >of the file. The general case of machine generated code is a bad one >for code readability. My ideas for syscalls are based on what is done for vnodes :-). It is possible to do better for syscalls (remove the uap's from the non- machine-generated code) because stacking isn't required. Stacking seems to require passing around uap's because one layer might modify *uap. This is too hard to do with call-by-value function call args. >> The ABI is a convention, and can't be changed. >The ABI is an agreement between user and kernel space, and is abstracted >from implementation by (1) binary file identification, (2) execution >class, and (3) call gate. >That means we can vary it without changing the underlying implementation, >with the cost being restricted to the abstraction layering (already in >place as additional overhead anyway for ABI class emulation) and >additional overhead for non-native ABI's. You can't vary Xenix 286's syscall parameter passing conventions! >> >I have to point out that it would then be impossible to make system >> >calls without prototype references. If this is a "fix" for the quad >> >word passing problem (which is a "non-use of system call prototype" >> >problem), then, isn't this just making things worse? >> >> It requires either prototypes or passing parameters of the correct >> type just like it always did. Since there is a lot of broken code >> out there, most compilers use inferior parameter passing conventions >> to support the broken code. >And? >I don't see that as a problem. It's not possible for FreeBSD to dictate >coding practices; unlike Microsoft, it isn't 70% of the market. Because >of this, it is necessary to compromise to make the code run. We already >do this in a number of cases. I write Standard code and don't wan't it slowed down by inferior parameter passing conventions required for broken code. Unfortunately the parameter passing convention must be the same as the libraries, and the library must use a portable convention internally as well as to interface because using variant conventions would be too hard and isn't fully supported. I don't want the library code cluttered with __attribute((__fast__calling_ convention__)) anyway. >I wouldn't have a problem with an alternate execution class, and potentially >trap gate, to cause there to be a "very fast" calling mechanism that is >there *as*an*aternative*to*the*default* "portable" calling mechanism. >But mandating that the default be such that the majority of code on the >net would require patching to make it run (admittedly, mostly header >files) is *bogus*. The default should be fast. Since the convention is enforced by mostly machine generated glue in /usr/src/lib/libc/i386, the C convention is irrelevant except for its impact on the complexity of the glue. >I object to needing to include standard system call prototypes to allow >their use. I put up with lseek/truncate/ftruncate/mmap BS because it's It isn't required. However, passing of args that have the correct type (after the default promotions) is required. The second arg to lseek must be off_t, not long, except of course if off_t is long. >Note that prototypes of system calls screw up your ability to properly >utilize the syscall(2) call gate mechanism the way it was intended. A The use of syscall() in general requires handling all the messy conversion issues that we have been discussing in your own code. >user space checkpointing mechanism that defines it's own open interface >and calls the real open call via syscall (to remember the file names) >will fail to compiler when the inlined open conflicts with the user >definition. Yes, it can't work in general :-]. It assumes all machines are vaxes. >Probably a "correct" approach would be to either (1) push 64 bits per >for all arguments, using type identification to decide on pushing a 0 >for the quad high order dword or pushing a value that really exists at >the time of the call, or This would be slow and is beside the point. It's easy to implement a good ABI for a particular when you can design it. We'll have just one chance to redesigned the ABI when we switch to int 0x80 syscalls. (2) choose a different violation of the ANSI C >and POSIX standards -- interface extension -- instead of passing quad's POSIX allows most reasonable extensions. >for the default truncate/seek/mmap call interfaces. The additional It even allows nonstandard syscalls such as truncate/mmap :-). >without prototypes (qtruncate/qftruncate/qseek/qlseek/qmmap). And >you wouldn't even implement qmmap until the vmio file windowing is fixed >in the kernel VM system. Linux has llseek. That way leads to many ifdefs. >In any case, I think the benefits are questionable, and should be >explored as an execution class other than the default execution class >(ABI) before they are integrated. Even after they are integrated, >portability would dictate that their use be optional. This discussion has become sidetracked. Please restrict durther discussion to the original point, which is to simplify the apparent interface to syscalls without changing the actual interface at all and without reducing efficiency significantly. Bruce From owner-freebsd-commit Wed Oct 25 22:36:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07435 for freebsd-commit-outgoing; Wed, 25 Oct 1995 22:36:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07412 for cvs-all-outgoing; Wed, 25 Oct 1995 22:36:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07395 for cvs-sbin-outgoing; Wed, 25 Oct 1995 22:36:38 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07372 ; Wed, 25 Oct 1995 22:36:27 -0700 Date: Wed, 25 Oct 1995 22:36:27 -0700 From: Nate Williams Message-Id: <199510260536.WAA07372@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-commit@FreeBSD.org Precedence: bulk nate 95/10/25 22:36:26 Modified: sbin/ipfw ipfw.8 Log: Convert manpage to -mandoc macros. Submitted by: Gary Palmer Minor cleanup by me in the English. From owner-freebsd-commit Wed Oct 25 23:57:55 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA16017 for freebsd-commit-outgoing; Wed, 25 Oct 1995 23:57:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA15999 for cvs-all-outgoing; Wed, 25 Oct 1995 23:57:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA15987 for cvs-sys-outgoing; Wed, 25 Oct 1995 23:57:45 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA15968 ; Wed, 25 Oct 1995 23:57:39 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id XAA09358; Wed, 25 Oct 1995 23:57:38 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id XAA00198; Wed, 25 Oct 1995 23:57:08 -0700 Message-Id: <199510260657.XAA00198@corbin.Root.COM> To: Bruce Evans cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern tty_pty.c In-reply-to: Your message of "Thu, 26 Oct 95 05:11:25 +1000." <199510251911.FAA17483@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 25 Oct 1995 23:57:03 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >> Modified: sys/kern tty_pty.c >> Log: >> Fixed data loss in writes to pty masters. Data was almost always lost >> at the end of each write for writes of more than 1K. >> >> Fixed handling of residual count for early returns in writes to pty masters. >> It was only adjusted in 2 out of 6 cases. > >These changes should be in 2.1 too. Sigh. They should be checked more >carefully than the changes in tty_subr.c. I'm not sure what happens in >the PF_REMOTE case. cc can only be 0 in that case if the PF_REMOTE flag >changed. If that can happen, then cc may be too large to fit in the canq >and not everything is written. I've been testing the changes here. These seem to fix the data loss problems, but a cntrl-C still causes everything to wedge until I kill the 'od' in another window: root 179 112 196 508 ptcout S p0 11:54PM 0:01.71 od -v /dev/zero root 180 112 184 68 ttywai SE+ p0 11:54PM 0:00.54 cat /dev/ttyp8 -DG From owner-freebsd-commit Thu Oct 26 00:01:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA16202 for freebsd-commit-outgoing; Thu, 26 Oct 1995 00:01:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA16182 for cvs-all-outgoing; Thu, 26 Oct 1995 00:01:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA16167 for cvs-sys-outgoing; Thu, 26 Oct 1995 00:01:02 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA16157 ; Thu, 26 Oct 1995 00:00:58 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id AAA09373; Thu, 26 Oct 1995 00:00:57 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id AAA00212; Thu, 26 Oct 1995 00:00:27 -0700 Message-Id: <199510260700.AAA00212@corbin.Root.COM> To: Bruce Evans cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern tty_pty.c In-reply-to: Your message of "Wed, 25 Oct 95 23:57:03 PDT." <199510260657.XAA00198@corbin.Root.COM> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 26 Oct 1995 00:00:27 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk > I've been testing the changes here. These seem to fix the data loss >problems, but a cntrl-C still causes everything to wedge until I kill the >'od' in another window: I forgot to mention that the old code did this, too, so this isn't a new problem. -DG >root 179 112 196 508 ptcout S p0 11:54PM 0:01.71 od -v /dev/zero >root 180 112 184 68 ttywai SE+ p0 11:54PM 0:00.54 cat /dev/ttyp8 > > >-DG From owner-freebsd-commit Thu Oct 26 00:40:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18883 for freebsd-commit-outgoing; Thu, 26 Oct 1995 00:40:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18868 for cvs-all-outgoing; Thu, 26 Oct 1995 00:40:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18858 for cvs-sys-outgoing; Thu, 26 Oct 1995 00:40:02 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA18842 ; Thu, 26 Oct 1995 00:39:53 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA12694; Thu, 26 Oct 1995 17:33:46 +1000 Date: Thu, 26 Oct 1995 17:33:46 +1000 From: Bruce Evans Message-Id: <199510260733.RAA12694@godzilla.zeta.org.au> To: bde@zeta.org.au, davidg@Root.COM Subject: Re: cvs commit: src/sys/kern tty_pty.c Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-commit@FreeBSD.org Precedence: bulk >> I've been testing the changes here. These seem to fix the data loss >>problems, but a cntrl-C still causes everything to wedge until I kill the >>'od' in another window: > I forgot to mention that the old code did this, too, so this isn't a new >problem. >-DG >>root 179 112 196 508 ptcout S p0 11:54PM 0:01.71 od -v /dev/zero >>root 180 112 184 68 ttywai SE+ p0 11:54PM 0:00.54 cat /dev/ttyp8 [This is for od -v /dev/zero >/dev/ptyp8 & cat /dev/ttyp8 I didn't try to fix this. There may be no correct fix. It wouldn't be correct to abort any current i/o and return EOF/EIO for all future i/o on the master pty. Returning EOF for read() would be equivalent to not waiting in ptsclose() and returning EIO for write() would break output intended for other processes. There is interesting behaviour if another process reads from the slave: cat /dev/ttyp8 The od resumes output and the new cat reads it, but this has no effect on the wedged cat. The wedged cat is in last-close() while another process has the device open! Bad things might happen when the last-close() completes. It is probably a bug to allow opens of devices being last-close()d. Bruce From owner-freebsd-commit Thu Oct 26 00:40:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18949 for freebsd-commit-outgoing; Thu, 26 Oct 1995 00:40:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18930 for cvs-all-outgoing; Thu, 26 Oct 1995 00:40:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18917 for cvs-sys-outgoing; Thu, 26 Oct 1995 00:40:22 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18902 ; Thu, 26 Oct 1995 00:40:17 -0700 Date: Thu, 26 Oct 1995 00:40:17 -0700 From: David Greenman Message-Id: <199510260740.AAA18902@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/26 00:40:16 Modified: sys/pci if_de.c Log: From Matt Thomas: "I screwed the initialization of the burstsize. Right now it will default to 0 (which can cause corruption problems on high latency PCI buses). It should be set to 8 longwords to avoid problems with certain PCI chipsets." Submitted by: Matt Thomas From owner-freebsd-commit Thu Oct 26 00:47:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19891 for freebsd-commit-outgoing; Thu, 26 Oct 1995 00:47:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19862 for cvs-all-outgoing; Thu, 26 Oct 1995 00:47:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19848 for cvs-sys-outgoing; Thu, 26 Oct 1995 00:47:23 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19825 ; Thu, 26 Oct 1995 00:47:18 -0700 Date: Thu, 26 Oct 1995 00:47:18 -0700 From: David Greenman Message-Id: <199510260747.AAA19825@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/26 00:47:17 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci if_de.c Log: Brought in 1.35: fix incorrect burstsize initialization. From owner-freebsd-commit Thu Oct 26 01:12:13 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA23237 for freebsd-commit-outgoing; Thu, 26 Oct 1995 01:12:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA23212 for cvs-all-outgoing; Thu, 26 Oct 1995 01:12:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA23195 for cvs-user-outgoing; Thu, 26 Oct 1995 01:12:06 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA23165 ; Thu, 26 Oct 1995 01:11:56 -0700 Date: Thu, 26 Oct 1995 01:11:56 -0700 From: "Jordan K. Hubbard" Message-Id: <199510260811.BAA23165@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall/help media.hlp partition.hlp slice.hlp usage.hlp Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 01:11:54 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall apache.c config.c disks.c dist.c ftp_strat.c install.c installFinal.c installUpgrade.c label.c main.c menus.c network.c nfs.c options.c package.c sysinstall.h system.c tcpip.c variable.c Log: o Fix installUpgrade to start the holographic shell as well. o Lots of documentation fixes. o Rename FTP active to "FTP" and explain passive mode better. o Make tcpip screen a bit more friendly. o Literally dozens of nits. Branch: release/sysinstall/help RELENG_2_1_0 Modified: release/sysinstall/help media.hlp partition.hlp slice.hlp usage.hlp Log: o Lots of documentation fixes. From owner-freebsd-commit Thu Oct 26 01:22:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24442 for freebsd-commit-outgoing; Thu, 26 Oct 1995 01:22:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24417 for cvs-all-outgoing; Thu, 26 Oct 1995 01:22:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24404 for cvs-user-outgoing; Thu, 26 Oct 1995 01:22:18 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24349 ; Thu, 26 Oct 1995 01:21:55 -0700 Date: Thu, 26 Oct 1995 01:21:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199510260821.BAA24349@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall freebsd.cfg Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 01:21:52 Branch: release/sysinstall RELENG_2_1_0 Added: release/sysinstall freebsd.cfg Log: Import my laptop's installation configuration file, just as a working example. From owner-freebsd-commit Thu Oct 26 01:24:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24609 for freebsd-commit-outgoing; Thu, 26 Oct 1995 01:24:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24585 for cvs-all-outgoing; Thu, 26 Oct 1995 01:24:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24573 for cvs-user-outgoing; Thu, 26 Oct 1995 01:23:58 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24541 ; Thu, 26 Oct 1995 01:23:36 -0700 Date: Thu, 26 Oct 1995 01:23:36 -0700 From: "Jordan K. Hubbard" Message-Id: <199510260823.BAA24541@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 01:23:33 Branch: release RELENG_2_1_0 Modified: release Makefile Log: Grrrr. Soon! From owner-freebsd-commit Thu Oct 26 01:38:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26105 for freebsd-commit-outgoing; Thu, 26 Oct 1995 01:38:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26085 for cvs-all-outgoing; Thu, 26 Oct 1995 01:38:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26074 for cvs-sys-outgoing; Thu, 26 Oct 1995 01:38:40 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26054 ; Thu, 26 Oct 1995 01:38:14 -0700 Date: Thu, 26 Oct 1995 01:38:14 -0700 From: David Greenman Message-Id: <199510260838.BAA26054@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c tty_subr.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/26 01:38:11 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern tty_pty.c tty_subr.c Log: Brought in changes from main branch: fixes for pty data lossage. From owner-freebsd-commit Thu Oct 26 01:57:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26984 for freebsd-commit-outgoing; Thu, 26 Oct 1995 01:57:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26950 for cvs-all-outgoing; Thu, 26 Oct 1995 01:57:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26922 for cvs-user-outgoing; Thu, 26 Oct 1995 01:57:05 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26869 ; Thu, 26 Oct 1995 01:56:30 -0700 Date: Thu, 26 Oct 1995 01:56:30 -0700 From: "Jordan K. Hubbard" Message-Id: <199510260856.BAA26869@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall apache.c config.c disks.c dist.c doc.c ftp_strat.c install.c installFinal.c installUpgrade.c label.c main.c menus.c network.c nfs.c options.c package.c sysinstall.h system.c tcpip.c variable.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 01:56:24 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall apache.c config.c disks.c dist.c doc.c ftp_strat.c install.c installFinal.c installUpgrade.c label.c main.c menus.c network.c nfs.c options.c package.c sysinstall.h system.c tcpip.c variable.c Log: Sync up for this snapshot. From owner-freebsd-commit Thu Oct 26 02:19:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28224 for freebsd-commit-outgoing; Thu, 26 Oct 1995 02:19:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28211 for cvs-all-outgoing; Thu, 26 Oct 1995 02:19:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28192 for cvs-sys-outgoing; Thu, 26 Oct 1995 02:18:50 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28162 ; Thu, 26 Oct 1995 02:18:06 -0700 Date: Thu, 26 Oct 1995 02:18:06 -0700 From: David Greenman Message-Id: <199510260918.CAA28162@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_lookup.c ufs_vnops.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/26 02:17:55 Branch: sys/isofs/cd9660 RELENG_2_1_0 sys/kern RELENG_2_1_0 sys/msdosfs RELENG_2_1_0 sys/nfs RELENG_2_1_0 sys/ufs/ufs RELENG_2_1_0 Modified: sys/isofs/cd9660 cd9660_lookup.c sys/kern vfs_lookup.c vfs_syscalls.c vfs_vnops.c sys/msdosfs msdosfs_vnops.c sys/nfs nfs_vnops.c sys/ufs/ufs ufs_lookup.c ufs_vnops.c Log: Brought in changes from main branch: move FS readonly checks into the filesystem layer to fix related panics from vgone()'d vnodes. From owner-freebsd-commit Thu Oct 26 02:25:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28433 for freebsd-commit-outgoing; Thu, 26 Oct 1995 02:25:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28415 for cvs-all-outgoing; Thu, 26 Oct 1995 02:25:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28404 for cvs-user-outgoing; Thu, 26 Oct 1995 02:25:18 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28393 ; Thu, 26 Oct 1995 02:25:03 -0700 Date: Thu, 26 Oct 1995 02:25:03 -0700 From: Poul-Henning Kamp Message-Id: <199510260925.CAA28393@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/26 02:25:01 Modified: . Makefile Log: Changed "tools" to "build-tools". Suggested by: Peter Wemm From owner-freebsd-commit Thu Oct 26 03:06:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA29687 for freebsd-commit-outgoing; Thu, 26 Oct 1995 03:06:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA29667 for cvs-all-outgoing; Thu, 26 Oct 1995 03:06:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA29650 for cvs-etc-outgoing; Thu, 26 Oct 1995 03:06:08 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA29637 ; Thu, 26 Oct 1995 03:05:59 -0700 Date: Thu, 26 Oct 1995 03:05:59 -0700 From: "Andrey A. Chernov" Message-Id: <199510261005.DAA29637@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 03:05:57 Modified: etc Makefile Log: Add test for symlink presence before remove it From owner-freebsd-commit Thu Oct 26 03:57:24 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01458 for freebsd-commit-outgoing; Thu, 26 Oct 1995 03:57:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01438 for cvs-all-outgoing; Thu, 26 Oct 1995 03:57:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01422 for cvs-bin-outgoing; Thu, 26 Oct 1995 03:57:07 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01407 ; Thu, 26 Oct 1995 03:56:45 -0700 Date: Thu, 26 Oct 1995 03:56:45 -0700 From: "Andrey A. Chernov" Message-Id: <199510261056.DAA01407@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ls ls.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 03:56:43 Modified: bin/ls ls.c Log: Change locale to LC_ALL, there no bitmask From owner-freebsd-commit Thu Oct 26 03:58:33 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01565 for freebsd-commit-outgoing; Thu, 26 Oct 1995 03:58:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01551 for cvs-all-outgoing; Thu, 26 Oct 1995 03:58:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01534 for cvs-bin-outgoing; Thu, 26 Oct 1995 03:58:13 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01524 ; Thu, 26 Oct 1995 03:57:56 -0700 Date: Thu, 26 Oct 1995 03:57:56 -0700 From: "Andrey A. Chernov" Message-Id: <199510261057.DAA01524@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ps ps.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 03:57:55 Modified: bin/ps ps.c Log: Change local to LC_ALL, there is no bitmask From owner-freebsd-commit Thu Oct 26 04:00:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01703 for freebsd-commit-outgoing; Thu, 26 Oct 1995 04:00:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01684 for cvs-all-outgoing; Thu, 26 Oct 1995 04:00:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01667 for cvs-gnu-outgoing; Thu, 26 Oct 1995 04:00:13 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA01638 ; Thu, 26 Oct 1995 03:59:51 -0700 Date: Thu, 26 Oct 1995 03:59:51 -0700 From: "Andrey A. Chernov" Message-Id: <199510261059.DAA01638@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/tar tar.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 03:59:49 Modified: gnu/usr.bin/tar tar.c Log: Add setlocale LC_ALL From owner-freebsd-commit Thu Oct 26 04:02:03 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01865 for freebsd-commit-outgoing; Thu, 26 Oct 1995 04:02:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01846 for cvs-all-outgoing; Thu, 26 Oct 1995 04:01:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01830 for cvs-usrbin-outgoing; Thu, 26 Oct 1995 04:01:51 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01809 ; Thu, 26 Oct 1995 04:01:37 -0700 Date: Thu, 26 Oct 1995 04:01:37 -0700 From: "Andrey A. Chernov" Message-Id: <199510261101.EAA01809@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/finger finger.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 04:01:36 Modified: usr.bin/finger finger.c Log: Change locale to LC_ALL, there is no bitmask From owner-freebsd-commit Thu Oct 26 04:03:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02040 for freebsd-commit-outgoing; Thu, 26 Oct 1995 04:03:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02022 for cvs-all-outgoing; Thu, 26 Oct 1995 04:03:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02001 for cvs-usrbin-outgoing; Thu, 26 Oct 1995 04:03:27 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01967 ; Thu, 26 Oct 1995 04:03:14 -0700 Date: Thu, 26 Oct 1995 04:03:14 -0700 From: "Andrey A. Chernov" Message-Id: <199510261103.EAA01967@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/w w.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 04:03:13 Modified: usr.bin/w w.c Log: Change locale to LC_ALL, there is no bitmask From owner-freebsd-commit Thu Oct 26 04:13:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02517 for freebsd-commit-outgoing; Thu, 26 Oct 1995 04:13:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02505 for cvs-all-outgoing; Thu, 26 Oct 1995 04:13:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02494 for cvs-gnu-outgoing; Thu, 26 Oct 1995 04:13:00 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02479 ; Thu, 26 Oct 1995 04:12:45 -0700 Date: Thu, 26 Oct 1995 04:12:45 -0700 From: "Andrey A. Chernov" Message-Id: <199510261112.EAA02479@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cpio main.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 04:12:43 Modified: gnu/usr.bin/cpio main.c Log: Add setlocale LC_ALL From owner-freebsd-commit Thu Oct 26 05:22:43 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04095 for freebsd-commit-outgoing; Thu, 26 Oct 1995 05:22:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04081 for cvs-all-outgoing; Thu, 26 Oct 1995 05:22:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04071 for cvs-sbin-outgoing; Thu, 26 Oct 1995 05:22:35 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04062 ; Thu, 26 Oct 1995 05:22:26 -0700 Date: Thu, 26 Oct 1995 05:22:26 -0700 From: David Greenman Message-Id: <199510261222.FAA04062@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/26 05:22:26 Branch: sbin/ipfw RELENG_2_1_0 Modified: sbin/ipfw ipfw.8 Log: Sync with main branch. From owner-freebsd-commit Thu Oct 26 05:44:59 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04642 for freebsd-commit-outgoing; Thu, 26 Oct 1995 05:44:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04630 for cvs-all-outgoing; Thu, 26 Oct 1995 05:44:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA04620 for cvs-sys-outgoing; Thu, 26 Oct 1995 05:44:53 -0700 Received: from Sysiphos (Sysiphos.MI.Uni-Koeln.DE [134.95.212.10]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id FAA04615 ; Thu, 26 Oct 1995 05:44:39 -0700 Received: by Sysiphos id AA24313 (5.67b/IDA-1.5); Thu, 26 Oct 1995 13:42:45 +0100 Message-Id: <199510261242.AA24313@Sysiphos> From: se@zpr.uni-koeln.de (Stefan Esser) Date: Thu, 26 Oct 1995 13:42:45 +0100 In-Reply-To: David Greenman "cvs commit: src/sys/pci if_de.c" (Oct 26, 0:40) X-Mailer: Mail User's Shell (7.2.6 alpha(2) 7/9/95) To: David Greenman Subject: Re: cvs commit: src/sys/pci if_de.c Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, matt@lkg.dec.com Sender: owner-commit@FreeBSD.org Precedence: bulk On Oct 26, 0:40, David Greenman wrote: } Subject: cvs commit: src/sys/pci if_de.c } davidg 95/10/26 00:40:16 } } Modified: sys/pci if_de.c } Log: } From Matt Thomas: } } "I screwed the initialization of the burstsize. Right now it will default } to 0 (which can cause corruption problems on high latency PCI buses). It } should be set to 8 longwords to avoid problems with certain PCI chipsets." } } Submitted by: Matt Thomas There is a global variable for the purpose of determining the maximum burst length. It is currently initialized to 4 longwords, but I guess having it default to 8 would be Ok. (We reduced it to 4 because of a problem reported by Matt Thomas with an old Saturn chip set revision). This variable is supposed to be used by all drivers that support burst transfers. It can be adjusted from the PCI host bridge probe code, if necessary or advantegous. Quoting from /sys/pci/pci.c: /*======================================================== ** ** Variables ** **======================================================== */ /* ** log2 of safe burst len (in words) */ unsigned pci_max_burst_len = 2; /* 2=16Byte, 3=32Byte, 4=64Byte, ... */ I'd really prefer if this mechanism was used ... (I intend to clean up the PCI and NCR code later this year. This will lead to significant simplifications, and I'd like to share as much code as possible with the new EISA and possibly PCMCIA code ...) Regards, STefan -- Stefan Esser, Zentrum fuer Paralleles Rechnen Tel: +49 221 4706021 Universitaet zu Koeln, Weyertal 80, 50931 Koeln FAX: +49 221 4705160 ============================================================================== http://www.zpr.uni-koeln.de/~se From owner-freebsd-commit Thu Oct 26 06:56:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06892 for freebsd-commit-outgoing; Thu, 26 Oct 1995 06:56:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06872 for cvs-all-outgoing; Thu, 26 Oct 1995 06:56:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06853 for cvs-sys-outgoing; Thu, 26 Oct 1995 06:56:26 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06844 ; Thu, 26 Oct 1995 06:56:19 -0700 From: John Dyson Message-Id: <199510261356.GAA06844@freefall.freebsd.org> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: terry@lambert.org (Terry Lambert) Date: Thu, 26 Oct 1995 06:56:19 -0700 (PDT) Cc: terry@lambert.org, bde@zeta.org.au, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510252135.OAA19692@phaeton.artisoft.com> from "Terry Lambert" at Oct 25, 95 02:35:47 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 2426 Sender: owner-commit@freebsd.org Precedence: bulk > > 2^12 * 2^31 = 2^43. > 2^43 << 2^63. > > The problem is for large file systems, and a lesser problem, large files > on large file systems (lesser because a file will always be smaller > than the FS that contains it). > > Right now it is impossible to support those files for which quad is > a desirable type for off_t because of VM limitations imposed. The > imposition is present codified in ffs_vmlimits() in the source file > /sys/ufs/ffs/ffs_vfsops.c. > The VM limitations are due to extreme performance hits if we have to go to a (long long) type representation of a page. I propose that we (in fact we will) move from page offsets to page indexes. For a 32 bit machine, it gives us at least 8TB (and probably more with sign extension fixes) for file/filesystem sizes. For a 64 bit machine it would give us even more (by a factor of 4,000,000). As far as the API is concerned, we can use whatever we want -- long, long long, or whatever. We will just have that terrible, limiting capability of supporting only 8TB files on 32 bit machines with 4K pagesizes. We haven't worked on the sign extension problems, because simply we do not support files > 4GB (or is it 2GB???) period right now. I don't believe that there is a problem with block devices (we do NOT use vmio for those.) But additionally we do not support mmaping them right now. > > The codification in ffs_vmlimits() is an interface violation in any > case: it is a machine architecture dependency, and in acutality a > vmio dependency and doesn't belong in the supposedly machine independent > FS code anyway. > I agree - but it made it work for now. The changes have been so vast that there has been significant ugliness added to the code. That is being worked on, and I suggest that if there are some architectural problems that you see -- 'corrected' code would be helpful. Note also some sort of performance analysis and architectural impact review is desirable. All I can say is that I spent nearly a year working on the most horrible OS code that I ever saw -- SVR4, and I don't want us to go down the low performance path that they did. They got both the hackery and low performance. At least we are working on cleaning up the hackery aspects, including that which was inherited from Mach (because of the differences in the philosophy -- Mach VM and the original BSD port was certainly interesting.) John dyson@freebsd.org From owner-freebsd-commit Thu Oct 26 09:20:55 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11986 for freebsd-commit-outgoing; Thu, 26 Oct 1995 09:20:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11974 for cvs-all-outgoing; Thu, 26 Oct 1995 09:20:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11964 for cvs-CVSROOT-outgoing; Thu, 26 Oct 1995 09:20:45 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA11925 ; Thu, 26 Oct 1995 09:20:30 -0700 Date: Thu, 26 Oct 1995 09:20:30 -0700 From: Bill Paul Message-Id: <199510261620.JAA11925@freefall.freebsd.org> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.org Precedence: bulk wpaul 95/10/26 09:20:29 Modified: . modules Log: revnetgroup --> src/libexec/revnetgroup From owner-freebsd-commit Thu Oct 26 09:25:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12153 for freebsd-commit-outgoing; Thu, 26 Oct 1995 09:25:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12141 for cvs-all-outgoing; Thu, 26 Oct 1995 09:25:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12131 for cvs-libexec-outgoing; Thu, 26 Oct 1995 09:25:35 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12121 ; Thu, 26 Oct 1995 09:25:30 -0700 Date: Thu, 26 Oct 1995 09:25:30 -0700 From: Bill Paul Message-Id: <199510261625.JAA12121@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/revnetgroup - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk wpaul 95/10/26 09:25:30 Branch: libexec/revnetgroup 1.1.1 Log: Import the first cut of my (finally finished) revnetgroup program. This program parses the /etc/netgroup file into netgroup.byuser and netgroup.byhost format for NIS. I used hash tables to store the initial netgroup data in memory and to construct the 'reverse' netgroup output. It seems just as fast as the SunOS revnetgroup, which is surprising considering this is my first attempt at using hash tables in a real application. :) Note that I canibalized a large chunk of getnetgrent.c to save myself from having to write my own netgroup parsing functions. Status: Vendor Tag: WPAUL Release Tags: ver_1_1 N src/libexec/revnetgroup/Makefile N src/libexec/revnetgroup/hash.c N src/libexec/revnetgroup/parse_netgroup.c N src/libexec/revnetgroup/revnetgroup.c N src/libexec/revnetgroup/hash.h N src/libexec/revnetgroup/revnetgroup.8 No conflicts created by this import From owner-freebsd-commit Thu Oct 26 09:28:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12443 for freebsd-commit-outgoing; Thu, 26 Oct 1995 09:28:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12428 for cvs-all-outgoing; Thu, 26 Oct 1995 09:28:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12410 for cvs-libexec-outgoing; Thu, 26 Oct 1995 09:28:45 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12399 ; Thu, 26 Oct 1995 09:28:35 -0700 Date: Thu, 26 Oct 1995 09:28:35 -0700 From: Bill Paul Message-Id: <199510261628.JAA12399@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk wpaul 95/10/26 09:28:34 Modified: libexec Makefile Log: Add revnetgroup. From owner-freebsd-commit Thu Oct 26 11:01:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16294 for freebsd-commit-outgoing; Thu, 26 Oct 1995 11:01:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16227 for cvs-all-outgoing; Thu, 26 Oct 1995 11:00:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16212 for cvs-gnu-outgoing; Thu, 26 Oct 1995 11:00:44 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16195 ; Thu, 26 Oct 1995 11:00:38 -0700 Date: Thu, 26 Oct 1995 11:00:38 -0700 From: Bill Paul Message-Id: <199510261800.LAA16195@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv Makefile.yp Sender: owner-commit@FreeBSD.org Precedence: bulk wpaul 95/10/26 11:00:37 Modified: gnu/usr.sbin/ypserv Makefile.yp Log: Add preliminary support for netgroup.byuser and netgroup.byhosts maps. (I have to make another pass through here soon; awk doesn't handle lines broken up with '\', which can sometimes appear in netgroup maps.) From owner-freebsd-commit Thu Oct 26 11:20:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17114 for freebsd-commit-outgoing; Thu, 26 Oct 1995 11:20:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17088 for cvs-all-outgoing; Thu, 26 Oct 1995 11:20:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17075 for cvs-sys-outgoing; Thu, 26 Oct 1995 11:20:23 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA17068 ; Thu, 26 Oct 1995 11:20:15 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA21395; Thu, 26 Oct 1995 11:11:23 -0700 From: Terry Lambert Message-Id: <199510261811.LAA21395@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Thu, 26 Oct 1995 11:11:23 -0700 (MST) Cc: dyson@freefall.freebsd.org, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, bde@zeta.org.au, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510260321.NAA02246@godzilla.zeta.org.au> from "Bruce Evans" at Oct 26, 95 01:21:32 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 926 Sender: owner-commit@freebsd.org Precedence: bulk > >2^63 -- the highest bit still being reserved for error return on lseek > >and for indirect block identification. > > The highest bit is not reserved for error return on lseek. Only one value > ((off_t)-1) is reserved. Sorry; "most significant bit". Or if you prefer "sign bit". There, now the location of the bit itself is sufficiently confused. 8-). At least the number of non-sign bits is invariant, if discontiguous. > >The only value of quad is as an annoyance and as a spur to further > > It is expedient. Would you prefer off_t to be double? (That's in the > ABI; inside the kernel and on disks offsets should be represented in > an efficient way, perhaps as quads.) I would prefer it to be whatever unit was used for stack alignment. In this case, int32 on a 386. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Thu Oct 26 11:39:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17908 for freebsd-commit-outgoing; Thu, 26 Oct 1995 11:39:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17896 for cvs-all-outgoing; Thu, 26 Oct 1995 11:39:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17886 for cvs-CVSROOT-outgoing; Thu, 26 Oct 1995 11:39:20 -0700 Received: (from pst@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17868 ; Thu, 26 Oct 1995 11:39:13 -0700 Date: Thu, 26 Oct 1995 11:39:13 -0700 From: Paul Traina Message-Id: <199510261839.LAA17868@freefall.freebsd.org> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.org Precedence: bulk pst 95/10/26 11:39:13 Modified: . modules Log: Add hylafax -> ports/comms/hylafax From owner-freebsd-commit Thu Oct 26 13:32:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22770 for freebsd-commit-outgoing; Thu, 26 Oct 1995 13:32:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22757 for cvs-all-outgoing; Thu, 26 Oct 1995 13:32:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22747 for cvs-usrbin-outgoing; Thu, 26 Oct 1995 13:32:12 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22736 ; Thu, 26 Oct 1995 13:32:02 -0700 Date: Thu, 26 Oct 1995 13:32:02 -0700 From: Julian Elischer Message-Id: <199510262032.NAA22736@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat Makefile if.c main.c netstat.h route.c Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/26 13:32:00 Modified: lib Makefile sbin/ifconfig ifconfig.c sys/conf files sys/i386/conf LINT sys/i386/isa if_ed.c if_eg.c if_el.c if_ep.c if_fe.c if_ie.c if_ix.c if_le.c if_ze.c if_zp.c sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_ppp.c if_ppp.h if_spppsubr.c netisr.h route.h rtsock.c sys/netccitt if_x25subr.c sys/netinet in_proto.c sys/netns ns.h usr.bin/netstat Makefile if.c main.c netstat.h route.c Added: lib/libipx Makefile ipx.3 ipx_addr.c ipx_ntoa.c sys/netipx README ipx.c ipx.h ipx_cksum.c ipx_error.c ipx_error.h ipx_if.h ipx_input.c ipx_ip.c ipx_outputfl.c ipx_pcb.c ipx_pcb.h ipx_proto.c ipx_tun.c ipx_usrreq.c ipx_var.h spx.h spx_debug.c spx_debug.h spx_timer.h spx_usrreq.c spx_var.h Log: Reviewed by: julian and jhay@mikom.csir.co.za Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com From owner-freebsd-commit Thu Oct 26 14:14:51 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA25988 for freebsd-commit-outgoing; Thu, 26 Oct 1995 14:14:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA25968 for cvs-all-outgoing; Thu, 26 Oct 1995 14:14:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA25958 for cvs-usrsbin-outgoing; Thu, 26 Oct 1995 14:14:45 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA25938 ; Thu, 26 Oct 1995 14:14:37 -0700 Date: Thu, 26 Oct 1995 14:14:37 -0700 From: Julian Elischer Message-Id: <199510262114.OAA25938@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/IPXrouted - New directory Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/26 14:14:37 src/usr.sbin/IPXrouted - New directory From owner-freebsd-commit Thu Oct 26 14:28:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27369 for freebsd-commit-outgoing; Thu, 26 Oct 1995 14:28:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27355 for cvs-all-outgoing; Thu, 26 Oct 1995 14:28:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27339 for cvs-usrsbin-outgoing; Thu, 26 Oct 1995 14:28:43 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27324 ; Thu, 26 Oct 1995 14:28:32 -0700 Date: Thu, 26 Oct 1995 14:28:32 -0700 From: Julian Elischer Message-Id: <199510262128.OAA27324@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/IPXrouted IPXrouted.8 Makefile af.c af.h defs.h if.c input.c interface.h main.c output.c protocol.h sap.h sap_input.c sap_output.c sap_tables.c startup.c table.h tables.c timer.c trace.c trace.h Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/26 14:28:31 Added: usr.sbin/IPXrouted IPXrouted.8 Makefile af.c af.h defs.h if.c input.c interface.h main.c output.c protocol.h sap.h sap_input.c sap_output.c sap_tables.c startup.c table.h tables.c timer.c trace.c trace.h Log: Reviewed by: julian and Mike Mitchel Submitted by: john Hay (John.Hay@csir.co.za) John's IPXrouted.. this has not yet been seen to run correctly with Mike's IPX/SPX code (he has his own) bringing them both in is the first step in merging the two packages for 2.2 From owner-freebsd-commit Thu Oct 26 14:33:33 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27692 for freebsd-commit-outgoing; Thu, 26 Oct 1995 14:33:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27674 for cvs-all-outgoing; Thu, 26 Oct 1995 14:33:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27663 for cvs-sys-outgoing; Thu, 26 Oct 1995 14:33:24 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA27633 ; Thu, 26 Oct 1995 14:32:54 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA21688; Thu, 26 Oct 1995 14:24:07 -0700 From: Terry Lambert Message-Id: <199510262124.OAA21688@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: dyson@freefall.freebsd.org (John Dyson) Date: Thu, 26 Oct 1995 14:24:07 -0700 (MST) Cc: terry@lambert.org, bde@zeta.org.au, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510261356.GAA06844@freefall.freebsd.org> from "John Dyson" at Oct 26, 95 06:56:19 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 4035 Sender: owner-commit@freebsd.org Precedence: bulk > The VM limitations are due to extreme performance hits if we have to > go to a (long long) type representation of a page. I propose that we > (in fact we will) move from page offsets to page indexes. For a 32 bit > machine, it gives us at least 8TB (and probably more with sign extension > fixes) for file/filesystem sizes. For a 64 bit machine it would give us > even more (by a factor of 4,000,000). As far as the API is concerned, > we can use whatever we want -- long, long long, or whatever. We will > just have that terrible, limiting capability of supporting only 8TB files on > 32 bit machines with 4K pagesizes. I think we have to work in the scope of device block addressing, which is 2^31 * 512 or 1TB, as opposed to page addressing at 4TB. The 8TB figure, I think, represents the value without the use of the "improved" UFS indirect block handling that came with 4.4. There are a number of ideas (like page anonymity based page protection) which can't be implemented without a large statistical range for the hash -- typically larger than 32 bits with machine memory sizes running into the 100's of MB. For the Alpha, at least (a nominally 64bit machine), the address range for real memory is restricted to less than 64 bits. The problem that is arising in all these cases is the buffer cache mapping of file data for large ranges requiring a linear relationship throughout the file instead of a smaller linear "window" onto the file. This would require a domain/range based offset + length mapping, allowing multiple mapping windows per file to address the issue completely satisfactorily for 64 bit block and file offsets on 32 bit Intel architectures. Such an approach would not have the "long long" drawbacks that would otherwise be introduced, though there would be *some* (lesser) overhead involved. > We haven't worked on the sign extension problems, because simply we do not > support files > 4GB (or is it 2GB???) period right now. I don't believe that > there is a problem with block devices (we do NOT use vmio for those.) But > additionally we do not support mmaping them right now. It's 2G of file, 1T of file system at present, with a single 32 bit sector offset for a max of 8G based on the dos partitioning and disklabel issues. Ie: a very big partition is allowable, but it must start in the 0-8G range, and disklabellimits the length. I'd like to address the 2G file size problem. The 2G limit currently makes the use of quad off_t's in our internal interfaces a laughable and gratuitous barrier to source compatability with legacy code (the only kind we have, unless you know about a commercial venture that I don't). > The changes have been so vast that there has been significant ugliness > added to the code. That is being worked on, and I suggest that if there > are some architectural problems that you see -- 'corrected' code would be > helpful. Note also some sort of performance analysis and architectural > impact review is desirable. All I can say is that I spent nearly a year > working on the most horrible OS code that I ever saw -- SVR4, and I don't > want us to go down the low performance path that they did. They got both > the hackery and low performance. At least we are working on cleaning up > the hackery aspects, including that which was inherited from Mach (because > of the differences in the philosophy -- Mach VM and the original BSD port > was certainly interesting.) I agree with all of this. It seems that the most interesting places to work are the boundries, and right now the 2G file size limit is one of those, at least for me. At the very least, I'd like to see the system limits on VM mappable space go away as part of the necessary changes. Has any consideration been made to pulling in the NetBSD non-vmio based changes, or to making the vmio/non-vmio switch a bit smoother and less intrusive? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Thu Oct 26 14:40:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28223 for freebsd-commit-outgoing; Thu, 26 Oct 1995 14:40:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28209 for cvs-all-outgoing; Thu, 26 Oct 1995 14:40:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28199 for cvs-share-outgoing; Thu, 26 Oct 1995 14:40:43 -0700 Received: (from jfieber@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28169 ; Thu, 26 Oct 1995 14:40:29 -0700 Date: Thu, 26 Oct 1995 14:40:29 -0700 From: John Fieber Message-Id: <199510262140.OAA28169@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/doc/handbook handbook.sgml Sender: owner-commit@FreeBSD.org Precedence: bulk jfieber 95/10/26 14:40:25 Branch: share/doc/handbook RELENG_2_1_0 Modified: share/doc/handbook handbook.sgml Log: 2.0.5 -> 2.1 From owner-freebsd-commit Thu Oct 26 14:41:24 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28281 for freebsd-commit-outgoing; Thu, 26 Oct 1995 14:41:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28269 for cvs-all-outgoing; Thu, 26 Oct 1995 14:41:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28259 for cvs-sys-outgoing; Thu, 26 Oct 1995 14:41:18 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA28245 ; Thu, 26 Oct 1995 14:41:01 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA21619; Thu, 26 Oct 1995 13:58:06 -0700 From: Terry Lambert Message-Id: <199510262058.NAA21619@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Thu, 26 Oct 1995 13:58:06 -0700 (MST) Cc: bde@zeta.org.au, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510260520.PAA07866@godzilla.zeta.org.au> from "Bruce Evans" at Oct 26, 95 03:20:48 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 13134 Sender: owner-commit@freebsd.org Precedence: bulk > >> Which one? In NetBSD it's register_t, which may be longer than an > >> int. This causes problems. > > >Yeah. They ignored the definition of "int". That's a problem. > > "int" is machine-dependent. On 68000's you would have to support > some user compilers using 16 bit ints (for speed) and others using > 32 bit ints (for easy porting). We're close to having the same > problems with 32 vs 64 bit ints. Well, I'd argue that "max size for a one bus cycle transfer" is an int, so the Lattice/etc. 32 bit 68k int is wrong and the Manx Aztec C 16 bit int is correct. The problem in this case isn't sizeof(int) > sizeof(long), but that sizeof(int) < sizeof(long) | sizeof( void *). > >The real problem is the lack of atomic sized types and the use of "short" > >as a synonym for "16 bit value", "long" for "32 bit value" and "quad" > >for "64 bit value". > > NetBSD has fixed this. It uses the typedefs in > (int16_t, int32_t, int64_t) a lot. Not with 64 bit ints they don't. A 64 bit int means a 64 bit (or greater) long, and either a 16 or 32 bit short. You lose access to either 16 or 32 bit atomic types, period. That's what's broken. > >The real screwup is when int goes greater than 32 bits, the standard > >*stupidly* requires long to go up as well because it can concieve of > >a maximally sized type named anything other than "long". > > This is fundamental. longs are at least as large as ints. This is fundamental to the definition of a long as a non-deterministically sized type. This is in no other way "fundamental". > >I think using registers for calls and inlining are antithetical. You > > Calls to inline functions don't use the standard calling convention. Calls to system calls *must* use *some* calling convention agreed upon in advance and invariant under optimization, or it will be indeterminate under optimization. This is obvious. > >> This may be true if you control the ABI. > > >You *do* control the ABI. You are either running a known ABI paradigm > >(ie: int push, sizeof(int) == sizeof(register_t), etc.), or you are > >running a compatability ABI, in which case you know at binary load time > > You know it but you don't control it. Excuse me? You are attempting to assert exactly that control on the Intel ABI and you are arguing that it can't be done? > >and can force alternate argument call gating without much trouble (but > >some runtime overhead: to be expected in any case of non-native code > >execution anyway). > > I've thought of using alternative gates to stop the compatibility > interface (for other OS's) from slowing down the standard interface. > We plan to use trap gates instead of call gates for standard syscalls. > We already support int 0x80 for Linux and NetBSD uses int 0x80 for > its native syscalls. If everything used int 0x80, then decoding would > be expensive. The expense can be pushed to image activation time using > alternative TSS's and gates. We might end up with the following: > > int 0x80 (trap gate) for native syscalls > int 0x80 (trap gate) for NetBSD syscalls > int 0x80 (trap gate) for Linux syscalls > lcall(7, 0) (call gate) for ibcs2 compatibility and slowness > ... This is the way to do things; my issue was in making the modified calling convention being proposed the default calling convention. > Er, you have this exactly backwards. My wrappers provide part of > what is required to handle nontrivial conversions from a 16 bit > ABI to a 32 bit one. If I produce new code for an emulated environment, I'm *not* going to be doing so in a native environment. The code production will be in the cross environment as well. Wrappering is a non-issue for conversions. Wrappering *is* an issue in code complexity. I believe complexity should be reduced wherever possible -- and this is not done by imposing ever more rigid standards on the programmer, it's done by making the code environment more flexible. What wall time differentials do you expect from the conversion, and why? > > >Structure casts are not a portability problem (as below). > > >> >The answer is to compile with the packing being the default for data > >> >matchup -- in the alpha case, 64 bits. For devices that need it, use > >> >packing #pragma's to tighten them up on a case by case basis, in the > >> >header file defining the structure. > >> > >> That won't help much. The problem is that syscall args don't form > >> a struct. Even if they are in memory, the packing may be different. > > >This is not allowed to be the case. Either the nature of the push > >must be changed to ensure a register_t sized push, or the structure > > Yeah, right. Change the Xenix 286 ABI to push 386 register_t's. That's an emulated environment, and the stack decoding in the kernel must be based on knowledge of the source address. Consider for example a PPC port of FreeBSD capable of running Intel FreeBSD binaries. The capability and the endianess issues must be handled in the ABI call emulation layers. The code will execute in an emulated 386 environment, but all kernel support will be native. This is on the order of an XDR interface that is contextualized for the native byte/word order of the machine instead of network byte order. The point is that the call conversion is layered seperately from the call implementation. Currently, there are a number of internal implemenations that do not understand UIO_SYSSPACE as a copy source/destination for this type of support, but the abstraction of the ABI interface from the implementation interface internal to the kernel itself *must* take this into account. Going to an architecture dependent passing mechanism is a mistake; it greatly complicated the internal interfaces for ABI translation, causing the need for an intermediate layering for native calls. > >packing must be specifiable at declaration time, or (preferrably) both. > > Packing can't be specified in C. That's why my my machine generated > wrappers are required - to provide portability. It isn't worth > supporting both because if you support the worst case (weird packing) > then it just takes more code to support the array case. #pragma. If we are talking about compiler modifications, packing #pragma's are much more generally useful than register call wrappings and the internal code you have suggested for varargs. What is your wrapper for open( const char *, int, ...)? > My ideas for syscalls are based on what is done for vnodes :-). It > is possible to do better for syscalls (remove the uap's from the non- > machine-generated code) because stacking isn't required. Stacking > seems to require passing around uap's because one layer might modify > *uap. This is too hard to do with call-by-value function call args. What about non-native architecture ABI support? > >> The ABI is a convention, and can't be changed. > > >The ABI is an agreement between user and kernel space, and is abstracted > >from implementation by (1) binary file identification, (2) execution > >class, and (3) call gate. > > >That means we can vary it without changing the underlying implementation, > >with the cost being restricted to the abstraction layering (already in > >place as additional overhead anyway for ABI class emulation) and > >additional overhead for non-native ABI's. > > You can't vary Xenix 286's syscall parameter passing conventions! What have I said that implied this? The abstraction layering, since it is *in the kernel* in the class-call handling code, would be transparent. The point is to have a native ABI that matches the kernel exported ABI to reduce overhead for native apps. By going to a register passing mechanism, you destroy this, and complicate the non-native ABI's at the same time... don't you see this as well? > >I wouldn't have a problem with an alternate execution class, and potentially > >trap gate, to cause there to be a "very fast" calling mechanism that is > >there *as*an*aternative*to*the*default* "portable" calling mechanism. > >But mandating that the default be such that the majority of code on the > >net would require patching to make it run (admittedly, mostly header > >files) is *bogus*. > > The default should be fast. Since the convention is enforced by mostly > machine generated glue in /usr/src/lib/libc/i386, the C convention is > irrelevant except for its impact on the complexity of the glue. And the glue in the underlying ABI implementations on the other side of the user/kernel barrier. > >I object to needing to include standard system call prototypes to allow > >their use. I put up with lseek/truncate/ftruncate/mmap BS because it's > > It isn't required. However, passing of args that have the correct type > (after the default promotions) is required. The second arg to lseek > must be off_t, not long, except of course if off_t is long. ??? If it's not required, then either you *aren't* talking about passing arguments to system calls in registers *or* you expect the compiler to "do the right thing" magically. Right now I can write code that makes system calls in assembly. With register passing conventions, I will need to either use library or machine generated external routine calls (unacceptable), or I will have to have documentation of what the compiler has done so that I can do the same thing (non-portable as hell -- ever use M4 to write machine independent assembly code?). > >Note that prototypes of system calls screw up your ability to properly > >utilize the syscall(2) call gate mechanism the way it was intended. A > > The use of syscall() in general requires handling all the messy conversion > issues that we have been discussing in your own code. Why is that? A push is a push. A trap is a trap. The only "messy conversion" is in pushing the arguments on the stack, and I still fail to see the benefit of playing "keep up with Linux" in this regard. > >user space checkpointing mechanism that defines it's own open interface > >and calls the real open call via syscall (to remember the file names) > >will fail to compiler when the inlined open conflicts with the user > >definition. > > Yes, it can't work in general :-]. It assumes all machines are vaxes. This isn't true. Did you even download the Rutger's University process checkpoint/migration code? > >Probably a "correct" approach would be to either (1) push 64 bits per > >for all arguments, using type identification to decide on pushing a 0 > >for the quad high order dword or pushing a value that really exists at > >the time of the call, or > > This would be slow and is beside the point. It's easy to implement a > good ABI for a particular when you can design it. We'll have just > one chance to redesigned the ABI when we switch to int 0x80 syscalls. I don't like it as an option either. I would much rather revert the type of the offset in the standard to the stack alignment type, as it was pre-quad, and define additional quad-knowledgable functions to deal with the quad values which the file system and VM can't currently support anyway. > (2) choose a different violation of the ANSI C > >and POSIX standards -- interface extension -- instead of passing quad's > > POSIX allows most reasonable extensions. Yeah, well using quad for off_t isn't one of them. > >for the default truncate/seek/mmap call interfaces. The additional > > It even allows nonstandard syscalls such as truncate/mmap :-). > > >without prototypes (qtruncate/qftruncate/qseek/qlseek/qmmap). And > >you wouldn't even implement qmmap until the vmio file windowing is fixed > >in the kernel VM system. > > Linux has llseek. That way leads to many ifdefs. It leads to: #ifdef HAS_QUADS #ifndef INT_IS_64 #if BSD44 #define lseek(filedes,offset,whence) qlseek(filedes,offset,whence) #define off_t quad_t #endif /* BSD44*/ #if LINUX #define lseek(filedes,offset,whence) llseek(filedes,offset,whence) #define off_t quad_t #endif /* LINUX*/ #endif /* !INT_IS_64*/ #endif /* HAS_QUADS*/ in one app-specific header file. > >In any case, I think the benefits are questionable, and should be > >explored as an execution class other than the default execution class > >(ABI) before they are integrated. Even after they are integrated, > >portability would dictate that their use be optional. > > This discussion has become sidetracked. Please restrict durther discussion > to the original point, which is to simplify the apparent interface to > syscalls without changing the actual interface at all and without reducing > efficiency significantly. I believe the wrappering to constitute obfuscation, not simplification. There is a difference between conceptual simplification (but no document to reference to determine conception) and implementational simplification. I'm opposed to additional obfuscation of the call interface to allow questionable processor specific optimization to take place at the expense of ABI emulation portability. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Thu Oct 26 14:44:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28421 for freebsd-commit-outgoing; Thu, 26 Oct 1995 14:44:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28409 for cvs-all-outgoing; Thu, 26 Oct 1995 14:44:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28396 for cvs-sbin-outgoing; Thu, 26 Oct 1995 14:44:22 -0700 Received: (from torstenb@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28386 ; Thu, 26 Oct 1995 14:44:14 -0700 Date: Thu, 26 Oct 1995 14:44:14 -0700 From: Torsten Blum Message-Id: <199510262144.OAA28386@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/modunload modunload.8 Sender: owner-commit@FreeBSD.org Precedence: bulk torstenb 95/10/26 14:44:12 Modified: sbin/modunload modunload.8 Log: fix a reference in "SEE ALSO" (modunload(8) mistakenly references itself instead of modload(8)) From owner-freebsd-commit Thu Oct 26 15:17:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00481 for freebsd-commit-outgoing; Thu, 26 Oct 1995 15:17:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00462 for cvs-all-outgoing; Thu, 26 Oct 1995 15:17:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00450 for cvs-usrbin-outgoing; Thu, 26 Oct 1995 15:16:59 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00435 ; Thu, 26 Oct 1995 15:16:50 -0700 Date: Thu, 26 Oct 1995 15:16:50 -0700 From: "Andrey A. Chernov" Message-Id: <199510262216.PAA00435@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/kdump kdump.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 15:16:49 Modified: usr.bin/kdump kdump.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Thu Oct 26 15:27:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00928 for freebsd-commit-outgoing; Thu, 26 Oct 1995 15:27:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00900 for cvs-all-outgoing; Thu, 26 Oct 1995 15:26:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00879 for cvs-usrbin-outgoing; Thu, 26 Oct 1995 15:26:35 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA00863 ; Thu, 26 Oct 1995 15:26:19 -0700 Date: Thu, 26 Oct 1995 15:26:19 -0700 From: "Andrey A. Chernov" Message-Id: <199510262226.PAA00863@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/vis vis.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 15:26:18 Modified: usr.bin/vis vis.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Thu Oct 26 15:32:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA01436 for freebsd-commit-outgoing; Thu, 26 Oct 1995 15:32:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA01420 for cvs-all-outgoing; Thu, 26 Oct 1995 15:32:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA01405 for cvs-lib-outgoing; Thu, 26 Oct 1995 15:32:08 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA01382 ; Thu, 26 Oct 1995 15:32:02 -0700 Date: Thu, 26 Oct 1995 15:32:02 -0700 From: "Andrey A. Chernov" Message-Id: <199510262232.PAA01382@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen unvis.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 15:32:02 Modified: lib/libc/gen unvis.c Log: Remove unneded ctype.h From owner-freebsd-commit Thu Oct 26 15:59:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA02950 for freebsd-commit-outgoing; Thu, 26 Oct 1995 15:59:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA02932 for cvs-all-outgoing; Thu, 26 Oct 1995 15:59:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA02918 for cvs-usrbin-outgoing; Thu, 26 Oct 1995 15:59:11 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA02907 ; Thu, 26 Oct 1995 15:58:58 -0700 Date: Thu, 26 Oct 1995 15:58:58 -0700 From: "Andrey A. Chernov" Message-Id: <199510262258.PAA02907@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/ncftp main.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 15:58:57 Modified: usr.bin/ncftp main.c Log: Add setlocale LC_TIME From owner-freebsd-commit Thu Oct 26 16:10:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03343 for freebsd-commit-outgoing; Thu, 26 Oct 1995 16:10:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03325 for cvs-all-outgoing; Thu, 26 Oct 1995 16:10:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03315 for cvs-usrsbin-outgoing; Thu, 26 Oct 1995 16:10:18 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03305 ; Thu, 26 Oct 1995 16:10:12 -0700 Date: Thu, 26 Oct 1995 16:10:12 -0700 From: "Andrey A. Chernov" Message-Id: <199510262310.QAA03305@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ac ac.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 16:10:11 Modified: usr.sbin/ac ac.c Log: Add setlocale LC_TIME From owner-freebsd-commit Thu Oct 26 16:15:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03727 for freebsd-commit-outgoing; Thu, 26 Oct 1995 16:15:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03715 for cvs-all-outgoing; Thu, 26 Oct 1995 16:15:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03705 for cvs-usrsbin-outgoing; Thu, 26 Oct 1995 16:15:26 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03687 ; Thu, 26 Oct 1995 16:15:19 -0700 Date: Thu, 26 Oct 1995 16:15:19 -0700 From: "Andrey A. Chernov" Message-Id: <199510262315.QAA03687@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/watch watch.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/26 16:15:17 Modified: usr.sbin/watch watch.c Log: Add setlocale LC_TIME From owner-freebsd-commit Thu Oct 26 16:59:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07365 for freebsd-commit-outgoing; Thu, 26 Oct 1995 16:59:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07348 for cvs-all-outgoing; Thu, 26 Oct 1995 16:59:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07338 for cvs-sys-outgoing; Thu, 26 Oct 1995 16:59:09 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07328 ; Thu, 26 Oct 1995 16:59:01 -0700 Date: Thu, 26 Oct 1995 16:59:01 -0700 From: "Justin T. Gibbs" Message-Id: <199510262359.QAA07328@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-commit@FreeBSD.org Precedence: bulk gibbs 95/10/26 16:59:00 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Set SCSIGO generically before we determine the phase instead of doing it in each phase routine. Saves a few instructions. Be more careful in how we deal with SXFRCTL0. Or in the control bits of interest instead of using mvi. The kernel driver will set the ULTRAEN bit of SXFRCTL0 if we are using Ultra (20MHz) mode and we don't want to clobber it. In sdtr_to_rate divide by two if we are in ultra mode to get the correct setting since its a 20MHz instead of 10MHz scale. Modified: sys/i386/scsi aic7xxx.c aic7xxx.h Log: Properly deal with the Ultra series of adapters. We should now understand the new seeprom format and negotiate up to 20MHz sync if set in SCSI-Select. Reduce the complexity of the timeout code by running it at splhigh(). Fix a bug that caused rescheduled timeouts at 0 clock ticks in the future causing an infinite loop. Obtained from: Timeout bug noticed by David Greenman and wcarchive. Modified: sys/pci aic7870.c Log: Recognize the aic7880 and 3940 Ultra. If RAMENB is set in devconfig, walk the external SCBs. Some Intel Xpress motherboards set this bit. For external SCBs for the 3940. It doesn't set RAMPS or RAMENB, but does have the ram. From owner-freebsd-commit Thu Oct 26 18:23:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11043 for freebsd-commit-outgoing; Thu, 26 Oct 1995 18:23:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11030 for cvs-all-outgoing; Thu, 26 Oct 1995 18:23:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11018 for cvs-user-outgoing; Thu, 26 Oct 1995 18:23:07 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11004 ; Thu, 26 Oct 1995 18:23:01 -0700 Date: Thu, 26 Oct 1995 18:23:01 -0700 From: "Jordan K. Hubbard" Message-Id: <199510270123.SAA11004@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c doc.c install.c installPreconfig.c menus.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 18:23:01 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c doc.c install.c installPreconfig.c menus.c Log: Fix the bug I introduced with /etc/sysconfig not being updated properly. Make some cosmetic doc changes here and there in response to user feedback. From owner-freebsd-commit Thu Oct 26 18:36:59 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11994 for freebsd-commit-outgoing; Thu, 26 Oct 1995 18:36:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11982 for cvs-all-outgoing; Thu, 26 Oct 1995 18:36:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11972 for cvs-user-outgoing; Thu, 26 Oct 1995 18:36:54 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA11942 ; Thu, 26 Oct 1995 18:36:47 -0700 Date: Thu, 26 Oct 1995 18:36:47 -0700 From: "Jordan K. Hubbard" Message-Id: <199510270136.SAA11942@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall install.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 18:36:47 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall install.c Log: Fix a slightly confusing (and concerning) dialog in the case of an installation abort. From owner-freebsd-commit Thu Oct 26 19:13:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13816 for freebsd-commit-outgoing; Thu, 26 Oct 1995 19:13:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13795 for cvs-all-outgoing; Thu, 26 Oct 1995 19:13:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13778 for cvs-user-outgoing; Thu, 26 Oct 1995 19:13:09 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13765 ; Thu, 26 Oct 1995 19:13:02 -0700 Date: Thu, 26 Oct 1995 19:13:02 -0700 From: "Jordan K. Hubbard" Message-Id: <199510270213.TAA13765@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall apache.c config.c menus.c package.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 19:13:01 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall apache.c config.c menus.c package.c Log: Clean up some last bogons with the WEB server setup (now that I'm far enough along to worry about such things!). From owner-freebsd-commit Thu Oct 26 20:08:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17812 for freebsd-commit-outgoing; Thu, 26 Oct 1995 20:08:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17761 for cvs-all-outgoing; Thu, 26 Oct 1995 20:07:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17751 for cvs-user-outgoing; Thu, 26 Oct 1995 20:07:29 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17733 ; Thu, 26 Oct 1995 20:07:18 -0700 Date: Thu, 26 Oct 1995 20:07:18 -0700 From: "Jordan K. Hubbard" Message-Id: <199510270307.UAA17733@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c install.c package.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 20:07:17 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c install.c package.c Log: Last minute nits. From owner-freebsd-commit Thu Oct 26 21:01:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA22981 for freebsd-commit-outgoing; Thu, 26 Oct 1995 21:01:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA22773 for cvs-all-outgoing; Thu, 26 Oct 1995 20:59:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA22757 for cvs-user-outgoing; Thu, 26 Oct 1995 20:59:53 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA22723 ; Thu, 26 Oct 1995 20:59:41 -0700 Date: Thu, 26 Oct 1995 20:59:41 -0700 From: "Jordan K. Hubbard" Message-Id: <199510270359.UAA22723@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c doc.c install.c installFinal.c installUpgrade.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 20:59:40 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c doc.c install.c installFinal.c installUpgrade.c Log: Be more aggressive about writing out configuration files. From owner-freebsd-commit Thu Oct 26 22:05:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29124 for freebsd-commit-outgoing; Thu, 26 Oct 1995 22:05:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29052 for cvs-all-outgoing; Thu, 26 Oct 1995 22:03:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29042 for cvs-user-outgoing; Thu, 26 Oct 1995 22:03:41 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29015 ; Thu, 26 Oct 1995 22:03:28 -0700 Date: Thu, 26 Oct 1995 22:03:28 -0700 From: "Jordan K. Hubbard" Message-Id: <199510270503.WAA29015@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall power.uu Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 22:03:27 Branch: release RELENG_2_1_0 release/sysinstall RELENG_2_1_0 Modified: release Makefile Added: release/sysinstall power.uu Log: Add the power logo to the root floppy. From owner-freebsd-commit Thu Oct 26 22:18:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29663 for freebsd-commit-outgoing; Thu, 26 Oct 1995 22:18:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29621 for cvs-all-outgoing; Thu, 26 Oct 1995 22:17:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29608 for cvs-user-outgoing; Thu, 26 Oct 1995 22:17:00 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29591 ; Thu, 26 Oct 1995 22:16:50 -0700 Date: Thu, 26 Oct 1995 22:16:50 -0700 From: "Jordan K. Hubbard" Message-Id: <199510270516.WAA29591@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall apache.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/26 22:16:48 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall apache.c Log: Retrofit Apache server setup to use "Powered by FreeBSD" logo at the bottom of the sample page it sets up. From owner-freebsd-commit Thu Oct 26 23:36:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02197 for freebsd-commit-outgoing; Thu, 26 Oct 1995 23:36:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02183 for cvs-all-outgoing; Thu, 26 Oct 1995 23:36:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02168 for cvs-ports-outgoing; Thu, 26 Oct 1995 23:36:25 -0700 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02158 ; Thu, 26 Oct 1995 23:36:13 -0700 Date: Thu, 26 Oct 1995 23:36:13 -0700 From: Mark Murray Message-Id: <199510270636.XAA02158@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/mail/mh/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk markm 95/10/26 23:36:12 Modified: mail/mh/pkg COMMENT Log: Shorten one-line comment as per JKH request. From owner-freebsd-commit Thu Oct 26 23:51:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02852 for freebsd-commit-outgoing; Thu, 26 Oct 1995 23:51:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02830 for cvs-all-outgoing; Thu, 26 Oct 1995 23:51:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02818 for cvs-include-outgoing; Thu, 26 Oct 1995 23:51:10 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02808 ; Thu, 26 Oct 1995 23:51:04 -0700 Date: Thu, 26 Oct 1995 23:51:04 -0700 From: Julian Elischer Message-Id: <199510270651.XAA02808@freefall.freebsd.org> To: CVS-commiters, cvs-include Subject: cvs commit: src/include Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/26 23:51:03 Modified: include Makefile Log: Submitted by: john hay add a link in /usr/include to /sys/netipx From owner-freebsd-commit Fri Oct 27 03:48:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA12468 for freebsd-commit-outgoing; Fri, 27 Oct 1995 03:48:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA12456 for cvs-all-outgoing; Fri, 27 Oct 1995 03:48:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA12446 for cvs-usrsbin-outgoing; Fri, 27 Oct 1995 03:48:39 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA12436 ; Fri, 27 Oct 1995 03:48:33 -0700 Date: Fri, 27 Oct 1995 03:48:33 -0700 From: Julian Elischer Message-Id: <199510271048.DAA12436@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/IPXrouted defs.h main.c sap.h trace.h Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/27 03:48:32 Modified: etc Makefile sbin/ifconfig Makefile usr.bin/netstat Makefile usr.sbin/IPXrouted defs.h main.c sap.h trace.h Log: Submitted by: john hay patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :) From owner-freebsd-commit Fri Oct 27 04:44:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA14430 for freebsd-commit-outgoing; Fri, 27 Oct 1995 04:44:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA14412 for cvs-all-outgoing; Fri, 27 Oct 1995 04:44:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA14402 for cvs-usrsbin-outgoing; Fri, 27 Oct 1995 04:44:14 -0700 Received: (from adam@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA14393 ; Fri, 27 Oct 1995 04:44:08 -0700 Date: Fri, 27 Oct 1995 04:44:08 -0700 From: Adam David Message-Id: <199510271144.EAA14393@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/portmap portmap.c Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/27 04:44:08 Modified: usr.sbin/portmap portmap.c Log: Correct ip protocol in error message, when binding the tcp port. From owner-freebsd-commit Fri Oct 27 05:32:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA16015 for freebsd-commit-outgoing; Fri, 27 Oct 1995 05:32:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA15995 for cvs-all-outgoing; Fri, 27 Oct 1995 05:32:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA15985 for cvs-usrbin-outgoing; Fri, 27 Oct 1995 05:32:21 -0700 Received: (from adam@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA15976 ; Fri, 27 Oct 1995 05:32:11 -0700 Date: Fri, 27 Oct 1995 05:32:11 -0700 From: Adam David Message-Id: <199510271232.FAA15976@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat inet.c Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/27 05:32:10 Modified: usr.bin/netstat inet.c Log: - #if defined(TF_NEEDSYN) && defined(TF_NEEDSYN) + #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) From owner-freebsd-commit Fri Oct 27 09:43:21 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA00836 for freebsd-commit-outgoing; Fri, 27 Oct 1995 09:43:21 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA00820 for cvs-all-outgoing; Fri, 27 Oct 1995 09:43:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA00808 for cvs-user-outgoing; Fri, 27 Oct 1995 09:43:09 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA00788 ; Fri, 27 Oct 1995 09:43:03 -0700 Date: Fri, 27 Oct 1995 09:43:03 -0700 From: "Jordan K. Hubbard" Message-Id: <199510271643.JAA00788@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall/help hardware.hlp options.hlp Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/27 09:43:02 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c install.c Log: Just when you thought it was safe to go back in the water... Branch: release/sysinstall/help RELENG_2_1_0 Modified: release/sysinstall/help hardware.hlp options.hlp Log: Suggested doc changes from Michael Smith. From owner-freebsd-commit Fri Oct 27 09:57:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA02498 for freebsd-commit-outgoing; Fri, 27 Oct 1995 09:57:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA02470 for cvs-all-outgoing; Fri, 27 Oct 1995 09:57:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA02446 for cvs-lib-outgoing; Fri, 27 Oct 1995 09:57:09 -0700 Received: (from adam@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA02398 ; Fri, 27 Oct 1995 09:56:57 -0700 Date: Fri, 27 Oct 1995 09:56:57 -0700 From: Adam David Message-Id: <199510271656.JAA02398@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/rpc clnt_raw.c clnt_tcp.c rpc.3 Sender: owner-commit@FreeBSD.org Precedence: bulk adam 95/10/27 09:56:56 Modified: lib/libc/rpc clnt_raw.c clnt_tcp.c rpc.3 Log: misc typos From owner-freebsd-commit Fri Oct 27 10:00:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA03217 for freebsd-commit-outgoing; Fri, 27 Oct 1995 10:00:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA03188 for cvs-all-outgoing; Fri, 27 Oct 1995 10:00:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA03165 for cvs-user-outgoing; Fri, 27 Oct 1995 10:00:36 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA03147 ; Fri, 27 Oct 1995 10:00:29 -0700 Date: Fri, 27 Oct 1995 10:00:29 -0700 From: "Jordan K. Hubbard" Message-Id: <199510271700.KAA03147@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall dist.c install.c installPreconfig.c main.c sysinstall.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/27 10:00:28 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall dist.c install.c installPreconfig.c main.c sysinstall.h Log: Change the script-driven custom distribution selection mechanism. This is a bit simpler. From owner-freebsd-commit Fri Oct 27 10:31:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA06866 for freebsd-commit-outgoing; Fri, 27 Oct 1995 10:31:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA06845 for cvs-all-outgoing; Fri, 27 Oct 1995 10:31:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA06835 for cvs-user-outgoing; Fri, 27 Oct 1995 10:31:10 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA06822 ; Fri, 27 Oct 1995 10:31:05 -0700 Date: Fri, 27 Oct 1995 10:31:05 -0700 From: "Jordan K. Hubbard" Message-Id: <199510271731.KAA06822@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall apache.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/27 10:31:04 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall apache.c Log: Some last few tweaks - now the sample home page comes up properly by default. From owner-freebsd-commit Fri Oct 27 12:08:47 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA13105 for freebsd-commit-outgoing; Fri, 27 Oct 1995 12:08:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA13061 for cvs-all-outgoing; Fri, 27 Oct 1995 12:08:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA13039 for cvs-sys-outgoing; Fri, 27 Oct 1995 12:08:31 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA13006 ; Fri, 27 Oct 1995 12:08:19 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA24658; Sat, 28 Oct 1995 05:03:48 +1000 Date: Sat, 28 Oct 1995 05:03:48 +1000 From: Bruce Evans Message-Id: <199510271903.FAA24658@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu Sender: owner-commit@freebsd.org Precedence: bulk >> >I think using registers for calls and inlining are antithetical. You >> >> Calls to inline functions don't use the standard calling convention. >Calls to system calls *must* use *some* calling convention agreed upon >in advance and invariant under optimization, or it will be indeterminate >under optimization. This is obvious. I was talking about inline functions in the kernel. >> >> This may be true if you control the ABI. >> >> >You *do* control the ABI. You are either running a known ABI paradigm >> >(ie: int push, sizeof(int) == sizeof(register_t), etc.), or you are >> >running a compatability ABI, in which case you know at binary load time >> >> You know it but you don't control it. >Excuse me? You are attempting to assert exactly that control on the >Intel ABI and you are arguing that it can't be done? I was talking about ABI-decoding functions in the kernel (until this discussions got sidetracked into talking about changes to the FreeBSD ABI that we control (FreeBSD != ibcs2)). >> Er, you have this exactly backwards. My wrappers provide part of >> what is required to handle nontrivial conversions from a 16 bit >> ABI to a 32 bit one. >If I produce new code for an emulated environment, I'm *not* going >to be doing so in a native environment. The code production will >be in the cross environment as well. >Wrappering is a non-issue for conversions. Wrappering *is* an issue >in code complexity. I believe complexity should be reduced wherever >possible -- and this is not done by imposing ever more rigid standards >on the programmer, it's done by making the code environment more >flexible. I was talking about reducing code complexity by doing all conversions automatically. >What wall time differentials do you expect from the conversion, and >why? Small. The current unportable code is close to optimal. I wouldn't make it slower. The machine generated code for the current FreeBSD i386 ABI might even be exactly the same as now because all conversions can be reduced to no-ops (this must be possible because the unportable code actually works). >Consider for example a PPC port of FreeBSD capable of running Intel >FreeBSD binaries. The capability and the endianess issues must be >handled in the ABI call emulation layers. The code will execute >in an emulated 386 environment, but all kernel support will be >native. >This is on the order of an XDR interface that is contextualized for >the native byte/word order of the machine instead of network byte >order. >The point is that the call conversion is layered seperately from the >call implementation. Conceptually it's a different layer but it shouldn't be implemented as a separate layer. My idea is to introduce such a conceptual layer somewhere between the syscall entry point (Xsyscall()) and the syscall implementing functions (e.g., read()) and then merge the layers as much as possible using machine-generated code. >> >packing must be specifiable at declaration time, or (preferrably) both. >> >> Packing can't be specified in C. That's why my my machine generated >> wrappers are required - to provide portability. It isn't worth >> supporting both because if you support the worst case (weird packing) >> then it just takes more code to support the array case. >#pragma. If we are talking about compiler modifications, packing #pragma's >are much more generally useful than register call wrappings and the >internal code you have suggested for varargs. All #pragmas are unportable. >What is your wrapper for open( const char *, int, ...)? On the user side (so that the open syscall doesn't have a variable number of args: int open(char const *path, int flags, ...) { va_list argp; int retval; va_start(argp, flags); if (flags & O_CREAT) { /* * This code is written for maximal portability to expose the full * braindamage of the open() interface. Actual implementations * should use one of the easier alternatives and shoot themselves * in the foot by using e.g., `long double' for mode_t. mode_t * is guaranteed to be an arithmetic type (POSIX.1 2.5) and * va_arg is only guaranteed to work for types that are their * own default promotion, so there are many cases. */ /* * Actually I'm too lazy to write all the tests to decide the * promotion of mode_t. Assume it is `promoted_mode_t'. Also * assume that we pass args of fixed size to syscalls and that * registered_mode_t is a type that has that size and holds * mode_t's without loss of information. */ promoted_mode_t mode; registered_mode_t rmode; mode = va_arg(argp, int); rmode = = (registered_mode_t)mode; retval = three_arg_open_syscall(path, flags, rmode); } else retval = two_arg_open_syscall(path, flags); va_end(argp); return retval; } On the kernel side: I can't write it without knowing the target machine. Assuming a simple case where the user side stored the args in a uniform way on the stack or in registers and the lower level kernel code has copied the args from to memory: int syscall_entry_open(struct proc *p, void *argp, int *retval) { char const *path; int flags; promoted_mode_t mode; path = *(char const *)((char *)argp + PATH_OFFSET); flags = *(int *)((char *)argp + FLAGS_OFFSET); if (flags & O_CREAT) { mode = *(promoted_mode_t *)((char *)argp + MODE_OFFSET); return open(p, retval, path, flags, mode); } return open(p, retval, path, flags); } >> My ideas for syscalls are based on what is done for vnodes :-). It >What about non-native architecture ABI support? It requires more code to generate the conversion code. In particular, sizeof() and `struct' can't be used, because the non-native compiler may have completely different behaviour (of course, it's not practical to emulate a machine with a larger address space or ints larger than your quads). >> You can't vary Xenix 286's syscall parameter passing conventions! >What have I said that implied this? The abstraction layering, since >it is *in the kernel* in the class-call handling code, would be >transparent. Perhaps I mean something nonstandard by the ABI. I mean the parameter passing conventions more than the syscall semantics... >The point is to have a native ABI that matches the kernel exported ABI >to reduce overhead for native apps. ... and I mean `I' to stand for interface, not implementation. By definition, the ABI is whatever the kernel exports, and native apps use it. >By going to a register passing mechanism, you destroy this, and complicate >the non-native ABI's at the same time... don't you see this as well? The register passing mechanism for syscalls is a side issue. I only mentioned it as an example of an ABI that we have to emulate (for Linux) and which is better so we should use it. There would be no new complications (except for improvements) because we already support the Linux ABI. >> >I object to needing to include standard system call prototypes to allow >> >their use. I put up with lseek/truncate/ftruncate/mmap BS because it's >> >> It isn't required. However, passing of args that have the correct type >> (after the default promotions) is required. The second arg to lseek >> must be off_t, not long, except of course if off_t is long. >??? If it's not required, then either you *aren't* talking about passing >arguments to system calls in registers *or* you expect the compiler to >"do the right thing" magically. I'm talking about the requirement in C to pass parameters of the correct type (if a prototype is in scope, then there are more correct types). >Right now I can write code that makes system calls in assembly. With >register passing conventions, I will need to either use library or >machine generated external routine calls (unacceptable), or I will have >to have documentation of what the compiler has done so that I can do >the same thing (non-portable as hell -- ever use M4 to write machine >independent assembly code?). It's always been necessary to know what what the compiler does if you write glue functions in assembler. (gcc) inline assembler has many advantages here. You don't need to know what the compiler does (you just tell it how to load syscall args), and one layer of glue can be avoided. >> >Note that prototypes of system calls screw up your ability to properly >> >utilize the syscall(2) call gate mechanism the way it was intended. A >> >> The use of syscall() in general requires handling all the messy conversion >> issues that we have been discussing in your own code. >Why is that? A push is a push. A trap is a trap. >The only "messy conversion" is in pushing the arguments on the stack, >and I still fail to see the benefit of playing "keep up with Linux" >in this regard. syscall() is written in C, so the compiler can pass args to it anywhere it wants. syscall() then has the task of putting the args where the kernel expects them. In general, it would have to know about all syscalls and do the inverse of the conversions that I'm talking about doing in the kernel. Consider a 68K compiler that passes the first 2 pointer args (if any) in a0-a1 and the first 2 integer args (if any) in d0-d1 and the other args on the stack. How are you going to push the args in syscall()? Hint: you'll need to know the arg types of all syscalls. >> (2) choose a different violation of the ANSI C >> >and POSIX standards -- interface extension -- instead of passing quad's >> >> POSIX allows most reasonable extensions. >Yeah, well using quad for off_t isn't one of them. Would you prefer double? Allowing it seems to be a bug in POSIX.1-1990. More things would break. >> Linux has llseek. That way leads to many ifdefs. >It leads to: >#ifdef HAS_QUADS >#ifndef INT_IS_64 >#if BSD44 >#define lseek(filedes,offset,whence) qlseek(filedes,offset,whence) >#define off_t quad_t >#endif /* BSD44*/ >#if LINUX >#define lseek(filedes,offset,whence) llseek(filedes,offset,whence) >#define off_t quad_t >#endif /* LINUX*/ >#endif /* !INT_IS_64*/ >#endif /* HAS_QUADS*/ >in one app-specific header file. It's worse than that. Linux doesn't have quads. Applications have to use pairs of longs and do their own (equivalent to quad) arithmetic on them. So ifdefs like the above all through the code might be necessary. >I believe the wrappering to constitute obfuscation, not simplification. >There is a difference between conceptual simplification (but no >document to reference to determine conception) and implementational >simplification. >I'm opposed to additional obfuscation of the call interface to >allow questionable processor specific optimization to take place >at the expense of ABI emulation portability. We're in violent agreement :-). I'd like to hide the current unportabilities and scattered casts in a conceptually simple layer. This requires a complicated and unportable implementation for the layer. Bruce From owner-freebsd-commit Fri Oct 27 12:40:15 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15347 for freebsd-commit-outgoing; Fri, 27 Oct 1995 12:40:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15321 for cvs-all-outgoing; Fri, 27 Oct 1995 12:40:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15311 for cvs-sys-outgoing; Fri, 27 Oct 1995 12:40:04 -0700 Received: from revenue.regent.e-technik.tu-muenchen.de (revenue.regent.e-technik.tu-muenchen.de [129.187.231.161]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA15298 ; Fri, 27 Oct 1995 12:39:56 -0700 Received: from vector.eikon.e-technik.tu-muenchen.de (vector.eikon.e-technik.tu-muenchen.de [129.187.142.36]) by revenue.regent.e-technik.tu-muenchen.de (8.6.12/8.6.9) with ESMTP id UAA29029; Fri, 27 Oct 1995 20:37:52 +0100 Received: from localhost (localhost [127.0.0.1]) by vector.eikon.e-technik.tu-muenchen.de (8.6.12/8.6.9) with SMTP id RAA01779; Fri, 27 Oct 1995 17:46:04 +0100 Message-Id: <199510271646.RAA01779@vector.eikon.e-technik.tu-muenchen.de> X-Authentication-Warning: vector.eikon.e-technik.tu-muenchen.de: Host localhost didn't use HELO protocol To: Bruce Evans cc: davidg@Root.COM, CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern tty_pty.c Reply-To: "Julian H. Stacey" X-Organisation: Vector Systems Ltd, Holz Strasse 27d, 80469 Munich, Germany X-Occupation: Internet Unix C & Systems Engineering Consultant X-Phone: +49 89 268616 Fax: +49 89 2608126 Timezone: GMT+1 X-Web: http://www.freebsd.org/~jhs/ In-reply-to: Your message of "Thu, 26 Oct 1995 17:33:46 +1000." <199510260733.RAA12694@godzilla.zeta.org.au> Date: Fri, 27 Oct 1995 17:46:04 +0100 From: "Julian H. Stacey" Sender: owner-commit@freebsd.org Precedence: bulk > Message-Id: <199510260733.RAA12694@godzilla.zeta.org.au> > ... and the new cat reads it, but this has no effect on > the wedged cat. The wedged cat is in ... Wedged cats are best, keeps their claws & teeth confined ;-) Julian S From owner-freebsd-commit Fri Oct 27 13:18:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17789 for freebsd-commit-outgoing; Fri, 27 Oct 1995 13:18:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17762 for cvs-all-outgoing; Fri, 27 Oct 1995 13:18:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17749 for cvs-usrbin-outgoing; Fri, 27 Oct 1995 13:18:33 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17734 ; Fri, 27 Oct 1995 13:18:25 -0700 Date: Fri, 27 Oct 1995 13:18:25 -0700 From: Julian Elischer Message-Id: <199510272018.NAA17734@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat ipx.c Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/27 13:18:24 Added: usr.bin/netstat ipx.c Log: Submitted by: Mike Mitchell oops. forgot this file then went to bed.. sorry From owner-freebsd-commit Fri Oct 27 13:20:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17969 for freebsd-commit-outgoing; Fri, 27 Oct 1995 13:20:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17927 for cvs-all-outgoing; Fri, 27 Oct 1995 13:20:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17912 for cvs-sys-outgoing; Fri, 27 Oct 1995 13:20:08 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA17891 ; Fri, 27 Oct 1995 13:19:55 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA23809; Fri, 27 Oct 1995 13:09:47 -0700 From: Terry Lambert Message-Id: <199510272009.NAA23809@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Fri, 27 Oct 1995 13:09:46 -0700 (MST) Cc: bde@zeta.org.au, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510271903.FAA24658@godzilla.zeta.org.au> from "Bruce Evans" at Oct 28, 95 05:03:48 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 9639 Sender: owner-commit@freebsd.org Precedence: bulk > >What wall time differentials do you expect from the conversion, and > >why? > > Small. The current unportable code is close to optimal. I wouldn't > make it slower. The machine generated code for the current FreeBSD > i386 ABI might even be exactly the same as now because all conversions > can be reduced to no-ops (this must be possible because the unportable > code actually works). The reason for my asking was to determine if you believed this to be a speed optimization (which I might be able to get behind) or if it's simply an interface change (which I suspected it was, and so it's now an issue of whether it's gratuitious or if ti really buys something). [ ... reordered for coherency ... ] > >#pragma. If we are talking about compiler modifications, packing #pragma's > >are much more generally useful than register call wrappings and the > >internal code you have suggested for varargs. > > All #pragmas are unportable. All packing assumptions are unportable. I argue that a #pragma beats the __attrib crap because a compiler may ignore it. > Conceptually it's a different layer but it shouldn't be implemented as > a separate layer. My idea is to introduce such a conceptual layer > somewhere between the syscall entry point (Xsyscall()) and the syscall > implementing functions (e.g., read()) and then merge the layers as > much as possible using machine-generated code. [ ...] > >What is your wrapper for open( const char *, int, ...)? > > On the user side (so that the open syscall doesn't have a variable number > of args: > > int open(char const *path, int flags, ...) Whoah. Right there we have a problem. I'll be happy to give you my varrarg macros to make them ANSI-C and K&R C independent. Usign varrargs in an ANSI dependent fashion reduces portability to non-ANIC-C envirnments. The things belong in ctypes.h anyway. [ ... ] > int open(char const *path, int flags, ...) > { > va_list argp; > int retval; > > va_start(argp, flags); > if (flags & O_CREAT) { > promoted_mode_t mode; > registered_mode_t rmode; > > mode = va_arg(argp, int); > rmode = = (registered_mode_t)mode; > retval = three_arg_open_syscall(path, flags, rmode); > } else > retval = two_arg_open_syscall(path, flags); > va_end(argp); > return retval; > } I think that the system call itself could make the decision based on the O_CREAT itself. I'd suggest changing: > retval = three_arg_open_syscall(path, flags, rmode); > } else > retval = two_arg_open_syscall(path, flags); to: > retval = three_arg_open_syscall(path, flags, rmode); > } else > retval = three_arg_open_syscall(path, flags, 0); [ ... ] > On the kernel side: I can't write it without knowing the target machine. > Assuming a simple case where the user side stored the args in a uniform > way on the stack or in registers and the lower level kernel code has > copied the args from to memory: [ ... ] > path = *(char const *)((char *)argp + PATH_OFFSET); > flags = *(int *)((char *)argp + FLAGS_OFFSET); > mode = *(promoted_mode_t *)((char *)argp + MODE_OFFSET); Forgive me... but this is butt-ugly. I mean really, *really* butt-ugly. I find this horribly obfucated. This is exactly what I feared when I objected. 8-(. BTW: the 'path' line is broken... "*(const char **)", maybe? Since the stack variable assigns are based on an entry argument, then the assignments can be done at declaration time. Therefore something like: #define ARG(argtype,arg) \ argtype arg = *(__CONCAT(argtype,*))((char *)argp + \ __CONCAT(arg,_OFFSET)); Then: > int syscall_entry_open(struct proc *p, void *argp, int *retval) > { > ARG( char const *, PATH); > ARG( int, FLAGS); > ARG( promoted_mode_t, MODE); > > if (flags & O_CREAT) { > return open(p, retval, PATH, FLAGS, MODE); > } > return open(p, retval, PATH, FLAGS); > } Would be more readable. I don't understand why passing a bogus mode to open when O_CREAT wasn't present would be a problem??? That is, why not: > int syscall_entry_open(struct proc *p, void *argp, int *retval) > { > ARG( char const *, PATH); > ARG( int, FLAGS); > ARG( promoted_mode_t, MODE); > > return open(p, retval, PATH, FLAGS, MODE); > } ??? Hell: #define SYSCALL_ENTRY(function) \ int __CONCAT(syscall_entry_,function) \ (struct proc *p, void *argp, int *retval) > SYSCALL_ENTRY(open) > { > ARG( char const *, PATH); > ARG( int, FLAGS); > ARG( promoted_mode_t, MODE); > > return open(p, retval, PATH, FLAGS, MODE); > } > >What about non-native architecture ABI support? > > It requires more code to generate the conversion code. In particular, > sizeof() and `struct' can't be used, because the non-native compiler > may have completely different behaviour (of course, it's not practical > to emulate a machine with a larger address space or ints larger than > your quads). I agree with the practicality argument: after all, that's exactly what we are doing already with lseek, et al. 8-). I know the XDR aspects re structure packing are an issue, though since you seem to be assuming the same compiler source everywhere (GCC), I don't see where a packing paragma would be more of an issue than any other approach requiring compiler modifications. > >By going to a register passing mechanism, you destroy this, and complicate > >the non-native ABI's at the same time... don't you see this as well? > > The register passing mechanism for syscalls is a side issue. I only > mentioned it as an example of an ABI that we have to emulate (for Linux) > and which is better so we should use it. There would be no new > complications (except for improvements) because we already support the > Linux ABI. I'm glad to see this. I think, though, the rationale for the changes still hasn't been clarified. > >??? If it's not required, then either you *aren't* talking about passing > >arguments to system calls in registers *or* you expect the compiler to > >"do the right thing" magically. > > I'm talking about the requirement in C to pass parameters of the correct > type (if a prototype is in scope, then there are more correct types). OK. I buy this too. But this implies that if there is not a prototype in scope, a function that uses a type that is not correct without a prototype in scope should not generate a bogus call reference. This was my point on the quad crap and reverting the default interfaces to POSIX compliance (and double doesn't count unless you can use it without a prototype in scope). > >Right now I can write code that makes system calls in assembly. With > >register passing conventions, I will need to either use library or > >machine generated external routine calls (unacceptable), or I will have > >to have documentation of what the compiler has done so that I can do > >the same thing (non-portable as hell -- ever use M4 to write machine > >independent assembly code?). > > It's always been necessary to know what what the compiler does if you > write glue functions in assembler. (gcc) inline assembler has many > advantages here. You don't need to know what the compiler does (you > just tell it how to load syscall args), and one layer of glue can be > avoided. But *lord*! Having to happen to know what register the argument goes into before the call! > >> >Note that prototypes of system calls screw up your ability to properly > >> >utilize the syscall(2) call gate mechanism the way it was intended. A > >> > >> The use of syscall() in general requires handling all the messy conversion > >> issues that we have been discussing in your own code. > > >Why is that? A push is a push. A trap is a trap. > > >The only "messy conversion" is in pushing the arguments on the stack, > >and I still fail to see the benefit of playing "keep up with Linux" > >in this regard. > > syscall() is written in C, so the compiler can pass args to it anywhere it > wants. syscall() then has the task of putting the args where the kernel > expects them. In general, it would have to know about all syscalls and > do the inverse of the conversions that I'm talking about doing in the > kernel. Bletch. How does Linux deal with it (my linux box is running Win95 right now)? > Consider a 68K compiler that passes the first 2 pointer args (if any) > in a0-a1 and the first 2 integer args (if any) in d0-d1 and the other > args on the stack. How are you going to push the args in syscall()? > Hint: you'll need to know the arg types of all syscalls. That's an evil way to pass arguments, then. 8-(. > >> (2) choose a different violation of the ANSI C > >> >and POSIX standards -- interface extension -- instead of passing quad's > >> > >> POSIX allows most reasonable extensions. > > >Yeah, well using quad for off_t isn't one of them. > > Would you prefer double? Allowing it seems to be a bug in POSIX.1-1990. > More things would break. No. I'd prefer int/long. > It's worse than that. Linux doesn't have quads. Applications have to use > pairs of longs and do their own (equivalent to quad) arithmetic on them. > So ifdefs like the above all through the code might be necessary. Linux has GCC. Linux has quads. > We're in violent agreement :-). I'd like to hide the current > unportabilities and scattered casts in a conceptually simple layer. I agree. > This requires a complicated and unportable implementation for the > layer. I don't agree. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Fri Oct 27 15:01:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA24621 for freebsd-commit-outgoing; Fri, 27 Oct 1995 15:01:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA24590 for cvs-all-outgoing; Fri, 27 Oct 1995 15:00:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA24570 for cvs-sys-outgoing; Fri, 27 Oct 1995 15:00:32 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA24532 ; Fri, 27 Oct 1995 15:00:04 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id HAA29637; Sat, 28 Oct 1995 07:57:34 +1000 Date: Sat, 28 Oct 1995 07:57:34 +1000 From: Bruce Evans Message-Id: <199510272157.HAA29637@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu Sender: owner-commit@freebsd.org Precedence: bulk >> All #pragmas are unportable. >All packing assumptions are unportable. I argue that a #pragma beats >the __attrib crap because a compiler may ignore it. A compiler may exec /usr/games/hack to handle every pragma. gcc used to do this. >> path = *(char const *)((char *)argp + PATH_OFFSET); >> flags = *(int *)((char *)argp + FLAGS_OFFSET); >> mode = *(promoted_mode_t *)((char *)argp + MODE_OFFSET); >Forgive me... but this is butt-ugly. I mean really, *really* butt-ugly. >I find this horribly obfucated. This is exactly what I feared when I >objected. 8-(. It's machine generated. It looks better than va_arg(). Don't look at it. >BTW: the 'path' line is broken... "*(const char **)", maybe? Oops. >Since the stack variable assigns are based on an entry argument, then >the assignments can be done at declaration time. Therefore something >like: >#define ARG(argtype,arg) \ > argtype arg = *(__CONCAT(argtype,*))((char *)argp + \ > __CONCAT(arg,_OFFSET)); Assignment at declaration time is consider bad style by the 4.4lite2 style guide and by me. The offsets would actually be literal numbers. They are too hard to create using macros. >I don't understand why passing a bogus mode to open when O_CREAT wasn't >present would be a problem??? >That is, why not: >> int syscall_entry_open(struct proc *p, void *argp, int *retval) >> { >> ARG( char const *, PATH); >> ARG( int, FLAGS); >> ARG( promoted_mode_t, MODE); >> >> return open(p, retval, PATH, FLAGS, MODE); >> } The last ARG() might cause a fatal trap if the arg doesn't exist. It might be worth guaranteeing that argp points to a safe place to ARG() can't trap here. But then the caller might have to do more work to provide a safe place or recover from the trap. This is currently handled very efficiently by copyin() recovering from traps if the user doesn't supply enough args. >Hell: >#define SYSCALL_ENTRY(function) \ > int __CONCAT(syscall_entry_,function) \ > (struct proc *p, void *argp, int *retval) >> SYSCALL_ENTRY(open) >> { >> ARG( char const *, PATH); >> ARG( int, FLAGS); >> ARG( promoted_mode_t, MODE); >> >> return open(p, retval, PATH, FLAGS, MODE); >> } This would require large table of #defines of OFFSETs. I prefer to use literal offsets. >I know the XDR aspects re structure packing are an issue, though since >you seem to be assuming the same compiler source everywhere (GCC), No, the OFFSETs depend on the compiler. I assumed the same endianness in my example, but endianness changes can be handled by more complicated ARG() code. Pointer alignment for *(foo_t *) is unlikely to be a problem because the args are usually laid out so that they can be accessed. >I don't see where a packing paragma would be more of an issue than >any other approach requiring compiler modifications. It would take about the same work to machine-generate all the pragmas and padding as to machine-generate all the offsets, e.g., #pragma pack(0) /* or whatever stops all packing */ struct read_args { char const *path; int flags; char pad1[4]; /* little endian, 4 byte ints, 8 byte regs */ mode_t mode; char pad2[6]; }; vs. #define read_path_OFFSET 0 #define read_path_type char const * #define read_flags_OFFSET 8 #define read_flags_type int #define read_mode_OFFSET 16 #define read_mode_type mode_t >> The register passing mechanism for syscalls is a side issue. I only >> mentioned it as an example of an ABI that we have to emulate (for Linux) >> and which is better so we should use it. There would be no new >> complications (except for improvements) because we already support the >> Linux ABI. >I'm glad to see this. I think, though, the rationale for the changes >still hasn't been clarified. `lcall' allow users to trace into syscalls. This can be recovered from but is ugly. Trap gates don't have this problem. NetBSD and Linux already use trap gates for their native system calls and we don't want to be uglier or slower than NetBSD or Linux :-). We need to support trap gates for emulation anyway. If we change to trap gates then we should consider changing other parts of the syscall interface. We don't need to copy NetBSD's or Linux's interface except for emulation. >This was my point on the quad crap and reverting the default interfaces >to POSIX compliance (and double doesn't count unless you can use it >without a prototype in scope). if (lseek(fd, (off_t)foo, SEEK_SET) == (off_t)-1) perror("lseek"); works without a prototype in scope even if off_t is quad or double. >> syscall() is written in C, so the compiler can pass args to it anywhere it >> wants. syscall() then has the task of putting the args where the kernel >> expects them. In general, it would have to know about all syscalls and >> do the inverse of the conversions that I'm talking about doing in the >> kernel. >Bletch. How does Linux deal with it (my linux box is running Win95 >right now)? i386's are enough like vaxes and gcc uses stupid enough function call conventions for there to be no problems. Just put the first arg in the first register, etc. >> Consider a 68K compiler that passes the first 2 pointer args (if any) >> in a0-a1 and the first 2 integer args (if any) in d0-d1 and the other >> args on the stack. How are you going to push the args in syscall()? >> Hint: you'll need to know the arg types of all syscalls. >That's an evil way to pass arguments, then. 8-(. But not stupid :-). >> It's worse than that. Linux doesn't have quads. Applications have to use >> pairs of longs and do their own (equivalent to quad) arithmetic on them. >> So ifdefs like the above all through the code might be necessary. >Linux has GCC. Linux has quads. I thought it doesn't use them for llseek. I guess it doesn't matter. Two longs together look like a quad. Bruce From owner-freebsd-commit Fri Oct 27 15:06:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25120 for freebsd-commit-outgoing; Fri, 27 Oct 1995 15:06:01 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25093 for cvs-all-outgoing; Fri, 27 Oct 1995 15:05:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25081 for cvs-ports-outgoing; Fri, 27 Oct 1995 15:05:38 -0700 Received: (from pst@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25054 ; Fri, 27 Oct 1995 15:05:25 -0700 Date: Fri, 27 Oct 1995 15:05:25 -0700 From: Paul Traina Message-Id: <199510272205.PAA25054@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/comms/hylafax/patches patch-aa Sender: owner-commit@FreeBSD.org Precedence: bulk pst 95/10/27 15:05:23 Modified: comms/hylafax Makefile comms/hylafax/files md5 Removed: comms/hylafax/patches patch-aa Log: Update to 3.0pl1 Approved by: asami and jhs From owner-freebsd-commit Fri Oct 27 17:02:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA00417 for freebsd-commit-outgoing; Fri, 27 Oct 1995 17:02:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA00365 for cvs-all-outgoing; Fri, 27 Oct 1995 17:00:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA00346 for cvs-sys-outgoing; Fri, 27 Oct 1995 17:00:47 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA00329 ; Fri, 27 Oct 1995 17:00:26 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA24249; Fri, 27 Oct 1995 16:50:51 -0700 From: Terry Lambert Message-Id: <199510272350.QAA24249@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Fri, 27 Oct 1995 16:50:50 -0700 (MST) Cc: bde@zeta.org.au, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510272157.HAA29637@godzilla.zeta.org.au> from "Bruce Evans" at Oct 28, 95 07:57:34 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 5255 Sender: owner-commit@freebsd.org Precedence: bulk > >> All #pragmas are unportable. > > >All packing assumptions are unportable. I argue that a #pragma beats > >the __attrib crap because a compiler may ignore it. > > A compiler may exec /usr/games/hack to handle every pragma. gcc used > to do this. It doesn't any more. Stahlman did this to be an ass. > >I don't understand why passing a bogus mode to open when O_CREAT wasn't > >present would be a problem??? > > >That is, why not: > > >> int syscall_entry_open(struct proc *p, void *argp, int *retval) > >> { > >> ARG( char const *, PATH); > >> ARG( int, FLAGS); > >> ARG( promoted_mode_t, MODE); > >> > >> return open(p, retval, PATH, FLAGS, MODE); > >> } > > The last ARG() might cause a fatal trap if the arg doesn't exist. It > might be worth guaranteeing that argp points to a safe place to ARG() > can't trap here. But then the caller might have to do more work to > provide a safe place or recover from the trap. This is currently > handled very efficiently by copyin() recovering from traps if the user > doesn't supply enough args. Hence, my use of the 0 argument on the open in user space in the last posting to provide a valid call on vararg. The open(2) call is not a traditional vararg -- it's a limited one. The "..." in its case means "0 or one argument here" instead of "0 or n arguments here". I don't know of a real vararg system call. > >> SYSCALL_ENTRY(open) > >> { > >> ARG( char const *, PATH); > >> ARG( int, FLAGS); > >> ARG( promoted_mode_t, MODE); > >> > >> return open(p, retval, PATH, FLAGS, MODE); > >> } > > This would require large table of #defines of OFFSETs. I prefer to use > literal offsets. Keep all paths at the same offset, etc. > > >I know the XDR aspects re structure packing are an issue, though since > >you seem to be assuming the same compiler source everywhere (GCC), > > No, the OFFSETs depend on the compiler. I assumed the same endianness > in my example, but endianness changes can be handled by more complicated > ARG() code. Pointer alignment for *(foo_t *) is unlikely to be a problem > because the args are usually laid out so that they can be accessed. Yeah. Only makes sense. Actually, MSC doesn't align stuff correctly. They (Microsoft) pad many things to even alignment boundries, but structure contents themselves are tightly packed. One ABI to consider is WINE. > >I don't see where a packing paragma would be more of an issue than > >any other approach requiring compiler modifications. > > It would take about the same work to machine-generate all the pragmas > and padding as to machine-generate all the offsets, e.g., > > #pragma pack(0) /* or whatever stops all packing */ > struct read_args { > char const *path; > int flags; > char pad1[4]; /* little endian, 4 byte ints, 8 byte regs */ > mode_t mode; > char pad2[6]; > }; That would be better expressed as: > #pragma pack(8) /* quad stack alignment, pointers are quads*/ > struct read_args { > char const *path; > int flags; > mode_t mode; > }; [ ... ] > >I'm glad to see this. I think, though, the rationale for the changes > >still hasn't been clarified. > > `lcall' allow users to trace into syscalls. This can be recovered from > but is ugly. Trap gates don't have this problem. NetBSD and Linux > already use trap gates for their native system calls and we don't want > to be uglier or slower than NetBSD or Linux :-). We need to support > trap gates for emulation anyway. If we change to trap gates then we > should consider changing other parts of the syscall interface. We don't > need to copy NetBSD's or Linux's interface except for emulation. I understand the rationale for considering the changes. I don't understand the rationale for making them. It seems the rationale is "to compete with NetBSD and Linux regarding speed". Is this correct? I personally don't find that compelling (that's not to say that the majority doesn't outweigh me on this -- only that it does not convince me, personally). > >This was my point on the quad crap and reverting the default interfaces > >to POSIX compliance (and double doesn't count unless you can use it > >without a prototype in scope). > > if (lseek(fd, (off_t)foo, SEEK_SET) == (off_t)-1) > perror("lseek"); > > works without a prototype in scope even if off_t is quad or double. But violates POSIX (in the quad case) or the spirit of POSIX (in the double case -- you yourself suggested that this is probably an error in the spec). > >> Consider a 68K compiler that passes the first 2 pointer args (if any) > >> in a0-a1 and the first 2 integer args (if any) in d0-d1 and the other > >> args on the stack. How are you going to push the args in syscall()? > >> Hint: you'll need to know the arg types of all syscalls. > > >That's an evil way to pass arguments, then. 8-(. > > But not stupid :-). OK. I admit it's probably minisculely faster. Is it worth the clutter of the xxx_OFFSET and the xxx_type and the unreadable glue routines to get that miniscule speed "improvement"? Just my opinion, but I think the answer is "no". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-commit Fri Oct 27 19:02:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA04467 for freebsd-commit-outgoing; Fri, 27 Oct 1995 19:02:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA04436 for cvs-all-outgoing; Fri, 27 Oct 1995 19:01:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA04426 for cvs-etc-outgoing; Fri, 27 Oct 1995 19:01:50 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA04412 ; Fri, 27 Oct 1995 19:01:38 -0700 Date: Fri, 27 Oct 1995 19:01:38 -0700 From: "Andrey A. Chernov" Message-Id: <199510280201.TAA04412@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/27 19:01:37 Modified: etc Makefile Log: Back out bogus "fix" which was commited over right fix without any check. From owner-freebsd-commit Fri Oct 27 19:50:42 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA06421 for freebsd-commit-outgoing; Fri, 27 Oct 1995 19:50:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA06408 for cvs-all-outgoing; Fri, 27 Oct 1995 19:50:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA06396 for cvs-user-outgoing; Fri, 27 Oct 1995 19:50:22 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA06374 ; Fri, 27 Oct 1995 19:49:53 -0700 Date: Fri, 27 Oct 1995 19:49:53 -0700 From: "Andrey A. Chernov" Message-Id: <199510280249.TAA06374@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/27 19:49:49 Modified: lkm Makefile Log: Temp. disable following modules: atapi coff ibcs2 ipfw linux syscons wcd (until they will be fixed) It allows to build/install other modules from top From owner-freebsd-commit Fri Oct 27 23:27:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA16881 for freebsd-commit-outgoing; Fri, 27 Oct 1995 23:27:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA16835 for cvs-all-outgoing; Fri, 27 Oct 1995 23:27:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA16804 for cvs-sys-outgoing; Fri, 27 Oct 1995 23:27:20 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA16766 ; Fri, 27 Oct 1995 23:27:05 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA16949; Sat, 28 Oct 1995 16:12:09 +1000 Date: Sat, 28 Oct 1995 16:12:09 +1000 From: Bruce Evans Message-Id: <199510280612.QAA16949@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu Sender: owner-commit@freebsd.org Precedence: bulk >> >I don't understand why passing a bogus mode to open when O_CREAT wasn't >> >present would be a problem??? >... >Hence, my use of the 0 argument on the open in user space in the last >posting to provide a valid call on vararg. The open(2) call is not The difficulty is to extract the 3rd arg if it exists. >a traditional vararg -- it's a limited one. The "..." in its case >means "0 or one argument here" instead of "0 or n arguments here". This only reduces the difficulty. In general you might have to decode all previous args to decide how to extract eacg arg. >I don't know of a real vararg system call. Grepping for \.\.\. in shows the following: open, fcntl, ioctl, msgsys, semsys, shmsys. The last 3 have more than one varargs arg. >> >> SYSCALL_ENTRY(open) >> >> { >> >> ARG( char const *, PATH); >> >> ARG( int, FLAGS); >> >> ARG( promoted_mode_t, MODE); >> >> >> >> return open(p, retval, PATH, FLAGS, MODE); >> >> } >> >> This would require large table of #defines of OFFSETs. I prefer to use >> literal offsets. >Keep all paths at the same offset, etc. You can't. The offsets depend on the ABI. In particular they depend on the word size and endianness even if the packing is the natural one. >Actually, MSC doesn't align stuff correctly. They (Microsoft) pad many >things to even alignment boundries, but structure contents themselves >are tightly packed. This is probably inherited from 16-bit packing and calling conventions. >> #pragma pack(0) /* or whatever stops all packing */ >> struct read_args { >> char const *path; >> int flags; >> char pad1[4]; /* little endian, 4 byte ints, 8 byte regs */ >> mode_t mode; >> char pad2[6]; >> }; >That would be better expressed as: >> #pragma pack(8) /* quad stack alignment, pointers are quads*/ >> struct read_args { >> char const *path; >> int flags; >> mode_t mode; >> }; gcc-2.6 only supports pack(1)..pack(4) - the natural padding can't be increased. Note that it need may need to be increased to support a foreign ABI, and it isn't even natural on Pentiums (doubles should have 8 byte alignment). #pragma is unportable. My version has the advantage of requiring only 1 pragma per struct, while yours requires up to one pragma per struct member and it may still require padding. Consider alignment of 4-byte quantities on boundaries 4, 9, 16, 25, ... >> `lcall' allow users to trace into syscalls. This can be recovered from >I understand the rationale for considering the changes. I don't understand >the rationale for making them. It seems the rationale is "to compete with >NetBSD and Linux regarding speed". Is this correct? To compete in speed and elegance. >> >This was my point on the quad crap and reverting the default interfaces >> >to POSIX compliance (and double doesn't count unless you can use it >> >without a prototype in scope). >> >> if (lseek(fd, (off_t)foo, SEEK_SET) == (off_t)-1) >> perror("lseek"); >> >> works without a prototype in scope even if off_t is quad or double. >But violates POSIX (in the quad case) or the spirit of POSIX (in the >double case -- you yourself suggested that this is probably an error >in the spec). Doesn't matter. The call and check must be written something like the above so that it works independent of the type of off_t even if off_t is one of char, short, int or long. Actually if foo is a variable then it should have type off_t, and the cast of -1 is unnecessary because off_t is _signed_ arithmetic, so the statement should normally be written as if (lseek(fd, foo, SEEK_SET) == -1) perror("lseek"); >> >> Consider a 68K compiler that passes the first 2 pointer args (if any) >> >> in a0-a1 and the first 2 integer args (if any) in d0-d1 and the other >> ... >> But not stupid :-). >OK. I admit it's probably minisculely faster. Is it worth the clutter >of the xxx_OFFSET and the xxx_type and the unreadable glue routines to >get that miniscule speed "improvement"? If it is the compiler or ABI's calling convention, then you have no choice. Bruce From owner-freebsd-commit Sat Oct 28 01:07:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA22097 for freebsd-commit-outgoing; Sat, 28 Oct 1995 01:07:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA22083 for cvs-all-outgoing; Sat, 28 Oct 1995 01:07:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA22073 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 01:07:48 -0700 Received: (from pst@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA22061 ; Sat, 28 Oct 1995 01:07:41 -0700 Date: Sat, 28 Oct 1995 01:07:41 -0700 From: Paul Traina Message-Id: <199510280807.BAA22061@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/keyinit keyinit.1 Sender: owner-commit@FreeBSD.org Precedence: bulk pst 95/10/28 01:07:40 Modified: usr.bin/keyinit keyinit.1 Log: Close docs/43 manpage for keysu is missing From owner-freebsd-commit Sat Oct 28 01:50:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA25650 for freebsd-commit-outgoing; Sat, 28 Oct 1995 01:50:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA25610 for cvs-all-outgoing; Sat, 28 Oct 1995 01:50:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA25597 for cvs-sys-outgoing; Sat, 28 Oct 1995 01:50:20 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA25543 ; Sat, 28 Oct 1995 01:50:11 -0700 Date: Sat, 28 Oct 1995 01:50:11 -0700 From: Bruce Evans Message-Id: <199510280850.BAA25543@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/28 01:50:10 Modified: sys/kern vfs_subr.c Log: Call vfs_unbusy() before error returns from sysctl_vnode(). This fixes PR 795. Set the size before one error return from sysctl_vnode() the same as before the other. The caller might want to know about the amount successfully read although the current caller doesn't. From owner-freebsd-commit Sat Oct 28 02:40:29 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28959 for freebsd-commit-outgoing; Sat, 28 Oct 1995 02:40:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28946 for cvs-all-outgoing; Sat, 28 Oct 1995 02:40:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28934 for cvs-etc-outgoing; Sat, 28 Oct 1995 02:40:21 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28883 ; Sat, 28 Oct 1995 02:40:02 -0700 Date: Sat, 28 Oct 1995 02:40:02 -0700 From: Peter Wemm Message-Id: <199510280940.CAA28883@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 02:40:00 Modified: etc Makefile Log: At the risk of starting a commit-war, attempt to fix once and for all, the "make distrib-dirs" target. Neither of Andrey's two attempts have worked for me with the [ -h ..] test both with && and ||. I've changed it to a full if [ -h ...]; then \ rm ... ; \ fi ; \ construct. It's much clearer what's meant to happen, and it works! :-) From owner-freebsd-commit Sat Oct 28 03:12:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA00876 for freebsd-commit-outgoing; Sat, 28 Oct 1995 03:12:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA00863 for cvs-all-outgoing; Sat, 28 Oct 1995 03:12:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA00853 for cvs-sys-outgoing; Sat, 28 Oct 1995 03:11:56 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA00838 ; Sat, 28 Oct 1995 03:11:46 -0700 Date: Sat, 28 Oct 1995 03:11:46 -0700 From: David Greenman Message-Id: <199510281011.DAA00838@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/28 03:11:44 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern vfs_subr.c Log: Brought in fix from 1.37: fix for hang caused by missing vfs_unbusy(). From owner-freebsd-commit Sat Oct 28 04:27:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04908 for freebsd-commit-outgoing; Sat, 28 Oct 1995 04:27:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04890 for cvs-all-outgoing; Sat, 28 Oct 1995 04:26:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04880 for cvs-sys-outgoing; Sat, 28 Oct 1995 04:26:54 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA04871 ; Sat, 28 Oct 1995 04:26:49 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id EAA00189; Sat, 28 Oct 1995 04:25:18 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id EAA00232; Sat, 28 Oct 1995 04:25:14 -0700 Message-Id: <199510281125.EAA00232@corbin.Root.COM> To: se@ZPR.Uni-Koeln.DE (Stefan Esser) cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, matt@lkg.dec.com Subject: Re: cvs commit: src/sys/pci if_de.c In-reply-to: Your message of "Thu, 26 Oct 95 13:42:45 BST." <199510261242.AA24313@Sysiphos> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 28 Oct 1995 04:25:09 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >There is a global variable for the purpose of determining >the maximum burst length. It is currently initialized to >4 longwords, but I guess having it default to 8 would be >Ok. (We reduced it to 4 because of a problem reported by >Matt Thomas with an old Saturn chip set revision). So what is the conclusion - is it safe to increase the default burst size to 8 longwords, or does this indeed cause problems for the Saturn chipset? -DG From owner-freebsd-commit Sat Oct 28 04:45:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA05773 for freebsd-commit-outgoing; Sat, 28 Oct 1995 04:45:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA05760 for cvs-all-outgoing; Sat, 28 Oct 1995 04:45:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA05749 for cvs-etc-outgoing; Sat, 28 Oct 1995 04:45:32 -0700 Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id EAA05744 ; Sat, 28 Oct 1995 04:45:25 -0700 Received: by sovcom.kiae.su id AA28473 (5.65.kiae-1 ); Sat, 28 Oct 1995 14:45:05 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Sat, 28 Oct 95 14:45:04 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.11/8.6.9) id OAA00527; Sat, 28 Oct 1995 14:43:33 +0300 To: "Rodney W. Grimes" Cc: CVS-commiters@freefall.freebsd.org, cvs-etc@freefall.freebsd.org References: <199510280306.UAA05750@GndRsh.aac.dev.com> In-Reply-To: <199510280306.UAA05750@GndRsh.aac.dev.com>; from "Rodney W. Grimes" at Fri, 27 Oct 1995 20:06:54 -0700 (PDT) Message-Id: Organization: Olahm Ha-Yetzirah Date: Sat, 28 Oct 1995 14:43:33 +0300 (MSK) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/etc Makefile Lines: 19 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 674 Sender: owner-commit@FreeBSD.org Precedence: bulk In message <199510280306.UAA05750@GndRsh.aac.dev.com> Rodney W. Grimes writes: >> >> ache 95/10/27 19:01:37 >> >> Modified: etc Makefile >> Log: >> Back out bogus "fix" which was commited over right fix without any check. >Thank you for following through and keeping an eye on this. It isn't fully fixed, /bin/test fix needed to, I'll make it ASAP. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sat Oct 28 04:54:51 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA06171 for freebsd-commit-outgoing; Sat, 28 Oct 1995 04:54:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA06159 for cvs-all-outgoing; Sat, 28 Oct 1995 04:54:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA06149 for cvs-bin-outgoing; Sat, 28 Oct 1995 04:54:46 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA06139 ; Sat, 28 Oct 1995 04:54:44 -0700 Date: Sat, 28 Oct 1995 04:54:44 -0700 From: "Andrey A. Chernov" Message-Id: <199510281154.EAA06139@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/test test.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 04:54:43 Modified: bin/test test.c Log: Fix -h option: sense symlink even it is unresolved From owner-freebsd-commit Sat Oct 28 05:14:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA07201 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:14:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA07189 for cvs-all-outgoing; Sat, 28 Oct 1995 05:14:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA07178 for cvs-bin-outgoing; Sat, 28 Oct 1995 05:14:44 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id FAA07164 ; Sat, 28 Oct 1995 05:14:38 -0700 Received: by sequent.kiae.su id AA01178 (5.65.kiae-2 ); Sat, 28 Oct 1995 15:07:53 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Sat, 28 Oct 95 15:07:52 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.11/8.6.9) id PAA00749; Sat, 28 Oct 1995 15:07:08 +0300 To: CVS-commiters@freefall.freebsd.org, cvs-bin@freefall.freebsd.org References: <199510281154.EAA06139@freefall.freebsd.org> In-Reply-To: <199510281154.EAA06139@freefall.freebsd.org>; from "Andrey A. Chernov" at Sat, 28 Oct 1995 04:54:44 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Sat, 28 Oct 1995 15:07:07 +0300 (MSK) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/bin/test test.c Lines: 18 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 530 Sender: owner-commit@FreeBSD.org Precedence: bulk In message <199510281154.EAA06139@freefall.freebsd.org> Andrey A. Chernov writes: >ache 95/10/28 04:54:43 > Modified: bin/test test.c > Log: > Fix -h option: > sense symlink even it is unresolved Should go to 2.1 -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sat Oct 28 05:18:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA07512 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:18:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA07492 for cvs-all-outgoing; Sat, 28 Oct 1995 05:18:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA07477 for cvs-bin-outgoing; Sat, 28 Oct 1995 05:18:46 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA07311 ; Sat, 28 Oct 1995 05:16:37 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id UAA10174; Sat, 28 Oct 1995 20:14:51 +0800 Date: Sat, 28 Oct 1995 20:14:50 +0800 (WST) From: Peter Wemm To: "Andrey A. Chernov" cc: cvs-bin@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org Subject: Re: cvs commit: src/bin/test test.c In-Reply-To: <199510281154.EAA06139@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Sender: owner-commit@FreeBSD.org Precedence: bulk On Sat, 28 Oct 1995, Andrey A. Chernov wrote: > ache 95/10/28 04:54:43 > > Modified: bin/test test.c > Log: > Fix -h option: > sense symlink even it is unresolved BTW, This appears to be unrelated to the broken "make distrib-dirs" Check this, the make was blowing up on a _directory_, not a symlink... I added a "set -x" in to debug it, and it's only getting as far as the first entry. It never even sees a symlink, let alone an unresolved one. pwroot@jhome[8:07pm]/home/src/etc-100# cvs diff -c Makefile Index: Makefile =================================================================== RCS file: /home/ncvs/src/etc/Makefile,v retrieving revision 1.125 diff -c -r1.125 Makefile *** 1.125 1995/10/28 02:01:34 --- Makefile 1995/10/28 12:07:07 *************** *** 446,451 **** --- 446,452 ---- # Compatibility stuff, remove obsoleted links, if exists if [ -d ${DESTDIR}/usr/share/locale ] ; \ then \ + set -x ; \ cd ${DESTDIR}/usr/share/locale; \ for l in ${LATIN1LINKS} ; do \ [ -h $$l.ISO_8859-1 ] && rm $$l.ISO_8859-1; \ pwroot@jhome[8:07pm]/home/src/etc-101# make distrib-ditrs mtree -deU -f /home/src/etc/mtree/BSD.root.dist -p / mtree -deU -f /home/src/etc/mtree/BSD.var.dist -p /var missing: ./crash (not created: File exists) if [ -d /usr/share/locale ] ; then set -x ; cd /usr/share/locale; for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO pt_PT sv_SE ; do [ -h $l.ISO_8859-1 ] && rm $l.ISO_88 59-1; done; fi + cd /usr/share/locale + [ -h da_DK.ISO_8859-1 ] *** Error code 1 Stop. pwroot@jhome[8:08pm]/home/src/etc-102# ls -l /usr/share/locale | grep da_DK lrwxr-xr-x 1 bin bin 16 Oct 28 19:53 da@ -> da_DK.ISO_8859-1 lrwxr-xr-x 1 bin bin 16 Oct 28 19:53 da_DK@ -> da_DK.ISO_8859-1 lrwxr-xr-x 1 bin bin 16 Oct 28 19:53 da_DK.88591@ -> da_DK.ISO_8859-1 lrwxr-xr-x 1 bin bin 16 Oct 28 19:53 da_DK.88591.en@ -> da_DK.ISO_8859-1 lrwxr-xr-x 1 bin bin 16 Oct 28 19:53 da_DK.ISO8859-1@ -> da_DK.ISO_8859-1 drwxr-xr-x 2 bin bin 512 Oct 27 13:53 da_DK.ISO_8859-1/ lrwxr-xr-x 1 bin bin 16 Oct 28 19:53 danish.iso88591@ -> da_DK.ISO_8859-1 pwroot@jhome[8:08pm]/home/src/etc-103# I'm still guessing that "make" was catching the exit status of the "[" command for a reason I do not understand. -Peter From owner-freebsd-commit Sat Oct 28 05:27:29 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08057 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:27:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08045 for cvs-all-outgoing; Sat, 28 Oct 1995 05:27:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08035 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 05:27:23 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08026 ; Sat, 28 Oct 1995 05:27:21 -0700 Date: Sat, 28 Oct 1995 05:27:21 -0700 From: Peter Wemm Message-Id: <199510281227.FAA08026@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/symorder symorder.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 05:27:21 Modified: usr.bin/symorder symorder.c Log: symorder appears to have been designed to run on executable files only, as it payes no attention to the relocation table (which references the symbols). As a result, running "symorder -c" to clean up the visibility of a LKM ".o" file (as is done in the new bsd.kmod.mk) totally screws up the relocation table, making the LKM file unloadable. (ld: bogus relocation record) This is a pretty crude fix - I've changed symorder so that when running in "cleanup" mode, it disables the reordering which was screwing up the relocation table. I'm sure there is a better fix, but I didn't have the energy. Feel free to fix this hack, probably by renumbering the symbol indexes in the relocation table. From owner-freebsd-commit Sat Oct 28 05:35:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08877 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:35:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08854 for cvs-all-outgoing; Sat, 28 Oct 1995 05:35:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08839 for cvs-user-outgoing; Sat, 28 Oct 1995 05:35:20 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08820 ; Sat, 28 Oct 1995 05:35:15 -0700 Date: Sat, 28 Oct 1995 05:35:15 -0700 From: Peter Wemm Message-Id: <199510281235.FAA08820@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm/syscons/star star_saver.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 05:35:14 Modified: lkm Makefile lkm/coff coff.c lkm/ibcs2 Makefile ibcs2 ibcs2.c lkm/ipfw ipfw_lkm.c lkm/linux linux linux.c lkm/syscons/blank blank_saver.c lkm/syscons/fade fade_saver.c lkm/syscons/green green_saver.c lkm/syscons/snake snake_saver.c lkm/syscons/star star_saver.c Log: Do a pass over the broken LKM's and update them to use the "new" convention of having their entry point named "_mod"". Symorder is enforcing this when the current bsd.kmod.mk is installed. I've not tested all these, but at least they all compile now. Reattach them to the makefile. Note that the change that I made to symorder needs to be compiled and installed before any LKM's will work - the last version was corrupting the relocation tables. A "make world" will to this, but if you manually run a make on the lkm's you'll need to take care of it by hand. From owner-freebsd-commit Sat Oct 28 05:42:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA09899 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:42:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA09884 for cvs-all-outgoing; Sat, 28 Oct 1995 05:42:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA09873 for cvs-gnu-outgoing; Sat, 28 Oct 1995 05:42:06 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA09860 ; Sat, 28 Oct 1995 05:42:00 -0700 Date: Sat, 28 Oct 1995 05:42:00 -0700 From: "Andrey A. Chernov" Message-Id: <199510281242.FAA09860@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/groff groff.man Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 05:41:59 Modified: gnu/usr.bin/groff/groff groff.man Log: Add reference to koi8-r device From owner-freebsd-commit Sat Oct 28 05:44:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10089 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:44:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10077 for cvs-all-outgoing; Sat, 28 Oct 1995 05:44:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10067 for cvs-etc-outgoing; Sat, 28 Oct 1995 05:44:18 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10050 ; Sat, 28 Oct 1995 05:44:14 -0700 Date: Sat, 28 Oct 1995 05:44:14 -0700 From: Peter Wemm Message-Id: <199510281244.FAA10050@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/etc.i386 rc.i386 Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 05:44:13 Modified: etc sysconfig Log: In a moment of weakness, I added the switch for loading the linux LKM, in the same style as the ibcs2 LKM.. Modified: etc/etc.i386 rc.i386 Log: Part 2 of the linux LKM hook, and use the new screen saver entry points in the modload, as enforced by the recent symorder and bsd.kmod.mk changes.. From owner-freebsd-commit Sat Oct 28 05:49:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10435 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:49:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10423 for cvs-all-outgoing; Sat, 28 Oct 1995 05:49:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10413 for cvs-gnu-outgoing; Sat, 28 Oct 1995 05:49:46 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10399 ; Sat, 28 Oct 1995 05:49:40 -0700 Date: Sat, 28 Oct 1995 05:49:40 -0700 From: "Andrey A. Chernov" Message-Id: <199510281249.FAA10399@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/grotty grotty.man Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 05:49:39 Modified: gnu/usr.bin/groff/grotty grotty.man Log: Add reference to koi8-r device, fix formatting a little From owner-freebsd-commit Sat Oct 28 05:56:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10695 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:56:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10671 for cvs-all-outgoing; Sat, 28 Oct 1995 05:56:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10660 for cvs-gnu-outgoing; Sat, 28 Oct 1995 05:56:14 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10649 ; Sat, 28 Oct 1995 05:56:07 -0700 Date: Sat, 28 Oct 1995 05:56:07 -0700 From: "Andrey A. Chernov" Message-Id: <199510281256.FAA10649@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/grotty grotty.man Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 05:56:06 Modified: gnu/usr.bin/groff/grotty grotty.man Log: Simplify FILES section in the same manner like groff manpage does, add more koi8-r references From owner-freebsd-commit Sat Oct 28 05:59:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10837 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:59:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10824 for cvs-all-outgoing; Sat, 28 Oct 1995 05:59:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10811 for cvs-sys-outgoing; Sat, 28 Oct 1995 05:59:34 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA10801 ; Sat, 28 Oct 1995 05:59:27 -0700 Date: Sat, 28 Oct 1995 05:59:27 -0700 From: Poul-Henning Kamp Message-Id: <199510281259.FAA10801@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys sysctl.h Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/28 05:59:26 Modified: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Rewamp the way we make sysctl variables to be easier to cope with. The goal is to make them "user-friendly" :-) In the end this will allow a SNMP style "getnext" function, sysctl editing in the boot-editor and/or debugger, LKMs can define sysctl vars when they get loaded, and remove them when unloaded and other interesting uses for dynamic sysctl variables. From owner-freebsd-commit Sat Oct 28 06:06:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11432 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:06:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11415 for cvs-all-outgoing; Sat, 28 Oct 1995 06:06:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11405 for cvs-sbin-outgoing; Sat, 28 Oct 1995 06:06:18 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11396 ; Sat, 28 Oct 1995 06:06:13 -0700 Date: Sat, 28 Oct 1995 06:06:13 -0700 From: Peter Wemm Message-Id: <199510281306.GAA11396@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/modload modload.8 modload.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 06:06:12 Modified: sbin/modload modload.8 modload.c Log: Make modload calculate a reasonable default entry point name, in light of the recent changes to bsd.kmod.mk, which enforces that the entry point be _mod, unless overridden. This means that when modloading "/lkm/foo_mod.o", it'll use "foo_mod" as the default entry point (instead of xxxinit) unless you specify another via the -e option. From owner-freebsd-commit Sat Oct 28 06:07:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11547 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:07:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11535 for cvs-all-outgoing; Sat, 28 Oct 1995 06:07:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11524 for cvs-sys-outgoing; Sat, 28 Oct 1995 06:07:34 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11515 ; Sat, 28 Oct 1995 06:07:29 -0700 Date: Sat, 28 Oct 1995 06:07:29 -0700 From: Poul-Henning Kamp Message-Id: <199510281307.GAA11515@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys sysctl.h user.h Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/28 06:07:29 Modified: sys/i386/ibcs2 ibcs2_sysi86.c sys/i386/isa npx.c sys/kern kern_sysctl.c sys/sys sysctl.h user.h Log: Sorry, the last commit screwed up for me, this is the right one (I hope!) Please refer to the previous commit message about sysctl variables. From owner-freebsd-commit Sat Oct 28 06:15:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11832 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:15:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11812 for cvs-all-outgoing; Sat, 28 Oct 1995 06:15:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11802 for cvs-bin-outgoing; Sat, 28 Oct 1995 06:15:05 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id GAA11778 ; Sat, 28 Oct 1995 06:14:47 -0700 Received: by sequent.kiae.su id AA16375 (5.65.kiae-2 ); Sat, 28 Oct 1995 16:08:48 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Sat, 28 Oct 95 16:08:47 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.11/8.6.9) id QAA01489; Sat, 28 Oct 1995 16:06:07 +0300 To: Peter Wemm Cc: CVS-commiters@freefall.freebsd.org, cvs-bin@freefall.freebsd.org References: In-Reply-To: ; from Peter Wemm at Sat, 28 Oct 1995 20:14:50 +0800 (WST) Message-Id: Organization: Olahm Ha-Yetzirah Date: Sat, 28 Oct 1995 16:06:07 +0300 (MSK) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/bin/test test.c Lines: 28 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1091 Sender: owner-commit@FreeBSD.org Precedence: bulk In message Peter Wemm writes: >On Sat, 28 Oct 1995, Andrey A. Chernov wrote: >> ache 95/10/28 04:54:43 >> >> Modified: bin/test test.c >> Log: >> Fix -h option: >> sense symlink even it is unresolved >BTW, This appears to be unrelated to the broken "make distrib-dirs" >Check this, the make was blowing up on a _directory_, not a symlink... >I added a "set -x" in to debug it, and it's only getting as far as the >first entry. It never even sees a symlink, let alone an unresolved one. By this commit I fix first another error, not failing make. Error which I fix not fails make, but made strange symlinks instead. BTW, It seems that "[ ] &&" exit code passed directly to sh -ec cause it fail and make too. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sat Oct 28 06:15:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11868 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:15:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11852 for cvs-all-outgoing; Sat, 28 Oct 1995 06:15:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA11842 for cvs-user-outgoing; Sat, 28 Oct 1995 06:15:13 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id GAA11779 ; Sat, 28 Oct 1995 06:14:47 -0700 Received: by sequent.kiae.su id AA16377 (5.65.kiae-2 ); Sat, 28 Oct 1995 16:08:51 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Sat, 28 Oct 95 16:08:50 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.11/8.6.9) id QAA01496; Sat, 28 Oct 1995 16:07:47 +0300 To: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org, Peter Wemm References: <199510281235.FAA08820@freefall.freebsd.org> In-Reply-To: <199510281235.FAA08820@freefall.freebsd.org>; from Peter Wemm at Sat, 28 Oct 1995 05:35:15 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Sat, 28 Oct 1995 16:07:47 +0300 (MSK) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/lkm/syscons/star star_saver.c Lines: 27 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1113 Sender: owner-commit@FreeBSD.org Precedence: bulk In message <199510281235.FAA08820@freefall.freebsd.org> Peter Wemm writes: >peter 95/10/28 05:35:14 > Modified: lkm Makefile > lkm/coff coff.c > lkm/ibcs2 Makefile ibcs2 ibcs2.c > lkm/ipfw ipfw_lkm.c > lkm/linux linux linux.c > lkm/syscons/blank blank_saver.c > lkm/syscons/fade fade_saver.c > lkm/syscons/green green_saver.c > lkm/syscons/snake snake_saver.c > lkm/syscons/star star_saver.c > Log: > Do a pass over the broken LKM's and update them to use the "new" > convention of having their entry point named "_mod"". > Symorder is enforcing this when the current bsd.kmod.mk is installed. I don't see here atapi & wcd LKMs, is it intentional? -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Sat Oct 28 06:28:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12325 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:28:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12305 for cvs-all-outgoing; Sat, 28 Oct 1995 06:28:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12294 for cvs-share-outgoing; Sat, 28 Oct 1995 06:27:59 -0700 Received: (from dufault@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12283 ; Sat, 28 Oct 1995 06:27:53 -0700 Date: Sat, 28 Oct 1995 06:27:53 -0700 From: Peter Dufault Message-Id: <199510281327.GAA12283@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk dufault 95/10/28 06:27:52 Modified: share/man/man4/man4.i386 Makefile Log: Add entries for labpc.4, nca.4, scd.4, and sea.4 to the Makefile so that they are installed. The man pages are already present. From owner-freebsd-commit Sat Oct 28 06:28:24 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12378 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:28:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12366 for cvs-all-outgoing; Sat, 28 Oct 1995 06:28:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12356 for cvs-user-outgoing; Sat, 28 Oct 1995 06:28:20 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12346 ; Sat, 28 Oct 1995 06:28:17 -0700 Date: Sat, 28 Oct 1995 06:28:17 -0700 From: Peter Wemm Message-Id: <199510281328.GAA12346@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 06:28:17 Modified: lkm Makefile Log: Sorry.. I didn't mean to re-enable wcd yet From owner-freebsd-commit Sat Oct 28 06:31:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12560 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:31:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12548 for cvs-all-outgoing; Sat, 28 Oct 1995 06:31:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12538 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 06:31:43 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12529 ; Sat, 28 Oct 1995 06:31:41 -0700 Date: Sat, 28 Oct 1995 06:31:41 -0700 From: "Andrey A. Chernov" Message-Id: <199510281331.GAA12529@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/mklocale Makefile POSIX Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 06:31:40 Modified: usr.bin/mklocale Makefile Removed: usr.bin/mklocale POSIX Log: Add strict 7bit ASCII locale From owner-freebsd-commit Sat Oct 28 06:32:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12639 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:32:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12627 for cvs-all-outgoing; Sat, 28 Oct 1995 06:32:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12617 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 06:32:35 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12603 ; Sat, 28 Oct 1995 06:32:32 -0700 Date: Sat, 28 Oct 1995 06:32:32 -0700 From: "Andrey A. Chernov" Message-Id: <199510281332.GAA12603@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/mklocale/data lt_LN.ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 06:32:31 Added: usr.bin/mklocale/data lt_LN.ASCII Log: Add strict 7bit ASCII locale From owner-freebsd-commit Sat Oct 28 06:35:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12754 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:35:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12742 for cvs-all-outgoing; Sat, 28 Oct 1995 06:35:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12732 for cvs-user-outgoing; Sat, 28 Oct 1995 06:35:06 -0700 Received: from jhome.DIALix.COM (jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA12717 ; Sat, 28 Oct 1995 06:34:46 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id VAA10644; Sat, 28 Oct 1995 21:30:30 +0800 Date: Sat, 28 Oct 1995 21:30:30 +0800 (WST) From: Peter Wemm To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/lkm/syscons/star star_saver.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Sat, 28 Oct 1995, =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > >peter 95/10/28 05:35:14 > > > Modified: lkm Makefile > > lkm/coff coff.c > > lkm/ibcs2 Makefile ibcs2 ibcs2.c > > lkm/ipfw ipfw_lkm.c > > lkm/linux linux linux.c > > lkm/syscons/blank blank_saver.c > > lkm/syscons/fade fade_saver.c > > lkm/syscons/green green_saver.c > > lkm/syscons/snake snake_saver.c > > lkm/syscons/star star_saver.c > > Log: > > Do a pass over the broken LKM's and update them to use the "new" > > convention of having their entry point named "_mod"". > > Symorder is enforcing this when the current bsd.kmod.mk is installed. > > I don't see here atapi & wcd LKMs, is it intentional? You are, of course, totally correct.. I accidently enabled wcd by mistake.. It should just be a matter of defining an export list for the atapi half, then it should be operational.. I'm looking at it now.. Cheers, -Peter > -- > Andrey A. Chernov : And I rest so composedly, /Now, in my bed, > ache@astral.msk.su : That any beholder /Might fancy me dead - > http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. > RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 > From owner-freebsd-commit Sat Oct 28 06:35:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12836 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:35:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12822 for cvs-all-outgoing; Sat, 28 Oct 1995 06:35:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12812 for cvs-etc-outgoing; Sat, 28 Oct 1995 06:35:36 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12803 ; Sat, 28 Oct 1995 06:35:34 -0700 Date: Sat, 28 Oct 1995 06:35:34 -0700 From: "Andrey A. Chernov" Message-Id: <199510281335.GAA12803@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/mtree BSD.usr.dist Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 06:35:33 Modified: etc/mtree BSD.usr.dist Log: Add ascii locale dir From owner-freebsd-commit Sat Oct 28 06:39:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA13060 for freebsd-commit-outgoing; Sat, 28 Oct 1995 06:39:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA13048 for cvs-all-outgoing; Sat, 28 Oct 1995 06:39:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA13033 for cvs-etc-outgoing; Sat, 28 Oct 1995 06:39:34 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA13024 ; Sat, 28 Oct 1995 06:39:28 -0700 Date: Sat, 28 Oct 1995 06:39:28 -0700 From: "Andrey A. Chernov" Message-Id: <199510281339.GAA13024@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc locale.alias Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 06:39:28 Modified: etc locale.alias Log: Add ascii links From owner-freebsd-commit Sat Oct 28 07:31:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA14769 for freebsd-commit-outgoing; Sat, 28 Oct 1995 07:31:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA14750 for cvs-all-outgoing; Sat, 28 Oct 1995 07:31:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA14740 for cvs-gnu-outgoing; Sat, 28 Oct 1995 07:31:12 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA14699 ; Sat, 28 Oct 1995 07:30:54 -0700 Date: Sat, 28 Oct 1995 07:30:54 -0700 From: "Andrey A. Chernov" Message-Id: <199510281430.HAA14699@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/libgroff cmap.cc cset.cc Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 07:30:53 Modified: gnu/usr.bin/groff/libgroff cmap.cc cset.cc Log: Add setlocale LC_CTYPE From owner-freebsd-commit Sat Oct 28 08:39:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA21245 for freebsd-commit-outgoing; Sat, 28 Oct 1995 08:39:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA21227 for cvs-all-outgoing; Sat, 28 Oct 1995 08:39:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA21213 for cvs-sys-outgoing; Sat, 28 Oct 1995 08:39:46 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA21186 ; Sat, 28 Oct 1995 08:39:34 -0700 Date: Sat, 28 Oct 1995 08:39:34 -0700 From: Poul-Henning Kamp Message-Id: <199510281539.IAA21186@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa aha1542.c aha1742.c aic6360.c b004.c bt742a.c clock.c cx.c diskslice_machdep.c fd.c gpib.c if_ed.c if_el.c if_ep.c if_ix.c if_le.c if_lnc.c if_ze.c if_zp.c mcd.c scd.c si.c spigot.c tw.c wcd.c wd.c wd7000.c wt.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/28 08:39:33 Modified: sys/i386/apm apm.c sys/i386/i386 trap.c sys/i386/isa aha1542.c aha1742.c aic6360.c b004.c bt742a.c clock.c cx.c diskslice_machdep.c fd.c gpib.c if_ed.c if_el.c if_ep.c if_ix.c if_le.c if_lnc.c if_ze.c if_zp.c mcd.c scd.c si.c spigot.c tw.c wcd.c wd.c wd7000.c wt.c Log: Remove unused functions and variables, make things static, and other cleanups. From owner-freebsd-commit Sat Oct 28 09:05:56 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA24622 for freebsd-commit-outgoing; Sat, 28 Oct 1995 09:05:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA24601 for cvs-all-outgoing; Sat, 28 Oct 1995 09:05:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA24591 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 09:05:48 -0700 Received: (from pst@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA24531 ; Sat, 28 Oct 1995 09:05:35 -0700 Date: Sat, 28 Oct 1995 09:05:35 -0700 From: Paul Traina Message-Id: <199510281605.JAA24531@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/time time.c Sender: owner-commit@FreeBSD.org Precedence: bulk pst 95/10/28 09:05:34 Modified: usr.bin/time time.c Log: Close out PR#723: time -l dumps core From owner-freebsd-commit Sat Oct 28 09:14:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA26991 for freebsd-commit-outgoing; Sat, 28 Oct 1995 09:14:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA26966 for cvs-all-outgoing; Sat, 28 Oct 1995 09:14:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA26949 for cvs-lib-outgoing; Sat, 28 Oct 1995 09:14:41 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA26887 ; Sat, 28 Oct 1995 09:14:25 -0700 Date: Sat, 28 Oct 1995 09:14:25 -0700 From: Poul-Henning Kamp Message-Id: <199510281614.JAA26887@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen sysconf.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/28 09:14:22 Modified: lib/libc/gen sysconf.c Log: Add #include . From owner-freebsd-commit Sat Oct 28 09:58:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA28845 for freebsd-commit-outgoing; Sat, 28 Oct 1995 09:58:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA28832 for cvs-all-outgoing; Sat, 28 Oct 1995 09:58:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA28822 for cvs-sys-outgoing; Sat, 28 Oct 1995 09:58:15 -0700 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA28804 ; Sat, 28 Oct 1995 09:58:07 -0700 Date: Sat, 28 Oct 1995 09:58:07 -0700 From: Mark Murray Message-Id: <199510281658.JAA28804@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa random.c syscons.c vector.s Sender: owner-commit@FreeBSD.org Precedence: bulk markm 95/10/28 09:58:06 Modified: sys/i386/conf files.i386 sys/i386/i386 conf.c machdep.c mem.c sys/i386/isa syscons.c vector.s Added: sys/i386/include random.h sys/i386/isa random.c Log: Theodore Ts'po's random number gernerator for Linux, ported by me. This code will only be included in your kernel if you have 'options DEVRANDOM', but that will fall away in a couple of days. Obtained from: Theodore Ts'o, Linux From owner-freebsd-commit Sat Oct 28 10:02:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29055 for freebsd-commit-outgoing; Sat, 28 Oct 1995 10:02:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29041 for cvs-all-outgoing; Sat, 28 Oct 1995 10:02:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29026 for cvs-CVSROOT-outgoing; Sat, 28 Oct 1995 10:02:24 -0700 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29011 ; Sat, 28 Oct 1995 10:02:22 -0700 Date: Sat, 28 Oct 1995 10:02:22 -0700 From: Mark Murray Message-Id: <199510281702.KAA29011@freefall.freebsd.org> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.org Precedence: bulk markm 95/10/28 10:02:21 Modified: . modules Log: rndcontrol --> src/usr.sbin/rndcontrol From owner-freebsd-commit Sat Oct 28 10:04:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29188 for freebsd-commit-outgoing; Sat, 28 Oct 1995 10:04:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29176 for cvs-all-outgoing; Sat, 28 Oct 1995 10:04:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29166 for cvs-usrsbin-outgoing; Sat, 28 Oct 1995 10:04:28 -0700 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29156 ; Sat, 28 Oct 1995 10:04:26 -0700 Date: Sat, 28 Oct 1995 10:04:26 -0700 From: Mark Murray Message-Id: <199510281704.KAA29156@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rndcontrol - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk markm 95/10/28 10:04:26 Branch: usr.sbin/rndcontrol 1.1.1 Log: Control utility for the /dev/random device. This allows root to select which interrupts are to be used in randomess gathering. Man page for the random device is included. Status: Vendor Tag: MARKM Release Tags: rndcontrol_1_0 N src/usr.sbin/rndcontrol/Makefile N src/usr.sbin/rndcontrol/random.4 N src/usr.sbin/rndcontrol/rndcontrol.8 N src/usr.sbin/rndcontrol/rndcontrol.c No conflicts created by this import From owner-freebsd-commit Sat Oct 28 10:06:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29365 for freebsd-commit-outgoing; Sat, 28 Oct 1995 10:06:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29352 for cvs-all-outgoing; Sat, 28 Oct 1995 10:06:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29337 for cvs-sbin-outgoing; Sat, 28 Oct 1995 10:06:12 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA29327 ; Sat, 28 Oct 1995 10:06:06 -0700 Date: Sat, 28 Oct 1995 10:06:06 -0700 From: Peter Wemm Message-Id: <199510281706.KAA29327@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/modload modload.8 modload.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 10:06:05 Modified: sbin/modload modload.8 modload.c Log: Add a few more heuristics to modload: 1: generate the outfile in /tmp if it's not specified explicitly. 2: if the outfile was implicitly placed in /tmp, automatically remove it. This means that you can type: modload /lkm/ipfw_mod.o and it'll work, it wont try and write to /lkm, and it wont leave the (normally) useless symbol file. This should not interfere with things like ibcs2 and atapi, which export some symbols from one LKM to the other by leaving the symbol file. From owner-freebsd-commit Sat Oct 28 10:27:33 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA00282 for freebsd-commit-outgoing; Sat, 28 Oct 1995 10:27:33 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA00270 for cvs-all-outgoing; Sat, 28 Oct 1995 10:27:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA00256 for cvs-sys-outgoing; Sat, 28 Oct 1995 10:27:27 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA00247 ; Sat, 28 Oct 1995 10:27:23 -0700 Date: Sat, 28 Oct 1995 10:27:23 -0700 From: "Justin T. Gibbs" Message-Id: <199510281727.KAA00247@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-commit@FreeBSD.org Precedence: bulk gibbs 95/10/28 10:27:22 Modified: sys/i386/scsi aic7xxx.c Log: Fix incorrect bit definitions for SXFRCTL0 (typo). The affected bits aren't referenced by the driver yet, so this error shouldn't have caused any problems. Submitted by: Dan Eischen From owner-freebsd-commit Sat Oct 28 10:47:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01581 for freebsd-commit-outgoing; Sat, 28 Oct 1995 10:47:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01565 for cvs-all-outgoing; Sat, 28 Oct 1995 10:47:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01551 for cvs-user-outgoing; Sat, 28 Oct 1995 10:47:09 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01533 ; Sat, 28 Oct 1995 10:47:00 -0700 Date: Sat, 28 Oct 1995 10:47:00 -0700 From: Peter Wemm Message-Id: <199510281747.KAA01533@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm/atapi Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 10:46:59 Modified: sys/i386/isa atapi.c wcd.c Log: Repair the wcd and atapi code a little, so that it compiles and loads as an LKM. I dont have one of these beasts, so I cannot guarantee that I've not broken it (more). It does compile with ATAPI_STATIC, and as a LKM. Modified: lkm Makefile Log: Reattach atapi and wcd to the lkm Makefile, these compile for me now. Modified: lkm/atapi Makefile Log: Add extra export symbols for the ATAPI generic interface. And a couple of minor fiddles in the process.. From owner-freebsd-commit Sat Oct 28 11:11:56 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03108 for freebsd-commit-outgoing; Sat, 28 Oct 1995 11:11:56 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03095 for cvs-all-outgoing; Sat, 28 Oct 1995 11:11:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03083 for cvs-ports-outgoing; Sat, 28 Oct 1995 11:11:51 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03074 ; Sat, 28 Oct 1995 11:11:48 -0700 Date: Sat, 28 Oct 1995 11:11:48 -0700 From: Peter Wemm Message-Id: <199510281811.LAA03074@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/utils/screen/patches patch-ac Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 11:11:47 Modified: utils/screen/patches patch-ac Log: Fix _horrible_ bug with MD5 passwords that would cause screen to go nuts if it ever read a MD5 password (ie: run as root, or setuid root) Approved by: ache & asami From owner-freebsd-commit Sat Oct 28 11:51:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08629 for freebsd-commit-outgoing; Sat, 28 Oct 1995 11:51:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08614 for cvs-all-outgoing; Sat, 28 Oct 1995 11:51:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08601 for cvs-gnu-outgoing; Sat, 28 Oct 1995 11:51:43 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08587 ; Sat, 28 Oct 1995 11:51:34 -0700 Date: Sat, 28 Oct 1995 11:51:34 -0700 From: Peter Wemm Message-Id: <199510281851.LAA08587@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/diff - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 11:51:34 Branch: gnu/usr.bin/diff 1.1.1 Log: Import GNU diffutils 2.7 Note, this is going to be messy.. 2.3 was vendor-branch imported, while 2.6 was done as a delta. Sigh. I'm importing this on a vendor branch so that it will be easier to deal with next time.. (cvs-1.6 wants rcs-5.7, and rcs-5.7 suggests diffutils-2.7) Status: Vendor Tag: GNU Release Tags: diff_2_7 C src/gnu/usr.bin/diff/diff.c C src/gnu/usr.bin/diff/analyze.c C src/gnu/usr.bin/diff/cmpbuf.c C src/gnu/usr.bin/diff/cmpbuf.h C src/gnu/usr.bin/diff/io.c C src/gnu/usr.bin/diff/context.c C src/gnu/usr.bin/diff/ed.c C src/gnu/usr.bin/diff/normal.c C src/gnu/usr.bin/diff/ifdef.c C src/gnu/usr.bin/diff/util.c C src/gnu/usr.bin/diff/dir.c C src/gnu/usr.bin/diff/version.c C src/gnu/usr.bin/diff/diff.h C src/gnu/usr.bin/diff/side.c C src/gnu/usr.bin/diff/system.h C src/gnu/usr.bin/diff/diff3.c C src/gnu/usr.bin/diff/sdiff.c N src/gnu/usr.bin/diff/xmalloc.c C src/gnu/usr.bin/diff/getopt.c C src/gnu/usr.bin/diff/getopt1.c U src/gnu/usr.bin/diff/getopt.h N src/gnu/usr.bin/diff/fnmatch.c C src/gnu/usr.bin/diff/fnmatch.h N src/gnu/usr.bin/diff/NEWS C src/gnu/usr.bin/diff/COPYING C src/gnu/usr.bin/diff/config.h 22 conflicts created by this import. Use the following command to help the merge: ccvs checkout -jGNU:yesterday -jGNU src/gnu/usr.bin/diff From owner-freebsd-commit Sat Oct 28 12:11:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA10436 for freebsd-commit-outgoing; Sat, 28 Oct 1995 12:11:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA10420 for cvs-all-outgoing; Sat, 28 Oct 1995 12:11:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA10408 for cvs-gnu-outgoing; Sat, 28 Oct 1995 12:11:07 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA10392 ; Sat, 28 Oct 1995 12:11:03 -0700 Date: Sat, 28 Oct 1995 12:11:03 -0700 From: Peter Wemm Message-Id: <199510281911.MAA10392@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/diff config.h context.c diff.c diff.h diff3.c dir.c getopt.c getopt1.c ifdef.c io.c sdiff.c side.c system.h util.c version.c fnmatch.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 12:11:02 Modified: gnu/usr.bin/diff config.h context.c diff.c diff.h diff3.c dir.c getopt.c getopt1.c ifdef.c io.c sdiff.c side.c system.h util.c version.c Removed: gnu/usr.bin/diff fnmatch.c Log: Merge in/out comflicts caused by Diffutils-2.7 import... In future, it should be as easy as "update -j ....", but this time I had to go over it by hand. Not nice.. From owner-freebsd-commit Sat Oct 28 12:16:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11228 for freebsd-commit-outgoing; Sat, 28 Oct 1995 12:16:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11210 for cvs-all-outgoing; Sat, 28 Oct 1995 12:16:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11200 for cvs-gnu-outgoing; Sat, 28 Oct 1995 12:16:21 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11176 ; Sat, 28 Oct 1995 12:16:16 -0700 Date: Sat, 28 Oct 1995 12:16:16 -0700 From: "Andrey A. Chernov" Message-Id: <199510281916.MAA11176@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/grep grep.c search.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 12:16:16 Modified: gnu/usr.bin/grep grep.c search.c Log: Add setlocale LC_CTYPE Fix icase searches for 8bit charsets From owner-freebsd-commit Sat Oct 28 12:30:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA12624 for freebsd-commit-outgoing; Sat, 28 Oct 1995 12:30:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA12608 for cvs-all-outgoing; Sat, 28 Oct 1995 12:30:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA12591 for cvs-gnu-outgoing; Sat, 28 Oct 1995 12:30:02 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA12574 ; Sat, 28 Oct 1995 12:30:00 -0700 Date: Sat, 28 Oct 1995 12:30:00 -0700 From: "Andrey A. Chernov" Message-Id: <199510281930.MAA12574@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/sort sort.c system.h Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 12:29:59 Modified: gnu/usr.bin/sort sort.c system.h Log: Add setlocale LC_CTYPE Fix ctype functions for 8bit charsets From owner-freebsd-commit Sat Oct 28 12:44:44 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA14503 for freebsd-commit-outgoing; Sat, 28 Oct 1995 12:44:44 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA14479 for cvs-all-outgoing; Sat, 28 Oct 1995 12:44:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA14464 for cvs-gnu-outgoing; Sat, 28 Oct 1995 12:44:36 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA14450 ; Sat, 28 Oct 1995 12:44:31 -0700 Date: Sat, 28 Oct 1995 12:44:31 -0700 From: "Andrey A. Chernov" Message-Id: <199510281944.MAA14450@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/awk main.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 12:44:30 Modified: gnu/usr.bin/awk main.c Log: Add setlocale LC_CTYPE From owner-freebsd-commit Sat Oct 28 13:11:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17500 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:11:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17481 for cvs-all-outgoing; Sat, 28 Oct 1995 13:11:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17471 for cvs-bin-outgoing; Sat, 28 Oct 1995 13:11:29 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17445 ; Sat, 28 Oct 1995 13:11:20 -0700 Date: Sat, 28 Oct 1995 13:11:20 -0700 From: Poul-Henning Kamp Message-Id: <199510282011.NAA17445@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ps keyword.c print.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/28 13:11:19 Modified: bin/ps keyword.c print.c Log: I add #include From owner-freebsd-commit Sat Oct 28 13:23:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18947 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:23:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18910 for cvs-all-outgoing; Sat, 28 Oct 1995 13:23:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18892 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:23:30 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA18868 ; Sat, 28 Oct 1995 13:23:21 -0700 Date: Sat, 28 Oct 1995 13:23:21 -0700 From: "Eric L. Hernes" Message-Id: <199510282023.NAA18868@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/plan9/9menu/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:23:20 Modified: plan9/9menu Makefile plan9/9menu/pkg COMMENT Log: fixed COMMENTS. From owner-freebsd-commit Sat Oct 28 13:26:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19656 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:26:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19618 for cvs-all-outgoing; Sat, 28 Oct 1995 13:26:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19605 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:26:28 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19583 ; Sat, 28 Oct 1995 13:26:22 -0700 Date: Sat, 28 Oct 1995 13:26:22 -0700 From: "Eric L. Hernes" Message-Id: <199510282026.NAA19583@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/plan9/9term/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:26:21 Modified: plan9/9term Makefile Log: added myself as MAINTAINER Modified: plan9/9term/pkg COMMENT Log: fixed COMMENTS From owner-freebsd-commit Sat Oct 28 13:28:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20006 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:28:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19972 for cvs-all-outgoing; Sat, 28 Oct 1995 13:27:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19951 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:27:56 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19903 ; Sat, 28 Oct 1995 13:27:50 -0700 Date: Sat, 28 Oct 1995 13:27:50 -0700 From: "Eric L. Hernes" Message-Id: <199510282027.NAA19903@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/plan9/9wm/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:27:49 Modified: plan9/9wm Makefile Log: added myself as MAINTAINER Modified: plan9/9wm/pkg COMMENT Log: fixed COMMENTS From owner-freebsd-commit Sat Oct 28 13:28:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20247 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:28:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20204 for cvs-all-outgoing; Sat, 28 Oct 1995 13:28:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20181 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:28:49 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20158 ; Sat, 28 Oct 1995 13:28:41 -0700 Date: Sat, 28 Oct 1995 13:28:41 -0700 From: "Eric L. Hernes" Message-Id: <199510282028.NAA20158@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/plan9/Xg Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:28:39 Modified: plan9/Xg Makefile Log: added myself as MAINTAINER From owner-freebsd-commit Sat Oct 28 13:29:35 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20368 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:29:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20341 for cvs-all-outgoing; Sat, 28 Oct 1995 13:29:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20329 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:29:29 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20311 ; Sat, 28 Oct 1995 13:29:24 -0700 Date: Sat, 28 Oct 1995 13:29:24 -0700 From: "Eric L. Hernes" Message-Id: <199510282029.NAA20311@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/graphics/aero/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:29:23 Modified: graphics/aero/pkg COMMENT Log: fixed COMMENTS From owner-freebsd-commit Sat Oct 28 13:30:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20561 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:30:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20532 for cvs-all-outgoing; Sat, 28 Oct 1995 13:30:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20514 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:30:10 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20486 ; Sat, 28 Oct 1995 13:30:05 -0700 Date: Sat, 28 Oct 1995 13:30:05 -0700 From: "Eric L. Hernes" Message-Id: <199510282030.NAA20486@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/net/apache/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:30:04 Modified: net/apache/pkg COMMENT Log: fixed COMMENTS From owner-freebsd-commit Sat Oct 28 13:31:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20702 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:31:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20681 for cvs-all-outgoing; Sat, 28 Oct 1995 13:31:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20668 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:31:00 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20657 ; Sat, 28 Oct 1995 13:30:55 -0700 Date: Sat, 28 Oct 1995 13:30:55 -0700 From: "Eric L. Hernes" Message-Id: <199510282030.NAA20657@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/lang/eiffel/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:30:54 Modified: lang/eiffel/pkg COMMENT Log: fixed COMMENTS From owner-freebsd-commit Sat Oct 28 13:32:43 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21001 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:32:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20968 for cvs-all-outgoing; Sat, 28 Oct 1995 13:32:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20950 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:32:32 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20926 ; Sat, 28 Oct 1995 13:32:24 -0700 Date: Sat, 28 Oct 1995 13:32:24 -0700 From: "Eric L. Hernes" Message-Id: <199510282032.NAA20926@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/plan9/es/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:32:23 Modified: plan9/es Makefile Log: added myself as MAINTAINER Modified: plan9/es/pkg COMMENT Log: fixed COMMENTS From owner-freebsd-commit Sat Oct 28 13:34:02 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21225 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:34:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21210 for cvs-all-outgoing; Sat, 28 Oct 1995 13:33:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21197 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:33:56 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21185 ; Sat, 28 Oct 1995 13:33:50 -0700 Date: Sat, 28 Oct 1995 13:33:50 -0700 From: "Eric L. Hernes" Message-Id: <199510282033.NAA21185@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/utils/ical/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:33:49 Modified: utils/ical Makefile Log: added myself as MAINTAINER Modified: utils/ical/pkg COMMENT Log: fixed COMMENTS From owner-freebsd-commit Sat Oct 28 13:35:29 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21412 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:35:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21394 for cvs-all-outgoing; Sat, 28 Oct 1995 13:35:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21381 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:35:22 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21366 ; Sat, 28 Oct 1995 13:35:14 -0700 Date: Sat, 28 Oct 1995 13:35:14 -0700 From: "Eric L. Hernes" Message-Id: <199510282035.NAA21366@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/plan9/rc/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:35:13 Modified: plan9/rc Makefile Log: added myself as MAINTAINER Modified: plan9/rc/pkg COMMENT Log: shortened COMMENTS From owner-freebsd-commit Sat Oct 28 13:39:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22072 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:39:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22051 for cvs-all-outgoing; Sat, 28 Oct 1995 13:39:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22024 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:39:24 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21987 ; Sat, 28 Oct 1995 13:39:15 -0700 Date: Sat, 28 Oct 1995 13:39:15 -0700 From: "Eric L. Hernes" Message-Id: <199510282039.NAA21987@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/emulators/sim6811/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:39:13 Modified: emulators/sim6811/pkg COMMENT Log: shortened COMMENTS From owner-freebsd-commit Sat Oct 28 13:40:55 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22354 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:40:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22326 for cvs-all-outgoing; Sat, 28 Oct 1995 13:40:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22311 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:40:48 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22270 ; Sat, 28 Oct 1995 13:40:40 -0700 Date: Sat, 28 Oct 1995 13:40:40 -0700 From: "Eric L. Hernes" Message-Id: <199510282040.NAA22270@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/sysutils/sudo/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:40:38 Modified: sysutils/sudo/pkg COMMENT Log: shortened COMMENTS From owner-freebsd-commit Sat Oct 28 13:43:59 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22926 for freebsd-commit-outgoing; Sat, 28 Oct 1995 13:43:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22907 for cvs-all-outgoing; Sat, 28 Oct 1995 13:43:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22889 for cvs-ports-outgoing; Sat, 28 Oct 1995 13:43:50 -0700 Received: (from erich@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA22845 ; Sat, 28 Oct 1995 13:43:33 -0700 Date: Sat, 28 Oct 1995 13:43:33 -0700 From: "Eric L. Hernes" Message-Id: <199510282043.NAA22845@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/math/xlispstat/pkg COMMENT Sender: owner-commit@FreeBSD.org Precedence: bulk erich 95/10/28 13:43:31 Modified: math/xlispstat Makefile Log: added myself as MAINTAINER Modified: math/xlispstat/pkg COMMENT Log: shortened COMMENTS From owner-freebsd-commit Sat Oct 28 14:08:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA26927 for freebsd-commit-outgoing; Sat, 28 Oct 1995 14:08:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA26906 for cvs-all-outgoing; Sat, 28 Oct 1995 14:07:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA26894 for cvs-gnu-outgoing; Sat, 28 Oct 1995 14:07:55 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA26870 ; Sat, 28 Oct 1995 14:07:43 -0700 Date: Sat, 28 Oct 1995 14:07:43 -0700 From: Peter Wemm Message-Id: <199510282107.OAA26870@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/rcs - Imported sources Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 14:07:41 Branch: gnu/usr.bin/rcs 1.1.1 Log: Import rcs-5.7, required for full support of cvs-1.6. This is going to be pretty messy.... Although the vendor import was correct, both the vendor and release tags are the same "gnu"... :-/ Getting cvs to choose the correct one might be rather interesting... Status: Vendor Tag: GNU Release Tags: rcs_5_7 C src/gnu/usr.bin/rcs/Makefile C src/gnu/usr.bin/rcs/Makefile.inc N src/gnu/usr.bin/rcs/REFS N src/gnu/usr.bin/rcs/NEWS N src/gnu/usr.bin/rcs/CREDITS U src/gnu/usr.bin/rcs/rcstest U src/gnu/usr.bin/rcs/doc/rcs_func.ms U src/gnu/usr.bin/rcs/doc/rcs.ms C src/gnu/usr.bin/rcs/ci/ci.c U src/gnu/usr.bin/rcs/ci/ci.1 C src/gnu/usr.bin/rcs/ci/Makefile C src/gnu/usr.bin/rcs/co/co.1 C src/gnu/usr.bin/rcs/co/co.c C src/gnu/usr.bin/rcs/co/Makefile U src/gnu/usr.bin/rcs/ident/ident.1 C src/gnu/usr.bin/rcs/ident/ident.c C src/gnu/usr.bin/rcs/ident/Makefile C src/gnu/usr.bin/rcs/lib/conf.h C src/gnu/usr.bin/rcs/lib/maketime.c U src/gnu/usr.bin/rcs/lib/merger.c C src/gnu/usr.bin/rcs/lib/partime.c C src/gnu/usr.bin/rcs/lib/rcsbase.h C src/gnu/usr.bin/rcs/lib/rcsedit.c C src/gnu/usr.bin/rcs/lib/rcsfcmp.c C src/gnu/usr.bin/rcs/lib/rcsfnms.c C src/gnu/usr.bin/rcs/lib/rcsgen.c C src/gnu/usr.bin/rcs/lib/rcskeep.c C src/gnu/usr.bin/rcs/lib/rcskeys.c C src/gnu/usr.bin/rcs/lib/rcslex.c U src/gnu/usr.bin/rcs/lib/rcsmap.c C src/gnu/usr.bin/rcs/lib/rcsrev.c C src/gnu/usr.bin/rcs/lib/rcssyn.c C src/gnu/usr.bin/rcs/lib/rcsutil.c N src/gnu/usr.bin/rcs/lib/version.c N src/gnu/usr.bin/rcs/lib/maketime.h N src/gnu/usr.bin/rcs/lib/partime.h N src/gnu/usr.bin/rcs/lib/rcstime.c C src/gnu/usr.bin/rcs/lib/Makefile U src/gnu/usr.bin/rcs/merge/merge.1 U src/gnu/usr.bin/rcs/merge/merge.c C src/gnu/usr.bin/rcs/merge/Makefile U src/gnu/usr.bin/rcs/rcs/rcs.1 C src/gnu/usr.bin/rcs/rcs/rcs.c U src/gnu/usr.bin/rcs/rcs/rcsfile.5 U src/gnu/usr.bin/rcs/rcs/rcsintro.1 C src/gnu/usr.bin/rcs/rcs/Makefile U src/gnu/usr.bin/rcs/rcsclean/rcsclean.1 U src/gnu/usr.bin/rcs/rcsclean/rcsclean.c C src/gnu/usr.bin/rcs/rcsclean/Makefile U src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.1 C src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c C src/gnu/usr.bin/rcs/rcsdiff/Makefile U src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1 U src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh C src/gnu/usr.bin/rcs/rcsfreeze/Makefile U src/gnu/usr.bin/rcs/rcsmerge/rcsmerge.1 C src/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c C src/gnu/usr.bin/rcs/rcsmerge/Makefile C src/gnu/usr.bin/rcs/rlog/rlog.1 C src/gnu/usr.bin/rcs/rlog/rlog.c C src/gnu/usr.bin/rcs/rlog/Makefile 36 conflicts created by this import. Use the following command to help the merge: ccvs checkout -jGNU:yesterday -jGNU src/gnu/usr.bin/rcs From owner-freebsd-commit Sat Oct 28 14:51:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA01860 for freebsd-commit-outgoing; Sat, 28 Oct 1995 14:51:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA01847 for cvs-all-outgoing; Sat, 28 Oct 1995 14:51:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA01837 for cvs-gnu-outgoing; Sat, 28 Oct 1995 14:51:10 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA01822 ; Sat, 28 Oct 1995 14:51:02 -0700 Date: Sat, 28 Oct 1995 14:51:02 -0700 From: Peter Wemm Message-Id: <199510282151.OAA01822@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/rcs/rlog rlog.1 rlog.c Sender: owner-commit@FreeBSD.org Precedence: bulk hsu 95/10/28 14:51:01 Modified: gnu/usr.bin/rcs CREDITS NEWS REFS rcstest gnu/usr.bin/rcs/ci ci.1 ci.c gnu/usr.bin/rcs/co co.1 co.c gnu/usr.bin/rcs/doc rcs.ms gnu/usr.bin/rcs/ident ident.1 ident.c gnu/usr.bin/rcs/lib Makefile conf.h maketime.c merger.c partime.c rcsbase.h rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcstime.c rcsutil.c gnu/usr.bin/rcs/merge merge.1 merge.c gnu/usr.bin/rcs/rcs rcs.1 rcs.c rcsfile.5 rcsintro.1 gnu/usr.bin/rcs/rcsclean rcsclean.1 rcsclean.c gnu/usr.bin/rcs/rcsdiff rcsdiff.1 rcsdiff.c gnu/usr.bin/rcs/rcsfreeze rcsfreeze.1 rcsfreeze.sh gnu/usr.bin/rcs/rcsmerge rcsmerge.1 rcsmerge.c gnu/usr.bin/rcs/rlog rlog.1 rlog.c Log: First part of import conflict merge from rcs-5.7 import. All those $Log$ entries, combined with the whitespace changes are a real pain. I'm committing this now, before it's completely finished to get it compiling and working again ASAP. Some of the FreeBSD specific features are not working in this commit yet (mainly rlog stuff and $FreeBSD$ support) From owner-freebsd-commit Sat Oct 28 15:27:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04682 for freebsd-commit-outgoing; Sat, 28 Oct 1995 15:27:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04667 for cvs-all-outgoing; Sat, 28 Oct 1995 15:27:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04653 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 15:27:20 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04635 ; Sat, 28 Oct 1995 15:27:09 -0700 Date: Sat, 28 Oct 1995 15:27:09 -0700 From: "Andrey A. Chernov" Message-Id: <199510282227.PAA04635@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/tr str.c tr.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 15:27:07 Modified: usr.bin/tr str.c tr.c Log: Fix broken charclass handling Add setlocale LC_CTYPE From owner-freebsd-commit Sat Oct 28 15:39:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05841 for freebsd-commit-outgoing; Sat, 28 Oct 1995 15:39:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05810 for cvs-all-outgoing; Sat, 28 Oct 1995 15:39:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05789 for cvs-gnu-outgoing; Sat, 28 Oct 1995 15:39:17 -0700 Received: from meter.eng.uci.edu (root@meter.eng.uci.edu [128.200.85.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA05759 ; Sat, 28 Oct 1995 15:39:05 -0700 Received: from newport.ece.uci.edu by meter.eng.uci.edu (8.7) id PAA10867; Sat, 28 Oct 1995 15:39:02 -0700 (PDT) Received: from localhost by newport.ece.uci.edu (8.7) id PAA02672; Sat, 28 Oct 1995 15:39:00 -0700 (PDT) Message-Id: <199510282239.PAA02672@newport.ece.uci.edu> To: Peter Wemm cc: CVS-commiters@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/rlog rlog.1 rlog.c In-reply-to: Your message of "Sat, 28 Oct 1995 14:51:02 PDT." <199510282151.OAA01822@freefall.freebsd.org> Date: Sat, 28 Oct 1995 15:38:59 -0700 From: Steven Wallace Sender: owner-commit@FreeBSD.org Precedence: bulk > hsu 95/10/28 14:51:01 > > Modified: gnu/usr.bin/rcs CREDITS NEWS REFS rcstest ... Why is the username listed here hsu and not peter? Steven From owner-freebsd-commit Sat Oct 28 15:47:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA06799 for freebsd-commit-outgoing; Sat, 28 Oct 1995 15:47:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA06769 for cvs-all-outgoing; Sat, 28 Oct 1995 15:47:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA06720 for cvs-share-outgoing; Sat, 28 Oct 1995 15:47:25 -0700 Received: (from pst@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA06697 ; Sat, 28 Oct 1995 15:47:15 -0700 Date: Sat, 28 Oct 1995 15:47:15 -0700 From: Paul Traina Message-Id: <199510282247.PAA06697@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 ed.4 Sender: owner-commit@FreeBSD.org Precedence: bulk pst 95/10/28 15:47:14 Modified: sys/i386/isa if_ed.c Log: Close out kern/46. Remove confusing backwards compatibility code that allowed driver to be used in pre-4.4 releases. The 3COM card's use -link2 to switch tranceivers. (no functional changes here) Modified: share/man/man4/man4.i386 ed.4 Log: Close out kern/46. Make documentation match reality. -link2 is used to switch ports on 3COM cards. From owner-freebsd-commit Sat Oct 28 15:48:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07052 for freebsd-commit-outgoing; Sat, 28 Oct 1995 15:48:53 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07015 for cvs-all-outgoing; Sat, 28 Oct 1995 15:48:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07004 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 15:48:42 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA06978 ; Sat, 28 Oct 1995 15:48:32 -0700 Date: Sat, 28 Oct 1995 15:48:32 -0700 From: "Andrey A. Chernov" Message-Id: <199510282248.PAA06978@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/write write.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 15:48:30 Modified: usr.bin/write write.c Log: Now works with 8bit chars... From owner-freebsd-commit Sat Oct 28 15:49:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07189 for freebsd-commit-outgoing; Sat, 28 Oct 1995 15:49:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07173 for cvs-all-outgoing; Sat, 28 Oct 1995 15:49:25 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07155 for cvs-gnu-outgoing; Sat, 28 Oct 1995 15:49:19 -0700 Received: (from hsu@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07104 ; Sat, 28 Oct 1995 15:49:06 -0700 Date: Sat, 28 Oct 1995 15:49:06 -0700 From: Jeffrey Hsu Message-Id: <199510282249.PAA07104@freefall.freebsd.org> To: swallace@ece.uci.edu Subject: Re: cvs commit: src/gnu/usr.bin/rcs/rlog rlog.1 rlog.c Cc: CVS-commiters@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Sender: owner-commit@FreeBSD.org Precedence: bulk > Why is the username listed here hsu and not peter? That's a good question. From owner-freebsd-commit Sat Oct 28 15:54:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07724 for freebsd-commit-outgoing; Sat, 28 Oct 1995 15:54:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07710 for cvs-all-outgoing; Sat, 28 Oct 1995 15:54:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA07693 for cvs-gnu-outgoing; Sat, 28 Oct 1995 15:54:32 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA07681 ; Sat, 28 Oct 1995 15:54:24 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id GAA08401; Sun, 29 Oct 1995 06:54:12 +0800 Date: Sun, 29 Oct 1995 06:54:11 +0800 (WST) From: Peter Wemm To: Steven Wallace cc: CVS-commiters@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/rlog rlog.1 rlog.c In-Reply-To: <199510282239.PAA02672@newport.ece.uci.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Sat, 28 Oct 1995, Steven Wallace wrote: > > > hsu 95/10/28 14:51:01 > > > > Modified: gnu/usr.bin/rcs CREDITS NEWS REFS rcstest > ... > > Why is the username listed here hsu and not peter? Hmm. That name is coming from getlogin in the perl code. I know the kernel support behind the getlogin() snd setlogin() system call is buggy (which is a real worry, because is meant to be a secure function, and is used as such for security checking around the place...). For example, if I log in and start xdm, all of a sudden the `logname` (which calls the kernel getlogin() function) *changes* once somebody logs in on the xdm screen. This is *after* xdm has detached from the launching terminal.... My guess is that 'hsu' logged in or out, or ran something in a new process group or session just as the log_accum.pl was being launched from the cvs from the rshd. If cvs or perl can change it's secure username as a non-privileged process, something's wrong. -Peter > Steven From owner-freebsd-commit Sat Oct 28 16:06:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA08606 for freebsd-commit-outgoing; Sat, 28 Oct 1995 16:06:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA08572 for cvs-all-outgoing; Sat, 28 Oct 1995 16:06:43 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA08549 for cvs-gnu-outgoing; Sat, 28 Oct 1995 16:06:40 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA08489 ; Sat, 28 Oct 1995 16:06:27 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id HAA08442; Sun, 29 Oct 1995 07:06:13 +0800 Date: Sun, 29 Oct 1995 07:06:12 +0800 (WST) From: Peter Wemm To: Steven Wallace cc: CVS-commiters@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/rlog rlog.1 rlog.c In-Reply-To: <199510282239.PAA02672@newport.ece.uci.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Sat, 28 Oct 1995, Steven Wallace wrote: > > hsu 95/10/28 14:51:01 > > > > Modified: gnu/usr.bin/rcs CREDITS NEWS REFS rcstest > ... > > Why is the username listed here hsu and not peter? > > Steven Hmm. I'm beginning to think it's either a perl bug or a getpwent bug... $login = getlogin || (getpwuid($<))[0] || die("unknown user: $<\n"); .... $header = sprintf("%-8s .... format for date", $login, .....); If the kernel getlogin() name was trashed, the name on the sendmail would be wrong too. When getlogin() does get trashed, sendmail is most definately affected (Ever seen your /etc/security cron jobs being emailed with your Wifes return email address because she last used X11.. :-) -Peter From owner-freebsd-commit Sat Oct 28 16:32:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10499 for freebsd-commit-outgoing; Sat, 28 Oct 1995 16:32:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10487 for cvs-all-outgoing; Sat, 28 Oct 1995 16:32:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10459 for cvs-etc-outgoing; Sat, 28 Oct 1995 16:32:34 -0700 Received: (from pst@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA10436 ; Sat, 28 Oct 1995 16:32:28 -0700 Date: Sat, 28 Oct 1995 16:32:28 -0700 From: Paul Traina Message-Id: <199510282332.QAA10436@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc rc Sender: owner-commit@FreeBSD.org Precedence: bulk pst 95/10/28 16:32:28 Modified: etc rc Log: Recover vi recovery files on reboot. Closes pr misc/556 and others. From owner-freebsd-commit Sat Oct 28 17:20:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13121 for freebsd-commit-outgoing; Sat, 28 Oct 1995 17:20:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13098 for cvs-all-outgoing; Sat, 28 Oct 1995 17:20:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13088 for cvs-usrbin-outgoing; Sat, 28 Oct 1995 17:20:14 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13072 ; Sat, 28 Oct 1995 17:20:07 -0700 Date: Sat, 28 Oct 1995 17:20:07 -0700 From: "Andrey A. Chernov" Message-Id: <199510290020.RAA13072@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/look look.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/28 17:20:07 Modified: usr.bin/look look.c Log: Make it works with 8bit charsets Add setlocale LC_CTYPE From owner-freebsd-commit Sat Oct 28 22:58:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA00777 for freebsd-commit-outgoing; Sat, 28 Oct 1995 22:58:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA00761 for cvs-all-outgoing; Sat, 28 Oct 1995 22:57:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA00750 for cvs-sys-outgoing; Sat, 28 Oct 1995 22:57:57 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA00741 ; Sat, 28 Oct 1995 22:57:51 -0700 Date: Sat, 28 Oct 1995 22:57:51 -0700 From: "Justin T. Gibbs" Message-Id: <199510290557.WAA00741@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-commit@FreeBSD.org Precedence: bulk gibbs 95/10/28 22:57:50 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Only or in CLRCHN in SXFRCTL0. All other bits in this register are initialized by the kernel driver now. Modified: sys/i386/scsi aic7xxx.c Log: Initialize SXFRCTL0 with DFON|SPIOEN|ULTRAEN. From owner-freebsd-commit Sat Oct 28 23:55:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02555 for freebsd-commit-outgoing; Sat, 28 Oct 1995 23:55:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02537 for cvs-all-outgoing; Sat, 28 Oct 1995 23:55:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02527 for cvs-user-outgoing; Sat, 28 Oct 1995 23:55:11 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA02518 ; Sat, 28 Oct 1995 23:55:04 -0700 Date: Sat, 28 Oct 1995 23:55:04 -0700 From: David Greenman Message-Id: <199510290655.XAA02518@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/secure/usr.bin/telnet Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/28 23:55:04 Branch: secure RELENG_2_1_0 secure/lib/libtelnet RELENG_2_1_0 secure/libexec/telnetd RELENG_2_1_0 secure/usr.bin/telnet RELENG_2_1_0 Modified: secure Makefile.inc secure/lib/libtelnet Makefile secure/libexec/telnetd Makefile secure/usr.bin/telnet Makefile Log: Put telnet, telnetd, and libtelnet in the krb distribution where they belong. They should be actually moved in the source tree to be under eBones, but I don't want to mess with that now. This should hopefully fix the main problem people were having when they selected the "des" distribution and not krb, but got the Kerberos version of telnet and friends as a side effect. Submitted by: Justin Gibbs