1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/ext
Jonas 'Sortie' Termansen ef45218660 Add S_ISGID and S_ISUID.
I originally left them out because Sortix doesn't have setuid and setgid
executable support, but this created considerable compatibility issues and
it is better to supply them as the mode bits still exist and can be set.
2015-08-21 21:25:00 +02:00
..
.gitignore
block.cpp Optimize extfs syncing blocks. 2014-12-08 18:18:51 +01:00
block.h Optimize extfs syncing blocks. 2014-12-08 18:18:51 +01:00
blockgroup.cpp Notes on extfs speedup. 2014-12-08 18:18:52 +01:00
blockgroup.h
device.cpp Optimize extfs syncing blocks. 2014-12-08 18:18:51 +01:00
device.h Optimize extfs syncing blocks. 2014-12-08 18:18:51 +01:00
ext-constants.h
ext-structs.h
extfs.cpp Add S_ISGID and S_ISUID. 2015-08-21 21:25:00 +02:00
filesystem.cpp Notes on extfs speedup. 2014-12-08 18:18:52 +01:00
filesystem.h Hash extfs inode cache lookup. 2014-12-08 18:18:51 +01:00
inode.cpp Honor O_EXCL only if O_CREAT. 2015-02-08 22:58:32 +01:00
inode.h Implement modified time in extfs. 2014-12-08 18:18:52 +01:00
ioleast.h Update the ioleast family to current coding conventions. 2015-02-08 22:58:32 +01:00
Makefile
util.h