| Age | Commit message (Expand) | Author |
| 2019-12-23 | Revert the removal of filemon. | maxv |
| 2019-12-18 | Retire filemon, discussed on tech-kern@. | maxv |
| 2019-12-16 | dm: Enable dm-error and dm-zero target | tkusumi |
| 2019-12-14 | Use MPSAFE callouts. | ad |
| 2019-12-10 | Ported driver for Intel Ethernet 700 series | yamaguchi |
| 2019-12-04 | Add syscall_linux back for other arm architectures (accidently removed | martin |
| 2019-12-03 | dtrace: add support for aarch64 | jmcneill |
| 2019-11-20 | Move all non-emulation-specific coredump code into the coredump module, | pgoyette |
| 2019-11-11 | Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) | joerg |
| 2019-10-28 | Continue to build the filemon module, but don't install it. Hopefully | pgoyette |
| 2019-10-28 | Disable filemon. | maya |
| 2019-10-28 | Implement a front-end driver of virtio-9p called vio9p | ozaki-r |
| 2019-10-13 | Elide function pointer cast errors | christos |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2019-09-29 | convert HAVE_GCC == 7 to HAVE_GCC >= 7. | mrg |
| 2019-09-28 | Disable NETBSD32_DRMKMS by not using it, but keep compiling it. | christos |
| 2019-09-26 | kill WARNS = 3 | christos |
| 2019-09-26 | kill WARNS = 3 | christos |
| 2019-09-26 | Kill WARNS = 3 | christos |
| 2019-09-26 | Kill WARNS = 3 from all the modules that now compile cleanly. | christos |
| 2019-09-26 | Limit -Wno-sign-compare to only rtsock_50.c which by virtue of including | christos |
| 2019-09-22 | Add a new member to struct vfsstat and grow the unused members | christos |
| 2019-09-17 | enable building modules for if_aue(4), if_cdce(4), if_cue(4), | mrg |
| 2019-09-17 | build exec_elf32 module on arm64. | mrg |
| 2019-09-17 | add modules for all usbnet drivers not present. | mrg |
| 2019-08-20 | Disable netbsd32_drm.c until it receives proper review. | maxv |
| 2019-08-20 | Add netbsd32 drm support from Surya Shankar at GSoC 2019 | christos |
| 2019-08-19 | Enable extended attributes in modules. | christos |
| 2019-08-08 | Build an if_udav module (untested) | skrll |
| 2019-07-31 | introduce a library of common code / backends to share code between | mrg |
| 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 |