index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
rpc
Age
Commit message (
Expand
)
Author
2019-06-04
Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc.
hannken
2019-06-04
Implement xdrmem_control(), used as xdr_control(xdr, XDR_GET_BYTES_AVAIL ...
hannken
2018-07-25
Avoid undefined behavior in the definition of LAST_FRAG in xdr_rec.c
kamil
2017-10-25
Add __svc_getcallercreds to the NAME section
abhinav
2017-08-13
PR lib/15802: Shuuichirou Murata: Add missing xdr_rpcbs_rmtcalllist_ptr
ginsbach
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2017-06-30
Revert previous since it causes a double free (p->nc_netid == tmp == tmp2).
christos
2017-05-03
- limit size of buffers to RPC_MAXDATASIZE
christos
2017-04-18
avoid calloc(1,0).
maya
2017-01-10
use correct type for poll
christos
2016-12-29
Update prototypes to match current RPC code.
wiz
2016-10-26
PR/51578: Henning Petersen: Fix leak on error.
christos
2016-10-26
KNF, no real change (except malloc(x * y) -> calloc(x, y))
christos
2016-08-08
Typo.
dholland
2016-02-15
Avoid strict alias violation for VAX
martin
2015-11-13
Generalize the test, compare on the protocol semantics instead of the name
christos
2015-11-13
Do proper accounting for the extra -1 slot. Perhaps this is too confusing
christos
2015-11-13
Remove now unnecessary cast.
tron
2015-11-13
Don't try to use listen(2) on a UDP socket which will always fail.
tron
2015-11-13
Avoid broken state if realloc(3) fails.
tron
2015-11-10
fix compilation/lint
christos
2015-11-10
CID 1338520: Check NULL
christos
2015-11-10
CID 1338517: Check negative returns
christos
2015-11-10
CID 1338515: Make it clear that the pfd variable can't be NULL
christos
2015-11-10
CID 1338513: Check listen(2) return
christos
2015-11-08
Add debugging for pollfd
christos
2015-11-08
Only do the compat cruft if we are compiling libc.
christos
2015-11-07
initialize revents too.
christos
2015-11-07
PR/50408: Pedro Giffuni: Provide a way for rpc to use poll(2) instead of
christos
2015-11-07
spell reserved.
christos
2015-11-07
check for errors and recover instead of core-dumping.
christos
2015-11-07
Put back NULL tests for allocation failures.
christos
2015-11-07
don't compile with SVC_LEGACY
christos
2015-11-07
simplify more.
christos
2015-11-07
Introduce a binary compatible __fd_set_256 that is what the original fdset
christos
2015-11-06
Cleanup and simplify.
christos
2015-11-06
Don't use macros as types or variable names.
joerg
2015-11-06
- Provide multi-threaded fdset's for everyone not just rump if requested.
christos
2015-11-06
- Use -1 for the fake raw fd since we will be able to go beyond FD_SETSIZE.
christos
2015-04-15
remove various HAVE_GCC=45 fragments.
mrg
2015-03-26
Fix definitions to match headers
justin
2015-01-20
Fix non _REENTRANT build.
christos
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-09-18
make more descriptors that we open as close-on-exec
christos
2014-08-24
Assume anything not vax has IEEEFP.
matt
2014-08-10
Changes to existing files to enable building AARCH64 userland.
matt
2014-05-29
Don't try to listen on UDP sockets.
christos
2014-05-28
CID 975117: check listen(2) return .
christos
2014-05-28
CID 97511{4,5}: Ignore bindresvport return. It only works for root.
christos
2014-05-28
CID 975113: Ignore __rpc_setnodelay error, it is not fatal
christos
[next]