File: unimplemented.2

package info (click to toggle)
manpages 6.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,184 kB
  • sloc: sh: 575; python: 222; perl: 190; makefile: 29; lisp: 22
file content (46 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" Copyright, the authors of the Linux man-pages project
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
.TH UNIMPLEMENTED 2 2025-05-17 "Linux man-pages (unreleased)"
.SH NAME
afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream,
lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security,
stty, tuxcall, ulimit, vserver \- unimplemented system calls
.SH SYNOPSIS
.nf
Unimplemented system calls.
.fi
.SH DESCRIPTION
These system calls are not implemented in the Linux kernel.
.SH RETURN VALUE
These system calls always return \-1 and set
.I errno
to
.BR ENOSYS .
.SH NOTES
Note that
.BR ftime (3),
.BR profil (3),
and
.BR ulimit (3)
are implemented as library functions.
.P
Some system calls, like
.BR alloc_hugepages (2),
.BR free_hugepages (2),
.BR ioperm (2),
.BR iopl (2),
and
.BR vm86 (2)
exist only on certain architectures.
.P
Some system calls, like
.BR ipc (2),
.BR create_module (2),
.BR init_module (2),
and
.BR delete_module (2)
exist only when the Linux kernel was built with support for them.
.SH SEE ALSO
.BR syscalls (2)