index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
rpcsvc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5.
peter
2005-12-06
1
-1
/
+1
*
Correct some types in the yp structures; this fixes a number of problems
tmm
2004-05-27
1
-14
/
+14
*
Argh. Forward declare some structs rather than increase include file
peter
2003-10-26
1
-0
/
+2
*
Prototype yp_maplist()
peter
2003-10-26
1
-0
/
+1
*
Use __FBSDID vs. rcsid[].
obrien
2003-05-04
21
-57
/
+41
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Add prototypes for rstat(3) and havedisk(3).
alfred
2002-10-01
1
-0
/
+7
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
1
-8
/
+2
*
Added new bsd.incs.mk which handles installing of header files
ru
2002-05-12
1
-10
/
+5
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
1
-2
/
+2
*
Missed a __P in a .x file, remove it anyway
imp
2002-03-24
1
-1
/
+1
*
Breath deep and take __P out of the system include files.
imp
2002-03-23
3
-170
/
+10
*
rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'
alfred
2002-03-22
1
-3
/
+3
*
Apply the following mechanical transformations in preparation for
des
2002-02-06
2
-24
/
+24
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
2
-4
/
+0
*
Implement client side NFS locks.
alfred
2001-04-17
1
-3
/
+10
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
3
-8
/
+150
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
remove unneeded sys/ucred.h include
alfred
2000-11-30
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-27
23
-25
/
+41
*
Make rcsid a const char[] instead of char[] to avoid compiler warnings
archie
1998-12-06
10
-10
/
+10
*
Build headers with -DWANT_NFS3.
obrien
1998-09-17
1
-2
/
+2
*
Fix tons of cut-n-paste errors in the WANT_NFS3 code.
obrien
1998-09-06
1
-14
/
+16
*
Uncommit the generated file key_prot.h. Install it from where it
bde
1998-02-13
1
-1
/
+3
*
Invoke rpcgen with -C so that headers are created with ANSI prototypes.
wpaul
1998-01-19
1
-2
/
+2
*
Fixed pedantic syntax error (trailing comma in enum).
bde
1998-01-16
1
-1
/
+3
*
Removed `#pragma ident' (for a FreeBSD Id) so that the K&R support
bde
1998-01-16
4
-4
/
+0
*
Commented out `#pragma ident' (for a Sun id) so that the K&R support
bde
1998-01-16
1
-1
/
+1
*
Removed redundant declarations. rpcgen generates `typedef enum foo;'
bde
1998-01-16
1
-5
/
+2
*
Made this header self-sufficent. It had unnecessary dependencies on
bde
1998-01-16
1
-2
/
+6
*
Fixed a missing dependency.
bde
1998-01-16
1
-1
/
+3
*
Add Ids, from lite2.
charnier
1997-11-24
3
-3
/
+11
*
Remove sccsid, not present in Lite2.
charnier
1997-11-20
3
-14
/
+3
*
Add const to rcsid[] definition so that -Wall will not complain.
charnier
1997-10-31
3
-8
/
+17
*
Removed installhdrs target. It was an unnecessary complication.
bde
1997-09-16
1
-4
/
+2
*
Fix and simplify installhdrs target. It didn't install the headers in
bde
1997-08-21
1
-7
/
+4
*
fix a problem with headers not being installed properly... basicly the
jmg
1997-08-21
1
-3
/
+8
*
Undo small change I accidentally left in while testing (files were
wpaul
1997-05-28
1
-3
/
+2
*
Resolve conflicts.
wpaul
1997-05-28
15
-60
/
+110
*
This commit was generated by cvs2svn to compensate for changes in r26206,
wpaul
1997-05-28
11
-0
/
+2307
*
Back out all of yesterdays include file changes.
eivind
1997-05-07
1
-3
/
+1
*
Back out part of yesterdays changes. They were obviously not tested well
eivind
1997-05-07
1
-4
/
+1
*
Make a lot of include-files self-contained. I excluded the patches changing
eivind
1997-05-07
2
-2
/
+7
*
Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to get
dfr
1997-04-18
2
-4
/
+1001
*
Revert $FreeBSD$ to $Id$
peter
1997-02-23
17
-18
/
+18
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
17
-18
/
+18
*
- Prototypes, including pointers to functions
peter
1996-12-30
2
-28
/
+30
*
'make install' is not supposed to touch anything.
peter
1996-08-30
1
-2
/
+2
*
missed these parts of Bruce's changes last time..
peter
1996-08-30
1
-2
/
+2
*
Some bmake magic to clean up the install more.
peter
1996-08-30
1
-10
/
+6
[next]