File: TODO

package info (click to toggle)
ocaml-extunix 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: ml: 3,278; ansic: 3,245; makefile: 24
file content (23 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODO
====

* comments: mark "emulated" (windows) functions
* unsetenv winapi? see http://old.nabble.com/-patch--(msvc)-use-more-modern-facilities-for-setenv()-unsetenv()-td15877005.html
* investigate F_FULLFSYNC fcntl and fsync on Mac OS
* nanosleep
* fdtruncate win32
* waitid

DONE
====

* INRIA request for extended UNIX:
  http://caml.inria.fr/mantis/view.php?id=5063
  http://caml.inria.fr/mantis/view.php?id=2533
  http://caml.inria.fr/mantis/view.php?id=3851
  http://caml.inria.fr/mantis/view.php?id=480
* mkdtemp (see Jane Street Core)
* sysconf: get system configuration constants. In particular, PAGESIZE,
  _SC_PHYS_PAGES, _SC_AVPHYS_PAGES, _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN 
  (see Jane Street Core)
* sysinfo (see Jane Street Core)