minix/tools
Thomas Veerman 958b25be50 - Introduce support for sticky bit.
- Revise VFS-FS protocol and update VFS/MFS/ISOFS accordingly.
- Clean up MFS by removing old, dead code (backwards compatibility is broken by
  the new VFS-FS protocol, anyway) and rewrite other parts. Also, make sure all
  functions have proper banners and prototypes.
- VFS should always provide a (syntactically) valid path to the FS; no need for
  the FS to do sanity checks when leaving/entering mount points.
- Fix several bugs in MFS:
  - Several path lookup bugs in MFS.
  - A link can be too big for the path buffer.
  - A mountpoint can become inaccessible when the creation of a new inode
    fails, because the inode already exists and is a mountpoint.
- Introduce support for supplemental groups.
- Add test 46 to test supplemental group functionality (and removed obsolete
  suppl. tests from test 2).
- Clean up VFS (not everything is done yet).
- ISOFS now opens device read-only. This makes the -r flag in the mount command
  unnecessary (but will still report to be mounted read-write).
- Introduce PipeFS. PipeFS is a new FS that handles all anonymous and
  named pipes. However, named pipes still reside on the (M)FS, as they are part
  of the file system on disk. To make this work VFS now has a concept of
  'mapped' inodes, which causes read, write, truncate and stat requests to be
  redirected to the mapped FS, and all other requests to the original FS.
2009-12-20 20:27:14 +00:00
..
release/cd -Installation info is on the wiki now, so remove setup guides and update 2009-05-14 15:54:02 +00:00
chrootmake.sh . remove small image (doesn't fit) 2007-07-17 14:36:42 +00:00
issue.install Bump release to 3.1.5 in issue.install 2009-09-30 13:00:38 +00:00
Makefile - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
mkboot . remove small image (doesn't fit) 2007-07-17 14:36:42 +00:00
package_sources.install don't have ackpack in the list any more as it installs an 2009-10-02 13:23:58 +00:00
packages.install include OSS on CD 2009-10-19 15:13:44 +00:00
release.sh if from branch, include branch name in in-image tag and .iso filename. 2009-10-19 15:46:27 +00:00
tell_config Initial revision 2005-04-21 14:53:53 +00:00