summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated check.yongari2016-02-181-11/+8
* Fix variable assignment.yongari2016-02-187-7/+7
* Fix installation of makewhatis.local(1) since r283777.bdrewery2016-02-186-5/+166
* Release the ref acquired in nd6_dad_find() if DAD is already in progress.markj2016-02-181-2/+3
* Use pfxrtr_del() instead of freeing advertising routers directly.markj2016-02-171-2/+2
* Remove a prototype for the non-existent prelist_del().markj2016-02-171-1/+0
* Fix a potentially "forever" loop.glebius2016-02-171-1/+1
* Ternary operator has lower priority than OR.glebius2016-02-171-1/+1
* Ternary operator has lower priority than OR.glebius2016-02-171-3/+2
* Add missing braces.glebius2016-02-171-1/+2
* After nullfs rmdir operation, reclaim the directory vnode which waskib2016-02-171-0/+9
* In bnoreuselist(), check both ends of the specified logical blockkib2016-02-171-1/+2
* Fix build race after r295643.bdrewery2016-02-171-0/+2
* Use the right size for zeroing.imp2016-02-171-1/+1
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinandrew2016-02-1717-83/+761
* Add protection code for issues reported by PVS / D5245.tuexen2016-02-171-2/+4
* Code cleanup which will silence a warning in PVS / D5245.tuexen2016-02-172-7/+3
* Address a warning reported by D5245 / PVS.tuexen2016-02-171-2/+2
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryimp2016-02-1710-11/+21
* Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsskra2016-02-173-27/+3
* Hardcode date in RCS paper for reproducibilityemaste2016-02-171-1/+1
* Add the implementation of atomic_swap_32().br2016-02-171-0/+13
* Use better form representing 32 x 128-bit floating-point registers.br2016-02-171-1/+1
* There is no need to pre save tp in cpu_fork().br2016-02-171-6/+0
* Add the implementation of savectx().br2016-02-171-4/+23
* Use callee-saved registers to pass args through fork_trampoline().br2016-02-172-17/+9
* Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorskra2016-02-173-12/+3
* Include pte-v6.h only where needed.skra2016-02-173-4/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-1716-112/+32
* Evaluate also VM_PROT_EXECUTE protection in pmap_preboot_map_attr().skra2016-02-171-0/+1
* Fix build race after r295643.bdrewery2016-02-171-0/+1
* Bump __FreeBSD_Version for u_long -> rman_res_t change (r294883).jhibbits2016-02-161-1/+1
* DIRDEPS_BUILD: Hookup CLANG_EXTRAS.bdrewery2016-02-1631-0/+1282
* Remove an unused variable that snuck into the previous revision.jhb2016-02-161-1/+0
* Fetch the current thread and it's syscall state from the trussinfo objectjhb2016-02-163-24/+27
* The locking annotations for struct sockbuf originally used the key fromjhb2016-02-162-21/+23
* Fix naive use of ftell(3).pfg2016-02-161-1/+1
* Another conversion u_long -> rman_res_tjhibbits2016-02-161-5/+5
* crontab: ftruncate() with ftello() instead of ftell().pfg2016-02-161-1/+1
* cron: use (char *)NULL instead of (char *)0 in execle.pfg2016-02-161-2/+3
* Whitespace changes.tuexen2016-02-164-6/+7
* Improve the teardown of the SCTP stack.tuexen2016-02-165-54/+109
* Add CLEANDEPEND[FILES|DIRS] and simplify the tags cleanup to use it.bdrewery2016-02-161-8/+18
* Always remove .depend.* regardless of WITH_FAST_DEPEND in case of changingbdrewery2016-02-161-2/+1
* Remove temporary hack from r294370 for SSH upgrades.bdrewery2016-02-161-8/+0
* Convert a few more long -> rman_res_t.jhibbits2016-02-162-6/+6
* Revert r295648 for now.bdrewery2016-02-161-4/+4
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-1610-10/+26
* Allow elfcopy to convert between two non-ELF formatsemaste2016-02-161-0/+12
* Use EARLY_DRIVER_MODULE() for ti_scm driver to be attached beforeskra2016-02-161-1/+2
OpenPOWER on IntegriCloud