├── COPYING ├── LICENSES ├── exceptions │ └── Linux-syscall-note └── preferred │ └── GPL-2.0 ├── Makefile ├── Readme.md ├── atemsys.c ├── atemsys.h └── ec-masterarchlinux.png /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/COPYING -------------------------------------------------------------------------------- /LICENSES/exceptions/Linux-syscall-note: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/LICENSES/exceptions/Linux-syscall-note -------------------------------------------------------------------------------- /LICENSES/preferred/GPL-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/LICENSES/preferred/GPL-2.0 -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/Makefile -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/Readme.md -------------------------------------------------------------------------------- /atemsys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/atemsys.c -------------------------------------------------------------------------------- /atemsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/atemsys.h -------------------------------------------------------------------------------- /ec-masterarchlinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acontis/atemsys/HEAD/ec-masterarchlinux.png --------------------------------------------------------------------------------