summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefer NULL over 0 for pointerskevlo2012-10-0979-89/+88
* Fix typo: s/unknow/unknownkevlo2012-10-093-6/+6
* Fix a typo (s/prefix/suffix/) and comment.dteske2012-10-091-2/+2
* Fix an oversight that cyclic menu items actually are zero-based and candteske2012-10-091-4/+4
* Make the "Options:" separator-text configurable by setting $menu_optionstext.dteske2012-10-091-1/+6
* Add an echo to say we're "Booting..." when the overloaded "boot" Ficl word isdteske2012-10-083-3/+8
* Any pfil(9) hooks should be called with already set VNET context.glebius2012-10-081-4/+0
* Catch up with r241245 and do not return packet back in host byte order.glebius2012-10-081-4/+1
* Add several asserts to i386 pmap, which mostly state that pv entry shallkib2012-10-081-0/+9
* In a few places, like the implementation of ptrace(), a thread may callalc2012-10-082-12/+16
* Restrict the module to varied environments.obrien2012-10-081-1/+5
* ip6_ipsec_output: fix a typo in r241344avg2012-10-081-1/+1
* Remove my pre-commit review request for mergemasterdougb2012-10-081-1/+0
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-088-22/+27
* Rework device detach. While here, move driver lock/calloutyongari2012-10-081-18/+13
* No reason to play with IP header before calling sctp_delayed_cksum()glebius2012-10-081-2/+0
* Limit applying TX data corruption and FIFO workaround to BCM5719yongari2012-10-081-2/+2
* Fix typo. Check against number of allocated MSI-X vectors.yongari2012-10-081-1/+1
* Migrate the TID TXQ accesses to a new set of macros, rather than reusingadrian2012-10-073-34/+55
* Loop reading the RTC registers until the same values are obtainedimp2012-10-071-3/+14
* Remove contractions.joel2012-10-076-6/+6
* Minor mdoc fixes.joel2012-10-073-3/+3
* Make graid command line a bit more friendly by allowing volume name ormav2012-10-074-12/+83
* Optimize the TLB invalidations performed by pmap_protect(). Use the newalc2012-10-071-20/+41
* Fix the showconfig target. bmake sends debug output to stderr.marcel2012-10-071-1/+1
* Fix 32-bit library builds after the removal of adding -E to make for AS,marcel2012-10-071-11/+17
* Comment and Copyright fixes/updates.dteske2012-10-072-14/+6
* Improve a few comments.imp2012-10-071-6/+11
* Use the RTC unit to get the time. This works on all known AT91SAM9*imp2012-10-072-25/+136
* ata_da: set disk::d_ident from serial numberavg2012-10-061-0/+2
* procstat_getprocs: honor kvm_getprocs interface - cnt is signedavg2012-10-061-2/+5
* kvm_getprocs: gracefully handle errors from kvm_deadprocsavg2012-10-061-2/+8
* kvm_proclist: ignore processes in larvae stateavg2012-10-061-0/+2
* add detection of serial console presence to btx and boot2-like blocksavg2012-10-066-20/+35
* i386 comconsole: don't loop forever if hardware doesn't respondavg2012-10-061-14/+22
* boot/console: handle consoles that fail to probeavg2012-10-062-10/+17
* Add support for bmake. This includes:marcel2012-10-0616-19/+81
* zvol: set mediasize in geom provider right upon its creationavg2012-10-061-0/+12
* g_part_taste: directly destroy consumer and geom here, no need for witheringavg2012-10-061-2/+7
* cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bitavg2012-10-061-1/+1
* zfsboot: simplify probe_drive() a little bitavg2012-10-061-27/+13
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-064-2/+50
* zfs loader: treat plain pool name as a name of its root datasetavg2012-10-061-14/+10
* zfs boot spa_status: print bootfs for each reported poolavg2012-10-061-0/+11
* boot/zfs: a small whitespace cleanupavg2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsavg2012-10-062-16/+22
* zfsboot: use the same zfs dataset naming format as loaderavg2012-10-061-32/+53
* In general pmap implementations do not set the wired attribute onalc2012-10-061-7/+5
* zfs_mount: taste geom providers for root pool configavg2012-10-064-35/+306
* Update to include WITH_BMAKE.marcel2012-10-061-2/+11
OpenPOWER on IntegriCloud