diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-24 01:52:47 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-24 01:52:47 -0400 |
commit | 23930fa1cebfea6f79881c588ccd1b0781e49e3f (patch) | |
tree | 36d29e3f83661c4f5f45b6f74ac0d5f9886867a8 /include/asm-generic | |
parent | 36b35a5be0e4b406acd816e2122d153e875105be (diff) | |
parent | 4f5537de7c1531398e84e18a24f667e49cc94208 (diff) |
Merge branch 'master' into upstream
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/Kbuild | 15 | ||||
-rw-r--r-- | include/asm-generic/Kbuild.asm | 38 | ||||
-rw-r--r-- | include/asm-generic/audit_change_attr.h | 4 | ||||
-rw-r--r-- | include/asm-generic/audit_dir_write.h | 4 |
4 files changed, 52 insertions, 9 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 70594b275a6e..3c06be381701 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild | |||
@@ -1,3 +1,12 @@ | |||
1 | header-y += atomic.h errno-base.h errno.h fcntl.h ioctl.h ipc.h mman.h \ | 1 | header-y += atomic.h |
2 | signal.h statfs.h | 2 | header-y += errno-base.h |
3 | unifdef-y := resource.h siginfo.h | 3 | header-y += errno.h |
4 | header-y += fcntl.h | ||
5 | header-y += ioctl.h | ||
6 | header-y += ipc.h | ||
7 | header-y += mman.h | ||
8 | header-y += signal.h | ||
9 | header-y += statfs.h | ||
10 | |||
11 | unifdef-y += resource.h | ||
12 | unifdef-y += siginfo.h | ||
diff --git a/include/asm-generic/Kbuild.asm b/include/asm-generic/Kbuild.asm index c00de6028fa8..a84c3d88a189 100644 --- a/include/asm-generic/Kbuild.asm +++ b/include/asm-generic/Kbuild.asm | |||
@@ -1,8 +1,34 @@ | |||
1 | unifdef-y += a.out.h auxvec.h byteorder.h errno.h fcntl.h ioctl.h \ | 1 | unifdef-y += a.out.h |
2 | ioctls.h ipcbuf.h mman.h msgbuf.h param.h poll.h \ | 2 | unifdef-y += auxvec.h |
3 | posix_types.h ptrace.h resource.h sembuf.h shmbuf.h shmparam.h \ | 3 | unifdef-y += byteorder.h |
4 | sigcontext.h siginfo.h signal.h socket.h sockios.h stat.h \ | 4 | unifdef-y += errno.h |
5 | statfs.h termbits.h termios.h types.h unistd.h user.h | 5 | unifdef-y += fcntl.h |
6 | unifdef-y += ioctl.h | ||
7 | unifdef-y += ioctls.h | ||
8 | unifdef-y += ipcbuf.h | ||
9 | unifdef-y += mman.h | ||
10 | unifdef-y += msgbuf.h | ||
11 | unifdef-y += param.h | ||
12 | unifdef-y += poll.h | ||
13 | unifdef-y += posix_types.h | ||
14 | unifdef-y += ptrace.h | ||
15 | unifdef-y += resource.h | ||
16 | unifdef-y += sembuf.h | ||
17 | unifdef-y += shmbuf.h | ||
18 | unifdef-y += sigcontext.h | ||
19 | unifdef-y += siginfo.h | ||
20 | unifdef-y += signal.h | ||
21 | unifdef-y += socket.h | ||
22 | unifdef-y += sockios.h | ||
23 | unifdef-y += stat.h | ||
24 | unifdef-y += statfs.h | ||
25 | unifdef-y += termbits.h | ||
26 | unifdef-y += termios.h | ||
27 | unifdef-y += types.h | ||
28 | unifdef-y += unistd.h | ||
29 | unifdef-y += user.h | ||
6 | 30 | ||
7 | # These probably shouldn't be exported | 31 | # These probably shouldn't be exported |
8 | unifdef-y += elf.h page.h | 32 | unifdef-y += shmparam.h |
33 | unifdef-y += elf.h | ||
34 | unifdef-y += page.h | ||
diff --git a/include/asm-generic/audit_change_attr.h b/include/asm-generic/audit_change_attr.h index cb05bf69745a..50764550a60c 100644 --- a/include/asm-generic/audit_change_attr.h +++ b/include/asm-generic/audit_change_attr.h | |||
@@ -1,16 +1,20 @@ | |||
1 | __NR_chmod, | 1 | __NR_chmod, |
2 | __NR_fchmod, | 2 | __NR_fchmod, |
3 | #ifdef __NR_chown | ||
3 | __NR_chown, | 4 | __NR_chown, |
4 | __NR_fchown, | 5 | __NR_fchown, |
5 | __NR_lchown, | 6 | __NR_lchown, |
7 | #endif | ||
6 | __NR_setxattr, | 8 | __NR_setxattr, |
7 | __NR_lsetxattr, | 9 | __NR_lsetxattr, |
8 | __NR_fsetxattr, | 10 | __NR_fsetxattr, |
9 | __NR_removexattr, | 11 | __NR_removexattr, |
10 | __NR_lremovexattr, | 12 | __NR_lremovexattr, |
11 | __NR_fremovexattr, | 13 | __NR_fremovexattr, |
14 | #ifdef __NR_fchownat | ||
12 | __NR_fchownat, | 15 | __NR_fchownat, |
13 | __NR_fchmodat, | 16 | __NR_fchmodat, |
17 | #endif | ||
14 | #ifdef __NR_chown32 | 18 | #ifdef __NR_chown32 |
15 | __NR_chown32, | 19 | __NR_chown32, |
16 | __NR_fchown32, | 20 | __NR_fchown32, |
diff --git a/include/asm-generic/audit_dir_write.h b/include/asm-generic/audit_dir_write.h index 161a7a58fbab..6621bd82cbe8 100644 --- a/include/asm-generic/audit_dir_write.h +++ b/include/asm-generic/audit_dir_write.h | |||
@@ -1,14 +1,18 @@ | |||
1 | __NR_rename, | 1 | __NR_rename, |
2 | __NR_mkdir, | 2 | __NR_mkdir, |
3 | __NR_rmdir, | 3 | __NR_rmdir, |
4 | #ifdef __NR_creat | ||
4 | __NR_creat, | 5 | __NR_creat, |
6 | #endif | ||
5 | __NR_link, | 7 | __NR_link, |
6 | __NR_unlink, | 8 | __NR_unlink, |
7 | __NR_symlink, | 9 | __NR_symlink, |
8 | __NR_mknod, | 10 | __NR_mknod, |
11 | #ifdef __NR_mkdirat | ||
9 | __NR_mkdirat, | 12 | __NR_mkdirat, |
10 | __NR_mknodat, | 13 | __NR_mknodat, |
11 | __NR_unlinkat, | 14 | __NR_unlinkat, |
12 | __NR_renameat, | 15 | __NR_renameat, |
13 | __NR_linkat, | 16 | __NR_linkat, |
14 | __NR_symlinkat, | 17 | __NR_symlinkat, |
18 | #endif | ||