aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update jemalloc to 5.0.0.Jason Evans2017-06-151-4/+4
* Revert r319796 for now, it can cause undefined references when linkingDimitry Andric2017-06-133-4/+7
* Add ptrace(PT_GET_SC_ARGS) command to return debuggee' current syscallKonstantin Belousov2017-06-121-1/+21
* Remove stdlib.h #include added in r319844Enji Cooper2017-06-121-1/+0
* Add positive and negative testcases for cam_get_device(3)Enji Cooper2017-06-121-0/+75
* getbsize(3): clarify that underflow/overflow warnings in regard to $BLOCKSIZEEnji Cooper2017-06-121-2/+3
* Remove an inaccuracy from socket.2.Mark Johnston2017-06-101-2/+2
* Remove a few unneeded files from libllvm, libclang and liblldb.Dimitry Andric2017-06-103-7/+4
* Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot().John Baldwin2017-06-101-1/+12
* Import libxo-0.8.1 with official fix to today's build break.Phil Shafer2017-06-092-8/+8
* Import libxo-0.8.0:Phil Shafer2017-06-082-8/+8
* libc: Remove futimens() and utimensat() compat stubs.Jilles Tjoelker2017-06-074-221/+1
* tsearch_test: Test twalk & add some determinism.Will Andrews2017-06-061-1/+29
* ANSIfy md5 functionsToomas Soome2017-06-051-14/+5
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-035-1/+15
* Add a cross-reference to sysdecode_socket_protocol(3).John Baldwin2017-06-031-1/+2
* Remove stale cap_rights_get(2) manpage.John Baldwin2017-06-021-1/+0
* For arm targets, place ABI at the end of the target tripleDimitry Andric2017-06-011-5/+6
* When sysctlbyname fails, free buf before returning.Stephen J. Kiernan2017-06-011-1/+3
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-014-17/+47
* :dnvlist_get_string__default_value: fix a bogus string comparison testEnji Cooper2017-05-291-1/+1
* logarithm_test: assert that feclearexcept succeedsEnji Cooper2017-05-291-1/+1
* fma_test: mute a warning about unreachable code on amd64 by restructuringEnji Cooper2017-05-291-1/+2
* :nvlist_unpack__duplicate_key : check the result of nvlist_pack(3)Enji Cooper2017-05-291-0/+1
* lib/libnv/tests/dnv_test: fix memory leaks for memory allocated viaEnji Cooper2017-05-291-0/+5
* Mention that the basep argument to getdirentries(2) can be NULL.Konstantin Belousov2017-05-281-2/+5
* use the same option list for dhcp discovery and requestToomas Soome2017-05-281-28/+31
* Update getdirentries(2) page for new struct dirent layout.Konstantin Belousov2017-05-281-5/+6
* hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when doneEnji Cooper2017-05-281-8/+10
* hostent_test_getnameinfo_eq(..): initialize found_a_host to falseEnji Cooper2017-05-281-1/+1
* Bump WARNS from 1 to 3 after recent commits to fix warnings in theEnji Cooper2017-05-281-1/+1
* Push `snapshot_file` copying down into run_tests function, and mark snapshot_...Enji Cooper2017-05-282-25/+32
* Implement sincos, sincosf, and sincosl.Michal Meloun2017-05-2811-4/+648
* Fix a -Wunused-but-set-variable warning reported by gcc 6.3.0Enji Cooper2017-05-281-2/+1
* Fix -Wunused and -Wshadow warningsEnji Cooper2017-05-281-8/+6
* getgr_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
* getpw_test: fix -Wunused warningsEnji Cooper2017-05-281-3/+7
* gethostby_test: fix multiple warning typesEnji Cooper2017-05-281-26/+28
* getproto_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
* getrpc_test: fix -Wunused warningsEnji Cooper2017-05-281-4/+2
* getserv_test: mark unused parameters __unused to fix correspondingEnji Cooper2017-05-281-2/+2
* getusershell_test: mark mdata parameter in compare_usershell __unusedEnji Cooper2017-05-281-1/+2
* getaddrinfo_test: mark unused function parameters __unused to fix -WunusedEnji Cooper2017-05-281-3/+4
* getproto_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper2017-05-281-4/+4
* getrpc_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper2017-05-281-4/+4
* getaddrinfo_test: fix -Wsign-compare warningsEnji Cooper2017-05-281-7/+7
* getserv_test: fix -Wsign-compare and -Wmissing-prototypes warningsEnji Cooper2017-05-281-4/+4
* getusershell_test: staticize run_tests(..) to fix warningsEnji Cooper2017-05-281-1/+1
* Fix -Wsign-compare warningsEnji Cooper2017-05-281-2/+2
* Staticize functions and remove unused variables to aid with bumping WARNSEnji Cooper2017-05-284-8/+2