| History log of /src/sbin/mount_puffs |
| Revision | Date | Author | Comments |
| 1.2 | 23-Jan-2016 |
christos | Define _KERNTYPES for things that need it.
|
| 1.1 | 14-Jan-2010 |
pooka | Add a generic puffs kernel utility for querying mount arguments. E.g.: golem> dtfs -r 'chr 15 25' dtfs /puffs golem> mount_puffs -o getargs dtfs /puffs version=26, flags=0x10, root cookie=0xbb90c0c0, root type=VCHR, root size=0, root rdev=0xf19
|
| 1.3 | 24-Nov-2016 |
wiz | New sentence, new line. Sort SEE ALSO. Fix typo.
|
| 1.2 | 23-Nov-2016 |
pho | Major rework on mount_puffs(8) so that it can actually start file servers
Now you can do # mount_puffs -o rdonly rot13fs#/home/foo /mnt/rot13
or in fstab rot13fs#/home/foo /mnt/rot13 puffs rdonly
to start rot13fs with arguments identical to # rot13fs -o rdonly /home/foo /mnt/rot13
|
| 1.1 | 14-Jan-2010 |
pooka | branches: 1.1.28; Add a generic puffs kernel utility for querying mount arguments. E.g.: golem> dtfs -r 'chr 15 25' dtfs /puffs golem> mount_puffs -o getargs dtfs /puffs version=26, flags=0x10, root cookie=0xbb90c0c0, root type=VCHR, root size=0, root rdev=0xf19
|
| 1.1.28.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.5 | 23-Nov-2016 |
pho | Major rework on mount_puffs(8) so that it can actually start file servers
Now you can do # mount_puffs -o rdonly rot13fs#/home/foo /mnt/rot13
or in fstab rot13fs#/home/foo /mnt/rot13 puffs rdonly
to start rot13fs with arguments identical to # rot13fs -o rdonly /home/foo /mnt/rot13
|
| 1.4 | 29-Aug-2011 |
joerg | branches: 1.4.24; Use __dead
|
| 1.3 | 21-May-2010 |
pooka | PUFFSDEVELVERS is a goner
|
| 1.2 | 14-Jan-2010 |
pooka | from main with return 0; (Why did I manage to succesfully build n times, including a full distribution build, without tripping this before ?!?)
|
| 1.1 | 14-Jan-2010 |
pooka | Add a generic puffs kernel utility for querying mount arguments. E.g.: golem> dtfs -r 'chr 15 25' dtfs /puffs golem> mount_puffs -o getargs dtfs /puffs version=26, flags=0x10, root cookie=0xbb90c0c0, root type=VCHR, root size=0, root rdev=0xf19
|
| 1.4.24.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|