aboutsummaryrefslogtreecommitdiff
path: root/nfsd/ops.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-47/+48
| | | | * ops.c: Include <string.h> for decls of built-ins.
* 2000-12-02 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-12-021-6/+30
| | | | | | | | | * ops.c (op_readlink): Before returning, check if the buffer pointed to by transp is ours. If not, munmap it. (op_read): Likewise for bp. (op_readdir): Don't alloca a buffer here. Instead initialize BUF and BUFSIZE to 0 and let the server (eh, MiG) do it. munmap BUF before returning.
* *** empty log message ***Thomas Bushnell1996-09-041-1/+1
|
* *** empty log message ***Thomas Bushnell1996-08-141-10/+10
|
* *** empty log message ***Thomas Bushnell1996-08-131-2/+9
|
* *** empty log message ***Thomas Bushnell1996-08-071-59/+105
|
* *** empty log message ***Michael I. Bushnell1996-07-181-0/+652