aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Clarify usage of aio(4) with kqueue(2)Alan Somers2017-06-231-26/+11
* Fix use-after-free introduced in r300388.Xin LI2017-06-221-1/+2
* Tweak r320206: Still create the TABLE but not the .depend entry for missing h...Bryan Drewery2017-06-211-9/+10
* Follow-up r308602: Don't add missing headers to .depend.tables.h.Bryan Drewery2017-06-211-0/+1
* Decrease relative branch brittleness.Jason Evans2017-06-201-2/+6
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-192-3/+3
* pdwait4(2): Remove documentation of vaporwareConrad Meyer2017-06-173-24/+6
* Do not leak syslog_mutex on cancellation.Konstantin Belousov2017-06-171-21/+25
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-173-7/+36
* Move the description of kern.kq_calloutmax sysctl into a new paragraphKonstantin Belousov2017-06-161-4/+5
* Start a new sentence on the new line.Konstantin Belousov2017-06-161-1/+2
* Document st_flags in the stat(2).Maxim Sobolev2017-06-161-0/+5
* 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-27/+29