summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2009-11-21remove unused variableCharles Longeau
2009-11-21Ooops, committed an unbaked changePhilip Guenthe
2009-11-21Several stdio functions were failing to set the stream orientationPhilip Guenthe
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:Philip Guenthe
2009-11-12simplify the code looking for + in the password database, after analysisTheo de Raadt
2009-11-11fix leaks in error cases found by parfaitJonathan Gray
2009-11-10ctim -> ctime; from ca (pr #6256)Jason McIntyre
2009-11-09mbrlen returns size_t not int.Nicholas Marriott
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-11-08ansifyStefan Sperling
2009-11-07remove gcc 1 workaround we no longer care about whichJonathan Gray
2009-11-02permit -DMALLOC_STATS to compile againTodd T. Fries
2009-11-01Use a local numeric label to branch to the start of the function, instead ofMiod Vallat
2009-11-01Two minor bug fixes rotting in my tree:Ingo Schwarze
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-28skip the \' formatting flag, grouping is not implemented; ok deraadt@Christian Weisgerber
2009-10-28more fallout from jasper's commit.Jonathan Gray
2009-10-28more rcsid/sccs cleanupTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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