summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
...
| * Add MIPS_INTRNG to sys/conf/options.mipssgalabov2016-03-081-0/+5
* | MFHgjb2016-03-061-0/+4
|\ \ | |/
| * Merge ^/head r296007 through r296368.dim2016-03-038-14/+15
| |\
| | * Add guessed dependencies to OBJS after bsd.dep.mk in case of it adding to SRCS.bdrewery2016-03-021-1/+3
| * | Merge ^/head r295902 through r296006.dim2016-02-2410-31/+69
| |\ \
| * \ \ Merge ^/head r295845 through r295901.dim2016-02-223-3/+6
| |\ \ \
| * \ \ \ Merge ^/head r295601 through r295844.dim2016-02-216-11/+31
| |\ \ \ \
| * \ \ \ \ Merge ^/head r295351 through r295543.dim2016-02-112-2/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge ^/head r294961 through r295350.dim2016-02-0614-15/+276
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r294777 through r294960.dim2016-01-273-93/+76
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r294599 through r294776.dim2016-01-263-2/+13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^/head r294169 through r294598.dim2016-01-226-4/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ^head r294090 through r294168.dim2016-01-162-6/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge ^/head r293850 through r294089.dim2016-01-152-0/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r293686 through r293849.dim2016-01-131-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r293280 through r293429.dim2016-01-081-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | For clang 3.8.0 and higher targeting arm, use the new -mno-movt flag todim2016-01-071-0/+4
* | | | | | | | | | | | | | | MFHgjb2016-03-021-1/+3
* | | | | | | | | | | | | | | MFHgjb2016-03-0213-36/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Refactor the AIO subsystem to permit file-type-specific handling andjhb2016-03-013-7/+1
| * | | | | | | | | | | | | | cxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.np2016-03-011-2/+2
| * | | | | | | | | | | | | | FAST_DEPEND: Prefer .OBJDIR depend files.bdrewery2016-02-291-1/+1
| * | | | | | | | | | | | | | Add SMP support to the ARM PLATFORM code. This will allow us to haveandrew2016-02-281-0/+1
| * | | | | | | | | | | | | | Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theandrew2016-02-281-0/+1
| * | | | | | | | | | | | | | Import bsd.clang-analyze.mk based on NetBSD's version.bdrewery2016-02-261-0/+1
| * | | | | | | | | | | | | | Remove more references to targets we've never had.bdrewery2016-02-261-3/+3
| * | | | | | | | | | | | | | Add the Allwinner A31 and A31s padconf support. It's currently unused, butandrew2016-02-251-0/+2
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Remove hack from r2408 that is no longer needed.bdrewery2016-02-241-3/+0
| * | | | | | | | | | | | | FAST_DEPEND: Always run depend via beforebuild which removes many hacks.bdrewery2016-02-241-0/+6
| * | | | | | | | | | | | | Hook the meta/nofilemon build into using FAST_DEPEND.bdrewery2016-02-242-11/+30
| * | | | | | | | | | | | | FAST_DEPEND: Don't waste time generating an empty .depend file.bdrewery2016-02-241-2/+0
| * | | | | | | | | | | | | FAST_DEPEND: Rework how guessed dependencies are handled.bdrewery2016-02-242-9/+19
| * | | | | | | | | | | | | Support beforebuild in the kernel.bdrewery2016-02-241-1/+2
| * | | | | | | | | | | | | Remove ilinks in cleandepend directly via CLEANDEPENDFILES.bdrewery2016-02-241-1/+1
| * | | | | | | | | | | | | Add support for symmetric multiprocessing (SMP).br2016-02-241-1/+3
| * | | | | | | | | | | | | Make pci_host_generic and thunderx_pci commonwma2016-02-241-1/+0
| * | | | | | | | | | | | | o kill few remaining references to the GEOM_UNCOMPRESS;sobomax2016-02-241-2/+1
| * | | | | | | | | | | | | Kill few remaininng instances of GEOM_UNCOMPRESS.sobomax2016-02-241-1/+0
| * | | | | | | | | | | | | hyperv/utils: Code rearrange and cleanupsephe2016-02-242-0/+6
* | | | | | | | | | | | | | MFHgjb2016-02-241-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Obsolete mkulzma(8) and geom_uncompress(4), their functionalitysobomax2016-02-241-7/+6
| * | | | | | | | | | | | | Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)sobomax2016-02-231-5/+8
* | | | | | | | | | | | | | MFHgjb2016-02-232-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Set a dependencies for stack(9) RISC-V MD part.br2016-02-231-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Always remove .depend.* in case switching between FAST_DEPEND on/off.bdrewery2016-02-221-2/+1
| * | | | | | | | | | | | Provide stack(9) MD stubs for RISC-V so ktr(9) can be compiled in.br2016-02-221-1/+2
* | | | | | | | | | | | | MFHgjb2016-02-224-4/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | urtwn: add an option to compile the driver without firmware specific codeavos2016-02-221-0/+3
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Revert r295756:zbb2016-02-201-1/+0
| * | | | | | | | | | | Rename busdma_machdep.c to busdma_machdep-v4.c, pmap.c to pmap-v4.cskra2016-02-201-3/+3
OpenPOWER on IntegriCloud