| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
on generated headers. Just put generated headers in SRCS so that
bsd.*.mk can generate better dependencies.
|
| |
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
| |
Partially obtained from: NetBSD PR# 3333
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MAP_FAILED instead of the constant -1 to indicate
failure (required by POSIX).
- Removed flag arguments of '0' (required by POSIX).
- Fixed code which expected an error return of 0.
- Fixed code which thought any address with the high bit set
was an error.
- Check for failure where no checks were present.
Discussed with: bde
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
| |
this.
|
|
|
|
|
|
| |
their path names in the synopsis line (especially since they
referenced the wrong path!). Corrected some other minor problems
with the rpc.lockd man page.
|
|
|
|
|
|
| |
- use rpcgen to generate unmodified code instead of havinf it in the
repository
- use "natural" function names to avoid conflicts with prototypes etc.
|
|
rpc.statd.
This is apparently fully functional and complete.
|