summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the build when INVARIANTS is defined by restoring `bo`'s definition inngie2015-01-191-0/+6
* MOVS instruction emulation.neel2015-01-192-5/+272
* Fix a bug in libvmmapi 'vm_copy_setup()' where it would return success even ifneel2015-01-192-7/+17
* Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/testsngie2015-01-193-0/+24
* Expect :overflow to fail with FreeBSD's expr as it doesn't have stringentngie2015-01-191-0/+3
* Provide a tunable (machdep.moea64_bpvo_pool_size) to set the bootstrapnwhitehorn2015-01-191-6/+7
* For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it canian2015-01-191-0/+4
* ext2: Garbage-collect some unused variablespfg2015-01-197-14/+2
* Upgrade libxo to 0.2.0.marcel2015-01-1983-714/+4081
* When mountd is creating sockets, it iterates over all addresses specifiedrstone2015-01-193-3/+4
* Clean ZFS spa config before syncingsmh2015-01-181-1/+26
* Fix a bug which only shows up when an mbuf allocation failed.tuexen2015-01-181-1/+1
* ext2: fix for uninitialized pointer read.pfg2015-01-181-1/+1
* Remove an unnecessary check.tuexen2015-01-181-5/+2
* Add protection code to free memory in case of processing an address whichtuexen2015-01-181-0/+10
* Save the command-and-flags value into the shadow register when it is written.ian2015-01-181-1/+4
* Remove dead code.pfg2015-01-181-6/+3
* Remove an unused variable.tuexen2015-01-181-3/+1
* Use TOC to look up all kernel globals on powerpc64 instead of doing thenwhitehorn2015-01-185-22/+44
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-1811-178/+92
* Fix bsdinstall when working with geli boot diskssmh2015-01-181-0/+3
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-1822-655/+870
* Oops - use the correct argument order for ar9300_set_beacon().adrian2015-01-181-2/+2
* Fix minor syntax and grammar errors in the markup of the ee(1) man pageallanjude2015-01-181-3/+3
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-1810-4/+185
* Make SIGSTOP working for sleeps done while waiting for fifo readers orkib2015-01-183-4/+13
* Upgrade our copy of clang and llvm to 3.5.1 release. This is a bugfixdim2015-01-1893-2650/+1809
|\
| * Vendor import of llvm RELEASE_351/final tag r225668 (effectively, 3.5.1 relea...dim2015-01-15125-1525/+5248
* | Make the linuxapi module only build when WITH_OFED=YES is specified.hselasky2015-01-181-0/+2
* | When disabling C3+ CPU states due to the CPU_QUIRK_NO_C3 quirk, don'tcperciva2015-01-181-1/+1
* | Extend fixes made in r277308 to fix build of LINT kernels for i386 andhselasky2015-01-181-5/+10
* | Use proper signed types. The ADT746x uses signed 8-bit numbers for thejhibbits2015-01-181-2/+3
* | Fix programming timing parameters to LCDC. Actual value used for HBP, HFP, HS...gonzo2015-01-181-13/+27
* | Include mca_machdep.h.imp2015-01-181-0/+3
* | Simplify instruction restart logic in bhyve.neel2015-01-1811-98/+125
* | Make the error message explicit instead of just printing the usage if theneel2015-01-181-5/+11
* | There are still kernel configs and mk files depending on the OFED option.bz2015-01-181-0/+1
* | Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently someian2015-01-173-2/+6
* | Add defines for SDHCI 3.0 controllers.ian2015-01-171-0/+29
* | Minor cleanups, comment changes. No need to load 3 values when setting upian2015-01-171-11/+10
* | Correct the descriptor length for AR9462/AR9565 and set the final fieldadrian2015-01-172-4/+10
* | Skip the OFDM weak signal threshold detection programming foradrian2015-01-171-0/+4
* | Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-1717-179/+309
* | ext2: cosmetical issuespfg2015-01-171-2/+5
* | Mechanically convert cddl sun #ifdef's to illumossmh2015-01-1794-752/+746
* | o Notify USB host about connection when operating in device mode.br2015-01-172-6/+60
* | Fix condition and really sort ports. Also add comment describingae2015-01-171-2/+7
* | loader: use correct types for parse_modmetadataroyger2015-01-171-4/+4
* | Oops; correctly reload the CCA registers with the uncapped valueadrian2015-01-171-1/+2
* | Return an appropriate error code in the case of a missing property rathernwhitehorn2015-01-171-0/+3
OpenPOWER on IntegriCloud