Age | Commit message (Collapse) | Author |
|
exclusions lists are typically small.
* move YP_OVERRIDE_PASSWD to a static var. needs some way for the system
to set this.
* clean up variable names and some code.
* invisibly support FreeBSD ypserv running in "secure" mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
these ideas
|
|
|
|
|
|
|
|
|
|
mike.long@analog.com
|
|
From Mark Diekhans (markd@grizzly.com).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clarify description of seek function and that the seek function accepts
an fpos_t argument and not an off_t argument.
|
|
fwopen() argument type mis-described
|
|
> Fix a very rare error condition: The code to free VM back to the kernel
> as done after a quasi-recursive call to free() had modified what we
> thought we knew about the last chunk of pages.
> This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr,
> then make would coredump in the lpd directory.
|
|
|
|
|
|
|
|
|
|
Remove unused variables
Silence some warnings
lint(1) is your friend
|
|
|
|
|
|
|
|
|
|
|
|
|