Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-22 | Remove unnecessary typedef usage. | Marc Espie | |
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) | Todd C. Miller | |
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 | margarida | |
2003-03-14 | unkown -> unknown | margarida | |
ok millert@ | |||
2003-03-10 | fix spelling in comment | David Krause | |
ok millert@ | |||
2002-12-11 | Make x_handy in XDR u_int, not int since there are places in the | Todd C. Miller | |
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-09-15 | prototype cleanup | Theo de Raadt | |
2001-03-03 | plug many memory leaks | Theo de Raadt | |
2000-10-12 | proto _rpc_dtablesize() | Theo de Raadt | |
2000-08-22 | proto svc_getreqset2 | Theo de Raadt | |
1998-12-20 | pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the ↵ | Todd C. Miller | |
same reason | |||
1998-08-29 | change pmap_set() protocol to u_int, similar to solaris; ref: casper | Theo de Raadt | |
1998-03-19 | Some -Wall | Todd C. Miller | |
1998-02-10 | pretty some types, real minor | Theo de Raadt | |
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist | |
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 | Theo de Raadt | |
1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | Todd C. Miller | |
not rpc-specific and other stuff uses it now. | |||
1997-06-29 | relocated header files | Niels Provos | |
1996-07-31 | proto get_myaddress() | Theo de Raadt | |
1996-07-29 | proto bindresvport() here | Theo de Raadt | |
1996-07-20 | (*cl_control)() takes a void * for last param | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |