History log of /freebsd-current/lib/libutil/quotafile.3
Revision Date Author Comments
# e738085b 17-Aug-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

Remove my middle name.


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 816ca3d1 07-Aug-2022 Gordon Bergling <gbe@FreeBSD.org>

libutil: Fix mandoc warnings

- missing comma before name
- possible typo in section name: Sh CAVEAT instead of CAVEATS
- useless macro: Tn
- blank line in fill mode, using .sp
- no blank before trailing delimiter: Dv NULL?

MFC after: 3 days


# 4990a1c0 27-Dec-2014 Joel Dahl <joel@FreeBSD.org>

mdoc: improvements to SEE ALSO.


# 2b7af31c 23-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part3)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# 50d675f7 28-Mar-2012 Eitan Adler <eadler@FreeBSD.org>

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# c2025a76 16-Aug-2010 Joel Dahl <joel@FreeBSD.org>

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


# aee785ba 28-Dec-2009 Kirk McKusick <mckusick@FreeBSD.org>

Add and document the quota_convert function which converts between the
old 32-bit and the new 64-bit formats.


# e525d16a 16-Nov-2009 Kirk McKusick <mckusick@FreeBSD.org>

Add and document new quoat_on and quota_off functions.


# 6197731d 19-Oct-2009 Kirk McKusick <mckusick@FreeBSD.org>

Add quota_maxid which returns the maximum user (or group) identifier
in an associated quotafile. Needed by repquota.

Bug fix in quota_read.


# 5666aadb 26-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Further extend the quotafile API.


# 8bd6a3ab 14-Feb-2009 Kirk McKusick <mckusick@FreeBSD.org>

Update the quotafile library to manage both active quotas via the
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.


# 909d0c90 12-Feb-2009 Kirk McKusick <mckusick@FreeBSD.org>

Move hasquota() function to libutil.


# 581fce8e 10-Feb-2009 Kirk McKusick <mckusick@FreeBSD.org>

Bug fixes found from using these functions in edquota.


# 1b3515f3 30-Jan-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

WIP