problems.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. $Id$
  2. FreeBSD status and notes. (kept on CVS because I work on several places)
  3. At the moment that you are reading this, FPC for FreeBSD is still a dream.
  4. We are currently working actively on FreeBSD support.
  5. NI=not implemented yet
  6. req=required for compiler
  7. noreq? = probably not required, but not checked.
  8. syscall status comment
  9. ------------------------------------------------------------------------
  10. Readdir implemented
  11. from
  12. scratch,
  13. untested.
  14. Clone() NI noreq Looks awfully complicated. Should be based on RFork.
  15. sysinfo NI noreq Not supported under BSD, not even by emulator
  16. uname NI noreq " " " " " " " "
  17. (procedure based on this call are also commented
  18. (get* procs))
  19. signal NI noreq? A *lot* of emulation code.
  20. alarm NI noreq? Could be possible to port.
  21. pause NI noreq? Also possible I think. Uses process information
  22. in linux-emu, that is why I didn't port directly.
  23. IOPERM NI noreq? Concept doesn't exist.
  24. $Log$
  25. Revision 1.3 2000-02-04 16:55:01 marco
  26. * added comments