summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-30112-327/+327
* Similar to the (1 << 31) case it is not defined to do (2 << 30).eadler2013-11-307-12/+12
* Add a printf to inform about the logical memory block size which is in useandreast2013-11-301-0/+1
* sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.jilles2013-11-308-27/+34
* Add NOPKG to disable pkg-stage.hrs2013-11-301-1/+2
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-3017-69/+1
* Intuexen2013-11-302-8/+3
* Disable this debugging - it's far too verbose when doing TX rate debugging.adrian2013-11-291-0/+2
* Use the correct endian-ness accessor for this TLV field.adrian2013-11-291-1/+1
* Make sure any waiters on the scan results get notified if the scan taskadrian2013-11-291-0/+1
* Use the Open Firmware-based CPU frequency determination as a genericnwhitehorn2013-11-291-19/+14
* Fix typo.andreast2013-11-291-1/+1
* Fix typoeadler2013-11-291-1/+1
* Fix typoeadler2013-11-291-1/+1
* gcc: upstream alignment cleanups.pfg2013-11-2914-81/+152
* zfs: add zfs_freebsd_putpagesavg2013-11-293-23/+170
* zfs: add dmu_write_pages variant for freebsdavg2013-11-292-0/+66
* zfs: make zfs_map_page / zfs_unmap_page publicavg2013-11-292-16/+15
* drop ZUT_OBJ, zfs unit testing driver never materialzied in freebsdavg2013-11-291-3/+0
* Set the PGA_WRITEABLE flag when the protections indicate write access, notian2013-11-291-1/+1
* Note that libstand is 32-bit on amd64 and powerpc64emaste2013-11-291-0/+4
* Look up a nand chip by id in the static table before trying to obtainian2013-11-291-11/+21
* zfs mappedread_sf: assert that a page is never partially validavg2013-11-291-1/+3
* Also mention that drill(1) can be used, now that nslookup and dig are norodrigc2013-11-291-1/+1
* In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty"rodrigc2013-11-291-1/+2
* Fix typo in comment.rpaulo2013-11-291-1/+1
* Move KDTRACE_FRAME to "options" since it's used by kern.pre.mk.rpaulo2013-11-292-3/+1
* Change run_rt2870_rf_write() prototype (no functional change)kevlo2013-11-292-19/+14
* On the RT2870, rf registers are now 64-bit, not 32-bit after r257955.kevlo2013-11-291-20/+33
* gcc: Make use of TREE_OVERFLOW_P.pfg2013-11-295-32/+59
* Fix an issue where additional lines of a function definition didn't linedteske2013-11-291-2/+2
* Fix an issue where the leading `+' sign before a function name was notdteske2013-11-291-1/+1
* Add an interface for the Wii IOS kernels.rpaulo2013-11-291-0/+64
* Give some output about the CPU clock on IBMPOWER machines, currently readandreast2013-11-281-0/+41
* MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2013-11-283-51/+20
* Purely cosmetic change: order DT_REL* and DT_RELA* consistently.emaste2013-11-281-1/+1
* jail_v0.ip_number was always in host byte order. This was handledpeter2013-11-282-2/+2
* MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained controlavg2013-11-2824-1429/+2490
* - Add bucket size column to `show uma` DDB command.mav2013-11-281-5/+34
* opensolaris compat: add taskq_wait emulationavg2013-11-281-0/+6
* Add some text to clarify that nslookup and dig are no longer in the base systemrodrigc2013-11-281-1/+6
* add taskqueue_drain_allavg2013-11-282-0/+31
* libcpp: fix an underflow.pfg2013-11-281-1/+1
* Simplify O_NAT opcode handling.melifaro2013-11-281-19/+16
* Add package additions support for pkgng by adding a new function cust_pkgng():mr2013-11-281-0/+71
* Check ipfw table numbers in both user and kernel space before rule addition.melifaro2013-11-283-11/+38
* Do a parallel buildworld & buildkernel (using NANO_PMAKE), but use an_hibma2013-11-281-4/+7
* fix a serious bug in r258632: offset parameter must be set in zioavg2013-11-281-1/+1
* Fix some misinformation in netgraph manual pages.glebius2013-11-282-18/+19
* Add myself to the committers-src list.mp2013-11-271-0/+2
OpenPOWER on IntegriCloud