Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

putpmsg(2) [linux man page]

UNIMPLEMENTED(2)					     Linux Programmer's Manual						  UNIMPLEMENTED(2)

NAME
afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, secu- rity, stty, tuxcall, ulimit, vserver - unimplemented system calls SYNOPSIS
Unimplemented system calls. DESCRIPTION
These system calls are not implemented in the Linux kernel. RETURN VALUE
These system calls always return -1 and set errno to ENOSYS. NOTES
Note that ftime(3), profil(3), and ulimit(3) are implemented as library functions. Some system calls, like alloc_hugepages(2), free_hugepages(2), ioperm(2), iopl(2), and vm86(2) exist only on certain architectures. Some system calls, like ipc(2), create_module(2), init_module(2), and delete_module(2) exist only when the Linux kernel was built with sup- port for them. SEE ALSO
syscalls(2) Linux 2017-09-15 UNIMPLEMENTED(2)

Check Out this Related Man Page

UNIMPLEMENTED(2)					     Linux Programmer's Manual						  UNIMPLEMENTED(2)

NAME
afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, secu- rity, stty, tuxcall, ulimit, vserver - unimplemented system calls SYNOPSIS
Unimplemented system calls. DESCRIPTION
These system calls are not implemented in the Linux kernel. RETURN VALUE
These system calls always return -1 and set errno to ENOSYS. NOTES
Note that ftime(3), profil(3) and ulimit(3) are implemented as library functions. Some system calls, like alloc_hugepages(2), free_hugepages(2), ioperm(2), iopl(2), and vm86(2) exist only on certain architectures. Some system calls, like ipc(2), create_module(2), init_module(2), and delete_module(2) exist only when the Linux kernel was built with sup- port for them. SEE ALSO
syscalls(2) COLOPHON
This page is part of release 3.53 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2013-02-12 UNIMPLEMENTED(2)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

System calls for cp and mv

Which system calls are made for operations cp and mv (2 Replies)
Discussion started by: gaurava99
2 Replies

2. UNIX for Advanced & Expert Users

file system

Dear friends, I am using Linux os. on DELL system. Now i have a problem if i want to do something on my system the error Read-only file system is coming. i am unable to do anything on my system. if i open browser then the error , could not process : unable to create io-slave :... (4 Replies)
Discussion started by: rajan_ka1
4 Replies

3. AIX

AIX intercepting system calls

hi, How to intercept existing system calls by kernel extensions on AIX? (2 Replies)
Discussion started by: ramkumar.pvs
2 Replies

4. UNIX Desktop Questions & Answers

Using system calls

Hi, I'm new to UNIX system calls. Can someone share your knowledge as to how exactly system calls should be executed? Can they be typed like commands such as mkdir on the terminal itself? Also, are there any websites which will show me an example of the output to expect when a system call like... (1 Reply)
Discussion started by: ilavenil
1 Replies

5. BSD

system calls

what is the functions and relationship between fork,exec,wait system calls as i am a beginer just want the fundamentals. (1 Reply)
Discussion started by: sangramdas
1 Replies

6. Programming

Nucleus to Linux porting

I am new to Linux programming and my work involves changing an abstraction layer which made Nucleus calls, to Linux calls. In Case of Events Nucleus has calls like NU_Set_Events() NU_Retrieve_Events() Can I use the POSIX thread conditional variables for Linux? Can I use the System V calls... (1 Reply)
Discussion started by: taklubaba
1 Replies

7. UNIX for Dummies Questions & Answers

About system calls.

Hi all, I am new here . I want to know about system call in detail. As system calls are also function .How system identifies it.:) (2 Replies)
Discussion started by: vishwasrao
2 Replies

8. Virtualization and Cloud Computing

Linux-VServer vms to ESX migration

Hi, I have an existing linux server hosting some vservers. In addition, a VMware ESX is in place. My goal is to get rid of the linux-vserver system and migrate each vserver on the ESX properly. Is that possible ? Thanks for your help. Fiss (0 Replies)
Discussion started by: fiss
0 Replies

9. Shell Programming and Scripting

Replace C instructions for system calls

Hi! At first I'm new to this forum and I'm not sure if this post is correct in this place. I have a problem trying to change 2 C instructions for system calls. The code that I have is that: #include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include... (4 Replies)
Discussion started by: alwayslearn
4 Replies