summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix several problems found by Coverity.ken2015-02-251-1/+1
* msun: drop unnecessary checks (part 2).pfg2015-02-244-4/+4
* Significant upgrades to sa(4) and mt(1).ken2015-02-235-0/+1347
* setmode(3): Make sure that setmode sets errno on failure.pfg2015-02-222-20/+47
* nice(): Correct return value and [EPERM] error.jilles2015-02-222-5/+32
* msun: drop unnecessary checks.pfg2015-02-224-4/+4
* Prevent NULL pointer de-reference.pfg2015-02-211-1/+1
* regex(3): Fix uninitialized pointer values.pfg2015-02-202-3/+3
* tab vs spaces.pfg2015-02-201-2/+2
* dbm_delete(3) correct man page to match current behaviour.pfg2015-02-201-4/+2
* Fix small memleaks in nis_passwd() and nis_group().pfg2015-02-202-2/+6
* fix spelling, add comma and remove BUGS section.. it provided no usefuljmg2015-02-191-17/+3
* libc: clean some set-but-not-used errors.pfg2015-02-183-7/+1
* ulimit(3): simplify.pfg2015-02-171-10/+8
* Update elftoolchain to upstream revision 3163emaste2015-02-171-1/+1
* compress,gzip,xz: Preserve timestamps with nanosecond precision.jilles2015-02-171-0/+1
* Restore the extern qualifier on __cleanup.kib2015-02-171-1/+1
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-163-4/+11
* rexec(3): prevent uninitialized access to "port" variable.pfg2015-02-161-4/+4
* Replace strcpy() with strlcpy()pfg2015-02-151-1/+1
* Reverse one of the initializations from r278804.pfg2015-02-151-1/+1
* Mismatch in r278804.pfg2015-02-151-1/+1
OpenPOWER on IntegriCloud