Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtty(2) [redhat man page]

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

NAME
afs_syscall, break, ftime, gtty, lock, mpx, phys, prof, profil, stty, ulimit - unimplemented system calls SYNOPSIS
Unimplemented system calls. DESCRIPTION
These system calls are not implemented in the Linux 2.0 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 ioperm(2), iopl(2), ptrace(2) and vm86(2) only exist on certain architectures. Some system calls, like ipc(2) and {create,init,delete}_module(2) only exist when the Linux kernel was built with support for them. SEE ALSO
obsolete(2) Linux 2.0 1998-06-12 UNIMPLEMENTED(2)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

CorelDRAW for Linux

Hi everyone... I'm looking for (CorelDRAW for Linux) so that I work only in Linux. Could anyone help me to find a way to have it! (2 Replies)
Discussion started by: shrinux
2 Replies

2. Programming

system calls vs librery routines

can i know what is the differnece between using librery function and system calls for performing any of the operation like read, write and other operations (1 Reply)
Discussion started by: MKSRaja
1 Replies

3. 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

4. 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

5. 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

6. UNIX for Dummies Questions & Answers

Books on Linux Prog..

Hi everybody, Can anyone suggest me some good books on Linux Prog.. I know richard stevens is always there.. But any specific books on Linux Porgramming and Networking in Linux.. Wud be of great help if anybody replies.. (4 Replies)
Discussion started by: srikumar_cs
4 Replies

7. 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

8. 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

9. UNIX for Dummies Questions & Answers

Is Linux a RTOS?

Hai Guys, Is Linux a Real-Time operating system? Thanks (5 Replies)
Discussion started by: Felicia23
5 Replies

10. 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

11. Fedora

Books on Linux

Not totally new to Linux. Have done distro installs before. At this point, I'm looking for a way out of the MS lock down I've been in. Looking for a good beginner/intermediate book. One that will cover things such as server installs as well as things like X-Windows/SAMBA installs from CLI. What I... (2 Replies)
Discussion started by: jcayo11
2 Replies

12. What is on Your Mind?

Creating a Linux Distro

I have been using Linux OS since 4 years and I'm very interested to know how to create a Linux Distro. I have heard about LFS. I would just like to know, what do I need to create a Linux Distro? I'm not a programmer, if I have to create a Linux Distro, what programming languages do I need to... (3 Replies)
Discussion started by: Auzern
3 Replies

13. UNIX for Advanced & Expert Users

System call Handling

In Linux in older versions the user calls were routed to their corresponding system calls through interrupt 80 which was handled by system_call(). I mean say for the user mode function read() there was a corresponding kernel mode function. The system call index was fed in eax register and was... (2 Replies)
Discussion started by: rupeshkp728
2 Replies

14. UNIX for Dummies Questions & Answers

From iOS programming to Linux system programming

Hello. I like Linux and C programming language. Allways wanted to understand kernel and become a Linux system programmer. And I also like Objective-C and iOS. These two programming areas have relations: 1. Linux and iOS are UNIX-like systems, POSIX compliant. 2. It is useful to know C language... (2 Replies)
Discussion started by: Rockatansky
2 Replies

15. 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