summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2009-11-23Make the code example fit on an 80 char screen without wrapping.Michael Knudsen
2009-11-21replacing malloc/realloc dance, by only one reallocCharles Longeau
2009-11-21remove unused variableCharles Longeau
2009-11-21remove unused variableCharles Longeau
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-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
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-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
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-08-27Don't stop traversing a directory hierarchy if we reach SHRT_MAX,Todd C. Miller
2009-07-15must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>;Ingo Schwarze
2009-06-23getgrouplist(3) used to and ought to return 0 on success;Ingo Schwarze
2009-06-09document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok ogaJason McIntyre
2009-06-07de-spaghetti:Ingo Schwarze
2009-06-07Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,Todd C. Miller
2009-06-07No need to malloc, copy, have a single read access, and free right away.Ingo Schwarze
2009-06-05The yp_bind(3) return code now distinguishes "YP not active" from "an errorIngo Schwarze
2009-06-05When parsing a line stating with "+" or "-" in group(5),Ingo Schwarze
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-04in case a handling a +groupname:*:: entry fails due to lack of memory,Ingo Schwarze
2009-06-03Ensure there is a statement after a label.Jonathan Gray
2009-06-03Take advantage of the surprise libc bump to bring inIngo Schwarze
2009-06-02tweak previous;Jason McIntyre
2009-06-01Split getpw{nam,uid} off into their own man page. Hopefully, thisTodd C. Miller
2009-04-29document that bogus lines are silently ignoredTheo de Raadt
2009-04-29Remove the stderr spray balony. Library functions should indicate failureTheo de Raadt
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2009-03-27supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@Ingo Schwarze
2009-03-27getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)Ingo Schwarze
2009-03-23add a HISTORY section to fts(3).Igor Sobrado
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-02-18Add missing braces. This is why we use braces for indented block thatTodd C. Miller
2009-02-11Avoid level going negative on deep (i mean really deep) dirs. ReportedOtto Moerbeek
2009-01-15Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@Todd C. Miller
2008-12-27Fix file descriptor leak in fts_children(); okay dhill@, millert@,Pedro Martelletto
2008-12-23ddb.console does not override machdep.kbdreset, so don't say it does;Jason McIntyre
2008-12-12- document and mlink frexpf, ldexpf, modff added 13 years agoMartynas Venckus
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-09ditto frexpl and ldexplMartynas Venckus
2008-12-09- add long double signbitMartynas Venckus
2008-11-09tweak previous;Jason McIntyre
2008-11-08Document the ddb.trigger sysctl.Chris Kuethe
2008-10-24some SEE ALSO additions from Ingo Schwarze;Jason McIntyre
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre