| Age | Commit message (Expand) | Author |
| 2007-10-11 | add testing option -l, which causes the flush of the page cache of | pooka |
| 2007-10-11 | when removing file, free last block also | pooka |
| 2007-09-27 | dtfs memsets all allocated block content to 0 immediately, so to | pooka |
| 2007-09-11 | Fix xref, sort SEE ALSO. Add RCS Id. | wiz |
| 2007-09-11 | Generalise the tests for OBJDIR and non-OBJDIR builds | agc |
| 2007-09-11 | Generalise the tests for objdir builds, as well as none | agc |
| 2007-09-05 | fix usage. from Karl Jenkinson | pooka |
| 2007-08-29 | Modify the NetBSD emulation of the FreeBSD __DECONST macro to include | agc |
| 2007-08-28 | Add a new refuse-based file system called ian - the Internet Access Node. | agc |
| 2007-08-28 | Makefile for new ian file system | agc |
| 2007-08-20 | If we're writing to a file, make sure the version we're writing is in | agc |
| 2007-08-15 | Nuke PUFFSLOOKUP_FOO and move to NAMEI_FOO | pooka |
| 2007-08-15 | sysctlfs was moved to base | pooka |
| 2007-08-09 | move sysctlfs from examples to base | pooka |
| 2007-08-09 | require standard mount_foo bar /path usage, where bar is ignored here | pooka |
| 2007-08-09 | * require standard mount_foo bar /path usage, where bar is ignored here | pooka |
| 2007-07-27 | implement node_mmap and allow to specify accepted mappings on command line | pooka |
| 2007-07-22 | Match code with comment (can't really remember doing it often that | pooka |
| 2007-07-22 | missed one place to set dirent namelen - unmiss it | pooka |
| 2007-07-19 | Oops, the cookies for nfs of course represent the *next* directory | pooka |
| 2007-07-19 | -m for setting maxreqlen | pooka |
| 2007-07-17 | With fullpath support we need to check name lengths also, otherwise | pooka |
| 2007-07-17 | nuke accidental debug printf | pooka |
| 2007-07-17 | Use "sysctlfs" as the type name instead of the mountpath. | pooka |
| 2007-07-17 | * add mntfromname parameter to puffs_init() | pooka |
| 2007-07-05 | Change the entry for ptmx to use the netbsd ptm driver. | dsl |
| 2007-07-01 | dtfs -f for PUFFS_KFLAG_LOOKUP_FULLPNBUF | pooka |
| 2007-07-01 | adapt: **newnode etc. pointers -> struct puffs_newinfo | pooka |
| 2007-07-01 | adapt: pid -> const struct puffs_cid * | pooka |
| 2007-07-01 | adapt: pcn->pcn_cred is now a pointer | pooka |
| 2007-06-24 | Actually, keep PUFFS_KFLAG_NOCACHE and -o cache around as shorthand | pooka |
| 2007-06-24 | PUFFS_KFLAG_NOCACHE became two, so introduce the command line options | pooka |
| 2007-06-24 | Just to demonstrate namemod a bit further, make this flip the case | pooka |
| 2007-06-24 | cast tolower() arg to unsigned char | pooka |
| 2007-06-24 | use puffs_null_setops() | pooka |
| 2007-06-24 | fix this also, had a similar rototill-typo as rot13fs | pooka |
| 2007-06-24 | I wasn't going to add any more silly examples, but I'll bite for | pooka |
| 2007-06-21 | Initial import of icfs, a case-insensitive/retentive file system. | agc |
| 2007-06-21 | Record the root directory at initialisation time. | agc |
| 2007-06-20 | fix typo from previous rototill, makes this work again | pooka |
| 2007-06-06 | Move puffs to a two clause license where it already isn't so. And | pooka |
| 2007-06-05 | make getopt() actually accept -t also | pooka |
| 2007-05-21 | Another day, another file system. | agc |
| 2007-05-21 | Adapt to new signature for virtdir_add(). | agc |
| 2007-05-21 | Add a size parameter to virtdir_add, so that binary information can be | agc |
| 2007-05-19 | Add a function to return the virtual offset in the virtdir_t tree. | agc |
| 2007-05-18 | Use SETBACK_NOREF instead of SETBACK_INACT to control node removal. | pooka |
| 2007-05-18 | "support" vop_poll enough for testing purposes. In short, yield every | pooka |
| 2007-05-17 | reflect changes in fs mount: use puffs_mount() instead of | pooka |
| 2007-05-17 | Adapt to changes with mounting file systems. | pooka |