| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -2/+2 | |
| | | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
| * | delete old lint ARGSUSED comments | 2015-11-01 | 1 | -2/+1 | |
| | | |||||
| * | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | 2015-09-13 | 1 | -1/+3 | |
| | | | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@ | ||||
| * | Delete 3 more stderr messages, right before returning a proper error. | 2015-09-02 | 1 | -2/+2 | |
| | | | | | Code from way in the past. | ||||
| * | Remove all bogus writes to stderr. Only explicit requests should | 2015-09-01 | 1 | -8/+3 | |
| | | | | | | go that way. ok miod beck | ||||
| * | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 1 | -28/+29 | |
| | | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
| * | eliminate call to abort(), which is very bad in libs. I forgat how | 2007-03-25 | 1 | -6/+9 | |
| | | | | | | this diff came into my tree, apologies for not naming the contributor. ok tedu@ deraadt@ | ||||
| * | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | 2006-11-10 | 1 | -1/+18 | |
| | | | | | | | working again. help from millert@, ok deraadt@ pedro@ | ||||
| * | 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 | -23/+10 | |
| | | |||||
| * | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | 2005-01-08 | 1 | -4/+4 | |
| | | | | | | | out by mickey@, seconded by millert@. ok deraadt@. | ||||
| * | do not leak if mem_alloc fails | 2003-09-20 | 1 | -1/+4 | |
| | | |||||
| * | label abort() from inside library as ILLEGAL | 2002-01-02 | 1 | -3/+3 | |
| | | |||||
| * | prototype cleanup | 2001-09-15 | 1 | -23/+23 | |
| | | |||||
| * | plug many memory leaks | 2001-03-03 | 1 | -1/+2 | |
| | | |||||
| * | fix includes | 2000-08-24 | 1 | -1/+2 | |
| | | |||||
| * | alphabetize function forward decls for prettiness | 1998-12-20 | 1 | -3/+3 | |
| | | |||||
| * | clarify gethostname() call | 1998-07-09 | 1 | -2/+2 | |
| | | |||||
| * | avoid more abort() | 1997-11-08 | 1 | -3/+3 | |
| | | |||||
| * | verf is a ptr | 1997-07-17 | 1 | -4/+4 | |
| | | |||||
| * | Clean up lint and compile warnings | 1996-12-14 | 1 | -3/+6 | |
| | | |||||
| * | memcpy needs proto from string.h. | 1996-11-14 | 1 | -1/+2 | |
| | | |||||
| * | Remove dead code | 1996-09-15 | 1 | -2/+2 | |
| | | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
| * | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
| * | bcopy->memcpy & tag | 1996-07-20 | 1 | -2/+3 | |
| | | |||||
| * | Pull prototypes into scope | 1996-03-25 | 1 | -5/+6 | |
| | | | | | Remove graticious casts | ||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+324 | |
