Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
65b78722
Commit
65b78722
authored
Feb 09, 2006
by
Tony Luck
Browse files
Options
Browse Files
Download
Plain Diff
Pull new-syscalls into release branch
parents
a9474646
9621a4ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
27 deletions
+35
-27
arch/ia64/kernel/entry.S
arch/ia64/kernel/entry.S
+16
-0
arch/ia64/kernel/fsys.S
arch/ia64/kernel/fsys.S
+3
-26
include/asm-ia64/unistd.h
include/asm-ia64/unistd.h
+16
-1
No files found.
arch/ia64/kernel/entry.S
View file @
65b78722
...
...
@@ -1601,5 +1601,21 @@ sys_call_table:
data8
sys_inotify_add_watch
data8
sys_inotify_rm_watch
data8
sys_migrate_pages
//
1280
data8
sys_openat
data8
sys_mkdirat
data8
sys_mknodat
data8
sys_fchownat
data8
sys_futimesat
//
1285
data8
sys_newfstatat
data8
sys_unlinkat
data8
sys_renameat
data8
sys_linkat
data8
sys_symlinkat
//
1290
data8
sys_readlinkat
data8
sys_fchmodat
data8
sys_faccessat
data8
sys_ni_syscall
//
reserved
for
pselect
data8
sys_ni_syscall
//
1295
reserved
for
ppoll
data8
sys_unshare
.
org
sys_call_table
+
8
*
NR_syscalls
//
guard
against
failures
to
increase
NR_syscalls
arch/ia64/kernel/fsys.S
View file @
65b78722
...
...
@@ -878,31 +878,8 @@ fsyscall_table:
data8
0
//
timer_delete
data8
0
//
clock_settime
data8
fsys_clock_gettime
//
clock_gettime
data8
0
//
clock_getres
//
1255
data8
0
//
clock_nanosleep
data8
0
//
fstatfs64
data8
0
//
statfs64
data8
0
data8
0
//
1260
data8
0
data8
0
//
mq_open
data8
0
//
mq_unlink
data8
0
//
mq_timedsend
data8
0
//
mq_timedreceive
//
1265
data8
0
//
mq_notify
data8
0
//
mq_getsetattr
data8
0
//
kexec_load
data8
0
data8
0
//
1270
data8
0
data8
0
data8
0
data8
0
data8
0
//
1275
data8
0
data8
0
data8
0
data8
0
data8
0
//
1280
#define __NR_syscall_last 1255
.
space
8
*(
NR_syscalls
+
1024
-
__NR_syscall_last
),
0
.
org
fsyscall_table
+
8
*
NR_syscalls
//
guard
against
failures
to
increase
NR_syscalls
include/asm-ia64/unistd.h
View file @
65b78722
...
...
@@ -270,12 +270,27 @@
#define __NR_inotify_add_watch 1278
#define __NR_inotify_rm_watch 1279
#define __NR_migrate_pages 1280
#define __NR_openat 1281
#define __NR_mkdirat 1282
#define __NR_mknodat 1283
#define __NR_fchownat 1284
#define __NR_futimesat 1285
#define __NR_newfstatat 1286
#define __NR_unlinkat 1287
#define __NR_renameat 1288
#define __NR_linkat 1289
#define __NR_symlinkat 1290
#define __NR_readlinkat 1291
#define __NR_fchmodat 1292
#define __NR_faccessat 1293
/* 1294, 1295 reserved for pselect/ppoll */
#define __NR_unshare 1296
#ifdef __KERNEL__
#include <linux/config.h>
#define NR_syscalls 27
0
/* length of syscall table */
#define NR_syscalls 27
3
/* length of syscall table */
#define __ARCH_WANT_SYS_RT_SIGACTION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment