summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unbreak MIPS build following rev. 282726thomas2015-05-118-6/+49
* Add the ofw_bus_subr.h change missed in r282770.andrew2015-05-111-0/+3
* Fix virtual machine disk format creating by passing VMFORMATgjb2015-05-111-3/+4
* Hide code only used on i386 and amd64.andrew2015-05-111-1/+6
* Add ofw_bus_find_compatible to find a compatible ofw node. This will beandrew2015-05-111-15/+54
* cpu-v6.h should only be used in the kernel, add an error to enforce this.andrew2015-05-111-0/+7
* zfs ioctls: use fget_write / fget_read instead of getf wrapper for fgetavg2015-05-111-5/+23
* Move to use __ARM_ARCH in more places in the kernel.andrew2015-05-112-21/+12
* Use the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH >= 6"andrew2015-05-111-1/+2
* Use MIN from sys/param.h instead of handrolling the macrongie2015-05-111-3/+1
* Revert r282672.delphij2015-05-111-1/+1
* Remove some commented-out upstream code for handling traps from usermodemarkj2015-05-102-224/+0
* msecs_to_jiffies() is implemented using tvtohz(9), which always returns amarkj2015-05-101-1/+1
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-1010-12/+22
* find_next_bit() and find_next_zero_bit(): if the caller-specified offsetmarkj2015-05-101-0/+4
* Merge bmake-20150505 improve detection of malformed conditionals.sjg2015-05-1015-30/+111
|\
| * Tag bmake-20150505sjg2015-05-10231-0/+68658
| * Import bmake-20150505 detect typo's in .if variable references.sjg2015-05-1013-26/+106
* | ctf_add_type(): when looking up an integer or floating point type in themarkj2015-05-101-4/+17
* | Unbreak build following rev. 282726thomas2015-05-107-0/+133
* | Fix typo introduced in previous commit.adrian2015-05-101-1/+1
* | synaptics: more support for semi-MT trackpads.rpaulo2015-05-102-70/+179
* | Create a relocatable instance of ubldr for ARM. The original ubldr,ian2015-05-102-25/+63
* | Ensure the result from signed subtraction under modulus does nothselasky2015-05-101-1/+1
* | recv(),send(): Directly call interposing entry instead of going through PLT.jilles2015-05-102-2/+10
* | Don't check the return value from self_reloc(), it can't fail and doesn'tian2015-05-101-2/+0
* | The self-relocation code is not efi-specific, move it to boot/common.ian2015-05-107-21/+16
* | Ensure libmd symbols do not clash with libcryptothomas2015-05-1014-1/+195
* | Put recycle pointer in own memory area which is not mmap'able.hselasky2015-05-101-5/+9
* | Use the new gic option on all configs that need it.andrew2015-05-1016-8/+24
* | For half and reverse line feeds, recognize both SUSv2-style escape-digitbapt2015-05-102-7/+33
* | Remove extendline definitionbapt2015-05-101-3/+0
* | Use calloc(3) instead of malloc(3) + memset(3)bapt2015-05-101-2/+4
* | The initial logic for allocating the new string was wrong, the conversionbapt2015-05-101-5/+2
* | Use strndup(3) instead of malloc(3) + memcpy(3)bapt2015-05-101-7/+11
* | Use the new gic option. While here remove extra whitespace from the ned ofandrew2015-05-102-4/+6
* | Remove useless call to extendarraybapt2015-05-101-1/+0
* | Add the gic to files.arm under "device gic" and use it with theandrew2015-05-103-2/+4
* | First pass clenup over the Marvell db-88f6xxx kernel configs.andrew2015-05-104-124/+120
* | The pwdb function is only used once to check the database rename itbapt2015-05-101-10/+4
* | if the check of the pw db fails return the failed valuebapt2015-05-101-37/+35
* | Initialize pcids array for the proc0 pmap.kib2015-05-101-0/+5
* | Tweak assert to also print the thread address.kib2015-05-101-2/+2
* | Some style(9) fixesbapt2015-05-101-9/+16
* | On exec, single-threading must be enforced before arguments space iskib2015-05-107-51/+119
* | Clean up the style to use "options<space><tab>".andrew2015-05-101-3/+3
* | Satisfy vm_object uma zone destructor requirements after r282660 whenkib2015-05-101-0/+6
* | Turn ieee80211_start_scan_locked() into a swscan module private method.adrian2015-05-103-80/+77
* | Attempt to address Bug #176201 - don't advertise what the AP announcedadrian2015-05-101-1/+18
* | Fix a couple bugs in 64-bit powerpc fasttrap argument retrieval.jhibbits2015-05-101-3/+3
OpenPOWER on IntegriCloud