System Call Anachronisms

In some cases, the name of the system call as provided by the syscall provider is actually a reflection of an ancient implementation detail. For example, for reasons dating back to the origins of UNIX, the name of exit in /etc/name_to_sysnum is rexit. Similarly, the name of time is gtime, and the name of execve is exece.