Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-10-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-14 | 1 | -3/+9 |
| | | | | | | | * io-pathconf.c (diskfs_S_io_pathconf): Cap diskfs_name_max to size representable in struct dirent.d_namlen. (diskfs_S_io_pathconf): Always return 1 for _PC_NO_TRUNC, since we always constrain diskfs_name_max. | ||||
* | 1999-10-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-14 | 1 | -2/+5 |
| | | | | | | | * lookup.c (diskfs_lookup): Enforce diskfs_name_max limit for CREATE and RENAME, returning ENAMETOOLONG for violations. * io-pathconf.c (diskfs_S_io_pathconf): _PC_NO_TRUNC controlled by diskfs_name_max setting. | ||||
* | 1999-10-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-13 | 1 | -5/+6 |
| | | | | | | * diskfs.h (diskfs_name_max): Declare new variable. * io-pathconf.c (diskfs_S_io_pathconf): Use it for _PC_NAME_MAX, capping it to 1024. | ||||
* | 1999-09-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-09 | 1 | -3/+42 |
| | | | | | * io-pathconf.c: Include <unistd.h>. (diskfs_S_io_pathconf): Provide real definition. | ||||
* | (diskfs_S_io_pathconf): Renamed from file_pathconf.c:diskfs_S_file_pathconf. | Miles Bader | 1995-09-18 | 1 | -8/+6 |
| | |||||
* | (diskfs_S_file_pathconf): Declare NAME to be unused. | Michael I. Bushnell | 1995-06-09 | 1 | -2/+2 |
| | |||||
* | entered into RCS | Roland McGrath | 1994-05-05 | 1 | -1/+1 |
| | |||||
* | Formerly file-pathconf.c.~2~ | Michael I. Bushnell | 1994-02-03 | 1 | -0/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-01-31 | 1 | -0/+31 |