| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | various MLINK fixes from Alan R. S. Bueno; |  jmc | 2009-08-13 | 2 | -5/+5 |
* | define substitution in some cases might happen after prototypes are |  martynas | 2009-08-07 | 1 | -39/+39 |
* | must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>; |  schwarze | 2009-07-15 | 2 | -4/+6 |
* | Load symbol address with dla, not la; good thing userland is still limited |  miod | 2009-07-13 | 1 | -2/+2 |
* | fwrite() should also return 0 if either size or nmemb are 0. |  millert | 2009-07-12 | 3 | -8/+22 |
* | promote correct style for error checking |  eric | 2009-07-09 | 3 | -15/+15 |
* | getgrouplist(3) used to and ought to return 0 on success; |  schwarze | 2009-06-23 | 2 | -9/+17 |
* | fix rcs ids. ok sthen@ |  martynas | 2009-06-21 | 1 | -1/+1 |
* | abs conforms c99 -> imaxabs conforms c99. ok millert@ |  martynas | 2009-06-21 | 1 | -3/+3 |
* | YP client functions do not allocate memory when they fail; |  schwarze | 2009-06-12 | 1 | -3/+4 |
* | don't use freelist if it overruns; use heap memory instead not |  martynas | 2009-06-11 | 1 | -2/+6 |
* | document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok oga |  jmc | 2009-06-09 | 1 | -2/+10 |
* | quieten compiler by converting pointers to uintptr_t before truncating them |  deraadt | 2009-06-08 | 1 | -5/+5 |
* | de-spaghetti: |  schwarze | 2009-06-07 | 1 | -36/+20 |
* | fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@ |  schwarze | 2009-06-07 | 1 | -8/+6 |
* | Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures, |  millert | 2009-06-07 | 1 | -2/+12 |
* | Modify the uc_entries allocation check such that the lhs is a constant. |  millert | 2009-06-07 | 1 | -2/+2 |
* | No need to malloc, copy, have a single read access, and free right away. |  schwarze | 2009-06-07 | 1 | -18/+6 |
* | In case of memory exhaustion, ypmatch_add may both leak memory and leave |  schwarze | 2009-06-06 | 1 | -36/+28 |
* | correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS; |  schwarze | 2009-06-06 | 1 | -3/+3 |
* | use calloc() and realloc() more; ok schwarze |  deraadt | 2009-06-06 | 2 | -21/+13 |
* | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ |  millert | 2009-06-05 | 2 | -4/+12 |
* | use calloc() to provide size * nitems safety |  deraadt | 2009-06-05 | 1 | -3/+2 |
* | use calloc() to provide size * nitems safety; ok millert |  deraadt | 2009-06-05 | 1 | -3/+2 |
* | The yp_bind(3) return code now distinguishes "YP not active" from "an error |  schwarze | 2009-06-05 | 1 | -63/+60 |
* | malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR; |  schwarze | 2009-06-05 | 1 | -3/+3 |
* | improve yp_bind(3) error reporting after clnttcp_create(3) failure: |  schwarze | 2009-06-05 | 1 | -3/+10 |
* | When parsing a line stating with "+" or "-" in group(5), |  schwarze | 2009-06-05 | 1 | -62/+51 |
* | An empty sting cannot be used as a YP domain name, |  schwarze | 2009-06-05 | 1 | -1/+3 |
* | abort any time adjustment in progress if the clock is set with settimeofday |  ckuethe | 2009-06-05 | 1 | -2/+5 |
* | compare and shift buffer against a fixed length not strlen derived values. |  pyr | 2009-06-05 | 1 | -6/+6 |
* | simplify the 'family' option parser and make it more evident what we're |  pyr | 2009-06-04 | 2 | -25/+18 |
* | Recycle four ancient fields in the disklabel structure, replacing them with |  deraadt | 2009-06-04 | 1 | -4/+0 |
* | fix two obvious typos |  schwarze | 2009-06-04 | 1 | -4/+4 |
* | Don't assume that we can overwrite strings in the environment. |  millert | 2009-06-04 | 1 | -1/+3 |
* | Add a resolv.conf option to specify the order in which getaddrinfo |  pyr | 2009-06-04 | 2 | -8/+63 |
* | in case a handling a +groupname:*:: entry fails due to lack of memory, |  schwarze | 2009-06-04 | 1 | -2/+3 |
* | Proper error handling in clntraw_create: |  schwarze | 2009-06-04 | 1 | -6/+15 |
* | State that clnt{raw,udp}_create can fail. |  schwarze | 2009-06-03 | 1 | -2/+8 |
* | Ensure there is a statement after a label. |  jsg | 2009-06-03 | 1 | -1/+2 |
* | crank libc major |  deraadt | 2009-06-03 | 1 | -2/+2 |
* | Take advantage of the surprise libc bump to bring in |  schwarze | 2009-06-03 | 7 | -71/+171 |
* | Make putenv(), setenv() and unsetenv() standards compliant. The |  millert | 2009-06-03 | 5 | -86/+117 |
* | Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ |  jj | 2009-06-03 | 2 | -4/+4 |
* | Don't postpone memory allocation for the error message to the error handler: |  schwarze | 2009-06-03 | 1 | -33/+14 |
* | Set errno to EINVAL when fgets is given a non-positive size. |  ray | 2009-06-02 | 2 | -4/+11 |
* | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) |  jasper | 2009-06-02 | 2 | -3/+7 |
* | When authnone_create fails, do not leave behind a NULL cl_auth attribute, |  schwarze | 2009-06-02 | 2 | -3/+13 |
* | make the documentation of {svc,clnt}*create complete and correct |  schwarze | 2009-06-02 | 2 | -10/+21 |
* | tweak previous; |  jmc | 2009-06-02 | 2 | -8/+9 |