Fix the gpio-leds node to match the LEDs on RPI2.
[freebsd.git] / sys / conf /
2015-04-22 rodrigcMove zlib.c from net to libkern.
2015-04-22 kibMove some common code from sys/amd64/amd64/machdep...
2015-04-21 glebiusMake IFMEDIA_DEBUG a kernel option.
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-20 gjbMFH: r281668 through r281783
2015-04-18 jhibbitsImplement hwpmc(4) for Freescale e500 core.
2015-04-18 kibComplete r281670, unlist removed files.
2015-04-18 aeRemove xform_ipip.c and code related to XF_IP4.
2015-04-16 emasteFix kernel build ${MACHINE} path
2015-04-16 glebiusMove ALTQ from contrib to net/altq. The ALTQ code is...
2015-04-13 andrewAdd psci for arm64. This is currently used when rebooti...
2015-04-13 kibAdd config option PAE_TABLES for the i386 kernel. ...
2015-04-13 andrewBring in the start of the arm64 kernel.
2015-04-12 andrewAdd a driver for the ARM Power State Coordination Inter...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-10 glebiusMove all code related to IP fragment reassembly to...
2015-04-08 eadlernewvers.sh: remove 'X' hack from shell script
2015-04-05 adrianAdd support for the MIPS74K SoC family performance...
2015-04-05 jhibbitsAdd file missed in r281096.
2015-04-04 jhibbitsFix whitespace.
2015-04-04 jhibbitsAdd mpc85xx_gpio to the build conf.
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-03-31 ganboldAdd necessary changes to support various Amlogic SoC...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-30 andrewRemove support for CPU_XSCALE_80200. None of our config...
2015-03-30 andrewRemove support for CPU_FA626TE. It's unused by any...
2015-03-30 andrewOnly build cpufunc_asm_armv4.S when needed.
2015-03-30 roygerxen: add a handler for the debug interrupt
2015-03-29 andrewBuild the cpufunc_asm_* files based on the cpu type...
2015-03-29 andrewRemove arm1136 support. We don't have any configs that...
2015-03-29 andrewRemove the bootconfig parsing. We never used it and...
2015-03-29 andrewRemove ARM9_CACHE_WRITE_THROUGH, none of our configs...
2015-03-28 bzRemove all the handcrafted assembly in hwpmc_armv7...
2015-03-27 ianMake simplebus a base class of ofwbus. This allows...
2015-03-27 impAdd a note of clarification. MK_* variables only contro...
2015-03-27 impCategorize certain kernel builds as being broken in...
2015-03-27 impAdd support for specifying unsupported / broken options...
2015-03-26 ianNew pmap code for armv6. Disabled by default, option...
2015-03-24 andrewAdd the SOC_BCM2835 and SOC_BCM2836 options for the...
2015-03-24 mavRemove from legacy ata(4) driver support for hardware...
2015-03-20 loosAdd a driver for the Dallas/Maxim DS1307, another commo...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-20 zbbAllow to override default kernel virtual address assign...
2015-03-19 kibUse VT-d interrupt remapping block (IR) to perform...
2015-03-18 adrianFix ixgbe(4) - add ix_txrx to compile in the kernel.
2015-03-17 jfvUpdate to the Intel ixgbe driver:
2015-03-15 dimUpgrade our copy of clang, llvm and lldb to 3.6.0 release.
2015-03-14 dimMerge ^/head r279985 through r279994.
2015-03-14 dimAmend r277940, by also disabling -Wcast-qual warnings...
2015-03-14 dimMerge ^/head r279893 through r279984.
2015-03-12 impCategorize certain kernel builds as being broken in...
2015-03-12 impAdd support for specifying unsupported / broken options...
2015-03-11 dimMerge ^/head r279759 through r279892.
2015-03-11 hselaskyFactor out mbuf hashing code from LAGG driver so that...
2015-03-09 markjReimplement support for userland core dump compression...
2015-03-07 dimMerging ^/head r279596 through r279758.
2015-03-07 nwhitehornMake 32-bit PowerPC kernels, like 64-bit PowerPC kernel...
2015-03-04 dimMerge ^/head r279313 through r279595.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-03-01 dumbbellRecord the dependency to x86bios in vga_pci
2015-03-01 rstoneAdd infrastructure for exporting config schema from...
2015-03-01 rstoneImplement interface to create SR-IOV Virtual Functions
2015-03-01 rstoneMove libnv into the kernel and hook it into the kernel...
2015-03-01 rstoneImplement asprintf in libkern
2015-02-28 loosAdd a driver for the Maxim DS3231 a low-cost, extremely...
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 nwhitehornUse appropriate alternative to -msoft-float for clang...
2015-02-26 dimMerge ^/head r279163 through r279308.
2015-02-25 arybchiksfxge: add to config files
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-22 dimMerge ^/head r279023 through r279162.
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-19 dimMerging ^/head r278916 through r279022.
2015-02-19 glebiusUse KTR_COMPILE=(KTR_ALL) for LINTs, to get more code...
2015-02-19 andrewUse the ARM unwinder with dtrace to extract the stack...
2015-02-19 andrewAllow the ARM unwinder to work through modules. This...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-18 impPopulate new KERN_OPTS from all the opt_*.h files in
2015-02-17 dimMerge ^/head r278756 through r278915.
2015-02-17 glebius Globally enable -fms-extensions when building kernel...
2015-02-17 andrewPull the ARM ddb unwind code out to a new file. This...
2015-02-17 hselaskyFix compilation of the SDP driver and a compile warning...
2015-02-17 hselaskyUpdate the infiniband stack to Mellanox's OFED version...
2015-02-15 hselaskyImport USB display link driver from OpenBSD. Support...
2015-02-15 hselaskyImport videomode code from NetBSD which is needed by...
2015-02-14 dimMerge ^/head r278499 through r278755.
2015-02-10 impProperly quote EXTRA_MODULES and WITHOUT_MODULES to...
2015-02-10 dimMerge ^/head r278351 through r278498.
2015-02-10 rpauloRemove FreeBSD/wii.
2015-02-09 impPrefer install over mkdir to create the directory....
2015-02-09 impMove these definitions to bsd.own.mk along side the...
2015-02-09 impFix typo.
2015-02-09 impWe need to create /boot/dtb since some use cases don...
2015-02-09 impMake sure that we define DTB{OWN,GRP,MODE} so install...
2015-02-09 impPass MODULES_EXTRA to the modules build. While I'm...
2015-02-09 impEnforce that MK_foo options shall be either "yes" or...
2015-02-09 rpauloMerge xz 5.2.0.
next