summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: Use namespace.h in a few more files.jilles2015-12-204-11/+19
* libthr: Don't use both __sys_open() and __sys_openat().jilles2015-12-202-2/+1
* addrinfo.ai_family is an address family, not a protocol family.ume2015-12-201-8/+8
* clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.jilles2015-12-202-8/+2
* Fix lockf(3) cancellation behaviour.kib2015-12-201-3/+8
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-208-1/+1978
* Create libstand version of uuid_from_string and uuid_to_string. Theimp2015-12-193-1/+244
* Use _map_v4v6_address().ume2015-12-181-4/+3
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-182-28/+174
* Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).brueffer2015-12-181-0/+4
* pxeboot: make the tftp loader use the option root-path directivebapt2015-12-161-3/+17
* As a followup to r292330, standardize on size_t and add a few comments.des2015-12-161-2/+5
* Reset bufpos to 0 immediately after refilling the buffer. Otherwise, wedes2015-12-161-3/+2
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-1615-1/+3427
* Iterate down lib/libc/tests/nss...ngie2015-12-161-0/+1
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1610-0/+5399
* Add Makefile accidentally missed in r292317ngie2015-12-161-0/+15
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asngie2015-12-163-0/+368
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.kevlo2015-12-155-10/+5
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.kevlo2015-12-152-4/+2
* Minor spelling, mdoc and style cleanup.brueffer2015-12-151-7/+8
* Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" withngie2015-12-155-5/+15
* Start on a new library (libsysdecode) that provides routines for decodingjhb2015-12-157-2/+348
* Add strlcat() and strlcpy() to libstand.ian2015-12-141-2/+2
* resolver: preserve binary compatibility; reduce header pollutionvangyzen2015-12-143-20/+29
* Add -static to CFLAGS to unbreak the tests by using a libc.a withngie2015-12-131-1/+1
* exec(3): Fix COMPATIBILITY section: default path does not contain cwd.jilles2015-12-121-2/+2
* RFC 3493 requires ignoring the loopback address for A_ADDRCONFIG.ume2015-12-121-1/+1
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.br2015-12-118-0/+477
* The calls to RES_SET_H_ERRNO() macro on error paths wind upume2015-12-101-1/+2
* RPC: populate local address for rendezvous transporter.stas2015-12-101-2/+16
* Remove NO_WERROR, after fix from r292023.rodrigc2015-12-091-1/+0
* Merge from OpenBSD:rodrigc2015-12-091-2/+2
* Merge from OpenBSD:rodrigc2015-12-091-6/+4
* Merge from OpenBSD:rodrigc2015-12-091-3/+2
* Use stdint.h instead of inttypes.h as the latter pollutes namespace morengie2015-12-092-4/+4
* Fix compilation when -DDEBUG is defined by adding inttypes.h #includengie2015-12-082-0/+6
* Remove historical GNUC testemaste2015-12-088-46/+0
* Delete bogus freeing of uninitialized datangie2015-12-081-1/+0
* Add missing va_ends for corresponding va_starts to clean up variable argumentsngie2015-12-082-0/+4
* Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding angie2015-12-081-0/+1
* DIRDEPS_BUILD: Update dependencies.bdrewery2015-12-073-2/+1
* Replace unneeded manual dependency on header by adding it to SRCS.bdrewery2015-12-071-2/+1
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-074-2/+155
* Fix regression in r291738: This really wants -lssp.bdrewery2015-12-051-1/+1
* Initialize errno to 0 in the nul testcase before testing itngie2015-12-051-0/+1
* Fix -Wformat issues and minor whitespace issues in surrounding areasngie2015-12-051-29/+25
* split.ih:ngie2015-12-053-4/+6
* Use `==` instead of `=` in the function comment above split(..) so mkh -pngie2015-12-051-1/+1
* Use ANSI C function prototypes/definitions instead of K&R style onesngie2015-12-051-16/+11
OpenPOWER on IntegriCloud