summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move obscure lib/ installation of /usr/lib/include symlink to include/.bdrewery2015-12-041-5/+0
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-0417-64/+33
* Replace ln -s calls with INSTALL_SYMLINKbdrewery2015-12-041-2/+2
* Provide support for ELFv2 userland if using a newer compiler (recent clangnwhitehorn2015-12-031-6/+31
* META MODE: Connect MK_NAND directories.bdrewery2015-12-021-0/+18
* Don't override LIB*DIR variables from src.libnames.mk.bdrewery2015-12-014-17/+16
* Don't override LIB*DIR variables from src.libnames.mk.bdrewery2015-12-011-2/+2
* Don't override LIB*DIR variables from src.libnames.mk.bdrewery2015-12-011-4/+4
* Enable libcrypt tests.rodrigc2015-12-011-7/+7
* Fix underlinking in lib80211 and define static dependencies in src.libnames.mkbdrewery2015-12-011-0/+2
* No trailing slash is needed here.bdrewery2015-12-011-1/+1
* Correct r291566 for defining SHLIBDIR.bdrewery2015-12-011-1/+3
* Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406ngie2015-12-011-0/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-0181-1399/+649
* META MODE: Rework [bootstrapped] tools PATH support.bdrewery2015-12-011-20/+0
* META MODE: Fix rebuilding of lib/clang/include after clang-tblgen.host isbdrewery2015-12-012-3/+1
* META MODE: Libc++ does in fact need Libcxxrt.bdrewery2015-12-012-4/+1
* Only DIRDEPS_BUILD should trigger this logic.bdrewery2015-11-301-2/+2
* libllvmmirparser and libllvmlibdriver are only used in usr.bin/clang/llc andbdrewery2015-11-301-2/+2
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...rrs2015-11-301-1/+117
* Add lib80211, a small (but hopefully soon to grow) set of libraryadrian2015-11-307-0/+1192
* Fix buildworld after r291453, similar to r284346: url->user and url->pwddim2015-11-291-4/+2
* Install the public sanitizer headers. These are useful for programsdim2015-11-293-2/+23
OpenPOWER on IntegriCloud