| Age | Commit message (Expand) | Author |
| 2020-08-02 | Pull up following revision(s) (requested by maxv in ticket #1032): | martin |
| 2020-02-12 | Pull up following revision(s) (requested by riastradh in ticket #701): | martin |
| 2019-12-09 | Pull up following revision(s) (requested by jmcneill in ticket #525): | martin |
| 2019-11-21 | In preparation for the upcoming release, turn off DIAGNOSTIC in most | martin |
| 2019-10-28 | Pull up following revision(s) (requested by maya in ticket #385): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by mrg in ticket #135): | martin |
| 2019-07-24 | Update the NPF kernel module Makefile. Missed in the previous commit. | rmind |
| 2019-06-22 | Set WARNS=3 - signed-vs-unsigned integer compare | pgoyette |
| 2019-06-22 | Add the if_media_80 source file to the module. The module's initialization | pgoyette |
| 2019-06-20 | Split the ufs code out of the ffs module and into its own module. | pgoyette |
| 2019-06-18 | Include quota compat code by default | pgoyette |
| 2019-06-18 | Add quota option | christos |
| 2019-06-18 | Add QUOTA define | christos |
| 2019-06-17 | Add -DQUOTA (Paul Goyette) | christos |
| 2019-06-17 | Add missing file for QUOTA | christos |
| 2019-06-05 | Switch module solaris to native XDR. | hannken |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-05-01 | No need to define COMPAT_50 any longer. All the compat decisions are | pgoyette |
| 2019-04-15 | Split the COMPAT_50 socket-timeout stuff out of kern/uipc_socket.c | pgoyette |
| 2019-03-31 | Add the limit node | christos |
| 2019-03-26 | Now that the if_srt module has a chance of working (ie, it now | pgoyette |
| 2019-03-24 | Add a loadable module for tap(4). | pgoyette |
| 2019-03-23 | Replace compile-time checking for vlan code with a module hook. | pgoyette |
| 2019-03-23 | The main compat_netbsd32 module doesn't contain any prior-version-compat | pgoyette |
| 2019-02-23 | Install the x86 RESET state at VCPU creation time, for convenience, so | maxv |
| 2019-02-20 | WARNS=3 for compat_netbsd32_* in order to appease sign-compare warnings | rin |
| 2019-02-20 | Another WARNS=3 module | pgoyette |
| 2019-02-20 | Another module that needs WARNS=3 to allow signed-vs-unsigned compares | pgoyette |
| 2019-02-17 | For vax, GCC 6.5 and 7.4 cannot compile lfs_inode.c with | rin |
| 2019-02-17 | Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc. | rin |
| 2019-02-17 | Bump default value of WARNS for modules from 3 to 5, and | rin |
| 2019-02-17 | Turn on DIAGNOSTIC by default for modules in HEAD. | rin |
| 2019-02-13 | Add Intel-VMX support in NVMM. This allows us to run hardware-accelerated | maxv |
| 2019-02-06 | Add ure(4): RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device. | rin |
| 2019-02-05 | Prepare the implementation of the ZFS control directory ".zfs". | hannken |
| 2019-02-05 | be sure to only apply zlib.c's -Wno-error=implicit-fallthrough to GCC 7. | mrg |
| 2019-02-04 | don't assume _LP64 == supports COMPAT_NETBSD32. | mrg |
| 2019-02-04 | Don't include puffs_compat in a kernel unless the filesystem is | pgoyette |
| 2019-02-04 | apply -Wno-error=implicit-fallthrough to via_dmablit.c. | mrg |
| 2019-02-04 | apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c. | mrg |
| 2019-02-04 | add -Wno-error=int-in-bool-context or -Wno-error=implicit-fallthrough | mrg |
| 2019-02-04 | - use -Wno-error=implicit-fallthrough with GCC7. | mrg |
| 2019-02-03 | Remove some commented-out stuff accidentally left in the previous commit. | pgoyette |
| 2019-02-03 | Don't include the raidframe compat code in the main raid module, the | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-21 | Build bpfjit and sljit modules on aarch64. | alnsn |
| 2019-01-17 | Add a new example kernel module: mapper | kamil |
| 2018-12-29 | Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same | maxv |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-11-27 | Remove the rest of my local change that somehow snuck in to an | pgoyette |