| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-08-27 | Pull in <sys/select.h> for fd_set | 1 | -1/+2 | ||
| ok deraadt@ | |||||
| 2015-09-14 | Prefer the standardized <poll.h> over <sys/poll.h> | 1 | -2/+2 | ||
| 2015-09-13 | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | 2 | -54/+2 | ||
| Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@ | |||||
| 2015-09-13 | authdes_create() was never implemented | 1 | -3/+1 | ||
| 2014-10-29 | Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache() | 2 | -2/+6 | ||
| (Both NetBSD and FreeBSD provide these prototypes) ok millert@ | |||||
| 2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | 13 | -371/+375 | ||
| Update our sources appropriately. OK deraadt@ jsg@ | |||||
| 2010-05-01 | incomming -> incoming | 1 | -2/+2 | ||
| The ones found in gnu/ left out by intention. ok jmc | |||||
| 2008-12-09 | Commit requested by marco: | 1 | -1/+2 | ||
| Add nonblock support for xdrrecs ok millert blambert & otto; from NetBSD. libc bump to follow soon. | |||||
| 2008-06-13 | implement xdr_int64_t, xdr_u_int64_t | 1 | -1/+3 | ||
| from NetBSD | |||||
| 2007-11-24 | some spelling fixes from Martynas Venckus | 1 | -2/+2 | ||
| 2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | 1 | -1/+2 | ||
| working again. help from millert@, ok deraadt@ pedro@ | |||||
| 2006-02-06 | typos from alexey dobriyan; | 1 | -2/+2 | ||
| 2005-01-08 | Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone might | 1 | -2/+2 | ||
| use it in a vararg function call that needs the type info. Pointed out by otto@. | |||||
| 2005-01-08 | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | 1 | -2/+2 | ||
| out by mickey@, seconded by millert@. ok deraadt@. | |||||
| 2004-01-22 | Remove unnecessary typedef usage. | 9 | -119/+127 | ||
| u_char -> unsigned char u_short -> unsigned short u_long -> unsigned long u_int -> unsigned int okay millert@ | |||||
| 2003-12-31 | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | 1 | -6/+7 | ||
| 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@ | |||||
| 2003-03-16 | realated -> related | 1 | -2/+2 | ||
| 2003-03-14 | unkown -> unknown | 1 | -2/+2 | ||
| ok millert@ | |||||
| 2003-03-10 | fix spelling in comment | 1 | -2/+2 | ||
| ok millert@ | |||||
| 2002-12-11 | Make x_handy in XDR u_int, not int since there are places in the | 1 | -2/+2 | ||
| code that assign a u_int value to x_handy. However, this means that we need to be careful checking for overflow as we can no longer subtract a value and check the result for < 0. We reorder the expression instead to avoid this problem (basic algebra). deraadt@ OK | |||||
| 2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 6 | -65/+47 | ||
| 2002-02-16 | 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. | 11 | -120/+120 | ||
| 2001-09-15 | prototype cleanup | 2 | -4/+4 | ||
| 2001-03-03 | plug many memory leaks | 1 | -1/+2 | ||
| 2000-10-12 | proto _rpc_dtablesize() | 1 | -1/+4 | ||
| 2000-08-22 | proto svc_getreqset2 | 1 | -1/+2 | ||
| 1998-12-20 | pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the same reason | 1 | -1/+5 | ||
| 1998-08-29 | change pmap_set() protocol to u_int, similar to solaris; ref: casper | 1 | -2/+2 | ||
| 1998-03-19 | Some -Wall | 1 | -2/+2 | ||
| 1998-02-10 | pretty some types, real minor | 2 | -9/+9 | ||
| 1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | 13 | -0/+14 | ||
| entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags. | |||||
| 1997-07-17 | proto more | 1 | -0/+5 | ||
| 1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | 1 | -1/+0 | ||
| not rpc-specific and other stuff uses it now. | |||||
| 1997-06-29 | relocated header files | 1 | -0/+131 | ||
| 1996-07-31 | proto get_myaddress() | 1 | -0/+1 | ||
| 1996-07-29 | proto bindresvport() here | 1 | -0/+3 | ||
| 1996-07-20 | (*cl_control)() takes a void * for last param | 1 | -1/+1 | ||
| 1995-10-18 | initial import of NetBSD tree | 12 | -0/+1925 | ||
