From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2151 Path: news.gmane.org!not-for-mail From: Abdoulaye Walsimou Gaye Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 0/4] Import features from NetBSD Date: Sat, 20 Oct 2012 22:15:41 +0200 Message-ID: <1350764145-10305-1-git-send-email-awg@embtoolkit.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1350764167 25611 80.91.229.3 (20 Oct 2012 20:16:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 20:16:07 +0000 (UTC) Cc: Abdoulaye Walsimou Gaye To: musl@lists.openwall.com Original-X-From: musl-return-2152-gllmg-musl=m.gmane.org@lists.openwall.com Sat Oct 20 22:16:14 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TPfSw-0004qb-Lu for gllmg-musl@plane.gmane.org; Sat, 20 Oct 2012 22:16:14 +0200 Original-Received: (qmail 32134 invoked by uid 550); 20 Oct 2012 20:16:03 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 32125 invoked from network); 20 Oct 2012 20:16:03 -0000 X-Mailer: git-send-email 1.7.9.5 Xref: news.gmane.org gmane.linux.lib.musl.general:2151 Archived-At: This set of patches mainly adds features imported from NetBSD. These functions are almost imported "AS IS" and are, for the moment, only compile tested. Abdoulaye Walsimou Gaye (4): Build system: give ability to install lib/crt*.o files separately Add basic sys/cdefs.h found on most unix Import BSD fonctions defined in from NetBSD : Add GNU extensions ether_ntoa_r() and ether_aton_r() Makefile | 1 + include/netinet/ether.h | 16 +++ include/sys/cdefs.h | 22 ++++ src/network/ethers.c | 209 ++++++++++++++++++++++++++++++++++++ 5 files changed, 261 insertions(+) create mode 100644 include/netinet/ether.h create mode 100644 include/sys/cdefs.h create mode 100644 src/network/ethers.c -- 1.7.9.5