| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial GPIO PWM support. | Luiz Souza | 2017-06-20 | 2 | -0/+49 |
* | MFC r304285: | kib | 2017-05-09 | 10 | -113/+130 |
* | MFC r315900,r315973,r315974: | mmel | 2017-05-08 | 1 | -1/+3 |
* | Discard first 3072 bytes of RC4 keystream, this is a bandaid | delphij | 2017-03-25 | 1 | -1/+1 |
* | Fix inverted loop condition which broke multi-line responses to CONNECT. | des | 2017-01-09 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/releng/11.0' into RELENG_2_4 | Renato Botelho | 2016-12-14 | 2 | -21/+42 |
|\ |
|
| * | Merge r309688: address regressions in SA-16:37.libc. | glebius | 2016-12-07 | 1 | -6/+5 |
| * | Fix possible login(1) argument injection in telnetd(8). [SA-16:36] | glebius | 2016-12-06 | 2 | -20/+42 |
* | | Save the fetchLastErrCode on timeout, otherwise errno could be overwrite later. | Luiz Otavio O Souza | 2016-10-07 | 1 | -0/+1 |
* | | Respect fetchTimeout on fetch_connect(). | Luiz Otavio O Souza | 2016-10-07 | 1 | -8/+27 |
|/ |
|
* | Merge from stable/11 bspatch, portsnap, and libarchive fixes: | emaste | 2016-09-27 | 2 | -0/+4 |
* | Statically set __FreeBSD_version for 11.0-RELEASE. | gjb | 2016-09-22 | 1 | -1/+1 |
* | MFS r305188: | mm | 2016-09-03 | 1 | -0/+3 |
* | MFC r304530: | dim | 2016-08-23 | 1 | -1/+1 |
* | MF11 304617: Fix various nits in the aio operation manpages. | jhb | 2016-08-22 | 4 | -26/+15 |
* | MFC r303794: | kib | 2016-08-22 | 11 | -3/+466 |
* | MFC r304319: | dim | 2016-08-20 | 1 | -1/+1 |
* | MFS r304512: | bdrewery | 2016-08-20 | 1 | -6/+0 |
* | Similar to r256297, disable assertions in llvm and clang for the | dim | 2016-08-17 | 2 | -2/+2 |
* | MFC r303687: | bdrewery | 2016-08-08 | 1 | -0/+1 |
* | MFC r303486: | ed | 2016-08-05 | 2 | -7/+16 |
* | MFC r303104, r303106: | brooks | 2016-08-03 | 1 | -2/+21 |
* | MFC r303393: | kib | 2016-08-03 | 3 | -7/+0 |
* | MFC 303164: Add more documentation regarding unsafe AIO requests. | jhb | 2016-07-28 | 4 | -20/+16 |
* | MFC r303046: | pfg | 2016-07-26 | 1 | -12/+12 |
* | MFC 302899: Add documentation for the sigevent structure. | jhb | 2016-07-25 | 7 | -22/+175 |
* | MFC 302860: Fix aio system call wrappers in librt. | jhb | 2016-07-25 | 1 | -7/+15 |
* | MFC: r302916 | bapt | 2016-07-20 | 1 | -1/+5 |
* | fcntl(2): Document interrupt/restart for file locks. | jilles | 2016-07-07 | 1 | -1/+22 |
* | Fix a bad test resulting in a segfault with ISO-8859-5 locales | bapt | 2016-07-03 | 1 | -1/+1 |
* | libcxxrt: correct mangled "typeinfo name" symbols in Version.map | emaste | 2016-06-29 | 1 | -8/+8 |
* | Use on crypto.x and rpc.x from the source tree. | bdrewery | 2016-06-28 | 2 | -2/+2 |
* | This commit addresses regression introduceded in r302177 | cy | 2016-06-28 | 1 | -0/+14 |
* | Fix build: explicitly reference the generated magic.h as dependency | delphij | 2016-06-27 | 1 | -3/+3 |
* | MFV r302218: file 5.28. | delphij | 2016-06-27 | 2 | -3/+12 |
* | Revert r302194, there are issues with some applications after changing | kib | 2016-06-25 | 1 | -4/+1 |
* | For pthread_mutex_trylock() call on owned error-check or non-portable | kib | 2016-06-25 | 1 | -2/+5 |
* | Resolve issue with libusb C++ header file inclusion. | hselasky | 2016-06-24 | 2 | -5/+5 |
* | Add support for USB streams to the LibUSB v1.0 API and update the | hselasky | 2016-06-23 | 6 | -2/+83 |
* | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | brooks | 2016-06-22 | 20 | -457/+29 |
* | Implement libusb_hotplug_register_callback() and | hselasky | 2016-06-22 | 6 | -1/+349 |
* | MFV r302003,r302037,r302038,r302056: | mm | 2016-06-22 | 1 | -0/+3 |
* | Add clang-format under WITH_CLANG_EXTRAS. | bdrewery | 2016-06-17 | 5 | -1/+72 |
* | Add missing return statement. | hselasky | 2016-06-16 | 1 | -0/+1 |
* | Add multiple missing descriptor parsing functions to the LibUSB v1.0 API. | hselasky | 2016-06-16 | 4 | -2/+290 |
* | Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API. | hselasky | 2016-06-16 | 6 | -4/+47 |
* | Add support for libusb_get_port_number() to the LibUSB v1.0 API. | hselasky | 2016-06-16 | 3 | -1/+16 |
* | Define LIBUSB_API_VERSION. | hselasky | 2016-06-16 | 1 | -0/+2 |
* | Implement libusb_get_version() and update libusb manual page. | hselasky | 2016-06-16 | 4 | -1/+32 |
* | DIRDEPS_BUILD: Update dependencies | bdrewery | 2016-06-14 | 4 | -1/+3 |