summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-26First cut at ETI libpanel. Lacks man pages and tests.uwe
2015-10-26put the state back after it is used.christos
2015-10-26PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddrchristos
2015-10-26PR/50367: Stefan Schaeckeler: libc resolver library does not resolve hostchristos
2015-10-26Use strerror(3) instead of strerror_r(3) and an arbitary buffer size which co...roy
2015-10-25Don't include daemon.c in RUMPRUN=yes mode.pooka
2015-10-21Use the full buffer for the conversion; ideally we should be dynamicallychristos
2015-10-19make sure we have space for NUL and NUL terminate buffer array (Jilles Tjoelker)christos
2015-10-17Fix x/y edito.uwe
2015-10-14these are syslog-likechristos
2015-10-09Release 2015g - 2015-10-01 00:39:51 -0700christos
2015-10-07Fix the -m32 compat build for sparc64 after recent sparc/include/types.hmartin
2015-10-02PR/50295: Fix clock_nanosleep return value documentation.christos
2015-09-28Neither libproc or librtld_db require CTFchristos
2015-09-26need uvm_param.h now.christos
2015-09-25args are flipped.christos
2015-09-25use provide KERN_PROC_PATHNAME in PROC_ARGS.christos
2015-09-25Restore previous: only build libproc and librtld_db for dtrace since manychristos
2015-09-25we always build librtld_db and libproc.christos
2015-09-25librtld_db depends on libproc, so conditionalize it as wellmartin
2015-09-25libproc depends on libctf, so conditionalize it with the same conditionmartin
2015-09-24make dtrace follow libproc.christos
2015-09-24Hello lint.christos
2015-09-24Hook up libproc and librtld_db into the buildchristos
2015-09-24Add kinfo_getvmmap from FreeBSDchristos
2015-09-22- fix various leaks on errorchristos
2015-09-22be more forgiving, and don't abort on unexpected errors.christos
2015-09-22Handle herrors properly so that postfix can return 4XX codes when appropriate.christos
2015-09-22Drop .proc. It is ignored by GNU as anyway.joerg
2015-09-22Restrict libc_vfp to NetBSD/arm. It doesn't make sense for aarch64.joerg
2015-09-21Add more compat defs for code compiled for !NetBSD targets.pooka
2015-09-18Fix typos to match values from rumpuser_config.hpooka
2015-09-17move libctf after the barrier since it depends on libzchristos
2015-09-13Add entry for nexttowardf(3) and a link for the function name.he
2015-09-13Fix typo.wiz
2015-09-13Add entries for rintl(3) and the nearbyint functions, andhe
2015-09-12use the unsigned char version of the input char in all cases "cap[uc]" tochristos
2015-09-10namespace protect allocaddrinfochristos
2015-09-10Bump date for previous.wiz
2015-09-10mke allocaddrinfo static.christos
2015-09-10Document frexpl() now that we have it as well.he
2015-09-09Include several libc functions in rump.ping6ozaki-r
2015-09-08Apply patch in PR 45391 from Yui NARUSE: generate HUGE_VAL rather thandholland
2015-09-07Constify set_field_buffer.joerg
2015-09-06add a bunch of functions found in <stdio.h> that weren't listed here.mrg
2015-09-06English grammar nit: there's only one function described in this man pagepgoyette
2015-09-06Improve the short description.dholland
2015-09-06SEE ALSO fmemopen(3)dholland
2015-09-06Mention fmemopen().dholland
2015-09-03PR/50195: Henning Petersen: Incorrect check in getnameinfo_link.christos