aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The calls to RES_SET_H_ERRNO() macro on error paths wind upHajimu UMEMOTO2015-12-101-1/+2
* RPC: populate local address for rendezvous transporter.Stanislav Sedov2015-12-101-2/+16
* Remove NO_WERROR, after fix from r292023.Craig Rodrigues2015-12-091-1/+0
* Merge from OpenBSD:Craig Rodrigues2015-12-091-2/+2
* Merge from OpenBSD:Craig Rodrigues2015-12-091-6/+4
* Merge from OpenBSD:Craig Rodrigues2015-12-091-3/+2
* Use stdint.h instead of inttypes.h as the latter pollutes namespace moreEnji Cooper2015-12-092-4/+4
* Fix compilation when -DDEBUG is defined by adding inttypes.h #includeEnji Cooper2015-12-082-0/+6
* Remove historical GNUC testEd Maste2015-12-088-46/+0
* Delete bogus freeing of uninitialized dataEnji Cooper2015-12-081-1/+0
* Add missing va_ends for corresponding va_starts to clean up variable argumentsEnji Cooper2015-12-082-0/+4
* Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding aEnji Cooper2015-12-081-0/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2015-12-073-2/+1
* Replace unneeded manual dependency on header by adding it to SRCS.Bryan Drewery2015-12-071-2/+1
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-074-2/+155
* Fix regression in r291738: This really wants -lssp.Bryan Drewery2015-12-051-1/+1
* Initialize errno to 0 in the nul testcase before testing itEnji Cooper2015-12-051-0/+1
* Fix -Wformat issues and minor whitespace issues in surrounding areasEnji Cooper2015-12-051-29/+25
* split.ih:Enji Cooper2015-12-053-4/+6
* Use `==` instead of `=` in the function comment above split(..) so mkh -pEnji Cooper2015-12-051-1/+1
* Use ANSI C function prototypes/definitions instead of K&R style onesEnji Cooper2015-12-051-16/+11
* Add missing headers and sort #includes per style(9)Enji Cooper2015-12-051-3/+5
* - Use ANSI C function prototypes/definitions instead of K&R style onesEnji Cooper2015-12-051-28/+12
* Fix -Wformat warnings by using the correct format qualifiersEnji Cooper2015-12-051-1/+1
* Move obscure lib/ installation of /usr/lib/include symlink to include/.Bryan Drewery2015-12-041-5/+0
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-0417-64/+33
* Replace ln -s calls with INSTALL_SYMLINKBryan Drewery2015-12-041-2/+2
* Provide support for ELFv2 userland if using a newer compiler (recent clangNathan Whitehorn2015-12-031-6/+31
* META MODE: Connect MK_NAND directories.Bryan Drewery2015-12-021-0/+18
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-014-17/+16
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-2/+2
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-4/+4
* Enable libcrypt tests.Craig Rodrigues2015-12-011-7/+7
* Fix underlinking in lib80211 and define static dependencies in src.libnames.mkBryan Drewery2015-12-011-0/+2
* No trailing slash is needed here.Bryan Drewery2015-12-011-1/+1
* Correct r291566 for defining SHLIBDIR.Bryan Drewery2015-12-011-1/+3
* Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406Enji Cooper2015-12-011-0/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-0181-1399/+649
* META MODE: Rework [bootstrapped] tools PATH support.Bryan Drewery2015-12-011-20/+0
* META MODE: Fix rebuilding of lib/clang/include after clang-tblgen.host isBryan Drewery2015-12-012-3/+1
* META MODE: Libc++ does in fact need Libcxxrt.Bryan Drewery2015-12-012-4/+1
* Only DIRDEPS_BUILD should trigger this logic.Bryan Drewery2015-11-301-2/+2
* libllvmmirparser and libllvmlibdriver are only used in usr.bin/clang/llc andBryan Drewery2015-11-301-2/+2
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...Randall Stewart2015-11-301-1/+117
* Add lib80211, a small (but hopefully soon to grow) set of libraryAdrian Chadd2015-11-307-0/+1192
* Fix buildworld after r291453, similar to r284346: url->user and url->pwdDimitry Andric2015-11-291-4/+2
* Install the public sanitizer headers. These are useful for programsDimitry Andric2015-11-293-2/+23
* Use .netrc for HTTP sites and proxies, not just FTP.Dag-Erling Smørgrav2015-11-292-3/+11
* Unbreak symbol versioning. I have no idea when it was broken, but it's beenDaniel Eischen2015-11-292-1/+2
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-2735-1555/+2347