ceri
d80ea38223
I wrote getnetconfig where I meant getnetpath in the previous revision.
2006-01-11 13:57:15 +00:00
ceri
4882287a5e
o Document the possibility of putting 'b' in the flag field.
...
While we don't use the NC_BROADCAST value of nc_flag anywhere in the
RPC code, it is parseable by getnetconfigent(3) from /etc/netconfig.
o Clean up some "see below"'s that were cut and pasted from netconfig.h.
2006-01-06 19:39:16 +00:00
ru
869e65f881
Fix prototypes.
2005-11-23 16:44:23 +00:00
stefanf
6a3ff0e038
Add a couple of missing MLINKS.
2005-09-11 20:59:52 +00:00
stefanf
64a1df7d12
Avoid pointer arithmetics on void *.
...
Approved by: alfred
2005-03-10 08:25:49 +00:00
stefanf
c463ca74d4
Remove an superfluous assignment.
...
Approved by: alfred
2005-03-10 00:58:21 +00:00
stefanf
624654db85
Use socklen_t where appropriate.
...
Approved by: alfred
2005-03-10 00:57:01 +00:00
ru
1541af42f1
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
ru
114ea39c76
Fixed the misplaced $FreeBSD$.
2005-02-09 18:07:17 +00:00
ru
ed72feddcb
Sort sections.
2005-01-20 09:17:07 +00:00
bz
4b83c5852a
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
...
If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks
2004-11-13 20:40:32 +00:00
obrien
877c41c595
Try to bring some sanity to the SCM ID's.
...
+ spell LIBC_SCCS consistently
+ enable builds with LIBC_SCCS defined to not syntax error
+ minor SCM reformatting to try to have some consistency
2004-10-16 06:11:35 +00:00
stefanf
e3c005c4ca
Avoid using void pointers in additive expressions.
...
PR: 56653 (libc/rpc bits)
Approved by: alfred
2004-08-13 23:22:38 +00:00
ru
57ce50860e
Eliminate double whitespace.
2004-07-03 22:30:10 +00:00
ru
01548ace15
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
markm
0b0ae8e16e
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
...
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).
There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.
Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".
Tested on: i386 sparc64
2004-03-05 08:10:19 +00:00
cperciva
d3296afe56
style cleanup: Remove duplicate $FreeBSD$ tags.
...
These files had tags at the start of the file
(incorrect, removed), and after the copyright
notices (correct).
Approved by: rwatson (mentor)
2004-02-10 20:40:17 +00:00
ru
84581d0fa4
XDR sources are handled by ../xdr/Makefile.inc.
2004-01-11 17:14:54 +00:00
nectar
9f90d04060
Add missing declaration.
2004-01-06 18:45:58 +00:00
mbr
a387522971
Make this part identical with NetBSD: Use recvlen instead of inlen.
...
No functionality change.
Obtained from: NetBSD
2003-10-29 09:25:07 +00:00
mbr
c2a099bee6
Don't compare NULL against a character.
...
Obtained from: NetBSD
2003-10-29 09:22:49 +00:00
mbr
60f777a467
Don't use NULL to compare against a char.
...
Obtained from: NetBSD
2003-10-29 09:20:33 +00:00
mbr
d440ee0ba5
Don't use NULL to compare against a character.
...
Obtained from: NetBSD
2003-10-29 09:18:44 +00:00
ru
cc9d2aeb39
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
ru
1c23ef339b
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
eivind
d39b66a2b9
Clarify text
2003-08-26 15:52:47 +00:00
mbr
fee2f9062f
Kill prototype for __msgwrite too. It is not needed anymore.
2003-06-15 10:55:39 +00:00
mbr
88d25e9b2f
Replace the old SCM_CREDS cred procedures. They can now be
...
replaced just fine with getpeereid() and the whole code
gets a lot simpler. We don't break the ABI, since all server
programms use __rpc_get_local_uid(), and we just change library
internals.
Reviewed by: des
2003-06-15 10:32:01 +00:00
mbr
cbe33ed314
Don't return -1 and abort if msg.msg_controllen is 0. For
...
some strange reason recvmsg() never sets errno to EAGAIN
on a non-blocking socket and just returns 0.
Reviewed by: jhb
Approved by: re
2003-05-29 22:06:06 +00:00
mbr
9fcdd31cc2
Fix a problem introduced in the last commit. sa and cm
...
are not initialized at this place. Move the initializing
before the non-blocking check.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Reviewed by: jhb
Approved by: re
2003-05-29 19:43:22 +00:00
mbr
aa5288f405
If AF_LOCAL is used, we need to use __msgread_withcred() instead of
...
just read() in non-blocking mode too. The reason is obvious. NetBSD
uses a complete different way to get the credentials so this patch
only applies to FreeBSD.
Reviewed by: rwatson
Approved by: re
2003-05-28 09:16:35 +00:00
mbr
9a1dc7e65a
Fix a simple bug that prevents svc_tli_create to bind to the address
...
specified by caller.
NetBSD rev. 1.6
Reviewed by: rwatson
Approved by: rwatson (re)
Obtained from: NetBSD
2003-05-18 15:07:25 +00:00
nectar
0b64e1476b
Back out the `hiding' of strlcpy and strlcat. Several people
...
vocally objected to this safety belt.
2003-05-01 19:03:14 +00:00
nectar
e69967f534
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
...
technique) so that we don't wind up calling into an application's
version if the application defines them.
Inspired by: qpopper's interfering and buggy version of strlcpy
2003-04-29 21:13:50 +00:00
nectar
2bf537b7ea
Clean up some signed/unsigned issues in the XDR code.
...
Obtained from: OpenBSD
2003-03-07 13:19:40 +00:00
nectar
0d65b541d4
Eliminate 19 warnings in libc (at level WARNS=2) of the
...
`implicit declaration of function' variety.
2003-02-27 13:40:01 +00:00
nectar
832e8b7f9a
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
...
Only warnings that could be fixed without changing the generated object
code and without restructuring the source code have been handled.
Reviewed by: /sbin/md5
2003-02-16 17:29:11 +00:00
charnier
670dc7ec9e
The .Fn function
2003-02-06 11:04:47 +00:00
mbr
48a0e2255a
Fix signed/unsigned comparison warnings.
...
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:46:50 +00:00
mbr
8273c63b65
Fix signed/unsigned comparison warnings. Fix spelling error in
...
comment.
NetBSD Rev. 1.9 and 1.7
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:45:08 +00:00
mbr
5bcca953be
Make this work in the !INET6 case -- if we mismatch the AF, don't return a
...
bogus (uninitialized) structure. Also, ignore v4 ifa's with no broadcast
address (rather than core dumping).
NetBSD Rev 1.8
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:43:23 +00:00
mbr
53b8543d8d
Check pmap_flag before sendto.
...
NetBSD r 1.5
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:38:25 +00:00
mbr
5a16f354fd
Make sure we don't look before the beginning of the string.
...
NetBSD Rev 1.5
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:36:53 +00:00
mbr
e61117f9e2
Add missing __rpc_fixup_addr. This is needed to make
...
mount_nfs -T work for scoped addresses.
NetBSD Rev 1.11
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:27:55 +00:00
mbr
00bea96dad
Free the correct buffer in error handling.
...
Handle that malloc may return NULL.
NetBSD Rev. 1.8
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:22:59 +00:00
mbr
066352b218
Fix namespace pollution introduced in previous commit.
...
Reviewed by: phk
2003-01-26 23:01:49 +00:00
mbr
3262ba2f01
Fix memleak.
...
Reviewed by: rwatson
MFC after: 2 weeks
2003-01-16 16:43:58 +00:00
mbr
f209ccb0fd
Implement non-blocking tcp-connections.
...
Reviewed by: rwatson
Obtained from: NetBSD
MFC after: 1 day
2003-01-16 07:13:51 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00