summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix loss of taskqueue wakeups (introduced in r300113)avg2016-05-213-15/+4
* Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt askib2016-05-211-17/+13
* Properly reset session state when using proxy and fail_on_disconnection=1.trasz2016-05-211-0/+4
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.trasz2016-05-214-0/+11
* Pass maxtags value to the ICL module. iSER needs it.trasz2016-05-212-2/+4
* Stop dropping and reacquiring Giant around geom calls in UFS.kib2016-05-211-16/+0
* Remove zero assignments in the cdev allocator. cdp memory iskib2016-05-211-5/+0
* Improve handling of rdev->si_mountpt on mount and unmount of FFSkib2016-05-211-13/+17
* Regen after r300359 (struct l_sched_param removal).dchagin2016-05-2115-39/+39
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...dchagin2016-05-213-9/+9
* Better document security_show_{success,info,badconfig} in /etc/periodic.confasomers2016-05-213-6/+11
* Regeneratebdrewery2016-05-211-0/+13
* Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set.bdrewery2016-05-214-4/+81
* Add FREEBSD_CC_VERSION which will be used to define __FreeBSD_cc_version.bdrewery2016-05-211-0/+2
* Enable external compiler logic if both bootstrap compilers are disabled.bdrewery2016-05-211-1/+2
* Fetch the __FreeBSD_cc_version as COMPILER_FREEBSD_VERSION.bdrewery2016-05-211-1/+15
* Auto determine X_COMPILER_TYPE/X_COMPILER_VERSION if XCC is set.bdrewery2016-05-211-29/+44
* Enable and utilize WITHOUT_CROSS_COMPILER logic for external CC.bdrewery2016-05-211-5/+9
* Move external toolchain support earlier.bdrewery2016-05-211-36/+35
* WITH_META_MODE: Avoid rebuilds of cc_tools during target build.bdrewery2016-05-211-17/+19
* WITH_META_MODE: Disable cookie handling for include installation.bdrewery2016-05-211-3/+3
* WITH_META_MODE: Disable for 'make install' from top-level.bdrewery2016-05-211-0/+7
* WITH_META_MODE: Use META_MODE rather than .MAKE.MODE for buildkernel.bdrewery2016-05-211-1/+1
* WITH_META_MODE: Fix suffix transformation rules with guessed dependencies.bdrewery2016-05-212-0/+14
* WITH_DIRDEPS_BUILD: Fix forcing user to run bootstrap-tools.bdrewery2016-05-211-0/+5
* FTS: Remove stale reference to nfs4 fs which was removed in r192578.bdrewery2016-05-212-2/+0
* ed(1): simplify by using arc4random_buf().pfg2016-05-211-4/+1
* Add sglist functions for working with arrays of VM pages.jhb2016-05-204-26/+113
* Move the KTR for the update of ddp_active_id on each completion underjhb2016-05-201-0/+2
* elftoolchain: backwards compatability for EM_RISCV definitionemaste2016-05-203-0/+9
* gas: Implement the .inst assembler directive for arm.pfg2016-05-201-0/+32
* Check for overflow and return EINVAL if detected. Backport this andkib2016-05-202-3/+6
* Consistently set status to -1 when completing an AIO request with an error.jhb2016-05-202-6/+20
* Large improvements to efi-show (though some weird problemsimp2016-05-201-64/+40
* Implement efi-set and efi-unsetimp2016-05-201-3/+67
* Cleanup to use %S.imp2016-05-201-18/+4
* Add the density code for LTO-7 to libmt and the mt(1) man page.ken2016-05-202-1/+3
* Regeneratebdrewery2016-05-201-13/+17
* Add a WITH_LIBSOFTbdrewery2016-05-201-0/+3
* Remove hf appending code from param.h for machine arch name.imp2016-05-201-7/+1
* ed(1): Cleanups for the DES mode.pfg2016-05-201-2/+2
* elftoolchain: backwards compatability for EM_IAMCU definitionemaste2016-05-204-0/+18
* GCC: Add support for named initializers for anonymous structs/unions.pfg2016-05-201-1/+12
* Implement support for RF_UNMAPPED and bus_map/unmap_resource on x86.jhb2016-05-201-30/+114
* Add new bus methods for mapping resources.jhb2016-05-2012-9/+408
* Drop trailing asterisks.jhb2016-05-201-5/+5
* Call the ICL module's handoff method even when using ICL proxy.trasz2016-05-202-14/+27
* Pull in r270240 from upstream clang trunk (by me):dim2016-05-201-2/+9
* Merge bmake-20160512sjg2016-05-2045-323/+541
* Update to ELF Tool Chain r3475emaste2016-05-2036-1239/+1290
|\
OpenPOWER on IntegriCloud