#
fa28330b |
| 09-Mar-2008 |
Axel Dörfler <axeld@pinc-software.de> |
* Explained under which circumstances vnode_path_to_vnode() will clobber the buffer of the provided "path" argument. * Applied patch by Vasilis to fix some warnings when build on Linux (missing c
* Explained under which circumstances vnode_path_to_vnode() will clobber the buffer of the provided "path" argument. * Applied patch by Vasilis to fix some warnings when build on Linux (missing const on certain functions). We should probably fix the original {add|remove}_debugger_command() functions in Haiku as well.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24322 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
21885de2 |
| 08-Dec-2007 |
Axel Dörfler <axeld@pinc-software.de> |
* BFS now always writes back the whole block when it writes the super block. * Therefore, I've added an I/O control that let's it update the boot block part of this block, so that makebootable can
* BFS now always writes back the whole block when it writes the super block. * Therefore, I've added an I/O control that let's it update the boot block part of this block, so that makebootable can use it on a mounted volume (this will probably be moved into a disk system API later). * Added user_memcpy() to the fs_shell. * Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23082 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
a38a92c9 |
| 27-Apr-2007 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Beginnings of a new, better portable FS shell with Haiku FS interface. Doesn't do anything ATM, but already provides the required system interface (VFS, caches, POSIX functions).
git-svn-id: file:/
Beginnings of a new, better portable FS shell with Haiku FS interface. Doesn't do anything ATM, but already provides the required system interface (VFS, caches, POSIX functions).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20859 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|