CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - system call
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - system call - List
[
Program doc
]
Linux常用的system call(中文版),
DL : 1
Linux_常用C函数(中文版),常用的system call,支持搜索,可代替man page
Date
: 2010-09-27
Size
: 127.75kb
User
:
chenglihua777
[
Program doc
]
How to add system call
DL : 0
怎样在Minix下添加一个System Call
Date
: 2010-10-25
Size
: 137.29kb
User
:
xiaocong030@163.com
[
Books
]
UNIXEAP
DL : 0
本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。 -the book a comprehensive account of the UNIX system programming interface-system call interface and the standard C library provides a lot of functions. The book's first 15 chapters focus on theoretical knowledge exposition, includes UNIX files and directories, processes, process control, inter-process communication and I/O. On this basis, according to introduce a number of application examples, including how to create database libraries, PostScript printer driver, a modem and a dial-up in pseudo-terminals running on other procedures procedures. The book is rich in content authority, brilliantly clear concept has been praised as UNIX Programming "Bible" for all UNIX programmers- whether beginners or experts- who are an invaluable reference books.
Date
: 2025-07-13
Size
: 13.87mb
User
:
neptune87140104
[
Other
]
WinSysCall
DL : 0
windows system call 各种系统级别函数的集合 (English) -windows system call various system-level function set (English)
Date
: 2025-07-13
Size
: 31kb
User
:
wind
[
OS program
]
fileprotector
DL : 0
fileprotector教你如何手动写一个新的系统调用,从而了解内核-fileprotector teach you how to manually write a new system call to understand the kernel
Date
: 2025-07-13
Size
: 9kb
User
:
damige
[
Other
]
linux-kenel-system-call-guide
DL : 0
讲解linux内核 系统调用 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料-Linux kernel system calls on some of the classic lecture, easy to understand, may not be more excellent core learning materials
Date
: 2025-07-13
Size
: 11kb
User
:
小鸟
[
Linux-Unix
]
hack
DL : 0
通过进程的pid号来实现隐藏进程.修改系统调用getdents函数来隐藏进程-Through the process pid number to hide the process of implementation. Getdents modify system call function to hide the process of
Date
: 2025-07-13
Size
: 2kb
User
:
wensi
[
Linux-Unix
]
adding_a_system_call_in_linux
DL : 0
Adding a system call in linux
Date
: 2025-07-13
Size
: 5kb
User
:
aditya
[
VOIP program
]
SIP-ConsoleApps
DL : 0
SIP console application for call center system, call monitor & call control-SIP console application for call center system, call monitor & call control...
Date
: 2025-07-13
Size
: 995kb
User
:
eric
[
OS program
]
addsystemcall
DL : 0
怎样像UNIX/MINIX系统中添加自己的System Call以用来调用-How to add your own system call to UNIX or MINIX
Date
: 2025-07-13
Size
: 137kb
User
:
zi
[
Windows Develop
]
Desktop
DL : 0
Write a C program using the fork() system call that that generates the Fibonacci sequence in the child process. The number of the sequence will be provided in the command line. For example, if 5 is provided, the first five numbers in the Fibonacci sequence will be output by the child process. Because the parent and child processes have their own copies of the data, it will be necessary for the child to output the sequence. Have the parent invoke the wait() call to wait for the child process to complete before exiting the program. Perform necessary error checking to ensure that a non-negative number is passed on the command line.
Date
: 2025-07-13
Size
: 1kb
User
:
chan
[
Software Engineering
]
Adding-A-System-Call
DL : 0
This document gives you steps to add a system call in linux kernel.
Date
: 2025-07-13
Size
: 11kb
User
:
Sonia
[
Linux-Unix
]
System-call-sep
DL : 0
Linux 2.6.11内核文件IO系统调用详解,有 部分代码解释-System call sep
Date
: 2025-07-13
Size
: 24kb
User
:
zhangyuan
[
Linux-Unix
]
System-Call
DL : 0
Solaris 所有的系统调用函数描述,包括详细的使用说明.-Solaris system call function description.
Date
: 2025-07-13
Size
: 1.23mb
User
:
john tan
[
Linux-Unix
]
System-call
DL : 0
在Linux内核中添加一个系统调用,返回当前的时间-Linux system call
Date
: 2025-07-13
Size
: 54kb
User
:
uncle Tian
[
Internet-Network
]
Linux-system-call
DL : 0
Linux文件编程,系统调用原理,errno出现原因-Linux file programming,system call
Date
: 2025-07-13
Size
: 8kb
User
:
张正义
[
Windows Develop
]
system-call
DL : 0
添加系统调用,过程很详细,很好很强大,欢迎下载-add system call
Date
: 2025-07-13
Size
: 95kb
User
:
胡适
[
Software Engineering
]
Implementing-system-call-for-arm-linux
DL : 0
Description of how to implement arm Linux system call. Tested on linux-2.6.33.
Date
: 2025-07-13
Size
: 257kb
User
:
dethdart
[
Linux-Unix
]
add-new-system-call.tar
DL : 0
如何在ubuntu10.04的2.6.35.13内核中添加一个新的系统调用,这样i也可以在PC机上添加自己的内核代码,并看到实际效果了。-How to add a new system call on ubuntu10.04 with the 2.6.35.13 kernel, so you can add your own kernel code on PC and see the actual results.
Date
: 2025-07-13
Size
: 97kb
User
:
wangbo
[
Driver Develop
]
linux-system-call
DL : 0
linux system call linux系统调用-linux system call
Date
: 2025-07-13
Size
: 41kb
User
:
张浩
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.