aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rquotad
Commit message (Collapse)AuthorAgeFilesLines
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+1
| | | | | | | socklen_t * argument. Notes: svn path=/head/; revision=141918
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
| | | | Notes: svn path=/head/; revision=140414
* Eliminate last three uses of varargs.h in the tree. These three filesAlexander Kabaev2003-09-011-1/+0
| | | | | | | | were including varargs.h file but did not use any of its macros, so they escaped the clean-up before. Notes: svn path=/head/; revision=119632
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-2/+2
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* Port to TI/RPC and/or IPV6.Alfred Perlstein2002-07-151-19/+23
| | | | | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr> Notes: svn path=/head/; revision=100120
* The .Nm utilityPhilippe Charnier2002-07-061-8/+12
| | | | Notes: svn path=/head/; revision=99500
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-5/+5
| | | | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=95658
* o __P removalWarner Losh2002-02-071-26/+14
| | | | | | | | o use new style prototypes and function definitions o signal handlers need an argument. Mark it unused. Notes: svn path=/head/; revision=90336
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79529
* stat(2) filesystem quotas act on, not filesystem quotas file resides on.Mike Heffner2001-06-191-1/+1
| | | | | | | | PR: bin/4949 MFC after: 2 weeks Notes: svn path=/head/; revision=78457
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74529
* Fix various man pages to stop abusing the .Bx macro to generate theMike Pritchard2000-01-231-1/+1
| | | | | | | string "FreeBSD". Use the .Fx macro instead. Notes: svn path=/head/; revision=56417
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50476
* Cosmetics in man page. Add rcsid and sort #includes.Philippe Charnier1997-11-262-15/+22
| | | | Notes: svn path=/head/; revision=31420
* Change a reference to NetBSD to FreeBSD.Mike Pritchard1997-03-141-2/+5
| | | | Notes: svn path=/head/; revision=23880
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Obtained from: NetBSDThomas Graichen1996-01-053-0/+399
Imported rpc.rquotad from NetBSD - currently only used by the quota-command to display quota's over nfs Notes: svn path=/vendor/NetBSD/dist/; revision=13237