Difference between revisions of "Unix RTL to do list"

From Free Pascal wiki
Jump to navigationJump to search
(KQueue is implemented in BSDs for some time now)
(old!)
Line 1: Line 1:
 +
{{Warning|Page content last updated 26 August 2006 so probably obsolete!??}}
 
* check IOPerm and IOPL for all platforms
 
* check IOPerm and IOPL for all platforms
 
* [[Dev random| Unix RTL Dev random notes]]
 
* [[Dev random| Unix RTL Dev random notes]]
Line 6: Line 7:
 
* FPC_USE_LIBCify netdb
 
* FPC_USE_LIBCify netdb
 
* <strike>KQueue</strike>
 
* <strike>KQueue</strike>
 +
 +
 +
[[Category:FPC]]
 +
[[Category:FPC Internals]]
 +
[[Category:Historical]]

Revision as of 13:46, 22 October 2014

Warning-icon.png

Warning: Page content last updated 26 August 2006 so probably obsolete!??

  • 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