From owner-cvs-include Sun Mar 2 05:41:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA11443 for cvs-include-outgoing; Sun, 2 Mar 1997 05:41:25 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA11436; Sun, 2 Mar 1997 05:41:24 -0800 (PST) Date: Sun, 2 Mar 1997 05:41:24 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703021341.FAA11436@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include stdio.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/02 05:41:24 Modified: include stdio.h Log: increase L_cuserid because UT_NAMESIZE increased Revision Changes Path 1.11 +2 -2 src/include/stdio.h From owner-cvs-include Sun Mar 2 06:06:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA12371 for cvs-include-outgoing; Sun, 2 Mar 1997 06:06:35 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA12349; Sun, 2 Mar 1997 06:06:29 -0800 (PST) Date: Sun, 2 Mar 1997 06:06:29 -0800 (PST) From: Bruce Evans Message-Id: <199703021406.GAA12349@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include Makefile Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/02 06:06:28 Modified: include Makefile Log: Install headers for isofs/cd9660 and msdosfs. The mount utilities need them now that no longer declares filesytem-specific mount args structs. Renamed some macros to be less ufs-centric. Fixed order of mkdirs. The order has been broken since the backwards `.for' loop bug was fixed in `make' on 1996/09/21. Revision Changes Path 1.51 +8 -8 src/include/Makefile From owner-cvs-include Mon Mar 3 17:30:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA14694 for cvs-include-outgoing; Mon, 3 Mar 1997 17:30:56 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA14684; Mon, 3 Mar 1997 17:30:53 -0800 (PST) Date: Mon, 3 Mar 1997 17:30:53 -0800 (PST) From: Alex Nash Message-Id: <199703040130.RAA14684@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include pthread.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 97/03/03 17:30:52 Modified: include pthread.h Log: Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported at this time. Reviewed by: John Birrell Revision Changes Path 1.5 +1 -1 src/include/pthread.h From owner-cvs-include Mon Mar 3 17:35:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA15005 for cvs-include-outgoing; Mon, 3 Mar 1997 17:35:24 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA14995; Mon, 3 Mar 1997 17:35:22 -0800 (PST) Date: Mon, 3 Mar 1997 17:35:22 -0800 (PST) From: Alex Nash Message-Id: <199703040135.RAA14995@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include pthread.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 97/03/03 17:35:22 Branch: include RELENG_2_2 Modified: include pthread.h Log: YAMFC (rev 1.5, disable definition of _POSIX_THREAD_PRIORITY_SCHEDULING). Revision Changes Path 1.2.2.1 +1 -1 src/include/pthread.h From owner-cvs-include Sat Mar 8 23:12:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03464 for cvs-include-outgoing; Sat, 8 Mar 1997 23:12:42 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03454; Sat, 8 Mar 1997 23:12:39 -0800 (PST) Date: Sat, 8 Mar 1997 23:12:39 -0800 (PST) From: Bruce Evans Message-Id: <199703090712.XAA03454@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include Makefile Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/08 23:12:38 Modified: include Makefile Log: Don't use a dot in the chown command. In fact, don't use a chown command. Use mtree instead of mkdir+chown+chmod to build the subdirectory hierachy. The corresponding mtree command in src/etc/Makefile can't be relied on because the hierachy gets blown away in the default SHARED=symlinks case. Revision Changes Path 1.52 +3 -8 src/include/Makefile