Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 20 Oct 2012 22:15:41 +0200
From: Abdoulaye Walsimou Gaye <awg@...toolkit.org>
To: musl@...ts.openwall.com
Cc: Abdoulaye Walsimou Gaye <awg@...toolkit.org>
Subject: [PATCH 0/4] Import <netinet/ether.h> features from NetBSD

This set of patches mainly adds <netinet/ether.h> 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 <netinet/ether.h> from NetBSD
  <netinet/ether.h>: 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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.