summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* zvol: set mediasize in geom provider right upon its creationAndriy Gapon2012-10-061-0/+12
* g_part_taste: directly destroy consumer and geom here, no need for witheringAndriy Gapon2012-10-061-2/+7
* cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bitAndriy Gapon2012-10-061-1/+1
* zfsboot: simplify probe_drive() a little bitAndriy Gapon2012-10-061-27/+13
* zfs boot: export boot/primary pool and vdev guid all the way to kenvAndriy Gapon2012-10-064-2/+50
* zfs loader: treat plain pool name as a name of its root datasetAndriy Gapon2012-10-061-14/+10
* zfs boot spa_status: print bootfs for each reported poolAndriy Gapon2012-10-061-0/+11
* boot/zfs: a small whitespace cleanupAndriy Gapon2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsAndriy Gapon2012-10-062-16/+22
* zfsboot: use the same zfs dataset naming format as loaderAndriy Gapon2012-10-061-32/+53
* In general pmap implementations do not set the wired attribute onAlan Cox2012-10-061-7/+5
* zfs_mount: taste geom providers for root pool configAndriy Gapon2012-10-064-35/+306
* zfs boot: add lszfs command to i386 loaderAndriy Gapon2012-10-061-0/+23
* zfs boot: add code for listing child datasets of a given datasetAndriy Gapon2012-10-063-4/+68
* zfs boot: chose a "first" pool if none is explicitly requestedAndriy Gapon2012-10-061-2/+8
* ktrace/kern_exec: check p_tracecred instead of p_credAndriy Gapon2012-10-061-1/+2
* Correct two pessimizations in pmap_extract_and_hold(). Test the PTE forAlan Cox2012-10-061-11/+12
* A step in resolving mess with byte ordering for AF_INET. After this change:Gleb Smirnoff2012-10-069-140/+72
* The pfil(9) layer guarantees us presence of the protocol header,Gleb Smirnoff2012-10-061-14/+0
* MFV: libpcap 1.3.0.Xin LI2012-10-051-1/+37
* Initialise an uninitialised variable.Adrian Chadd2012-10-051-1/+2
* Further adjust the workaround in r234501. Rounding all small requests upJohn Baldwin2012-10-051-2/+8
* mount.h: MNTK_VGONE_UPPER and MNTK_VGONE_WAITER were supposed to be differentAndriy Gapon2012-10-051-2/+2
* Follow Broadcom datasheet:Pyun YongHyeon2012-10-051-0/+2
* Add 40 microseconds delay after updating EMAC Mode register asPyun YongHyeon2012-10-051-1/+8
* Eliminate a stale and a duplicated comment.Alan Cox2012-10-051-14/+0
* APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keepPyun YongHyeon2012-10-051-19/+29
* Don't touch EMAC Mode and TX/RX MAC Mode register when driver isPyun YongHyeon2012-10-051-2/+5
* Implement the quarter rate fractional channel programming for theAdrian Chadd2012-10-042-4/+86
* Define clang feature test macro __has_extension. It's used in stdatomic.h.Tijl Coosemans2012-10-041-0/+3
* Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The functionAndrew Thompson2012-10-041-8/+3
* rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni2012-10-041-4/+4
* Pause and unpause the software queues for a given node based on theAdrian Chadd2012-10-035-8/+200
* Cast through void * to silence compiler warningEd Maste2012-10-031-7/+8
* Replace all references to loader_callbacks_v1 with loader_callbacks.Andrey V. Elsukov2012-10-034-6/+6
* Fix faulty error code handling in read(2) on TTYs.Ed Schouten2012-10-031-12/+12
* Fix build without `options ATA_CAM`, broken by r241144.Alexander Motin2012-10-031-0/+4
* Reimplement pmap_qremove() using the new TLB invalidation function forAlan Cox2012-10-031-7/+11
* Tidy up a bit:Alan Cox2012-10-031-37/+25
* Add casts to unbreak the i386 PAE build for the mps(4) driver.Kenneth D. Merry2012-10-021-2/+2
* Implement SATA revision (speed) control for legacy SATA controller forAlexander Motin2012-10-023-4/+27
* libtirpc: be sure to free cl_netid and cl_tpPedro F. Giffuni2012-10-021-0/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-021-5/+4
* Fix spelling of the function name in two assertion messages.Garrett Wollman2012-10-021-2/+2
* Migrate the power-save functions to be overridable VAP methods.Adrian Chadd2012-10-028-11/+29
* To reduce volume of pfsync traffic:Gleb Smirnoff2012-10-021-4/+8
* Rename the module for 'device enc' to "if_enc" to avoid conflicting withJohn Baldwin2012-10-021-2/+2
* There is a complex race in in_pcblookup_hash() and in_pcblookup_group().Gleb Smirnoff2012-10-022-1/+12
* Style.Hans Petter Selasky2012-10-021-1/+1
* Remove unused field.Hans Petter Selasky2012-10-021-4/+0