aboutsummaryrefslogtreecommitdiff
path: root/nfsd
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2002-05-031-0/+5
|
* 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-032-18/+19
| | | | | * main.c: Include <error.h>. * fsys.c: Likewise.
* *** empty log message ***Neal H. Walfield2002-03-261-0/+7
|
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-27/+17
| | | | | | | * fsys.c (init_filesystems): Use error, not fprintf. Use MACH_PORT_NULL explicitly. (write_filesystems): Use error, not fprintf. Use ERR, not errno. * main.c (main): Use error, not perror and exit.
* .Roland McGrath2001-02-261-0/+4
|
* 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-022-6/+39
| | | | | | | | | * 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.
* 2000-12-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-12-012-51/+98
| | | | | | | | | | | | | | | * cache.c (scan_creds): Move I inside for-statement. Replace inner for-loop with a while-loop. New variable NEXT_I set to I->NEXT, because we might free I. Set I to NEXT_I at end of while block. Move update of leastidlastuse inside if block, because otherwise we will constantly prevent ourself from scanning. (scan_fhs): Very much the same. (scan_replies): Likewise. Also free CR. (check_cached_reply): Make HASH value absolute (as XID can be negative, and thus the modulus). Initialize REFERENCES to 1.
* *** empty log message ***Thomas Bushnell2000-03-171-0/+4
|
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-1/+2
| | | | * cache.c (create_cached_handle): Add comment.
* .Roland McGrath1999-07-111-1/+5
|
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
| | | | * cache.c: Add #include <sys/mman.h> for munmap decl.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-032-2/+7
| | | | | * cache.c (create_cached_handle): Use munmap instead of vm_deallocate.
* .Roland McGrath1998-12-201-0/+7
|
* 1998-12-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-201-36/+40
| | | | * loop.c (server_loop): Cosmetic.
* 1998-12-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-201-7/+5
| | | | | * nfsd.h: Include <rpc/types.h>. (bool_t, enum_t): Remove typedefs.
* Add braces to silence gcc warnings.Roland McGrath1998-10-202-90/+97
|
* Thu Sep 26 14:09:20 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-083-1/+7
| | | | | | * nfsd.h (enum_t): New type. * cache.c: Don't inclide <rpc/auth_unix.h>.
* *** empty log message ***Thomas Bushnell1996-09-172-1/+6
|
* *** empty log message ***Thomas Bushnell1996-09-044-3/+11
|
* *** empty log message ***Thomas Bushnell1996-08-146-35/+48
|
* *** empty log message ***Thomas Bushnell1996-08-132-2/+17
|
* *** empty log message ***Thomas Bushnell1996-08-126-9/+44
|
* *** empty log message ***Thomas Bushnell1996-08-072-9/+7
|
* *** empty log message ***Thomas Bushnell1996-08-079-334/+456
|
* *** empty log message ***Michael I. Bushnell1996-07-189-0/+2074