.. |
DoublyLinkedList.h
|
* Updated the fs_shell version of DoublyLinkedList.h to contain the latest
|
2008-07-31 11:21:47 +00:00 |
fssh_api_wrapper.h
|
Add a private B_ATTR_CHANGE_NOTIFICATION flag to the open query syscall to tell the query to send notifications when an entry attribute changed and the entry stays in the query. Previously you only get created and removed messages, now you can also get updated messages. Only implement it for bfs.
|
2010-10-24 20:47:46 +00:00 |
fssh_atomic.h
|
x86_64 changes :
|
2007-06-17 10:50:18 +00:00 |
fssh_auto_deleter.h
|
Copied AutoDeleter.h for use in the FS shell.
|
2008-08-04 03:03:31 +00:00 |
fssh_auto_locker.h
|
* Replaced most of the error enums with #defines.
|
2008-07-07 18:10:21 +00:00 |
fssh_byte_order.h
|
Missing prefix.
|
2008-05-29 20:51:59 +00:00 |
fssh_defs.h
|
Added new [FSSH]_B_HAIKU_{32,64}_BIT macros.
|
2009-11-25 21:21:58 +00:00 |
fssh_dirent.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_disk_device_defs.h
|
* Added a flag B_DISK_SYSTEM_SUPPORTS_WRITING to determine whether or not a
|
2008-10-13 22:32:27 +00:00 |
fssh_disk_device_manager.h
|
Added scan_partition() function which can be used by disk systems (e.g.
|
2007-10-04 18:03:24 +00:00 |
fssh_driver_settings.h
|
Added driver settings support to the FS shell.
|
2007-05-25 05:07:34 +00:00 |
fssh_drivers.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_errno.h
|
Provide a way to convert FS shell error codes to host platform error
|
2007-04-28 23:40:04 +00:00 |
fssh_errors.h
|
* Replaced most of the error enums with #defines.
|
2008-07-07 18:10:21 +00:00 |
fssh_fcntl.h
|
* Removed the O_* modes that we currently don't and probably won't support
|
2009-11-26 14:17:46 +00:00 |
fssh_fs_attr.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_fs_cache.h
|
* Added function block_cache_discard() that flushes blocks from the block cache,
|
2008-11-04 14:49:33 +00:00 |
fssh_fs_index.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_fs_info.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_fs_interface.h
|
Add a private B_ATTR_CHANGE_NOTIFICATION flag to the open query syscall to tell the query to send notifications when an entry attribute changed and the entry stays in the query. Previously you only get created and removed messages, now you can also get updated messages. Only implement it for bfs.
|
2010-10-24 20:47:46 +00:00 |
fssh_fs_query.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_fs_volume.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_kernel_export.h
|
* Explained under which circumstances vnode_path_to_vnode() will clobber the
|
2008-03-09 13:43:38 +00:00 |
fssh_kernel_priv.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_lock.h
|
* The rw_lock now behaves just like a recursive locker if KDEBUG_RW_LOCK_DEBUG
|
2008-07-30 15:27:58 +00:00 |
fssh_module.h
|
FS shell changes:
|
2007-04-27 22:37:01 +00:00 |
fssh_node_monitor.h
|
Forgot to commit these; this fixes building the fs_shell, thanks Jerome!
|
2008-02-25 14:08:59 +00:00 |
fssh_os.h
|
Thou shall not leave a blank line between copyright header and header
|
2007-05-02 14:26:29 +00:00 |
fssh_stat.h
|
* Added real_time_clock(), and real_time_clock_usecs().
|
2009-06-12 09:31:25 +00:00 |
fssh_stdio.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_string.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_time.h
|
* Introduced new header directory "config", which ATM contains HaikuConfig.h
|
2009-11-24 19:44:07 +00:00 |
fssh_type_constants.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_types.h
|
Introduced types [__haiku_]generic_{addr,size}_t which are wide enough for
|
2010-06-02 18:22:38 +00:00 |
fssh_uio.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
fssh_unistd.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
KPath.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |
SinglyLinkedList.h
|
* Minor cleanup.
|
2008-08-01 09:57:14 +00:00 |
Stack.h
|
Beginnings of a new, better portable FS shell with Haiku FS interface.
|
2007-04-27 12:17:22 +00:00 |