summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2010-03-12document PF_KEY; from sthen and myselfJason McIntyre
2010-03-01explain KERN_NOSUIDCOREDUMP with less words and more precisionIngo Schwarze
2010-02-25Do not attempt to silently continue text for the last column of tablesIngo Schwarze
2010-02-22fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der MolenJason McIntyre
2010-02-18Every .Bl requires .It, even when using -column.Ingo Schwarze
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-01-19Better ERRORS section info; from Tim van der Molen. POSIX documentsTodd C. Miller
2010-01-19Leave errno as-is if fstat(2) fails instead of masking the realTodd C. Miller
2010-01-15Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andStuart Henderson
2010-01-14Document hw.ncpufound and HW_NCPUFOUND.Philip Guenthe
2010-01-13If a process receives two different signals while in readpassphrase, onlyDarren Tucker
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2009-12-19Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3).Ingo Schwarze
2009-12-16Update the list of async-signal-safe functionsPhilip Guenthe
2009-12-14sleep(3) is supposed to return zero when it sleeps the entire amountPhilip Guenthe
2009-12-10getcwd() is posix, not ansi; from Thomas PfaffJason McIntyre
2009-11-27Correct description of physically vs logically; spotted by NickOtto Moerbeek
2009-11-27Add a signal for librthread to use for interthread ASTs for cancelationPhilip Guenthe
2009-11-24Change ENOTSUP's strerror() to "Not supported"Philip Guenthe
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