Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete casts to off_t and size_t that are implied by assignments | 2016-09-21 | 1 | -5/+5 | |
| | | | | | | | or prototypes. Ditto for some of the char* and void* casts too. verified no change to instructions on ILP32 (i386) and LP64 (amd64) ok natano@ abluhm@ deraadt@ millert@ | ||||
* | __xdrrec_getrec is in the reserved namespace, so it doesn't need to be weak | 2015-10-04 | 1 | -2/+2 | |
| | |||||
* | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | 2015-09-13 | 1 | -3/+15 | |
| | | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@ | ||||
* | lseek() is in <unistd.h> ok deraadt@ | 2015-09-11 | 1 | -1/+2 | |
| | |||||
* | Remove all bogus writes to stderr. Only explicit requests should | 2015-09-01 | 1 | -4/+1 | |
| | | | | | go that way. ok miod beck | ||||
* | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | 2013-11-26 | 1 | -2/+2 | |
| | | | | | resurrection of the bad idiom in the tree. sufficient review by miod, kettenis, tedu | ||||
* | add some prototypes, casts, includes, parenthesis, and whatnot to | 2013-04-17 | 1 | -1/+2 | |
| | | | | silence some warnings. | ||||
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 1 | -29/+31 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | Correct the #includes to avoid warnings in <rpc/svc.h> | 2010-07-17 | 1 | -2/+3 | |
| | | | | ok miod@ | ||||
* | Commit requested by marco: | 2008-12-09 | 1 | -19/+195 | |
| | | | | | Add nonblock support for xdrrecs ok millert blambert & otto; from NetBSD. libc bump to follow soon. | ||||
* | be more careful checking for (off_t)-1 as the failure condition from | 2006-04-02 | 1 | -4/+4 | |
| | | | | lseek(), not just any old -1; ok millert | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -55/+25 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | prototype cleanup | 2001-09-15 | 1 | -61/+62 | |
| | |||||
* | plug many memory leaks | 2001-03-03 | 1 | -1/+2 | |
| | |||||
* | fragment size of 0 is clearly illegal; wpaul | 1998-05-20 | 1 | -1/+3 | |
| | |||||
* | repair comments about 2 byte xdrred headers | 1997-05-28 | 1 | -5/+5 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -3/+4 | |
| | |||||
* | Pull prototypes into scope | 1996-03-25 | 1 | -2/+3 | |
| | | | | Remove graticious casts | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+587 | |