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