summaryrefslogtreecommitdiff
path: root/sysutils/fdtools
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29Build with latest skalibs. Bump PKGREVISION.schmonz1-1/+3
2021-04-30Update to 2021.04.30. From the changelog:schmonz2-8/+7
- Compatibility with the latest skalibs.
2021-04-26Bump PKGREVISION for skalibs update.schmonz1-2/+2
2021-02-04Define SKALIBS_TOLERATE_TARGET_SKEW=no.schmonz1-1/+2
2021-01-22Bump PKGREVISION for skalibs update.schmonz1-2/+2
2021-01-11PKGREVISION bump from skalibs update (and fix building with changed API).schmonz1-2/+5
2020-11-19Remove DJB_RESTRICTED, no longer used.schmonz1-3/+1
2020-10-26Update HOMEPAGE and MASTER_SITES.schmonz1-3/+3
2020-07-07Update to 2020.05.04. From the changelog:schmonz6-48/+17
- The setstate command from idtools is now included in fdtools. - Compatibility with the latest skalibs. - Silencing modern compiler warnings.
2020-06-25Retire 'djbware-errno-hack' and associated options.mk cleverness.schmonz1-2/+1
Instead: 1. Package makefiles including their own options.mk 2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed 3. Packages adjust SUBST_FILES.djberrno, if needed Should fix bulk build failures due to multiple inclusions of options.mk and/or incorrect definitions of DJB_ERRNO_HACK. Approved during the freeze by wiz@.
2020-05-01sysutils/fdtools: does not have error.hrillig1-1/+2
2019-12-15Bump PKGREVISION (and fix build) for new skalibs.schmonz3-3/+19
2019-06-20Recursive revbump for new skalibs, noted by leot@ (thanks!).schmonz1-1/+2
2018-12-17Improve _XOPEN_SOURCE handling on SunOS. Should fix SmartOS build.schmonz2-1/+26
2018-05-28Link with -lsocket on SunOS.schmonz4-10/+14
2017-10-03Initial import of fdtools, to manipulate file descriptors from shell scripts.schmonz8-0/+123
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.