mjl
71b7c0b242
Fix typos (from PR 19650)
2003-01-03 21:41:28 +00:00
jschauma
708eed1953
Fix typos pointed out by Igor Sobrado in PR misc/19632
...
rpc(3) - addres (address)
rpc_reg(3) - truct (struct, in struct rpc_msg)
rpcb_getaddr(3) - Copyright: Sun Microsystems (not Microsystem's)
All Rights Reserved (not Right's)
2003-01-01 22:24:29 +00:00
wiz
667e9783e6
Fn arguments do not need (empty) braces.
2002-12-18 19:34:53 +00:00
jdolecek
015545ffb2
Add description of struct netconfig.
...
This adresses PR lib/18501 by Benedikt Meurer
While here, finish mdocifying of the manpage. There is no .B, .I, .SB
in mdoc, and some items were missing in output due to that.
2002-12-07 12:21:45 +00:00
skrll
3f05b3f7ab
Add extern svc_fd_lock if __REENT and include rpc_internal.h only once.
2002-11-12 14:50:23 +00:00
thorpej
08a7b34528
Fix signed/unsigned comparison warnings.
2002-11-11 22:15:42 +00:00
thorpej
d6e3c04143
Fix signed/unsigned comparison warnings.
2002-11-11 20:34:10 +00:00
thorpej
045cceecae
Fix signed/unsigned comparison warnings.
2002-11-11 17:13:59 +00:00
fvdl
79d5b270d9
* Adapt include files for rpc_com.h/rpc_internal.h split.
...
* Add rpc_control to svc.c
* Implement non-blocking connections.
2002-11-08 00:13:07 +00:00
yamt
b8bc8c45f2
add missing __rpc_fixup_addr.
...
it's needed to make mount_nfs -T work for scoped addresses.
2002-10-02 01:22:09 +00:00
wiz
6569c5c509
New sentence, new line. From Robert Elz.
2002-10-01 17:22:00 +00:00
mycroft
59e83d385e
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).
2002-09-23 14:12:31 +00:00
itojun
cf0cafaa38
correct range check. from openbsd
2002-08-01 05:22:43 +00:00
soren
a6eb4c51f7
Make pmap_set(3) prototype match reality.
...
Fixes PR lib/6064.
2002-07-31 01:46:02 +00:00
darrenr
5d8479d5bd
patch from openbsd to fix bounds checking, eliminating an overflow condition.
2002-07-30 14:57:31 +00:00
fredette
02ac1ae2f0
Added hppa support (some of it incomplete) to lib/csu, lib/libc,
...
and lib/libkvm.
2002-06-06 20:31:19 +00:00
groo
9b7886c6a3
Make sure we don't look before the beginning of the string.
...
from xs@kittenz.org
2002-04-16 19:19:33 +00:00
cjep
c33f9d110f
Fix spelling mistake (from Onno van der Linden; PR#15793).
2002-03-03 18:19:41 +00:00
bjh21
282980297f
xdr_enum() now gets passed a real enum_t *, rather than an enum foo *
...
in disguise. This means it can just be yet another copy of
xdr_int32_t(), rather than messing around trying to work out the size
of an enum.
This change should make no difference on existing ports, where enum_t
is the same size as all enums, but will make a difference on ARM ELF.
2002-02-10 13:47:10 +00:00
ross
9856438e91
generate & symbolically
2002-02-07 09:24:04 +00:00
ross
814f296b77
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
wiz
117f593e28
Drop some unnecessary .Pps, use .Ss instead of .Sh.
2002-01-15 02:37:09 +00:00
thorpej
846f87dbb9
Use __sh__ instead of __sh3__.
2001-12-15 03:39:53 +00:00
lukem
4da6558c5a
Close socket correctly in three places.
...
Fixes various problems such as inetd not reloading correctly.
Fix provided by Michael van Elst in [lib/14454] - thanks!
Should also fix [bin/12651] and [bin/13657]
2001-11-04 14:43:55 +00:00
lukem
50f5afd52e
fix WARNS=2 (-Wshadow) warnings
2001-11-04 13:57:29 +00:00
yamt
22e098af0f
check pmap_flag before sendto.
2001-09-28 08:45:41 +00:00
jdolecek
7462273dbc
Fix !INET6 build. Noted by Bruno Clermont on tech-userlevel@
2001-09-27 18:59:37 +00:00
wiz
723dbf6421
Mostly punctuation fixes; uppercase some .Sh arguments, and misc. fixes.
2001-09-16 18:51:10 +00:00
wiz
fb53176f18
Sort sections.
2001-09-16 18:09:58 +00:00
wiz
f37e55afc4
Boring whitespace fixes.
2001-09-16 02:17:40 +00:00
wiz
30b2bf87ed
Various typos in comments (neccessary, sceme, choise, ...).
2001-07-26 15:05:07 +00:00
fvdl
ab48aa4caf
Another one of those if defined(arch) lists I forgot to commit earlier.
2001-06-19 22:10:01 +00:00
wiz
2a65697aff
NetBSD -> Nx, and some whitespace nits.
2001-06-05 13:24:41 +00:00
kristerw
7e4c882a7c
Free the correct buffer in error handling.
...
Handle that malloc may return NULL.
2001-05-26 00:22:22 +00:00
lukem
7c72a90438
missing space in a warning
2001-05-08 23:21:17 +00:00
fvdl
e33a1e6253
In __rpc_uaddr2taddr_af, actually return useful data for the AF_LOCAL
...
case. From FreeBSD.
2001-04-22 20:51:25 +00:00
wiz
8c56635f64
rpc_clnt_calls and rpc_svc_calls live in 3, not 8.
...
Whitespace and punctuation fixes.
2001-04-09 12:26:32 +00:00
wiz
5aeb3dc3c1
Add RCS Id; whitespace and punctuation fixes.
2001-04-09 12:25:37 +00:00
wiz
98a7e03eee
select(2), not (3); order SEE ALSO; whitespace and punctuation fixes.
2001-04-09 12:21:43 +00:00
wiz
04d01455a4
Add RCS Id, and some whitespace/punctuation fixes.
2001-04-09 12:21:01 +00:00
wiz
814224e5c6
netconfig(5), not (4), and whitespace.
2001-04-09 12:20:18 +00:00
wiz
f51570c57d
netconfig(5), not (4); environ(7), not (5); whitespace, and use
...
.Dq instead of ``xx.''
2001-04-09 12:19:45 +00:00
wiz
3bb356f0f8
netconfig(5), not (4), and whitespace fixes.
2001-04-09 12:18:48 +00:00
bjh21
fe6fa58436
Add support for ARM VFP-format doubles, conditional on __VFP_FP__.
2001-02-21 18:09:25 +00:00
bjh21
45531ab974
The ARM FPA is big-endian as far as the word order in doubles is concerned.
2001-02-18 22:13:41 +00:00
cgd
8318d9d0b9
change 'char *' args of clnt_pcreateerror, clnt_spcreateerror,
...
clnt_perror, and clnt_sperror to 'const char *' to follow manual
pages (!!).
2001-02-13 01:00:21 +00:00
bjh21
b2ffea9b75
__arm26__ || __arm32__ -> __arm__
...
Not least because the unified NetBSD/arm compiler probably won't predefine
__arm26__ or __arm32__.
2001-02-09 18:38:32 +00:00
jdolecek
ca797c3c15
make local constant arrays const
2001-01-25 22:50:55 +00:00
lukem
1b4c6a992b
don't _DIAGASSERT(cp != NULL) until after cnt is checked for != 0.
...
other stuff in the rpc systems (e.g, authnone_create() with _null_auth)
trigger this assertion otherwise
2001-01-17 01:07:10 +00:00
lukem
9004e39fee
rename MAX_MARSHEL_SIZE to MAX_MARSHAL_SIZE
2001-01-16 15:46:52 +00:00