aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/quotafile.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-2/+2
| | | | Notes: svn path=/head/; revision=276294
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-2/+2
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
| | | | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> Notes: svn path=/head/; revision=211397
* Add and document the quota_convert function which converts between theKirk McKusick2009-12-281-8/+26
| | | | | | | old 32-bit and the new 64-bit formats. Notes: svn path=/projects/quota64/; revision=201144
* Add and document new quoat_on and quota_off functions.Kirk McKusick2009-11-161-46/+85
| | | | Notes: svn path=/projects/quota64/; revision=199328
* Add quota_maxid which returns the maximum user (or group) identifierKirk McKusick2009-10-201-1/+13
| | | | | | | | | in an associated quotafile. Needed by repquota. Bug fix in quota_read. Notes: svn path=/projects/quota64/; revision=198265
* Further extend the quotafile API.Dag-Erling Smørgrav2009-09-261-8/+59
| | | | Notes: svn path=/projects/quota64/; revision=197532
* Update the quotafile library to manage both active quotas via theKirk McKusick2009-02-141-11/+110
| | | | | | | | | | | quotactl(2) interface and inactive quotas by accessing the quota files directly. Update the edquota program to use this new interface as proof of concept. Notes: svn path=/projects/quota64/; revision=188604
* Move hasquota() function to libutil.Kirk McKusick2009-02-131-0/+2
| | | | Notes: svn path=/projects/quota64/; revision=188569
* Bug fixes found from using these functions in edquota.Kirk McKusick2009-02-101-2/+2
| | | | Notes: svn path=/projects/quota64/; revision=188434
* WIPDag-Erling Smørgrav2009-01-301-0/+69
Notes: svn path=/projects/quota64/; revision=187914