Tim Schumacher
5efa8e507b
Kernel: Implement an axallowed
mount option
...
Similar to `W^X` and `wxallowed`, this allows for anonymous executable
mappings.
2022-07-08 22:27:38 +00:00
int16
8a523568cb
Mount: Add wxallowed mount option to mount documentation
2022-03-22 12:20:19 +01:00
kleines Filmröllchen
98c0c5e9e6
Help+Base: Add help://man URLs for links between man pages
...
The URLs of the form `help://man/<section>/<page>` link to another help
page inside the help application. All previous relative page links are
replaced by this new form. This doesn't change any behavior but it looks
much nicer :^)
Note that man doesn't handle these new links, but the previous relative
links didn't work either.
2022-01-11 00:24:57 +01:00
Ben Wiederhake
81e1aa0aa3
Manpages: Don't reference non-existing chroot
...
Chroot exists neither in code nor in documentation. If we add-in the
feature again, it will be simple enough to add it back in to the
documentation. For now, let's clean it up, instead of refering to things
that don't exist.
Found by markdown-checker.
2021-10-10 15:18:55 -07:00
Brendan Coles
aee735889e
Base: Fix typos and spelling errors in man pages
2021-05-05 12:22:08 +01:00
Andreas Kling
90343eeaeb
Revert "Kernel: Return -ENOTDIR for non-directory mount target"
...
This reverts commit b7b09470ca
.
Mounting a file on top of a file is a valid thing we support.
2021-01-30 13:52:12 +01:00
Linus Groh
dbbc378fb2
Kernel: Return -ENOTBLK for non-block device Ext2FS mount source
...
When mounting an Ext2FS, a block device source is required. All other
filesystem types are unaffected, as most of them ignore the source file
descriptor anyway.
Fixes #5153 .
2021-01-29 08:45:56 +01:00
Linus Groh
b7b09470ca
Kernel: Return -ENOTDIR for non-directory mount target
...
The absence of this check allowed silly things like this:
# touch file
# mount /dev/hda file
2021-01-29 08:45:56 +01:00
Linus Groh
bcfc6f0c57
Everywhere: Fix more typos
2020-10-03 12:36:49 +02:00
Sergey Bugaev
a8489967a3
Kernel: Add Plan9FS :^)
...
This is an (incomplete, and not very stable) implementation of the client side
of the 9P protocol.
2020-07-05 12:26:27 +02:00
Sergey Bugaev
3847d00727
Kernel+Userland: Support remounting filesystems :^)
...
This makes it possible to change flags of a mount after the fact, with the
caveats outlined in the man page.
2020-05-29 07:53:30 +02:00
Sergey Bugaev
39cde80545
Base: Document MS_RDONLY
...
Also fix a couple of issues with the man pages.
2020-05-29 07:53:30 +02:00
Liav A
23fb985f02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
2020-04-06 15:36:36 +02:00
Andreas Kling
9ae3cced76
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
...
This reverts commit a60ea79a41
.
Reverting these changes since they broke things.
Fixes #1608 .
2020-04-03 21:28:57 +02:00
Liav A
a60ea79a41
Kernel & Userland: Allow to mount image files formatted with Ext2FS
2020-04-02 12:03:08 +02:00
Sergey Bugaev
b37bd28053
Base: Document mount(2) and mount(8)
2020-01-11 18:57:53 +01:00