summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2009-10-27We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to removeNicholas Marriott
2009-10-26add ENOTSUP and bump libc minorJasper Lievisse Adriaanse
2009-10-22Back out previous commit, as it caused too much growth for the installPhilip Guenthe
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfilePhilip Guenthe
2009-10-20Check mmap return value against MAP_FAILED not NULL.Paul Irofti
2009-10-16teach gdtoa & its subroutines that malloc can fail; in which caseMartynas Venckus
2009-10-10rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@Otto Moerbeek
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
2009-09-27Minor bump for safety, due to the mips cachectl() addition.Miod Vallat
2009-09-27Add an implementation of IRIX-compatible cacheflush() routine to mips ports,Miod Vallat
2009-09-10cvs log message from ed@freebsd, revision 197045:Jason McIntyre
2009-09-09maxzis -> maxsize; from Han BoetesJason McIntyre
2009-09-08I had not enough oks to commit this diff.Michele Marchetto
2009-09-08Add support for divert sockets. They allow you to:Michele Marchetto
2009-09-02make getaddrinfo(3) accept numeric servname when ai_socktype is notFederico G. Schwindt
2009-08-27Don't stop traversing a directory hierarchy if we reach SHRT_MAX,Todd C. Miller
2009-08-20add SF_ARCHIVED. ok millert@, tedu@Martynas Venckus
2009-08-13various MLINK fixes from Alan R. S. Bueno;Jason McIntyre
2009-08-07define substitution in some cases might happen after prototypes areMartynas Venckus
2009-07-15must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>;Ingo Schwarze
2009-07-13Load symbol address with dla, not la; good thing userland is still limitedMiod Vallat
2009-07-12fwrite() should also return 0 if either size or nmemb are 0.Todd C. Miller
2009-07-09promote correct style for error checkingEric Faurot
2009-06-23getgrouplist(3) used to and ought to return 0 on success;Ingo Schwarze
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-21abs conforms c99 -> imaxabs conforms c99. ok millert@Martynas Venckus
2009-06-12YP client functions do not allocate memory when they fail;Ingo Schwarze
2009-06-11don't use freelist if it overruns; use heap memory instead notMartynas Venckus
2009-06-09document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok ogaJason McIntyre
2009-06-08quieten compiler by converting pointers to uintptr_t before truncating themTheo de Raadt
2009-06-07de-spaghetti:Ingo Schwarze
2009-06-07fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@Ingo Schwarze
2009-06-07Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,Todd C. Miller
2009-06-07Modify the uc_entries allocation check such that the lhs is a constant.Todd C. Miller
2009-06-07No need to malloc, copy, have a single read access, and free right away.Ingo Schwarze
2009-06-06In case of memory exhaustion, ypmatch_add may both leak memory and leaveIngo Schwarze
2009-06-06correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;Ingo Schwarze
2009-06-06use calloc() and realloc() more; ok schwarzeTheo de Raadt
2009-06-05Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@Todd C. Miller
2009-06-05use calloc() to provide size * nitems safetyTheo de Raadt
2009-06-05use calloc() to provide size * nitems safety; ok millertTheo de Raadt
2009-06-05The yp_bind(3) return code now distinguishes "YP not active" from "an errorIngo Schwarze
2009-06-05malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR;Ingo Schwarze
2009-06-05improve yp_bind(3) error reporting after clnttcp_create(3) failure:Ingo Schwarze
2009-06-05When parsing a line stating with "+" or "-" in group(5),Ingo Schwarze
2009-06-05An empty sting cannot be used as a YP domain name,Ingo Schwarze
2009-06-05abort any time adjustment in progress if the clock is set with settimeofdayChris Kuethe
2009-06-05compare and shift buffer against a fixed length not strlen derived values.Pierre-Yves Ritschard
2009-06-04simplify the 'family' option parser and make it more evident what we'rePierre-Yves Ritschard
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt