summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Statically set __FreeBSD_version for 11.0-RELEASE.Glen Barber2016-09-221-1/+1
* MFS r305188:Martin Matuska2016-09-031-0/+3
* MFC r304530:Dimitry Andric2016-08-231-1/+1
* MF11 304617: Fix various nits in the aio operation manpages.John Baldwin2016-08-224-26/+15
* MFC r303794:Konstantin Belousov2016-08-2211-3/+466
* MFC r304319:Dimitry Andric2016-08-201-1/+1
* MFS r304512:Bryan Drewery2016-08-201-6/+0
* Similar to r256297, disable assertions in llvm and clang for theDimitry Andric2016-08-172-2/+2
* MFC r303687:Bryan Drewery2016-08-081-0/+1
* MFC r303486:Ed Schouten2016-08-052-7/+16
* MFC r303104, r303106:Brooks Davis2016-08-031-2/+21
* MFC r303393:Konstantin Belousov2016-08-033-7/+0
* MFC 303164: Add more documentation regarding unsafe AIO requests.John Baldwin2016-07-284-20/+16
* MFC r303046:Pedro F. Giffuni2016-07-261-12/+12
* MFC 302899: Add documentation for the sigevent structure.John Baldwin2016-07-257-22/+175
* MFC 302860: Fix aio system call wrappers in librt.John Baldwin2016-07-251-7/+15
* MFC: r302916Baptiste Daroussin2016-07-201-1/+5
* fcntl(2): Document interrupt/restart for file locks.Jilles Tjoelker2016-07-071-1/+22
* Fix a bad test resulting in a segfault with ISO-8859-5 localesBaptiste Daroussin2016-07-031-1/+1
* libcxxrt: correct mangled "typeinfo name" symbols in Version.mapEd Maste2016-06-291-8/+8
* Use on crypto.x and rpc.x from the source tree.Bryan Drewery2016-06-282-2/+2
* This commit addresses regression introduceded in r302177Cy Schubert2016-06-281-0/+14
* Fix build: explicitly reference the generated magic.h as dependencyXin LI2016-06-271-3/+3
* MFV r302218: file 5.28.Xin LI2016-06-272-3/+12
* Revert r302194, there are issues with some applications after changingKonstantin Belousov2016-06-251-4/+1
* For pthread_mutex_trylock() call on owned error-check or non-portableKonstantin Belousov2016-06-251-2/+5
* Resolve issue with libusb C++ header file inclusion.Hans Petter Selasky2016-06-242-5/+5
* Add support for USB streams to the LibUSB v1.0 API and update theHans Petter Selasky2016-06-236-2/+83
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-2220-457/+29
* Implement libusb_hotplug_register_callback() andHans Petter Selasky2016-06-226-1/+349
* MFV r302003,r302037,r302038,r302056:Martin Matuska2016-06-221-0/+3
* Add clang-format under WITH_CLANG_EXTRAS.Bryan Drewery2016-06-175-1/+72
* Add missing return statement.Hans Petter Selasky2016-06-161-0/+1
* Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.Hans Petter Selasky2016-06-164-2/+290
* Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.Hans Petter Selasky2016-06-166-4/+47
* Add support for libusb_get_port_number() to the LibUSB v1.0 API.Hans Petter Selasky2016-06-163-1/+16
* Define LIBUSB_API_VERSION.Hans Petter Selasky2016-06-161-0/+2
* Implement libusb_get_version() and update libusb manual page.Hans Petter Selasky2016-06-164-1/+32
* DIRDEPS_BUILD: Update dependenciesBryan Drewery2016-06-144-1/+3
* Fix compile warning.Hans Petter Selasky2016-06-131-1/+1
* Don't close fd if it's lower then stderr, otherwise we can closeMariusz Zaborski2016-06-131-1/+2
* Implement code to stop all USB endpoints before executing a USB deviceHans Petter Selasky2016-06-121-2/+14
* Fix regression from r301461.Pedro F. Giffuni2016-06-101-3/+3
* libc/rpc: Make use of some xdr_* macros. (part 2)Pedro F. Giffuni2016-06-093-19/+19
* utimes(2),utime(3): Add deprecation in favour of utimensat(2) and futimens(2).Jilles Tjoelker2016-06-092-4/+19
* Fix frexpl() declaration to not include the field name.Edward Tomasz Napierala2016-06-091-1/+1
* libc/rpc: Make use of some xdr_* macros.Pedro F. Giffuni2016-06-092-7/+7
* Fix the rpcb_getaddr() definition to match its declaration.Kevin Lo2016-06-091-1/+1
* Implement an NSS backend for netgroups and add getnetgrent_r(3).Mark Johnston2016-06-093-115/+470
* Fix an infinite loop in setnetgrent(3) with NIS netgroups.Mark Johnston2016-06-091-0/+4