Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update server handlers to return kern_return_error to fix ↵ | Flavio Cruz | 2023-12-17 | 1 | -1/+1 |
| | | | | | | | -Werror=enum-int-mismatch warnings MiG expects those to return kern_return_t. Message-ID: <ZXqbbXpVqQAwd2qv@jupiter.tail36e24.ts.net> | ||||
* | libdiskfs,libnetfs: add missing io_pathconf cases | Samuel Thibault | 2020-05-28 | 1 | -0/+10 |
| | | | | | | | | * libdiskfs/io-pathconf.c (diskfs_S_io_pathconf): For _PC_REC_MAX_XFER_SIZE, _PC_REC_INCR_XFER_SIZE, _PC_SYMLINK_MAX, return undefined. For _PC_2_SYMLINKS, return 1. For _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, _PC_ALLOC_SIZE_MIN, return page size. * libnetfs/io-pathconf.c (netfs_S_io_pathconf): Likewise. | ||||
* | libnetfs: handle _PC_PATH_MAX in pathconf | Pino Toscano | 2011-10-19 | 1 | -0/+1 |
| | | | | | | | | Explicitly return -1 also for _PC_PATH_MAX to indicate there is no limit for it, otherwise EINVAL is returned for it. * libnetfs/io-pathconf.c (netfs_S_io_pathconf): Handle _PC_PATH_MAX too. | ||||
* | 1999-09-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-09 | 1 | -0/+69 |
* fsstubs.c (netfs_S_io_pathconf): Delete function. * io-pathconf.c: New file. * Makefile (IOSRCS): Add io-pathconf.c. |