[LV] State of the VAX nation

Jan-Benedict Glaw jbglaw at lug-owl.de
Tue Aug 14 19:17:38 CEST 2007


On Tue, 2007-08-14 17:56:57 +0100, Maciej W. Rozycki <macro at linux-mips.org> wrote:
> On Tue, 14 Aug 2007, Jan-Benedict Glaw wrote:
>
> > While being at this... There's a shitload of new syscalls that need to
> > be wired up. Another starter's project (maybe except the 64bit
> > syscalls, for which they'd have a look at other 32bit ports.)
> 
>  I think there is a script that checks for such stuff somewhere these 
> days.  Some syscalls may actually be required by such a half-decent glibc 
> as 2.4, so I will check it when doing the port and thanks for the 
> heads-up.

Yes yes, there is, and it's even called for every `make' of the kernel
image:

<stdin>:101:2: warning: #warning syscall restart_syscall not implemented
<stdin>:429:2: warning: #warning syscall select not implemented
<stdin>:993:2: warning: #warning syscall gettid not implemented
<stdin>:997:2: warning: #warning syscall readahead not implemented
<stdin>:1001:2: warning: #warning syscall setxattr not implemented
<stdin>:1005:2: warning: #warning syscall lsetxattr not implemented
<stdin>:1009:2: warning: #warning syscall fsetxattr not implemented
<stdin>:1013:2: warning: #warning syscall getxattr not implemented
<stdin>:1017:2: warning: #warning syscall lgetxattr not implemented
<stdin>:1021:2: warning: #warning syscall fgetxattr not implemented
<stdin>:1025:2: warning: #warning syscall listxattr not implemented
<stdin>:1029:2: warning: #warning syscall llistxattr not implemented
<stdin>:1033:2: warning: #warning syscall flistxattr not implemented
<stdin>:1037:2: warning: #warning syscall removexattr not implemented
<stdin>:1041:2: warning: #warning syscall lremovexattr not implemented
<stdin>:1045:2: warning: #warning syscall fremovexattr not implemented
<stdin>:1057:2: warning: #warning syscall futex not implemented
<stdin>:1061:2: warning: #warning syscall sched_setaffinity not implemented
<stdin>:1065:2: warning: #warning syscall sched_getaffinity not implemented
<stdin>:1077:2: warning: #warning syscall io_setup not implemented
<stdin>:1081:2: warning: #warning syscall io_destroy not implemented
<stdin>:1085:2: warning: #warning syscall io_getevents not implemented
<stdin>:1089:2: warning: #warning syscall io_submit not implemented
<stdin>:1093:2: warning: #warning syscall io_cancel not implemented
<stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
<stdin>:1101:2: warning: #warning syscall exit_group not implemented
<stdin>:1105:2: warning: #warning syscall lookup_dcookie not implemented
<stdin>:1109:2: warning: #warning syscall epoll_create not implemented
<stdin>:1113:2: warning: #warning syscall epoll_ctl not implemented
<stdin>:1117:2: warning: #warning syscall epoll_wait not implemented
<stdin>:1121:2: warning: #warning syscall remap_file_pages not implemented
<stdin>:1125:2: warning: #warning syscall set_tid_address not implemented
<stdin>:1129:2: warning: #warning syscall timer_create not implemented
<stdin>:1133:2: warning: #warning syscall timer_settime not implemented
<stdin>:1137:2: warning: #warning syscall timer_gettime not implemented
<stdin>:1141:2: warning: #warning syscall timer_getoverrun not implemented
<stdin>:1145:2: warning: #warning syscall timer_delete not implemented
<stdin>:1149:2: warning: #warning syscall clock_settime not implemented
<stdin>:1153:2: warning: #warning syscall clock_gettime not implemented
<stdin>:1157:2: warning: #warning syscall clock_getres not implemented
<stdin>:1161:2: warning: #warning syscall clock_nanosleep not implemented
<stdin>:1173:2: warning: #warning syscall tgkill not implemented
<stdin>:1177:2: warning: #warning syscall utimes not implemented
<stdin>:1181:2: warning: #warning syscall fadvise64_64 not implemented
<stdin>:1189:2: warning: #warning syscall mbind not implemented
<stdin>:1193:2: warning: #warning syscall get_mempolicy not implemented
<stdin>:1197:2: warning: #warning syscall set_mempolicy not implemented
<stdin>:1201:2: warning: #warning syscall mq_open not implemented
<stdin>:1205:2: warning: #warning syscall mq_unlink not implemented
<stdin>:1209:2: warning: #warning syscall mq_timedsend not implemented
<stdin>:1213:2: warning: #warning syscall mq_timedreceive not implemented
<stdin>:1217:2: warning: #warning syscall mq_notify not implemented
<stdin>:1221:2: warning: #warning syscall mq_getsetattr not implemented
<stdin>:1225:2: warning: #warning syscall kexec_load not implemented
<stdin>:1229:2: warning: #warning syscall waitid not implemented
<stdin>:1233:2: warning: #warning syscall add_key not implemented
<stdin>:1237:2: warning: #warning syscall request_key not implemented
<stdin>:1241:2: warning: #warning syscall keyctl not implemented
<stdin>:1245:2: warning: #warning syscall ioprio_set not implemented
<stdin>:1249:2: warning: #warning syscall ioprio_get not implemented
<stdin>:1253:2: warning: #warning syscall inotify_init not implemented
<stdin>:1257:2: warning: #warning syscall inotify_add_watch not implemented
<stdin>:1261:2: warning: #warning syscall inotify_rm_watch not implemented
<stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1269:2: warning: #warning syscall openat not implemented
<stdin>:1273:2: warning: #warning syscall mkdirat not implemented
<stdin>:1277:2: warning: #warning syscall mknodat not implemented
<stdin>:1281:2: warning: #warning syscall fchownat not implemented
<stdin>:1285:2: warning: #warning syscall futimesat not implemented
<stdin>:1289:2: warning: #warning syscall fstatat64 not implemented
<stdin>:1293:2: warning: #warning syscall unlinkat not implemented
<stdin>:1297:2: warning: #warning syscall renameat not implemented
<stdin>:1301:2: warning: #warning syscall linkat not implemented
<stdin>:1305:2: warning: #warning syscall symlinkat not implemented
<stdin>:1309:2: warning: #warning syscall readlinkat not implemented
<stdin>:1313:2: warning: #warning syscall fchmodat not implemented
<stdin>:1317:2: warning: #warning syscall faccessat not implemented
<stdin>:1321:2: warning: #warning syscall pselect6 not implemented
<stdin>:1325:2: warning: #warning syscall ppoll not implemented
<stdin>:1329:2: warning: #warning syscall unshare not implemented
<stdin>:1333:2: warning: #warning syscall set_robust_list not implemented
<stdin>:1337:2: warning: #warning syscall get_robust_list not implemented
<stdin>:1341:2: warning: #warning syscall splice not implemented
<stdin>:1345:2: warning: #warning syscall sync_file_range not implemented
<stdin>:1349:2: warning: #warning syscall tee not implemented
<stdin>:1353:2: warning: #warning syscall vmsplice not implemented
<stdin>:1357:2: warning: #warning syscall move_pages not implemented
<stdin>:1361:2: warning: #warning syscall getcpu not implemented
<stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
<stdin>:1369:2: warning: #warning syscall utimensat not implemented
<stdin>:1373:2: warning: #warning syscall signalfd not implemented
<stdin>:1377:2: warning: #warning syscall timerfd not implemented
<stdin>:1381:2: warning: #warning syscall eventfd not implemented
<stdin>:1385:2: warning: #warning syscall fallocate not implemented

But to be honest, I've not checked that the script actually works
correctly.

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw at lug-owl.de              +49-172-7608481
Signature of:               The real problem with C++ for kernel modules is:
the second  :                                 the language just sucks.
                                                   -- Linus Torvalds
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lug-owl.de/pipermail/vax-linux/attachments/20070814/5bc04396/attachment.pgp>
-------------- next part --------------
_______________________________________________
Linux-Vax mailing list
Linux-Vax at pergamentum.com
http://www.pergamentum.com/mailman/listinfo/linux-vax


More information about the Vax-linux mailing list