summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only set kern.geom.part.mbr.enforce_chs=0 once, instead of once per diskallanjude2016-05-241-1/+1
* Add support for RAID 1+0 (striped mirrors) to bsdinstall/zfsbootallanjude2016-05-241-5/+40
* Fix build of kern/subr_unit.c, broken by r300539asomers2016-05-242-4/+5
* Document POPCNT erratum for 6th Generation Intel Core processors.jkim2016-05-231-0/+1
* Update pci_vendors to 2016.05.23bapt2016-05-231-86/+359
* Be more clear about LOCKLEAF being exclusive and add LOCKSHARED.bdrewery2016-05-231-3/+20
* Add bit_count to the bitstring(3) apiasomers2016-05-236-9/+127
* Commit a missing change from 299090asomers2016-05-231-2/+0
* Mark the prefix and default router list sysctl handlers MPSAFE.markj2016-05-231-6/+9
* Acquire the nd6 lock in the prefix list sysctl handler.markj2016-05-231-6/+9
* Spaces->tab in comment.ian2016-05-231-1/+1
* Oops, fix a paste-o commited in r300533.ian2016-05-231-1/+1
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-2310-43/+41
* Fix ada(4) trim support quirk setting.ken2016-05-231-5/+6
* ntb_hw(4): Only record the first three MSIX vectorscem2016-05-231-4/+14
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-231-25/+65
* INTRNG - use gpio generic interrupt modes definitions added in r298738.skra2016-05-231-47/+31
* Properly allow META_MODE to be set from environment.bdrewery2016-05-231-1/+1
* Use sed(1) to determine cc version rather than tail(1) since it is already in...bdrewery2016-05-231-1/+1
* Document r298998, OpenSSL updated to 1.0.2h.skreuzer2016-05-231-2/+2
* Only export and re-import the root pool if installing on MBRallanjude2016-05-231-22/+26
* Correct an error in a comment: One of the conditions for page allocationalc2016-05-231-9/+8
* Fix missing pool name in zfs set commandallanjude2016-05-231-1/+1
* Move binutils handling after src.opts.mk.bdrewery2016-05-231-23/+27
* Implement "atomic_long_add_unless()" in the LinuxKPI and fix thehselasky2016-05-231-1/+16
* Document r296190, openresolv updated to 3.7.3.skreuzer2016-05-231-2/+2
* Document r298161, sqlite3 updated to 3.12.1.skreuzer2016-05-231-2/+2
* Document r298192, file(1) updated to 5.26.skreuzer2016-05-231-2/+2
* Add the needed hwpmc hooks to subr_intr.c. This is needed for the correctandrew2016-05-231-0/+9
* Fix error in bsdinstall where additional filesystems cannot be mountedallanjude2016-05-231-1/+5
* pf: Fix more ICMP mistranslationkp2016-05-231-1/+1
* A missing definition needed by ktime_to_ms().hselasky2016-05-231-0/+1
* Fix some data types and add "inline" keyword for __reg_op() function.hselasky2016-05-231-17/+18
* sfxge(4): cleanup: remove unused EFX preempt macrosarybchik2016-05-231-16/+0
* Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as requiredtrasz2016-05-231-1/+1
* Implement ror32() in the LinuxKPI.hselasky2016-05-231-0/+6
* Define more copy to/from userspace functions in the LinuxKPI.hselasky2016-05-231-0/+3
* pf: Fix ICMP translationkp2016-05-231-10/+5
* Add more printf() related functions to the LinuxKPI.hselasky2016-05-231-1/+33
* Set an invalid IRQ number when no PCI IRQ is available in the LinuxKPI.hselasky2016-05-231-1/+1
* Add more ktime related functions to the LinuxKPI.hselasky2016-05-231-0/+32
* Implement "kref_put_mutex()" for the LinuxKPI.hselasky2016-05-231-0/+19
* Add more list_xxx() functions to the LinuxKPI.hselasky2016-05-232-0/+61
* Make header file standalone by including definitions for neededhselasky2016-05-231-0/+1
* Implement "_outb()" to the LinuxKPI for i386 and amd64 only.hselasky2016-05-231-0/+8
* Add support for "cdev_add_ext()" to the LinuxKPI.hselasky2016-05-231-0/+12
* Add more GFP related defines to the LinuxKPI.hselasky2016-05-231-0/+13
* Add support for atomic_long_inc_not_zero() to the LinuxKPI.hselasky2016-05-231-0/+1
* Add support for atomic_long_inc_not_zero() to the LinuxKPI.hselasky2016-05-231-1/+1
* Use DELAY() instead of _sleep() when SCHEDULER_STOPPED() is set insidehselasky2016-05-231-1/+1
OpenPOWER on IntegriCloud