eal/windows: add missing SPDX license tag
[dpdk.git] / lib / librte_eal / windows /
2021-03-16 Dmitry Kozlyukeal/windows: add missing SPDX license tag
2021-03-03 Anatoly Burakovmem: detach memsegs on cleanup
2021-01-17 Tyler Retzlaffeal/windows: fix C++ compatibility
2021-01-15 Olivier Matzservice: propagate init error in EAL
2021-01-14 Pallavi Kadameal/windows: add random function
2021-01-11 Tal Shnaidermaneal: add generic thread-local-storage functions
2021-01-05 Pallavi Kadameal/windows: add interrupt functions stub
2020-12-07 Nick Connollyeal/windows: fix vfprintf warning with clang
2020-12-07 Nick Connollyeal/windows: fix debug build with MinGW
2020-12-07 Dmitry Kozlyukeal/windows: fix build with MinGW-w64 8
2020-11-22 Nick Connollyeal/windows: fix linkage with MinGW
2020-11-20 Tal Shnaidermaneal/windows: remove definition of ETOOMANYREFS
2020-11-15 Tal Shnaidermaneal/windows: add definition of ETOOMANYREFS
2020-11-03 Dmitry Kozlyukeal/windows: fix deadlock when setting alarm
2020-11-03 Pallavi Kadameal/windows: allow running as non-admin
2020-10-20 Tal Shnaidermaneal/windows: add missing stdint include
2020-10-20 Stephen Hemmingereal: rename lcore master and slave
2020-10-15 Suanming Moueal/windows: add pthread mutex
2020-10-14 Dmitry Kozlyukeal/windows: improve compatibility networking headers
2020-10-14 Dmitry Kozlyukeal/windows: implement alarm API
2020-10-14 Dmitry Kozlyukeal/windows: add interrupt thread skeleton
2020-10-05 Dmitry Kozlyukeal/windows: use bundled getopt with MinGW
2020-09-21 David Marchandmem: drop mapping API workaround
2020-09-10 Fady Badereal/windows: add stub for Rx interrupt control
2020-09-10 Fady Badernet: build on Windows
2020-09-09 Tal Shnaidermaneal/windows: probe vdev
2020-07-11 Thomas Monjalonpci: keep API compatibility with mmap values
2020-07-10 Dmitry Kozlyukeal/windows: detect insufficient privileges for hugepages
2020-07-08 David Marchandeal: add multiprocess disable API
2020-07-08 David Marchandeal: register non-EAL threads as lcores
2020-07-08 David Marchandeal: introduce thread uninit helper
2020-07-08 David Marchandeal: introduce thread init helper
2020-07-08 David Marchandeal: relocate per thread symbols to common
2020-06-29 Tasnim Bashareal/windows: fix thread handle
2020-06-29 Tal Shnaidermanbus/pci: support Windows with bifurcated drivers
2020-06-29 Tal Shnaidermanbus/pci: introduce Windows support with stubs
2020-06-29 Tal Shnaidermaneal: move OS common options usage functions
2020-06-29 Tal Shnaidermaneal: move OS common config objects
2020-06-24 Tal Shnaidermaneal/windows: support exit and panic
2020-06-23 Fady Badertimer: support EAL functions on Windows
2020-06-15 Dmitry Kozlyukeal/windows: implement basic memory management
2020-06-15 Dmitry Kozlyukeal/windows: initialize hugepage info
2020-06-15 Dmitry Kozlyukeal/windows: improve CPU and NUMA node detection
2020-06-15 Dmitry Kozlyukeal/windows: complete queue.h data structures
2020-06-15 Dmitry Kozlyukeal/windows: add tracing stubs
2020-06-15 Pallavi Kadameal/windows: fix warnings
2020-06-11 Tasnim Bashareal/windows: support thread ID query
2020-05-07 Pallavi Kadameal/windows: support logging
2020-05-07 Pallavi Kadameal/windows: add fnmatch implementation
2020-04-21 Tal Shnaidermaneal/windows: fix build
2020-04-21 Dmitry Kozlyukeal/windows: do not expose private facilities
2020-04-16 Thomas Monjalonreplace unused attributes
2020-03-31 Thomas Monjaloneal: move OS-specific sub-directories
2020-03-31 Thomas Monjaloneal: simplify meson build of common directory
2020-03-18 Dmitry Kozlyukeal/windows: support building with MinGW-w64
2020-03-18 Dmitry Kozlyukeal/windows: use lowercase filenames for system headers
2020-02-21 Dmitry Kozlyukeal/windows: fix out-of-memory check in asprintf
2020-02-12 Pallavi Kadameal/windows: support command line options parsing
2020-02-12 Pallavi Kadameal/windows: support more common files
2020-02-12 Pallavi Kadameal/windows: detect process type
2020-02-12 Pallavi Kadameal/windows: add getopt implementation
2020-02-12 Pallavi Kadameal/windows: add some basic functions and macros
2020-02-12 Pallavi Kadameal/windows: add dirent implementation
2020-01-20 David Marchandeal/windows: fix cpuset macro name
2019-11-28 Stephen Hemmingereal/windows: remove tail queue license boilerplate
2019-10-27 Stephen Hemmingereal: make lcore config private
2019-04-02 Anand Rawatbuild: add workarounds for Windows helloworld
2019-04-02 Anand Rawateal/windows: add minimum viable code
2019-04-02 Anand Rawateal/windows: add headers for compatibility
2019-04-02 Anand Rawateal/windows: add sys/queue.h implementation copy
2019-04-02 Anand Rawateal/windows: add wrappers for string functions
2019-04-02 Anand Rawateal: add OS specific header file
2019-04-02 Anand Rawateal/windows: introduce Windows support