summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge from stable/11 bspatch, portsnap, and libarchive fixes:emaste2016-09-272-0/+4
* Statically set __FreeBSD_version for 11.0-RELEASE.gjb2016-09-221-1/+1
* MFS r305188:mm2016-09-031-0/+3
* MFC r304530:dim2016-08-231-1/+1
* MF11 304617: Fix various nits in the aio operation manpages.jhb2016-08-224-26/+15
* MFC r303794:kib2016-08-2211-3/+466
* MFC r304319:dim2016-08-201-1/+1
* MFS r304512:bdrewery2016-08-201-6/+0
* Similar to r256297, disable assertions in llvm and clang for thedim2016-08-172-2/+2
* MFC r303687:bdrewery2016-08-081-0/+1
* MFC r303486:ed2016-08-052-7/+16
* MFC r303104, r303106:brooks2016-08-031-2/+21
* MFC r303393:kib2016-08-033-7/+0
* MFC 303164: Add more documentation regarding unsafe AIO requests.jhb2016-07-284-20/+16
* MFC r303046:pfg2016-07-261-12/+12
* MFC 302899: Add documentation for the sigevent structure.jhb2016-07-257-22/+175
* MFC 302860: Fix aio system call wrappers in librt.jhb2016-07-251-7/+15
* MFC: r302916bapt2016-07-201-1/+5
* fcntl(2): Document interrupt/restart for file locks.jilles2016-07-071-1/+22
* Fix a bad test resulting in a segfault with ISO-8859-5 localesbapt2016-07-031-1/+1
* libcxxrt: correct mangled "typeinfo name" symbols in Version.mapemaste2016-06-291-8/+8
* Use on crypto.x and rpc.x from the source tree.bdrewery2016-06-282-2/+2
* This commit addresses regression introduceded in r302177cy2016-06-281-0/+14
* Fix build: explicitly reference the generated magic.h as dependencydelphij2016-06-271-3/+3
* MFV r302218: file 5.28.delphij2016-06-272-3/+12
* Revert r302194, there are issues with some applications after changingkib2016-06-251-4/+1
* For pthread_mutex_trylock() call on owned error-check or non-portablekib2016-06-251-2/+5
* Resolve issue with libusb C++ header file inclusion.hselasky2016-06-242-5/+5
* Add support for USB streams to the LibUSB v1.0 API and update thehselasky2016-06-236-2/+83
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsbrooks2016-06-2220-457/+29
* Implement libusb_hotplug_register_callback() andhselasky2016-06-226-1/+349
* MFV r302003,r302037,r302038,r302056:mm2016-06-221-0/+3
* Add clang-format under WITH_CLANG_EXTRAS.bdrewery2016-06-175-1/+72
* Add missing return statement.hselasky2016-06-161-0/+1
* Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.hselasky2016-06-164-2/+290
* Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.hselasky2016-06-166-4/+47
* Add support for libusb_get_port_number() to the LibUSB v1.0 API.hselasky2016-06-163-1/+16
* Define LIBUSB_API_VERSION.hselasky2016-06-161-0/+2
* Implement libusb_get_version() and update libusb manual page.hselasky2016-06-164-1/+32
* DIRDEPS_BUILD: Update dependenciesbdrewery2016-06-144-1/+3
* Fix compile warning.hselasky2016-06-131-1/+1
* Don't close fd if it's lower then stderr, otherwise we can closeoshogbo2016-06-131-1/+2
* Implement code to stop all USB endpoints before executing a USB devicehselasky2016-06-121-2/+14
* Fix regression from r301461.pfg2016-06-101-3/+3
* libc/rpc: Make use of some xdr_* macros. (part 2)pfg2016-06-093-19/+19
* utimes(2),utime(3): Add deprecation in favour of utimensat(2) and futimens(2).jilles2016-06-092-4/+19
* Fix frexpl() declaration to not include the field name.trasz2016-06-091-1/+1
* libc/rpc: Make use of some xdr_* macros.pfg2016-06-092-7/+7
* Fix the rpcb_getaddr() definition to match its declaration.kevlo2016-06-091-1/+1
* Implement an NSS backend for netgroups and add getnetgrent_r(3).markj2016-06-093-115/+470
OpenPOWER on IntegriCloud