summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: Use namespace.h in a few more files.jilles2015-12-204-11/+19
* 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
* Use _map_v4v6_address().ume2015-12-181-4/+3
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-182-28/+174
* 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
* 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-151-2/+3
* 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-111-0/+1
* 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
* 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
* 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
* 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
* Add missing headers and sort #includes per style(9)ngie2015-12-051-3/+5
* - Use ANSI C function prototypes/definitions instead of K&R style onesngie2015-12-051-28/+12
* Fix -Wformat warnings by using the correct format qualifiersngie2015-12-051-1/+1
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-0413-52/+27
* Follow-up r291330: h_testbits.h is only needed by xdr_test.bdrewery2015-11-251-2/+2
* Link fclose(3) to fdclose(3)ngie2015-11-251-1/+1
* Replace DPSRCS that work fine in SRCS.bdrewery2015-11-251-1/+1
* META MODE: Don't create .meta files when symlinking sources into the obj dire...bdrewery2015-11-253-8/+8
* Link localeconv(3) to localeconv_l(3)ngie2015-11-251-0/+1
* markup fixesdes2015-11-231-3/+9
* Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.cngie2015-11-231-1/+1
* popen() requires check for fdopen() failurerpokala2015-11-201-10/+24
* If a NIS server has long entries on its database that is bigger thanaraujo2015-11-191-5/+28
* Do not print out errno if the call succeeded unexpectedly; this was a mistakengie2015-11-181-2/+2
* Add some initial tests for SLIST and STAILQ macrosngie2015-11-162-0/+239
* Fix unused-but-set-variablebapt2015-11-151-1/+1
* Disable -Wformat with scanfloat_test when compiling with gcc to avoid angie2015-11-151-0/+8
OpenPOWER on IntegriCloud