This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-02-01 17:00:36 +00:00
Code
Issues
Releases
Activity
freebsd
/
usr.sbin
/
rpcbind
History
Dima Dorfman
b7e90a112f
Capitalize the first word in sentences, and put periods at the end of
...
sentences.
2001-08-20 00:03:01 +00:00
..
check_bound.c
Fix a memory leak in check_bound() by freeing the buffer area of
2001-07-14 17:17:48 +00:00
Makefile
Perform a major cleanup of the usr.sbin Makefiles.
2001-07-20 06:20:32 +00:00
pmap_svc.c
Use snprintf instead of sprintf.
2001-07-14 16:54:37 +00:00
rpcb_stat.c
This is a selection of essentially cosmetic changes:
2001-07-14 17:46:52 +00:00
rpcb_svc_4.c
…
rpcb_svc_com.c
Free things in the right order
2001-07-16 22:12:06 +00:00
rpcb_svc.c
…
rpcbind.8
Capitalize the first word in sentences, and put periods at the end of
2001-08-20 00:03:01 +00:00
rpcbind.c
…
rpcbind.h
…
security.c
Add missing #include <stdio.h>.
2001-07-14 17:10:58 +00:00
util.c
Simplify to bitmaskcmp() to use the obvious approach instead of
2001-07-14 17:04:26 +00:00
warmstart.c
…