| Commit message (Expand) | Author | Age | Files | Lines |
* | Show client's access cache statistics. | ru | 2011-04-13 | 1 | -3/+4 |
* | - Fixed nfs_printf() to use vprintf(). | ru | 2011-04-13 | 1 | -2/+5 |
* | Remove the now defunct kern.ipc.nmbufs tunable. | pluknet | 2011-04-13 | 1 | -1/+0 |
* | Bring over the antenna diversity logic support for Kite. | adrian | 2011-04-13 | 5 | -0/+687 |
* | Staticize malloc types. | pluknet | 2011-04-13 | 6 | -18/+10 |
* | As soon as siis_reset() doesn't waits for device readiness, but only for | mav | 2011-04-13 | 1 | -3/+3 |
* | Port over a TX gain fix from ath9k specific to the AR9285 (Kite) and AR9271. | adrian | 2011-04-13 | 2 | -1/+44 |
* | Add new fields to the v4k EEPROM modal header. | adrian | 2011-04-13 | 1 | -1/+5 |
* | Add OS_REG_RMW, which mirrors ath9k's REG_RMW. | adrian | 2011-04-13 | 1 | -0/+2 |
* | Add the initial AR9285 PHY glue for supporting antenna diversity. | adrian | 2011-04-13 | 4 | -1/+147 |
* | - Fix the code that matches userids in match_jobspec(). It needs to check | gad | 2011-04-13 | 3 | -11/+11 |
* | Fix a couple of mbuf leaks introduced by r217242. I do | rmacklem | 2011-04-13 | 2 | -2/+7 |
* | Reduce errors in effective frequency calculation. | jkim | 2011-04-12 | 2 | -4/+6 |
* | Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF and | jkim | 2011-04-12 | 3 | -69/+50 |
* | Add support for IEE/IEC (and now also SI) power of two notions of | delphij | 2011-04-12 | 3 | -27/+89 |
* | Do not use TSC for DELAY(9) if it not P-state invariant to avoid possible | jkim | 2011-04-12 | 1 | -1/+1 |
* | Add forgotten declarations for tsc_perf_stat from the previous commit. | jkim | 2011-04-12 | 2 | -0/+2 |
* | Probe capability to find effective frequency. When the TSC is P-state | jkim | 2011-04-12 | 3 | -2/+17 |
* | Add definitions for CPUID instruction 6, ECX information. | jkim | 2011-04-12 | 2 | -0/+12 |
* | Add a new tunable 'machdep.disable_tsc_calibration' to allow skipping TSC | jkim | 2011-04-12 | 1 | -16/+93 |
* | Refactor hard-reset implementation in ahci(4). | mav | 2011-04-12 | 2 | -14/+74 |
* | Fix 'zfs list <path>' handling. If the path was found, the 'ret' variable was | pjd | 2011-04-12 | 1 | -3/+4 |
* | Get rid of DSIZ; instead just call the sizing function if provided. | trasz | 2011-04-12 | 3 | -16/+15 |
* | The replication mode that is currently support is fullsync, not memsync. | pjd | 2011-04-12 | 1 | -1/+8 |
* | Implement automatic SCSI sense fetching for mvs(4). | mav | 2011-04-12 | 2 | -38/+111 |
* | Restore previous behaviour - always match rule when we doing tagging, | ae | 2011-04-12 | 1 | -4/+7 |
* | Update some terminology: floppies are no longer built, and FreeBSD is not | nwhitehorn | 2011-04-12 | 1 | -2/+3 |
* | Implement automatic SCSI sense fetching for siis(4). | mav | 2011-04-12 | 2 | -36/+90 |
* | Implement automatic SCSI sense fetching for ahci(4). | mav | 2011-04-12 | 2 | -34/+93 |
* | Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode. | mav | 2011-04-12 | 2 | -4/+81 |
* | Use the full and proper company name for Swinburne University of Technology | lstewart | 2011-04-12 | 31 | -165/+172 |
* | Introduce geom_map, a GEOM provider designed for use by | adrian | 2011-04-12 | 2 | -0/+357 |
* | We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCI | hselasky | 2011-04-12 | 6 | -31/+3 |
* | If building (custom) FreeBSD images people tend to patch param.h. In case | bz | 2011-04-12 | 1 | -1/+1 |
* | Even though this block is not compiled currently, properly assign | bz | 2011-04-12 | 1 | -2/+4 |
* | MFV of r220547, tzdata2011f: | edwin | 2011-04-11 | 1 | -2/+21 |
* | Vrele ni_startdir in the experimental NFS server for the case | rmacklem | 2011-04-11 | 1 | -3/+2 |
* | Merge two similar functions to reduce duplication. | jkim | 2011-04-11 | 1 | -30/+29 |
* | Don't do make release and make install in one step. Setting DESTDIR for | nwhitehorn | 2011-04-11 | 2 | -2/+4 |
* | Make the keymap script continue to work now that stderr is being | nwhitehorn | 2011-04-11 | 1 | -1/+2 |
* | Add an install target to release/Makefile instead of grubbing around | nwhitehorn | 2011-04-11 | 3 | -23/+28 |
* | De-dup the ar5416 rates array definition. | adrian | 2011-04-11 | 3 | -28/+13 |
* | Rework change made at r203146. Instead of reporting all wire errors as | mav | 2011-04-11 | 1 | -13/+19 |
* | Generate opt_ah.h now for all ath tools, a recent HAL change of mine | adrian | 2011-04-11 | 5 | -0/+44 |
* | - Refactor softdep_setup_freeblocks() into a set of functions to prepare | jeff | 2011-04-11 | 1 | -151/+221 |
* | Add some cleanup code to the module unload operation for | rmacklem | 2011-04-10 | 3 | -0/+43 |
* | Rename a misnamed structure field (hr_loginclass), and reorder priv(9) | trasz | 2011-04-10 | 3 | -28/+28 |
* | Some callers of proc_reparent() already have the parent process locked. | kib | 2011-04-10 | 1 | -2/+6 |
* | In hast_proto_recv() remove unnecessary check. The size is checked | trociny | 2011-04-10 | 1 | -6/+1 |
* | In hast_proto_recv_data() check that the size of the data to be | trociny | 2011-04-10 | 1 | -2/+5 |