Difference between revisions of "Unix RTL to do list"

From Lazarus wiki
Jump to navigationJump to search
m
m
 
Line 1: Line 1:
{{Warning|Page content last updated 26 August 2006 so probably obsolete!??}}
+
{{Warning|This page is only very occasionally updated, to keep track of very long term todos}}
* <stike>check IOPerm and IOPL for all platforms</strike> remember doing a bit, but without portio, there is not much need on other targets.
+
* <strike>check IOPerm and IOPL for all platforms</strike> remember doing a bit, but without portio, there is not much need on other targets.
 
* [[Dev random| Unix RTL Dev random notes]]
 
* [[Dev random| Unix RTL Dev random notes]]
 
* <strike>Mac OS X compability IPC unit (when lag on Cider lessens, mostly done)</strike> Jonas worked on it in 2.2 (2.4?) times, I did some common cleanups.
 
* <strike>Mac OS X compability IPC unit (when lag on Cider lessens, mostly done)</strike> Jonas worked on it in 2.2 (2.4?) times, I did some common cleanups.

Latest revision as of 12:31, 8 September 2018

Warning-icon.png

Warning: This page is only very occasionally updated, to keep track of very long term todos

  • check IOPerm and IOPL for all platforms remember doing a bit, but without portio, there is not much need on other targets.
  • Unix RTL Dev random notes
  • Mac OS X compability IPC unit (when lag on Cider lessens, mostly done) Jonas worked on it in 2.2 (2.4?) times, I did some common cleanups.
  • (libc) Directly redirect pipe functions in unit Unix to libc, instead of implement them on top of pipe()
  • 64-bit filesystem support. default on unix. Afaik 2.6 got a lot of unix/sysutils etc files adapted.
  • FPC_USE_LIBCify netdb cnetdb in 2.4
  • KQueue
  • most 1.0.x deprecations now done, 3.2 gets rid of linux stat union.