Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | internal API newgetbroadcastnets() does not need a sock | 2006-03-31 | 1 | -5/+3 | ||
| | ||||||
* | Include param.h for MAXHOSTNAMELEN | 2006-01-17 | 1 | -4/+5 | ||
| | ||||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 4 | -8/+8 | ||
| | | | | OK deraadt@ | |||||
* | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian | 2005-10-30 | 1 | -7/+6 | ||
| | | | | | systems. From NetBSD and FreeBSD. ok deraadt@, otto@, "looks correct to me" fgsch@ | |||||
* | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. | 2005-10-10 | 1 | -2/+1 | ||
| | | | | | Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br> Thanks. | |||||
* | some fixes to the .Nm list: | 2005-10-02 | 1 | -2/+4 | ||
| | | | | | - remove duplicate entry for clntudp_create - add missing entries for svc_{destroy,fds,run} | |||||
* | 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 | 37 | -149/+37 | ||
| | | | | | | Kill old files that are no longer compiled. okay theo | |||||
* | impelmentation -> implementation | 2005-08-05 | 3 | -6/+6 | ||
| | | | | yes, new typo for an old friend. | |||||
* | kernal->kernel; | 2005-08-01 | 2 | -4/+4 | ||
| | | | | | from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||||
* | - sync prototypes and header excerpts to reality | 2005-07-22 | 1 | -2/+2 | ||
| | | | | | | | - punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc | |||||
* | Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmers | 2005-04-25 | 1 | -3/+3 | ||
| | | | | dot se>. ok deraadt@ | |||||
* | more snprintf return value sloppiness; ok otto | 2005-04-11 | 1 | -3/+7 | ||
| | ||||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 38 | -692/+326 | ||
| | ||||||
* | - correct include file (from david leonard, pr 4147) | 2005-03-15 | 1 | -4/+4 | ||
| | | | | | | | - r_number is type int, not long - lessen display indent to avoid line split ok deraadt@ millert@ | |||||
* | 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 | 12 | -49/+48 | ||
| | | | | | | out by mickey@, seconded by millert@. ok deraadt@. | |||||
* | Ensure that 'addrs' is always initialized before use (from Yamamoto | 2004-12-17 | 1 | -11/+8 | ||
| | | | | | | | | | | | Takashi). If no broadcast networks are found then just return RPC_CANTSEND. Eliminate perror() calls (suggested by Yamamoto Takashi and seconded by deraadt@, otto@ and millert@) and just let return values speak. ok millert@ | |||||
* | De-reference pointer *after* checking if it is NULL. | 2004-12-16 | 1 | -5/+9 | ||
| | | | | ok millert@. | |||||
* | spacing | 2004-09-14 | 1 | -3/+1 | ||
| | ||||||
* | typo from Jared Yanovich; | 2004-04-28 | 1 | -2/+2 | ||
| | | | | ok deraadt@ | |||||
* | s/arm32/arm/ with VFP bit to match netbsd. | 2004-02-01 | 1 | -2/+2 | ||
| | ||||||
* | the rest of the libs stuff; from art@ again | 2004-01-28 | 1 | -2/+2 | ||
| | ||||||
* | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | 2003-12-31 | 9 | -270/+463 | ||
| | | | | | | | | | 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@ | |||||
* | incorrect ordering of free operations | 2003-09-20 | 1 | -4/+4 | ||
| | ||||||
* | do not leak if mem_alloc fails | 2003-09-20 | 1 | -1/+4 | ||
| | ||||||
* | refer to RFCs consistently (RFC XXXX); | 2003-08-08 | 2 | -4/+4 | ||
| | ||||||
* | remove some old groff macros and replace them with -mdoc ones; | 2003-06-29 | 1 | -6/+9 | ||
| | ||||||
* | - whitespace at EOL | 2003-05-30 | 6 | -24/+24 | ||
| | | | | | - remove unnecessary macros - section reorder in getrpcent(3) | |||||
* | this is all new code. copyright to downsj and myself who managed to | 2003-05-20 | 1 | -34/+22 | ||
| | | | | erradicate the old stuff. | |||||
* | typos; | 2003-05-07 | 1 | -11/+12 | ||
| | ||||||
* | bindresvport() does not automatically select another port if the | 2003-04-11 | 1 | -30/+34 | ||
| | | | | | | specified one is in use (closes PR 3192). While I am here, reorganize and clean up much of the wording. This now reads like a native speaker of English wrote it. | |||||
* | some small typos; | 2003-03-17 | 1 | -3/+3 | ||
| | ||||||
* | copyrights added; | 2003-02-18 | 6 | -6/+168 | ||
| | | | | these are all Sun Microsystems | |||||
* | put my copyrights on here | 2003-02-14 | 1 | -2/+52 | ||
| | ||||||
* | Make x_handy in XDR u_int, not int since there are places in the | 2002-12-11 | 1 | -9/+15 | ||
| | | | | | | | | 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 | |||||
* | remove extra output of \n in clnt_perror() | 2002-09-10 | 1 | -2/+2 | ||
| | ||||||
* | use socklen_t where needed; henning pvalchev ok | 2002-09-06 | 5 | -12/+13 | ||
| | ||||||
* | clean; gwyllion@ace.ulyssis.org | 2002-08-29 | 1 | -2/+1 | ||
| | ||||||
* | do not lose errno | 2002-08-22 | 1 | -1/+6 | ||
| | ||||||
* | tweak | 2002-08-22 | 2 | -8/+8 | ||
| | ||||||
* | 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. | |||||
* | KNF and correct overflow fix; jhutz@cmu.edu | 2002-08-01 | 1 | -16/+11 | ||
| | ||||||
* | careful malloc | 2002-07-29 | 1 | -4/+6 | ||
| | ||||||
* | compatiblity -> compatibility | 2002-06-03 | 1 | -2/+2 | ||
| | | | | | | decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||||
* | strlcat bounds | 2002-05-29 | 1 | -2/+2 | ||
| | ||||||
* | 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 | 4 | -10/+10 | ||
| | ||||||
* | indent | 2002-02-13 | 1 | -3/+3 | ||
| | ||||||
* | label abort() from inside library as ILLEGAL | 2002-01-02 | 2 | -7/+7 | ||
| | ||||||
* | cast a few more long's to int32_t | 2001-09-17 | 2 | -6/+6 | ||
| |