CVS kaffe (robilad): updated jsyscall cleanup task
Kaffe CVS <[email protected]>
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7656 Date: 2008/01/02 18:19:25 Author: robilad Branch: HEAD Tag: (none) Log: updated jsyscall cleanup task 2008-01-02 Dalibor Topic <[email protected]> * TODO: Updated jsyscall interface cleanup task with information on which syscalls are still used. Members: ChangeLog:1.5158->1.5159 TODO:1.30->1.31 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5158 kaffe/ChangeLog:1.5159 --- kaffe/ChangeLog:1.5158 Wed Jan 2 18:00:40 2008 +++ kaffe/ChangeLog Wed Jan 2 18:19:25 2008 @@ -1,5 +1,10 @@ 2008-01-02 Dalibor Topic <[email protected]> + * TODO: Updated jsyscall interface cleanup task with information + on which syscalls are still used. + +2008-01-02 Dalibor Topic <[email protected]> + * TODO: Removed finished replace cleanup task. 2008-01-02 Dalibor Topic <[email protected]> Index: kaffe/TODO diff -u kaffe/TODO:1.30 kaffe/TODO:1.31 --- kaffe/TODO:1.30 Wed Jan 2 18:00:40 2008 +++ kaffe/TODO Wed Jan 2 18:19:25 2008 @@ -26,6 +26,8 @@ * Remove unused parts of SysCallInterface like connect, bind, etc. in particular those that use h_errno, and socklen_t, and clean up include/nets.h, and config/config-net.h. + Only required members of the interface (as long as the old jar code is around) are: + KOPEN, KREAD, KLSEEK, KCLOSE, KFSTAT amd KSTAT. * Remove tests for unused functions and headers. * Switch over to GNU Classpath's javah and remove kaffeh * Replace native library code using KNI with code using JNI