| Age | Commit message (Expand) | Author |
| 2018-06-07 | Replace HAVE_GCC with ACTIVE_CC == gcc checks | kamil |
| 2018-06-06 | Really disable unsupported $CC flag for LLVM | kamil |
| 2018-06-06 | add virtio_pci to list of not-yet-enabled modules | jakllsch |
| 2018-06-06 | fix up virtio module for current structure; add virtio_pci module | jakllsch |
| 2018-06-06 | Restrict -Wno-unused-but-set-variable in sys/modules/dtrace/dtrace to GCC | kamil |
| 2018-06-06 | Swap conditions HAVE_LLVM -> HAVE_GCC | kamil |
| 2018-06-06 | Restrict -Wno-discarded-qualifiers in sys/modules/dtrace/* to GCC | kamil |
| 2018-05-29 | Introduce new example kernel module: panic_string | kamil |
| 2018-05-28 | merge a new version of the CDDL dtrace and ZFS code. | chs |
| 2018-05-20 | Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by | thorpej |
| 2018-05-20 | Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by | thorpej |
| 2018-05-19 | Add an example "gpioirq" driver that demonstrates interrupts on GPIO | thorpej |
| 2018-04-20 | Add new example loadable kernel module: readhappy_mpsafe | kamil |
| 2018-04-13 | Add a new example kernel module | kamil |
| 2018-04-13 | Add new example kernel module: sysctl | kamil |
| 2018-03-18 | finish MD glue for compat ucode module. | christos |
| 2018-03-03 | Update the ioconf files to reflect the move of the device source code | pgoyette |
| 2018-03-01 | Adjust PATHs for files that were moved | pgoyette |
| 2018-02-27 | The iic module needs to include 2c_subr so that i2cbus modules can | pgoyette |
| 2018-02-26 | Descend into subdirectory to create the module for ichsmb(4) driver. | pgoyette |
| 2018-02-25 | Remove ksem module reference | kamil |
| 2018-02-25 | Add new modules (for i386 and amd64 only) for the imcsmb SMBus driver. | pgoyette |
| 2018-02-21 | On the off chance that someone tries to use the modular version of the | pgoyette |
| 2018-02-19 | Code is fixed, so hiding the warning is not necessary any more. | maya |
| 2018-02-12 | Simplify and make the GCC check more precise at the same time. | joerg |
| 2018-02-12 | Fix building with MKGCC=no | adam |
| 2018-02-06 | Avoid gcc 6 specific options when compiling with gcc 5 | martin |
| 2018-02-06 | pf_table.c has many left-shift of negative value issues. | mrg |
| 2018-01-27 | use the intermediate bus | christos |
| 2018-01-25 | Create amdsmn(4) amd amdzentemp(4) modules for X86 | pgoyette |
| 2018-01-24 | Remove port-acorn26 | skrll |
| 2018-01-18 | implement 32-bit compat support for raidframe. | mrg |
| 2018-01-16 | Fix agr(4) module build. Reviewed by pgoyette@n.o, thanks. | knakahara |
| 2018-01-09 | fix autofs pseudo device | christos |
| 2018-01-09 | Merge autofs support from: Tomohiro Kusumi | christos |
| 2017-12-29 | PR/52848: Brad Spencer: Add module glue for AM2315 and SI70xx drivers | christos |
| 2017-12-26 | Fix cargo cult ioctl implementation for LUAINFO: the name and desc fields | martin |
| 2017-12-16 | Use config(1) and IOCONF= to generate most of the auto-config data | pgoyette |
| 2017-12-09 | Include the flash_mtd_parts in the nand module. Without this, the module | pgoyette |
| 2017-12-09 | Split ip_ecn code into its own module, so it can be shared between | pgoyette |
| 2017-12-03 | again remove mistakely committed debug flags | jdolecek |
| 2017-12-03 | update from HEAD | jdolecek |
| 2017-11-15 | Build nand_toshiba.c | jmcneill |
| 2017-09-17 | This also needs INET6! | christos |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-08-11 | Don't build the ibcs2 module on i386. | maxv |
| 2017-08-09 | Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns | maxv |
| 2017-08-01 | Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD is | maxv |
| 2017-08-01 | Don't build the svr4 module on i386. | maxv |
| 2017-07-30 | Audio now compiles with WARNS=5, so there is no need to specify WARNS=3. | nat |