summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-09-10reduce more .Nd to one line and kill more .TnIngo Schwarze
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-10another missing MdocdateIngo Schwarze
2015-09-10missing commas at the end of .Nm lines in the NAME sectionIngo Schwarze
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-09-10explain why __explicit_bzero_hook will remain; ok guentherTheo de Raadt
2015-09-10hide __dtoa_locks as a static in the single use case; ok guentherTheo de Raadt
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-09-10no more mpool;Jason McIntyre
2015-09-10tweak Nd after previous; ok mpiJason McIntyre
2015-09-10Remove link_addr(3). A function to encode the name of an interface inMartin Pieuchot
2015-09-09seperate->separate;Jason McIntyre
2015-09-09Move to next tame() API. The flags are now passed as a very simple string,Theo de Raadt
2015-09-09Remove the mpool(3) manpagesPhilip Guenther
2015-09-09Bump for symbol removalsPhilip Guenther
2015-09-09Hide __sigintr and __strsignal as internal implementation details.Philip Guenther
2015-09-09Hide all unnecessary asr / resolver related API with _ prefixes.Theo de Raadt
2015-09-09Use SOCK_NONBLOCK in a couple more placesPhilip Guenther
2015-09-09Stop exporting from libc the <mpool.h> and the mpool_* APIPhilip Guenther
2015-09-09Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcTheo de Raadt
2015-09-09Syslogd can handle 8192 bytes per message now. Increase the libcAlexander Bluhm
2015-09-09Simplify makefile rules for building the ASM stubs into "pick somethingPhilip Guenther
2015-09-09Backtrack a little bit and don't try to use the per-thread errno location ifMark Kettenis
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-09-07Add getfsstat(2) to TAME_RPATH; OK deraadt@tim
2015-09-06Document the rule for keeping static and shared archs in syncPhilip Guenther
2015-09-06Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signamePhilip Guenther
2015-09-06spacing required before punctuation;Jason McIntyre
2015-09-06remove excessive Xr; from rob pierceTheo de Raadt
2015-09-05Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and returnPhilip Guenther
2015-09-05This is probably what guenther@ had in mind.Miod Vallat
2015-09-05off-by-one for the previous patch. the limit is inclusive: 0x10ffff is a vali...Sebastien Marie
2015-09-05Hide some YP internals. Annotate a few private hooks currently usedTheo de Raadt
2015-09-05rather than assuming stderr is alive, open + dprintf to /dev/ttyTheo de Raadt
2015-09-05check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629.Sebastien Marie
2015-09-05Delete duplicated CVS $foo tagsPhilip Guenther
2015-09-05Use new framework for wrapping dbopen()Philip Guenther
2015-09-05Use new framework for wrapping cat{open,gets,close}(), eliminatingPhilip Guenther
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-09-04Add missing information to the socket splicing man page to make itAlexander Bluhm
2015-09-04word fix; from henning petersen (netbsd pr/49641, -r1.18)Jason McIntyre
2015-09-03no more gcc2.Daniel Dickman
2015-09-02use _PATH_RESCONFTheo de Raadt
2015-09-02Delete 3 more stderr messages, right before returning a proper error.Theo de Raadt
2015-09-02do not printf() on error from libc; ok millertTheo de Raadt
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-09-01Remove calls to perror(); the error returns are sufficient, and theseTheo de Raadt
2015-08-31only 32-bit systems need the quad functions.Theo de Raadt
2015-08-31use #function rather than @function on armTheo de Raadt