| Commit message (Expand) | Author | Age | Files | Lines |
* | In libproc, avoid calling __cxa_demangle(), and thus depending on either | dim | 2014-07-09 | 2 | -18/+21 |
* | Document r268461, readline(3) shlib no longer installed, and | gjb | 2014-07-09 | 1 | -0/+5 |
* | The GNU readline library is now an INTERNALLIB - that is, it is | bapt | 2014-07-09 | 13 | -65/+45 |
* | Fix inconsistent token parameters for kbd_allocate() and kbd_release() in vt(4). | ray | 2014-07-09 | 1 | -5/+4 |
* | - Update core-secretary | pgj | 2014-07-09 | 1 | -1/+1 |
* | - Update core members | pgj | 2014-07-09 | 1 | -1/+1 |
* | Fix typos. | pluknet | 2014-07-09 | 1 | -2/+2 |
* | Update organization.dot to reflect current portmgr@ | culot | 2014-07-09 | 1 | -2/+2 |
* | vm_phys: remove limitation on number of fictitious regions | royger | 2014-07-09 | 1 | -58/+101 |
* | In several cases in ip_output() we obtain reference on ifa. Do not | glebius | 2014-07-09 | 1 | -1/+14 |
* | Add LUN options to specify 64-bit EUI and NAA identifiers. | mav | 2014-07-09 | 2 | -2/+32 |
* | Fix a typo. | markj | 2014-07-09 | 1 | -1/+1 |
* | Fix atf-sh's integration_test | jmmv | 2014-07-09 | 4 | -5/+10 |
* | Bump __FreeBSD_version after last SA-14:17.kmem so we have something | peter | 2014-07-09 | 1 | -1/+1 |
* | Update to bmake-20140620 | sjg | 2014-07-08 | 35 | -167/+445 |
* | sh: Add test for ${01} and ${010} that already works. | jilles | 2014-07-08 | 2 | -0/+5 |
* | Initialize SCTP cmsg's and notification's buffer before copying out | delphij | 2014-07-08 | 3 | -27/+34 |
* | Don't leave the padding between the msg header and the cmsg data, | delphij | 2014-07-08 | 1 | -0/+5 |
* | Don't install locale1.0 if MK_NLS == no. | jilles | 2014-07-08 | 2 | -2/+5 |
* | Accurately identify the vcpu's operating mode as 64-bit, compatibility, | neel | 2014-07-08 | 2 | -4/+14 |
* | Invalidate guest TLB mappings as a side-effect of its CR3 being updated. | neel | 2014-07-08 | 1 | -27/+68 |
* | Remove status setting from datamove() path. Leave that to other places. | mav | 2014-07-08 | 1 | -8/+1 |
* | Remove IO_SYNC flag when writing extended file attributes on ZFS. | mav | 2014-07-08 | 1 | -1/+1 |
* | Fix use-after-free on XPT_RESET_BUS. | mav | 2014-07-08 | 1 | -1/+6 |
* | Enable TAS feature: notify initiator if its command was aborted by other. | mav | 2014-07-08 | 7 | -17/+55 |
* | Sort by commit revision number. | gjb | 2014-07-08 | 1 | -9/+9 |
* | Document r266531, IMAGACT_BINMISC enabled by default. | gjb | 2014-07-08 | 1 | -1/+6 |
* | Document r266757, netmap(4) support for cxgbe(4). | gjb | 2014-07-08 | 2 | -0/+6 |
* | Document r266770, Intel Centrino Wireless-N 105 support. | gjb | 2014-07-08 | 1 | -0/+4 |
* | Fix non-version text after .Fx macro usage. | gjb | 2014-07-08 | 1 | -1/+2 |
* | Document r267359, disklabel64 partitioning scheme. | gjb | 2014-07-08 | 1 | -1/+3 |
* | Document r268303, MacMini 3,1 support in asmc(4). | gjb | 2014-07-08 | 1 | -0/+3 |
* | Drop leading 'r' in revision number from previous commit. | gjb | 2014-07-08 | 1 | -1/+1 |
* | Document r268351, end of ia64 support. | gjb | 2014-07-08 | 1 | -0/+3 |
* | Support CXXFLAGS.${MACHINE_ARCH} as well as CFLAGS. This allows different | ian | 2014-07-08 | 1 | -0/+1 |
* | Use named constant rather than '0' to access the reset controller register. | ian | 2014-07-08 | 1 | -1/+1 |
* | Fix typo in r267873. | mav | 2014-07-08 | 1 | -1/+1 |
* | Pass correct command that should be aborted to ISPCTL_ABORT_CMD. | mav | 2014-07-08 | 1 | -1/+1 |
* | [mdoc] Fix previous change. | pluknet | 2014-07-08 | 1 | -1/+1 |
* | Do not return statuses for aborted iSCSI commands. | mav | 2014-07-08 | 1 | -0/+10 |
* | Return task management requests to queued execution, but differently. | mav | 2014-07-08 | 1 | -15/+15 |
* | Add XPT_ABORT support to iSCSI initiator. | mav | 2014-07-08 | 1 | -23/+138 |
* | Fix task management functions status: task not found is not an error, | mav | 2014-07-08 | 1 | -18/+5 |
* | Make this compilable on latest Linux'es without warnings. | kib | 2014-07-08 | 1 | -2/+7 |
* | Correct the problem reported by test16 from | kib | 2014-07-08 | 1 | -1/+9 |
* | Correct si_code for the SIGBUS signal generated by the alignment trap. | kib | 2014-07-08 | 2 | -0/+8 |
* | Make synopsis version of -3 flag match other uses in the page. | wblock | 2014-07-08 | 1 | -1/+2 |
* | Typo means that this couldn't have possibly fixed anything, so revert | imp | 2014-07-08 | 1 | -1/+0 |
* | xdev builds libsupc++ and libstdc++ in a slightly strange way. This | imp | 2014-07-07 | 1 | -0/+1 |
* | rm -rf can fail sometimes with an error from fts_read. Make it honor | imp | 2014-07-07 | 1 | -1/+1 |