From owner-freebsd-questions Mon Jan 20 8:31:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C784137B413 for ; Mon, 20 Jan 2003 08:31:32 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BEA43F1E for ; Mon, 20 Jan 2003 08:31:32 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0KGVVsA089740; Mon, 20 Jan 2003 10:31:31 -0600 (CST) (envelope-from dan) Date: Mon, 20 Jan 2003 10:31:31 -0600 From: Dan Nelson To: Atifa Kheel Cc: freebsd-questions@FreeBSD.ORG, debian-bsd@lists.debian.org Subject: Re: glibc vs BSD libc Message-ID: <20030120163130.GG49032@dan.emsphone.com> References: <20030120130538.74079.qmail@web12606.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030120130538.74079.qmail@web12606.mail.yahoo.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jan 20), Atifa Kheel said: > e)Other Streams(like string streams,Obstack streams,etc) > glibc: Supported > BSD libc: Not Supported. BSD supports funopen() which allows the user to create handles for arbitrary stream types. http://www.freebsd.org/cgi/man.cgi?query=funopen > Shell Style word expansion > (Eg:wordexp,wordfree) > glibc: Supported > BSD libc: Not Supported. wordexp/wordfree are in 5.0, so they will probably be backported to 4.* at some point. > 23. > System database and name service switch(NSS) > glibc: Supported > BSD libc: NSS not supported.Incompatible shadow and password support and ancient utmp. > (Problem Solved by writing a library libshadow) User applications should not need to know about FreeBSD's shadow password style, so that shouldn't really matter. > 25. > System Information > glibc: Supported > BSD libc: utsname() not Supported. uname() is the correct function name (the data is returned in a struct utsname), and BSD supports it. > 27. > Large file support > (fseeko64,ftello64) > glibc: Supported > BSD libc: Not Supported. BSD has supported large files far longer than Linux has. fseeko and ftello are the functions you should use. fseeko64 is sort of redundant :) -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message