| 1 | $Id: Todo.os2 1273 2004-02-20 12:15:50Z bird $
|
|---|
| 2 |
|
|---|
| 3 | This file contains some very rough lists of things to look into.
|
|---|
| 4 | Contributions are very much wanted on these topics.
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | List of things to implement:
|
|---|
| 8 | o Inheritance of non-standard file handles (sockets).
|
|---|
| 9 | o fork().
|
|---|
| 10 | o vfork().
|
|---|
| 11 | o All the missing UNIX signals.
|
|---|
| 12 | o pthread.
|
|---|
| 13 | o Make fast string functions in assembly, in particular: strncpy
|
|---|
| 14 | o memrchr()
|
|---|
| 15 | o stpncpy()
|
|---|
| 16 | o getrusage()
|
|---|
| 17 | o mkstemps()
|
|---|
| 18 |
|
|---|
| 19 | List of things to investigate (picked from configure runs):
|
|---|
| 20 | o checking whether declaration is required for errno... no
|
|---|
| 21 | o checking for POSIXized ISC... no
|
|---|
| 22 | o checking for values.h... (cached) no
|
|---|
|
|---|