aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add LIB_CXX so that C++ libraries will use CXX to link.Bryan Drewery2015-03-171-1/+1
* Merge ^/head r279893 through r279984.Dimitry Andric2015-03-146-7/+21
|\
| * Pull in r231965 from upstream compiler-rt trunk (by Jörg Sonnenberger):Dimitry Andric2015-03-141-0/+6
| * libc: plug memory leaks in edge cases for the posix1e code.Pedro F. Giffuni2015-03-132-4/+11
| * The System V ABI for amd64 allows functions to use space in a 128 byteJohn Baldwin2015-03-131-1/+1
| * Fix debug symbols loading in libproc: 0 is a valid file descriptor.Stanislav Sedov2015-03-131-1/+1
| * Spin the twiddle in dosfs to give visual feedback for disk I/O onJohn Baldwin2015-03-121-1/+2
* | Merge ^/head r279759 through r279892.Dimitry Andric2015-03-1131-436/+1681
|\|
| * Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+3
| * According to POSIX.1-2008, the Bessel functions of second kindSteve Kargl2015-03-107-47/+77
| * Fix Ivy Bridge+ MEM_UOPS_RETIRED countersRyan Stone2015-03-104-98/+72
| * Use the correct event table for Haswell Xeon eventsRyan Stone2015-03-101-1/+1
| * Fix Sandy Bridge+ hwpmc branch countersRyan Stone2015-03-106-329/+230
| * Add manpage for Haswell Xeon pmc implementationRyan Stone2015-03-102-0/+976
| * Fix a typo in comment and explain the reason.Jung-uk Kim2015-03-091-1/+1
| * Fix loader on PowerPC following r279784. It turns out that, due to .PATHNathan Whitehorn2015-03-093-7/+105
| * Fix contraction and unnecessary commas in function arguments.Luiz Otavio O Souza2015-03-081-21/+21
| * Save and restore non-volatile floating-point registers during longjmp().Nathan Whitehorn2015-03-086-0/+236
| * Add a new ioctl to allow the setting of GPIO pin names.Luiz Otavio O Souza2015-03-083-2/+29
| * Fix lib/libnv tests compilation with -std=c++11, by adding appropriateDimitry Andric2015-03-082-11/+11
* | Merging ^/head r279596 through r279758.Dimitry Andric2015-03-073-25/+36
|\|
| * forgot to bump date, and replace contraction (igor)...John-Mark Gurney2015-03-071-2/+2
| * make things a bit more clear.. we worked together on language..John-Mark Gurney2015-03-061-0/+2
| * compat_passwd(): yet another uninitialized access to stayopen.Pedro F. Giffuni2015-03-061-1/+1
| * qsort(3): small style(9) cleanups.Pedro F. Giffuni2015-03-051-10/+10
| * qsort(3): enhance to handle 32-bit aligned data on 64-bit systemsPedro F. Giffuni2015-03-051-12/+21
* | Merge ^/head r279313 through r279595.Dimitry Andric2015-03-0429-4155/+1962
|\|
| * Add density code for DAT-72, and notes on DAT-160.Kenneth D. Merry2015-03-031-0/+17
| * Lower warnings to please gcc 4.2Baptiste Daroussin2015-03-031-1/+1
| * Update libucl to git version 8d3b186Baptiste Daroussin2015-03-021-2/+3
| * Give compilers a stronger hint to inline the functionsSteve Kargl2015-03-014-8/+16
| * When j0() and j1() were converted to j0f() and j1f(), the thresholdSteve Kargl2015-03-012-16/+16
| * Fix build of nv_tests.ccRyan Stone2015-03-011-1776/+0
| * Move libnv into the kernel and hook it into the kernel buildRyan Stone2015-03-019-4385/+6
| * Add macros to make code compile in kernelRyan Stone2015-03-018-121/+349
| * Prevent creation of an invalid nvlistRyan Stone2015-03-012-0/+39
| * Don't allocate memory for operations that do not insertRyan Stone2015-03-013-178/+217
| * Add function to force an nvlist into the error stateRyan Stone2015-03-015-1/+65
| * Extend the unit test to fix the bug caught in r277925Ryan Stone2015-03-011-2/+19
| * Add tests for dnvlist_take_*Ryan Stone2015-03-011-0/+288
| * Add tests for dnv_get_*Ryan Stone2015-03-012-1/+292
| * Add tests for nvlist_free* functionsRyan Stone2015-03-011-0/+206
| * Add tests for nvlist_take_*Ryan Stone2015-03-011-0/+292
| * Add test cases for nvlist_move_*Ryan Stone2015-03-011-0/+82
| * Add tests for nvlist_pack/unpackRyan Stone2015-03-011-0/+185
| * Add tests for nvlist_cloneRyan Stone2015-03-011-0/+120
| * Tests of basic nvlist add functionsRyan Stone2015-03-012-1/+2079
| * Revert r279422. My "apply patch and commit" script wasn't addingRyan Stone2015-03-011-3/+1
| * Tests of basic nvlist add functionsRyan Stone2015-03-011-1/+3
| * Make libnv headers includable from C++Ryan Stone2015-03-012-0/+8