summaryrefslogtreecommitdiff
path: root/lib/libpuffs/subr.c
AgeCommit message (Expand)Author
2019-09-23Restore binary compatibility by using the statvfs90 structure internally.christos
2011-02-17Support rest of file types in vtype -> s_ifmtpooka
2011-02-17st_blocks is in units of DEV_BSIZE, not st_blksize.pooka
2010-07-15Default f_namemax to MAXNAMLEN, mostly for initial statvfs structpooka
2008-12-28fix for dev_t 64 bits.christos
2008-08-12Replace void * by puffs_cookie_t where appropriate. No functional change.pooka
2007-12-19Add generic getattr routine.pooka
2007-11-30Rototill.pooka
2007-11-27Remove "puffs_cid" from the puffs interface following l-removalpooka
2007-10-21typo in commentpooka
2007-07-01Instead of supplying a plain pid, supply an abstract struct puffs_cid *,pooka
2007-06-06Move puffs to a two clause license where it already isn't so. Andpooka
2007-03-20implement counterpart of vaccess()pooka
2007-03-16va->va_mode doesn't contain the full argument to the mknod() system call,pooka
2007-02-15generic node reclaim, which just puts a puffs_nodepooka
2007-01-11Add preliminary code for a nullfs layer, which can be used to mountpooka
2007-01-06* get rid of the mount callback; it's no great surprise to thepooka
2006-12-29checkpoint some experimental work-in-progress, namely:pooka
2006-12-07rototill the operation callbacks: unify the ops under struct puffs_opspooka
2006-11-21mode_t to enum vtype conversionpooka
2006-11-14namespace previous change under puffs_vfsnop to avoid confusionspooka
2006-11-14implement unmount, sync and statvfs as dummies for file system whichpooka
2006-10-23use casts to properly truncate some assignments. (sparc64 gcc complained.)mrg
2006-10-23put back the comparison in a lint friendly way to appease pooka.christos
2006-10-23comment out comparison of unsigned expression to >= 0dogcow
2006-10-23still check for array bounds, fix off-by-onepooka
2006-10-23pass lint; fix install.christos
2006-10-22add libpuffs - the userspace programming interface for puffspooka