summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show client's access cache statistics.ru2011-04-131-3/+4
* - Fixed nfs_printf() to use vprintf().ru2011-04-131-2/+5
* Remove the now defunct kern.ipc.nmbufs tunable.pluknet2011-04-131-1/+0
* Bring over the antenna diversity logic support for Kite.adrian2011-04-135-0/+687
* Staticize malloc types.pluknet2011-04-136-18/+10
* As soon as siis_reset() doesn't waits for device readiness, but only formav2011-04-131-3/+3
* Port over a TX gain fix from ath9k specific to the AR9285 (Kite) and AR9271.adrian2011-04-132-1/+44
* Add new fields to the v4k EEPROM modal header.adrian2011-04-131-1/+5
* Add OS_REG_RMW, which mirrors ath9k's REG_RMW.adrian2011-04-131-0/+2
* Add the initial AR9285 PHY glue for supporting antenna diversity.adrian2011-04-134-1/+147
* - Fix the code that matches userids in match_jobspec(). It needs to checkgad2011-04-133-11/+11
* Fix a couple of mbuf leaks introduced by r217242. I dormacklem2011-04-132-2/+7
* Reduce errors in effective frequency calculation.jkim2011-04-122-4/+6
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-123-69/+50
* Add support for IEE/IEC (and now also SI) power of two notions ofdelphij2011-04-123-27/+89
* Do not use TSC for DELAY(9) if it not P-state invariant to avoid possiblejkim2011-04-121-1/+1
* Add forgotten declarations for tsc_perf_stat from the previous commit.jkim2011-04-122-0/+2
* Probe capability to find effective frequency. When the TSC is P-statejkim2011-04-123-2/+17
* Add definitions for CPUID instruction 6, ECX information.jkim2011-04-122-0/+12
* Add a new tunable 'machdep.disable_tsc_calibration' to allow skipping TSCjkim2011-04-121-16/+93
* Refactor hard-reset implementation in ahci(4).mav2011-04-122-14/+74
* Fix 'zfs list <path>' handling. If the path was found, the 'ret' variable waspjd2011-04-121-3/+4
* Get rid of DSIZ; instead just call the sizing function if provided.trasz2011-04-123-16/+15
* The replication mode that is currently support is fullsync, not memsync.pjd2011-04-121-1/+8
* Implement automatic SCSI sense fetching for mvs(4).mav2011-04-122-38/+111
* Restore previous behaviour - always match rule when we doing tagging,ae2011-04-121-4/+7
* Update some terminology: floppies are no longer built, and FreeBSD is notnwhitehorn2011-04-121-2/+3
* Implement automatic SCSI sense fetching for siis(4).mav2011-04-122-36/+90
* Implement automatic SCSI sense fetching for ahci(4).mav2011-04-122-34/+93
* Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode.mav2011-04-122-4/+81
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-1231-165/+172
* Introduce geom_map, a GEOM provider designed for use byadrian2011-04-122-0/+357
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-126-31/+3
* If building (custom) FreeBSD images people tend to patch param.h. In casebz2011-04-121-1/+1
* Even though this block is not compiled currently, properly assignbz2011-04-121-2/+4
* MFV of r220547, tzdata2011f:edwin2011-04-111-2/+21
* Vrele ni_startdir in the experimental NFS server for the casermacklem2011-04-111-3/+2
* Merge two similar functions to reduce duplication.jkim2011-04-111-30/+29
* Don't do make release and make install in one step. Setting DESTDIR fornwhitehorn2011-04-112-2/+4
* Make the keymap script continue to work now that stderr is beingnwhitehorn2011-04-111-1/+2
* Add an install target to release/Makefile instead of grubbing aroundnwhitehorn2011-04-113-23/+28
* De-dup the ar5416 rates array definition.adrian2011-04-113-28/+13
* Rework change made at r203146. Instead of reporting all wire errors asmav2011-04-111-13/+19
* Generate opt_ah.h now for all ath tools, a recent HAL change of mineadrian2011-04-115-0/+44
* - Refactor softdep_setup_freeblocks() into a set of functions to preparejeff2011-04-111-151/+221
* Add some cleanup code to the module unload operation forrmacklem2011-04-103-0/+43
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)trasz2011-04-103-28/+28
* Some callers of proc_reparent() already have the parent process locked.kib2011-04-101-2/+6
* In hast_proto_recv() remove unnecessary check. The size is checkedtrociny2011-04-101-6/+1
* In hast_proto_recv_data() check that the size of the data to betrociny2011-04-101-2/+5
OpenPOWER on IntegriCloud