summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rquotad/rquotad.c
Commit message (Collapse)AuthorAgeFilesLines
* The NFS quota-reporting RPC uses 32-bit sized fields. We approximatemckusick2010-04-251-4/+7
| | | | | | | | | 64-bit quota sizes by scaling down the sizes by the minimum amount necessary to fit in a 32-bit field and then upscale the filesystem block size to compensate. For example, if the hard block limit is 0x300000008 then we set the hard block limit to 0xA0000002 and claim that the blocksize is 4 * DEV_BSIZE. This will lose the minimal amount of information thus delivering nearly correct answers.
* WIP: the last missing piece of the quota64 puzzle. Not quite theredes2010-03-041-103/+28
| | | | yet.
* Sync from head.des2009-09-261-31/+12
|\
| * printerr_reply() has never been used for as long as we've had this code indes2009-09-261-31/+12
| | | | | | | | | | our tree (13+ years). This is an excellent argument for aggressive use of "static".
| * Other minor style issues.des2009-09-251-5/+3
| |
* | Sync with headdes2009-09-251-5/+3
| |
* | Sync with headdes2009-09-251-18/+16
|\ \ | |/
| * Slight style cleanup.des2009-09-251-18/+16
| |
| * Whitespace and style fixes, build at WARNS level 6.des2008-11-041-29/+33
| | | | | | | | MFC after: 3 weeks
* | WIPdes2009-01-301-21/+7
| |
* | MFH (r184638): build at WARNS level 6des2008-11-041-29/+33
|/
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
| | | | socklen_t * argument.
* Eliminate last three uses of varargs.h in the tree. These three fileskan2003-09-011-1/+0
| | | | | were including varargs.h file but did not use any of its macros, so they escaped the clean-up before.
* Port to TI/RPC and/or IPV6.alfred2002-07-151-19/+23
| | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-5/+5
| | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs
* o __P removalimp2002-02-071-26/+14
| | | | | o use new style prototypes and function definitions o signal handlers need an argument. Mark it unused.
* stat(2) filesystem quotas act on, not filesystem quotas file resides on.mikeh2001-06-191-1/+1
| | | | | PR: bin/4949 MFC after: 2 weeks
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Cosmetics in man page. Add rcsid and sort #includes.charnier1997-11-261-8/+13
|
* Obtained from: NetBSDgraichen1996-01-051-0/+331
Imported rpc.rquotad from NetBSD - currently only used by the quota-command to display quota's over nfs
OpenPOWER on IntegriCloud