Unix RTL to do list

From Lazarus wiki
Revision as of 15:32, 15 May 2004 by Marcov (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • check IOPerm and IOPL for all platforms
  • Mac OS X compability IPC unit (when lag on Cider lessens)
  • (libc) Directly redirect pipe functions in unit Unix to libc, instead of implement them on top of pipe()
  • 64-bit fs calls. All calls triplefold, <x> <x>32 and <x>64, and the call without suffix is a link to either one.
  • Copy semaphore calls from pthreads to systhrds as fundament for tmultireadexclusivewritesynchronizer fcl class (which is used a lot in Delphi src)