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
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+11
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge from head@274682
sjg
2014-11-19
1
-8
/
+3
|
|
\
|
|
/
|
/
|
|
*
Merge head
sjg
2014-04-28
16
-423
/
+454
|
|
\
|
*
\
Merge from head
sjg
2013-09-05
1
-1
/
+1
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+14
*
|
|
|
Fix build with rpcgen using a recent (tested with gcc 4.9.1) GNU cpp
bapt
2014-10-09
1
-8
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Replace Sun RPC license with a 3-clause BSD license. This license change
hrs
2013-12-09
16
-423
/
+454
|
|
/
|
/
|
*
|
- Correct mispellings of the word necessary
gabor
2013-04-17
1
-1
/
+1
|
/
*
Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor
dim
2012-02-07
1
-1
/
+1
*
Spelling fixes for include/
uqs
2012-01-07
3
-6
/
+6
*
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
[next]