From owner-cvs-include Thu Jan 2 00:05:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA22561 for cvs-include-outgoing; Thu, 2 Jan 1997 00:05:48 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA22544; Thu, 2 Jan 1997 00:05:44 -0800 (PST) Date: Thu, 2 Jan 1997 00:05:44 -0800 (PST) From: David Nugent Message-Id: <199701020805.AAA22544@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-include, cvs-libexec Subject: cvs commit: src/lib/libc/gen getttyent.c getttyent.3 src/libexec/getty ttys.5 src/include ttyent.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/01/02 00:05:44 Modified: include ttyent.h lib/libc/gen getttyent.c getttyent.3 libexec/getty ttys.5 Log: Added group= facility to /etc/ttys for tty grouping for more more manageable and convenient referencing by login.conf (login class database) and (e.g.) login.access. This is the first of a group of commits which implements the login class capabilities database. Revision Changes Path 1.2 +3 -0 src/include/ttyent.h 1.7 +3 -0 src/lib/libc/gen/getttyent.c 1.2 +6 -1 src/lib/libc/gen/getttyent.3 1.4 +26 -10 src/libexec/getty/ttys.5 From owner-cvs-include Thu Jan 2 10:27:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA21699 for cvs-include-outgoing; Thu, 2 Jan 1997 10:27:25 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA21692; Thu, 2 Jan 1997 10:27:23 -0800 (PST) Date: Thu, 2 Jan 1997 10:27:23 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199701021827.KAA21692@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include fnmatch.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/01/02 10:27:23 Modified: include fnmatch.h Log: Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLD for better compatibility with other systems Revision Changes Path 1.6 +2 -0 src/include/fnmatch.h From owner-cvs-include Thu Jan 2 11:05:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA23971 for cvs-include-outgoing; Thu, 2 Jan 1997 11:05:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA23964; Thu, 2 Jan 1997 11:05:18 -0800 (PST) Date: Thu, 2 Jan 1997 11:05:18 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199701021905.LAA23964@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include fnmatch.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/01/02 11:05:17 Modified: include fnmatch.h Log: Oops, remove FNM_NOCASE alias: really I can't remember any system with this define, it was ftpd-inspired. Revision Changes Path 1.7 +0 -1 src/include/fnmatch.h From owner-cvs-include Sat Jan 4 08:44:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA01246 for cvs-include-outgoing; Sat, 4 Jan 1997 08:44:03 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA01238; Sat, 4 Jan 1997 08:44:01 -0800 (PST) Date: Sat, 4 Jan 1997 08:44:01 -0800 (PST) From: David Nugent Message-Id: <199701041644.IAA01238@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include login_cap.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/01/04 08:44:00 Added: include login_cap.h Log: Header for login class capabilities handling. From owner-cvs-include Sat Jan 4 12:40:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA14023 for cvs-include-outgoing; Sat, 4 Jan 1997 12:40:36 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA14016; Sat, 4 Jan 1997 12:40:35 -0800 (PST) Date: Sat, 4 Jan 1997 12:40:35 -0800 (PST) From: Soren Schmidt Message-Id: <199701042040.MAA14016@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 sos 97/01/04 12:40:34 Modified: include Makefile Log: Add the forgotten login_cap.h Revision Changes Path 1.48 +3 -3 src/include/Makefile