Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-17 | add example of how to create a custom filesystem. | jbranso@dismail.de | |
Hey Samuel, this is another modification of a previous commit. Hopefully this addresses your critiques. I also added in "-E root_owner=$UID:0" to some other files, where I thought it was appropirate. Hopefully I didn't make any mistakes. I did test this by the way. I was able to get ~/silly/silly1 to be two nested ext2fs translators. All without having to execute "sudo"! * hurd/translator/ext2fs.mdwn: explain how to create a custom filesystem, and mentioned that the current limit for how many nested ext2fs filesystems there could be...is 32. * faq/still_useful: sbin/mk2fs dummy.fs -> sbin/mk2fs -E root_owner=$UID:0 dummy.fs * hurd/documentation/translators.html: as above. * open_issues_/64-bit_port.mdwn: as above Message-ID: <20240531191015.8761-1-jbranso@dismail.de> | |||
2024-05-30 | mke2fs is in /sbin/ | Samuel Thibault | |
2021-08-18 | Make sure the passive translator accesses the proper ftp: node | Samuel Thibault | |
2021-08-18 | Revert "Fix missing slash" | Samuel Thibault | |
This reverts commit 5395e846de3cdf8b4b049b158b8a8021cedc655e. ftpfs is actually set in the current directory just above | |||
2021-08-18 | Fix missing slash | Samuel Thibault | |
2019-03-27 | Added title | MutoShack | |
2019-03-19 | (no commit message) | MutoShack | |
2019-03-19 | Change order of commands so that settrans -g is the *last* thing the user does | MutoShack | |
2018-11-01 | I added a sentence that mentioned how the Hurd has preliminary sound support ↵ | Joshua Branson | |
in the status page. I gave a simple fsysopts example to with the hello translator. I added an fsysopts example to the translator_primer webpage. | |||
2015-10-11 | [ADA4HURD] - result of attempt_create_file implementation | Xavier Grave | |
2015-10-11 | [ADA4HURD] test result of create file with echo | Xavier Grave | |
2015-08-14 | [ADA4HURD] mkdir test for netfs_base | Xavier Grave | |
2015-08-09 | report result of an unimplemented mkdir | Xavier Grave | |
2015-07-11 | [ADA4HURD] report of 4rd write try with first write implementation, seems OK | Xavier Grave | |
2015-07-11 | [ADA4HURD] report of 3rd write try with set size minimal implementation | Xavier Grave | |
2015-07-11 | [ADA4HURD] report of 2nd write try with tree with 0755 permission | Xavier Grave | |
2015-07-11 | [ADA4HURD] report of write try | Xavier Grave | |
2015-07-10 | [ADA4HURD] report of read implementation | Xavier Grave | |
2015-07-10 | [ADA4HURD] read try results on netfs Ada binding | xavier grave | |
2015-05-29 | [ADA4HURD] update of results for depth parameter set to 3 | Xavier Grave | |
2015-05-29 | [ADA4HURD] minor update of results for get_dirents implementation | Xavier Grave | |
2015-05-16 | [ADA4HURD] update results for get_dirents implementation | Xavier Grave | |
2015-04-22 | [Ada4Hurd] Netfs exploration : after attempt_lookup implementation | Xavier Grave | |
2015-04-13 | [ada4hurd] add cd node results | Xavier Grave | |
2015-04-13 | add ada4hurd basic documentation | Xavier Grave | |
2011-07-22 | documentation/translator_primer: Be clearer about the actual meaning of ↵ | antrik | |
settrans -g... I hope this doesn't make it harder to follow. Considering the non-obvious option semantics of settrans, I think it's crucial for newcomers to get the meaning right from the very beginning! | |||
2011-07-19 | typo | Arne Babenhauserheide | |
2011-07-19 | hurd/documentation/translator_primer: Stress remote even more. | Thomas Schwinge | |
2011-07-19 | Add an ISO file mount example | Samuel Thibault | |
2011-07-16 | Properly integrate the translator primer. | Thomas Schwinge | |
2011-07-16 | Added a small translator primer; copied from the text I wrote for the ↵ | Arne Babenhauserheide | |
babhurd qemu image -> hereby the sourcecode is assigned :) | |||
2009-06-18 | Move back some pages to their long-year locations, add some redirections, ↵ | Thomas Schwinge | |
add stable_URL tags. | |||
2009-05-18 | Prefix directives. | Thomas Schwinge | |
2008-11-06 | Integrate whatis/translator.html. | Thomas Schwinge | |
2008-11-06 | Integrate hurd-and-linux.html. | Thomas Schwinge | |
2008-11-06 | Integrate auth.html, hurd-paper.html, hurd-talk.html. Move content from ↵ | Thomas Schwinge | |
devel.html, docs.html. |