Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | user land -> userland; from Rob Pierce | 2015-10-05 | 1 | -2/+2 | |
| | |||||
* | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | 2015-09-13 | 1 | -1/+12 | |
| | | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@ | ||||
* | All these files include <stdlib.h>, so do not need to cast | 2015-08-20 | 1 | -2/+2 | |
| | | | | malloc/calloc/realloc* returns. | ||||
* | obvious conversion of realloc() to reallocarray(). Luckily this is | 2014-10-08 | 1 | -2/+2 | |
| | | | | | using pollfd, because if this was fd_set... it would not be obvious (or easy) | ||||
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 1 | -29/+30 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE. | 2009-12-14 | 1 | -3/+3 | |
| | | | | | | | Bug found while auditing the same complaint by parfait, see the previous commit; still not shutting parfait up. "wow, that's nasty" deraadt@ | ||||
* | __svc_fdsetsize is counted in bits, not in array elements | 2009-12-11 | 1 | -2/+2 | |
| | | | | | | | | | | When exceeding fd 1024, this bug cleared flag bits for all file descriptors except those <= 64. Found while auditing a (false positive) complaint by parfait. This bugfix does not shut parfait up, though. OK millert@ deraadt@ | ||||
* | use calloc() to provide size * nitems safety | 2009-06-05 | 1 | -3/+2 | |
| | |||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 1 | -2/+2 | |
| | | | | 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 | -53/+21 | |
| | |||||
* | alyte spelling-in-comment fixes | 2005-02-17 | 1 | -2/+2 | |
| | |||||
* | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | 2005-01-08 | 1 | -10/+9 | |
| | | | | | | out by mickey@, seconded by millert@. ok deraadt@. | ||||
* | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | 2003-12-31 | 1 | -109/+251 | |
| | | | | | | | | | 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@ | ||||
* | 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 | |
| | |||||
* | prototype cleanup | 2001-09-15 | 1 | -17/+17 | |
| | |||||
* | plug many memory leaks | 2001-03-03 | 1 | -3/+17 | |
| | |||||
* | mark some places that malloc is not checked | 1999-11-23 | 1 | -1/+3 | |
| | |||||
* | __svc_fdsetsize is a max bitcount; like FDSETSIZE before it | 1998-02-25 | 1 | -2/+2 | |
| | |||||
* | Some -Wall. | 1997-09-22 | 1 | -2/+2 | |
| | |||||
* | delete extra spaces | 1997-03-29 | 1 | -7/+7 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -3/+3 | |
| | | | | | | 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 | -12/+24 | |
| | |||||
* | 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 | -13/+46 | |
| | |||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -1/+2 | |
| | |||||
* | need string.h | 1996-05-22 | 1 | -2/+3 | |
| | |||||
* | clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.se | 1996-05-04 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+451 | |