summaryrefslogtreecommitdiff
path: root/include/wolf/port/sys.h
AgeCommit message (Expand)Author
2015-04-03updated for Linux 3.19HEADmasterAndreas Baumann
2014-09-02updated for Linux 3.16Andreas Baumann
2014-07-31..Andreas Baumann
2014-02-27fixed for Linux 3.11 to 3.13Andreas Baumann
2013-08-17fixed for Linux kernel 3.10.xAndreas Baumann
2013-06-23fixed for Linux kernel 3.9.xAndreas Baumann
2012-10-17fix for Linux 3.5 and 3.6Andreas Baumann
2012-08-15adapted for Linux 3.4Andreas Baumann
2012-03-23retested on Linux 3.2 with tcc (git version!) and pcc (Cvs version)Andreas Baumann
2011-11-30fixed on FreeBSD 8.2Andreas Baumann
2011-11-17adapted for OpenBSD 5.0 on SPARCAndreas Baumann
2011-11-09adapted for Linux 3.1Andreas Baumann
2011-08-21adapted for Linux 3.0Andreas Baumann
2010-06-07updated for FreeBSD 7.2Andreas Baumann
2010-06-06fixed pcc on linux (gengetopt and generated code, __attribute__ infection of ...Andreas Baumann
2010-06-04fixed on netbsd (dlerror) and localtime_r memcmp of unpadded structsbaumann
2010-05-21fixed on NetBSD 5.0.2 (64-bit)baumann
2010-05-21fixed on OpenBSD 4.7 64-bitAndreas Baumann
2010-05-21fixed compilation on FreeBSD 8.0 (64-bit)Andreas Baumann
2010-05-17added some comments around compiler specific port sectionsAndreas Baumann
2010-05-16compiles with newest CVS version of PCC and with newest glibc and kernel head...Andreas Baumann
2009-06-14fixed for NetBSD 5.0Andreas Baumann
2009-06-14fixed on OpenBSD 4.5Andreas Baumann
2009-04-05snprintf stub for Solaris 8, z size_t modifier doesn't workAndreas Baumann
2009-03-31fixed create/join thread on NetBsdAndreas Baumann
2009-03-31fixed inlining with microsoft compiler, introduced a INLINE macroAndreas Baumann
2009-03-30threading and strerror_r/mutex on Solaris 10 (gcc and Forte)Andreas Baumann
2009-03-30strerror_r on freebsdAndreas Baumann
2009-03-30Merge branch 'master' of http://andreasbaumann.dyndns.org/git/WolfBonesAndreas Baumann
2009-03-30mutex and strerror_r on OpenbsdAndreas Baumann
2009-03-30fixed severe bux in mutex handling and tested strerror_r on CygwinAndreas Baumann
2009-03-30mutexes on Solaris 8Andreas Baumann
2009-03-30started to add thread stuff, mutexes firstAndreas Baumann
2009-03-30removed last traces of inet_ntopAndreas Baumann
2009-03-29cleaned up Cygwin getaddrinfo and started Win32 getaddrinfoAndreas Baumann
2009-03-29added stub implementation of getaddrinfo on CygwinAndreas Baumann
2009-03-29getaddrinfo on Solaris 8, also fixed a 64-bit alignment cast issue around ine...Andreas Baumann
2009-03-29getaddrinfo on OpenBSDAndreas Baumann
2009-03-29getaddrinfo on Solaris 10Andreas Baumann
2009-03-29temporary Freebsd cehckinAndreas Baumann
2009-03-29fixed on Linux againAndreas Baumann
2009-03-29getaddrinfo, inet_ntop on NetBSDAndreas Baumann
2009-03-28added simple wikipedia test for getaddrinfo/getnameinfoAndreas Baumann
2009-03-24Solaris 10Andreas Baumann
2009-03-24strlcpy/strcat/itoa on solaris 8Andreas Baumann
2009-03-24teseted strlcpy/strlcat/itoa on OpenBSDAndreas Baumann
2009-03-24tested strlcpy and strlcat as well as itoa on FreeBSDAndreas Baumann
2009-03-24fixed strlcpy and strlcat on NetBSDAndreas Baumann
2009-03-24started to add stdlib stub for itoaAndreas Baumann
2009-03-19fixed GCC_VERSION stringAndreas Baumann