| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace. | glebius | 2013-03-29 | 1 | -10/+10 |
* | Non-functional cleanup of ng_ksocket_incoming2(). | glebius | 2013-03-29 | 1 | -8/+8 |
* | Unbreak compilation after r248868. | marius | 2013-03-29 | 1 | -2/+2 |
* | Make pre-shutdown flush and spindown routines to not use xpt_polled_action(), | mav | 2013-03-29 | 2 | -42/+21 |
* | Remove EOL whitespace. | joel | 2013-03-29 | 2 | -156/+156 |
* | Minor mdoc fix. | joel | 2013-03-29 | 1 | -1/+1 |
* | Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list of | mav | 2013-03-29 | 3 | -4/+43 |
* | For the AR933x UART, the serial clock is not the AHB clock, it's the | adrian | 2013-03-29 | 2 | -2/+2 |
* | * Fix clock register definitions | adrian | 2013-03-29 | 1 | -2/+5 |
* | Print out the platform reference frequency. | adrian | 2013-03-29 | 1 | -2/+2 |
* | - Update hardware notes to reflect that amd64 is no longer "young"[1] | gjb | 2013-03-28 | 1 | -12/+6 |
* | Welcome clang as the default compiler on ARM. | andrew | 2013-03-28 | 1 | -2/+3 |
* | Allow caller to skip 'guest linear address' validation when doing instruction | neel | 2013-03-28 | 2 | -5/+16 |
* | Reverse the order of some implicit commands (FS mounts and ifconfigs) | jamie | 2013-03-28 | 3 | -7/+11 |
* | Initial (unfinished!) AR933x support. | adrian | 2013-03-28 | 4 | -0/+362 |
* | Ignore interface renames instead of removing the interface from the bridge | markj | 2013-03-28 | 1 | -0/+3 |
* | Update to upstream version 2.7 | fanf | 2013-03-28 | 4 | -216/+416 |
* | Commit a patch that fixes a problem in the #pragma statement when searching | gnn | 2013-03-28 | 1 | -3/+27 |
* | Revert previous change in favor of a fix to the actual dtrace | gnn | 2013-03-28 | 1 | -0/+2 |
* | Remove dependency code that caused a double inclusion. | gnn | 2013-03-28 | 1 | -2/+0 |
* | Tie in the AR933x support into -HEAD. | adrian | 2013-03-28 | 2 | -3/+19 |
* | Bring over the initial, CPU-only UART support for the AR933x SoC. | adrian | 2013-03-28 | 4 | -0/+1081 |
* | Update hwpmc to support Haswell class processors. | sbruno | 2013-03-28 | 9 | -187/+1809 |
* | Add the "-g <gdport>" option to the vmrun.sh script that enables remote | neel | 2013-03-28 | 1 | -3/+8 |
* | KGDB: Accept KLD symbol files with the ".symbols" extension. | will | 2013-03-28 | 1 | -0/+1 |
* | KGDB: Allow modules to be loaded from the specified kernel's directory. | will | 2013-03-28 | 1 | -1/+4 |
* | Remove obsolete comment. This code has now been tested with the QEMU | jimharris | 2013-03-28 | 1 | -4/+0 |
* | Delete extra IO qpairs allocated based on number of MSI-X vectors, but | jimharris | 2013-03-28 | 1 | -6/+14 |
* | Several fixes and improvements to sendfile() | scottl | 2013-03-28 | 1 | -7/+14 |
* | Add myself as ports committer. | tijl | 2013-03-28 | 1 | -0/+2 |
* | Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnostics | sbruno | 2013-03-28 | 1 | -2/+5 |
* | Except one case mps(4) driver does not touch the data and works well with | mav | 2013-03-28 | 1 | -1/+2 |
* | Fix compile of ciss(4) with CISS_DEBUG defined | sbruno | 2013-03-28 | 1 | -1/+1 |
* | rc.subr: disabling globbing while processing devfs rules | avg | 2013-03-28 | 1 | -1/+7 |
* | Release the v_writecount reference on the vnode in case of error, | kib | 2013-03-28 | 1 | -0/+4 |
* | Fix the AR933x platform device start/stop code. | adrian | 2013-03-28 | 1 | -10/+4 |
* | Make sure that ${SHLIB_NAME}.debug and ${SHLIB_NAME}.symbols are always | markj | 2013-03-28 | 1 | -5/+3 |
* | Update wiht the times. | imp | 2013-03-28 | 1 | -1/+2 |
* | deferal -> deferral | jimharris | 2013-03-27 | 1 | -3/+3 |
* | btowc(3), isblank(3): Correct prototypes for _l variants. | jilles | 2013-03-27 | 2 | -3/+3 |
* | Similar to r239870 and r239872, teach the other binutils tools about the | dim | 2013-03-27 | 2 | -0/+9 |
* | On SIM destruction free associated CCBs, preallocated inside xpt_get_ccb(). | mav | 2013-03-27 | 1 | -0/+6 |
* | Limit the amount of video memory we map for the driver to the maximum value. | jkim | 2013-03-27 | 1 | -5/+6 |
* | Properly spell "Class Based Queueing" | rene | 2013-03-27 | 1 | -1/+1 |
* | Fix a typo, 'xdev-build' should be spelled with a 'd' at the end. | rene | 2013-03-27 | 1 | -1/+1 |
* | Fix a race with the vnode reclamation in the aio_qphysio(). Obtain | kib | 2013-03-27 | 1 | -6/+17 |
* | Add dev_strategy_csw() function, which is similar to dev_strategy() | kib | 2013-03-27 | 3 | -23/+32 |
* | On i386, double the default size of the bio transient map. With the | kib | 2013-03-27 | 1 | -6/+13 |
* | Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximal | kib | 2013-03-27 | 1 | -1/+4 |
* | Update to 9.8.4-P2 | erwin | 2013-03-27 | 9 | -12/+13 |