| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch batch to an SLIST. | ed | 2012-09-12 | 1 | -11/+9 |
* | Improve check coverage about idle threads. | attilio | 2012-09-12 | 6 | -1/+41 |
* | Tweak the commit message in case of panic for sleeping from threads | attilio | 2012-09-12 | 1 | -1/+2 |
* | Implement LIST_PREV(). | ed | 2012-09-12 | 5 | -9/+35 |
* | Make pxe device in lsdev really include device name, looking like this: | mav | 2012-09-12 | 2 | -20/+4 |
* | Remove some trailing whitespace. | jimharris | 2012-09-12 | 3 | -4/+4 |
* | Fix TX FIFO sizes. Correct FIFO handling in Host mode. | hselasky | 2012-09-12 | 2 | -66/+84 |
* | Merge recent zfs vendor changes, sync code and adjust userland DEBUG. | mm | 2012-09-12 | 43 | -667/+699 |
* | According to a clarification at http://austingroupbugs.net/view.php?id=503 | emaste | 2012-09-12 | 2 | -4/+3 |
* | Avoid mapping ENOENT to ENOTDIR for non-existent path components. | emaste | 2012-09-12 | 1 | -2/+0 |
* | Add documentation for IPv6 support | eadler | 2012-09-12 | 1 | -1/+9 |
* | Remove needless (int) casts of write(2)'s 3rd argument. | obrien | 2012-09-12 | 2 | -5/+5 |
* | Simply printf-like strings and outdent strings so that it is easy to see | obrien | 2012-09-12 | 1 | -20/+18 |
* | Add MK_KDUMP. | obrien | 2012-09-12 | 2 | -2/+9 |
* | Not all Pmake derivatives silently handle empty shell output, so ensure there | obrien | 2012-09-12 | 2 | -2/+2 |
* | Remove duplication and centralize testing of various config(8)ed features. | obrien | 2012-09-12 | 4 | -6/+5 |
* | Not all Pmake derived makes quietly tolerate assignment from shell commands | obrien | 2012-09-12 | 3 | -5/+5 |
* | Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilation | obrien | 2012-09-12 | 2 | -2/+2 |
* | - Fix detaching under some circumstances. | zont | 2012-09-12 | 3 | -14/+37 |
* | In NAT-T transport mode, allow a client to open a new connection just after | vanhu | 2012-09-12 | 1 | -3/+5 |
* | Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3) | bapt | 2012-09-12 | 1 | -1/+1 |
* | Add support for ipv6 addresses as destination | bapt | 2012-09-12 | 1 | -1/+12 |
* | Add missing braces | kevlo | 2012-09-12 | 1 | -1/+2 |
* | Remove redundant check | kevlo | 2012-09-12 | 1 | -5/+0 |
* | Document conditions for IP_SENDSRCADDR socket option. | glebius | 2012-09-12 | 1 | -4/+18 |
* | Describe in detail required conditions for receiving the SCM_CREDS | glebius | 2012-09-12 | 1 | -4/+18 |
* | Fix AHCI 1.2 version checks. This should be mostly cosmetic. | mav | 2012-09-12 | 1 | -3/+3 |
* | Restart the USB transfer if the error is not USB_ERR_CANCELLED. | kevlo | 2012-09-12 | 1 | -7/+0 |
* | Reduce DWC OTG polling rate by using the SOF interrupt. | hselasky | 2012-09-12 | 2 | -42/+75 |
* | Add VFCF_READONLY flag that indicates ntfs and xfs file systems are | kevlo | 2012-09-12 | 2 | -2/+2 |
* | Add references to VFS_SET(9) and VOP_VPTOFH(9) | kevlo | 2012-09-12 | 1 | -0/+2 |
* | r235638 is not the clean way to add support for building on ancient FreeBSD | obrien | 2012-09-11 | 3 | -7/+17 |
* | Add device entry for DWC OTG. | hselasky | 2012-09-11 | 1 | -0/+1 |
* | Add device entry for DWC OTG. | hselasky | 2012-09-11 | 1 | -0/+1 |
* | Fix missing parts of DWC OTG host mode support. The host mode support | hselasky | 2012-09-11 | 2 | -193/+168 |
* | Remove a few files that are not needed for FreeBSD. | delphij | 2012-09-11 | 5 | -515/+3 |
* | WARNS is now default to 6. | delphij | 2012-09-11 | 1 | -2/+0 |
* | When synchronizing, include in the config dump amount of | glebius | 2012-09-11 | 2 | -0/+10 |
* | Minor mdoc fix. | joel | 2012-09-11 | 1 | -13/+13 |
* | Minor mdoc fix. | joel | 2012-09-11 | 1 | -1/+2 |
* | Minor mdoc fix. | joel | 2012-09-11 | 1 | -5/+5 |
* | revert r240344: cpu_devices[] is used in other functions and must be kept | avg | 2012-09-11 | 1 | -1/+0 |
* | Remove a prefetch() directive that, after careful testing, does more harm | scottl | 2012-09-11 | 1 | -1/+0 |
* | Ensure mkcsmapper and mkesdb compile with clang, if WITH_ICONV is | dim | 2012-09-11 | 2 | -0/+2 |
* | - Remove unused variables. | zont | 2012-09-11 | 1 | -6/+3 |
* | - Add myself to calendar.freebsd | jhale | 2012-09-11 | 2 | -0/+4 |
* | Add the same warning to rand48(3) as to rand(3) and random(3). | des | 2012-09-11 | 2 | -5/+10 |
* | Prevent nump NULL pointer dereference in bmap_getlbns() | kevlo | 2012-09-11 | 1 | -1/+2 |
* | forgotten file from r240346 | avg | 2012-09-11 | 1 | -3/+3 |
* | Fix style nit | kevlo | 2012-09-11 | 1 | -2/+1 |