linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* missing syscalls
@ 2007-04-01 16:01 Sam Ravnborg
  2007-04-01 19:15 ` Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Sam Ravnborg @ 2007-04-01 16:01 UTC (permalink / raw)
  To: linux-arch

I have run the "missing syscalls" check for the cross compilers I
have available at the moment.

alpha: 38
arm: 8
mips: 3
sparc: 4
sparc64: 0
x86_64: 2
ia64: 10
i386: 0 (this is the reference anyway)

Result is pasted in below.

	Sam

============== alpha ================
  CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh
<stdin>:128:2: warning: #warning syscall creat not implemented
<stdin>:148:2: warning: #warning syscall time not implemented
<stdin>:176:2: warning: #warning syscall getpid not implemented
<stdin>:192:2: warning: #warning syscall getuid not implemented
<stdin>:204:2: warning: #warning syscall alarm not implemented
<stdin>:212:2: warning: #warning syscall pause not implemented
<stdin>:216:2: warning: #warning syscall utime not implemented
<stdin>:284:2: warning: #warning syscall getgid not implemented
<stdin>:292:2: warning: #warning syscall geteuid not implemented
<stdin>:296:2: warning: #warning syscall getegid not implemented
<stdin>:352:2: warning: #warning syscall getppid not implemented
<stdin>:688:2: warning: #warning syscall fdatasync not implemented
<stdin>:1220:2: warning: #warning syscall kexec_load not implemented
<stdin>:1260:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1264:2: warning: #warning syscall openat not implemented
<stdin>:1268:2: warning: #warning syscall mkdirat not implemented
<stdin>:1272:2: warning: #warning syscall mknodat not implemented
<stdin>:1276:2: warning: #warning syscall fchownat not implemented
<stdin>:1280:2: warning: #warning syscall futimesat not implemented
<stdin>:1288:2: warning: #warning syscall unlinkat not implemented
<stdin>:1292:2: warning: #warning syscall renameat not implemented
<stdin>:1296:2: warning: #warning syscall linkat not implemented
<stdin>:1300:2: warning: #warning syscall symlinkat not implemented
<stdin>:1304:2: warning: #warning syscall readlinkat not implemented
<stdin>:1308:2: warning: #warning syscall fchmodat not implemented
<stdin>:1312:2: warning: #warning syscall faccessat not implemented
<stdin>:1316:2: warning: #warning syscall pselect6 not implemented
<stdin>:1320:2: warning: #warning syscall ppoll not implemented
<stdin>:1324:2: warning: #warning syscall unshare not implemented
<stdin>:1328:2: warning: #warning syscall set_robust_list not implemented
<stdin>:1332:2: warning: #warning syscall get_robust_list not implemented
<stdin>:1336:2: warning: #warning syscall splice not implemented
<stdin>:1340:2: warning: #warning syscall sync_file_range not implemented
<stdin>:1344:2: warning: #warning syscall tee not implemented
<stdin>:1348:2: warning: #warning syscall vmsplice not implemented
<stdin>:1352:2: warning: #warning syscall move_pages not implemented
<stdin>:1356:2: warning: #warning syscall getcpu not implemented
<stdin>:1360:2: warning: #warning syscall epoll_pwait not implemented

============== arm ================
  CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh
<stdin>:1092:2: warning: #warning syscall fadvise64 not implemented
<stdin>:1176:2: warning: #warning syscall fadvise64_64 not implemented
<stdin>:1220:2: warning: #warning syscall kexec_load not implemented
<stdin>:1260:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1316:2: warning: #warning syscall pselect6 not implemented
<stdin>:1320:2: warning: #warning syscall ppoll not implemented
<stdin>:1340:2: warning: #warning syscall sync_file_range not implemented
<stdin>:1360:2: warning: #warning syscall epoll_pwait not implemented

============== mips ================
  CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh
<stdin>:424:2: warning: #warning syscall select not implemented
<stdin>:856:2: warning: #warning syscall vfork not implemented
<stdin>:1176:2: warning: #warning syscall fadvise64_64 not implemented

============== sparc ================
  CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh
<stdin>:752:2: warning: #warning syscall setresuid not implemented
<stdin>:756:2: warning: #warning syscall getresuid not implemented
<stdin>:776:2: warning: #warning syscall setresgid not implemented
<stdin>:780:2: warning: #warning syscall getresgid not implemented

============== sparc64 ================
  CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh

============== x86_64 ================
  CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh
<stdin>:1356:2: warning: #warning syscall getcpu not implemented
<stdin>:1360:2: warning: #warning syscall epoll_pwait not implemented

============== ia64 ================
  CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh
<stdin>:104:2: warning: #warning syscall fork not implemented
<stdin>:148:2: warning: #warning syscall time not implemented
<stdin>:204:2: warning: #warning syscall alarm not implemented
<stdin>:212:2: warning: #warning syscall pause not implemented
<stdin>:216:2: warning: #warning syscall utime not implemented
<stdin>:356:2: warning: #warning syscall getpgrp not implemented
<stdin>:856:2: warning: #warning syscall vfork not implemented
<stdin>:1316:2: warning: #warning syscall pselect6 not implemented
<stdin>:1320:2: warning: #warning syscall ppoll not implemented
<stdin>:1360:2: warning: #warning syscall epoll_pwait not implemented

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2007-04-12 20:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-01 16:01 missing syscalls Sam Ravnborg
2007-04-01 19:15 ` Russell King
2007-04-01 19:23   ` David Miller
2007-04-01 20:09     ` Matthew Wilcox
2007-04-01 20:16       ` David Miller
2007-04-01 20:44         ` Matthew Wilcox
2007-04-01 20:19       ` Sam Ravnborg
2007-04-01 21:32         ` Russell King
2007-04-01 23:12         ` Arnd Bergmann
2007-04-01 19:23   ` Sam Ravnborg
2007-04-01 21:33     ` Russell King
2007-04-01 20:54 ` Andi Kleen
2007-04-01 21:10   ` Sam Ravnborg
2007-04-02  5:58     ` Andi Kleen
2007-04-02 12:31       ` Matthew Wilcox
2007-04-12 20:51 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).