summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* various MLINK fixes from Alan R. S. Bueno;jmc2009-08-132-5/+5
* define substitution in some cases might happen after prototypes aremartynas2009-08-071-39/+39
* must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>;schwarze2009-07-152-4/+6
* Load symbol address with dla, not la; good thing userland is still limitedmiod2009-07-131-2/+2
* fwrite() should also return 0 if either size or nmemb are 0.millert2009-07-123-8/+22
* promote correct style for error checkingeric2009-07-093-15/+15
* getgrouplist(3) used to and ought to return 0 on success;schwarze2009-06-232-9/+17
* fix rcs ids. ok sthen@martynas2009-06-211-1/+1
* abs conforms c99 -> imaxabs conforms c99. ok millert@martynas2009-06-211-3/+3
* YP client functions do not allocate memory when they fail;schwarze2009-06-121-3/+4
* don't use freelist if it overruns; use heap memory instead notmartynas2009-06-111-2/+6
* document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok ogajmc2009-06-091-2/+10
* quieten compiler by converting pointers to uintptr_t before truncating themderaadt2009-06-081-5/+5
* de-spaghetti:schwarze2009-06-071-36/+20
* fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@schwarze2009-06-071-8/+6
* Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,millert2009-06-071-2/+12
* Modify the uc_entries allocation check such that the lhs is a constant.millert2009-06-071-2/+2
* No need to malloc, copy, have a single read access, and free right away.schwarze2009-06-071-18/+6
* In case of memory exhaustion, ypmatch_add may both leak memory and leaveschwarze2009-06-061-36/+28
* correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;schwarze2009-06-061-3/+3
* use calloc() and realloc() more; ok schwarzederaadt2009-06-062-21/+13
* Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@millert2009-06-052-4/+12
* use calloc() to provide size * nitems safetyderaadt2009-06-051-3/+2
* use calloc() to provide size * nitems safety; ok millertderaadt2009-06-051-3/+2
* The yp_bind(3) return code now distinguishes "YP not active" from "an errorschwarze2009-06-051-63/+60
* malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR;schwarze2009-06-051-3/+3
* improve yp_bind(3) error reporting after clnttcp_create(3) failure:schwarze2009-06-051-3/+10
* When parsing a line stating with "+" or "-" in group(5),schwarze2009-06-051-62/+51
* An empty sting cannot be used as a YP domain name,schwarze2009-06-051-1/+3
* abort any time adjustment in progress if the clock is set with settimeofdayckuethe2009-06-051-2/+5
* compare and shift buffer against a fixed length not strlen derived values.pyr2009-06-051-6/+6
* simplify the 'family' option parser and make it more evident what we'repyr2009-06-042-25/+18
* Recycle four ancient fields in the disklabel structure, replacing them withderaadt2009-06-041-4/+0
* fix two obvious typosschwarze2009-06-041-4/+4
* Don't assume that we can overwrite strings in the environment.millert2009-06-041-1/+3
* Add a resolv.conf option to specify the order in which getaddrinfopyr2009-06-042-8/+63
* in case a handling a +groupname:*:: entry fails due to lack of memory,schwarze2009-06-041-2/+3
* Proper error handling in clntraw_create:schwarze2009-06-041-6/+15
* State that clnt{raw,udp}_create can fail.schwarze2009-06-031-2/+8
* Ensure there is a statement after a label.jsg2009-06-031-1/+2
* crank libc majorderaadt2009-06-031-2/+2
* Take advantage of the surprise libc bump to bring inschwarze2009-06-037-71/+171
* Make putenv(), setenv() and unsetenv() standards compliant. Themillert2009-06-035-86/+117
* Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@jj2009-06-032-4/+4
* Don't postpone memory allocation for the error message to the error handler:schwarze2009-06-031-33/+14
* Set errno to EINVAL when fgets is given a non-positive size.ray2009-06-022-4/+11
* - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2009-06-022-3/+7
* When authnone_create fails, do not leave behind a NULL cl_auth attribute,schwarze2009-06-022-3/+13
* make the documentation of {svc,clnt}*create complete and correctschwarze2009-06-022-10/+21
* tweak previous;jmc2009-06-022-8/+9