summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+3
* According to POSIX.1-2008, the Bessel functions of second kindkargl2015-03-107-47/+77
* Fix Ivy Bridge+ MEM_UOPS_RETIRED countersrstone2015-03-104-98/+72
* Use the correct event table for Haswell Xeon eventsrstone2015-03-101-1/+1
* Fix Sandy Bridge+ hwpmc branch countersrstone2015-03-106-329/+230
* Add manpage for Haswell Xeon pmc implementationrstone2015-03-102-0/+976
* Fix a typo in comment and explain the reason.jkim2015-03-091-1/+1
* Fix loader on PowerPC following r279784. It turns out that, due to .PATHnwhitehorn2015-03-093-7/+105
* Fix contraction and unnecessary commas in function arguments.loos2015-03-081-21/+21
* Save and restore non-volatile floating-point registers during longjmp().nwhitehorn2015-03-086-0/+236
* Add a new ioctl to allow the setting of GPIO pin names.loos2015-03-083-2/+29
* Fix lib/libnv tests compilation with -std=c++11, by adding appropriatedim2015-03-082-11/+11
* forgot to bump date, and replace contraction (igor)...jmg2015-03-071-2/+2
* make things a bit more clear.. we worked together on language..jmg2015-03-061-0/+2
* compat_passwd(): yet another uninitialized access to stayopen.pfg2015-03-061-1/+1
* qsort(3): small style(9) cleanups.pfg2015-03-051-10/+10
* qsort(3): enhance to handle 32-bit aligned data on 64-bit systemspfg2015-03-051-12/+21
* Add density code for DAT-72, and notes on DAT-160.ken2015-03-031-0/+17
* Lower warnings to please gcc 4.2bapt2015-03-031-1/+1
* Update libucl to git version 8d3b186bapt2015-03-021-2/+3
* Give compilers a stronger hint to inline the functionskargl2015-03-014-8/+16
* When j0() and j1() were converted to j0f() and j1f(), the thresholdkargl2015-03-012-16/+16
* Fix build of nv_tests.ccrstone2015-03-011-1776/+0
* Move libnv into the kernel and hook it into the kernel buildrstone2015-03-019-4385/+6
* Add macros to make code compile in kernelrstone2015-03-018-121/+349
* Prevent creation of an invalid nvlistrstone2015-03-012-0/+39
* Don't allocate memory for operations that do not insertrstone2015-03-013-178/+217
* Add function to force an nvlist into the error staterstone2015-03-015-1/+65
* Extend the unit test to fix the bug caught in r277925rstone2015-03-011-2/+19
* Add tests for dnvlist_take_*rstone2015-03-011-0/+288
* Add tests for dnv_get_*rstone2015-03-012-1/+292
* Add tests for nvlist_free* functionsrstone2015-03-011-0/+206
* Add tests for nvlist_take_*rstone2015-03-011-0/+292
* Add test cases for nvlist_move_*rstone2015-03-011-0/+82
* Add tests for nvlist_pack/unpackrstone2015-03-011-0/+185
* Add tests for nvlist_clonerstone2015-03-011-0/+120
* Tests of basic nvlist add functionsrstone2015-03-012-1/+2079
* Revert r279422. My "apply patch and commit" script wasn't addingrstone2015-03-011-3/+1
* Tests of basic nvlist add functionsrstone2015-03-011-1/+3
* Make libnv headers includable from C++rstone2015-03-012-0/+8
* Avoid lookup of CODESET aliases using uninitialized pathkan2015-02-281-0/+8
* nice(): Put back old return value, keeping [EPERM] error.jilles2015-02-282-12/+19
* Fix typo. Note that this is mostly innocent, since libthr no longerkib2015-02-271-1/+1
* eui64_line(): plug memory leak.pfg2015-02-271-0/+1
* Remove an obsolete comment in devstat(3) about the accuracy of theken2015-02-271-21/+3
* Hint out check for unsigned negative values.pfg2015-02-271-1/+1
* Use pthread_mutex_trylock(3) to implement mtx_trylock(3).kib2015-02-261-1/+1
* Check that the pointer to the thread return value is not NULL beforekib2015-02-261-1/+2
* Propagate errors from _thr_umutex_unlock2 through mutex_unlock_common.kib2015-02-251-3/+4
* Adjust wording slightly to emphasize that random(3) should not be used forcperciva2015-02-251-3/+2
OpenPOWER on IntegriCloud