/haiku/build/jam/packages/ |
H A D | NetFS | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/data/userlandfs/file_systems/ |
H A D | netfs | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/docs/add-ons/ |
H A D | NetFS.html | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/data/bin/ |
H A D | netfs_mount | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | InsecureConnectionListener.h | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
H A D | NetFSServer.h | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
H A D | ClientVolume.cpp | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
H A D | NetFSServer.cpp | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/src/data/package_infos/generic/ |
H A D | netfs | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | Settings.cpp | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/build/jam/repositories/ |
H A D | Haiku | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
/haiku/build/jam/ |
H A D | HaikuPackages | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|
H A D | OptionalPackages | 83b1a68c52ba3e0e8796282759f694b7fdddf06d Mon Nov 17 14:24:07 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some changes. From the patch: * Make userlandfs use separate "interface definition" files for each filesystem, so the netfs package can provide a configuration file * Add a short document on how to use NetFS * Various fixes to netfs to make it build again (volatile atomics) * The netfs_mount script for easier use of NetFS
Additional fixes: * Move netfs_mount and the interface description file to data/ in the source tree * Use strlcat instead of strcat to avoid a buffer overflow * Some parts were already applied in previous commits
|