Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-22 | 2.1 kB | |
v0.7.2 source code.tar.gz | 2024-08-22 | 452.0 kB | |
v0.7.2 source code.zip | 2024-08-22 | 631.8 kB | |
Totals: 3 Items | 1.1 MB | 0 |
What's Changed
- Add missing documentation for functions and data structures by @Galfurian in https://github.com/mentos-team/MentOS/pull/77
- Improve tests by @fischerling in https://github.com/mentos-team/MentOS/pull/78
- Add user/group names to
id
andstat
output by @fischerling in https://github.com/mentos-team/MentOS/pull/79 - Improve man pages by @fischerling in https://github.com/mentos-team/MentOS/pull/80
- Fix direntry management by @Galfurian in https://github.com/mentos-team/MentOS/pull/82
- Fix
getgrnam
andgetpwnam
functions by @fischerling in https://github.com/mentos-team/MentOS/pull/85 - end the user group entry line with a newline by @fischerling in https://github.com/mentos-team/MentOS/pull/86
- close the file after executing it by @fischerling in https://github.com/mentos-team/MentOS/pull/88
- fix listing big directories by @fischerling in https://github.com/mentos-team/MentOS/pull/89
- test
getgrgid
for both gids 0 and 1000 by @fischerling in https://github.com/mentos-team/MentOS/pull/90 - add man pages for passwd and shadow files by @fischerling in https://github.com/mentos-team/MentOS/pull/91
- ata: set proper file attributes for ATA devices by @fischerling in https://github.com/mentos-team/MentOS/pull/93
- set procfs file masks by @fischerling in https://github.com/mentos-team/MentOS/pull/94
- process: fix interpreter support by @fischerling in https://github.com/mentos-team/MentOS/pull/95
- proc/system: fix read always returning 0 by @fischerling in https://github.com/mentos-team/MentOS/pull/96
- bump the version used in the code to 0.7.1 by @fischerling in https://github.com/mentos-team/MentOS/pull/97
- man: correct and extend the file system hierarchy manual page by @fischerling in https://github.com/mentos-team/MentOS/pull/98
- Fix ext2 rmdir by @Galfurian in https://github.com/mentos-team/MentOS/pull/100
- Add list head sanity checks by @Galfurian in https://github.com/mentos-team/MentOS/pull/101
Full Changelog: https://github.com/mentos-team/MentOS/compare/v0.7.1...v0.7.2