VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core/Unix/OpenBSD/CoreOpenBSD.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-04Minor cleanup of the repo (#822)a13460541-0/+0
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace
2021-07-14Add support for OpenBSD (#779)kokokodak1-0/+44
* OpenBSD: add basic support modified: Build/Include/Makefile.inc modified: Driver/Fuse/FuseService.cpp modified: Main/FatalErrorHandler.cpp modified: Makefile modified: Platform/Unix/File.cpp modified: Platform/Unix/FilesystemPath.cpp modified: Platform/Unix/SystemInfo.cpp * OpenBSD: some necessary files were missing new file: Core/Unix/OpenBSD/CoreOpenBSD.cpp new file: Core/Unix/OpenBSD/CoreOpenBSD.h new file: Core/Unix/OpenBSD/System.h