This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
usr.sbin
/
rpcbind
History
Enji Cooper
d511b20a69
Add HAS_TESTS to all Makefiles that are currently using the
...
`SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912.
2017-08-02 08:50:42 +00:00
..
tests
usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
2017-03-04 11:38:03 +00:00
check_bound.c
Remove a useless if (x != NULL) check before calling free on allocated_uaddr
2016-05-29 06:01:18 +00:00
Makefile
Add HAS_TESTS to all Makefiles that are currently using the
2017-08-02 08:50:42 +00:00
Makefile.depend
…
pmap_svc.c
…
rpcb_stat.c
Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STAT
2016-06-08 12:45:22 +00:00
rpcb_svc_4.c
…
rpcb_svc_com.c
* limit size of buffers to RPC_MAXDATASIZE
2017-06-01 06:12:25 +00:00
rpcb_svc.c
…
rpcbind.8
rpcbind(8): post-humously document -w (warmstart) support added in r74462
2017-04-19 20:23:27 +00:00
rpcbind.c
Print out the signal number on exit in terminate(..) if WARMSTART is compiled
2017-04-19 17:51:32 +00:00
rpcbind.h
"source routing" in rpcbind
2016-01-06 00:00:11 +00:00
security.c
…
util.c
Follow up to r300932
2016-05-29 20:28:01 +00:00
warmstart.c
…