posix
Package info
-
Homepage
gitlab.com/clean-and-itasks/libraries/posix -
Latest version
1.2.1, a month ago -
Maintainer
TOP Software Technology -
License
BSD-2-Clause
Description
This library provides an interface to the POSIX specific system calls
Readme
# posix
This library provides an interface to POSIX specific syscalls.
## License
The package is licensed under the BSD-2-Clause license; for details, see the
[LICENSE](/LICENSE) file.
The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Radboud University Nijmegen.
Changelog
# Changelog
#### 1.2.1
- Fix: fix `ccall`s for functions with 64-bit integer result.
### 1.2.0
- Feature: add `wait` system call.
#### 1.1.3
- Chore: support base `3.0`.
#### 1.1.2
- Feature: add `_Posix.access` and corresponding flags.
#### 1.1.1
- Fix: add helper functions for opendir and readdir (because of malformed code
they were skipped previously).
### 1.1.0
- Fix: add helper functions for overloaded syscalls to fix the ccall behaviour.
- Fix: export `isatty`.
- Feature: add time related syscalls.
## 1.0.0
- Initial version, import modules from clean platform v0.3.34 and destill all
posix system calls.
- Move syscalls from `Network._IP`, `System._Enviroment`, `System._FilePath`,
`System._Time`, `System._Memory` modules to `System._Posix`
- Add class constraint to environment type variable to restrict types which can be used to perform syscalls with.
- Change memory related syscalls so that they all require to pass on a unique state.
Versions
-
1.2.1 latest a month ago
Dependencies: base ^2.0.0 || ^3.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.2.0 1 year, 6 months ago
Dependencies: base ^2.0.0 || ^3.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.1.3 latest 1.1 1 year, 9 months ago
Dependencies: base ^2.0.0 || ^3.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.1.2 2 years ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.1.1 2 years ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.1.0 2 years ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.0.0 latest 1.0 2 years ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: linux-any.