Changes between Version 24 and Version 25 of ReleaseNotes/Mainline
- Timestamp:
- 2017-04-09T11:38:45Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v24 v25 19 19 === File Systems === 20 20 21 * All file system operations are relative to a specified node, client-side root 22 * Mountpoints are no longer stored in the filesystem servers, but in VFS 23 * Inbox mechanism for passing files from parent to a new child 24 * Client-side I/O cursors (file positions) 25 * Overhaul of the [wiki:FilesystemAPITutorial client interface]; all APIs begin with the vfs_ prefix and can be used after including vfs/vfs.h 26 * Removal of some POSIX-ish headers and definitions 27 21 28 === Networking === 22 29