Difference between revisions of "Unix RTL to do list"

From Free Pascal wiki
Jump to navigationJump to search
m
(KQueue is implemented in BSDs for some time now)
Line 5: Line 5:
 
* 64-bit filesystem support.
 
* 64-bit filesystem support.
 
* FPC_USE_LIBCify netdb
 
* FPC_USE_LIBCify netdb
* KQueue.
+
* <strike>KQueue</strike>

Revision as of 15:34, 26 August 2006

  • check IOPerm and IOPL for all platforms
  • Unix RTL Dev random notes
  • Mac OS X compability IPC unit (when lag on Cider lessens, mostly done)
  • (libc) Directly redirect pipe functions in unit Unix to libc, instead of implement them on top of pipe()
  • 64-bit filesystem support.
  • FPC_USE_LIBCify netdb
  • KQueue