Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove calls to perror(); the error returns are sufficient, and these | 2015-09-01 | 1 | -3/+1 | |
| | | | | | library may not assume stderr is useable. ok millert miod beck | ||||
* | missing pfd = newp, diagnosed by deraadt@ | 2014-11-05 | 1 | -1/+2 | |
| | |||||
* | Fix memory leak on reallocarray() failure introduced by conversion | 2014-11-04 | 1 | -4/+6 | |
| | | | | from calloc(). | ||||
* | We prefer to use call reallocarray() with nmemb first and size second. | 2014-10-22 | 1 | -2/+2 | |
| | | | | Requested by guenther@ | ||||
* | Use reallocarray() instead of calloc() (originally was realloc). | 2014-10-22 | 1 | -3/+2 | |
| | | | | OK deraadt@ | ||||
* | Replace a realloc() + memcpy() with calloc() + memcpy(). | 2013-04-16 | 1 | -6/+5 | |
| | | | | | We don't need to zero pfd but using calloc() gets us overflow protection for free. OK chl@ deraadt@ | ||||
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 1 | -27/+30 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 1 | -2/+2 | |
| | | | | OK deraadt@ | ||||
* | Use realloc() instead of malloc(). | 2005-09-10 | 1 | -5/+6 | |
| | | | | | | From: Alexander dot Farber at gmail dot com ok deraadt@ | ||||
* | 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 | -2/+2 | |
| | |||||
* | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | 2003-12-31 | 1 | -29/+20 | |
| | | | | | | | | | in the libc rpc code. The main difference between this and the previous version is the use of a simple free list that simplifies the logic when adding a socket to svc_pollfd. I've also added code to pack svc_pollfd when the free list gets too big. The idea general idea is to keep svc_pollfd as tightly packed as possible to make poll(2) efficient. Tested by many people and OK deraadt@ | ||||
* | If malloc() fails, perror() and return. This is non-optimal but because | 2002-08-03 | 1 | -2/+5 | |
| | | | | svr_run() is void we have no way to pass back error status. | ||||
* | 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 | -2/+2 | |
| | |||||
* | mark some places that malloc is not checked | 1999-11-23 | 1 | -2/+2 | |
| | |||||
* | Some -Wall | 1998-03-19 | 1 | -1/+4 | |
| | |||||
* | memcpy needs string.h. | 1996-11-14 | 1 | -1/+2 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -1/+2 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org | 1996-08-20 | 1 | -4/+5 | |
| | |||||
* | deal with unintializated __svc_fdset | 1996-08-20 | 1 | -6/+13 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | support descriptors > FD_SETSIZE and correct timeout handling | 1996-08-15 | 1 | -7/+14 | |
| | |||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -1/+2 | |
| | |||||
* | Pull prototypes into scope | 1996-03-25 | 1 | -1/+2 | |
| | | | | Remove graticious casts | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+66 | |