| From | Subject | 
| 02/01/2020 | 
| thorpej | [src/trunk]: src/sys/dev/pci Adopt <net/if_stats.h>. | 
| jmcneill | [src/trunk]: src/sys/dev/acpi Match HID 808622B7 (DesignWare USB3) | 
| riastradh | [src/trunk]: src/sys Load struct filedesc::fd_dt with atomic_load_consume. | 
| riastradh | [src/trunk]: src/sys Load struct fdfile::ff_file with atomic_load_consume. | 
| riastradh | [src/trunk]: src/sys/dev/pci Use atomic_load/store_* in ena(4), not questiona... | 
| riastradh | [src/trunk]: src/sys/dev/pci/ixgbe Use atomic_load_acquire for FreeBSDish ato... | 
| riastradh | [src/trunk]: src/sys/net Fix wrong memory order and switch bpf to atomic_load... | 
| riastradh | [src/trunk]: src/sys/net Fix wrong memory order and switch pfil to atomic_loa... | 
| riastradh | [src/trunk]: src/sys/net Switch if_gif to atomic_load/store_*. | 
| riastradh | [src/trunk]: src/sys/net Fix order in rollback case; switch if_ipsec to atomi... | 
| riastradh | [src/trunk]: src/sys/net Switch if_l2tp to atomic_load/store_*. | 
| riastradh | [src/trunk]: src/sys/net Switch if_vlan to atomic_load/store_*. | 
| thorpej | [src/trunk]: src/sys/dev/pci Adopt <net/if_stats.h>. | 
| tsutsui | [src/trunk]: src Add and enable dhcpcd for news68k installation. | 
| tsutsui | [src/trunk]: src/sys/arch Use "__nothing" macro defined in <sys/cdefs.h> for ... | 
| thorpej | [src/trunk]: src/sys/dev/pci Adopt <net/if_stats.h>. | 
| thorpej | [src/trunk]: src/sys/dev/pci Adopt <net/if_stats.h>. | 
| thorpej | [src/trunk]: src/sys/dev/pci Adopt <net/if_stats.h>. | 
| isaki | [src/trunk]: src/sys/arch/x68k/stand/mboot Make it output 68000 binary. | 
| skrll | [src/trunk]: src/sys/arch G/C | 
| thorpej | [src/trunk]: src/sys/dev/pci Adopt <net/if_stats.h>. | 
| riastradh | [src/trunk]: src New function percpu_create. | 
| riastradh | [src/trunk]: src/sys/kern Use __read_mostly and gather related __cacheline_al... | 
| riastradh | [src/trunk]: src/sys/kern KNF | 
| riastradh | [src/trunk]: src/sys/opencrypto Switch opencrypto to percpu_create. | 
| riastradh | [src/trunk]: src/sys Switch sys/net to percpu_create. | 
| riastradh | [src/trunk]: src/sys/arch/arm/pic Switch arm pic allocation and initializatio... | 
| riastradh | [src/trunk]: src/sys/arch/arm/pic pic_pending_zero is unnecessary; percpu_all... | 
| thorpej | [src/trunk]: src/sys/dev/pci/ixgbe Adopt <net/if_stats.h>. | 
| riastradh | [src/trunk]: src/sys/arch/arm/pic Reduce some ifdefs. | 
| riastradh | [src/trunk]: src/sys/arch/arm/pic KNF | 
| jmcneill | [src/trunk]: src/sys/dev/acpi Use acpi_match_hid to match both _HID and _CID | 
| jmcneill | [src/trunk]: src/sys/arch/arm/acpi Add support for NXP Layerscape PCIe Gen4 (... | 
| riastradh | [src/trunk]: src/share/man/man9 Redocument xc_barrier. | 
| jmcneill | [src/trunk]: src/sys/dev/acpi Add NXP/Freescale ESDHC specific support | 
| riastradh | [src/trunk]: src/sys/opencrypto softint_disestablish does xc_barrier(0) for u... | 
| riastradh | [src/trunk]: src/sys/dev/pci/qat opencrypto orders new_session -> process for... | 
| skrll | [src/trunk]: src/sys/dev/ic Use designated initializers | 
| jmcneill | [src/trunk]: src/sys/arch/arm/cortex Use kmem_zalloc for its state, fixes pos... | 
| kamil | [src/trunk]: src/lib/libc/gen Switch atform allocations from malloc()+free() ... | 
| kamil | [src/trunk]: src/lib/libpthread Remove 'ifdef 0' hacks | 
| kamil | [src/trunk]: src/lib Revert previous | 
| jmcneill | [src/trunk]: src/sys/dev/acpi appease -Werror=missing-field-initializers | 
| christos | [src/trunk]: src/sys/dev/acpi use designated initializers | 
| christos | [src/trunk]: src/sys/kern fix incorrect type | 
| tsutsui | [src/trunk]: src Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for... | 
| tnn | [src/trunk]: src/sys/dev/acpi fix build | 
| 02/02/2020 | 
| thorpej | [src/trunk]: src/sys/net - Add an ifmedia_fini() routine, to free resources a... | 
| thorpej | [src/trunk]: src/sys/net Flip the switch to the per-cpu implementation in <ne... | 
| thorpej | [src/trunk]: src/sys/sys NetBSD 9.99.45 -- struct ifnet changed, per-cpu ifne... | 
| thorpej | [src/trunk]: src/doc Note per-cpu network interface statistics. | 
| thorpej | [src/trunk]: src/sys/arch/arm/gemini Adopt <net/if_stats.h>. | 
| thorpej | [src/trunk]: src/sys/net Make if_stats competely opaque to user-space. | 
| riastradh | [src/trunk]: src/sys/external/bsd/common/linux Fix abuse of TAILQ_CONCAT. | 
| thorpej | [src/trunk]: src/sys/rump/net/lib Adopt <net/if_stats.h>. | 
| thorpej | [src/trunk]: src/usr.bin/netstat Update for per-cpu interface statistics. | 
| thorpej | [src/trunk]: src/sys/arch/x86/pci - Adopt <net/if_stats.h>. | 
| thorpej | [src/trunk]: src/sys/dev/pcmcia - Adopt <net/if_stats.h>. | 
| macallan | [src/trunk]: src/sys/dev/i2c break long lines | 
| macallan | [src/trunk]: src/sys/arch/sparc64/sparc64 pass pin info to pcagpio instances, ... | 
| macallan | [src/trunk]: src/sys/dev/i2c attach LEDs according to info passed as device p... | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 KNF. One #include <sys/atomic.h> is enough | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Always call pmap_grow_map with a page ali... | 
| skrll | [src/trunk]: src/sys/arch/arm G/C L1_TABLE_SIZE_REAL | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Fix comment | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Always pmap_kenter_pa the page in pmap_gr... | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 KNF | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 More KNF | 
| jmcneill | [src/trunk]: src/sys/dev/pci Fix null deref for busses with no IO port resour... | 
| jmcneill | [src/trunk]: src/sys/dev/pci pci_probe_device: make sure PCI_ID_REG returns v... | 
| jmcneill | [src/trunk]: src/sys/dev/acpi Add acpimcfg_conf_valid helper for pcie control... | 
| jmcneill | [src/trunk]: src/sys/arch/arm/acpi Map and read MCFG space directly instead o... | 
| kamil | [src/trunk]: src/doc realpath(1): Ported from FreeBSD. | 
| kamil | [src/trunk]: src Port realpath(1) from FreeBSD | 
| 02/03/2020 | 
| scole | [src/trunk]: src/sys/arch/ia64 Update architectures ski is known to run on | 
| skrll | [src/trunk]: src/sys/dev/marvell Adopt <net/if_stats.h> | 
| skrll | [src/trunk]: src/sys/arch/arm/broadcom Adopt <net/if_stats.h> | 
| roy | [src/trunk]: src/external/bsd/wpa/bin/hostapd Enable syslog support for hostapd | 
| roy | [src/trunk]: src/etc/defaults Enable hostapd syslog support by default. | 
| martin | [src/trunk]: src/usr.sbin/sysinst/arch remove unused "emptypart" message (or ... | 
| martin | [src/trunk]: src/usr.sbin/sysinst/arch PR install/54921: message "ordering" t... | 
| kre | [src/trunk]: src/sys/dev/usb urio(4) has gone - remove it from here as well, ... | 
| martin | [src/trunk]: src/usr.sbin/sysinst/arch PR install/54921: skip non-user partit... | 
| kre | [src/trunk]: src/sys/conf urio has gone. Comment it out (remaining visible ... | 
| ryo | [src/trunk]: src/sys/arch/aarch64 separate struct vm_page_md into vm_page_md ... | 
| ryo | [src/trunk]: src/sys/arch/aarch64 add support pmap_pv(9) | 
| skrll | [src/trunk]: src/sys/arch/arm/ep93xx Adopt <net/if_stats.h> | 
| skrll | [src/trunk]: src/sys/arch/arm/ep93xx More if_stat* | 
| kamil | [src/trunk]: src/usr.bin/make Fix usage of angle-brackets and quotes in make(... | 
| jmcneill | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci Use t... | 
| jmcneill | [src/trunk]: src/sys/external/bsd/drm2/linux Re-enable PCI MSI for DRM devices | 
| jmcneill | [src/trunk]: src/sys/external/bsd/drm2/nouveau Disable simplefb if nouveau at... | 
| maya | [src/trunk]: src/sys Remove more urio(4) traces. | 
| roy | [src/trunk]: src/sys/net rtsock: favour ifatoia and ifatoia6 over direct stru... | 
| 02/04/2020 | 
| uwe | [src/trunk]: src/usr.bin/make Make delimiters in <file> and "file" literal. | 
| tsutsui | [src/trunk]: src/sys/arch/news68k/news68k Add a missing semicolon missed in r... | 
| riastradh | [src/trunk]: src/sys/miscfs/kernfs Use specfs vnops for specnodes in kernfs. | 
| thorpej | [src/trunk]: src/sys/arch/arm Use ifmedia_fini(). | 
| thorpej | [src/trunk]: src/sys/arch/arm/xscale Add a comment that ifmedia_fini() should... | 
| thorpej | [src/trunk]: src/sys Use ifmedia_fini(). | 
| thorpej | [src/trunk]: src/sys Use ifmedia_fini(). | 
| mrg | [src/trunk]: src/sys/dev/usb don't call usb_syncmem() for zero-length packets. | 
| skrll | [src/trunk]: src/sys Adopt <net/if_stats.h> | 
| skrll | [src/trunk]: src/sys Trailing whitespace | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 grammar in a comment | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 KNF | 
| martin | [src/trunk]: src/sys/arch/macppc/dev Convert a few more drivers to the if_sta... | 
| martin | [src/trunk]: src/sys/arch/emips/ebus Fix oversight | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Add new ATF tests for unrelated tracer in... | 
| kre | [src/trunk]: src/bin/sh After bug report 262 (from 2010) | 
| wiz | [src/trunk]: src/usr.bin/make Remove trailing whitespace. | 
| christos | [src/trunk]: src/lib/libc/sys Mention that we don't honor the other mode bits. | 
| thorpej | [src/trunk]: src/sys/dev/pci/ixgbe - Fix locking problem with optics module i... | 
| jdolecek | [src/trunk]: src/sys/dev/ppbus finish adoption of <net/if_stats.h> | 
| jdolecek | [src/trunk]: src/sys/dev/ppbus add a config fragment to include all ppbus dev... | 
| 02/05/2020 | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Add new ATF ptrace(2) test in t_ptrace_wait* | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Disable debug code | 
| msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe Update comment in ixgbe_update_stats_count... | 
| msaitoh | [src/trunk]: src/sys/dev/mii Change the OUI macro name of RDC to xxRDC. 0x00d... | 
| msaitoh | [src/trunk]: src/sys/dev/mii Regen. | 
| msaitoh | [src/trunk]: src/sys/dev/mii RDC -> xxRDC. No functional change. | 
| skrll | [src/trunk]: src/sys/arch/usermode/dev Adopt <net/if_stat.h> | 
| msaitoh | [src/trunk]: src/sys/dev/usb Cast to uint32_t to avoid undefined behavior in ... | 
| skrll | [src/trunk]: src/sys/arch/arm Fix the armv[67] memory attributes for uncached... | 
| msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe No functional change: | 
| wiz | [src/trunk]: src/lib/libc/sys Remove trailing whitespace. | 
| skrll | [src/trunk]: src/sys/arch/acorn32/podulebus Adopt <net/if_stats.h> | 
| skrll | [src/trunk]: src/sys Adopt <net/if_stats.h> | 
| skrll | [src/trunk]: src/sys/arch/mac68k/nubus Trailing whitespace | 
| martin | [src/trunk]: src/tests/lib/libc/c063 PR misc/54939: fix file descriptor leak, ... | 
| msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe No functional change: | 
| msaitoh | [src/trunk]: src/sys/kern No functional change: | 
| msaitoh | [src/trunk]: src/sys/dev/pci/ixgbe Modify note in ixv_update_stats(). VF does... | 
| kamil | [src/trunk]: src/lib/libpthread Retire ifdef ERRORCHECK in pthread(3) | 
| martin | [src/trunk]: src/sys/arch/newsmips/apbus Fix if_stats access. | 
| kamil | [src/trunk]: src/sys/modules/examples Import new example kernel module ping_b... | 
| pgoyette | [src/trunk]: src/sys/modules/examples Use ENOTTY as error for an unrecognized... | 
| ryoon | [src/trunk]: src/lib/libpthread Remove trailing whiteapaces and tab | 
| kre | [src/trunk]: src/bin/sh Oops, the previous didn't do what was promised.  Rath... | 
| martin | [src/trunk]: src/tests/lib/libc/c063 PR misc/54940: do not combine O_SEARCH w... | 
| fox | [src/trunk]: src/bin/csh bin/csh: Fix the -Wclobber warning. | 
| fox | [src/trunk]: src/games/battlestar games/battlestar: Fix the -Werror=restrict ... | 
| 02/06/2020 | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Refactor signal9 and signal10 tests in t_... | 
| rjs | [src/trunk]: src/sys/arch/arm/amlogic Match new dtb. | 
| sjg | [src/trunk]: src/usr.bin/make Fix meta_compat mode. | 
| mrg | [src/trunk]: src/sys/arch/evbarm/conf add MIDI sequencer device. now midipla... | 
| macallan | [src/trunk]: src/sys/arch/macppc/dev listen to PMF events in order to turn of... | 
| thorpej | [src/trunk]: src/sys/dev/pci/ixgbe Ensure we don't call workqueue_enqueue() i... | 
| simonb | [src/trunk]: src/usr.bin/locate/locate Add support for specifying an alternat... | 
| martin | [src/trunk]: src/usr.sbin/sysinst bootxx_name() - fix oversight in previous c... | 
| martin | [src/trunk]: src/usr.sbin/sysinst/arch/i386 PR install/54934: always use -f o... | 
| martin | [src/trunk]: src/usr.sbin/sysinst Remove a bogus assert: when reading disklab... | 
| martin | [src/trunk]: src/usr.sbin/sysinst Deal with partitioning schemes having no in... | 
| uki | [src/trunk]: src/distrib/sets/lists/xcomp Fix incorrect package name in xcomp | 
| martin | [src/trunk]: src/tests/lib/libc/c063 Add a few O_SEARCH tests, currently only... | 
| uki | [src/trunk]: src/distrib/sets Building X11 system packages by "build.sh syspkgs" | 
| skrll | [src/trunk]: src/sys/arch/evbarm/conf Sort DTS | 
| skrll | [src/trunk]: src/sys/arch/evbarm/conf Add bcm2837-rpi-3-a-plus.dts to DTS. R... | 
| macallan | [src/trunk]: src/sys/dev/pci sent PMF events when (un)blanking so things like... | 
| martin | [src/trunk]: src/usr.sbin/sysinst Do not assum a partitioning scheme that sup... | 
| martin | [src/trunk]: src/usr.sbin/sysinst PR bin/54944: deal with escaped spaces in N... | 
| martin | [src/trunk]: src/usr.sbin/sysinst PR bin/54944: explicitly reject GPT protect... | 
| martin | [src/trunk]: src/usr.sbin/sysinst PR bin/54944: make the "explicit single wed... | 
| kamil | [src/trunk]: src/sbin/devpubd Stop including unused header <sys/poll.h> | 
| martin | [src/trunk]: src/usr.sbin/sysinst Reformat a query to add an automatically de... | 
| martin | [src/trunk]: src/usr.sbin/sysinst Make re-install sets also work for an expli... | 
| kre | [src/trunk]: src/bin/sh If we are invoked with SIGCHLD ignored, we fail badly... | 
| riastradh | [src/trunk]: src/sys/arch/arm/sunxi Fix previous brainfart. | 
| martin | [src/trunk]: src/usr.sbin/sysinst Fix copy&pasto in previous - from kre. | 
| kre | [src/trunk]: src/bin/sh Actually, the issue with bash (in previous) is more l... | 
| martin | [src/trunk]: src/usr.sbin/sysinst Only a single partition can ever have the "... | 
| 02/07/2020 | 
| fox | [src/trunk]: src/games/battlestar games/battlestar: Replace snprintf(3) with ... | 
| kamil | [src/trunk]: src/sys/modules/examples Document what does ping_block. | 
| thorpej | [src/trunk]: src/sys Perform link state change processing on a work queue, ra... | 
| thorpej | [src/trunk]: src/sys/dev/pci Use callout_setfunc() / callout_schedule(). | 
| jmcneill | [src/trunk]: src/sys/arch/arm/acpi Single mappings are translated to OutputBa... | 
| thorpej | [src/trunk]: src/sys/dev/ic Use callout_setfunc() / callout_schedule(). | 
| thorpej | [src/trunk]: src/sys/net IPL_SOFTNET -> IPL_NET in previous. | 
| thorpej | [src/trunk]: src/sys/dev/ic Use callout_setfunc() / callout_schedule(). | 
| fox | [src/trunk]: src/bin/sh bin/sh: Fixes -Werror=shadow causing build breaks. | 
| kre | [src/trunk]: src/bin/sh Avoid a core dump if a child process that is not one ... | 
| mrg | [src/trunk]: src/external/gpl3/gcc powerpc switched. | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Use if_link_state_change() even if ixl(4) is att... | 
| thorpej | [src/trunk]: src/sys Add percpu_foreach_xcall(), which is like percpu_foreach... | 
| thorpej | [src/trunk]: src/sys Use percpu_foreach_xcall() to gather volatile per-cpu co... | 
| thorpej | [src/trunk]: src/share/man/man9 Document percpu_foreach_xcall(). | 
| thorpej | [src/trunk]: src/distrib/sets/lists/comp Add percpu_foreach_xcall(9). | 
| thorpej | [src/trunk]: src/sys/sys NetBSD 9.99.46 - percpu_foreach_xcall(). | 
| jmcneill | [src/trunk]: src/share/mk Update comment | 
| wiz | [src/trunk]: src/share/man/man9 Remove duplicate word. | 
| jmcneill | [src/trunk]: src/sys/external/bsd/drm2 Turn MSI off again. | 
| kamil | [src/trunk]: src/external/bsd/compiler_rt/lib/clang Install LLVM sanitizers i... | 
| kamil | [src/trunk]: src Install LLVM sanitizers to /usr/lib/clang/9.0.0 | 
| jmcneill | [src/trunk]: src/external/mit/xorg/lib Define HAVE_LIBDRM (required for loade... | 
| pgoyette | [src/trunk]: src/sys/modules/examples Improve wording | 
| uwe | [src/trunk]: src/tests/lib/libcurses/tests Fix typo in a comment. | 
| fox | [src/trunk]: src/usr.sbin/altq/altqstat usr.sbin/altq: Fix -Wstringop-truncat... | 
| fox | [src/trunk]: src/usr.bin/config usr.bin/config: Suppress -Werror=stringop-tru... | 
| 02/08/2020 | 
| jmcneill | [xsrc/trunk]: xsrc/external/mit/xf86-video-ati-kms/dist/src When adding an FB... | 
| fox | [src/trunk]: src/games/hack games/hack: Fix -Wstringop-truncation warning. | 
| fox | [src/trunk]: src/usr.sbin/altq/altqstat usr.sbin/altq: Revert the strlcpy(3) ... | 
| fox | [src/trunk]: src/games/hack games/hack: Revert the strlcpy(1) change since th... | 
| uwe | [src/trunk]: src/tests/lib/libcurses Fake terminfo should not depend on TOOL_... | 
| christos | [src/trunk]: src/lib/libpam/modules/pam_krb5 stop using sprintf and check for... | 
| christos | [src/trunk]: src/lib/libpam/modules/pam_krb5 there is no potential overflow a... | 
| kamil | [src/trunk]: src Expand the -Wno-macro-redefined usage to MKLIBCSANITIZER | 
| jmcneill | [src/trunk]: src/sys/dev/hdaudio Read GCAP and version regs after taking the ... | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Apple buys NeXT | 
| sevan | [src/trunk]: src/share/misc LAG, MLAG, the G is for group, adjust MCLAG | 
| fox | [src/trunk]: src/games/hack games/hack: Suppress -Werror=stringop-truncation ... | 
| fox | [src/trunk]: src/usr.sbin/altq/altqstat usr.sbin/altq: Suppress -Werror=strin... | 
| maxv | [src/trunk]: src/sys/dev/pci constify | 
| maxv | [src/trunk]: src Retire KLEAK. | 
| maxv | [src/trunk]: src/sys/dev/pci localify | 
| maxv | [src/trunk]: src/sys/dev/pci constify | 
| maxv | [src/trunk]: src/sys/dev/usb Move uvideo's parsers into usbdi.c, to make them... | 
| maxv | [src/trunk]: src/sys/dev/usb Introduce usbd_clear_endpoint_feature(),  and dedup. | 
| maxv | [src/trunk]: src/sys/dev/usb Dedup usb_desc_iter_next with usb_desc_iter_peek. | 
| maxv | [src/trunk]: src/sys/dev/usb Reorder usbdi_util.{c, h}, for clarity. No functi... | 
| msaitoh | [src/trunk]: src/sys/dev/ic Apply FreeBSD r357300: | 
| maxv | [src/trunk]: src/sys/dev/usb Move three functions into usbdi_util.c,  where th... | 
| maxv | [src/trunk]: src/sys Sync the codes with reality: partial replaced by mid, an... | 
| kamil | [src/trunk]: src/usr.bin/env Implement env(1) -u | 
| kamil | [src/trunk]: src/usr.bin/env Add CVS Id tag and switch __attribute__ to __dead. | 
| kamil | [src/trunk]: src/usr.bin/env Implement env(1) -0 | 
| leot | [src/trunk]: src/usr.bin/env Fix a typo (extra `s') | 
| fox | [src/trunk]: src/external/bsd/dhcpcd/dist/src external/bsd/dhcpcd: Fix a -Wco... | 
| fox | [src/trunk]: src/usr.bin/talk usr.bin/talk: Suppress -Werror=stringop-truncat... | 
| fox | [src/trunk]: src/usr.sbin/fstyp usr.sbin/fstyp: Fix -Werror=conversion error. | 
| fox | [src/trunk]: src/external/bsd/ntp/bin/ntpd external/bsd/ntp: Suppress -Werror... | 
| ryo | [src/trunk]: src/usr.bin/mkubootimage arm64_image_header->image_size must be ... | 
| fox | [src/trunk]: src/usr.bin/tftp user.bin/tftp: Suppress -Werror=format-overflow... | 
| kamil | [src/trunk]: src/usr.bin/login Avoid use-after-free bug in PAM environment | 
| roy | [src/trunk]: src route(4): add RO_MISSFILTER socket option | 
| jmcneill | [src/trunk]: src/sys/arch/i386/stand/efiboot Fix a few bugs related to the fr... | 
| kamil | [src/trunk]: src/lib/libpthread Change the behavior of pthread_equal() | 
| jmcneill | [xsrc/trunk]: xsrc/local/programs/xsetwallpaper Add -s flag to scale image to... | 
| kamil | [src/trunk]: src/tests/lib/libc/c063 O_SEARCH tests: expect revoke +x failure... | 
| maya | [src/trunk]: src/share/mk Don't special case aarch64 and add -fomit-frame-poi... | 
| 02/09/2020 | 
| fox | [src/trunk]: src/external/bsd/ipf/bin/ipmon external/bsd/ipf: Suppress -Werro... | 
| fox | [src/trunk]: src/external/bsd/ipf/bin/ipsend external/bsd/ipf: Suppress -Werr... | 
| fox | [src/trunk]: src/external/cddl/osnet/usr.bin/ctfconvert external/cddl/osnet: ... | 
| fox | [src/trunk]: src/external/mpl/dhcp/bin/server external/mpl/dhcp: Suppress -We... | 
| fox | [src/trunk]: src/external/gpl3/gcc/usr.bin external/gpl3/gcc: Suppress -Werro... | 
| skrll | [src/trunk]: src/sys/arch/aarch64/aarch64 Improve comments | 
| fox | [src/trunk]: src/usr.bin/xlint/xlint usr.bin/xlint: Fix -Werror=format-overfl... | 
| skrll | [src/trunk]: src/sys/arch/aarch64/aarch64 #if 0 / #endif -> a comment | 
| jmcneill | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/common Try wsfb b... | 
| kamil | [src/trunk]: src/libexec/ld.elf_so Specify NOLIBCSANITIZER for the ELF loader | 
| skrll | [src/trunk]: src/sys Trailing whitespace | 
| skrll | [src/trunk]: src/sys/arch/macppc/macppc Traiing whitespace | 
| jmcneill | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/common Don't auto... | 
| jmcneill | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/common Revert pre... | 
| jmcneill | [src/trunk]: src/sys/arch/i386/stand/efiboot Do not clear the screen before e... | 
| maxv | [src/trunk]: src Reference nvmmctl(8). | 
| jmcneill | [src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-radeon-kms Do no... | 
| fox | [src/trunk]: src/usr.sbin/srtconfig usr.sbin/srtconfig: Suppress -Werror=stri... | 
| fox | [src/trunk]: src/usr.sbin/timed/timed usr.sbin/timed: Suppress -Werror=string... | 
| jakllsch | [src/trunk]: src/sys/arch/arm/sunxi Improve compatibility with newer A64 DE2 ... | 
| maya | [src/trunk]: src/sys/dev/usb Remove trace of uyurex. Pointed out by maxv, tha... | 
| fox | [src/trunk]: src/usr.sbin/ypserv/makedbm usr.sbin/ypserv: Suppress -Werror=fo... | 
| jmcneill | [src/trunk]: src Retire azalia(4). | 
| roy | [src/trunk]: src/sys/net route(4): dst addr could be in a different mbuf for ... | 
| 02/10/2020 | 
| riastradh | [src/trunk]: src/sys/kern Teach threadpool(9) to use percpu_create, mostly. | 
| riastradh | [src/trunk]: src/sys/kern Switch from ad-hoc logging to dtrace probes. | 
| riastradh | [src/trunk]: src/sys/rump/librump/rumpkern Initialize struct cpu_info::ci_cpu... | 
| christos | [src/trunk]: src/usr.bin/xlint use asprintf(). | 
| ryo | [src/trunk]: src/sys/dev/pci fix descriptions of register map in comment | 
| ryo | [src/trunk]: src add support VLAN HW filter | 
| riastradh | [src/trunk]: src/sys/rump/dev/lib/librnd Omit duplicate rnd_init in rump. | 
| kamil | [src/trunk]: src/lib/librumphijack Avoid unportable bit shift semantics | 
| msaitoh | [src/trunk]: src/sys/dev/ic Restore an register read for RX_FRAMES_OK which w... | 
| skrll | [src/trunk]: src/sys/dev/usb Fix USB_DEBUG build | 
| mlelstv | [src/trunk]: src/sys/dev Reject open when attach didn't complete successfully. | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Rename suspend2 to suspend_no_deadlock | 
| martin | [src/trunk]: src/usr.sbin/sysinst Do not use -P for tar extractions - the in ... | 
| christos | [src/trunk]: src/external/bsd/libarchive/dist/libarchive When extracting syml... | 
| ryoon | [src/trunk]: src/sys/dev/pckbport Fix typo in sysctl node name | 
| ryoon | [src/trunk]: src/share/man/man4 Reflect typo fix, bump date | 
| martin | [src/trunk]: src/usr.sbin/sysinst/arch/mac68k Finish conversion to generic pa... | 
| ryoon | [src/trunk]: src/sys/dev/pckbport Introduce hw.alps.touchpad_movement_thresho... | 
| ryoon | [src/trunk]: src/share/man/man4 Add description on hw.alps.touchpad_movement_... | 
| riastradh | [src/trunk]: src/tests/kernel Show errno on failure. | 
| martin | [src/netbsd-8]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... | 
| martin | [src/netbsd-8]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... | 
| martin | [src/netbsd-8]: src/doc Tickets #1498 and #1499 | 
| martin | [src/netbsd-9]: src/sys/arch/arm/cortex Pull up following revision(s) (reques... | 
| martin | [src/netbsd-9]: src Pull up following revision(s) (requested by tsutsui in ti... | 
| martin | [src/netbsd-9]: src Pull up following revision(s) (requested by tsutsui in ti... | 
| martin | [src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m... | 
| martin | [src/netbsd-9]: src/bin/sh Pull up following revision(s) (requested by kre in... | 
| martin | [src/netbsd-9]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... | 
| martin | [src/netbsd-9]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... | 
| martin | [src/netbsd-9]: src Pull up following revision(s) (requested by maxv in ticke... | 
| martin | [src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by maya... | 
| martin | [src/netbsd-9]: src/usr.bin/mkubootimage Pull up following revision(s) (reque... | 
| martin | [src/netbsd-9]: src/sys/arch/arm/arm32 Pull up following revision(s) (request... | 
| martin | [src/netbsd-9]: src/external/bsd/libarchive/dist/libarchive Pull up following... | 
| martin | [src/netbsd-9]: src/doc Tickets #680 - #686, #688 - #692 | 
| ryo | [src/trunk]: src/sys/arch/aarch64 use LIST(3) instead of TAILQ(3) to save one... | 
| jdolecek | [src/trunk]: src/sys/dev/ic use wdc_maxdrives for atabus_alloc_drives() also ... | 
| 02/11/2020 | 
| bouyer | [src/netbsd-9]: src/doc ticket 693 | 
| bouyer | [src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested... | 
| maya | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use a closer equivalent ... | 
| christos | [src/trunk]: src/sys/kern Put back the delay hooks which were deleted before.... | 
| christos | [src/trunk]: src/sys/kern - check for errors in exec_resolvename() and fail | 
| skrll | [src/trunk]: src/sys/arch/i386/i386 Fix a comment | 
| mlelstv | [src/trunk]: src/sys/compat/netbsd32 Don't use strlcpy to copy untrusted inpu... | 
| mlelstv | [src/trunk]: src/sys/net safely extract character sequences from packet for p... | 
| kamil | [src/trunk]: src/lib/librumphijack Change types of DUP2ALIAS and DUP2FDMASK b... | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Rewrite the t_ptrace_wait resume1 test | 
| riastradh | [src/trunk]: src/tests/lib/libc/gen aarch64 doesn't trap integer division by ... | 
| riastradh | [src/trunk]: src/sys/arch/aarch64/aarch64 Delete aarch64 cpu_in_cksum.S draft. | 
| riastradh | [src/trunk]: src/sys/kern Preserve pcu(9) state in fork. | 
| riastradh | [src/trunk]: src Test that fpu state is preserved by fork. | 
| dogcow | [src/trunk]: src/sys/kern fix compilation failure for arches without l_pcu_valid | 
| riastradh | [src/trunk]: src/tests/usr.bin Mark compilation with -pg as xfail on aarch64. | 
| mlelstv | [src/trunk]: src/sys/compat/netbsd32 Where did the +1 came from ? | 
| isaki | [src/trunk]: src Add ATF tests for audio(4). | 
| martin | [src/netbsd-9]: src/sys/dev Pull up following revision(s) (requested by mlels... | 
| martin | [src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by ms... | 
| martin | [src/netbsd-9]: src/doc Tickets #694 and #695 | 
| martin | [src/netbsd-8]: src/sys/dev Pull up following revision(s) (requested by mlels... | 
| martin | [src/netbsd-8]: src/sys/dev/ic Pull up following revision(s) (requested by ms... | 
| martin | [src/netbsd-8]: src/doc Tickets #1500 and #1501 | 
| martin | [src/trunk]: src/distrib/sets/lists/debug Add new test programs | 
| jmcneill | [src/trunk]: src/sys/arch/i386/stand/efiboot Use 1024x768 as the default GOP ... | 
| uki | [src/trunk]: src/distrib/sets PR misc/46937: add modules package, from Lloyd ... | 
| martin | [src/netbsd-9]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... | 
| martin | [src/netbsd-9]: src/doc Ticket #696 | 
| martin | [src/netbsd-8]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... | 
| martin | [src/netbsd-8]: src/doc Ticket #1502 | 
| skrll | [src/trunk]: src/sys/arch/arm/include/arm32 G/C | 
| skrll | [src/trunk]: src/sys/arch/arm/at91 More <net/if_stats.h> | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 G/C | 
| 02/12/2020 | 
| chs | [src/trunk]: src/sys/dev/scsipi the number of possible ATAPI devices on an AT... | 
| fox | [src/trunk]: src/external/bsd/ipf/bin external/bsd/ipf: Fix build failure und... | 
| fox | [src/trunk]: src/external/gpl3/gcc/usr.bin external/gpl3/gcc: Fix build failu... | 
| fox | [src/trunk]: src/external/mpl/dhcp/bin/server external/mpl/dhcp: Fix build fa... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dev/fbt/aarch64 Use db_write_bytes to ov... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dev Tidy up a bit. No functional change... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dev/fbt/aarch64 Tidy up a bit: don't set... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Use /dev/ksyms... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dev/dtrace/aarch64 Teach dtrace about el... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dev/fbt/aarch64 Count the number of arti... | 
| christos | [src/trunk]: src/sys/net/npf PR/54950: Lloyd Parkes: Avoid NULL deref. | 
| christos | [src/trunk]: src/external/bsd/ppp/dist/pppd pppd: Fix bounds check in EAP code | 
| riastradh | [src/trunk]: src/sys/arch/aarch64/aarch64 Create a buffer space of 512 bytes ... | 
| thorpej | [src/trunk]: src/sys/arch/arm/xscale Correct the location of SDRAM in the com... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dev/dtrace/aarch64 Change the address ra... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dev/fbt/aarch64 Switch from db_write_byt... | 
| riastradh | [src/trunk]: src/sys/arch/aarch64/include Define the MULTIPROCESSOR cpu_numbe... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Change the command sequence and timing to preven... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Fix a wrong comment in ixl(4) | 
| yamaguchi | [src/trunk]: src/sys/dev/pci xl(4) should use the aq command to access RX con... | 
| riastradh | [src/trunk]: src/sys/modules/cyclic cyclic.kmod needs -Wno-sign-compare for a... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Use Set RSS key command and Set LUT command to e... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Remove wrong KASSERTs because mutex_owned for a ... | 
| thorpej | [src/trunk]: src/sys/arch/evbarm/stand Add gzboot support for NSLU2. This is... | 
| skrll | [src/trunk]: src/sys/arch/aarch64/aarch64 Adjust comments | 
| martin | [src/trunk]: src/tests/dev/audio Add sentinel to the testtable[] array. | 
| leot | [src/trunk]: src/sbin/mount_msdos Fix a thinko | 
| riastradh | [src/trunk]: src/sys/dev/usb Teach usb_rem_task to return whether removed fro... | 
| riastradh | [src/trunk]: src/sys/dev/usb New function usb_task_pending for diagnostic ass... | 
| riastradh | [src/trunk]: src/sys/dev/usb Nothing guarantees xfer's timeout has completed. | 
| riastradh | [src/trunk]: src/sys/dev/usb New xfer state variables ux_timeout_set and ux_t... | 
| riastradh | [src/trunk]: src/sys/dev/usb Fix steady state of timeouts in ehci. | 
| riastradh | [src/trunk]: src/sys Factor out HCI-independent xfer completion logic. | 
| riastradh | [src/trunk]: src/sys Fix steady state of root intr xfers. | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Minor changes to make pmap_grow_l2_bucket... | 
| sjg | [src/trunk]: src/usr.bin/make meta_compat_parent check for USE_FILEMON | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Add a KASERT that we're not overwriting a... | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Add a CTASSERT to pmap_grow_l2_bucket tha... | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Convert the DEBUG code in pmap_grow_map t... | 
| thorpej | [src/trunk]: src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d00000 Because e... | 
| jdolecek | [src/trunk]: src/sys/external/bsd/drm2/linux re-enable MSI - this actually en... | 
| thorpej | [src/trunk]: src/sys/arch/evbarm/stand/gzboot Allow a configuration to specif... | 
| jdolecek | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau fix error path when n... | 
| jdolecek | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm mark case fallthrough to ... | 
| jdolecek | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau don't consider it err... | 
| jdolecek | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau remove superfluous st... | 
| martin | [src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by maya... | 
| martin | [src/netbsd-9]: src/external/bsd/ppp/dist/pppd Pull up following revision(s) ... | 
| martin | [src/netbsd-9]: src/sys/net/npf Pull up following revision(s) (requested by c... | 
| martin | [src/netbsd-9]: src/share/man/man5 Pull up following revision(s) (requested b... | 
| martin | [src/netbsd-9]: src Pull up following revision(s) (requested by riastradh in ... | 
| martin | [src/netbsd-9]: src/sys/miscfs/kernfs Pull up following revision(s) (requeste... | 
| martin | [src/netbsd-9]: src/sys/external/bsd/common/linux Pull up following revision(... | 
| martin | [src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by r... | 
| martin | [src/netbsd-9]: src/sys Pull up following revision(s) (requested by riastradh... | 
| martin | [src/netbsd-9]: src/doc Tickets #697 - #705 | 
| martin | [src/netbsd-8]: src/external/bsd/ppp/dist/pppd Pull up following revision(s) ... | 
| martin | [src/netbsd-8]: src/doc Ticket #1503 | 
| martin | [src/netbsd-7]: src/sys/arch/mac68k/nubus Pull up following revision(s) (requ... | 
| martin | [src/netbsd-7]: src/external/bsd/ppp/dist/pppd Pull up following revision(s) ... | 
| martin | [src/netbsd-7]: src/doc Tickets #1721 and #1722 | 
| martin | [src/netbsd-7-1]: src/external/bsd/ppp/dist/pppd Pull up following revision(s... | 
| martin | [src/netbsd-7-1]: src/doc Ticket #1722 | 
| martin | [src/netbsd-7-0]: src/external/bsd/ppp/dist/pppd Pull up following revision(s... | 
| martin | [src/netbsd-7-0]: src/doc Ticket #1722 | 
| 02/13/2020 | 
| jdolecek | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci adjus... | 
| jmcneill | [src/trunk]: src/sys/arch/arm Add support for multiple GICv3 ITS domains. | 
| jmcneill | [src/trunk]: src/sys/arch/arm/acpi Enable MSI and MSI-X support on N1SDP | 
| jmcneill | [src/trunk]: src/sys/arch/arm/cortex Since all ITS instances share a common L... | 
| jmcneill | [src/trunk]: src/sys/arch/arm/cortex Make intr affinity work with MSIs again | 
| christos | [src/trunk]: src/tests/lib/libc/sys Turn off optimization on a function which... | 
| kre | [src/trunk]: src/bin/sh When expanding a here-doc (NXHERE - the type with an ... | 
| skrll | [src/trunk]: src/sys/arch/arm/pci spaces -> <tab> | 
| skrll | [src/trunk]: src/sys/arch/arm/include/arm32 Bump the amount of KMEM allowed t... | 
| wiz | [src/trunk]: src/doc binutils-2.34 and gdb-9.1 out. | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Disable UBSan reports in trigger_fpe() | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Disable UBSan warnings for trigger_segv() | 
| mgorny | [src/trunk]: src/tests/lib/libc/sys Generalize thread_concurrent_signals to a... | 
| mgorny | [src/trunk]: src/tests/lib/libc/sys Extend concurrent signal tests to pass si... | 
| mgorny | [src/trunk]: src/tests/lib/libc/sys Test whether signal handler is called in ... | 
| mgorny | [src/trunk]: src/tests/lib/libc/sys Include LWP events in concurrent event test | 
| mgorny | [src/trunk]: src/tests/lib/libc/sys Extend concurrent events test to breakpoints | 
| mgorny | [src/trunk]: src/tests/lib/libc/sys Extend concurrent events test to watchpoints | 
| mgorny | [src/trunk]: src/tests/lib/libc/sys Enable combined breakpoint, watchpoint an... | 
| hannken | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs zfs_netbsd_setatt... | 
| tnn | [src/trunk]: src/tests/dev/audio don't use variable 'newval' uninitialized wh... | 
| tnn | [src/trunk]: src/tests/lib/libc/sys adjust r1.19; add clang equivalent of gcc... | 
| martin | [src/netbsd-9]: src/sys/compat/netbsd32 Pull up following revision(s) (reques... | 
| martin | [src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by mlels... | 
| martin | [src/netbsd-9]: src/doc Tickets #706 and #708 | 
| martin | [src/netbsd-8]: src/sys/compat/netbsd32 Pull up following revision(s) (reques... | 
| martin | [src/netbsd-8]: src/sys/net Pull up following revision(s) (requested by mlels... | 
| martin | [src/netbsd-8]: src/doc Tickets #1504 and #1505 | 
| 02/14/2020 | 
| sevan | [src/trunk]: src/share/man/man4 grammar | 
| sevan | [src/trunk]: src/sys/dev/pci redundant include | 
| martin | [src/netbsd-9]: src Welcome to NetBSD 9.0 - the "Valentine Release" | 
| kamil | [src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal Fix undefine... | 
| christos | [src/trunk]: src/tests/lib/libc/sys Instead of turning optimization off, use ... | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2 New stub to reduce diff. | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon We use -Wno-shadow for... | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2 Eliminate -Wpointer-arith patches; use... | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2 Use a header file hack to cope with Li... | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Undo the `enum pipe' -> ... | 
| riastradh | [src/trunk]: src/sys Provide necessary forward declarations or includes. | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2 Reduce diffs by nixing DRM_SUSER macro... | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2 Stub out console_lock/unlock and drm_f... | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm Revert cosmetic changes. | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2 DRM_HZ -> HZ, to reduce diffs. | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Revert unnecessary... | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm Implement drm userptr with uv... | 
| riastradh | [src/trunk]: src/sys/external/bsd Implement (obsolete) simple_strtol stub; re... | 
| riastradh | [src/trunk]: src/sys/external/bsd Add LIST_HEAD to <linux/nbsd-namespace.h> too. | 
| skrll | [src/trunk]: src/sys/arch/aarch64/include sort __HAVE_* defines. NFCI | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Sort define CI_*. NFCI. | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/include/linux Placate -Wsign-compare. | 
| riastradh | [src/trunk]: src/sys/modules Carry new CWARNFLAGS over to module reachover ma... | 
| riastradh | [src/trunk]: src/sys/external/bsd Fix undoing of -Wpointer-arith workaround. | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm Reduce some more cosmetic diffs. | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Nix another conditional ... | 
| kim | [src/trunk]: src/etc/rc.d Use the configured IP6ADDRCTL_CMD for stopping also. | 
| nisimura | [src/trunk]: src/sys/dev/mii add missing two aprint_normal* lines | 
| isaki | [src/trunk]: src/tests/dev/audio Improve around {audioctl_, }open_multiuser. | 
| nisimura | [src/trunk]: src/sys/dev/mii determine FDX flow control abilities | 
| nisimura | [src/trunk]: src/sys/dev/mii unbreak the previous commit error | 
| tnn | [src/trunk]: src/sys/external/bsd/drm2/include/linux fix a typo, caught by -W... | 
| maya | [src/trunk]: src/sys/external/bsd Reduce diffs by side-loading some header fi... | 
| riastradh | [src/trunk]: src/sys/dev/usb Initialize xfer->ux_status in uhci_root_intr_start. | 
| riastradh | [src/trunk]: src/sys/dev/usb Set ux_isdone in uhci_poll_hub for DIAGNOSTIC. | 
| tnn | [src/trunk]: src/sys/external/bsd/drm2/include/linux FENCE_TRACE is __printflike | 
| thorpej | [src/trunk]: src/sys/net Remove the conditional __IF_STATS_PERCPU. | 
| 02/15/2020 | 
| riastradh | [src/trunk]: src/sys Fix mistakes in previous sloppy change with root intr xf... | 
| manu | [src/trunk]: src/sys/dev/usb Add UE version of D-Link DWM-157 | 
| manu | [src/trunk]: src/sys/dev/usb regen | 
| manu | [src/trunk]: src/sys/dev/usb Add support for D-Link DWM-157 3G USB modem | 
| isaki | [src/trunk]: src/sys/dev/audio Remove incorrect KASSERT(!mutex_owned()). | 
| isaki | [src/trunk]: src/sys/dev/hdaudio Enumerating probably always starts from sc->... | 
| uki | [src/trunk]: src/distrib/sets etc and modules packages should be preserve | 
| skrll | [src/trunk]: src/sys Remove the 'slow' argument from cpu_topology_set and cre... | 
| skrll | [src/trunk]: src/sys/dev/usb Fix build | 
| skrll | [src/trunk]: src/sys/arch Various updates and improvements to cpu start up on... | 
| skrll | [src/trunk]: src/sys/dev/usb Change bNbrPorts for loop to start from 1 to mat... | 
| kamil | [src/trunk]: src/external/bsd/jemalloc/dist/src jemalloc: Avoid variable leng... | 
| maxv | [src/trunk]: src/sys/arch/amd64/stand/prekern Explain more. | 
| ryo | [src/trunk]: src/sys/dev/pci return the ifmedia active status correctly even ... | 
| skrll | [src/trunk]: src/sys/arch/arm/nvidia Need to limit the DMA range for tx1. As... | 
| tnn | [src/trunk]: src/sys/arch/aarch64/aarch64 avoid nesting /*'s (-Wcomment) | 
| riastradh | [src/trunk]: src/sys Fix non-DIAGNOSTIC builds. | 
| riastradh | [src/trunk]: src/sys/external/bsd/dwc2 #ifdef DIAGNOSTIC --> __diagused | 
| skrll | [src/trunk]: src/sys/arch/mips/mips typo in comment | 
| skrll | [src/trunk]: src/sys/arch/mips/mips Fix two comments | 
| ad | [src/trunk]: src/sys - List all of the syncobjs in syncobj.h. | 
| ad | [src/trunk]: src/sys PR kern/54922: 9.99.45@20200202 panic: diagnostic assert... | 
| ad | [src/trunk]: src/sys/sys NetBSD 9.99.47 - added lwp_renumber() | 
| ad | [src/trunk]: src/sys - Move the LW_RUNNING flag back into l_pflag: updating l... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Teach zfs to revo... | 
| 02/16/2020 | 
| riastradh | [src/trunk]: src/lib/libdm Let's not write temporary files to fixed paths in ... | 
| riastradh | [src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/rand Open /dev/urand... | 
| thorpej | [src/trunk]: src/sys/dev/i2c Interrupt-driven I/O seems to completely go off ... | 
| kamil | [src/trunk]: src/lib/libpthread Enhance the pthread(3) + malloc(3) init model | 
| riastradh | [src/trunk]: src/sys/external/bsd Missed a drm2 -> common move. | 
| riastradh | [src/trunk]: src/sys/external/bsd Move another file from drm2 to common for <... | 
| maxv | [src/trunk]: src/sys/dev/usb Move usb_desc_* into usbdi_util.c, no functional... | 
| maxv | [src/trunk]: src/sys/dev/usb Improve the check, to prevent more surprises. | 
| jmcneill | [src/trunk]: src/share/man/man4 Remove azalia(4) references, spotted by maxv | 
| martin | [src/netbsd-9]: src Welcome to 9.0_STABLE | 
| martin | [src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow... | 
| martin | [src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow... | 
| martin | [src/netbsd-9]: src/doc Tickets #709 and #710 | 
| roy | [src/trunk]: src/external/cddl/osnet/dist/cmd/zpool zpool: The NetBSD specifi... | 
| thorpej | [src/trunk]: src/sys Rename fdtbus_set_data() to fdtbus_init(). NFC. | 
| christos | [src/trunk]: src/crypto/external/bsd/openssl/dist/crypto use unsigned to avoi... | 
| kamil | [src/trunk]: src/lib/libpthread Set __isthreaded before bootstrapping malloc(3) | 
| kamil | [src/trunk]: src/lib/libpthread Revert "Enhance the pthread(3) + malloc(3) in... | 
| thorpej | [src/trunk]: src/sys/dev/fdt Add fdt_intr_mask() / fdt_intr_unmask() function... | 
| thorpej | [src/trunk]: src/sys/arch/arm/sunxi Provide a back-end for fdt_intr_mask() / ... | 
| thorpej | [src/trunk]: src/sys/dev/i2c Don't access the i2c bus in interrupt context. ... | 
| 02/17/2020 | 
| ad | [src/trunk]: src/sys/kern nextlwp(): fix a couple of locking bugs including o... | 
| gutteridge | [src/trunk]: src/external/bsd/tcpdump/dist tcpdump.1.in: fix stray line from ... | 
| uwe | [src/trunk]: src/external/bsd/tcpdump/dist Fix comments to not break formatting. | 
| thorpej | [src/trunk]: src/sys/dev/i2c - Don't use I2C_F_POLL. | 
| ad | [src/ad-namecache]: src/sys/kern Comments. | 
| thorpej | [src/trunk]: src/sys/dev/fdt Add fdt_intr_mask() / fdt_intr_unmask() function... | 
| dholland | [src/trunk]: src/games/fortune/datfiles something I apparently forgot to comm... | 
| nisimura | [src/trunk]: src/sys/dev/pci comment mods and code tiddy ups | 
| nisimura | [src/trunk]: src/sys/arch add kse(4) for i386/amd64 GENERIC | 
| riastradh | [src/trunk]: src/sys/dev/usb When aborting a pipe, set pipe->up_running = 0. | 
| ozaki-r | [src/trunk]: src/tests/net/ipsec tests: add missing ifconfig -w | 
| skrll | [src/trunk]: src/sys/arch G/C LS{SLEEP,RUN,ONPROC} | 
| msaitoh | [src/trunk]: src/sys/net - Remove 50GBASE-LR10. | 
| fcambus | [src/trunk]: src/share/misc Add RIF (reduction in force). | 
| ad | [src/trunk]: src/sys/kern softint_dispatch(): Temporarily call kernel_lock_pl... | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Add Andrew Weatherall | 
| ad | [src/trunk]: src/sys/arch/powerpc/powerpc cpu_ast(): no need to call userret(... | 
| 02/18/2020 | 
| sevan | [src/trunk]: src/sys/arch/hpcmips/hpcmips spelling | 
| christos | [src/trunk]: src/sys/kern PR/54435: Valery Ushakov: Clear urgent status after... | 
| msaitoh | [src/trunk]: src/sys/dev/pci Whitespace fix. No functional change. | 
| msaitoh | [src/trunk]: src/sys/dev/pci It's useless to not to set PCI_PMCSR_PME_STS bit... | 
| msaitoh | [src/trunk]: src/sys/dev/pci Add comment. | 
| msaitoh | [src/trunk]: src/sys/dev/pci Whitespace fix. No functional change. | 
| msaitoh | [src/trunk]: src/sys/dev/pci No functional change: | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 G/C | 
| isaki | [src/trunk]: src/tests/dev/audio Add tests. | 
| thorpej | [src/trunk]: src/sys/arch/arm/xscale Use ether_mediastatus(). | 
| thorpej | [src/trunk]: src/sys/arch/mips/cavium/dev - Use ether_mediachange(). | 
| riastradh | [src/trunk]: src/sys/dev/usb Fix wrong KASSERT in motg abort. | 
| riastradh | [src/trunk]: src/sys/ufs/ffs Fix non-DIAGNOSTIC build with UVM_PAGE_TRKOWN. | 
| chs | [src/trunk]: src/sys remove the aiodoned thread. I originally added this to ... | 
| 02/19/2020 | 
| christos | [src/NAWK]: src/external/historical/nawk/dist Last import was 2010 when there... | 
| christos | [src/trunk]: src/external/historical/nawk merge conflicts | 
| christos | [src/trunk]: src/doc new awk | 
| christos | [src/trunk]: src/external/historical/nawk/dist Last import was 2010 when ther... | 
| christos | [src/trunk]: src/external/historical/nawk/dist use the correct header name. | 
| christos | [src/trunk]: src/external/historical/nawk/dist regen | 
| thorpej | [src/trunk]: src/sys/arch/arm When a media change is requested, don't just al... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Define VOP_STRATE... | 
| mrg | [src/trunk]: src/sys/dev/pci add a couple of GPUs i have: | 
| mrg | [src/trunk]: src/sys/dev/pci regen. | 
| kamil | [src/trunk]: src/external/apache2/llvm/config/llvm/Config Disable HAVE_TERMIN... | 
| joerg | [src/trunk]: src/external/apache2/llvm/config/llvm/Config Revert last. It was... | 
| riastradh | [src/trunk]: src/sys/dev/usb Abort default pipe too on detach before detachin... | 
| riastradh | [src/trunk]: src/sys/dev/usb Fix mistakes in timeout/abort/completion changes... | 
| riastradh | [src/trunk]: src/sys/dev/usb Consolidate logic to call the transfer callback. | 
| riastradh | [src/trunk]: src/sys/dev/usb Make sure the umass transfer callback is run in ... | 
| riastradh | [src/trunk]: src/sys/dev/usb New dtrace usb provider, with a handful of probe... | 
| riastradh | [src/trunk]: src/sys/dev/usb umass dtrace probes | 
| riastradh | [src/trunk]: src/sys/dev C99 initializers for scsipi_bustype. No functional ... | 
| riastradh | [src/trunk]: src/sys/dev/scsipi Sprinkle some dtrace probes into scsi(4). | 
| riastradh | [src/trunk]: src/sys/dev/usb usbdi dtrace probes | 
| riastradh | [src/trunk]: src/external/cddl/osnet Report the OS name and release appropria... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Mark previous #if... | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Fix clang(1) build | 
| martin | [src/trunk]: src/usr.sbin/sysinst Use strlcpy in a few places to guarnatee 0-... | 
| martin | [src/trunk]: src Move sysinst man page next to the source | 
| martin | [src/trunk]: src/usr.sbin/sysinst Rever previous: the d_packname in struct di... | 
| martin | [src/trunk]: src/usr.sbin/sysinst Do not force -Os optimization (unless SMALL... | 
| martin | [src/trunk]: src/usr.sbin/sysinst Remove unused "rel" global variable and mak... | 
| 02/20/2020 | 
| jmcneill | [src/trunk]: src/sys Add dma-ranges support. | 
| jmcneill | [src/trunk]: src/sys/arch/evbarm/conf Attach bcmgpio before devices that may ... | 
| jmcneill | [src/trunk]: src/sys/arch/arm/broadcom Remove custom bus dma tag handling. | 
| jmcneill | [src/trunk]: src/sys/arch/arm/broadcom Add support for brcm, bcm2711-emmc2 | 
| rin | [src/trunk]: src/sys/arch/powerpc/include Fix !__HAVE_FAST_SOFTINTS build for... | 
| rin | [src/trunk]: src/sys/uvm Make this compile again with PGALLOC_VERBOSE. | 
| rin | [src/trunk]: src/sys/arch/powerpc/conf Add PPC_IBM440 flag as 440 is signific... | 
| rin | [src/trunk]: src/sys/arch/powerpc eieio is implemented as sync on 40x. Theref... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Fix NULL dereference; "pap" argument... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Fix off-by-one error for ctx (ASID). | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Clear ti_ctx when flushing a TLB ent... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Sort headers. | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Sort more headers... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Convert mi_userret(9) into powerpc-s... | 
| rin | [src/trunk]: src/sys/arch/powerpc/powerpc Provide no-op's as pcu_ops_md_defs[... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Oops, sort header again. My bad... | 
| rin | [src/trunk]: src libpthread sets initial value of MSR for lwp's. However, app... | 
| skrll | [src/trunk]: src/sys/arch/aarch64/aarch64 Use orr instead of mov (an alias fo... | 
| ozaki-r | [src/trunk]: src/tests/net tests: dump stats of an interface before destroyin... | 
| ozaki-r | [src/trunk]: src/tests/net tests: abort if MAC address duplication found | 
| ozaki-r | [src/trunk]: src/sys/rump/net/lib/libshmif shmif: use cprng_strong32 to gener... | 
| skrll | [src/trunk]: src/sys/arch G/C | 
| rin | [src/trunk]: src/sys/arch/evbarm/conf Pull in arm_generic_dma.c to RPI kernel... | 
| mrg | [src/trunk]: src/sys/external/bsd/drm2/include/drm in bus_dmamap_load_pglist(... | 
| rin | [src/trunk]: src/sys/arch/aarch64/aarch64 When emulating obsoleted arm32 inst... | 
| martin | [src/netbsd-8]: src/sys/arch/hpcmips/hpcmips Pull up following revision(s) (r... | 
| martin | [src/netbsd-8]: src/doc Ticket #1506 | 
| martin | [src/netbsd-9]: src/sys/arch/arm/ti Pull up following revision(s) (requested ... | 
| martin | [src/netbsd-9]: src/sys/arch/hpcmips/hpcmips Pull up following revision(s) (r... | 
| martin | [src/netbsd-9]: src/lib/libdm Pull up following revision(s) (requested by ria... | 
| martin | [src/netbsd-9]: src/crypto/external/bsd/openssl/dist/crypto/rand Pull up foll... | 
| martin | [src/netbsd-9]: src/external/cddl/osnet/dist/cmd/zpool Pull up following revi... | 
| martin | [src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by r... | 
| martin | [src/netbsd-9]: src/doc Tickets #711 - #716 | 
| wiz | [src/trunk]: src/doc Fix two entries. | 
| riastradh | [src/trunk]: src/sys/miscfs/deadfs Use vn_bwrite, not genfs_nullop, for VOP_B... | 
| riastradh | [src/trunk]: src/sys/kern Buffer cache SDT probes. | 
| riastradh | [src/trunk]: src/lib/libp2k Fix kassert in lfs by initializing vp first. | 
| pgoyette | [src/trunk]: src/bin/sh Typo: s/./,/ | 
| christos | [src/trunk]: src/external/historical/nawk/dist Fix failing unittests (by rest... | 
| 02/21/2020 | 
| jdolecek | [src/trunk]: src/sys/kern protect deferred lists' manipulation by config_misc... | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Minor changes to t_ptrace_wait* | 
| joerg | [src/trunk]: src/sys/rump The global offset table is spelled .TOC. on PPC64, ... | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Refactor dbregs_dont_inherit_lwp() | 
| joerg | [src/trunk]: src Explicitly cast pointers to uintptr_t before casting to enum... | 
| riastradh | [src/trunk]: src/sys/kern OOPS -- fix mistake in previous commit. | 
| skrll | [src/trunk]: src/sys Fix a memory leak.  Spotted by nat@ | 
| rin | [src/trunk]: src/sys/arch/powerpc/include Reduce UPAGES from 2 to 1 for ibm4x... | 
| skrll | [src/trunk]: src/sys/arch/arm/fdt Improve a comment | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx In ppc4xx_tlb_find_victim(),  mark ke... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Comment out badaddr() and badaddr_re... | 
| skrll | [src/trunk]: src/sys/arch/alpha/alpha Use designated initialisers | 
| rin | [src/trunk]: src/sys/arch/powerpc/powerpc When UPAGES > 1, both __HAVE_CPU_UA... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Cosmetic changes for assembler codes... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Tiny improvements to copyin() and co... | 
| joerg | [src/trunk]: src/tools/llvm LLVM doesn't use term.h, so don't check for it wh... | 
| rin | [src/trunk]: src/sys/arch/powerpc/ibm4xx Do not try to recovery from data pag... | 
| maxv | [src/trunk]: src/sys/arch/x86/x86 Add comments. | 
| maxv | [src/trunk]: src/sys/arch/x86/x86 In pmap_changeprot_local(), drop the dirty ... | 
| 02/22/2020 | 
| kamil | [src/trunk]: src/lib/libc/db/hash Avoid undefined behavior in *BIT macros | 
| kamil | [src/trunk]: src/tests/lib/libc/stdio Avoid undefined behavior in is_module_p... | 
| kamil | [src/trunk]: src/tests/lib/libc/gen Mark division by 0 as expected in sigfpe_int | 
| maya | [src/trunk]: src/sys/arch/arm/arm32 Make sure to convey a failure to the call... | 
| jmcneill | [src/trunk]: src/sys/arch/arm/broadcom Translate bus addresses for SCB on BCM... | 
| kamil | [src/trunk]: src/tests/modules Avoid undefined behavior in disabledstat | 
| kamil | [src/trunk]: src/tests/modules Avoid undefined behavior in get_modstat_info | 
| jmcneill | [src/trunk]: src/sys Add support for Broadcom GENET v5 ethernet controller as... | 
| kamil | [src/trunk]: src/sys/ufs/lfs Avoid undefined behavior in *_BITMAP_FREE() macros | 
| kamil | [src/trunk]: src/lib/libc/gdtoa Avoid unportable left shift construct | 
| kamil | [src/trunk]: src/sbin/route Avoid undefined behavior | 
| jmcneill | [src/trunk]: src/sys Add ACPI glue for Broadcom GENETv5 | 
| isaki | [src/trunk]: src/sys/dev/audio Limit the number of channels that userland app... | 
| isaki | [src/trunk]: src/tests/dev/audio Update AUDIO_SETINFO_channels test. | 
| tnn | [xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/mapi mesa: sync w/ pkgsrc: d... | 
| isaki | [src/trunk]: src/sys/dev/audio Fix/Update comments. | 
| isaki | [src/trunk]: src/sys/dev/audio const-ify. These arguments are no longer writ... | 
| isaki | [src/trunk]: src/sys/dev/audio Change two aprint_error_dev() to device_printf... | 
| isaki | [src/trunk]: src/sys/dev/audio Improve KASSERT messages. | 
| isaki | [src/trunk]: src/sys/dev/audio hw_if->query_format is already mandatory metho... | 
| isaki | [src/trunk]: src/sys/dev/audio Move #if DIAGNOSTIC..#endif to correct place. | 
| isaki | [src/trunk]: src/sys/dev/audio Add KASSERTs. audio_[pr]mixer_start() need ex... | 
| isaki | [src/trunk]: src/sys/dev/audio On audio_[pr]mixer_halt(), it's better to rese... | 
| isaki | [src/trunk]: src/sys/dev Make calling get_props() lockless. | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 Fix previous for _ARM32_NEED_BUS_DMA_BOUNCE | 
| maxv | [src/trunk]: src/sys/kern Zero out 'tv', to prevent uninitialized bytes in it... | 
| maxv | [src/trunk]: src/sys/kern Inline the block in the parent block, for clarity, ... | 
| maxv | [src/trunk]: src/sys/kern pass the address of the field, instead of relying o... | 
| maxv | [src/trunk]: src/sys/net pass the address of the field, instead of relying on... | 
| jmcneill | [src/trunk]: src/sys/arch/i386/stand/efiboot If the default GOP mode is unava... | 
| maxv | [src/trunk]: src/sys/compat/common pass the address of the field, instead of ... | 
| roy | [src/trunk]: src/distrib zfs: build a ramdisk on amd64 with enough to mount r... | 
| skrll | [src/trunk]: src/sys/external/gpl2/dts/dist/arch/arm/boot/dts Define pinctrl-... | 
| kamil | [src/trunk]: src/sbin/fsck_msdos Avoid unportable shift construct | 
| kamil | [src/trunk]: src/lib/libc/stdlib Avoid NULL pointer arithmetics on environ | 
| kamil | [src/trunk]: src/lib/libcrypt Avoid undefined behavior in bit shift operations | 
| kamil | [src/trunk]: src/lib/libcrypt Avoid undefined behavior in left shift | 
| jmcneill | [src/trunk]: src/sys/arch/i386/stand/efiboot Remove check for bestmode==-1 (s... | 
| kamil | [src/trunk]: src/lib/libc/stdlib Improve readability of __dorand48() | 
| roy | [src/trunk]: src/etc/rc.d rc.d/network: improve wording of waiting for DAD to... | 
| roy | [src/trunk]: src/etc/rc.d Revert unrelated changes to prior | 
| kamil | [src/trunk]: src/lib/libc/stdlib rand48: Document that short integers are uns... | 
| kamil | [src/trunk]: src/lib/libc/stdlib Reorder words to fix grammar | 
| jmcneill | [src/trunk]: src/sys/dev/ic Add support for hardware rx filters. | 
| pgoyette | [src/trunk]: src/lib/libc/sys Remove vestigial remnant of an earlier modifica... | 
| kamil | [src/trunk]: src/lib/libc/stdlib Avoid undefined behavior in the rand48(3) im... | 
| pgoyette | [src/trunk]: src/sbin/modstat Clarify that the -k option only provides the ad... | 
| fox | [src/trunk]: src/common/lib/libc/stdlib common/lib/libc/stdlib: Fix possible ... | 
| thorpej | [src/trunk]: src/sys/arch/alpha/alpha Make it clear that the pfn argument to ... | 
| jmcneill | [src/trunk]: src/sys/dev/mii Add BCM54213PE | 
| jmcneill | [src/trunk]: src/sys/dev/mii regen | 
| jmcneill | [src/trunk]: src/sys/dev/mii Match BCM54213PE | 
| jmcneill | [src/trunk]: src/sys/arch/evbarm/conf Add brgphy | 
| sevan | [src/trunk]: src/games/fortune/datfiles Andrew Weatherall's tattoo and a trac... | 
| kamil | [src/trunk]: src/tests/lib/libc/gen Disable the t_siginfo test under MKSANITI... | 
| kamil | [src/trunk]: src/tests/lib/libc/gen Update t_siginfo.c build rules | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Add Larry Tesler | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Add Bert Sutherland | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Add Ivan Sutherland's birthday | 
| jmcneill | [src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm build fix | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Disable t_ptrace_wait* tests for MKSANITI... | 
| chs | [src/trunk]: src/sys do not wait for memory in pgo_fault methods, just return... | 
| chs | [src/trunk]: src/sys remove some unnecessary includes of internal UVM headers. | 
| pgoyette | [src/trunk]: src/sys/kern Teach module infrastructure to attach any static ev... | 
| pgoyette | [src/trunk]: src/tests/modules Update the t_modctl test to ensure that static... | 
| maxv | [src/trunk]: src/sys/kern Be less strict: when copyinstr() returns ENAMETOOLO... | 
| maxv | [src/trunk]: src/sys/arch/x86/x86 add relaxed atomics, ok ad@ riastradh@ | 
| 02/23/2020 | 
| thorpej | [src/trunk]: src/sys/arch/alpha/alpha Fix a couple of printf formats in debug... | 
| ad | [src/trunk]: src/sys/kern exit1(): remove from the radix tree before setting ... | 
| ad | [src/trunk]: src Add rw_lock_op(): return either RW_READER or RW_WRITER for a... | 
| ad | [src/trunk]: src/sys/rump/librump/rumpkern rump rw_lock_op | 
| ad | [src/trunk]: src/sys/rump/librump/rumpkern rump_init(): need to call config_i... | 
| chs | [src/trunk]: src/sys/kern check for errors from proc_vmspace_getref(). | 
| kamil | [src/trunk]: src/lib/libc/stdio Avoid undefined behavior in fread(3) | 
| jmcneill | [src/trunk]: src/sys/arch/arm/broadcom RPi4 UEFI firmware 1.1 reports the wro... | 
| ad | [src/trunk]: src/sys/ufs/lfs Make LFS/rump play nice with aiodoned removal. | 
| joerg | [src/trunk]: src/include Correct C99 / C++11 feature testing. Document remain... | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Add Ken Kesey | 
| sevan | [src/trunk]: src/share/misc Sync with FreeBSD r358254 | 
| sevan | [src/trunk]: src/doc bsd-family-tree | 
| wiz | [src/trunk]: src/sbin/modstat Fix date. | 
| jdolecek | [src/trunk]: src/sys/rump/librump/rumpdev no need to call config_init_mi() in... | 
| joerg | [src/trunk]: src/external/apache2/llvm/lib Fix harmless syntax error. | 
| joerg | [src/trunk]: src/external/mit/xorg/lib/libglapi Doesn't need or use HAVE_LLVM. | 
| joerg | [src/trunk]: src/external/mit/xorg/lib Don't hard-code LLVM version,  extract ... | 
| joerg | [src/trunk]: src/external/gpl3/gdb/dist/gdb Use C++ syntax for defining types... | 
| jmcneill | [src/trunk]: src/doc Note genet(4) addition | 
| isaki | [src/trunk]: src Make start_input/halt_input optional if the driver has no re... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-amdgpu/dist initial import of xf86... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-ati-kms/dist initial import of xf8... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-geode/dist initial import of xf86-... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-s3/dist initial import of xf86-vid... | 
| mrg | [xsrc/trunk]: xsrc/external/mit merge xf86-video-ati 19.1.0, xf86-video-amdgp... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-ati-kms/dist initial import of xf86... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-amdgpu/dist initial import of xf86-... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-geode/dist initial import of xf86-v... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-s3/dist initial import of xf86-vide... | 
| isaki | [src/trunk]: src/sys/dev/audio Improve error handling around audio_hw_probe(). | 
| macallan | [src/trunk]: src/sys/arch/sparc64/sparc64 add location info to sd instances i... | 
| roy | [src/trunk]: src/distrib/common zfs: Allow modules to be loaded once in the Z... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Teach zfs spec no... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Teach device node... | 
| isaki | [src/trunk]: src/sys/dev/audio Prevent a race between audiodetach and fileops... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/libX11/dist initial import of libX11-1.6.9 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/libXfont2/dist initial import of libXfont2-2.0.4 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/libXpm/dist initial import of libXpm-3.5.13 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/libXvMC/dist initial import of libXvMC-1.0.12 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xorgproto/dist initial import of xorgproto-2019.2 | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libX11/dist initial import of libX11-1.6.9 | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libXfont2/dist initial import of libXfont2-2.0.4 | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libXpm/dist initial import of libXpm-3.5.13 | 
| mrg | [xsrc/trunk]: xsrc/external/mit merge libX11 1.6.9, libXfont2 2.0.4,  libXpm 3... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libXvMC/dist initial import of libXvMC-1.0.12 | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libXfont2/include update for libXfont2 2.0.4. | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorgproto/dist initial import of xorgproto-20... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/viewres/dist initial import of viewres-1.0.6 | 
| mrg | [xsrc/trunk]: xsrc/external/mit merge viewres 1.0.6 and xkbprint 1.0.5. | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xkbprint/dist initial import of xkbprint-1.0.5 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/viewres/dist initial import of viewres-1.0.6 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xkbprint/dist initial import of xkbprint-1.0.5 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/libdrm/dist initial import of libdrm-2.4.100 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/libpciaccess/dist initial import of libpciacce... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/font-util/dist initial import of font-util-1.3.2 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/fonttosfnt/dist initial import of fonttosfnt-1... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xorg-server/dist initial import of xorg-server... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libpciaccess/dist initial import of libpciacc... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libdrm/dist initial import of libdrm-2.4.100 | 
| mrg | [xsrc/trunk]: xsrc/external/mit/libdrm/dist merge libdrm 2.4.100 and libpciac... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/font-util/dist initial import of font-util-1.3.2 | 
| mrg | [xsrc/trunk]: xsrc/external/mit merge font-util 1.3.2 and fonttosfnt 1.1.0. | 
| mrg | [xsrc/trunk]: xsrc/external/mit/fonttosfnt/dist initial import of fonttosfnt-... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist initial import of xorg-serve... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/dist merge xorg-server 1.20.6. | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include updates for xorg-server 1... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include fix merge botch in previous | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include missed one version update. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Use a marker node to iterate lfs_dchainhd / i_lf... | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Just use VOP_BWRITE for lfs_bwrite_log. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Teach lfs to transition ro<->rw. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Prevent new dirops while we issue lfs_flush_dirops. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Assert lfs_writer where I think we can now prove... | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Serialize access to the splay tree with lfs_lock. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Change some cheap KDASSERT into KASSERT. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Take a reference and fix assertions in lfs_flush... | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Don't lfs_writer_enter while holding v_interlock. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Break deadlock in PR kern/52301. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Initialize/destroy lfs_allclean_wakeup in modcmd... | 
| riastradh | [src/trunk]: src/sys/ufs/lfs In lfs_update, hold lfs_writer around lfs_vflush. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Call lfs_orphan in lfs_rename while we're still ... | 
| riastradh | [src/trunk]: src/sys/ufs/lfs lfs_writer_enter can't fail; keep it simple and ... | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Teach LFS_ORPHAN_NEXTFREE about lfs64. | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Dust off the orphan detection code and try to ma... | 
| riastradh | [src/trunk]: src/etc/rc.d Allow random seed on zfs. | 
| riastradh | [src/trunk]: src/etc/rc.d If zfs=YES, unconditioally do zfs mount/unmount -a. | 
| riastradh | [src/trunk]: src/sys/dev/usb Fix mistake in use of usbd_xfer_schedule_timeout... | 
| riastradh | [src/trunk]: src/sys/dev/usb Simplify some branches and kassert some redundan... | 
| mrg | [src/trunk]: src/share/man/man9 install rw_lock_op link too. | 
| mrg | [src/trunk]: src/external/mit/xorg updates for xorgproto 2019.2, libX11 1.6.9... | 
| mrg | [src/trunk]: src/external/mit/xorg/lib/libX11/extensions find the moved header. | 
| mrg | [src/trunk]: src/external/mit/xorg/lib fix libXfont2 build, and (for now) rem... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include update version here too. | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xorg-server/include and one more version here... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xkeyboard-config/dist merge xkeyboard-config ... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xkeyboard-config/dist initial import of xkeyb... | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xkeyboard-config/dist initial import of xkeybo... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-sis/dist initial import of xf86-vi... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-sis merge xf86-video-sis 0.12.0 | 
| mrg | [xsrc/xorg]: xsrc/external/mit/xf86-video-sis/dist initial import of xf86-vid... | 
| kamil | [src/trunk]: src/lib/libc/stdlib Change the previous cast from unsigned int t... | 
| skrll | [src/trunk]: src/sys/arch/arm/arm32 type in comment | 
| mrg | [src/trunk]: src/share/mk update for xorg-server 1.20.6. | 
| skrll | [src/trunk]: src/sys/dev/pci/bktr typo in comment | 
| roy | [src/trunk]: src/distrib/common ramdisk-zfsroot: We no longer need to have /e... | 
| jmcneill | [src/trunk]: src/distrib/utils/embedded/conf RPi4 has a different root device... | 
| mrg | [src/trunk]: src updates for xkeyboard-config 2.29. | 
| martin | [src/trunk]: src/sys/dev/wsfb Do not replay the msgbuf if we are booting sile... | 
| ad | [src/trunk]: src/sys/ufs/lfs Fix !DIAGNOSTIC compile | 
| riastradh | [src/trunk]: src Fix userland references to LFS_ORPHAN_NEXTFREE. | 
| skrll | [src/trunk]: src/sys/arch/arm/include/arm32 G/C l1pte_pgindex | 
| riastradh | [src/trunk]: src/sys/ufs/lfs Fix missing <sys/evcnt.h> by removing the evcnts... | 
| ad | [src/trunk]: src UVM locking changes, proposed on tech-kern: | 
| ad | [src/trunk]: src/sys/compat/common Don't bother with kernel_lock for kern_reb... | 
| ad | [src/trunk]: src/sys/sys NetBSD 9.99.48 - UVM locking changes | 
| ad | [src/trunk]: src/sys kpause(): is only awoken via timeout or signal,  so use S... | 
| ad | [src/trunk]: src/sys/arch/x86/x86 Adjustment to previous: TP_SET_DONE() was w... | 
| ad | [src/ad-namecache]: src/sys/kern Turns out there's no point adjusting v_holdc... | 
| ad | [src/trunk]: src/sys/kern - If concurrent calls to kern_reboot(), only let th... | 
| ad | [src/trunk]: src/sys/kern shutdown_all: take kernel_lock now that kern_reboot... | 
| plunky | [src/trunk]: src/sys/netbt fix reversed logic for Remote Port Negotiation, po... | 
| ad | [src/trunk]: src/lib/libc/sys +EINVAL | 
| tnn | [xsrc/trunk]: xsrc/external/mit/libxshmfence/dist/src sync from pkgsrc: | 
| 02/24/2020 | 
| ad | [src/trunk]: src/sys/uvm Use rw_lock_op(). | 
| jdolecek | [src/trunk]: src/sys/net disable the DEBUG bridge_calc_csum_flags() printf | 
| ad | [src/trunk]: src/sys Merge from ad-namecache: | 
| ad | [src/trunk]: src/sys Regen. | 
| ad | [src/trunk]: src/sys/kern Mistake in previous - lwp_t *l was not meant to be ... | 
| ad | [src/trunk]: src/sys/arch/x86 The PV locking changes are expensive and not ne... | 
| sevan | [src/trunk]: src/share/misc Sync with r358264 which fixes NetBSD 9.0 release | 
| sevan | [src/trunk]: src/doc bsd-family-tree | 
| ad | [src/trunk]: src/sys/uvm Fix a comment. | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Add The KLF's Chill Out | 
| sevan | [src/trunk]: src/usr.bin/calendar/calendars Add K&R publish date | 
| rin | [src/trunk]: src/sys/net Remove debug printf I put into bridge_calc_csum_flag... | 
| mrg | [xsrc/trunk]: xsrc/external/mit/xf86-video-ati-kms/dist/src for now,  limit gl... | 
| mlelstv | [src/trunk]: src/sbin/devpubd Add one-shot mode. | 
| rin | [src/trunk]: src/sys/arch/powerpc/powerpc Oops, revert previous; fix build fo... | 
| wiz | [src/trunk]: src/sbin/devpubd New sentence, new line. Bump date for previous. | 
| rin | [src/trunk]: src/sys/arch/arm/arm Fix previous; we need <uvm/uvm_extern.h> fo... | 
| rin | [src/trunk]: src 0x%p --> %p for non-external codes. | 
| rin | [src/trunk]: src/sys 0x%#x --> %#x for non-external codes. | 
| kamil | [src/trunk]: src/external/bsd/tcpdump/dist Rearrange the code to make UNALIGN... | 
| kamil | [src/trunk]: src/external/bsd/tcpdump/dist Use UNALIGNED_OK to disable unalig... | 
| ad | [src/trunk]: src/sys/nfs v_interlock -> vmobjlock | 
| ad | [src/trunk]: src/sys/arch/arm Adjust for UVM locking changes | 
| ad | [src/trunk]: src/sys/arch/hppa Adjust for UVM locking changes. | 
| ad | [src/trunk]: src/sys/miscfs v_interlock -> vmobjlock | 
| jdolecek | [src/trunk]: src/sys/kern move config_init_mi() call before vfsinit(),  which ... | 
| ad | [src/trunk]: src/sys/miscfs/genfs v_interlock -> vmobjlock | 
| ad | [src/trunk]: src/sys/coda v_interlock -> vmobjloc | 
| ad | [src/trunk]: src/sys/uvm uvm_unloanpage(): fix a screwup in previous. slock ... | 
| 02/25/2020 | 
| kamil | [src/trunk]: src/tests/lib/libc/sys Add new test in t_ptrace_wait* | 
| rin | [src/trunk]: src/sys/arch/powerpc/powerpc Comment out do_ucas_32(), only user... | 
| ozaki-r | [src/trunk]: src/sys/rump/net/lib/libshmif shmif: use cprng_strong64 instead ... | 
| ozaki-r | [src/trunk]: src/sys/rump/net/lib/libshmif shmif: s/sc_uuid/sc_uid/ | 
| ozaki-r | [src/trunk]: src/sys/rump/net/lib/libshmif shmif: reduce the number of calls ... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Added __KERNEL_RCSID | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Remove WQ_PERCPU flag for the workqueue that doe... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Use workqueue API directly, without the wrapper ... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Set 0 to txr_{prod, cons} and rxr_{prod,  cons} whe... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Add defines for the max number of queue | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Hold per-queue locks when clearing config of que... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Change position of the cpuid::ixl_hmc_txq | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Stop callout for statistics while the interface ... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Use callout_halt() instead of callout_stop for s... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Disable all queues before waiting for the comple... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Change the number of retry to be the same as Fre... | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Use kmem_alloc instead of malloc | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Use IFM_25G_ACC | 
| yamaguchi | [src/trunk]: src/sys/dev/pci Add a comment about RSS and remove a wrong comment | 
| kamil | [src/trunk]: src/external/bsd/libarchive/dist/libarchive Avoid NULL pointer a... | 
| nakayama | [src/trunk]: src/usr.sbin/postinstall Fix the fixup script to follow the URL ... | 
| rin | [src/trunk]: src/share/man/man4 Add CableCreation CD0487 to supported adapter... | 
| rin | [src/trunk]: src/share/man/man4 Add one more: Buffalo BSUSRC06. | 
| ryoon | [src/trunk]: src/sys/dev/pckbport Remove a trailing tab. | 
| martin | [xsrc/netbsd-9]: xsrc/external/mit/MesaLib/dist/src/mapi Pull up following re... | 
| martin | [src/netbsd-9]: src/sys Pull up following revision(s) (requested by mrg in ti... | 
| martin | [src/netbsd-9]: src/sys Pull up following revision(s) (requested by skrll in ... | 
| martin | [src/netbsd-9]: src/sys/dev/sdmmc Regen (for ticket #717) | 
| martin | [src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by maxv... | 
| martin | [src/netbsd-9]: src/sys/arch/arm/arm32 Pull up following revision(s) (request... | 
| martin | [src/netbsd-9]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)... | 
| martin | [src/netbsd-8]: src/sys Pull up following revision(s) (requested by skrll in ... | 
| martin | [src/netbsd-8]: src/sys/kern Pull up following revision(s) (requested by maxv... | 
| martin | [src/netbsd-8]: src/sys/arch/arm/arm32 Pull up following revision(s) (request... | 
| martin | [src/netbsd-8]: src/doc Tickets #1507, #1509, #1510 | 
| jdolecek | [src/trunk]: src/sys/kern fix use-after-free in config_interrupts_thread() fo... | 
| jdolecek | [src/trunk]: src/sys/kern Previous commit resolves: | 
| martin | [src/netbsd-9]: src Pull up following revision(s) (requested by riastradh in ... | 
| martin | [src/netbsd-9]: src/external/gpl3/binutils/dist/bfd Pull up following revisio... | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc/include Pull up following revision(s) (r... | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc/ibm4xx/dev Pull up following revision(s)... | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc/include Pull up following revision(s) (r... | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc Pull up following revision(s) (requested... | 
| martin | [src/netbsd-9]: src/doc Tickets #717, #718, #720 - #730 | 
| roy | [src/trunk]: src/distrib/common ramdisk-zfsroot: Remove the module loading magic | 
| ryoon | [src/trunk]: src/sys/dev/pckbport Do not enter extended W mode conditional fo... | 
| ryoon | [src/trunk]: src/sys/dev/pckbport Messages in pms_synaptics_input() should no... | 
| ryoon | [src/trunk]: src/sys/dev/pckbport Messages in pms_synaptics_input() should no... | 
| 02/26/2020 | 
| gutteridge | [src/trunk]: src/bin/echo echo.1: add a note about other echo implementations | 
| lukem | [src/trunk]: src/usr.bin/ftp update ftp version to 20190622 | 
| wiz | [src/trunk]: src/bin/echo Add some commas. | 
| riastradh | [src/trunk]: src Draft man pages for the standard users and groups. | 
| hikaru | [src/trunk]: src/sys/ddb Correct PPID of "show all procs/n" | 
| wiz | [src/trunk]: src/share/man/man7 Fix Xr section numbers. | 
| wiz | [src/trunk]: src/share/man/man7 Minor fixes. | 
| riastradh | [src/trunk]: src/libexec/getty uugetty is no more | 
| riastradh | [src/trunk]: src/distrib kernfs no longer needs a hacky workaround to make ro... | 
| kamil | [src/trunk]: src/distrib/sets/lists/man Register groups.0 and users.0 in dist... | 
| maxv | [src/trunk]: src/sys/ufs/ufs Zero out the padding in 'd_namlen', to prevent i... | 
| uwe | [src/trunk]: src/share/man/man7 Fix unedited pasto. | 
| uwe | [src/trunk]: src/share/man/man7 Minor formatting tweaks. | 
| uwe | [src/trunk]: src/share/man/man7 Make .Bl -width match the actual .It usage. | 
| christos | [src/trunk]: src/lib/libpam/modules Handle pam modules that are not in this s... | 
| 02/27/2020 | 
| sevan | [src/trunk]: src/share/misc SSTP | 
| mrg | [src/trunk]: src/lib/libpam/modules probably fix previous: it wants mod.mk's ... | 
| christos | [src/trunk]: src/crypto/external/bsd/openssh/dist OpenSSH 8.2/8.2p1 (2020-02-14) | 
| christos | [src/trunk]: src/distrib/sets/lists new openssh | 
| christos | [src/trunk]: src/crypto/external/bsd/openssh Merge conflicts | 
| christos | [src/trunk]: src/crypto/external/bsd/openssh/dist fix date | 
| christos | [src/trunk]: src/doc new openssh | 
| christos | [src/OPENSSH]: src/crypto/external/bsd/openssh/dist OpenSSH 8.2/8.2p1 (2020-0... | 
| christos | [src/trunk]: src/lib/libpam/modules one more level down | 
| christos | [src/trunk]: src/lib/libpam/modules/pam_ssh This takes a provider now | 
| msaitoh | [src/trunk]: src/sys/dev/mii Use xxVIA instead of VIA. | 
| msaitoh | [src/trunk]: src/sys/dev/mii Regen. | 
| yamaguchi | [src/trunk]: src Make ixl(4) be able to build as a module | 
| kamil | [src/trunk]: src/external/bsd/libarchive/dist/cpio/test Fix undefined behavio... | 
| kamil | [src/trunk]: src/external/bsd/libarchive/dist/libarchive Fix undefined behavi... | 
| macallan | [src/trunk]: src/share/mk ZFS works fine on my v210, so let's enable it for s... | 
| kamil | [src/trunk]: src/sys/sys Register DT_GNU_HASH | 
| martin | [src/netbsd-8]: src/sys/dev/usb Pull up following revision(s) (requested by m... | 
| martin | [src/netbsd-8]: src/sys/dev/usb regen (for ticket #1508) | 
| martin | [src/netbsd-8]: src/sys/ufs/ufs Pull up following revision(s) (requested by m... | 
| martin | [src/netbsd-8]: src/doc Tickets #1508 and #1511 | 
| riastradh | [src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Take a mutex around mo... | 
| riastradh | [src/trunk]: src/sys/arch/evbarm/conf Add cgd to evbarm GENERIC.common. | 
| pgoyette | [src/trunk]: src/sys/compat/common Remove explicit calls to the sysctl setup ... | 
| riastradh | [src/trunk]: src/etc Create some more cgd device nodes. | 
| christos | [src/trunk]: src/rescue Unfortunately libssh has an undefined symbol sshsk_si... | 
| jmcneill | [src/trunk]: src/sys/dev/ic Explicit format string for snprintf, spotted by tnn@ | 
| pgoyette | [src/trunk]: src/sys/compat/common Ooppss - SYSCTL_SETUP() functions return v... | 
| pgoyette | [src/trunk]: src/sys/compat/common Include all of the vfs syscalls in the sys... | 
| martin | [src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m... | 
| martin | [src/netbsd-9]: src/sys/dev/usb regen (for ticket #719) | 
| martin | [src/netbsd-9]: src/doc Ticket #719 | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc/ibm4xx Pull up following revision(s) (re... | 
| martin | [src/netbsd-9]: src/sys/uvm Pull up following revision(s) (requested by rin i... | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc/powerpc Pull up following revision(s) (r... | 
| martin | [src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by rin i... | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc/ibm4xx Pull up following revision(s) (re... | 
| martin | [src/netbsd-9]: src Pull up following revision(s) (requested by rin in ticket... | 
| martin | [src/netbsd-9]: src/sys/arch/powerpc/powerpc Pull up following revision(s) (r... | 
| martin | [src/netbsd-9]: src/usr.sbin/postinstall Pull up following revision(s) (reque... | 
| martin | [src/netbsd-9]: src/sys/ufs/ufs Pull up following revision(s) (requested by m... | 
| martin | [src/netbsd-9]: src/sys/external/bsd/drm2/dist/drm/radeon Pull up following r... | 
| martin | [src/netbsd-9]: src/sys/compat/common Pull up following revision(s) (requeste... | 
| martin | [src/netbsd-9]: src/sys/arch/arm Pull up following revision(s) (requested by ... | 
| martin | [src/netbsd-9]: src/doc Tickets #731 - #742 | 
| macallan | [src/trunk]: src/sys/kern when reporting events to devmon, pass location info... | 
| ad | [src/trunk]: src/sys/kern Remove an unneeded ifdef MULTIPROCESSOR. | 
| pgoyette | [src/trunk]: src/sys/compat/netbsd32 Module compat_netbsd32_50 requires modul... | 
| 02/28/2020 | 
| ad | [src/trunk]: src/sys Tighten up the locking around vp->v_iflag a little more ... | 
| sevan | [src/trunk]: src/sys/dev/pci Add an implementation of MCLGETI. | 
| sevan | [src/trunk]: src/sys/dev/pci Cast to make up for the difference in type betwe... | 
| riastradh | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Teach zfs bdevsw ... | 
| msaitoh | [src/trunk]: src/sys/dev Move PHY_RESET() in the media change path from if_et... | 
| yamaguchi | [src/trunk]: src/sys/dev/dkwedge Update sc->sc_parent->dk_rawvp while the loc... | 
| msaitoh | [src/trunk]: src/sys/dev/pci When a media change is requested, don't just all... | 
| kim | [src/trunk]: src/share/man/man7 Fix .Dt to match installed section | 
| kim | [src/trunk]: src/share/man/man7 Typo fix (remove extra TPM) | 
| kim | [src/trunk]: src/crypto/external/bsd/openssh/dist Move NetBSD.org-specific en... | 
| kim | [src/trunk]: src/crypto/external/bsd/openssh/dist Cleanup | 
| kamil | [src/trunk]: src/sys/fs/hfs Avoid undefined behavior in left shift semantics | 
| christos | [src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Deal with sshkey_sign. ... | 
| macallan | [src/trunk]: src/sys/dev/i2c - document the config register | 
| isaki | [src/trunk]: src/sys/dev/pci Drop 512 bytes limit on auvia_round_blocksize(). | 
| msaitoh | [src/trunk]: src/sys/dev/pci Replace bnx_ifmedia_upd() in bnx_mgmt_init() wit... | 
| msaitoh | [src/trunk]: src/sys/dev/pci Replace bnx_ifmedia_upd() in bnx_init() with mii... | 
| kim | [src/trunk]: src/crypto/external/bsd/openssh/dist Fix duplicate entries in th... | 
| kim | [src/trunk]: src/crypto/external/bsd/openssh/dist Remove unreferenced SSH_REL... | 
| 02/29/2020 | 
| macallan | [src/trunk]: src/sys/arch/powerpc/oea switch PowerMac7, * CPUs to full speed v... | 
| macallan | [src/trunk]: src/sys/arch/powerpc/oea do what FreeBSD does and OF_quiesce() o... | 
| nisimura | [src/trunk]: src/sys/dev/usb iron out receive filter multicast/promisc logic | 
| nisimura | [src/trunk]: src/sys/dev/usb make sure to accept bcast frame all the time | 
| kamil | [src/trunk]: src/libexec/ld.elf_so Separate matched symbol functionality out ... | 
| kamil | [src/trunk]: src/libexec/ld.elf_so Implement and integrate GNU Hashing function | 
| kamil | [src/trunk]: src/doc ld.elf_so(1): Implement DT_GNU_HASH | 
| kamil | [src/trunk]: src/libexec/ld.elf_so Implement DT_GNU_HASH | 
| nisimura | [src/trunk]: src/sys/dev/usb add comments to show the RX filter intent | 
| isaki | [src/trunk]: src/share/man/man9 Describe about (existing) constraints on roun... | 
| isaki | [src/trunk]: src/sys Remove rounding by 4 bytes on round_blocksize(). | 
| isaki | [src/trunk]: src/sys/arch/amiga/dev round_blocksize must return a multiple of... | 
| isaki | [src/trunk]: src/sys/dev/sbus round_blocksize must return a multiple of the f... | 
| isaki | [src/trunk]: src/sys/dev/pci round_blocksize must return a multiple of the fr... | 
| isaki | [src/trunk]: src/sys/dev/pci round_blocksize must return a multiple of the fr... | 
| isaki | [src/trunk]: src/sys/dev/audio Release memories on audiobellclose. | 
| isaki | [src/trunk]: src/sys/dev/audio Minor fix. audio_prinfo.pause is u_char, not ... | 
| skrll | [src/trunk]: src/sys/modules Group some PCI only modules together and only bu... | 
| maxv | [src/trunk]: src/sys/netbt pass the address of the field, instead of relying ... | 
| tnn | [src/trunk]: src/crypto/external/bsd/openssh/dist annotate xvasprintf w/ form... | 
| mlelstv | [src/trunk]: src/sys/kern Make getdiskinfo() compatible with a DIOCGWEDGEINFO. | 
| christos | [src/trunk]: src/sys/arch/amd64/amd64 Fix boot -c or -d by avoiding ipi handl... | 
| skrll | [src/trunk]: src/sys/modules Disable hifn again | 
| mlelstv | [src/trunk]: src/sys/dev/pci Fix signed/unsigned comparisons. Send data littl... | 
| mlelstv | [src/trunk]: src/sys/net80211 Fix printf to handle various datatypes for MHLEN. | 
| mlelstv | [src/trunk]: src/sys/sys Follow FreeBSD and cast MLEN and MHLEN to int. mbuf ... | 
| mlelstv | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Fix disk geometry... | 
| thorpej | [src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm earmv5 / ... | 
| mlelstv | [src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Use utility funct... | 
| thorpej | [src/trunk]: src/sys/dev/pci Use the 64-bit PCI DMA tag if available. Otherw... | 
| kamil | [src/trunk]: src/libexec/ld.elf_so Fix vax and mips build | 
| skrll | [src/trunk]: src/distrib/sets/lists/modules if_ixl is MD | 
| thorpej | [src/trunk]: src/sys/dev/pci - Change the definition and usage of TI_HOSTADDR... | 
| kamil | [src/trunk]: src/libexec/ld.elf_so Add extra cast to suppress incompatible-po... | 
| thorpej | [src/trunk]: src/sys/dev/pci G/C the never-used version of ti_hostaddr that c... |