aboutsummaryrefslogtreecommitdiff
path: root/nfsd/xdr.c
Commit message (Collapse)AuthorAgeFilesLines
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-091-1/+1
| | | | | Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
* 2007-11-13 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-11-131-7/+9
| | | | | * ops.c (complete_setattr): Adapt to ``struct stat'' changes. * xdr.c (encode_fattr): Likewise.
* 2002-09-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-09-291-41/+39
| | | | | | | | | | | | | | | | | | | | | | * loop.c (server_loop): Use memset instead bzero. (server_loop): Add parenthesis for post-decrement (even though it is only used as an lvalue here). Increment P after using it in the macro, not within. * ops.c (complete_setattr): Likewise. (op_setattr, op_read, op_write, op_create, op_symlink, op_mkdir, op_readdir, op_getport): Likewise. * xdr.c (encode_fattr): Likewise. (encode_data): Likewise. Also use memcpy instead bcopy. (encode_statfs): Likewise. (decode_name): Likewise. Also use memcpy instead bcopy. (encode_fhandle): Use memcpy instead bcopy. * cache.c (process_cred): Add parenthesis for post-decrement (even though it is only used as an lvalue here). Increment P after using it in the macro, not within. (idspec_lookup): Use memcpy, not bcopy. (lookup_cache_handle): Likewise. (create_cached_handle): Likewise. (check_cached_replies): Likewise.
* *** empty log message ***Thomas Bushnell1996-08-141-7/+7
|
* *** empty log message ***Thomas Bushnell1996-08-121-2/+19
|
* *** empty log message ***Thomas Bushnell1996-08-071-12/+9
|
* *** empty log message ***Michael I. Bushnell1996-07-181-0/+204