FreeVMS is a free software clone of the VMS computer operating system, licensed under the terms of the GNU General Public License. As of 2009, the project is in the early stages of development. The latest version is 0.3.15. It consists of a kernel (planned to be POSIX-compliant) and a DCL command-line interpreter. Adapted from [...]
Posix
The latest articles related to Posix
On Unix, Unix-like and other POSIX-compatible operating systems, popular system calls are open, read, write, close, wait, exec, fork, exit, and kill. Many of today’s operating systems have hundreds of system calls. For example, Linux has 319 different calls, and FreeBSD has almost 500. Tools such as strace and truss allow a process to execute [...]
The POSIX standard defines an API that allows a wide range of common computing functions to be written in a way such that they may operate on many different systems (Mac OS X, and various Berkeley Software Distributions (BSDs) implement this interface); however, making use of this requires re-compiling for each platform. A compatible API, [...]
Make has gone through a number of rewrites, including a number of from-scratch variants which used the same file format and basic algorithmic principles and also provided a number of their own non-standard enhancements. Some of them are: * BSD make, which is derived from Adam de Boor’s work on a version of make capable [...]
epoll is a scalable event notification mechanism for Linux, first introduced in Linux 2.5.44 . It is meant to replace the older POSIX select(2) and poll(2) system calls, to achieve better performance in more demanding applications, where the number of watched file descriptors is large (unlike the older system calls, which operate at O(n), epoll [...]



