mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Import <netinet/ether.h> features from NetBSD
@ 2012-10-20 20:15 Abdoulaye Walsimou Gaye
  2012-10-20 20:15 ` [PATCH 1/4] Build system: give ability to install lib/crt*.o files separately Abdoulaye Walsimou Gaye
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Abdoulaye Walsimou Gaye @ 2012-10-20 20:15 UTC (permalink / raw)
  To: musl; +Cc: Abdoulaye Walsimou Gaye

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



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2012-10-21  1:21 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-20 20:15 [PATCH 0/4] Import <netinet/ether.h> features from NetBSD Abdoulaye Walsimou Gaye
2012-10-20 20:15 ` [PATCH 1/4] Build system: give ability to install lib/crt*.o files separately Abdoulaye Walsimou Gaye
2012-10-20 23:49   ` Rich Felker
2012-10-20 20:15 ` [PATCH 2/4] Add basic sys/cdefs.h found on most unix Abdoulaye Walsimou Gaye
2012-10-20 23:18   ` Isaac Dunham
2012-10-20 23:38     ` Abdoulaye Walsimou GAYE
2012-10-20 23:38       ` Rich Felker
2012-10-21  0:13         ` Abdoulaye Walsimou GAYE
2012-10-21  0:11           ` Rich Felker
2012-10-21  0:38             ` Abdoulaye Walsimou GAYE
2012-10-21  0:39               ` John Spencer
2012-10-21  1:21                 ` John Spencer
2012-10-20 23:50       ` Isaac Dunham
2012-10-20 23:44         ` Rich Felker
2012-10-20 20:15 ` [PATCH 3/4] Import BSD functions defined in <netinet/ether.h> from NetBSD Abdoulaye Walsimou Gaye
2012-10-20 23:37   ` idunham
2012-10-21  0:40     ` Abdoulaye Walsimou GAYE
2012-10-21  0:42   ` John Spencer
2012-10-21  0:41     ` Rich Felker
2012-10-21  0:52     ` Abdoulaye Walsimou GAYE
2012-10-21  0:48       ` Rich Felker
2012-10-21  0:57       ` John Spencer
2012-10-21  0:53         ` Rich Felker
2012-10-20 20:15 ` [PATCH 4/4] <netinet/ether.h>: Add GNU extensions ether_ntoa_r() and ether_aton_r() Abdoulaye Walsimou Gaye
2012-10-20 23:53   ` Rich Felker
2012-10-21  0:43     ` Abdoulaye Walsimou GAYE
2012-10-21  0:46       ` John Spencer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).