NetBSD/lib/libquota
dholland 8d8965ace0 Add initial versions of quota_open(), quota_close(), quota_get(),
calling proplib code mostly taken from getufsquota().

Correct the proplib refcount handling in the code from getufsquota(),
where it was (as far as I can tell) wrong.

Avoid doing illegal and unsafe casts from (struct quotaval *)
to (uint64_t *).
2012-01-09 15:27:04 +00:00
..
getfsquota.c Rename struct ufs_quota_entry -> struct quotaval. 2011-11-25 16:55:05 +00:00
getnfsquota.c Rename struct ufs_quota_entry -> struct quotaval. 2011-11-25 16:55:05 +00:00
getufsquota.c Rename struct ufs_quota_entry -> struct quotaval. 2011-11-25 16:55:05 +00:00
Makefile Add initial versions of quota_open(), quota_close(), quota_get(), 2012-01-09 15:27:04 +00:00
quota_cursor.c Add stub entry points of the entire new quota interface. These fail or 2012-01-09 15:22:38 +00:00
quota_delete.c Add stub entry points of the entire new quota interface. These fail or 2012-01-09 15:22:38 +00:00
quota_get.c Add initial versions of quota_open(), quota_close(), quota_get(), 2012-01-09 15:27:04 +00:00
quota_open.c Add initial versions of quota_open(), quota_close(), quota_get(), 2012-01-09 15:27:04 +00:00
quota_proplib.c Add initial versions of quota_open(), quota_close(), quota_get(), 2012-01-09 15:27:04 +00:00
quota_put.c Add stub entry points of the entire new quota interface. These fail or 2012-01-09 15:22:38 +00:00
quota_schema.c Add stub entry points of the entire new quota interface. These fail or 2012-01-09 15:22:38 +00:00
quotapvt.h Add initial versions of quota_open(), quota_close(), quota_get(), 2012-01-09 15:27:04 +00:00
shlib_version Bump minor version of libquota.so. 2012-01-09 15:24:37 +00:00