CVS commit: src/usr.sbin/edquota

2012-08-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 14 04:53:43 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Grr. The ATF quota tests demand failing silently in certain circumstances. For netbsd-6 we will just have to go with the flow, as I'm not

CVS commit: src/usr.sbin/edquota

2012-08-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 14 04:48:42 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: three more minor fixes. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/edquota/edquota.c Please note that d

CVS commit: src/usr.sbin/edquota

2012-08-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 14 03:55:49 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Make editor-based edquota work again. The format is somewhat different; I'm operating under the assumption that nobody has automated edit

CVS commit: src/usr.sbin/edquota

2012-08-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 13 23:08:58 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Bail out early if none of the mounted volumes support quotas. Avoids a null print in interactive use. To generate a diff of this commit:

CVS commit: src/usr.sbin/edquota

2012-08-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 13 22:21:05 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Minor cleanup: use bitfields instead of a flags word for private state flags, remove now-unused qfname field. To generate a diff of this

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:19:20 UTC 2012 Modified Files: src/usr.sbin/edquota: Makefile edquota.c Log Message: Remove dependence on quotaprop.h, also quotautil.c (no longer used). Like repquota, compile in the number of object types for no

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:18:36 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Rely on libquota for fallback to direct access of old-style quota files. Keep the code around in #if 0 blocks for now, just in case some

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:17:30 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.8 Log Message: Remove references to -D option. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/edquota/edquota.8 Please not

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:16:36 UTC 2012 Modified Files: src/usr.sbin/edquota: Makefile edquota.c Log Message: Don't use the old getvfsquota() here. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/edquota/Makefile

CVS commit: src/usr.sbin/edquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:44:42 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: "quotaclass" -> "idtype". After lengthy wrangling on the mailing lists the best conclusion for naming was to give up on "classes" and "typ

CVS commit: src/usr.sbin/edquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:44:05 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Use quota_put() and quota_delete() to update quotas instead of making quota proplib RPCs. To generate a diff of this commit: cvs rdiff -

CVS commit: src/usr.sbin/edquota

2011-11-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 13 15:42:35 UTC 2011 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Split up excessively large main(). Fix -d behavior to match documentation. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/usr.sbin/edquota

2011-11-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 13 15:41:34 UTC 2011 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Cleanup for edquota. Factor out common malloc and linked list code. Distinguish lists of quota info from single records. To generate a

CVS commit: src/usr.sbin/edquota

2011-07-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 10 07:54:49 UTC 2011 Modified Files: src/usr.sbin/edquota: edquota.c pathnames.h Log Message: Minor cosmetic fixes, no semantic changes. (object file diffs have been checked) To generate a diff of this commit: cvs rdif

CVS commit: src/usr.sbin/edquota

2011-07-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 10 07:31:48 UTC 2011 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: tsort contents of file. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/edquota/edquota.c Please note that d

CVS commit: src/usr.sbin/edquota

2011-07-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 10 07:19:24 UTC 2011 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: use __dead To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/edquota/edquota.c Please note that diffs are not

CVS commit: src/usr.sbin/edquota

2011-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 6 22:34:58 UTC 2011 Modified Files: src/usr.sbin/edquota: Makefile edquota.c Log Message: - KNF - merge code - fix error printing - don't use static buffers To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.sbin/edquota

2011-03-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 6 17:32:38 UTC 2011 Modified Files: src/usr.sbin/edquota: edquota.8 Log Message: Split "file system" like usual. Improve SYNOPSIS. Various other fixes. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.