aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a more common spelling for "(char *)0" in the getnetgrent man page.Mark Johnston2016-06-091-2/+2
* Revert r301707Enji Cooper2016-06-081-2/+2
* Use NULL instead of `0` in _ht_getnetbyname(..)Enji Cooper2016-06-081-2/+2
* Test for strchr(3) returning NULL, not 0Enji Cooper2016-06-081-1/+1
* Update to a June 8th snapshot of (un)vis form NetBSD.Brooks Davis2016-06-081-0/+1
* Replace _pam_verbose_error() with a macro. This was the last differenceDag-Erling Smørgrav2016-06-084-74/+9
* Don't leak olinep if malloc() fails.Don Lewis2016-06-081-0/+2
* Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.Don Lewis2016-06-081-12/+13
* Introduce the PD_CLOEXEC for pdfork(2).Mariusz Zaborski2016-06-081-1/+5
* Add flags to the Casper services.Mariusz Zaborski2016-06-0810-47/+79
* Separate BLACKLIST vs BLACKLIST_SUPPORT properlyKurt Lidl2016-06-071-1/+1
* Use the in-tree sys/elf_common.h to build libelftc.Bryan Drewery2016-06-051-0/+13
* libc/locale: Fix type breakage in __collate_range_cmp().Pedro F. Giffuni2016-06-055-11/+25
* Reflect error indication according to POSIX and what those functionsAndrey A. Chernov2016-06-051-2/+2
* Fix markup.Konstantin Belousov2016-06-042-2/+2
* Import libucl snapshot 20160604Baptiste Daroussin2016-06-041-2/+1
* DIRDEPS_BUILD: Connect new directories and update dependencies.Bryan Drewery2016-06-032-0/+40
* For clang, move the definition of FREEBSD_CC_VERSION into its own headerDimitry Andric2016-06-033-2/+6
* Improve errno documentation in pthread_create(3) and thr_new(2)Eric van Gyzen2016-06-032-4/+11
* Remove libstdc++ again.Bryan Drewery2016-06-021-1/+0
* Pull in r271548 from upstream llvm trunk (by me):Dimitry Andric2016-06-021-1/+1
* Add basic blacklist build supportKurt Lidl2016-06-022-0/+35
* citrus: Remove redundant code in _citrus_esdb_get_list().Pedro F. Giffuni2016-06-021-12/+6
* thr_*(2): Add xrefs to what libthr implements using each syscall.Jilles Tjoelker2016-06-015-8/+29
* Skein was not meant to be connected to libcryptoAllan Jude2016-06-011-16/+4
* Don't call setgrent() in an unportable way.Ed Schouten2016-06-011-1/+3
* Document behavior of wait introduced in the r286698.Mariusz Zaborski2016-06-011-1/+9