summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r295902 through r296006.dim2016-02-24504-23117/+5290
|\
| * Don't hide AR command as bsd.lib.mk's r283925 changed as well.bdrewery2016-02-241-2/+2
| * Fix year.kib2016-02-241-1/+1
| * PROGS: Only the main process will install INCS.bdrewery2016-02-241-1/+2
| * FAST_DEPEND: Still need to remove DEPENDFILE when rebuilding.bdrewery2016-02-241-1/+3
| * Remove references to Giant in the description of vrele(9). Add noteskib2016-02-241-4/+6
| * Remove hack from r2408 that is no longer needed.bdrewery2016-02-241-3/+0
| * Regeneratebdrewery2016-02-241-4/+34
| * BDECFLAGS has not been available since r82604 removed /etc/defaults/make.conf.bdrewery2016-02-241-11/+1
| * PROGS: Remove the 'build one' optimization since it breaks 'build multiple'bdrewery2016-02-241-12/+0
| * Show full DIRPRFX in subdir parallel target name.bdrewery2016-02-241-3/+3
| * DIRDEPS_BUILD: Allow destroy-(arch|host|stage) from top-level.bdrewery2016-02-241-0/+3
| * DIRDEPS_BUILD: Allow 'make destroy*' to work from top-level.bdrewery2016-02-241-0/+1
| * FAST_DEPEND: Skip 'make depend' for buildworld and kernel since it is auto-ra...bdrewery2016-02-242-13/+26
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-24297-19316/+53
| * FAST_DEPEND: Always run depend via beforebuild which removes many hacks.bdrewery2016-02-247-20/+16
| * Hook the meta/nofilemon build into using FAST_DEPEND.bdrewery2016-02-245-22/+59
| * FAST_DEPEND: Don't waste time generating an empty .depend file.bdrewery2016-02-242-4/+2
| * FAST_DEPEND: Rework how guessed dependencies are handled.bdrewery2016-02-245-33/+62
| * Support beforebuild in the kernel.bdrewery2016-02-241-1/+2
| * Remove ilinks in cleandepend directly via CLEANDEPENDFILES.bdrewery2016-02-241-1/+1
| * Follow-up r295667 with fixes for SRCS defined.bdrewery2016-02-241-2/+4
| * Convert to LIBADD.bdrewery2016-02-241-2/+3
| * Support a WANT_MAKE_VERSION.bdrewery2016-02-241-4/+2
| * DIRDEPS_BUILD: Add some missing build dependencies for kerberos5.bdrewery2016-02-2424-0/+38
| * DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-244-1/+32
| * Properly fix these builds by adding NO_WMISSING_VARIABLE_DECLARATIONS from r2...bdrewery2016-02-242-6/+2
| * PROGS: Only recurse on called targets like done for SUBDIR in r291635.bdrewery2016-02-241-0/+2
| * db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-3/+2
| * Make asynchronous connection failures on UNIX sockets fail with ECONNRESET.ed2016-02-241-1/+1
| * db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-6/+12
| * Add support for symmetric multiprocessing (SMP).br2016-02-2420-108/+1028
| * Provide more correct sizing of the KVA consumed by a vnode, used bykib2016-02-243-4/+27
| * Fix bug in filling and handling ipfw's O_DSCP opcode.ae2016-02-242-2/+2
| * Fix useless check. m_pkthdr.len should be equal to orglen.ae2016-02-241-2/+1
| * Return dst as the result from memcpy(9) on amd64.kib2016-02-241-0/+1
| * Call cap_rights_init() properly.ed2016-02-241-1/+1
| * hyperv/vmbus: Use free(9) for interrupt page; it is allocated by malloc(9)sephe2016-02-241-5/+2
| * Make pci_host_generic and thunderx_pci commonwma2016-02-2410-802/+354
| * o kill few remaining references to the GEOM_UNCOMPRESS;sobomax2016-02-241-2/+1
| * Kill few remaininng instances of GEOM_UNCOMPRESS.sobomax2016-02-242-2/+0
| * hyperv/utils: Code rearrange and cleanupsephe2016-02-2411-707/+832
| * Migrate UNCOMPRESS -> UZIPadrian2016-02-242-2/+2
| * Fixes to make it compile under gcc-4.2.adrian2016-02-242-4/+6
| * The UFS filesystem requires that the last block of a file always bemckusick2016-02-241-17/+60
| * - Add a global option where we can protect processes when swap spacearaujo2016-02-243-2/+37
| * ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes.erj2016-02-242-2/+0
| * ixl(4): Fix potential driver interrupt setup issues and startup crash.erj2016-02-241-35/+67
| * Obsolete mkulzma(8) and geom_uncompress(4), their functionalitysobomax2016-02-2444-1377/+89
| * nvme: fix intx handler to not dereference ioq during initializationjimharris2016-02-241-1/+1
OpenPOWER on IntegriCloud