Commit graph

5 commits

Author SHA1 Message Date
schmonz
17cc0bf1ed Bump PKGREVISION (and fix build) for new skalibs. 2019-12-15 19:07:51 +00:00
schmonz
750f40c707 Recursive revbump for new skalibs, noted by leot@ (thanks!). 2019-06-20 17:31:06 +00:00
schmonz
719e2e620a Improve _XOPEN_SOURCE handling on SunOS. Should fix SmartOS build. 2018-12-17 17:04:38 +00:00
schmonz
72542a558b Link with -lsocket on SunOS. 2018-05-28 12:00:39 +00:00
schmonz
4fafc00f4a Initial import of fdtools, to manipulate file descriptors from shell scripts.
fdtools is a set of utilities for working with file descriptors. With
these tools, you can examine and manipulate file descriptor properties
from shell scripts, where without them you might have resorted to a
different language. These tools can rewind file descriptors, switch them
between blocking and nonblocking mode, and examine their inode
information. On some systems (currently only Linux, as far as I know)
they can also allocate, lock, and switch virtual consoles.
2017-10-03 00:43:22 +00:00