From owner-cvs-src@FreeBSD.ORG Mon Mar 31 12:14:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 868AA106566B; Mon, 31 Mar 2008 12:14:05 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7986B8FC1E; Mon, 31 Mar 2008 12:14:05 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2VCE5LW006371; Mon, 31 Mar 2008 12:14:05 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2VCE5nB006370; Mon, 31 Mar 2008 12:14:05 GMT (envelope-from kib) Message-Id: <200803311214.m2VCE5nB006370@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 31 Mar 2008 12:14:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include stdio.h unistd.h src/lib/libc/sys Symbol.map src/sys/sys fcntl.h stat.h time.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 12:14:05 -0000 kib 2008-03-31 12:14:04 UTC FreeBSD src repository Modified files: include stdio.h unistd.h lib/libc/sys Symbol.map sys/sys fcntl.h stat.h time.h Log: Add the libc glue and headers definitions for the *at() syscalls. Based on the submission by rdivacky, sponsored by Google Summer of Code 2007 Reviewed by: rwatson, rdivacky Tested by: pho Revision Changes Path 1.62 +3 -0 src/include/stdio.h 1.85 +11 -0 src/include/unistd.h 1.13 +18 -0 src/lib/libc/sys/Symbol.map 1.21 +1 -0 src/sys/sys/fcntl.h 1.44 +6 -0 src/sys/sys/stat.h 1.76 +1 -0 src/sys/sys/time.h