summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud