Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also removed broken code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
these ideas
|
|
|
|
|
|
|
|
|
|
mike.long@analog.com
|
|
From Mark Diekhans (markd@grizzly.com).
|
|
|
|
|
|
|
|
not to change
|
|
|
|
memory for us.
|
|
|
|
|
|
|
|
|
|
the curses library on some platforms (and the curses library has more
complete implementation of them).
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|