-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support of getdents64 to read directory entries (#519)
* add support of getdents64 to read directory entries - remove readdir support - add comment to describe file attributes - This PR depends on hermit-os/kernel#1013 * add latest version of libhermit * add test to open a file from the proc filesystem /etc is not longer mounted and should not be used for a test * rename some data structures to improve the backward compatability * minor changes to pass the format check * add test to read the directory entries * using hexadecimal numbers instead decimal numbers - improves the readability * update kernel module
- Loading branch information
Showing
5 changed files
with
69 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule kernel
updated
39 files