libbsd/TODO

15 lines
659 B
Plaintext
Raw Normal View History

* Migrate portable functions from GNU/kFreeBSD's libfreebsd.
2008-07-26 21:36:14 +02:00
* Add more functions used by ported packages (check openssh).
2017-06-06 04:56:49 +02:00
* Add more unit tests.
2008-07-26 21:36:14 +02:00
* Add missing man pages.
2017-06-06 04:56:49 +02:00
- bsd_getopt.
- timeconv?
2008-07-26 21:36:14 +02:00
* Add a README.import file.
2017-06-18 20:30:51 +02:00
* Update man pages:
- Document when each interface was added on every BSD, and libbsd.
2017-06-06 04:56:49 +02:00
* Handle LFS properly. By default the library emits LFS objects, but might
be used by non-LFS objects. We should either provide foo and foo64
functions and appropriate mappings on _FILE_OFFSET_BITS=64,
_LARGEFILE_SOURCE and _LARGEFILE64_SOURCE. Or error out when the off_t
used by the code including us does not match a 64-bit type.