summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rquotad
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.
* IFH@204581des2010-03-041-2/+0
|\
| * Make WARNS=6 the default for libexec/.ed2010-01-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS.
* | 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-042-29/+35
| | | | | | | | MFC after: 3 weeks
* | WIPdes2009-01-302-23/+9
| |
* | MFH (r184638): build at WARNS level 6des2008-11-042-29/+35
|/
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
| | | | socklen_t * argument.
* Sort sections.ru2005-01-181-2/+2
|
* 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.
* Uniformly refer to a file system as "file system".ru2002-12-121-2/+2
| | | | Approved by: re
* Port to TI/RPC and/or IPV6.alfred2002-07-151-19/+23
| | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>
* The .Nm utilitycharnier2002-07-061-8/+12
|
* 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.
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* stat(2) filesystem quotas act on, not filesystem quotas file resides on.mikeh2001-06-191-1/+1
| | | | | PR: bin/4949 MFC after: 2 weeks
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for libexec/ to 8.ru2001-03-201-1/+0
|
* Fix various man pages to stop abusing the .Bx macro to generate thempp2000-01-231-1/+1
| | | | string "FreeBSD". Use the .Fx macro instead.
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Cosmetics in man page. Add rcsid and sort #includes.charnier1997-11-262-15/+22
|
* Change a reference to NetBSD to FreeBSD.mpp1997-03-141-2/+5
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Obtained from: NetBSDgraichen1996-01-053-0/+399
Imported rpc.rquotad from NetBSD - currently only used by the quota-command to display quota's over nfs
OpenPOWER on IntegriCloud