Home | History | Annotate | Download | only in libquota
History log of /src/lib/libquota/quotapvt.h
RevisionDateAuthorComments
 1.14  01-Feb-2012  dholland branches: 1.14.4;
Be consistent about whether idtype and objtype codes are signed or
unsigned. They are signed. (While unsigned might have been a better
choice, it doesn't really matter and the majority of preexisting uses
were signed. And consistency is good.)
 1.13  01-Feb-2012  dholland Change the syscall API for quotas over to the new non-proplib one.

- struct vfs_quotactl_args -> struct quotactl_args
- add sys/stdint.h to sys/quotactl.h for clean userland build
- install sys/quotactl.h in /usr/include
- update set lists for same
- add new marshalling code in libquota
- add new unmarshalling code in vfs_syscalls.c
- discard proplib interpreter code in vfs_quotactl.c
- add dispatching code for the 14 quotactl ops in vfs_quotactl.c
- mark the proplib quotactl syscall obsolete
- add a new syscall number for the new quotactl syscall
- change the name of the syscall to __quotactl()
- remove the decl of the old quotactl from quota/quotaprop.h
- add a decl of the new quotactl to sys/quotactl.h
- update the libc build
- update ktruss
- remove proplib marshalling code from libquota
- update copy of syscall table in gdb ppc sources
- hack rumphijack to accomodate new quotactl name (as I recall,
pooka wanted such a name change to simplify something, but I
don't really see what/how)

This change appears to require a kernel version bump for rumpish
reasons.
 1.12  30-Jan-2012  dholland Add quota_quotaon() and quota_quotaoff(). Use them in quotaon(8).
 1.11  30-Jan-2012  dholland Add quota_getrestrictions() to report the semantic restrictions
associated with a particular quotahandle.
 1.10  25-Jan-2012  dholland Improve how quota_open() works and generally improve function
dispatching. Allow access to the quota files via the oldfiles code if
quotaon hasn't run yet. Change the latter so it calls getfsent() up
front (and only once) to make it easier to avoid whacking caller
state.
 1.9  25-Jan-2012  dholland Move some more stuff technically specific to the proplib kernel
interface into the source file for using the proplib kernel interface.
 1.8  09-Jan-2012  dholland Implement quota_put and quota_delete for the fallback direct file
access backend.
 1.7  09-Jan-2012  dholland Implement quota_put() and quota_delete() using code from edquota(8).
 1.6  09-Jan-2012  dholland Implement fallback direct access to quota1-type quota files.
Uses (mostly) code from repquota. Add some missing pieces that
weren't in repquota.

Use the direct file access code for cursors if proplib reports the
quota version is 1.
 1.5  09-Jan-2012  dholland Implement the libquota cursor interface, using proplib code from repquota.
 1.4  09-Jan-2012  dholland Implement the schema-related functions, using proplib code from
/usr/bin/quota.
 1.3  09-Jan-2012  dholland Redo getfsquota() and getnfsquota() using the new API.

Change the previous getufsquota() to __quota_getquota() and call it
from all three functions: getfsquota(), getufsquota(), and getnfsquota().
 1.2  09-Jan-2012  dholland Add quota_nfs.c and implement quota_get() for nfs, using
code from getnfsquota().

Also implement quota_getmountdevice().
 1.1  09-Jan-2012  dholland 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 *).
 1.14.4.2  17-Apr-2012  yamt sync with head
 1.14.4.1  01-Feb-2012  yamt file quotapvt.h was added on branch yamt-pagecache on 2012-04-17 00:05:32 +0000

RSS XML Feed