summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-10-09do not use weak; plus this dies next weekTheo de Raadt
2015-10-09oops, typo spotted in temporary .c file, by semarieTheo de Raadt
2015-10-09tame -> pledge conversion, in libc. I should crank libc, but am cheatingTheo de Raadt
2015-10-08fix conditionalsEric Faurot
2015-10-08Handle case where no hint is passed in. Found as a crash of fdm by jturner@Theo de Raadt
2015-10-07Be explicit that the user is responsible for freeing the line bufferTodd C. Miller
2015-10-07getaddrinfo_async() shouldn't unconditionally intialize the resolverTheo de Raadt
2015-10-07getaddrinfo() should not res_init() unconditionally, but allow lowerTheo de Raadt
2015-10-05Wrap <resolv.h> so that internal calls go directPhilip Guenther
2015-10-05user land -> userland; from Rob PierceTheo de Raadt
2015-10-04mention sendto(2) destination address restriction for "rw"Damien Miller
2015-10-04Clarify a point. Adjust punctuation after discussion w/ jmc@Philip Guenther
2015-10-04Wrap <search.h> to make all the symbols there weakPhilip Guenther
2015-10-04Wrap <spawn.h> to make all the symbols there weakPhilip Guenther
2015-10-04wrap __ivaliduser_sa() so the internal call is direct (at least until wePhilip Guenther
2015-10-04wrap _fwalk() so internal calls are direct (at least until we stopPhilip Guenther
2015-10-04recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)Philip Guenther
2015-10-04getpeereid() and sockatmark() are neither used in libc nor in ISO C, so markPhilip Guenther
2015-10-04__fdnlist() is exported for libkvm, but the internal call can go directPhilip Guenther
2015-10-04__xdrrec_getrec is in the reserved namespace, so it doesn't need to be weakPhilip Guenther
2015-10-04Delete an inexplicable commentPhilip Guenther
2015-10-03Initially eric developers asr as a side-load style library for async DNS.Theo de Raadt
2015-10-03missing asr* -> _asr* symbol rename for building with debug codeEric Faurot
2015-10-02make a && && & block more readable. no binary change.Theo de Raadt
2015-10-01Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In onePhilip Guenther
2015-09-30implement new "prot_exec" tame(2) request:Sebastien Marie
2015-09-29Delete the final, inscrutable NOSTRICT and VARARGS lint commentsPhilip Guenther
2015-09-28seperate random functions into their own blockTheo de Raadt
2015-09-28xdr_ypresp_all_seq() does not need to be exported by libc, we can make itTheo de Raadt
2015-09-26oops - avoid Xr to self; sorry sebastien...Jason McIntyre
2015-09-26lint is dead: delete useless LINTLIBRARY commentsPhilip Guenther
2015-09-26mentions that using systrace(4) on a tame(2) program isn't possible.Sebastien Marie
2015-09-26correct a range problem in citrus-utf8 version of wcrtomb(3), in order to matchSebastien Marie
2015-09-24add a small hint that you'll get EBUSY if you forget to wait. ok guentherTed Unangst
2015-09-23typo.Igor Sobrado
2015-09-21Prefer Xr over Fn for interpage references and delete reference toPhilip Guenther
2015-09-21Add STANDARDS section and another EINVAL reasonPhilip Guenther
2015-09-20remove bogus includes of err.hEric Faurot
2015-09-20use _PATH_RESCONF directlyEric Faurot
2015-09-20remove unused static functionEric Faurot
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themPhilip Guenther
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-09-14remove null check before free. from Michael McConvilleTed Unangst
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
2015-09-14Wrap moncontrol() so that internal calls go direct and it's a weak symbolPhilip Guenther
2015-09-14in the SYNOPSIS, make void function arguments explicitIngo Schwarze
2015-09-14Only two of the *rand48.c files need <math.h>, so just #include it in themPhilip Guenther
2015-09-14use .Va for global variables, and .Vt where the type is includedIngo Schwarze
2015-09-14vax deserves gdtoa love too!Philip Guenther
2015-09-14Wrap the remaining __*dtoa() functions so that internal calls go directPhilip Guenther