Index of source-changes-hg for December, 2019


FromSubject
12/01/2019
rin[src/trunk]: src/external/gpl3/binutils/dist/bfd Fix 'nm /dev/ksyms' (noticed...
ad[src/trunk]: src/sys/dev onewire:
ad[src/trunk]: src/sys/dev/onewire Make owtemp reliable for me:
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove unused dm_dev::dev_type
maxv[src/trunk]: src/sys Add KCSAN instrumentation for atomic_{load, store}_*.
msaitoh[src/trunk]: src/sys/dev/pci Use unsigned to avoid undefined behavoir. Found ...
maxv[src/trunk]: src/sys/uvm Use atomic_{load, store}_relaxed() on global counters.
maxv[src/trunk]: src/sys localify
martin[src/trunk]: src/sys/uvm Add missing <sys/atomic.h> include
martin[src/netbsd-9]: src/distrib/notes/common Add dedication for Matthias Drochner.
martin[src/netbsd-9]: src/doc Note added dedication
ad[src/trunk]: src/sys/arch/sh3 sh3: make ASTs work as expected, and fix a few ...
maxv[src/trunk]: src/sys/dev minor adjustments, to avoid warnings on debug builds
ad[src/trunk]: src/sys/kern PR port-sparc/54718 (sparc install hangs since rece...
ad[src/trunk]: src/sys namecache changes:
ad[src/trunk]: src/sys/sys Make nc_hittime volatile to defeat compiler cleverness.
ad[src/trunk]: src/sys Regen.
ad[src/trunk]: src/sys Minor vnode locking changes:
ad[src/trunk]: src/sys Regen for VOP_LOCK & LK_UPGRADE/LK_DOWNGRADE.
ad[src/trunk]: src/usr.sbin/pstat Update to match change in layout of vnode LRU...
ad[src/trunk]: src/sys/dev Map the video RAM cacheable/prefetchable, it's very ...
ad[src/trunk]: src/sys/kern If the system is not up and running yet, just run t...
ad[src/trunk]: src/sys/uvm Activate pages in batch instead of acquring uvm_page...
ad[src/trunk]: src/sys/uvm Give each of the page queue locks their own cache line.
ad[src/trunk]: src/sys/uvm Deactivate pages in batch instead of acquiring uvm_p...
ad[src/trunk]: src/sys/uvm - Adjust uvmexp.swpgonly with atomics, and make uvm_...
ad[src/trunk]: src/sys/uvm Minor correction to previous.
ad[src/trunk]: src/sys/arch Make cpu_intr_p() safe to use anywhere, i.e. outsid...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Remove the pretty much useless 1...
ad[src/trunk]: src/sys/kern Fix a longstanding problem with LWP limits. When c...
riastradh[src/trunk]: src/sys/sys Rework modified atomic_load/store_* to work on const...
riastradh[src/trunk]: src Adapt <sys/pslist.h> to use atomic_load/store_*.
ad[src/trunk]: src/sys Fix false sharing problems with cpu_info. Identified wi...
riastradh[src/trunk]: src/sys/dev/gpib Mark unreachable branch with __unreachable() to...
ad[src/trunk]: src/sys/kern Make the fast path in xc_wait() depend on _LP64 for...
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix race on pdev create
ad[src/trunk]: src/sys/sys NetBSD 9.99.19 - many kernel data structure changes
ad[src/trunk]: src/sys/uvm __cacheline_aligned on a lock.
ad[src/trunk]: src/sys/uvm Free pages in batch instead of taking uvm_pageqlock ...
ad[src/trunk]: src/sys/kern Back out the fastpath change in xc_wait(). It's go...
ad[src/trunk]: src/sys/kern Init kern_runq and kern_synch before booting second...
kamil[src/trunk]: src/share/mk Disable KCOV instrumentation in x86_machdep.c
maya[xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src From 02c3dad0f3b4d26e0faa5cc...
kamil[src/trunk]: src/sys/kern Switch in_interrupt() in KCOV to cpu_intr_p()
ad[src/trunk]: src/sys/rump/librump/rumpkern cpu_onproc -> ci_onproc
ad[src/trunk]: src/sys/rump/include/machine Add ci_onproc.
ad[src/trunk]: src/sys Back out previous temporarily - seeing unusual lookup fa...
ad[src/trunk]: src/sys Regen.
ad[src/trunk]: src/sys/rump/librump/rumpkern Another instance of cpu_onproc to ...
12/02/2019
hannken[src/trunk]: src/external/cddl/osnet/dist import new CDDL dtrace and ZFS code...
isaki[src/trunk]: src/sys/dev/pad Style fixes. No functional changes intended.
isaki[src/trunk]: src/sys/dev/pad Fix return value. fo_poll expects revents, not ...
mgorny[src/trunk]: src/sys/arch/x86 Fetch XSAVE area component offsets and sizes wh...
mgorny[src/trunk]: src Implement PT_GETXSTATE and PT_SETXSTATE
wiz[src/trunk]: src/lib/libc/sys Use Vt for variable types. New sentence, new li...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Remove redundant off != 0 check...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Remove fd_local, it is not used...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Conform to RFC 3128 by dropping...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.2.3 with the follow...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Sync
roy[src/trunk]: src/doc Note import of dhcpcd-7.2.3
maxv[src/trunk]: src/sys/kern Remove useless debugging messages which achieved no...
christos[src/trunk]: src/sys/arch/sandpoint/stand/altboot make this compile again
blymn[src/trunk]: src/tests/lib/libcurses Enable beep test, return is correct.
khorben[src/trunk]: src/sys/dev/usb Fix typos
jmcneill[src/trunk]: src/sys/arch/arm/cortex Change how we detect secure vs non-secur...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Remove unused field
christos[src/trunk]: src/sys/compat/sys Always include the 32 bit structure and defin...
christos[src/trunk]: src/sys/arch/amd64/amd64 don't cast void *
christos[src/trunk]: src/sys/arch/amd64/amd64 Although this is correct, I will let ma...
christos[src/trunk]: src/sys/compat/netbsd32 Include the right stuff so compat_netbsd...
christos[src/trunk]: src/sys/compat/sys This actually needs the netbsd32 stuff presen...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD ix-3.3.8 part 1. No func...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD ix-3.3.8 part 2:
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't call set_vfta() if any VLAN is attac...
uki[src/trunk]: src/distrib/sets Add comment/description for new packages
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add GPU clocks
maya[src/trunk]: src/distrib/sets Fix typo in via openchrome driver description (...
christos[src/trunk]: src/sys/kern Return an error if the path was too long. Pointed o...
christos[src/trunk]: src/sys/kern remove offs initialization and XXX gcc comment. Off...
maxv[src/trunk]: src/sys/kern Fix this fucking shit once and for all, for fuck's ...
mrg[src/trunk]: src/sys/dev/usb more smp cleanup for ure(4)/axen(4)/cdce(4):
ozaki-r[src/trunk]: src/sys/netinet6 nd6: restore a missing reachability confirmation
ozaki-r[src/trunk]: src/tests/net/ndp tests: test state transitions of neighbor caches
sevan[src/trunk]: src/share/misc RADIUS SCCP TACACS XTACACS
jmcneill[src/trunk]: src/sys Store a reference to the CPU that submitted the I/O requ...
jmcneill[src/trunk]: src/sys/dev/ic Fix a performance issue where one busy queue can ...
jmcneill[src/trunk]: src/sys/sys Added "b_ci" field to struct buf.
tsutsui[src/trunk]: src/sys/arch Fix lingering page size comments.
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Revert previous and do the off ...
tsutsui[src/trunk]: src/sys/arch/hp300/hp300 Handle sti(4) graphics at sgc on HP9000...
tsutsui[src/trunk]: src/sys/arch/atari/atari TAB/space cleanup.
tsutsui[src/trunk]: src/sys/arch/atari/atari Fix PR/54325 (use of dangling pointer).
tsutsui[src/trunk]: src/sys/arch/atari/atari Remove obsolete stuff.
wiz[src/trunk]: src/doc expat 2.2.7 is out.
skrll[src/trunk]: src/sys/dev/usb Whitespace
skrll[src/trunk]: src/sys/dev/usb Remove an item that doesn't need to happen
sevan[src/trunk]: src/share/misc GARP MMRP MRP MVR MWRP PAGP PVRST SABRE SAGE SRR ...
maxv[src/trunk]: src/sys/kern The big pool allocators use pool_page_alloc(), whic...
maxv[src/trunk]: src/sys/kern Fix bug, don't release the reflock if we didn't tak...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add support for multiple PMUs
jmcneill[src/trunk]: src/sys/arch/arm/cortex Rename lpi pic to gicv3-its when an ITS ...
jmcneill[src/trunk]: src/sys/dev/i2c Fix name of suspend voltage selector property
tsutsui[src/trunk]: src/sys/arch/atari/stand/loadkmap Misc KNF and cleanup.
tsutsui[src/trunk]: src/sys/arch/atari/dev Misc cosmetics and cleanup.
tsutsui[src/trunk]: src/sys/arch/atari Make local functions static.
jmcneill[src/trunk]: src/sys/arch/arm/cortex Restore original size calculation for MA...
kamil[src/trunk]: src/sys/nfs Appease GCC and initialize arps_ip
sevan[src/trunk]: src/external/cddl/osnet Add rcsid
christos[src/trunk]: src/lib/libedit PR/54329: Raphael Ross: According to https://www...
tsutsui[src/trunk]: src/sys/arch/luna68k/dev Misc KNF.
martin[src/trunk]: src/sys/compat/sys Provide the compat structures even if not bui...
tsutsui[src/trunk]: src/sys/arch/luna68k Pull OpenBSD/luna88k board.h to define SX91...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Enable caching of ITS tables when possible
jmcneill[src/trunk]: src/sys/arch/arm/cortex Fix size of LPI pending table allocation...
sevan[src/trunk]: src/usr.bin/calendar/calendars Add John von Neumann's date of death
sevan[src/trunk]: src/share/misc SPAN
sevan[src/trunk]: src/sbin Add rcsid
christos[src/trunk]: src/lib/libedit Add a comment explaining why we don't use DO her...
christos[src/trunk]: src/sys/compat/sys This code is used in 32 bit arm emulations so...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Cleanup ThunderX quirk and print cache /...
he[src/trunk]: src/usr.bin Make the scaling of the "bytes written" sticky, so t...
mgorny[src/trunk]: src/tests/lib/libc/sys Add a test for verifying procinfo note in...
blymn[src/trunk]: src/distrib/sets/lists/base Bump libcurses major and all depende...
blymn[src/trunk]: src/lib/libcurses Fix return for mvscanw to return ERR/OK instea...
blymn[src/trunk]: src/lib Bump major number due to libcurses major bump
mrg[src/trunk]: src/sys/dev/usb remove a few items that are done, and mark a few...
blymn[src/trunk]: src/tests/lib/libcurses Enable mvscanw test since libcurses is n...
blymn[src/trunk]: src/tests/lib/libcurses Fix test for pad and enable it.
dholland[src/trunk]: src/sys/ufs/ufs Lay down some comments related to the previous f...
kamil[src/trunk]: src/tests/lib/libc/sys Avoid GCC warning on NetBSD/i386
wiz[src/trunk]: src/lib/libmenu Improve formatting, fix a typo, bump date for pr...
martin[src/trunk]: src/distrib/sets/lists/debug Fix debug sets for curses bump
maxv[src/trunk]: src/sys/kern Restrict the size given to copyoutstr. It is safer ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix gpu clock parent
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Other than IXGBE_VF_RESET should wait ACK, ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD's ixv-1.5.17:
msaitoh[src/trunk]: src/sys/dev/pci Modify some descriptions of Virtio devices from ...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD ix-3.3.10 part 1. No fun...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD ix-3.3.10 part 2:
sevan[src/trunk]: src/share/misc SBSA
sevan[src/trunk]: src/share/misc DTB, DTC, and another DTS from the world of devic...
sevan[src/trunk]: src/share/misc MHU, SCPI and another SCP
mlelstv[src/trunk]: src/sbin/disklabel Add options to define labelsector and -offset...
wiz[src/trunk]: src/sbin/disklabel Sort and unify a bit. Add more macros.
mlelstv[src/trunk]: src/sbin/disklabel Fix NATIVELABEL_ONLY build.
jmcneill[src/trunk]: src/sys/dev/i2c Fix enable mask for RK808 LDO regulators
sevan[src/trunk]: src/doc New Postfix release.
fcambus[src/trunk]: src/sys/dev/wsfont Update Spleen kernel fonts to the latest rele...
christos[src/trunk]: src/include Sync with 2019b (field name change)
christos[src/trunk]: src/usr.sbin/zic Change the default to be slim
christos[src/trunk]: src/lib/libc/time Sync with 2019b:
christos[src/trunk]: src/doc new tzcode
maxv[src/trunk]: src/sys/arch Inline x86_cpuid2(), prerequisite for future change...
maxv[src/trunk]: src/sys/kern Invert two conditions, to fix uninitialized memory ...
maxv[src/trunk]: src/sys/dev/mii Check the return value of PHY_READ(). Because, i...
dholland[src/trunk]: src/sys/compat/sunos Stack buffers mustn't escape their scope. P...
dholland[src/trunk]: src/lib/libisns Fix up mangled logic, hopefully. PR 54323 from D...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Define _ARM32_NEED_BUS_DMA_BOUNCE for a...
jmcneill[src/trunk]: src/sys/dev/fdt Enforce 32-bit limits on ADMA2 capable controlle...
sevan[src/trunk]: src/share/misc HEVC IDCT VDPAU VLD
wiz[src/trunk]: src/sys/external/bsd/drm2/nouveau Improve nouveau pci attachment...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Set correct bits when enabling gpio ts...
jmcneill[src/trunk]: src/sys/dev/sdmmc If switching to fixed sampling clock, do not r...
jmcneill[src/trunk]: src/sys/dev/fdt Add SDHC_FLAG_SINGLE_POWER_WRITE and SDHC_FLAG_3...
ozaki-r[src/trunk]: src/sys Add support for a network interface description.
ozaki-r[src/trunk]: src/sbin/ifconfig Add descr, description/-descr, -description comm...
ozaki-r[src/trunk]: src/tests/net/if Add ATF test for a description.
ozaki-r[src/trunk]: src/sys/sys Bump the version for if_description
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix hung queue check when the queue number...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe On ENETRESET case, not continue and quit t...
hkenken[src/trunk]: src/sys/dev/spi Avoid workqueue_check_duplication().
wiz[src/trunk]: src/sbin/ifconfig Formatting nit.
sevan[src/trunk]: src/share/misc ADDDC AEDC IBPI LMCE POR PPR SAF-TE SDDC SSC WHEA
thorpej[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSShared Get the very ...
mlelstv[src/trunk]: src/sys/dev/pckbport Resynchronizing the input stream could infi...
msaitoh[src/trunk]: src/sys/dev/pci Add some Intel Whisky Lake devices.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
hannken[src/trunk]: src/share/mk When building a module keep symbols if built with "...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/dtrace Change module typ...
hannken[src/trunk]: src/external/cddl/osnet/dev/dtrace/amd64 Change dtrace toxic ran...
sevan[src/trunk]: src/share/misc SEMB SGPIO
maxv[src/trunk]: src/sys/arch More inlines, prerequisites for future changes. Als...
maxv[src/trunk]: src/sys/kern Fix info leak. The padding of 'sigact' is not initi...
gutteridge[src/trunk]: src/external/gpl2/xcvs/dist/doc cvs.1 & cvs.texinfo: a couple of...
gutteridge[src/trunk]: src/external/gpl2/xcvs/dist/doc cvs.1 & cvs.texinfo: note NetBSD...
gutteridge[src/trunk]: src/external/gpl2/xcvs/dist/doc cvs.1 & cvs.texinfo: note global...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix start_delay calculation for tcon0. po...
gutteridge[src/trunk]: src/usr.sbin/perfused perfused.8: fix typos
maxv[src/trunk]: src/sys/dev/usb Fix two length checks, otherwise a malicious USB...
maxv[src/trunk]: src/sys/dev/nvmm Localify two functions that are no longer used ...
maxv[src/trunk]: src/sys/dev/dkwedge Add a condition in the loop. Otherwise there...
maxv[src/trunk]: src/sys/dev/usb Revert previous, for now.
mlelstv[src/trunk]: src/external/gpl3/binutils/dist/binutils Don't sign-extend bytes...
isaki[src/trunk]: src/sys/dev/audio Implement auto recovery of the mixing volume.
maxv[src/trunk]: src/sys/kern Fix (harmless) uninitialized variable. In the path
maxv[src/trunk]: src/sys/kern Fix bug: if seg == UIO_SYSSPACE, tv[] is not initia...
jmcneill[src/trunk]: src/sys/arch/arm/fdt If panel timings are missing, assume 800x600
christos[src/trunk]: src/distrib/sets/lists/base PR/54351: Izumi Tsutsui: Remove obso...
isaki[src/trunk]: src/sys/dev/audio Fix to evaluate the validity of this track at ...
isaki[src/trunk]: src/sys/dev/audio Rearrange some KASSERT and debug messages, to ...
isaki[src/trunk]: src/sys/dev/audio Avoid memory reallocation on SET_FORMAT.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Register userspace interfaces for our co...
skrll[src/trunk]: src/sys/arch/evbarm/conf Enable tegradrm and tegrafb now that jm...
skrll[src/trunk]: src/sys/arch/evbarm/conf Bump MSGBUFSIZE
martin[src/trunk]: src/usr.sbin/sysinst Fix some uninitialized memory access and a ...
maxv[src/trunk]: src/sys/kern The whole 'tv' structure gets added to the RND pool...
mrg[src/trunk]: src/external/mit/xorg/lib/gallium re-add arm64 to the list of ll...
gutteridge[src/trunk]: src/share/man/man9 cnmagic.9: add xref to ddb(4), and minor gram...
msaitoh[src/trunk]: src/sbin/ifconfig Add "ifconfig [-]vlan-hwtagging" to enable/dis...
msaitoh[src/trunk]: src/sys Add rnd(9) support.
mlelstv[src/trunk]: src/lib/libc/citrus/modules The correct fix for lib/51000 is not...
martin[src/trunk]: src/usr.sbin/sysinst Properly zero new memory after reallocating...
martin[src/trunk]: src/usr.sbin/sysinst The network settings confirmation message i...
mrg[src/trunk]: src/external/mit/xorg/bin/xcalc define _CONST_X_STRING to silenc...
mrg[src/trunk]: src/external/mit/xorg/lib/libX11 update for libX11 1.6.8.
ozaki-r[src/trunk]: src/tests/net/if_bridge tests: check that a new cache is not cre...
msaitoh[src/trunk]: src/sys Don't automatically set ec_capenable's ETHERCAP_VLAN_HWT...
nakayama[src/trunk]: src/sys/dev/hyperv Zero clear the allocated ring buffer for vmbu...
msaitoh[src/trunk]: src/sys/dev/pci Add Phison PS5000 and PS5016 NVMe.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/pci Identify 16GT/s.
msaitoh[src/trunk]: src/sys/dev/pci Print extend capability from 0x25 to 0x29 correc...
ryoon[src/trunk]: src/sys/dev Add tpcalib, touch panel calibration to ims(4)
ryoon[src/trunk]: src/sys/dev/wscons Do not overflow int64_t on HP Spectre x360 13...
ryoon[src/trunk]: src/sys/dev Enable finger touch panel of HP Spectre x360 13-inch...
gson[src/trunk]: src/tests/lib/libc/regex Update require.memory to match the incr...
martin[src/trunk]: src/usr.sbin/sysinst When editing outer partitions:
martin[src/trunk]: src/usr.sbin/sysinst Allow newfs for ext2fs partitions too.
martin[src/trunk]: src/usr.sbin/sysinst When checking for existing NetBSD partition...
maya[src/trunk]: src/tests return return atf_no_error() instead of 0 for consiste...
martin[src/trunk]: src/usr.sbin/sysinst When we are going to create (and populate) ...
maxv[src/trunk]: src/sys/netipsec Fix uninitialized variable: in ipsec_checkpcbca...
maxv[src/trunk]: src/sys/dev/dkwedge Fix info leak: always clear 'dkw', because s...
mrg[src/trunk]: src/external/mit/xorg/lib/libepoxy updates for libepoxy 1.4.3.
mrg[src/trunk]: src/distrib/sets/lists update for libepoxy 1.4.3.
mrg[src/trunk]: src/etc/mtree add all the arm subdirs explicitly. the mtree vs ...
martin[src/trunk]: src/tests/bin/sh Make sure we have enough free inodes before run...
martin[src/trunk]: src/tests/dev/raidframe Reduce disk image size for tests (PR 442...
martin[src/trunk]: src/tests/dev/cgd Gracefully skip test if not enough space in te...
martin[src/trunk]: src/sys/dev/hid hidms depends on tpcalib now
isaki[src/trunk]: src/sys/dev/audio Fix freem() argument. The 3rd argument is buf...
isaki[src/trunk]: src/sys/dev/audio Use kmem_alloc/free() instead of old kern_mall...
roy[src/trunk]: src/external/bsd/unbound/dist/libunbound libunbound: set real ve...
msaitoh[src/trunk]: src/sys/dev Identify Nuvoton NCT6798D correctly. It seems that t...
martin[src/trunk]: src/usr.sbin/sysinst When deleting all partitions (e.g. before w...
maxv[src/trunk]: src/sys/kern Zero out 'cprng->cs_name' entirely. Otherwise the R...
maxv[src/trunk]: src/sys/kern Fix info leak: instead of using SS_INIT as a litera...
maxv[src/trunk]: src/sys/net Fix info leak: use kmem_zalloc, because we align the...
mgorny[src/trunk]: src/lib/libc/sys Fix typo: SIGRAP -> SIGTRAP
mgorny[src/trunk]: src/lib/libc/sys Improve/fix doc of PT_SETSTEP and PT_CLEARSTEP.
mrg[src/trunk]: src/external/mit/xorg/lib/libepoxy handle @epoxy_has_glx@, @epox...
mrg[src/trunk]: src/share/mk break the build if a .pc generation leaves somethin...
mgorny[src/trunk]: src/lib/libc/sys Fix thinko: syscalls -> signals
mrg[src/trunk]: src/external/mit/xorg/lib/libXt define _CONST_X_STRING for libXt...
msaitoh[src/trunk]: src Fix typo (s/supress/suppress/).
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Remove unnecessary #include
wiz[src/trunk]: src/libexec/getty Merge lines. Fixes display problem noted in PR...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Typo in comment
sevan[src/trunk]: src/share/misc WPAD
maxv[src/trunk]: src/sys/miscfs/genfs Fix (harmless) uninitialized variable: 'pg'...
maxv[src/trunk]: src/sys/uvm Fix info leak: 'map_attrib' is not used in UVM, and ...
maxv[src/trunk]: src/sys/kern Fix info leaks: the alignment of the structures cau...
macallan[src/trunk]: src/sys/arch/arm/sunxi add compat string for H5
christos[src/trunk]: src/sys/opencrypto Disable unloading until we keep track of refe...
christos[src/trunk]: src/sys/opencrypto relinguish our lock while we are autoloading.
uwe[src/trunk]: src/libexec/getty Use proper markup instead of .Em to refer to c...
msaitoh[src/trunk]: src/sys/dev/pci Add some ServerWorks HT1100 devices from OpenBSD.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/pci Fix previous (s/1000/1100/).
msaitoh[src/trunk]: src/sys/dev/pci Regen.
uwe[src/trunk]: src/libexec/getty Improve (hopefully) mark up of the capabilitie...
msaitoh[src/trunk]: src/sys/dev/pci Sync with OpenBSD's piixpm.c up to rev. 1.35:
mlelstv[src/trunk]: src/sys/uvm Add missing lock around pmap_protect.
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Fix STACK_ALIGN "bytes" argument wh...
skrll[src/trunk]: src/sys/uvm/pmap Provide and use PV_ISKENTER_P. NFCI.
maxv[src/trunk]: src/sys/fs/cd9660 Fix info leak: zero out the buffer, because it...
martin[src/trunk]: src/usr.sbin/sysinst Implement add_outer_partition (to allow acc...
martin[src/trunk]: src/usr.sbin/sysinst Add (U)EFI system partition type
martin[src/trunk]: src/usr.sbin/sysinst Fix copy & pasto: when using the whole disk...
martin[src/trunk]: src/usr.sbin/sysinst When adding non-disklabel boot partitions (...
skrll[src/trunk]: src/sys/arch/evbarm/conf Add a couple of spaces to do the <space...
christos[src/trunk]: src/external/gpl3/gdb/dist/bfd add the bfd ntrad vectors so that...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb put back the kvm stuff lost in pr...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb remove dup solib-svr4 defs
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb remove ancient and unused regset_...
christos[src/trunk]: src/usr.bin/xlint/lint1 allow c9x struct casts (in new libXt)
christos[src/trunk]: src/external/gpl3/gdb/lib Regen mips
msaitoh[src/trunk]: src/sys/dev/pci Improve SB800 and newer chipsets support:
msaitoh[src/trunk]: src/sys/arch/x86/include Define some new bits of CPUID Fn8000_00...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 G/C
gson[src/trunk]: src/tests/lib/libc/sys In the setitimer_old test case, allow for...
maxv[src/trunk]: src/sys/fs/tmpfs Remove the roundups, they are incorrect and cau...
mlelstv[src/trunk]: src/sys/arch Use common code for SMEP/SMAP panic to print more i...
mlelstv[src/trunk]: src/sys/dev/iscsi register with pmf to allow suspend.
martin[src/trunk]: src/usr.sbin/sysinst We may call md_pre_mount() multiple times f...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Add (ULONGEST) to prevent narrowi...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Use ULONGEST_MAX instead of (ULON...
thorpej[src/trunk]: src/sys/arch/arm/sunxi Make failure-to-attach errors a little mo...
maxv[src/trunk]: src/sys/fs/tmpfs Fix uninitialized variable: if 'tvp' is NULL, '...
skrll[src/trunk]: src/sys/arch Spell initarm correctly in comments
skrll[src/trunk]: src/sys/arch/mips/mips Use PV_ISKENTER_P. NFCI.
sevan[src/trunk]: src/usr.bin/calendar/calendars Add Fernando Jose Corbato
martin[src/trunk]: src/usr.sbin/sysinst Follow our internal install instructions co...
martin[src/trunk]: src/usr.sbin/sysinst Don't force mounting of newfs'd partitions.
martin[src/trunk]: src/usr.sbin/sysinst/arch Work in progress UEFI boot support, do...
mlelstv[src/trunk]: src/sys/external/bsd/dwc2/dist Fix error path, kmem_free doesn't...
martin[src/trunk]: src/usr.sbin/sysinst Fix a few of the very stupid mistakes I mad...
kamil[src/trunk]: src/usr.sbin/sysinst Update sysinst(8) Polish translations
martin[src/trunk]: src/usr.sbin/sysinst Limit the number of menu entries in extende...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb PR/54375: Andreas Gustafsson: gdb...
thorpej[src/trunk]: src/sys/arch/evbarm/compile Add a 'DDTK' tag so that the RPI fir...
mrg[src/trunk]: src/sys/dev/usb move software parts out of the "reg" header.
uwe[src/trunk]: src/libexec/getty Tweak markup some more.
mrg[src/trunk]: src/sys/dev/usb minor white space adjustments.
mrg[src/trunk]: src/external/mit/xorg/bin define _CONST_X_STRING for newer versi...
mrg[src/trunk]: src/sys/dev/usb adjust axe(4) similar to recent axen(4)/cdce(4)/...
skrll[src/trunk]: src/sys/arch/evbarm/fdt Fix and improve a VPRINTF
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Pass the VA of start (and not VM_MI...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Restore the comment against the lin...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Fix a comment
martin[src/trunk]: src/usr.sbin/sysinst Fix partition size display
martin[src/trunk]: src/usr.sbin/sysinst Don't overwrite the filesystem type uncondi...
pgoyette[src/trunk]: src/sys/sys Move a comment line get it next to the line it descr...
hannken[src/trunk]: src/external/cddl/osnet/dev/fbt Always exclude "fbt_*" from the ...
hannken[src/trunk]: src/external/cddl/osnet/dist/tools/ctf/cvt Add fixup operation t...
hannken[src/trunk]: src/external/cddl/osnet/dist/tools/ctf/cvt XXX: A crude hack to ...
skrll[src/trunk]: src/sys/arch KNF
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add wm(4)
knakahara[src/trunk]: src/sys/arch/x86/pci Eliminate IFF_RUNNING checking code from vm...
knakahara[src/trunk]: src/sys/arch/x86/pci Fix vmx(4) MTU setting.
jmcneill[src/trunk]: src/sys/arch Add Ampere eMAG 8180 cpuid
skrll[src/trunk]: src/sys/arch/arm/include Remove the _BUS_DMAMAP_COHERENT optimis...
skrll[src/trunk]: src/sys/arch/aarch64/include Add vaddr_t initarm(void *);
skrll[src/trunk]: src/sys/arch Consistently use vaddr_t as initarm and friends ret...
martin[src/trunk]: src/tests PR misc/54382: whenever open(2) is called with O_CREAT...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Need CPU_PARTMASK for eMAG CPU ID
christos[src/trunk]: src/tests/fs/vfs fix misplaced paren
pgoyette[src/trunk]: src/sys/kern Move the assignment of SCTP-specific function hooks...
msaitoh[src/trunk]: src KNF. No functional change.
msaitoh[src/trunk]: src Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILT...
msaitoh[src/trunk]: src/sys/sys Implemet VLAN hardware filter function (struct ether...
msaitoh[src/trunk]: src/doc Note VLAN hardware filter.
ozaki-r[src/trunk]: src/sys/netipsec Avoid a race condition between SA (sav) manipul...
skrll[src/trunk]: src/sys/arch Spell endianness correctly in comments
skrll[src/trunk]: src/sys/gdbscripts kdump was remove some time ago
skrll[src/trunk]: src/sys/gdbscripts Add devs
skrll[src/trunk]: src/sys/gdbscripts Remove the 'procs' from lwps and use the one ...
roy[src/trunk]: src/external/bsd/openresolv/dist Import openresolv-3.9.1 with th...
roy[src/trunk]: src/external/bsd/openresolv/dist Sync
roy[src/trunk]: src/doc Note import of openresolv-3.9.1
msaitoh[src/trunk]: src/share/man/man4 The VLAN hardware filiter function was implem...
ozaki-r[src/trunk]: src/tests/net/ndp tests: shorten the expire time of neighbor cac...
ozaki-r[src/trunk]: src/tests/net tests: extract all kernel logs, not just a panic m...
ozaki-r[src/trunk]: src/sys/net Show pointers of llentries on trace logs of LLE_REF_...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Simplify conditionals when clearing...
msaitoh[src/trunk]: src/sys/dev/pci Remove whitespace for consistency.
msaitoh[src/trunk]: src/sys/dev/pci - Intel C620 Virtual Switch Port for Termal Sens...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/arch/x86/pci Add support for Ryzen 2xxx and 3xxx.
msaitoh[src/trunk]: src/doc Note piixpm(4), amdsmn(4) and amdzentemp(4).
hannken[src/trunk]: src/sys/kern Make namei() work with no root dir yet.
msaitoh[src/trunk]: src/sys/arch/x86/pci Use unsigned to fix compile error on i386.
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: added some missing comments ...
kamil[src/trunk]: src/sys/kern Enhance locking of ptrace_update_lwp
mrg[src/trunk]: src/sys/dev/usb call ure_stop_locked(), not ure_stop(), from ure...
mrg[src/trunk]: src/sys/dev/usb revert previous. meant to delete that change...
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) enable jumbo frame.
knakahara[src/trunk]: src/sys/arch/x86/pci Store IFF_ALLMULTI in ec->ec_flags instead ...
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) can be set IFEF_MPSAFE now.
bouyer[src/trunk]: src/sys/arch/arm/sunxi Don't allocate edid informations on stack...
hkenken[src/trunk]: src/sys/arch/arm/fdt Fixed compile error.
mrg[src/trunk]: src updates for freetype 2.10.0
mrg[src/trunk]: src/external/mit/xorg/tools update for freetype 2.10.0
sevan[src/trunk]: src/share/misc CACLS DIA ICACLS
bouyer[src/trunk]: src/sys/netcan Don't kmem_alloc()/kmem_free() with spin lock hel...
bouyer[src/trunk]: src/distrib/amd64/ramdisks/ramdisk Add newfs_msdos to amd64 inst...
christos[src/trunk]: src/sys add a register validation hook for ptrace on netbsd32 to...
christos[src/trunk]: src/sys/arch/amd64/amd64 Restore the ability to debug a 32 bit p...
mrg[src/trunk]: src/share/mk add util-macros src dir.
wiz[src/trunk]: src Install the nouveau gm206 firmware as used by my graphics card.
mrg[src/trunk]: src/external/nvidia-firmware don't descend into gm20x unless MKN...
mrg[src/trunk]: src/sys/sys add missing 'struct reg;' forward decl.
mrg[src/trunk]: src/sys move DWCGMAC_MPSAFE into dwc_gmac_var.h and introduce an
mrg[src/trunk]: src/sys/dev/usb remove unused axe_accum and axe_idx members of s...
mrg[src/trunk]: src/sys/dev/usb remove unused structure members. this brings mo...
maya[src/trunk]: src/etc Create up to pci19.
maya[src/trunk]: src/external/bsd/bzip2/dist Import bzip2 1.0.8
martin[src/trunk]: src/usr.sbin/sysinst scripting_fprintf: when we traverse the va_...
martin[src/trunk]: src/usr.sbin/sysinst Reintroduce scripting for writing the diskl...
maya[src/trunk]: src/external/bsd/bzip2/dist Merge bzip2 1.0.8
martin[src/trunk]: src/usr.sbin/sysinst When changing the user geometry, do not alt...
rjs[src/trunk]: src Add ftcolor.h to build from freetype2.
martin[src/trunk]: src/usr.sbin/sysinst scripting_vprintf: to simplify things for g...
kre[src/trunk]: src/tests/usr.bin/printf Correct a typo. It is atf_require_pro...
kre[src/trunk]: src/usr.bin/printf Stop assuming that printf handles options in ...
kre[src/trunk]: src/tests/usr.bin/printf Stop assuming that printf handles optio...
hannken[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Try to load mo...
hannken[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Always use "ne...
rin[src/trunk]: src/share/man/man4 Describe how to enter ddb for evbarm.
rin[src/trunk]: src/sys/dev/fdt The device cannot recognize break signal. Use ++...
rin[src/trunk]: src/distrib/utils/embedded Fallback to non-EFI boot script if EF...
rin[src/trunk]: src/sys/dev/hyperv Fix build for !WSDISPLAY_COMPAT_RAWKBD.
rin[src/trunk]: src/sys/dev/ic Fix panic due to inconsistent lock states of tty_...
rin[src/trunk]: src/sys/arch/arm/arm32 Fix hand-crafted trap instruction in cpu_...
rin[src/trunk]: src/sys/dev/rasops Fix byte order of stamp for big endian so tha...
rin[src/trunk]: src/sys/dev/rasops Fix cursor movement for ri_xscale = 1, e.g., ...
rin[src/trunk]: src/sys/lib/libsa Add SA_ENABLE_BIENDIAN option, which enable us...
rin[src/trunk]: src/sys/stand/efiboot Enable us to load kernel image of differen...
rin[src/trunk]: src/sys/arch/evbarm/conf Enable DISKLABEL_EI, which is useful fo...
maya[src/trunk]: src/doc update bzip2 homepage and version
wiz[src/trunk]: src/external/bsd/bzip2/dist Fix mismerge of man page after 1.0.8...
hkenken[src/trunk]: src/sys/arch/arm/imx Trailing whitespace
skrll[src/trunk]: src/sys/dev/usb KNF (from nhusb)
knakahara[src/trunk]: src/sys/arch/x86/pci remove unnecessary NULL check after kmem_za...
sevan[src/trunk]: src/games/fortune/datfiles Art for the masses - The Dream Machine
nakayama[src/trunk]: src/sys/dev/pckbport hvkbd requires pckbd_keydesctab in wskbdmap...
hkenken[src/trunk]: src/sys/arch/arm/imx Change register assignments.
sevan[src/trunk]: src/games/fortune/fortune Use \(em to get an emphasis dash
sevan[src/trunk]: src/games/fortune/datfiles Use double dash to simulate em dash
wiz[src/trunk]: src Move bcm43xx to /libdata/firmware, where all the other firmw...
kre[src/trunk]: src/usr.bin/printf Amend the previous change: we can have (almos...
rmind[src/trunk]: src/sys/external/bsd/libnv/dist - nvpair_create_stringf: use the...
rmind[src/trunk]: src NPF improvements:
nonaka[src/trunk]: src/usr.bin/kdump kdump(1): Symbolic printing for MALLOC_OPTIONS...
ozaki-r[src/trunk]: src/sys/netipsec ipsec: fix a regression of the update API
ozaki-r[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey setkey: enable to use the...
ozaki-r[src/trunk]: src/tests/net/ipsec tests: add tests for getspi and udpate
ozaki-r[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey setkey: document getspi a...
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) can be detached now.
martin[src/trunk]: src/external/bsd/jemalloc/lib Disable JEMALLOC_DEBUG, it served ...
martin[src/trunk]: src Add a note to rebuild jemalloc w/o debugging
hkenken[src/trunk]: src/sys/arch/arm/imx Modified enet_attach_common().
hannken[src/trunk]: src/external/cddl/osnet Move local changes to files below "exter...
rin[src/trunk]: src/sys/arch/mac68k PR port-mac68k/24883
rmind[src/trunk]: src/sys/net/npf NPF portmap: add a workaround for archs without ...
hannken[src/trunk]: src/external/cddl/osnet/dev/dtrace Create "dtrace_taskq" here li...
msaitoh[src/trunk]: src/sys/dev/pci Define RETA_ENTRY_MASK_Q(used in RSS redirection...
msaitoh[src/trunk]: src/sys/dev/isa Add IT8655 support.
christos[src/trunk]: src/lib/libedit PR/54400: S?ren Tempel: out-of-bounds read in li...
uwe[src/trunk]: src/games/fortune/fortune Prettify formatting.
christos[src/trunk]: src/lib/libedit PR/54399: S?ren Tempel: Uninitialized memory acc...
christos[src/trunk]: src/lib/libedit put the NULL check immediately after the allocation
uwe[src/trunk]: src/games/fortune/fortune strfile is installed, don't claim it i...
uwe[src/trunk]: src/games/fortune/fortune Use .Dl for displays with single comma...
skrll[src/trunk]: src/sys/arch/evbarm/dev Trailing whitespace
skrll[src/trunk]: src/sys/arch/evbarm/dev Don't busy wait for a character in plcom...
jmcneill[src/trunk]: src/sys/dev/pckbport pckbd_cngetc: Set type=0 and return if no d...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Attach uarts on pass 4, matching GENERIC64
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add support for WSDISPLAY_MULTICONS
jmcneill[src/trunk]: src/sys/arch/arm/vexpress No need for console=fb handling with W...
martin[src/trunk]: src/usr.sbin/sysinst Avoid a buffer overrun with too many interf...
christos[src/trunk]: src/lib/libedit remove stray brace
wiz[src/trunk]: src/lib/libnpf Try improving a description.
wiz[src/trunk]: src/usr.sbin/npf/npfctl New sentence, new line. Avoid formatting...
wiz[src/trunk]: src/usr.sbin/npf Add RCS Id.
wiz[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey Remove superfluous Li; re...
rin[src/trunk]: src/sys For drivers whose framebuffer is located not page-aligne...
rin[src/trunk]: src/sys/arch/mac68k PR port-mac68k/24883
martin[src/trunk]: src/usr.sbin/sysinst When searching for a partition that may be ...
rin[src/trunk]: src/doc Note DMA support for SCSI adapters found on 660/840AV.
jmcneill[src/trunk]: src/sys/dev/wscons Call cn_halt on the old console device
jmcneill[src/trunk]: src/sys/arch/evbarm/dev Add cn_halt function, disable interrupts...
martin[src/trunk]: src/usr.sbin/sysinst Fix the "reinstall sets" action.
maxv[src/trunk]: src/sys/dev/usb 1) If the descriptor length is bigger than the U...
rin[src/trunk]: src/sys Enable us to enter DDB from serial console when WSDISPLA...
jmcneill[src/trunk]: src/sys/dev/clk Normalize clk name to prevent sysctl_createv fro...
martin[src/trunk]: src/usr.sbin/sysinst For upgrade / re-install allow the currentl...
sevan[src/trunk]: src/share/misc REPL
sevan[src/trunk]: src/usr.bin/calendar/calendars Add bicycle day
msaitoh[src/trunk]: src/sys/dev/pci - Add some AMD devices mainly taken from OpenBSD.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src Fix typo in comment (s/partion/partition/).
msaitoh[src/trunk]: src Fix typo in comment (s/alreay/already/).
msaitoh[src/trunk]: src/sys/arch/x86/x86 Add avx512ifma, cqm_mbm_total, cqm_mbm_loca...
thorpej[src/trunk]: src/sys/dev/i2c Add a driver for the NXP PCA9685 16-channel, 12-...
msaitoh[src/trunk]: src/sys/dev/sdmmc Define SD_ARG_CMD52_WRITE macro correctly. Fou...
thorpej[src/trunk]: src/sys/dev/i2c I was a little over-zealous with the includes. ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix some problems found by KUBSan:
riastradh[src/trunk]: src/lib/libc/sys Update uuidgen(2) man page to reflect reality a...
msaitoh[src/trunk]: src/sys/arch/amd64/conf USE <SPACE>+<TAB>
wiz[src/trunk]: src Move bcm43xx firmware back to /usr/libdata/firmware.
skrll[src/trunk]: src/sys/arch/epoc32/dev Fix WSDISPLAY_COMPAT_RAWKBD build
rin[src/trunk]: src/external/bsd/nvi Add missing break.
roy[src/trunk]: src/share/mk MKBSDTAR now defaults to yes
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-8.0.0 with the follow...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Sync
roy[src/trunk]: src/external/bsd/dhcpcd/include Build with dhcpcd-8.0.0
roy[src/trunk]: src/doc Note import of dhcpcd-8.0.0
roy[src/trunk]: src/doc Note change of MKBSDTAR to yes.
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) support if_transmit and Tx multiqueu...
knakahara[src/trunk]: src/sys/arch/x86/pci refactor: unify vmxnet3_start_locked and vm...
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) support if_transmit and Tx multiqueu...
roy[src/trunk]: src/usr.sbin/sysinst Work with bsdtar as pointed out by kamil@
msaitoh[src/trunk]: src/sys/arch/x86/include It seems that AMD zen2's CPUID 0x800000...
martin[src/trunk]: src/sys/external/bsd/libnv/dist PR kern/54406: the result of vas...
hkenken[src/trunk]: src/sys/arch i.MX USB host code re-arrangement.
sevan[src/trunk]: src/sys/external/bsd/libnv/dist need sys/kmem.h for kmem_free()
jmcneill[src/trunk]: src/sys/stand/efiboot Add support for simple framebuffers when b...
hkenken[src/trunk]: src/sys/arch/arm/imx Modified imx6 Clock Controller Module (CCM).
sevan[src/trunk]: src/sys/external/bsd/libnv/dist off by 1
hkenken[src/trunk]: src/sys/arch Modified i.MX GPIO control module and PCIe module.
hkenken[src/trunk]: src/sys/arch/arm/imx No functional change.
hkenken[src/trunk]: src/sys/arch Add support for device tree.
joerg[src/trunk]: src/external/bsd/libarchive/dist Import libarchive 3.4.0
joerg[src/trunk]: src/external/bsd/libarchive/dist/libarchive Avoid ctype warning ...
joerg[src/trunk]: src/external/bsd/libarchive/dist/libarchive Merge changes from l...
martin[src/trunk]: src/sys/external/bsd/libnv/dist Adapt for userland compilation
joerg[src/trunk]: src Update build glue and configuration for libarchive 3.4.0.
martin[src/trunk]: src/usr.sbin/sysinst Whenever offering "current system" as targe...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use unsigned. Found by K...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Fix SMALL build.
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use unsigned. Found by K...
bouyer[src/trunk]: src/sys/arch/amd64/amd64 Remove XENPV-specific %ss/%cs handling, ...
hannken[src/trunk]: src/external/cddl/osnet/sys/sys Remove unneeded includes.
hannken[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Handle automat...
rin[src/trunk]: src/sys/dev/rasops Style:
rin[src/trunk]: src/sys/dev/rasops Adjust white space.
rin[src/trunk]: src/sys/dev/rasops Use unsigned integers for binary data storage.
rin[src/trunk]: src/sys/dev/rasops Avoid shift-count overflow to fix strange cur...
rin[src/trunk]: src/sys/dev/rasops Simplify logic and tiny clean-up.
rin[src/trunk]: src/sys/dev/rasops Well, masks do not have to be updated every t...
rin[src/trunk]: src/sys/dev/rasops Oops, revert unintentional changes.
jmcneill[src/trunk]: src/sys/arch/arm/acpi Add early fb console support
jmcneill[src/trunk]: src/sys/dev/wscons Call cn_halt for old console in wsdisplay_pre...
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Temporarily turn on IPV4LL f...
tnn[src/trunk]: src/sys/arch add ssdfb(4) to ALL
rmind[src/trunk]: src/sys/modules/npf Update the NPF kernel module Makefile. Miss...
rmind[src/trunk]: src Install the npf-params(7) man page.
jmcneill[src/trunk]: src/sys Replace the HDAUDIO_32BIT_ACCESS option with a runtime o...
jmcneill[src/trunk]: src/sys/arch/arm/pci Support pci_intr_release for INTx interrupts
rmind[src/trunk]: src/usr.sbin/npf/npfctl npfctl: fix the bpf.jit parameter handling.
rin[src/trunk]: src/sys/dev/rasops For kUBSan, avoid undefined behaviors even if...
rin[src/trunk]: src/sys/dev/rasops Fix screen corruption with 16-width font on 8...
rmind[src/trunk]: src/sys/net/npf npf_portmap_flush: remove invalid assert (this r...
rin[src/trunk]: src/sys/dev/rasops Cosmetic changes. No functional changes.
rmind[src/trunk]: src/usr.sbin/npf/npftest/libnpftest npftest: fix double-free in ...
jmcneill[src/trunk]: src/sys/arch/arm/arm Only try to call EFI RT's reset once. If it...
rin[src/trunk]: src/sys/dev/rasops Misc cleen up:
rin[src/trunk]: src/sys/dev/rasops Provide and use FONT_GLYPH macro, tiny optimi...
thorpej[src/trunk]: src/sys/dev/i2c If cold, automagically set I2C_F_POLL.
thorpej[src/trunk]: src/sys/dev/i2c Do the iic_acquire_bus() / iic_release_bus() dan...
thorpej[src/trunk]: src/sys/dev/i2c The i2c code handles the 'cold' dance with I2C_F...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set IVAR (Interrupt Vector Allocation Regi...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set FCTTV(Flow Control Transmit Timer Valu...
knakahara[src/trunk]: src/sys/net micro-optimization for if_snd_is_used()
tnn[src/trunk]: src/sys/dev/pci wm: change one bus_dmamap_load_mbuf() to bus_dma...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.0.1 with the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Revert prior as dhcpcd-8.0.1...
roy[src/trunk]: src/doc Note import of dhcpcd-8.0.1
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix VLAN filter setting. Found by KUBSan.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix VLAN hardware filter initialization. U...
msaitoh[src/trunk]: src/sys/dev/usb Use unsigned (RAL_RF_BUSY). Found by KUBSan.
skrll[src/trunk]: src/sys/stand/efiboot Fix arm build
msaitoh[src/trunk]: src/sys/dev/ic Avoid undefined behavior. Found by KUBSan. Some o...
martin[src/trunk]: src/usr.sbin/sysinst When re-discovering a disk where we have fr...
martin[src/trunk]: src/usr.sbin/sysinst Fix a few calloc() calls with wrong arg ord...
msaitoh[src/trunk]: src/sys/dev Avoid undefined behavior. Found by KUBSan.
msaitoh[src/trunk]: src/sys/dev/pci Make register address unsigned to avoid undefine...
rin[src/trunk]: src/sys/dev/rasops Add width-optimized putchar functions for 32-...
rin[src/trunk]: src/sys/dev/rasops Factor out putchar and width-optimized putcha...
skrll[src/trunk]: src/sys/arch/evbarm/conf Partially undo previous so NETWALKER_IN...
martin[src/trunk]: src/usr.sbin/sysinst Do not free() an array embedded in another ...
martin[src/trunk]: src/usr.sbin/sysinst Gracefully get out of extended partitioning...
skrll[src/trunk]: src/sys/arch/evbarm/conf Remove a duplicate psci* at fdt?
uwe[src/trunk]: src/lib/libcurses #ifdef HAVE_WCHAR around enhanced curses stuff.
jmcneill[src/trunk]: src/sys/dev/wscons Halt the old console on both cnattach and pre...
skrll[src/trunk]: src/sys/arch/evbarm/conf Whitespace
skrll[src/trunk]: src/sys/arch/evbarm/conf More Whitespace
rin[src/trunk]: src/sys/dev/rasops XXX
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Simplify and avoid undefined behavior. Thi...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Simplify code. No functional change intended.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set IVAR (Interrupt Vector Allocation Regi...
rin[src/trunk]: src/sys/dev/rasops Misc creen up for rasops.c:
rin[src/trunk]: src/sys/dev/rasops Replace manually unrolled loops with memcpy/m...
msaitoh[src/trunk]: src/sys/kern Set sc_mask correctly in selsysinit() to avoid unde...
msaitoh[src/trunk]: src/sys/kern Set kcpuset's bit correctly to avoid undefined beha...
msaitoh[src/trunk]: src/sys/dev/pci Calculate the multicast hash table correctly to ...
rin[src/trunk]: src/sys/dev/rasops Fix 4-bpp stamp for big endian.
skrll[src/trunk]: src/sys/arch/arm/imx Fix builds
skrll[src/trunk]: src/sys/arch/arm/imx/fdt KNF on #includes
martin[src/trunk]: src/sys/arch/zaurus/conf comment out WSDISPLAY_COMPAT_RAWKBD for...
martin[src/trunk]: src/sbin/gpt Remove outdated note about sysinst restrictions
sevan[src/trunk]: src/games/fortune/datfiles The mother of all demos
martin[src/trunk]: src/usr.sbin/sysinst Strip trailing / from last mounted strings.
msaitoh[src/trunk]: src/sys/dev/pci Use aprint_debug_dev() instead of printf() in wm...
msaitoh[src/trunk]: src - AMD CPUID Fn8000_0001d Cache Topology Information leaf is ...
christos[src/trunk]: src/sys/netinet6 Decrease the reference count before freeing, so...
roy[src/trunk]: src Stop installing 10-wpa_supplicant.
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Replace hook example 10-wpa_sup...
wiz[src/trunk]: src/distrib/sets/lists/misc Fix set name in previous.
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Allow dhcpcd to be built withou...
rin[src/trunk]: src Add genfb(4) driver for mac68k grfbus.
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Build dhcpcd without ARP sup...
wiz[src/trunk]: src/share/man/man4 Sort SEE ALSO.
rin[src/trunk]: src/doc Note genfb(4) for mac68k.
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src As dhcpcd no longer supports IP...
jmcneill[src/trunk]: src/sys/dev/hdaudio Even though the spec says SRST should read b...
rin[src/trunk]: src/sys/dev/rasops Put back byte-wise copy to stop using memcpy, ...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Added tftp support to x86 efiboot.
rin[src/trunk]: src/etc/etc.mac68k Build and install WSFB and WSFBSBC.
nonaka[src/trunk]: src/sys/arch/i386/stand Pre-allocate memory for the kernel space...
christos[src/trunk]: src/usr.bin/mail PR/54410: fmoon: typos in mail(1)
roy[src/trunk]: src leot wants the ability to start wpa_supplicant from dhcpcd
sevan[src/trunk]: src/share/misc TTTR
cnst[src/trunk]: src/doc doc/CHANGES: fix OpenSSH 8.0 date; same for imcsmb(4) pe...
cnst[src/trunk]: src/doc doc/CHANGES.prev: address 7 definite time-travelling ent...
cnst[src/trunk]: src/doc doc/CHANGES.prev: s/mfi(8)/mfi(4)/g
uwe[src/trunk]: src/lib/libcurses Put wide character functions under #ifdef HAVE...
rin[src/trunk]: src/doc Add missing ``.'' at the ends of sentences, split long l...
uwe[src/trunk]: src/lib/libcurses Put slk_color() undef #ifdef HAVE_WCHAR too.
skrll[src/trunk]: src/sys/arch/arm/cortex Rename a register define to make it more...
skrll[src/trunk]: src/sys/arch/arm/imx/fdt Need opt_console for CONSADDR, etc
martin[src/trunk]: src Note update hickup build issue for uefi boot.
skrll[src/trunk]: src/sys/arch/arm/imx sort some #includes
skrll[src/trunk]: src/sys/arch/arm/imx Fix builds properly
hkenken[src/trunk]: src/sys/arch/arm/imx Fixed compile error.
skrll[src/trunk]: src/sys/arch/arm/nvidia Remove unused needs-flag
sevan[src/trunk]: src/lib/libcurses list the wide variant of functions.
thorpej[src/trunk]: src/sys/dev/i2c No need to check cold to add I2C_F_POLL; the i2c...
sevan[src/trunk]: src/lib/libcurses nit
nakayama[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Add option -D to run in the backgro...
maya[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Whitespace
joerg[src/trunk]: src/external/bsd/jemalloc Ensure that percpu_arena_update is rea...
uwe[src/trunk]: src/lib/libcurses __slk_set - fix calculating "len" for HAVE_WCHAR
uwe[src/trunk]: src/lib/libcurses __slk_set_finalise - fix length vs. width conf...
rin[src/trunk]: src/share/terminfo For wsvt25, stop disabling color attributes f...
rin[src/trunk]: src/sys/dev/wsfb sys/dev/rasops routines support anti-aliasing f...
rin[src/trunk]: src/sys/dev/rasops Fix underline for anti-aliased fonts on 15/16...
rin[src/trunk]: src/sys/dev/rasops Fix corruption of background-colored white sp...
rin[src/trunk]: src/sys/dev/rasops Fix factorization fallout; pointer for shadow...
rin[src/trunk]: src/sys/dev/rasops Redo fix in rev 1.2
msaitoh[src/trunk]: src/sys/uvm Avoid undefined behavior in uao_pagein_page(). Found...
christos[src/trunk]: src/lib/libedit PR/54415: Ricky Zhou: libedit stats completions ...
jmcneill[src/trunk]: src/sys/arch/arm/dts Set max link speed, remove assigned clocks
rin[src/trunk]: src/sys/dev/rasops Simplify and style. No functional changes int...
martin[src/trunk]: src/distrib/utils/libhack We (especially libcurses and nvi) use ...
martin[src/trunk]: src/sys/dev/rasops Free kmem_alloc'd memory with kmem_free
martin[src/trunk]: src/distrib/utils/libhack Provide a way for crunched programs to...
martin[src/trunk]: src/distrib/atari/floppies Use the non-WIDE_CHAR libcurses versi...
martin[src/trunk]: src/distrib/sun3/miniroot Use the non-WIDE_CHAR version of libcu...
jmcneill[src/trunk]: src/sys/dev/ic Fix infinite loop in dwc_mmc_exec_command error path
rin[src/trunk]: src/sys/dev/rasops Cast attr to uint32_t before right shift to a...
rin[src/trunk]: src/sys/dev/rasops Avoid memset to framebuffer.
joerg[src/trunk]: src/usr.bin/unzip Explicitly link against libpthread and liblzma...
martin[src/trunk]: src/usr.sbin/sysinst Deal with partition types we don't know any...
christos[src/trunk]: src/tests/lib/libc/locale PR/54414: Valery Ushakov: add a test f...
christos[src/trunk]: src/distrib/sets/lists add new wcsrtombs test
christos[src/trunk]: src/lib/libc/citrus PR/54414: Valery Ushakov: c99 requires that ...
sevan[src/trunk]: src/lib/libcurses typo
mlelstv[src/trunk]: src/sys/dev/pci Add BCM2711 PCIe Host bridge for RPI4
mlelstv[src/trunk]: src/sys/dev/pci regen
martin[src/trunk]: src/usr.sbin/sysinst When merging existing partitions into the p...
martin[src/trunk]: src/usr.sbin/sysinst If available, show additional names of fore...
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly ...
sevan[src/trunk]: src/share/misc SGIs from the MIPS & ARM world :)
rin[src/trunk]: src/sys/dev/rasops Fix missing underlines on mono screen.
knakahara[src/trunk]: src/sys/arch/x86/pci Join Tx interrupt handler and Rx interrupt ...
rin[src/trunk]: src/sys/dev/rasops Clean up for rasops1.c:
rin[src/trunk]: src/sys/dev/rasops Convert rasops2.c and rasops4.c to use rasops...
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly ...
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly ...
rin[src/trunk]: src/sys/dev/rasops Avoid undefined behavior when converting unal...
wiz[src/trunk]: src/usr.sbin/user Fix warning in userdel -r.
maxv[src/trunk]: src/sys/kern Fix info leak: the padding after the header causes ...
knakahara[src/trunk]: src/sys/arch/x86/pci Fix missing NULL check after softint_establ...
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) uses deferred interrupt handlering l...
skrll[src/trunk]: src/sys/arch/evbarm/conf Remove duplicate options TPIDRPRW_IS_CU...
knakahara[src/trunk]: src/sys/arch/x86/pci make vmx(4)'s *_process_limit tunable.
rin[src/trunk]: src/sys/dev/rasops Factor out putchar_aa functions into rasops_p...
martin[src/trunk]: src/sys/arch/evbarm/conf The CUBOX-I boards have Cortex-A9 cpus, ...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Added BTINFO_EFIMEMMAP compactio...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Sync the output of memmap comman...
gdt[src/trunk]: src/sys/dev/ic sys/dev/ic/mfi.c: Add missing break in switch
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Added missing efi_memory_probe()...
rin[src/trunk]: src/sys/dev/rasops Support anti-aliasing for depth 24.
rin[src/trunk]: src/sys/dev/wsfb Enable anti-aliasing for depth 24.
rin[src/trunk]: src/sys/dev/rasops Fix color on 24bpp screen for little endian.
rin[src/trunk]: src/sys/dev/rasops Simplify and tiny optimization.
rin[src/trunk]: src/sys/dev/rasops Hmmm, color was still strange for 24bpp on li...
rin[src/trunk]: src/sys/dev/rasops Try to fix problem reported by ryoon:
gdt[src/trunk]: src/etc MAKEDEV.tmpl: Create nodes for 16 USB hubs
msaitoh[src/trunk]: src/sys/dev/pci - rnd_add_*() call must be serialized. Unseriali...
hkenken[src/trunk]: src/sys/arch/arm/imx Remove fdtbus_gpio_release() from enet_phy_...
skrll[src/trunk]: src/sys/dev/usb Whitespace
hkenken[src/trunk]: src/sys/arch Add IIC support.
skrll[src/trunk]: src/sys/arch/arm/cortex Fix loop to calculate prescaler divisor.
martin[src/trunk]: src/external/bsd/libarchive/bin Add libpthread to DPADD and LDAD...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe It's not required to call ixv_stop() twice...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe ixgbe_setup_low_power_mode() calls ixgbe_s...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-8.0.2 with the follow...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/doc Note import of dhcpcd-8.0.2
hkenken[src/trunk]: src/sys/arch/arm/imx Fix overflow to calculate frequencies.
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) can select workqueue for packet proc...
rin[src/trunk]: src/sys/dev/rasops Treat highlighted and reversed text in the sa...
rin[src/trunk]: src/sys/dev/rasops Fix catastrophe when ri_emustride != ri_strid...
rin[src/trunk]: src/sys/dev/rasops In rasops_copy{rows, cols}(), if src == dst, w...
joerg[src/trunk]: src/doc Update libarchive entry for 3.4.0 import.
rin[src/trunk]: src/sys/dev/rasops Support shadow framebuffer for 24bpp screen.
rin[src/trunk]: src/sys/dev/rasops Try to improve performance when shadow frameb...
martin[src/netbsd-9]: src Welcome to 9.0_BETA!
msaitoh[src/netbsd-9]: src/distrib/utils/libhack Pull up following revision(s) (requ...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket #2, #4-#6.
msaitoh[src/netbsd-9]: src/doc Fix typo.
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by ozaki...
martin[src/netbsd-9]: src/doc Tickets #3 and #7
martin[src/netbsd-9]: src/external/historical/nawk/dist Pull up following revision(...
martin[src/netbsd-9]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)...
martin[src/netbsd-9]: src/external/gpl3/gcc Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/external/bsd/cron/dist Pull up following revision(s) (req...
martin[src/netbsd-9]: src/sys/arch/arm/acpi Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys/arch/arm/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #9, #11, #12, #13, #17 and #18
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Tickets #8 and #14-#16.
martin[src/netbsd-9]: src/sys/arch/amd64/amd64 Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/arch/i386/i386 Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sys/sys Pull up following revision(s) (requested by kamil...
martin[src/netbsd-9]: src/doc Tickets #19 - #22
martin[src/netbsd-9]: src/bin/ps Pull up following revision(s) (requested by kamil ...
martin[src/netbsd-9]: src/sys/net/npf Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/doc Tickets #24 and #25
martin[src/netbsd-9]: src/etc Pull up following revision(s) (requested by hannken i...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/doc Tickets #26 and #27
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket #28 and #29.
martin[src/netbsd-9]: src/etc/rc.d Pull up following revision(s) (requested by naka...
martin[src/netbsd-9]: src/etc/mtree Pull up following revision(s) (requested by nak...
martin[src/netbsd-9]: src/doc Tickets #30 and #31
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sbin/reboot Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by rin ...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src/sys/dev/acpi Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/doc Tickets #32 - #39
martin[src/netbsd-9]: src/sys/external/bsd/ipf/netinet Pull up following revision(s...
martin[src/netbsd-9]: src/doc Tcikets #40 and #41
martin[src/netbsd-9]: src/usr.sbin/npf/npfctl Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/usr.sbin/npf/npfctl Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/doc Tickets #44 and #45
martin[src/netbsd-9]: src/external/mit/xorg/lib/libdrm Pull up following revision(s...
martin[src/netbsd-9]: src/external/gpl3/gdb/dist/gdb Pull up following revision(s) ...
martin[src/netbsd-9]: src/sys/arch/arm/acpi Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/doc Tickets #46 - #48
martin[src/netbsd-9]: src Pull up following revision(s) (requested by rmind in tick...
martin[src/netbsd-9]: src/lib/libperfuse Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/arch/i386/stand/lib Pull up following revision(s) (re...
martin[src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow...
martin[src/netbsd-9]: src/sys/arch/aarch64/include Pull up following revision(s) (r...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by christos in t...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/doc Tickets #49 - #54
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by skrl...
martin[src/netbsd-9]: src/doc Ticket #55
martin[src/netbsd-9]: src/doc Ticket #56
martin[src/netbsd-9]: src Pull up following revision(s) (requested by rin in ticket...
msaitoh[src/netbsd-9]: src/doc Add missing file names and revision numbers for sysin...
martin[src/netbsd-9]: src/external/bsd/compiler_rt Pull up following revision(s) (r...
martin[src/netbsd-9]: src/sys/external/bsd/compiler_rt/dist/lib Pull up following r...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by kamil in tick...
martin[src/netbsd-9]: src/libexec/telnetd Pull up following revision(s) (requested ...
martin[src/netbsd-9]: src/tests/lib/libc/misc Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/tests/usr.bin/id Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/tests/fs/nfs/nfsservice Pull up following revision(s) (re...
martin[src/netbsd-9]: src/tests/bin/df Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/usr.sbin/ypserv/ypserv Pull up following revision(s) (req...
martin[src/netbsd-9]: src/usr.sbin/installboot Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by kamil in tick...
martin[src/netbsd-9]: src/usr.sbin Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/tests/kernel Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by kamil in tick...
martin[src/netbsd-9]: src/doc Tickets #58 - #72
martin[src/netbsd-9]: src/sbin Pull up following revision(s) (requested by kamil in...
martin[src/netbsd-9]: src/doc Ticket #73
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by maxv...
martin[src/netbsd-9]: src/sys/arch/mac68k/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/external/bsd/drm2/i915drm Pull up following revision(...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/sys/arch/mac68k/mac68k Pull up following revision(s) (req...
martin[src/netbsd-9]: src/doc Tickets #81, #84, #85, #86, #87
msaitoh[src/netbsd-9]: src/distrib/utils/libhack Pull up following revision(s) (requ...
msaitoh[src/netbsd-9]: src/distrib Pull up following revision(s) (requested by marti...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst/arch Pull up following revision(s) (requ...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/sbin/fsck Pull up following revision(s) (requested by mar...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket #74-#80, #82-#83, #88-#89.
martin[src/netbsd-9]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Pull up fol...
martin[src/netbsd-9]: src/tests/rump/modautoload Pull up following revision(s) (req...
martin[src/netbsd-9]: src/usr.sbin/traceroute Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/usr.bin/netstat Pull up following revision(s) (requested ...
martin[src/netbsd-9]: src/sbin/sysctl Pull up following revision(s) (requested by k...
martin[src/netbsd-9]: src/usr.bin/sockstat Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/netinet6 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by ozaki-r in ti...
martin[src/netbsd-9]: src/doc Tickets #90 - #98
martin[src/netbsd-9]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/external/cddl/osnet/dist/lib/libzfs/common Pull up follow...
martin[src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow...
martin[src/netbsd-9]: src/external/cddl/osnet/sys/kern Pull up following revision(s...
martin[src/netbsd-9]: src/doc Tickets #99 - #102
msaitoh[src/netbsd-9]: src/usr.sbin/installboot Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/distrib Pull up following revision(s) (requested by sevan...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by s...
martin[src/netbsd-9]: src/doc Tickets #103 and #104
msaitoh[src/netbsd-9]: src/distrib/evbarm/instkernel/sshramdisk Pullup the following...
msaitoh[src/netbsd-9]: src/doc Ticket #105.
martin[src/netbsd-9]: src/sys/sys Backout pullup of rev.1.33, requested by kamil in...
martin[src/netbsd-9]: src/doc Note backout of ticket #22
martin[src/netbsd-9]: src/distrib/sets/lists/base Pull up following revision(s) (re...
martin[src/netbsd-9]: src/sys/external/gpl2/dts/dist/arch/arm/boot/dts Pull up foll...
martin[src/netbsd-9]: src/sbin/route Pull up following revision(s) (requested by ro...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by roy in ti...
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 #111
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow...
martin[src/netbsd-9]: src/sys/dev/pci Regen for ticket #112
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/tests/net/ndp Pull up following revision(s) (requested by...
martin[src/netbsd-9]: src/sys/dev/sysmon Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/doc Tickets #106 - #109, #111 - #115, #117, #118
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket #119.
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket 123 and 125.
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket 130.
martin[src/netbsd-9]: src/distrib/i386/ramdisks/common Pull up following revision(s...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by kamil in tick...
martin[src/netbsd-9]: src/doc Tickets #120 and #121
martin[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by gson...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by kamil in tick...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by kamil in tick...
martin[src/netbsd-9]: src/sys/netipsec Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by maxv...
martin[src/netbsd-9]: src/sys/dev/sysmon Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/netinet6 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/miscfs Pull up following revision(s) (requested by ha...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by msaitoh i...
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by mrg in ticket...
martin[src/netbsd-9]: src/external/gpl3/gcc/dist/gcc Pull up following revision(s) ...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by rmind in tick...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by rmind in tick...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by rmind in tick...
martin[src/netbsd-9]: src/sys/stand/efiboot Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by msaitoh i...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by rin in ti...
martin[src/netbsd-9]: src/sys/netinet Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/sys/netinet6 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Pull up fol...
martin[src/netbsd-9]: src/sbin/route Pull up following revision(s) (requested by ro...
martin[src/netbsd-9]: src/external/gpl3/gdb/dist/gdb Pull up following revision(s) ...
martin[src/netbsd-9]: src/share/man/man1 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/doc Tickets #122, #124, #126 - #129, #131 - #137, #139 - ...
martin[src/netbsd-9]: src/share/man/man9 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/share/man/man9 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/doc Tickets #166 and #167
martin[src/netbsd-9]: src/sys/dev/usb Ticket #135: something went wrong in the pull...
martin[src/netbsd-9]: src/sys/dev/mii regen (for ticket #144, also requested in tic...
martin[src/netbsd-9]: src/doc Ammed ticket #144 for miidevs regen
martin[src/netbsd-9]: src Pull up following revision(s) (requested by brad in ticke...
martin[src/netbsd-9]: src/doc Ticket #110
martin[src/netbsd-9]: src/share/man Pull up following revision(s) (requested by sev...
martin[src/netbsd-9]: src/doc Tickets #154 - #164
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by riastradh...
martin[src/netbsd-9]: src/doc Ticket #173
msaitoh[src/netbsd-9]: src/distrib/ews4800mips/floppies/ramdisk Pull up following re...
msaitoh[src/netbsd-9]: src/doc Ticket 176.
martin[src/netbsd-9]: src/doc Ticket #174
martin[src/netbsd-9]: src Pull up following revision(s) (requested by sevan in tick...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by roy in ti...
martin[src/netbsd-9]: src/sys/netinet6 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/netinet Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/doc Tickets #168 - #170
martin[src/netbsd-9]: src/sbin/route Pull up following revision(s) (requested by ro...
martin[src/netbsd-9]: src/doc Ticket #172
martin[src/netbsd-9]: src/tests/net Pull up following revision(s) (requested by roy...
martin[src/netbsd-9]: src/doc Ticket #175
martin[src/netbsd-9]: src/external/bsd/dhcpcd/dist Catch up to current for the foll...
martin[src/netbsd-9]: src/share/man/man4 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/dev/ata Pull up following revision(s) (requested by g...
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/doc Tickets #177 - #180
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by ryo ...
martin[src/netbsd-9]: src/external/gpl3/binutils/dist Pull up following revision(s)...
martin[src/netbsd-9]: src/sys/netinet6 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Pull up fol...
martin[src/netbsd-9]: src/sys/arch/arm/sunxi Pull up following revision(s) (request...
martin[src/netbsd-9]: src/lib/libc/nameser Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/arch/arm/sunxi Pull up following revision(s) (request...
martin[src/netbsd-9]: src/external/gpl3/gdb/dist/gdb Pull up following revision(s) ...
martin[src/netbsd-9]: src/doc Tickets #181 - #188
snj[src/netbsd-9]: src/sys/arch/amiga/dev Pull up following revision(s) (request...
snj[src/netbsd-9]: src/doc 189
martin[src/netbsd-9]: src/sys/miscfs/procfs Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by maxv...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by maxv in t...
martin[src/netbsd-9]: src/sys/netinet Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/kern Additionally pull up the following revision for ...
martin[src/netbsd-9]: src/doc Ammend ticket #192 for additional pullups
martin[src/netbsd-9]: src/doc Ticket #195
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by maxv in t...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/lib/libpthread Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src Sync external/mpl/bind to HEAD and pullup additional chan...
martin[src/netbsd-9]: src/sys/arch/mips/mips Pull up following revision(s) (request...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by manu in ticke...
martin[src/netbsd-9]: src/doc Fix ticket #195 list of pulled up revisions.
martin[src/netbsd-9]: src/common/lib/libc/arch/aarch64/atomic Pull up following rev...
martin[src/netbsd-9]: src/common/lib/libc/arch/arm/atomic Pull up following revisio...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by manu in ticke...
martin[src/netbsd-9]: src/sys/arch/x86/acpi Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by manu in ticke...
martin[src/netbsd-9]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src Sync to current and pull up the following revisions, requ...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by bouyer in...
martin[src/netbsd-9]: src/doc Tickets #201 - #208
bouyer[src/netbsd-9]: src/doc Fix typo for 207
martin[src/netbsd-9]: src/distrib/sets/lists/comp Additional pull up following revi...
martin[src/netbsd-9]: src/doc Ammend ticket #203 for additional pullups
martin[src/netbsd-9]: src/libexec/ld.elf_so Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/doc Ticket #209
martin[src/netbsd-9]: src/usr.sbin/installboot Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/etc Pull up following revision(s) (requested by thorpej i...
martin[src/netbsd-9]: src/sys/netinet6 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by ma...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by no...
martin[src/netbsd-9]: src/share/man/man5 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/arch/arm/amlogic Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/sys/arch/arm/cortex Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/external/bsd/drm/dist/shared-core Pull up following r...
martin[src/netbsd-9]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/stand/efiboot Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/sys/arch/arm/acpi Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/external/mit/expat/lib/libexpat Pull up following revisio...
martin[src/netbsd-9]: src/doc Tickets #210 - #228
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by jmcneill in t...
martin[src/netbsd-9]: src/sys/arch/arm/acpi Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by tsutsui i...
martin[src/netbsd-9]: src/doc Tickets #229 - #232
martin[src/netbsd-9]: src/sys/dev/acpi Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/doc Ticket #233
martin[src/netbsd-9]: src/share/man/man4 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/arch/arm/rockchip Pull up following revision(s) (requ...
martin[src/netbsd-9]: src/sys/arch/arm/arm32 Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by j...
martin[src/netbsd-9]: src/sys/dev/pci regen for ticket #237 (Mellanox device IDs ad...
martin[src/netbsd-9]: src/doc Tickets #234 - #238
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by ozaki-r i...
martin[src/netbsd-9]: src/sys/dev/nvmm/x86 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Ticket #239
martin[src/netbsd-9]: src/usr.sbin/postinstall Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/doc Ticket #240
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/i2c Pull up following revision(s) (requested by b...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src Pull up the following revisions, requested by msaitoh in ...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by no...
martin[src/netbsd-9]: src/sys/stand/efiboot Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/doc Tickets #241 - #249
martin[src/netbsd-9]: src Pull up following revision(s) (requested by brad in ticke...
martin[src/netbsd-9]: src/sys/arch/i386/stand/efiboot/bootia32 Pull up following re...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by brad in ticke...
martin[src/netbsd-9]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)...
martin[src/netbsd-9]: src/usr.sbin/bta2dpd/bta2dpd Pull up following revision(s) (r...
martin[src/netbsd-9]: src/doc Tickets #250 - #254
martin[src/netbsd-9]: src/doc Reword changes entry for ticket #252
martin[src/netbsd-9]: src/doc Clarify entry for #252
martin[src/netbsd-9]: src/sys/dev/fdt Pull up following revision(s) (requested by j...
martin[src/netbsd-9]: src/sys/stand/efiboot Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/usr.bin/audiocfg Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/external/mit/expat/lib/libexpat Pull up following revisio...
martin[src/netbsd-9]: src/sys/netbt Pull up following revision(s) (requested by plu...
martin[src/netbsd-9]: src/usr.bin/audiocfg Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/usr.bin/audiocfg Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #256 - #262
martin[src/netbsd-9]: src/sys/arch/arm/nvidia Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/dev/acpi Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/doc Tickets #263, #264 and #265
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by t...
martin[src/netbsd-9]: src/usr.bin/audiocfg Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #266 and #267
martin[src/netbsd-9]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by ozaki-r i...
martin[src/netbsd-9]: src/doc Tickets #268 and #269
martin[src/netbsd-9]: src/sys/arch/luna68k/dev Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by knaka...
martin[src/netbsd-9]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/external/bsd/ipf/netinet Pull up following revision(s...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by chs ...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys/arch/i386/stand/pxeboot Pull up following revision(s)...
martin[src/netbsd-9]: src/external/bsd/jemalloc/dist/src Pull up following revision...
martin[src/netbsd-9]: src/external/mpl/bind/dist/lib/isc Pull up following revision...
martin[src/netbsd-9]: src/external/gpl3/gdb/dist/gdb Pull up following revision(s) ...
martin[src/netbsd-9]: src/external/gpl3/gdb/dist/gdb Pull up following revision(s) ...
martin[src/netbsd-9]: src/doc Tickets #271 - #281
martin[src/netbsd-9]: src Remove unused trees at external/gpl3/binutils.old/, exter...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by rmind in tick...
martin[src/netbsd-9]: src/sys/arch/arm/dts Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #282 and #283
martin[src/netbsd-9]: src/sys/dev/audio Pull up following revision(s) (requested by...
martin[src/netbsd-9]: src/sys/dev/audio Pull up following revision(s) (requested by...
martin[src/netbsd-9]: src/sys/dev/audio Pull up following revision(s) (requested by...
martin[src/netbsd-9]: src/sys/dev/nvmm/x86 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/etc/rc.d Pull up following revision(s) (requested by seva...
martin[src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow...
martin[src/netbsd-9]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/doc Tickets #284 - #290
martin[src/netbsd-9]: src/sys/dev/fdt Pull up following revision(s) (requested by j...
martin[src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by msait...
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/doc Tickets #291 - #293
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by chs ...
martin[src/netbsd-9]: src/etc Pull up following revision(s) (requested by sevan in ...
martin[src/netbsd-9]: src/etc/namedb Pull up following revision(s) (requested by se...
martin[src/netbsd-9]: src/sys/netatalk Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #294 - #298
martin[src/netbsd-9]: src/external/bsd/ipf/dist/man Pull up following revision(s) (...
martin[src/netbsd-9]: src/sys/netinet Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/doc Tickets #299 and #300
martin[src/netbsd-9]: src Pull up following revision(s) (requested by jmcneill in t...
martin[src/netbsd-9]: src/common/lib/libc/arch/aarch64/gen Pull up following revisi...
martin[src/netbsd-9]: src Pull up the following revisions, requested by roy in tick...
martin[src/netbsd-9]: src/doc Tickets #301, #302 and #304
bouyer[src/netbsd-9]: src/sbin/newfs_msdos Pull up following revision(s) (requested...
bouyer[src/netbsd-9]: src/doc ticket 303
martin[src/netbsd-9]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/arch/amd64/conf Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by hann...
martin[src/netbsd-9]: src/sys/kern Regen (for ticket #307)
martin[src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/tests/lib/libc/sys Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by kamil in ...
martin[src/netbsd-9]: src/tests/lib/libc/sys Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/tests/lib/libc/sys Pull up following revision(s) (request...
martin[src/netbsd-9]: src/tests/lib/libc/sys Pull up following revision(s) (request...
martin[src/netbsd-9]: src/tests/lib/libc/sys Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sys/sys Pull up following revision(s) (requested by kamil...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by kamil in ...
martin[src/netbsd-9]: src/lib/libc/sys Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by kamil in ...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by kami...
martin[src/netbsd-9]: src/sys/dev/acpi Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by j...
martin[src/netbsd-9]: src/sys/arch/arm/acpi 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 #305 - #334
martin[src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by maxv ...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by maxv in ticke...
martin[src/netbsd-9]: src/doc Tickets #335 and #336
martin[src/netbsd-9]: src/sys/compat/netbsd32 Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/arch/x86/include Pull up following revision(s) (reque...
martin[src/netbsd-9]: src Pull up the following revisions, requested by roy in tick...
martin[src/netbsd-9]: src/doc Tickets #337, #338 and #340
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by bad ...
martin[src/netbsd-9]: src/doc Ticket #341
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by b...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/doc Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys/external/bsd/drm2/linux Pull up following revision(s)...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by pgoyette ...
martin[src/netbsd-9]: src/doc Tickets #343 - #351
martin[src/netbsd-9]: src/doc Ticket #339
martin[src/netbsd-9]: src Pull up the following revisions, requested by maya in tic...
martin[src/netbsd-9]: src/external/bsd/pkg_install/dist Pull up the following revis...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by maxv in t...
martin[src/netbsd-9]: src/sys/fs/ntfs Pull up following revision(s) (requested by h...
martin[src/netbsd-9]: src/sys/uvm Pull up following revision(s) (requested by maxv ...
martin[src/netbsd-9]: src/doc Tickets #352 - #355
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by jd...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by t...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/sys/lib/libsa Pull up following revision(s) (requested by...
martin[src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by ozaki...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by kamil in tick...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by ozaki-r in ti...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by msaitoh i...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/mii Regen for ticket #372
martin[src/netbsd-9]: src/doc Tickets #356 - #359, #361, #366 - #368, #370 - #372
martin[src/netbsd-9]: src/sys/dev Pull up following revision(s) (requested by maxv ...
msaitoh[src/netbsd-9]: src/doc Ticket #362-#365 and #369.
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/pci Regen for ticket #373
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/external/bsd/drm/dist/shared-core Pull up following r...
martin[src/netbsd-9]: src/doc Tickets #373 - #379
martin[src/netbsd-9]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/doc Ticket #381
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket #380 and #382.
martin[src/netbsd-9]: src Pull up following revision(s) (requested by maya in ticke...
martin[src/netbsd-9]: src/doc Ticket #385
martin[src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by ml...
martin[src/netbsd-9]: src/doc Tickets #383 and #384
martin[src/netbsd-9]: src/etc Pull up following revision(s) (requested by abs in ti...
martin[src/netbsd-9]: src/usr.sbin/syslogd Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by knakahara...
martin[src/netbsd-9]: src/sys/uvm Pull up following revision(s) (requested by rin i...
martin[src/netbsd-9]: src/doc Tickets #386 - #388
martin[src/netbsd-9]: src/sys/arch/arm/fdt Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/arch/arm/sunxi Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sys/arch/x86/x86 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #342, #389, and #390
martin[src/netbsd-9]: src/sys/uvm Addionally pull up the following revision for tic...
martin[src/netbsd-9]: src/doc Annotate ticket #388 for additional pullups
martin[src/netbsd-9]: src/sys/arch/zaurus Pull up following revision(s) (requested ...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by rin in ticket...
martin[src/netbsd-9]: src/doc Tickets #391 and #392
martin[src/netbsd-9]: src/sys/arch/aarch64 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/dev/rasops Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/arch/zaurus/dev Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/arch/zaurus/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/etc Pull up following revision(s) (requested by tsutsui i...
martin[src/netbsd-9]: src/sys/compat/netbsd32 Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/compat/netbsd32 Regen for ticket #398
martin[src/netbsd-9]: src/doc Tickets #393 - #398
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by msaitoh i...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/doc Tickets #399 - #404
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by n...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by maxv in ticke...
martin[src/netbsd-9]: src/sys/arch/x86/include Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/external/bsd/drm2/dist/drm Pull up following revision...
martin[src/netbsd-9]: src/sys/arch/arm/dts Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/external/cddl/osnet/dev/dtrace/amd64 Pull up following re...
martin[src/netbsd-9]: src/sys/arch/arm/dts Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by pgoy...
martin[src/netbsd-9]: src/doc Tickets #405 - #412
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by pgoyette ...
martin[src/netbsd-9]: src/sys/uvm Pull up following revision(s) (requested by chs i...
martin[src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by no...
martin[src/netbsd-9]: src/sys/arch/x86/x86 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #413 - #416
martin[src/netbsd-9]: src/usr.sbin/rtadvd Pull up following revision(s) (requested ...
martin[src/netbsd-9]: src/sys/external/bsd/ipf/netinet Pull up following revision(s...
martin[src/netbsd-9]: src/doc Tickets #417 and #418
martin[src/netbsd-9]: src/sys/arch/x86 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/doc Ticket #419
martin[src/netbsd-9]: src Pull up following revision(s) (requested by yamaguchi in ...
martin[src/netbsd-9]: src/bin/pax Pull up following revision(s) (requested by nakay...
martin[src/netbsd-9]: src/doc Tickets #420 and #421
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys/netipsec Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by msait...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by msaitoh i...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by h...
martin[src/netbsd-9]: src/doc Tickets #422 - #426
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys/dev/hyperv Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by tsut...
martin[src/netbsd-9]: src/sys/arch/zaurus Pull up following revision(s) (requested ...
martin[src/netbsd-9]: src/sys/netinet6 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/doc Tickets #427 - #432
martin[src/netbsd-9]: src/sys/dev/nvmm/x86 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Ticket #434
martin[src/netbsd-9]: src Pull up following revision(s) (requested by maya in ticke...
martin[src/netbsd-9]: src/doc Ticket #435
martin[src/netbsd-9]: src/distrib/sets/lists/rescue Fix mishap from processing tick...
msaitoh[src/netbsd-9]: src/usr.bin/msgc Pull up following revision(s) (requested by ...
msaitoh[src/netbsd-9]: src/doc Ticket #433 and #436.
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/arch/arm Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/share/man/man7 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/dev Pull up following revision(s) (requested by nonak...
martin[src/netbsd-9]: src/doc Tickets #437 - #441
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst/arch/i386 Pull up following revision(s) ...
msaitoh[src/netbsd-9]: src/doc Ticket #443.
martin[src/netbsd-9]: src/share/examples/npf Pull up following revision(s) (request...
martin[src/netbsd-9]: src/share/examples/npf Pull up following revision(s) (request...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by isaki in tick...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by i...
martin[src/netbsd-9]: src/sys/dev/audio Pull up following revision(s) (requested by...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/pci Regen for ticket #449
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src Pull up the following revisions, requested by msaitoh in ...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/share/man/man7 Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by rin ...
martin[src/netbsd-9]: src/sys/compat/netbsd32 Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/compat Pull up following revision(s) (requested by ri...
martin[src/netbsd-9]: src/doc Tickets #444 - #457
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by tnn ...
martin[src/netbsd-9]: src/doc Ticket #458
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/arch/amd64/amd64 Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/doc Tickets #459 and #460
martin[src/netbsd-9]: src In preparation for the upcoming release, turn off DIAGNOS...
martin[src/netbsd-9]: src/doc Note removal of options DIAGNOSTIC
martin[src/netbsd-9]: src/distrib/notes Pull up the following revisions:
martin[src/netbsd-9]: src/doc Note release doc changes.
martin[src/netbsd-9]: src Pull up the following revisions, requested by roy in tick...
martin[src/netbsd-9]: src/doc Ticket #461
bouyer[src/netbsd-9]: src Pull up following revision(s) (requested by martin in tic...
bouyer[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by mart...
bouyer[src/netbsd-9]: src/doc tickets 462, 463
martin[src/netbsd-9]: src/sys/dev/hyperv Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by rin ...
martin[src/netbsd-9]: src/bin/sh Pull up following revision(s) (requested by kre in...
martin[src/netbsd-9]: src/doc Tickets #464, #465, #467, #468
martin[src/netbsd-9]: src Pull up the following revisions, requested by kre in tick...
msaitoh[src/netbsd-9]: src/sys/arch/evbarm/beagle Pull up following revision(s) (req...
msaitoh[src/netbsd-9]: src/doc Ticket #466 and #471.
msaitoh[src/netbsd-9]: src/distrib/notes Pull up following revision(s) (requested by...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/sys/arch/arm/sunxi Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/mii Regen for ticket #473
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by maxv in ticke...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src/sys/dev/mii Regen for ticket 479
martin[src/netbsd-9]: src/sys/dev/mii Regen for ticket 479
martin[src/netbsd-9]: src/sys/dev/hyperv Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by rias...
martin[src/netbsd-9]: src/doc Tickets #470, #472 - #481
martin[src/netbsd-9]: src Pull up following revision(s) (requested by msaitoh in ti...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by nakayama in t...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/hyperv Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/doc Tickets #469, #482 - #484
martin[src/netbsd-9]: src/share/tmac Pull up following revision(s) (requested by kr...
martin[src/netbsd-9]: src/doc Ticket #485
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by j...
martin[src/netbsd-9]: src/doc Ticket #486
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/arch/amd64/amd64 Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/doc Tickets #487, #488, and #490
msaitoh[src/netbsd-9]: src/distrib/notes Pull up following revision(s) (requested by...
msaitoh[src/netbsd-9]: src/doc Ticket #489.
martin[src/netbsd-9]: src/sys/dev Pull up following revision(s) (requested by msait...
martin[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by jmcneill in t...
martin[src/netbsd-9]: src/doc Tickets #491 - #493
martin[src/netbsd-9]: src/distrib/notes/common Special hint for new sysinst and pos...
martin[src/netbsd-9]: src Welcome to 9.0_RC1
martin[src/netbsd-9]: src/distrib/notes Pull up the following revision:
martin[src/netbsd-9]: src/doc Fix editor mishap, note chanes to distrib/notes/commo...
martin[src/netbsd-9]: src/distrib/notes/common Add dedication for Matthias Drochner.
martin[src/netbsd-9]: src/doc Note added dedication
msaitoh[src/trunk]: src/sys/dev/pci - Avoid undefined behavior in bge_setmulti(). fo...
martin[src/trunk]: src Welcome to NetBSD 9.99.1!
msaitoh[src/trunk]: src/sys/dev/pci Avoid undefined behavior when reset the chip. fo...
msaitoh[src/trunk]: src/sys/dev/ic Avoid undefined behavior when setting multicast a...
mgorny[src/trunk]: src/lib/libc/sys Include pe_lwp member in 'struct ptrace_state'
christos[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 Arrange so that the Makef...
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11 There is no sp...
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3 Add a forward declaratio...
rin[src/trunk]: src/sys/dev/rasops Misc clean-up's:
rin[src/trunk]: src/sys/dev/rasops Switch to per-device stamp, and retire stamp_...
rin[src/trunk]: src/sys G/C ri_delta.
msaitoh[src/trunk]: src/sys/kern Whitespace fixes. No functional change.
rin[src/trunk]: src/sys/dev/rasops Reduce memcpy.
rin[src/trunk]: src/sys/dev/rasops Provide buffer capable of single-row pixels i...
rin[src/trunk]: src/sys/dev/rasops Factor out copy-paste. No functional changes.
cnst[src/trunk]: src/doc doc/CHANGES.prev: fix 8.0->9.0 timetravel back to 2009
mrg[src/trunk]: src introduce a library of common code / backends to share code ...
martin[src/trunk]: src/sys/dev/usb Make cdce depend on usbnet too
mrg[src/trunk]: src/sys/dev/usb if_axe.c has been updated for modern times.
rin[src/trunk]: src/sys/dev/wscons When font is switched, not only putchar, but ...
rin[src/trunk]: src/sys/sys Bump for recent changes to struct rasops_info.
alnsn[src/trunk]: src/usr.sbin/veriexecgen Add an option to read entries from a file.
msaitoh[src/trunk]: src/sys/dev/pci Add missing ifioctl_common() for SIOCSIFFLAGS to...
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3 Use the dragonfly locale...
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3 Manually patch the local...
martin[src/trunk]: src/etc PR kern/53590: remove -U DEBUG from config(1) invocation...
maxv[src/trunk]: src/sys/dev/usb 1) Make sure we have a complete endpoint descrip...
wiz[src/trunk]: src/usr.sbin/veriexecgen Fix punctuation formatting nits.
mrg[src/trunk]: src/sys/dev/usb couple of minor API updates:
pgoyette[src/trunk]: src/lib/libc/sys Fix a couple of typos
mrg[src/trunk]: src/sys/dev/usb remove unused code and use common ethernet media...
mrg[src/trunk]: src/sys/dev/usb fix locking botch.
riastradh[src/trunk]: src/lib/libc/gdtoa Honour the floating-point rounding mode in fl...
riastradh[src/trunk]: src/lib/libc/gdtoa Sprinkle some more const in.
riastradh[src/trunk]: src/sys/uvm Remove last trace of never-used map_attrib.
rin[src/trunk]: src/sys/dev/rasops 4 is 1 << 2, not 1 << 3...
rin[src/trunk]: src/sys/dev/rasops Fix erasecols and do_cursor for font width >=...
christos[src/trunk]: src/external/historical/nawk/dist remove trailing whitespace.
christos[src/trunk]: src/external/historical/nawk/dist PR/54424: Martijn Dekker: awk:...
christos[src/trunk]: src/external/historical/nawk/dist remove ### error output accide...
alnsn[src/trunk]: src/usr.sbin/veriexecgen Move case 'f' to go right after case 'F'.
knakahara[src/trunk]: src/sys/arch/x86/pci vmx(4) uses interrupt distribution for each...
martin[src/trunk]: src/distrib/utils/libhack Avoid using an unitialized variable
manu[src/trunk]: src/sys/arch/i386/stand/lib Fix buffer overflow in BIOS disk geo...
jmcneill[src/trunk]: src/sys/stand/efiboot Add full UEFI memory map to the /chosen node.
jmcneill[src/trunk]: src/sys/arch/arm/acpi acpi_md_OsMapMemory can be used for both n...
christos[src/trunk]: src/external/historical/nawk/dist Add translators for \v and \a ...
msaitoh[src/trunk]: src/sys/dev/pci Make et(4) work:
msaitoh[src/trunk]: src/sys/dev/pci If the memory space's BAR and the MSI-X table is...
msaitoh[src/trunk]: src Add ena(4).
msaitoh[src/trunk]: src/sys/dev/pci Use unsigned to avoid undefined behavior in wm_i...
msaitoh[src/trunk]: src/sys/dev/ic Use unsinged when initialize the transmit complet...
msaitoh[src/trunk]: src/sys/dev/ic Use unsigned in rtk_setmulti() to avoid undefined...
martin[src/trunk]: src/usr.sbin/sysinst Do not strip the trailing / on root mounts ...
martin[src/trunk]: src/usr.sbin/sysinst PR 54423: fix handling of user defined part...
martin[src/trunk]: src/usr.sbin/sysinst PR 54423: complete initialization of instal...
martin[src/trunk]: src/usr.sbin/sysinst If we can not fit a planned partition, retr...
jmcneill[src/trunk]: src/sys/arch/arm/acpi Always map ACPI table memory as normal mem...
tnn[src/trunk]: src/sys/arch/arm/sunxi sun4i: enable clocks for SPI[0-3], needed...
mrg[src/trunk]: src/external/gpl3/gcc regen mknative for everyone after:
ozaki-r[src/trunk]: src/sys/net Fix typo (s/m_free/m_freem/)
ozaki-r[src/trunk]: src/sys/net Fix typo (s/m_free/m_freem/) (one more)
rin[src/trunk]: src/sys/dev/rasops Oops, for rasops_copycols(), we cannot use me...
rin[src/trunk]: src/sys/dev/rasops Fix unaligned writes to buffer, that are intr...
rin[src/trunk]: src/sys/dev/rasops Support font width 32 on monochrome screen.
rin[src/trunk]: src/sys/dev/rasops Remove duplicate substitution. Style. No func...
rin[src/trunk]: src/sys/dev/rasops Correct copy count. This affects ``left-to-ri...
rin[src/trunk]: src/sys/dev/rasops Fix a bug in shadow fb support for copycols o...
rin[src/trunk]: src/sys/dev/rasops Add general putchar functions for 2 and 4bpp.
rin[src/trunk]: src/sys/dev/rasops Cosmetic changes. No functional changes.
rin[src/trunk]: src/sys/dev/rasops Reflect reality.
macallan[src/trunk]: src/sys/arch/powerpc/oea first step to address PR54331:
maxv[src/trunk]: src/sys/kern Kernel Heap Hardening: perform certain sanity check...
rin[src/trunk]: src/sys/dev/wsfb Notify size of shadow framebuffer if enabled.
martin[src/trunk]: src/usr.sbin/sysinst Deal with missing labels when parsing gpt(8...
rin[src/trunk]: src/sys/arch/mac68k/conf Add commented out GENFB_SHADOWFB option.
joerg[src/trunk]: src/distrib/sparc/miniroot Bump sparc miniroot by 100KB for the ...
joerg[src/trunk]: src Force use of GNU as for acorn32 boot code (pre-unified assem...
joerg[src/trunk]: src ARMv6KZ has been misspelled by GCC since forever, but clang ...
hauke[src/trunk]: src/sys/external/bsd/drm/dist/shared-core Deal with gcc's "warni...
jmcneill[src/trunk]: src/sys/arch/arm/acpi Ignore AccessWidth (PL011 and SBSA console...
nakayama[src/trunk]: src/etc/mtree Change uname and gname to sync with etc/mtree/spec...
kamil[src/trunk]: src/sys/kern Update our vm resource use for sysctl(3) call readi...
rin[src/trunk]: src/sys/dev/rasops Fix unaligned word write's to buffer, introdu...
rin[src/trunk]: src/sys/dev/rasops Real fix for 24-bpp color:
tnn[src/trunk]: src/sys/dev/spi m25p: print vendor & device id before bailing ou...
tnn[src/trunk]: src/sys/dev/spi m25p: add some ~2010 vintage parts found in junk...
isaki[src/trunk]: src/sbin/disklabel Fix a trivial wrong comment. x68k's arch is ...
rin[src/trunk]: src/sys/dev/rasops Protect rasops_copy{rows, cols}() by _RASOPS_P...
christos[src/trunk]: src/external/bsd/cron/dist PR/54433: Hisashi Todd Fujinaka: Empt...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot x86 efiboot: version 1.1.
maxv[src/trunk]: src/sys/kern Replace || by && in KASAN, to increase the pool cov...
martin[src/trunk]: src/usr.sbin/sysinst Properly handle partitions that we were req...
jmcneill[src/trunk]: src/sys/arch/arm/pci Properly honour max_type arg to pci_intr_alloc
tnn[src/trunk]: src/sys/arch/arm/sunxi sun4i_spi: spi(4) driver for Allwinner A1...
tnn[src/trunk]: src/sys/arch/evbarm/conf sun4ispi* at fdt?
martin[src/trunk]: src/usr.sbin/sysinst When reading an existing gpt, match the wed...
tnn[src/trunk]: src/sys/arch/arm/sunxi sun6i_spi: bring over non-intrusive impro...
skrll[src/trunk]: src/sys/dev/usb Trailing white space
tnn[src/trunk]: src/sys/arch/arm/sunxi make function prototype consistent
uwe[src/trunk]: src/lib/libc/sys Minor markup tweaks.
mrg[src/trunk]: src/sys/dev/usb - adjust usbnet interface to allow usbd_open_pip...
mrg[src/trunk]: src/sys/dev/usb convert axe(4) and ure(4) to usbnet.
mrg[src/trunk]: src/sys/dev/usb add a list of done/todo items to the shared ethe...
martin[src/trunk]: src/usr.sbin/sysinst Fix copy&pasto: when we find a FFSv1 filesy...
maxv[src/trunk]: src/sys/netipsec Fix info leaks.
tnn[src/trunk]: src/sys/arch/arm/rockchip rk3399_cru: add definitions for SPI cl...
mrg[src/trunk]: src/sys/dev/usb move / re-add some headers to fix INET6 builds.
tnn[src/trunk]: src/sys/dev/spi m25p: add GigaDevice 25Q127CSIG
tnn[src/trunk]: src/sys/dev/spi m25p: change devices recently added from 4kB "se...
tnn[src/trunk]: src/sys/arch/arm/sunxi remove useless splbio() in sunxispi_start
skrll[src/trunk]: src/sys/dev/usb Typo in error message
msaitoh[src/trunk]: src/sys/dev/acpi Fix undefined behavior in thinkpad_mask_init()....
msaitoh[src/trunk]: src/sys/dev/acpi - Fix a bug that acpiec_space_handler() doesn't...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Avoid undefined behavior...
christos[src/trunk]: src/sys/netinet6 add forward decl
hkenken[src/trunk]: src/sys Add support FDT.
hkenken[src/trunk]: src/sys/arch/evbarm/netwalker Remove debug print message.
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Add "fsl, imx6qp" (i.MX6QP) to ARM_PLATF...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use unsigned to avoid un...
msaitoh[src/trunk]: src/sys/net Cast uint32_t to avoid undefined behavior in bridge_...
maya[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Avoid read overflows
maya[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Remove duplicate check for curpkt > 13
maya[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd KNF for loops
maya[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Consistent indentation / whitespace
ryoon[src/trunk]: src/share/man/man4 pnpbios.4 is in i386
tnn[src/trunk]: src/sys/arch/arm/rockchip rk_spi: Rockchip SPI driver
tnn[src/trunk]: src/sys/arch/evbarm/conf rkspi* at fdt?
joerg[src/trunk]: src/sys/arch/aarch64/include Don't define register replacements ...
chs[src/trunk]: src/sys/uvm fix two bugs reported in
maya[src/trunk]: src/share/man/man7 Provide documentation for KERN_LWP.
tnn[src/trunk]: src/sys/dev/spi spi: make the "slave" config(5) locator optional
mrg[src/trunk]: src/sys extend usbnet to cope with if_upl, if_smsc, and if_umb n...
kamil[src/trunk]: src/sys/arch/amd64/amd64 Do not dereference user pointer in ptra...
mrg[src/trunk]: src/sys/dev/usb for ethernet usb network devices, print the mac ...
mrg[src/trunk]: src/sys/dev/usb mark axe(4) and ure(4) as needing usbnet
msaitoh[src/trunk]: src/sys/dev/acpi - Make the case that width < 8 behave as the sa...
kamil[src/trunk]: src/sys/arch/i386/i386 Do not dereference user pointer in ptrace...
msaitoh[src/trunk]: src/sys/arch/x86/pci Whitespace fix.
msaitoh[src/trunk]: src/sys Fix typo in comment. Found by Wataru Ashihara.
maxv[src/trunk]: src/sys/uvm Change 'npgs' from int to size_t. Otherwise the 64bi...
christos[src/trunk]: src/sys/net/npf Introduce an npf_conn_destroy_idx() that can han...
mrg[src/trunk]: src/sbin/drvctl add an example about reattaching USB devices
kamil[src/trunk]: src/sys/sys Make EV_SET() casts compatible with the C++ code
christos[src/trunk]: src/sys/net/npf - npf_conn_init(): fix a race when initialising ...
riastradh[src/trunk]: src/sys Fix race in timer destruction.
riastradh[src/trunk]: src/sys/kern Acquire shmseg uobj reference while we hold shm_lock.
riastradh[src/trunk]: src/sys/netinet Clamp tcp timer quantities to reasonable ranges.
kamil[src/trunk]: src/bin/ps Restore maxrss, idrss, isrss, ixrss printing in ps(1)
tnn[src/trunk]: src/sys/dev/ofw ofw: add of_enter_spi_devs helper method
pgoyette[src/trunk]: src/sys Many years ago someone created a new __link_set_sysctl_f...
pgoyette[src/trunk]: src/sys/sys Welcome to 9.99.4 (the module sysctl stuff changes s...
roy[src/trunk]: src/lib/libc/sys read(2): Document ENOBUFS
mrg[src/trunk]: src/sys/dev/usb fix two issues, found by maya@ while testing urn...
maxv[src/trunk]: src/sys/arch Add support for USER_LDT in SVS. This allows us to ...
maxv[src/trunk]: src/sys/arch/amd64/conf Sync with reality.
msaitoh[src/trunk]: src/sys/dev/usb Fix panic when setting multicast addresses. Writ...
skrll[src/trunk]: src/sys/dev/usb Convert smsc(4) to usbnet
skrll[src/trunk]: src/sys/dev/usb Note that smsc(4) is done
mrg[src/trunk]: src/sys/kern mark a variable __diagused to fix this problem affe...
skrll[src/trunk]: src/sys/dev/usb usmsc needs usbnet
skrll[src/trunk]: src/sys/dev/usb Trailing whitespace
gson[src/trunk]: src/distrib/amd64/liveimage/emuimage The amd64 live image no lon...
mrg[src/trunk]: src/sys/dev/usb fix module build: s/axen/smsc/ in one place.
maxv[src/trunk]: src/sys/dev/usb Introduce USB_DESCRIPTOR_SIZE (3), and fix two b...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 trap_el0_32sync: add missing break ...
maya[src/trunk]: src/sys/dev/usb Don't tell userland about ENETRESET even if a us...
martin[src/trunk]: src/usr.sbin/sysinst Support upgrade of systems using NAME= synt...
knakahara[src/trunk]: src/sys/netipsec ipsec_getpolicybysock() should also call key_ha...
martin[src/trunk]: src/usr.sbin/sysinst When creating the /etc/fstab for new instal...
maxv[src/trunk]: src/sys/dev Check fc_type before fc_cluster, because the latter ...
rin[src/trunk]: src/sys/dev/rasops Use _KERNEL_OPT.
rin[src/trunk]: src/sys/dev/rasops Simplify calculation for 12-byte alignment.
rin[src/trunk]: src/sys/dev/rasops Fix black color-attribution for depths 2 and 4.
rin[src/trunk]: src/sys/dev/rasops Depth 2 is monochrome.
rin[src/trunk]: src/sys/dev/rasops Fix a critical bug for rasops_copyrows() intr...
rin[src/trunk]: src/sys/dev/rasops Simplify rasops_do_cursor():
rin[src/trunk]: src/sys/dev/rasops Use "hp" instead of "hrp" consistently with o...
rin[src/trunk]: src/sys/dev/rasops Stop allocating ri_buf and ri_stamp dynamical...
rin[src/trunk]: src/sys/dev/rasops Oops, revert an unintentional change for now.
rin[src/trunk]: src/sys/dev/rasops If RI_CLEAR is set, do not forget to clear re...
rin[src/trunk]: src/sys/dev/rasops Modify struct rasops_info again (ride 9.99.4 ...
rin[src/trunk]: src/sys/dev/rasops Scaling dimensions of underline by font height.
rin[src/trunk]: src/sys/dev/rasops Merge rasops_putchar_aa.h into rasops_putchar.h.
rin[src/trunk]: src/sys/dev/rasops Separate general putchar for 1-4bpp from raso...
pgoyette[src/trunk]: src/share/man/man9 Document interaction of SYSCTL_SETUP function...
rin[src/trunk]: src/sys/dev/wsfb We support anti-aliasing for depth 2.
rin[src/trunk]: src/share/man/man9 - Stop showing struct rasops_info; readers ca...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use unsigned to avoid un...
msaitoh[src/trunk]: src/sys/dev/pci Avoid undefined behavior in jme_mii_write(). Fou...
riastradh[src/trunk]: src/lib/libc/gdtoa Mark the libc fegetround weak reference unused.
rin[src/trunk]: src/sys/dev/rasops Make rasops_erase{rows,cols}() public again; ...
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Sort SEE ALSO.
wiz[src/trunk]: src/sbin/drvctl Remove superfluous Pp.
wiz[src/trunk]: src/lib/libc/sys Remove leading zero in date.
wiz[src/trunk]: src/share/man/man9 Remove Pp in wrong places. Fix Xref.
skrll[src/trunk]: src/sys/dev/usb Convert udav(4) to usbnet. Based on a diff from...
nakayama[src/trunk]: src/etc/rc.d Add $_rc_subr_loaded before ". /etc/rc.subr" for sp...
wiz[src/trunk]: src/share/man/man9 Fix previous: Link to module(9). Suggested by...
skrll[src/trunk]: src/sys/dev/usb Compare against 0 for missing endpoint. From mrg@
maya[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs validate the leng...
macallan[src/trunk]: src/sys/dev/usb match USB_PRODUCT_SAMSUNG_ANDROID too
uwe[src/trunk]: src/share/man/man9 Try to improve formatting and naration.
msaitoh[src/trunk]: src/sys/arch/i386/conf Use <SPACE>+<TAB>
maya[src/trunk]: src/share/man/man4 urndis: list macallan's newer samsung instead...
maya[src/trunk]: src/sys/dev Teach urndis to handle some REMOTE_NDIS_INDICATE_STA...
christos[src/trunk]: src/external/bsd/wpa/dist/src/common SAE: Use const_time_memcmp(...
christos[src/trunk]: src/external/bsd/wpa/dist/src/eap_common EAP-pwd: Use const_time...
christos[src/trunk]: src/external/bsd/wpa/dist/src/crypto OpenSSL: Use BN_bn2binpad()...
christos[src/trunk]: src/external/bsd/wpa/dist/src/common SAE: Run through prf result...
christos[src/trunk]: src/external/bsd/wpa/dist/src/eap_common EAP-pwd: Run through pr...
martin[src/trunk]: src/usr.sbin/sysinst Do not try to fsck partitions we are never ...
martin[src/trunk]: src/usr.sbin/sysinst Do not even consider to fsck partitions whe...
christos[src/trunk]: src/external/bsd/openldap merge conflicts.
christos[src/trunk]: src/doc new OpenLDAP
kamil[src/trunk]: src/external/bsd/compiler_rt Add compiler-rt build rules for LLV...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet PR/54443: Edgar Fu?: ip mistake...
skrll[src/trunk]: src Build an if_udav module (untested)
mrg[src/trunk]: src/sys/dev/usb fix arm64 build (new le32toh() call needs sys/en...
christos[src/trunk]: src/external/bsd/openldap/dist OpenLDAP 2.4.48 (2019/07/24)
pgoyette[src/trunk]: src/sys/kern When modules are unloaded, we call sysctl_teardown(...
roy[src/trunk]: src/sbin/reboot reboot: fix arg order for logwtmpx(3)
rmind[src/trunk]: src/usr.sbin/npf/npfctl NPF: fix BPF byte-code generation for a ...
mrg[src/trunk]: src/sys update usbnet some:
mrg[src/trunk]: src/sys/dev/usb ride 9.99.5 bump: add un_flags here. many of th...
mrg[src/trunk]: src/sys/dev/usb use new un_flags member of usbnet:
mrg[src/trunk]: src/sys/dev/usb update ethernet driver notes: mark udav as done, ...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Use unsigned to avoid ...
mrg[src/trunk]: src/sys/dev/usb switch urndis(4) to usbnet. thanks to maya@ for...
mrg[src/trunk]: src/sys/dev/usb switch to usbnet as softc, using un_flags.
mrg[src/trunk]: src/sys/dev/usb missed commit should be paired with if_ure.c 1.20.
skrll[src/trunk]: src/sys/dev/usb G/C
rin[src/trunk]: src/sys/arch xhci(4) is considered stable enough. So, remove mis...
rin[src/trunk]: src/sys/arch/alpha/conf Add xhci(4). Just working for me.
rin[src/trunk]: src/sys/arch/alpha/pci Fix build without vga at pci.
rin[src/trunk]: src/sys/arch/alpha Add CONSPEED option, which changes baud rate ...
christos[src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal PR/54307: Ri...
rin[src/trunk]: src/etc/rc.d little bit verbose for slow machines
rin[src/trunk]: src/sys/arch/mac68k/conf Mimic macppc color/font settings, which...
rin[src/trunk]: src/sys/dev/rasops When legacy Apple 4-bpp color palette is used...
rin[src/trunk]: src/sys/dev/rasops Fix color range overflow; we cannot make brig...
rin[src/trunk]: src/sys/dev/rasops Correctly check whether character is in font ...
rin[src/trunk]: src/sys/dev/wsfb Fix bug introduced in rev. 1.69:
mrg[src/trunk]: src/sys/net rename _ifmedia_ioctl() to ifmedia_ioctl_locked().
mrg[src/trunk]: src/sys/uvm KASSERT -> KASSERTMSG so we actually display the ove...
rin[src/trunk]: src/sys/dev/rasops Set 4-bpp devcmap in a similar manner to non-...
rin[src/trunk]: src/sys/dev/rasops Misc style clean up's.
mrg[src/trunk]: src/sys reduce the scope of struct usbnet:
mrg[src/trunk]: src/sys/dev/usb add a blank line after rcsid(s)
rin[src/trunk]: src/doc My work for rasops(9) was finished (hopefully).
yhardy[src/trunk]: src/sys/dev/usb Initialize tcpalib for ums devices.
manu[src/trunk]: src/lib/libperfuse Rollback directory filehandle screening for F...
martin[src/trunk]: src/tests/lib/libpthread PR lib/54440: adapt the FreeBSD change ...
rin[src/trunk]: src/doc Fix format in order not to confuse changes2html script.
kamil[src/trunk]: src/sys/sys Add fallback defintion for C++ of _EV_SET with the l...
christos[src/trunk]: src/share/mk Don't install PIC libraries by default because they...
christos[src/trunk]: src/share/mk Make the X11 library lists consistent again.
christos[src/trunk]: src/share/mk Add a script to compare the library lists so we can...
kamil[src/trunk]: src/sys/sys Handle more corner cases in sys/event.h for C++ EV_S...
skrll[src/trunk]: src/sys/arch/aarch64/include Really provide bus_funcs.h
skrll[src/trunk]: src/sys/arch/arm/cortex spaces to tab
skrll[src/trunk]: src/sys/arch/arm Add a driver for the A5/A9 Private timer.
kamil[src/trunk]: src/sys/sys Use common macro for _EV_SET() for integer types
mrg[src/trunk]: src usbnet may be stable now. document it.
rmind[src/trunk]: src/sys Add the ifnet_t::if_npf_private field. Bump the kernel ...
rmind[src/trunk]: src/usr.sbin/npf/npfctl npfctl show/validate: fix couple bugs in...
mrg[src/trunk]: src/share/man/man9 oops. i must have deleted the 'u' in 'ustore....
kamil[src/trunk]: src/sys/sys Fix typo in pragma in sys/event.h
mrg[src/trunk]: src/sys/dev/usb in tx_prepare callback make sure to reject any m...
mrg[src/trunk]: src/sys/dev/usb adjust some comments to reality.
mrg[src/trunk]: src/sys/dev/usb - use usbnet_isowned*() more
mrg[src/trunk]: src/sys/dev/usb copy a pattern from if_udav.c, which already had...
mrg[src/trunk]: src/sys/dev/usb void -Wsign-compare issue and add a stupid cast.
macallan[src/trunk]: src/sys/arch/sparc/dev remove orphaned comment
rin[src/trunk]: src/sys/dev/acpi Appease GCC maybe-uninitialized for optimizatio...
skrll[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace
skrll[src/trunk]: src/sys/dev/usb Add a check in smsc_tx_prepare for the mbuf bein...
skrll[src/trunk]: src/sys/dev/usb G/C
skrll[src/trunk]: src/sys/dev/usb Correct the length of the buffer to copy into th...
wiz[src/trunk]: src/share/man/man9 Various fixes: Pp cleanup, use more macros, s...
skrll[src/trunk]: src/sys/dev/usb Appease module build
gson[src/trunk]: src/distrib/amd64/liveimage/emuimage Live images built with MKDE...
skrll[src/trunk]: src/sys/dev/usb Convert smsc_dbg_printf to usbhist
martin[src/trunk]: src/tests/lib/libpthread Re-enable the QEMU specific timing limi...
skrll[src/trunk]: src/sys/dev/usb Fix and improve USMSC_DEBUG
hannken[src/trunk]: src/sys/dev/usb urndis_attach: change "sc->sc_bulkout_no" to "un...
martin[src/trunk]: src/distrib/common Various suffixes for the same kernel image ma...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Align output from db_md_cpuinfo_cmd
martin[src/trunk]: src/distrib/common Back out previous, it causes build fallout like:
skrll[src/trunk]: src/sys/arch/evbarm/conf Update for recent a9wdt changes
rmind[src/trunk]: src/usr.sbin/npf npf-params(7): add more bpf.jit details.
rmind[src/trunk]: src Adjust some internal NPF APIs:
mrg[src/trunk]: src/share/man/man9 minor rewording of a few places and add a new...
wiz[src/trunk]: src/share/man/man9 Minor fixes.
gutteridge[src/trunk]: src/usr.sbin/npf npf.7: add xref to npf-params.7
mrg[src/trunk]: src/sys/dev/usb relax an assert to be mutex_owned || polling.
mrg[src/trunk]: src/sys/dev/usb don't set dv_private. it's a bad pattern and on...
mrg[src/trunk]: src/share/man/man9 remove mention of dv_private and note that us...
uki[src/trunk]: src/distrib/sets/lists/xbase Change xbase MD package names for m...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb On NetBSD the auxv tag is always ...
uki[src/trunk]: src/distrib/sets/lists/xbase Give syspkg names to xbase shl.mi f...
skrll[src/trunk]: src/sys/arch/evbarm/conf Update for recent a9wdt changes
martin[src/trunk]: src/distrib Allow individual MDSETTARGETS/MDSET_SUFFIXES to defi...
skrll[src/trunk]: src/sys/dev/usb Fix an unused register field define
skrll[src/trunk]: src/sys/dev/usb Trailing whitespace
skrll[src/trunk]: src/sys/arch/hppa/include Use __BIT()
martin[src/trunk]: src/distrib/utils/libhack Make this at least work for ASCII stri...
skrll[src/trunk]: src/sys/arch/aarch64 Use PMAP_DEV in DEVMAP_ENTRY rather than pm...
nia[src/trunk]: src/share/man/man4 Fix some apparant typos of wscons defines.
skrll[src/trunk]: src/sys/arch Rearrange so that sys/arch/arm/imx/fdt/files.imx6 c...
skrll[src/trunk]: src/sys/arch/evbarm/conf Add a9ptmr
maya[src/trunk]: src/external/mit/xorg/lib/libdrm We need to link against libm fo...
skrll[src/trunk]: src/sys/arch/arm/acpi Correct the test for writeable memory. Th...
skrll[src/trunk]: src/sys/arch/arm/acpi Use same style test as acpi_md_OsWritable
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Trailing whitespace
jmcneill[src/trunk]: src/sys/arch Add support for physical timers and sprinkle isb wh...
maya[src/trunk]: src/share/man/man4 Document pain of using wsmux with more than o...
ozaki-r[src/trunk]: src/tests/net/ndp Make a permanet neighbor cache to avoid sendin...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Add missing "defi...
skrll[src/trunk]: src/sys/arch/aarch64/include Add DBM
christos[src/trunk]: src/distrib/utils/libhack use unsigned char to prevent sign exte...
maxv[src/trunk]: src sync with reality
skrll[src/trunk]: src/sys/arch/arm/amlogic Trailing whitespace
skrll[src/trunk]: src/sys/arch Updates to get Odroid-C1 in better shape since the ...
uwe[src/trunk]: src/share/man/man4 Formatting tweaks.
uki[src/trunk]: src/distrib/sets/lists/xbase Give syspkg names to xbase mi binar...
sevan[src/trunk]: src/doc new nawk on Github release page
uwe[src/trunk]: src/share/man/man4 Drop xref to wsfontload(8).
tnn[src/trunk]: src/sys/dev/spi spi: prepare for fdt direct attachment of spi sl...
tnn[src/trunk]: src/sys/dev/fdt fdt: add SPI controller frontend
tnn[src/trunk]: src/sys ensure spibus_attach_args is zero'ed
tnn[src/trunk]: src/sys/dev/spi m25p: add compatible entry for "jedec, spi-nor" a...
tnn[src/trunk]: src/sys/arch/arm/rockchip rk_spi: register controller with fdt
tnn[src/trunk]: src/sys/arch/evbarm/conf include the spiflash driver in the stoc...
tnn[src/trunk]: src/sys/arch/arm/dts rk3399-rockpro64.dts: enable spi1 and add s...
martin[src/trunk]: src/usr.sbin/sysinst Make sure to completely initialize dynamic ...
rjs[src/trunk]: src/sys/netinet Remove unused checksum code.
rin[src/trunk]: src/sys/dev/rasops When using stamp, drop attributions other tha...
kamil[src/trunk]: src/sys/external/bsd/compiler_rt/dist/lib Cherry-pick upstream c...
kamil[src/trunk]: src Add LLVM sanitizers in the MKLLVM=yes build
mrg[src/trunk]: src/sys introduce usbnet_set_dying(). will be used by url(4) co...
ozaki-r[src/trunk]: src/sys/netinet6 Add missing IFNET_LOCK for regen_tmpaddr
skrll[src/trunk]: src/sys/arch/arm/cortex Various fixes / changes
jmcneill[src/trunk]: src/sys/arch/arm/amlogic Add eth_rxd3 and eth_rxd2 pinctrl groups
jmcneill[src/trunk]: src/sys/arch/arm/dts Catch up to recent mainline dts changes
martin[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Update to newer sshd (t...
martin[src/trunk]: src/usr.sbin/sysinst Provide some documentation for macros / def...
martin[src/trunk]: src/usr.sbin/sysinst/arch When we ask the user to select a parti...
martin[src/trunk]: src/usr.sbin/sysinst On architectures that usually do MBR/diskla...
martin[src/trunk]: src/usr.sbin/sysinst Fix some "partition index" (as used in the ...
skrll[src/trunk]: src/sys/arch Add a meson6_timer driver and provide a timecounter
rin[src/trunk]: src/sys/external/bsd/drm2/i915drm kern/52229
rin[src/trunk]: src/sys/dev/pci Support bitmap fonts with stride 4 (i.e., width ...
kamil[src/trunk]: src/libexec/telnetd telnetd: Stop defining the same variables co...
kamil[src/trunk]: src/sbin fsck: Stop defining the same variable concurrently in b...
ozaki-r[src/trunk]: src/sys/net Restore if_ioctl on error of ifc_destroy
ozaki-r[src/trunk]: src/tests/net/if tests: check if ifconfig (ioctl) works after a ...
mrg[src/trunk]: src/sys - usbnet_rx_loop_cb's usbd_xfer parameter is never used ...
mrg[src/trunk]: src/sys/dev/usb port cue(4), mue(4) and url(4) to usbnet(9). di...
kamil[src/trunk]: src/tests/lib/libc/misc Fix build of t_ubsan/t_ubsanxx under MKS...
kamil[src/trunk]: src/tests/usr.bin/id Avoid symbol clashes in tests/usr.bin/id un...
kamil[src/trunk]: src/tests/fs/nfs/nfsservice Avoid symbol clashes in fs/nfs/nfsse...
kamil[src/trunk]: src/tests/bin/df Avoid symbol clashes in bin/df under MKSANITIZER
kamil[src/trunk]: src/usr.sbin/ypserv/ypserv Avoid symbol clashes in usr.sbin/ypse...
mrg[src/trunk]: src/share/man/man9 - document locking requirements more
kamil[src/trunk]: src/usr.sbin Stop defining _rpcsvcdirty in bss and data
kamil[src/trunk]: src/usr.sbin/installboot Add missing extern declaration of ib_ma...
wiz[src/trunk]: src/share/man/man9 Fix Xr usage.
kamil[src/trunk]: src/share/mk Add SANITIZER_RENAME_CLASSES in bsd.prog.mk
kamil[src/trunk]: src/tests/kernel Adapt tests/kernel/t_subr_prf for MKSANITIZER
mrg[src/trunk]: src/doc usbnet(9): Add common framework for USB network devices....
gson[src/trunk]: src/sys/dev/ata Set the ATAPI "BYTE COUNT LIMIT" field in the SA...
skrll[src/trunk]: src/sys/kern Indentation and wrap the resulting long line
skrll[src/trunk]: src/sys/kern More diagnostic
skrll[src/trunk]: src/sys/arch/aarch64/include Indent the field value defines. NFCI.
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Make pmap_db_pte_print more terse s...
christos[src/trunk]: src/usr.sbin/makemandb PR/54343: Prevent NULL pointers in callba...
maxv[src/trunk]: src/sys/kern Retire KMEM_GUARD. It has been superseded by kASan, ...
maxv[src/trunk]: src Unlink KMEM_GUARD leftovers.
rin[src/trunk]: src/doc Recent rasops(9) changes have been pulled up to netbsd-9.
martin[src/trunk]: src/usr.sbin/installboot Replace black voodo linker magic (somet...
kamil[src/trunk]: src Ship with sanitizer/lsan_interface.h for GCC 7
kamil[src/trunk]: src Ship with sanitizer/lsan_interface.h for LLVM 7
martin[src/trunk]: src/usr.sbin/installboot Never trust a compiler that predefines ...
uwe[src/trunk]: src/bin/pax Install manual pages for tar and cpio only if ${MKBS...
uwe[src/trunk]: src/distrib/notes/common Remove list-portmasters.pl script.
macallan[src/trunk]: src/sys/arch/macppc/dev pass sensor location info to drivers if ...
mrg[src/trunk]: src/sys/dev/usb make the default debug level zero.
mrg[src/trunk]: src/sys/dev/usb internal to usbnet:
mrg[src/trunk]: src/sys/dev/usb port kue(4) to usbnet(9). interesting notes:
mrg[src/trunk]: src/sys/dev/usb kue now depends upon usbnet.
msaitoh[src/trunk]: src/sbin/ifconfig Whitespace fix.
jmcneill[src/trunk]: src/sys/arch/arm/amlogic Use correct register for mpll2_div clock
maxv[src/trunk]: src/sys/kern Initialize pp->pr_redzone to false. For some reason...
msaitoh[src/trunk]: src/sys/dev/mii No functional change:
msaitoh[src/trunk]: src/sys/dev/mii From FreeBSD:
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src/sys/dev/mii From FreeBSD:
kamil[src/trunk]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Set NODEBUG fo...
kamil[src/trunk]: src/share/mk Add PAXCTL_FLAG rules for MKSANITIZER
kamil[src/trunk]: src/tests/rump/modautoload Avoid symbol clashes in test/rump/mod...
gson[src/trunk]: src/tests/fs/vfs The udf_renamerace test case no longer fails du...
maxv[src/trunk]: src/sys/kern Kernel Heap Hardening: use bitmaps on all off-page ...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Set "enabled" value on...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Use unsigned to avoid ...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Set "enabled" value on...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Use unsigned to avoid ...
martin[src/trunk]: src/usr.sbin/sysinst PR 54473: fix error prompt when a set file ...
martin[src/trunk]: src/usr.sbin/sysinst Fix some memory leaks in error paths
martin[src/trunk]: src/usr.sbin/sysinst Oops, avoid double free.
sevan[src/trunk]: src/share/misc RDP RFB VNC
manu[src/trunk]: src/sys/arch/i386/stand Add GPT and RAIDframe support to bootloa...
manu[src/trunk]: src/share/man/man8/man8.x86 Document new GPT and RAIDframe capac...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Use unsigned to avoid ...
kamil[src/trunk]: src/sbin/sysctl sysctl: Add indirection of symbols to remove cla...
kamil[src/trunk]: src/usr.sbin/traceroute traceroute: Add indirection of symbol to...
kamil[src/trunk]: src/usr.bin/sockstat sockstat: Add indirection of symbols to rem...
kamil[src/trunk]: src/usr.bin/netstat netstat: Add indirection of symbols to remov...
mlelstv[src/trunk]: src/sys/kern Align parsing of boot devices. This allows to speci...
rin[src/trunk]: src/sys/arch/mac68k/mac68k We've switched to 8KB page.
rin[src/trunk]: src/sys/arch/mac68k/mac68k 0x%p ---> %p
maya[src/trunk]: src/distrib/sets/lists/xetc Don't mark /etc/X11/conf.d entries o...
wiz[src/trunk]: src/share/man/man8/man8.x86 Typo fixes, 'file system'; new sente...
mrg[src/trunk]: src/sys/dev/usb usbnet_ifp() doesn't work before usbnet_attach()...
mrg[src/trunk]: src/sys/dev/usb add 3 devices for upl(4) host-to-host networking:
mrg[src/trunk]: src/sys/dev/usb regen for new upl(3) devices.
abhinav[src/trunk]: src/usr.sbin/makemandb PR bin/54343: We want the callback_args....
mrg[src/trunk]: src/sys/dev/usb update usbnet slight:
mrg[src/trunk]: src/doc note kue/upl ported to usbnet.
mrg[src/trunk]: src/sys/dev/usb fix a think-o in the previous: don't return when...
rin[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k Fix copy...
martin[src/trunk]: src/sbin/fsck Properly release the disk properties dictionary we...
martin[src/trunk]: src/usr.sbin/sysinst Fix memory leak (found by MKSANITIZER=yes b...
mrg[src/trunk]: src/sys/dev/usb add two kue(4) adapters:
mrg[src/trunk]: src/sys/dev/usb regen and add kue adapters:
maya[src/trunk]: src/share/man/man4 G/C mention of SCIOCREPROBE, removed in 1998.
christos[src/trunk]: src/usr.bin/tip check speed argument conversion (Thierry Laronde)
mlelstv[src/trunk]: src/sys/dev/sdmmc Add Broadcom devices
mlelstv[src/trunk]: src/sys/dev/sdmmc regen
kamil[src/trunk]: src/sys/arch/i386/stand/lib Correct the memset(3)'s third argume...
kamil[src/trunk]: src Add ATF c and c++ tests for TSan, MSan, libFuzzer
ozaki-r[src/trunk]: src/tests/net/ndp tests: fix test header name
ozaki-r[src/trunk]: src/tests/net tests: enable to create interfaces other than shmi...
ozaki-r[src/trunk]: src/tests/net tests: use rump_server_add_iface to create interfaces
ozaki-r[src/trunk]: src/tests/net tests: check pool object leaks
ozaki-r[src/trunk]: src/sys Initialize dom_mowner for MBUFTRACE
ozaki-r[src/trunk]: src/sys/net l2tp: initialize mowner variables for MBUFTRACE
ozaki-r[src/trunk]: src/sys/netcan can: add missing mowner variables for MBUFTRACE
ozaki-r[src/trunk]: src/sys/arch Add MBUFTRACE to ALL configs
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Enable FDT_INTR_MPSAFE flag.
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Support write protect gpio pin.
knakahara[src/trunk]: src/sys/arch/x86/pci fix panic when vmx(4) is detached.
knakahara[src/trunk]: src/sys/arch/x86/pci add vmx(4) basic statistics counters.
mrg[src/trunk]: src/sys/dev/usb add USBHIST_CALLARGS() frontend to KERNHIST_CALL...
mrg[src/trunk]: src/sys/dev/usb move the call to rnd_attach_source() earlier and...
mrg[src/trunk]: src/sys/dev/usb move the check against un_phyno from usbnet back...
mrg[src/trunk]: src/sys/dev/usb axe, udav, url, cue, kue, smsc, udav[*], upl, ur...
christos[src/trunk]: src/sys/ufs/ufs - return (foo) -> return foo
christos[src/trunk]: src/sys/modules Enable extended attributes in modules.
christos[src/trunk]: src/sys/kern If we could not start extattr for some reason, don'...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Use a9ptmr_delay().
jmcneill[src/trunk]: src/sys/arch/arm/acpi Use a unique name for the acpi ARM_PLATFOR...
hkenken[src/trunk]: src/sys/dev/spi Fix typo.
hkenken[src/trunk]: src/sys/arch Add support SPI driver for i.MX6.
christos[src/trunk]: src/sys/ufs/ufs - KNF more
perseant[src/trunk]: src/sbin/dump Add -D flag to allow the user to specify an altern...
manu[src/trunk]: src/doc boot(8): GPT and RAIDframe support for x86 bootstrap [ma...
msaitoh[src/trunk]: src/sys/kern Use unsigned to avoid undefined behavior. Found by ...
pgoyette[src/trunk]: src/doc Fix year in previous entry's datestamp
msaitoh[src/trunk]: src/sys/net Check ec_capenable instead of ec_capabilities to con...
msaitoh[src/trunk]: src/sys/net Add missing IFNET_LOCK() and IFNET_UNLOCK() in vlan_...
msaitoh[src/trunk]: src/sys Fix a bug that VLAN HW "tagging" enable/disable may not ...
mrg[src/trunk]: src/sys/dev/usb properly fix the kernhist calls.
mrg[src/trunk]: src/sys couple more changes to usbnet(9):
martin[src/trunk]: src/usr.sbin/sysinst PR install/54480: when upgrading a system a...
hannken[src/trunk]: src/external/cddl/osnet/dist/lib/libzfs/common Always open the r...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Rearrange the eva...
hannken[src/trunk]: src/external/cddl/osnet/sys/kern task_executor: prevent use afte...
christos[src/trunk]: src/sys/net80211 Include <net/if.h> for IFNAMSIZ
christos[src/trunk]: src/sys/compat/netbsd32 compat32 drm ioctl support from Surya Sh...
christos[src/trunk]: src/sys/modules/compat_netbsd32 Add netbsd32 drm support from Su...
ozaki-r[src/trunk]: src/tests/net Disable rump_server_check_memleaks for now
christos[src/trunk]: src/sys/compat/netbsd32 add NetBSD copyright.
roy[src/trunk]: src/sys/net if: announce flag changes other than up or down
uki[src/trunk]: src/distrib/sets/lists/xbase Give syspkg name to xbase mi files
maxv[src/trunk]: src/sys Disable netbsd32_drm.c until it receives proper review.
sevan[src/trunk]: src/distrib sysctl(8) is useful to have in the install env when ...
riastradh[src/trunk]: src/sys New macro ALIGNED_POINTER_LOAD.
riastradh[src/trunk]: src/common/lib/libc/hash/murmurhash Fix byte order bug in murmur...
skrll[src/trunk]: src/sys/dev/usb typo in error message
gson[src/trunk]: src/share/man/man4 Don't say that makeoptions DEBUG="-g" also tu...
christos[src/trunk]: src/sys/compat/netbsd32 make things compile again.
christos[src/trunk]: src/sys/compat/netbsd32 From maxv@:
para[src/trunk]: src/common/lib/libc/hash/murmurhash add now required includes fo...
maxv[src/trunk]: src/sys/dev/sysmon Fix info leak, not all of 'pev' is initialized.
perseant[src/trunk]: src Allow the user to specify the filesystem ID for umapfs at mo...
wiz[src/trunk]: src/sbin/mount_umap Sort options in usage.
perseant[src/trunk]: src Clean up debugging cruft that somehow made it into my previo...
tnn[src/trunk]: src/sys/arch/arm/rockchip rk3399_iomux: add some #ifdef'd out co...
msaitoh[src/trunk]: src/sys/dev/pci Whitespace fixes. No functional change.
msaitoh[src/trunk]: src/sys Fix typo (s/contoller/controller/).
msaitoh[src/trunk]: src/sys Fix typo (s/controler/controller/).
msaitoh[src/trunk]: src/sys Use ETHER_LOCK()/ETHER_UNLOCK() suggested by knakahara.
mrg[src/trunk]: src/sys/dev/pci add micron/crucial SM2263 nvme.
mrg[src/trunk]: src/sys/dev/pci regen for new micron/crucial/amd entries, and PC...
mrg[src/trunk]: src/sys/dev/usb match xhci version 3.10. allows properly findin...
martin[src/trunk]: src/sys/dev/spi Make this at least compile - I have no way to test.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Simplify ix{gbe, v}_[un]register_vlan() API...
mrg[src/trunk]: src/sys/dev/usb convert pairs of USBHIST_CALLED()+USBHIST_LOG*()...
christos[src/trunk]: src/lib/libedit Increment offset when adding an element to histo...
maxv[src/trunk]: src/sys/arch No USER_LDT on Xen.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't depend on #ifdef USER_LDT in cpu_...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Style and remove dead stuff.
nakayama[src/trunk]: src/distrib/sets/lists/base Remove obsolete entry for libgomp.so...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Switch from printf to panic. These mess...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove the single-step check, it is wro...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.0.3 With the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
maxv[src/trunk]: src/sys/arch/amd64/amd64 Style and cleanup.
roy[src/trunk]: src/doc Note import of dhcpcd-8.0.3
skrll[src/trunk]: src/sys/arch Spell pmap_bootstrap in comments correctly
skrll[src/trunk]: src/sys/arch/hp300/conf Fix the pmap_bootstrap.o dependency (it ...
rmind[src/trunk]: src/usr.sbin/npf - npftest: fix a memleak in a unit test (standa...
rmind[src/trunk]: src npfkern/libnpf: Add support for the table replace/swap opera...
mrg[src/trunk]: src/sys/dev/usb usbhist(9):
mrg[src/trunk]: src/sys/dev/usb like most things: turn debug off by default, sys...
kamil[src/trunk]: src/distrib/i386/ramdisks/common Set NOSANITIZER in i386 ramdisk...
mrg[src/trunk]: src/sys/dev/usb fix more kernhist vs 32 bit issues.
skrll[src/trunk]: src/sys/external/gpl2/dts/dist/arch/arm/boot/dts Revert a change...
mrg[src/trunk]: src/sys/dev/usb - move software parts into if_aue.c.
rin[src/trunk]: src/sys/arch/mac68k/mac68k Adjust GMT bias automatically by usin...
isaki[src/trunk]: src/usr.bin/audiocfg Fix assertion of "audiocfg list <n>" when n...
rin[src/trunk]: src/sys/arch/mac68k/conf G/C obsoleted
rin[src/trunk]: src/sys/arch/mac68k/dev Remove adbsys.c, which has been unused s...
roy[src/trunk]: src/sbin/route route(8): print RTM_CHANGE messages
adam[src/trunk]: src Fix building compiler_rt with MKCOMPAT=no; approved by kamil@
brad[src/trunk]: src/lib/libutil Teach getdiskrawname and getdiskcookedname about...
brad[src/trunk]: src/sbin/resize_lfs Use getdiskrawname to find the device name.
brad[src/trunk]: src/libexec/lfs_cleanerd Use getdiskrawname to find the device name
roy[src/trunk]: src/sys rtsock: rework rt_clonedmsg to take a message type and l...
roy[src/trunk]: src/sys/netinet6 nd6: notify userland of neighbour lla updates o...
sevan[src/trunk]: src/share/misc ATF NURBS
sevan[src/trunk]: src/games/fortune/datfiles Donnie Darko
msaitoh[src/trunk]: src/sys/net - kmem_alloc(, KM_SLEEP) never return NULL, so remove...
mrg[src/trunk]: src/sys/dev/usb - remove unused uncd_rx_cnt
mrg[src/trunk]: src/sys/dev/usb s/UBSNET_MII_DECL_DEFAULT/USBNET_MII_DECL_DEFAUL...
mrg[src/trunk]: src/sys/dev/usb convert a debug message to an error message. wi...
mrg[src/trunk]: src/sys/dev/usb convert aue(4) to usbnet(9).
mrg[src/trunk]: src/share/man/man9 update for usbnet_mii and read/write reg retu...
kamil[src/trunk]: src Enhance MKSANITIZER support
kamil[src/trunk]: src/tests/usr.bin Define target_not_supported_body() in TSan, MS...
maxv[src/trunk]: src/sys/compat Fix info leaks.
maxv[src/trunk]: src/sys/compat/linux/common Fix info leak.
maxv[src/trunk]: src/sys/compat/linux/common Fix info leaks.
mrg[src/trunk]: src/sys/dev/usb - remove items that are fixed (usually in the di...
wiz[src/trunk]: src/share/man/man9 Mark up NULL. Capitalize NetBSD.
mrg[src/trunk]: src/sys/dev/usb avoid using old bsd types (u_int etc) so that th...
mrg[src/trunk]: src/sys/dev/usb update the list of splusb drivers (it's grown un...
maxv[src/trunk]: src/sys/compat Fix info leaks.
maxv[src/trunk]: src/sys/compat Fix info leaks in sysinfo().
maxv[src/trunk]: src/sys/compat Fix info leaks in sigaltstack.
mrg[src/trunk]: src fix MKCXX=no:
mrg[src/trunk]: src/sys/dev/usb aue depends upon usbnet
maxv[src/trunk]: src/sys/dev/audio Add missing mutex, we were hitting a KASSERT.
maxv[src/trunk]: src/sys Fix stupid bugs in linux_sys_shmctl(): the index could b...
maxv[src/trunk]: src/sys/compat/linux/arch/amd64 Remove printf.
sevan[src/trunk]: src/usr.bin/calendar/calendars Add Danny Cohen
maxv[src/trunk]: src/sys/compat/linux/common When dealing with an unknown value, ...
maxv[src/trunk]: src/sys/compat Add a default case, don't call sys_ioctl() with a...
maxv[src/trunk]: src/sys/compat/ossaudio Fix error handling, returns an errno, no...
maxv[src/trunk]: src/sys/compat/linux32/common Put the printf under DEBUG_LINUX.
maxv[src/trunk]: src/sys/compat/linux/common Fix info leaks.
maxv[src/trunk]: src/sys/compat/linux32/common Hum, don't forget the 'pid' argume...
maxv[src/trunk]: src/sys/compat/netbsd32 Fix info leak.
maxv[src/trunk]: src/sys/miscfs/procfs Fix info leaks.
kamil[src/trunk]: src/sys/ddb Avoids signedness bit shift in db_get_value()
kamil[src/trunk]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Fix LLVM sanit...
isaki[src/trunk]: src/usr.bin/audiocfg Rename some members in adev for clarity. N...
isaki[src/trunk]: src/usr.bin/audiocfg Revert to use single descriptor for "audioc...
isaki[src/trunk]: src/usr.bin/audiocfg Use device unit number for index.
isaki[src/trunk]: src/usr.bin/audiocfg Check mode argument earlier.
isaki[src/trunk]: src/usr.bin/audiocfg Use err(3)/warn(3) instead of perror(3)/fpr...
isaki[src/trunk]: src/usr.bin/audiocfg Make the same code that appears repeatedly ...
isaki[src/trunk]: src/usr.bin/audiocfg Fix markup. index of list command is optio...
isaki[src/trunk]: src/usr.bin/audiocfg AUDIO_GETBUFINFO is more efficient for this...
isaki[src/trunk]: src/usr.bin/audiocfg Create a waveform in hardware native sample...
isaki[src/trunk]: src/usr.bin/audiocfg Revert about index number changes. It brea...
mrg[src/trunk]: src/sys/dev/usb don't try to deref a maybe-NULL pointer. instea...
mlelstv[src/trunk]: src/sys/dev/sdmmc Fix typo
mlelstv[src/trunk]: src/sys/dev/sdmmc regen
jmcneill[src/trunk]: src/sys/dev/pci Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX...
jmcneill[src/trunk]: src/sys/dev/pci regen
jmcneill[src/trunk]: src/sys/arch/arm/arm32 bus_dmamap_load_raw: support coherent map...
maxv[src/trunk]: src/sys/compat/linux/common Don't read data from userland direct...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Implement poll su...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Implement kqueue ...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Add missing dmu_z...
rmind[src/trunk]: src libnpf fix: link the library itself to libnv; libnpf users s...
maxv[src/trunk]: src/sys/compat/linux/common Hum, don't pass an mbuf to realloc()...
maxv[src/trunk]: src/sys/compat/linux/common Fix memory leak.
maxv[src/trunk]: src/sys/compat/linux/common I don't see the point in having this...
kamil[src/trunk]: src Rework the LLVM compiler_rt build rules
maxv[src/trunk]: src/sys/dev Fix the size passed to memcpy, we only want 8 bytes....
rmind[src/trunk]: src - npfctl_load_nvlist: simplify the config loading logic.
rmind[src/trunk]: src/sys Move PACKET_TAG_NPF where it belongs to.
rmind[src/trunk]: src/sys/net/npf ake npfctl_switch() and pfil private to OS-speci...
riastradh[src/trunk]: src/lib/libm/arch/aarch64 Fix fesetenv and feupdateenv.
riastradh[src/trunk]: src/lib/libm/arch/aarch64 Fix feraiseexcept.
mrg[src/trunk]: src/sys/dev/usb add MosChip MCS7730 and Sitecom Europe LN030 eth...
mrg[src/trunk]: src/sys/dev/usb regen with new moschip/sitcom adapters.
ozaki-r[src/trunk]: src/tests/net tests: restore rump_server_check_poolleaks for lle...
kamil[src/trunk]: src Correct the build rules of LLVM sanitizers
ozaki-r[src/trunk]: src/tests/net tests: explain how rump_server_check_memleaks works
ozaki-r[src/trunk]: src/tests/net/net tests: add tests for IPv6 link-local addresses...
nakayama[src/trunk]: src/sys/dev/sysmon Module class of sysmon_envsys, sysmon_wdog an...
maxv[src/trunk]: src/sys/kern Reject negative offsets, to prevent panics later in...
msaitoh[src/trunk]: src/sys Change buf_nbuf()'s return value from int to u_int to av...
maxv[src/trunk]: src/sys/kern Revert r1.254, put back || for KASAN, some destruct...
martin[src/trunk]: src/usr.sbin/sysinst Fix a bug when installing to pre-exising GP...
msaitoh[src/trunk]: src/sys/dev/microcode/radeon Update BONAIRE_uvd.bin to the latest.
msaitoh[src/trunk]: src Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and...
rin[src/trunk]: src/sys/arch/arm/conf PR kern/54486
rin[src/trunk]: src/sys/dev/usb PR kern/54486
martin[src/trunk]: src/usr.sbin/sysinst Do not offer to upgared the "current system...
msaitoh[src/trunk]: src Add more missing firmwares.
martin[src/trunk]: src/external/bsd/libnv/lib Move common parts into a makefile fra...
martin[src/trunk]: src/lib/libnpf Include libnv directly into this library
martin[src/trunk]: src/usr.sbin/sysinst When requesting no special FS sub type, def...
maxv[src/trunk]: src/sys/dev/usb Fix bug, remove {0, 0} because we switched to usb...
rjs[src/trunk]: src/external/gpl3/binutils/dist Fix to PR port-arm/54159.
roy[src/trunk]: src/sys/netinet6 inet6: nd6_free assumes all routers are process...
kamil[src/trunk]: src Enhance the support of LLVM sanitizers
mrg[src/trunk]: src/sys/dev/usb add new usbd_do_request_len() that can allocate ...
mrg[src/trunk]: src/sys/dev/usb in usbnet_detach(), check both that the private ...
mrg[src/trunk]: src/sys/dev/usb introduce and use XHCIHIST_CALLARGS(). reduces ...
mrg[src/trunk]: src/sys/dev/usb s/no free/no freelist entry/ in a debug message.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe X550EM supports QSFP, so check ixgbe_media...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe An interrupt might not arrive when a modul...
uki[src/trunk]: src/distrib/sets/lists/xcomp syspkg naming for xcomp shl.mi
martin[src/trunk]: src/usr.sbin/sysinst Remove dead (#if 0) code.
rmind[src/trunk]: src/share/man/man9 Add thmap(9) man page. Reviewed by wiz@.
rmind[src/trunk]: src Install thmap(9) man page.
wiz[src/trunk]: src/share/man/man9 Add RCS Id, sort sections.
msaitoh[src/trunk]: src/sys Add missing NUL to prevent buffer overrun.
hannken[src/trunk]: src/sys/miscfs Add missing operation VOP_GETPAGES() returning EF...
mrg[src/trunk]: src/sys/dev/usb fix a lock hang reported by sc.dying in PR#54495.
knakahara[src/trunk]: src/sys/dev/pci/ixgbe fix typo in error handling of ixgbe_alloca...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix panic when ncpu == 1 && sysctl -w hw.i...
maya[src/trunk]: src/external/gpl3/gcc/dist/gcc Don't keep our local modification...
isaki[src/trunk]: src/sys/dev/audio Fix lock assertion on async I/O mode.
roy[src/trunk]: src/sys/netinet6 inet6: change rt_announce and llchange to bool ...
roy[src/trunk]: src/sys/netinet6 more bool
sevan[src/trunk]: src/share/man/man4 Earliest reference to /dev/null I can find is...
uwe[src/trunk]: src/share/man/man4 New sentence - new line. Minor markup tweaks.
hannken[src/trunk]: src/sys/dev Add "d_minphys" to "mddkdriver" to make physio() on ...
roy[src/trunk]: src/sys/netinet6 Userland really has no business with NA messages.
roy[src/trunk]: src/doc Note inet6 change about router -> host.
jmcneill[src/trunk]: src/sys/stand/efiboot Only set #address-cells and #size-cells pr...
riastradh[src/trunk]: src/sys/arch/arm/gemini Don't dereference pointer when we're abo...
riastradh[src/trunk]: src/sys/dev/eisa Delete dead null test after malloc(M_WAITOK).
riastradh[src/trunk]: src/sys/external/bsd/drm/dist/shared-core Delete dead-as-a-doorn...
knakahara[src/trunk]: src/sys/arch/x86/pci vmxnet3_softc.vmx_stats should not count gl...
mrg[src/trunk]: src/sys/dev/usb don't try to set dying when we haven't usbnet_at...
mrg[src/trunk]: src/sys/arch/x86/x86 avoid misalignment in 32 bit kernels and "m...
roy[src/trunk]: src inet6: Revert prior
mrg[src/trunk]: src document usbnet diagnostics in usbnet(4). remove all the no...
wiz[src/trunk]: src/share/man/man4 Fix date.
wiz[src/trunk]: src/share/man/man4 Various minor fixes.
msaitoh[src/trunk]: src/sys/arch/x86/include Add definitions of AMD's CPUID Fn8000_0...
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch Decode AMD's CPUID Fn8000_0008 %ebx.
msaitoh[src/trunk]: src/sys/arch/x86/x86 Use macro.
sevan[src/trunk]: src/share/misc SICP
roy[src/trunk]: src/sys/netinet ARP: remove unused sysctl entry log_unknown_network
roy[src/trunk]: src/sys/netinet ARP: change default sysctl entry log_movements to 0
macallan[src/trunk]: src/sys/dev/adb make Kensington Turbo Mouse ( actually a trackba...
sevan[src/trunk]: src/share/man/man4 Document history
kamil[src/trunk]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Register syms....
brad[src/trunk]: src/libexec/lfs_cleanerd Add support for passing the raw device ...
brad[src/trunk]: src/usr.sbin/puffs/rump_lfs The cleaner is compiled into rump_lf...
brad[src/trunk]: src/tests/fs/common The cleaner is compiled into the ATF test ha...
roy[src/trunk]: src/sys/netinet6 inet6: don't set an invalid lladdr in nd6_free()
macallan[src/trunk]: src/sys/dev/adb fix Kensington Turbo Mouse support properly
wiz[src/trunk]: src/libexec/lfs_cleanerd New sentence, new line. Punctuation imp...
sevan[src/trunk]: src/share/man/man1 Direct reader to shell documentation generall...
roy[src/trunk]: src/sbin/route route(8): show addrs for RTM_MISS
skrll[src/trunk]: src/external/gpl3/gdb/dist/gdb Restore the kvm support
uwe[src/trunk]: src/share/man/man1 Move the text that explains that cd(1) is a s...
mlelstv[src/trunk]: src/sys/dev/pcmcia add PCMCIA_CISTPL_SDIO definition.
uwe[src/trunk]: src/lib/libc/stdio Refer to "w+" as "mode" as that's what fopen(...
mlelstv[src/trunk]: src/sys/dev/ic From OpenBSD:
mlelstv[src/trunk]: src/sys/dev/sdmmc From OpenBSD:
mlelstv[src/trunk]: src/sys/dev/sdmmc From OpenBSD:
maya[src/trunk]: src/share/man/man4 List bwfm at sdmmc
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Keep SDIO interrupt enable state when mas...
sevan[src/trunk]: src/share/man/man1/man1.atari grammar
sevan[src/trunk]: src/share/man/man1/man1.atari new sentence, new line
sevan[src/trunk]: src/share/man/man1/man1.x68k Improve readability
sevan[src/trunk]: src/share/man/man1/man1.x68k spelling and grammar
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Instead of delaying ack of sdio card inte...
sevan[src/trunk]: src/share/man/man1/man1.x68k Document history
sevan[src/trunk]: src/share/man/man1/man1.x68k Document history
sevan[src/trunk]: src/share/man/man1/man1.x68k Grammar
mlelstv[src/trunk]: src/sys/dev/ic Driver for Broadcom RNG200 hardware random generator
sevan[src/trunk]: src/share/man/man9 Update arpresolve arguments
jmcneill[src/trunk]: src/sys/arch/arm/sunxi sunxi_mmc_wait_rint: protect against spur...
sevan[src/trunk]: src/share/man/man8/man8.next68k grammar
mlelstv[src/trunk]: src/sys/arch/arm/broadcom Attachment for RNG200
oster[src/trunk]: src/share/man/man9 s/Xr store/Xr ustore/ to fix cross-references...
sevan[src/trunk]: src/usr.bin/sort sort was there since v1
sevan[src/trunk]: src/usr.bin/dc dc was in v1
sevan[src/trunk]: src/usr.bin/du du was in v1
sevan[src/trunk]: src/usr.bin/mail mail was in v1
sevan[src/trunk]: src/usr.bin/mesg mesg was in v1
sevan[src/trunk]: src/usr.bin/pr Document history
sevan[src/trunk]: src/usr.bin/su su was in v1
sevan[src/trunk]: src/usr.bin/tty Document history
sevan[src/trunk]: src/usr.bin/wc Document history
sevan[src/trunk]: src/usr.bin/who Update URL
sevan[src/trunk]: src/usr.bin/write write was in v1
sevan[src/trunk]: src/sbin/init grammar
roy[src/trunk]: src/sys inet6: Send RTM_MISS when we fail to resolve an address.
sevan[src/trunk]: src/share/man/man5 passwd(5) was in v1
sevan[src/trunk]: src/share/man/man5 utmp(5) was present in v1
wiz[src/trunk]: src/share/man/man9 fetch(9) -> ufetch(9)
wiz[src/trunk]: src/share/man/man9 fetch(9) -> ufetch(9). Remove superfluous Pp.
wiz[src/trunk]: src/share/man/man9 fetch(9) -> ufetch(9). Remove reference to un...
wiz[src/trunk]: src/usr.bin/mail Remove superfluous Pp.
sevan[src/trunk]: src/lib/libc/sys Document history of chdir(2)
wiz[src/trunk]: src/usr.bin/su Remove superfluous Ns.
wiz[src/trunk]: src/sbin/init Remove superfluous Pp.
sevan[src/trunk]: src/lib/libc/sys Document history of chmod(2)
sevan[src/trunk]: src/lib/libc/sys Document history of chown(2)
sevan[src/trunk]: src/lib/libc/sys Document history
roy[src/trunk]: src/sys/netinet6 inet6: Re-introduce ND6_LLINFO_WAITDELETE so we...
sevan[src/trunk]: src/lib/libc/compat-43 create was present in v1
roy[src/trunk]: src/doc Document recent inet6 changes.
sevan[src/trunk]: src/lib/libc/gen Document history of exec()
wiz[src/trunk]: src/lib/libc/gen Remove superfluous Pp.
sevan[src/trunk]: src/lib/libc/stdlib Document history
sevan[src/trunk]: src/lib/libc/sys fork was present in v1
sevan[src/trunk]: src/lib/libc/sys stat() was present in v1
sevan[src/trunk]: src/lib/libc/sys getuid was present in v1
sevan[src/trunk]: src/lib/libc/sys Document history
sevan[src/trunk]: src/share/misc GECOS
roy[src/trunk]: src/sys/netinet inet: Send RTM_MISS when we fail to resolve an a...
roy[src/trunk]: src/doc Note inet change as well.
sevan[src/trunk]: src/games/bcd Document history.
gutteridge[src/trunk]: src/share/man/man4 urndis.4: note two additional brands/models k...
sevan[src/trunk]: src/lib/libcompat/4.1 stty & gtty were around since v1
sevan[src/trunk]: src/lib/libc/sys mount & umount were present in v1
sevan[src/trunk]: src/lib/libc/sys Open was present in v1
sevan[src/trunk]: src/lib/libc/sys read was present in v1
sevan[src/trunk]: src/lib/libc/sys seek was present in v1
sevan[src/trunk]: src/lib/libc/sys setuid was in v1
sevan[src/trunk]: src/lib/libc/sys unlink was presen in v1
sevan[src/trunk]: src/lib/libc/sys wait was present in v1
sevan[src/trunk]: src/lib/libc/sys write was present in v1
sevan[src/trunk]: src/lib/libc/time start documenting history
sevan[src/trunk]: src/lib/libm/man exp was present in v1
roy[src/trunk]: src/sbin/route route(8): Show addres for RTM_LOSING
sevan[src/trunk]: src/lib/libc/stdio Start documenting history
sevan[src/trunk]: src/lib/libm/man log appeared in v1
sevan[src/trunk]: src/lib/libc/stdio putc & putw were in v1
sevan[src/trunk]: src/lib/libm/man Start documenting history
hkenken[src/trunk]: src/sys/arch/arm/imx Add support for imx6qp-pcie.
skrll[src/trunk]: src/sys/arch/evbarm/conf Add (commented out) UVMHIST options
manu[src/trunk]: src/sys/arch/i386/stand Make sure devices names are copied inclu...
mlelstv[src/trunk]: src/sys/dev/ic tagging work queue as MPSAFE was premature. Revert.
wiz[src/trunk]: src/games/bcd End sentence with a dot.
roy[src/trunk]: src curses(3): add curses_version()
sevan[src/trunk]: src/share/misc PPT
jmcneill[src/trunk]: src/sys/dev/sdmmc SD_IO_RW_EXTENDED is a data transfer command, ...
msaitoh[src/trunk]: src/sys/dev/mii s/etphy/atphy/. No functional change.
kamil[src/trunk]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Set NOLIBCSANI...
riastradh[src/trunk]: src/sys Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG wit...
roy[src/trunk]: src/lib/libcurses curses: Add __NetBSD_Curses_Version__
roy[src/trunk]: src/lib/libcurses curses: believe in unicorns
martin[src/trunk]: src/sys/arch/prep/stand/boot PR 54394: do not compile in experim...
msaitoh[src/trunk]: src/sys/dev/ic Use unsigned to avoid undefined behavior. Found b...
msaitoh[src/trunk]: src/sys/dev/pci No functional change to reduce diff against {Fre...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use unsigned to avoid un...
riastradh[src/trunk]: src Add UPDATING note about radeon firmware image mistake.
riastradh[src/trunk]: src Revert "Add more missing firmwares."
roy[src/trunk]: src/tests/net tests: fix ARP and NDP tests for RTM_* messages
sevan[src/trunk]: src/share/misc INODE STM
riastradh[src/trunk]: src/share/man/man4 Update man page to reflect switch from CTR_DR...
riastradh[src/trunk]: src/share/man/man4 Replace slightly wrong rant by shorter and sl...
riastradh[src/trunk]: src/share/man/man4 Update NIST SP800-90A reference.
mlelstv[src/trunk]: src/sys/arch/arm/broadcom RNG200 attachment
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Use \(em.
msaitoh[src/trunk]: src/sys/dev/mii Add Teranetics, Aquantia and Renesas.
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src/sys/dev/mii KNF. No functional change.
msaitoh[src/trunk]: src/sys/dev/pci printf -> device_printf
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe printf -> device_printf
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set IFM_1000_BX10 correctly.
msaitoh[src/trunk]: src/sys/dev/mii Use uppercase for vendor name.
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use aprint_*() in the attach function.
martin[src/trunk]: src/distrib/ews4800mips/floppies/ramdisk Use the non wide char l...
christos[src/trunk]: src/lib/libc/nameser Since we advance cp after the bounds check, ...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-8.0.4 with the follow...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/doc Note dhcpcd import
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that MBSDC (Bad SFD Count) isn't...
ryo[src/trunk]: src/sys/kern requires memory barrier before IPI ack.
msaitoh[src/trunk]: src Add support SIOCZIFDATA as ixgbe.c.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove unused, and style.
jmcneill[src/trunk]: src/sys/arch/arm/cortex - Use pic_do_pending_ints in intr handler
skrll[src/trunk]: src/sys/arch/mips/mips Fix a maya fix so that cobalt boots again.
bouyer[src/trunk]: src/sys/arch Add spiflash support in GENERIC
bouyer[src/trunk]: src/sys/dev/spi Add support for Winbond W25Q128.V (128mb) chips, ...
maxv[src/trunk]: src/sys Add KASAN instrumentation on the atomic functions. Use m...
bouyer[src/trunk]: src/sys/arch/arm/sunxi The mmc module clock needs to be doubled ...
christos[src/trunk]: src/external/mpl/bind/dist --- 9.14.5 released ---
christos[src/trunk]: src/doc new bind
christos[src/trunk]: src/external/mpl/bind Merge conflicts and fix the build.
christos[src/trunk]: src/distrib/sets/lists bump for bind
christos[src/trunk]: src/usr.bin/xlint/lint1 Fix decorators for __thread, add _Thread...
kamil[src/trunk]: src/sys/netinet6 Revert regression introduced in in6.h r. 1.95
macallan[src/trunk]: src/sys/dev/adb now that I figured out how the checksum for the ...
kamil[src/trunk]: src/sys/sys Welcome to 9.99.11
thorpej[src/trunk]: src/sys/arch/arm/sunxi Catch up with RTC-related DTS changes for...
isaki[src/trunk]: src/sys/dev/audio Tune some debug message level.
maxv[src/trunk]: src/sys/kern Reorder for clarity, and localify pool_allocator_bi...
christos[src/trunk]: src/distrib/sets/lists fix more bind bump.
kamil[src/trunk]: src/external/gpl3/gdb/dist/gdb Cherry-pick upstream GDB patch to...
christos[src/trunk]: src/bin/stty Don't fail when the line discipline ioctl fails (si...
christos[src/trunk]: src/usr.bin/fstat Add -O to print offsets; align columns properly.
wiz[src/trunk]: src/usr.bin/fstat Use \(em.
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Do not assume that DRAM is linear w...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add __HAVE_GENERIC_CPU_INITCLOCKS
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 add "machine cpuinfo/a" to show cpu...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 prevent switching to CPUs that are ...
maxv[src/trunk]: src/sys Add KASAN instrumentation for memmove.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 - remove incorrect KASSERT. mmap(2)...
maxv[src/trunk]: src/sys Add KASAN instrumentation on the bus_space functions tha...
maxv[src/trunk]: src/sys/arch/x86/include Add a memory barrier on wrmsr, because ...
ryo[src/trunk]: src/sys/arch/aarch64/include add checking status of MMU and devm...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 add AARCH64_KSEG_MASK. pmap_page.S ...
sevan[src/trunk]: src/share/man/man3 dir(5) was what appeared in v7, the struct wa...
sevan[src/trunk]: src/lib/libc/stdio Document history
rin[src/trunk]: src/sys/arch/amiga/dev The device does not support recording.
sevan[src/trunk]: src/lib/libc/sys Document sbrk() history and adjust brk()'s.
sevan[src/trunk]: src/share/man/man3 I missread a diff before making the change fo...
sevan[src/trunk]: src/lib/libc/sys Document the destiny for these functions.
sevan[src/trunk]: src/lib/libc/sys New sentence, new line
christos[src/trunk]: src/crypto/external/bsd/openssh/dist Prevent DoS from hosts tryi...
christos[src/trunk]: src/sys/kern - move quadruplicated code into a function
sevan[src/trunk]: src/share/man/man4 Extend history section
maxv[src/trunk]: src/sys/arch Convert rdmsr_locked and wrmsr_locked to inlines.
maxv[src/trunk]: src/sys/arch Merge amd64func.S into cpufunc.S, and clean up.
chs[src/trunk]: src/sys/miscfs/procfs have procfs_do_pid_stat() pass the proc's ...
wiz[src/trunk]: src/lib/libc/sys Punctuation nit.
wiz[src/trunk]: src/lib/libc/sys Add missing word. More markup.
wiz[src/trunk]: src/share/man/man4 Remove superfluous Pp.
tnn[src/trunk]: src/sys/arch/arm Cortex A12 is marketed as A17 but has a distinc...
fcambus[src/trunk]: src/sys/dev/wsfont Update Spleen kernel fonts to version 1.2.0, ...
mrg[src/trunk]: src/sys/dev/usb fix 32-bit debug build, and also vmstat -y. rep...
mrg[src/trunk]: src/sys/dev/usb fix ryzen usb issue: we set TD size to '1', wher...
abhinav[src/trunk]: src/lib/libedit PR lib/54510: Fix file completion inside quotes ...
macallan[src/trunk]: src/sys/dev/adb add driver for Kensington Turbo Mouse ( actually...
maxv[src/trunk]: src/sys Introduce sigaction_copy(), to copy sigaction structures...
tnn[src/trunk]: src/sys/arch/arm/arm32 report A12 as A17 to the user. A12 is ret...
tnn[src/trunk]: src/sys/arch/arm/include cpu identification macros for A17
uwe[src/trunk]: src/lib/libperfuse Use the right values for .Bl -width
mlelstv[src/trunk]: src/sys/sys Fix libkvm build.
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Map device memory for early console XN
sevan[src/trunk]: src/lib/libc/sys Document MAP_ANONYMOUS
sevan[src/trunk]: src/lib/libc/sys Sort flags
sevan[src/trunk]: src/lib/libc/sys Extend history
maxv[src/trunk]: src/sys/compat/linux/common Hum, remove incorrect assignment. Us...
mrg[src/trunk]: src/sys/dev/usb avoid non-debug kernel build issues.
mrg[src/trunk]: src/sys/dev/usb - use CALLARGS vs CALLED for better usbhist
mrg[src/trunk]: src/sys/dev/usb normalise an error message.
roy[src/trunk]: src/external/bsd/openresolv/dist Import openresolv-3.9.2 with th...
roy[src/trunk]: src/external/bsd/openresolv/dist Sync
roy[src/trunk]: src resolvconf: Build the pdns_recursor subscriber
roy[src/trunk]: src/doc Note import of openresolv-3.9.2
roy[src/trunk]: src resolvconf: Build the pdnsd subscriber
sevan[src/trunk]: src/lib/libc/sys mprotect first appeared in SunOS 4.0
sevan[src/trunk]: src/share/man/man5 core(5) was in v1
sevan[src/trunk]: src/share/man/man5 wtmp was actually arount in v2
sevan[src/trunk]: src/share/man/man4 Adjust history
msaitoh[src/trunk]: src/sys/arch/x86/include Add MCOMMIT instruction.
msaitoh[src/trunk]: src Call cpu_dcp_cacheinfo() only when the cpuid Topology Extens...
mrg[src/trunk]: src/sys/dev/usb document usbnet_private locking. minor knf.
wiz[src/trunk]: src/lib/libc/sys Remove superfluous Pp.
roy[src/trunk]: src/tests/net/arp t_arp: Wait for 10 seconds for RTM_MISS
sevan[src/trunk]: src/share/misc GFCI, RCD
maya[src/trunk]: src/tools/gcc Fix bugurl. PR toolchain/48712
christos[src/trunk]: src/external/mpl/bind put back the blacklistd integration that g...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 use L1-L3 blocks/pages for KSEG map...
sevan[src/trunk]: src/share/misc CSU UTS
jdolecek[src/trunk]: src/sys/arch adjust several missed drivers for wdcprobe() change...
ryo[src/trunk]: src Add support for 'p' qualifier for pointer values on examine.
ryo[src/trunk]: src - examin/m displays with splitting by spaces as specified size
kamil[src/trunk]: src/lib/libpthread Switch back _Noreturn to __dead in C11 threads
christos[src/trunk]: src/sys/nfs remove NCHNAMLEN optimization
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print message when the number of multicast...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 used L3 even if L2 could cover the ...
jmcneill[src/trunk]: src/sys/arch/aarch64/include - Fix TCR_TG0 field definitions to ...
maya[src/trunk]: src/external/mit/xorg/bin/twm Use the more obviously replaced na...
christos[src/trunk]: src/sys/sys Be consistent about semicolons in macros: always put...
bouyer[src/trunk]: src/sys/arch/arm/sunxi Switch to fdtbus_attach_spibus(), so spi ...
kamil[src/trunk]: src/bin/ps Plug memory leak in ps(1)
skrll[src/trunk]: src/sys/arch/aarch64/include Move the TCR and TTBR defines into ...
skrll[src/trunk]: src/sys/arch/aarch64/include Define PRIxPTE
bad[src/trunk]: src/sys/rump/kern/lib define sysautoload here too, to catch up w...
bad[src/trunk]: src/sys/rump add src/external/public-domain/xz.
bad[src/trunk]: src/sys/rump Summary: add grep and stat.
manu[src/trunk]: src/sys/arch/x86/acpi Attempt to obtain ACPI RSDP from the hyper...
bad[src/trunk]: src/sys/rump Summary: ammend previous. remove pax from userspace...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 even if "no options MULTIPROCESSOR"...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Make SIOCADDMULTI returns ENOSPC when th...
maxv[src/trunk]: src/sys/arch/x86/x86 Fix a normally harmless race: initialize se...
maxv[src/trunk]: src/sys/net Add KASSERT to catch bugs. Something tells me it cou...
jmcneill[src/trunk]: src/sys/arch/arm/acpi Redistributors with virtual LPI support ha...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Do not attempt to change coherency_...
ryo[src/trunk]: src/sys/ddb changes of r1.39 was incomplete. only "examin/m" cou...
mlelstv[src/trunk]: src/lib/libkvm Need register defines that were moved to armreg.h
uki[src/trunk]: src/distrib/sets/lists/xcomp Give package name to xcomp machine ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Reduce ixv(4)'s multicast table array size...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add support ALLMULTI on ixv(4):
martin[src/trunk]: src/sys/arch/x86/acpi Cast physical addresses via uintptr_t to A...
bad[src/trunk]: src/sys/rump Summary: pax needs pack_dev.h from mknod. move mkno...
christos[src/trunk]: src/external/mpl/bind/dist remove bad file
ryo[src/trunk]: src/sys/ddb db_get_qvalue() with size=8 on 64bit arch returns in...
bad[src/trunk]: src/sys/rump Summary: add the files from src/tools/headerlist to...
bad[src/trunk]: src/sys/rump Summary: export the files from headerlist before th...
uwe[src/trunk]: src/sys/ddb db_putchar - check if we need to wrap at $maxwidth a...
bad[src/trunk]: src/sys/rump Make include_headerlist ignore files in already exp...
sevan[src/trunk]: src/share/man/man9 Update parameter list, struct buf is typedefe...
sevan[src/trunk]: src/share/man/man9 struct buf is typedefed to buf_t
bad[src/trunk]: src/sys/rump Add ews4800mips and sh3 heads only listed in src/to...
bad[src/trunk]: src/sys/rump typo: ARCH_EXTRA -> ARCHS_EXTRA
uwe[src/trunk]: src/usr.sbin/postinstall exclude_libs - redirect ls 2> /dev/null...
christos[src/trunk]: src/external/bsd/wpa/dist/src/ap [PATCH] AP: Silently ignore man...
manu[src/trunk]: src/sys/kern Accept root device specification as NAME=label
manu[src/trunk]: src/share/man/man8/man8.x86 Document that bootdev option accepts...
manu[src/trunk]: src/sys/arch/i386 Add multiboot 2 support to x86 bootloaders
manu[src/trunk]: src/doc boot(8): multiboot 2 support, Xen can now boot from EFI
martin[src/trunk]: src/distrib/sets/lists/comp Add new multiboot2.h header.
skrll[src/trunk]: src/sys/arch/arm/arm32 Typo in comment
maxv[src/trunk]: src/sys/net As I suspected, the KASSERT I added yesterday can fi...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Return EPERM when the interface is not t...
wiz[src/trunk]: src/share/man/man8/man8.x86 New sentence, new line. Bump date fo...
msaitoh[src/trunk]: src/sys/dev/usb Make it compilable with UPL_DEBUG.
msaitoh[src/trunk]: src/sys if_flags is neither int nor short. It's unsigned short.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add PROMISC support.
maya[src/trunk]: src/share/mk Allow overriding the default man substitutions with...
maya[src/trunk]: src/external/mit/xorg/bin/twm Use an upstream-friendly version o...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.0.5 with the fo...
mlelstv[src/trunk]: src/sys/dev/sdmmc Don't pass empty mbufs to the network stack.
roy[src/trunk]: src/external/bsd/dhcpcd/dist Sync
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.0.6 with the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd No longer any need to build ...
roy[src/trunk]: src/doc Note new dhcpcd import.
roy[src/trunk]: src/external/bsd/dhcpcd Add a note about how to import now.
roy[src/trunk]: src/external/bsd/openresolv/dist Sync
roy[src/trunk]: src/external/bsd/openresolv Add an upgrading note
roy[src/trunk]: src/external/bsd/dhcpcd wpa -> dhcpcd
christos[src/trunk]: src/usr.bin/pmap deal with variable length namecache entries.
christos[src/trunk]: src/usr.bin Expose struct namecache.
christos[src/trunk]: src/sys/sys - make nc_nlen short since we can now accommodate mo...
christos[src/trunk]: src/sys Regen
christos[src/trunk]: src/sys/kern - expose the now hidden namecache
maxv[src/trunk]: src/sys/dev/nvmm/x86 Always set hwcode on error. Useful for debu...
dyoung[src/trunk]: src/usr.bin/unexpand Fix a handful of bugs in unexpand(1):
dyoung[src/trunk]: src/usr.bin/unexpand Fix `unexpand -a -t n`, which also did not ...
dyoung[src/trunk]: src/usr.bin/unexpand Deduplicate some code I'd duplicated, short...
ryo[src/trunk]: src/sys/arch/aarch64 In pmap_devmap_bootstrap(), cpu_earlydevice...
ryo[src/trunk]: src/sys/dev/usb Support serial speeds up to 12mbaud with newer F...
tnn[src/trunk]: src/sys/external/bsd/gnu-efi/dist/inc resolve typedef conflicts ...
maxv[src/trunk]: src Add vHCI, a driver which allows to send and receive USB pack...
tnn[src/trunk]: src/share/man/man4 add SYNOPSIS for how to make ugen capture spe...
maxv[src/trunk]: src/sys/dev/usb Fixes:
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes wh...
maxv[src/trunk]: src/sys/dev/usb Fix NULL derefs, to prevent kernel crashes when ...
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes wh...
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes wh...
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes wh...
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes wh...
maxv[src/trunk]: src/sys/dev/usb Fix NULL deref, to prevent kernel crashes when d...
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes wh...
maxv[src/trunk]: src/sys/dev/usb Fix NULL deref, to prevent kernel crashes when d...
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes wh...
christos[src/trunk]: src/sys/kern PT/54527: Anthony Mallet: Don't clear socket errors...
tnn[src/trunk]: src/sys/dev/spi KB -> kB
maya[src/trunk]: src/external/gpl3/gcc/dist/gcc Revert ira-color.c r1.2.
maya[src/trunk]: src/external/gpl3/gcc/dist/gcc Initialize the mode before access...
mlelstv[src/trunk]: src/sys/kern Fix build.
tnn[src/trunk]: src/sys/dev/spi On second thought revert that. Let's open this c...
maxv[src/trunk]: src/sys/dev/usb Fix possible NULL deref. Found by vHCI.
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes at...
maxv[src/trunk]: src/sys/dev/usb Fix NULL deref. Found by vHCI.
maxv[src/trunk]: src/sys/dev/usb Fix error handling, to prevent kernel crashes at...
tsutsui[src/trunk]: src/sys Restore interface to pass a MD reset function to MI wdcp...
christos[src/trunk]: src/sys/dev/pci - KNF
christos[src/trunk]: src/sys/kern - add missing error check
christos[src/trunk]: src/lib/libc/gen fix wrong names and add markup
wiz[src/trunk]: src/lib/libc/gen Fix markup, and remove two superfluous Pp.
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Trailing whitespace
maxv[src/trunk]: src/sys/dev/usb Don't kmem_alloc(0) if there are no endpoints, o...
maxv[src/trunk]: src/sys/dev/usb Add missing length checks on descriptors, to pre...
maxv[src/trunk]: src/sys/dev/usb Reset ud_pipe0 to NULL before calling usbd_setup...
skrll[src/trunk]: src/common/lib/libc/arch/aarch64/atomic __sync_or_and_fetch_8 sh...
maxv[src/trunk]: src/sys/conf Wrong major.
ryoon[src/trunk]: src/etc Replace major number in MAKEDEV for vhci
kamil[src/trunk]: src/libexec/ld.elf_so Return the ELF loader dl_phdr_info informa...
kamil[src/trunk]: src/sys/sys Add Clang/LLVM specific feature/extension detection ...
skrll[src/trunk]: src/common/lib/libc/arch/arm/atomic __sync_{, x}or_and_fetch_8 sh...
maxv[src/trunk]: src/share/man/man8 Regen for vHCI, IPMI (was forgotten it seems)...
tnn[src/trunk]: src/sys/arch/aarch64 report A72 errata #859971 workaround status...
kamil[src/trunk]: src/sys/sys Define __NO_LEAKS in sys/cdefs.h
maxv[src/trunk]: src/doc Note vHCI.
kamil[src/trunk]: src/bin/ps ps(1): Guard freeing the memory of pinfo with __NO_LE...
macallan[src/trunk]: src/sys/dev/adb fix non-debug build
christos[src/trunk]: src Add F_GETPATH, presented to tech-kern.
christos[src/trunk]: src/distrib/sets/lists add t_fcntl
christos[src/trunk]: src/tests/kernel Add tests for fexecve(2)
christos[src/trunk]: src/lib/libc/sys documentation for fexecve(2)
christos[src/trunk]: src/distrib/sets/lists fexecve(2) related additions.
maya[src/trunk]: src/sys/kern indentation and whitespace
maya[src/trunk]: src/sys/kern More indentation
brad[src/trunk]: src Add support for legacy ZFS filesystems, specified by mountpo...
christos[src/trunk]: src/sys/kern Don't set AT_SUN_EXECNAME if we don't have a fully ...
christos[src/trunk]: src/sys/kern adjust for new check_exec signature.
christos[src/trunk]: src/sys/kern - Add support for fexecve
christos[src/trunk]: src/sys/kern set VEXEC if FEXEC is set.
christos[src/trunk]: src/sys/sys - Add O_EXEC, FEXEC.
christos[src/trunk]: src/sys/sys - Adjust function signatures
christos[src/trunk]: src/sys/compat/netbsd32 fix fexecve
christos[src/trunk]: src/sys/kern Prevent O_EXEC for mq_open(2), and O_EXEC with a wr...
gutteridge[src/trunk]: src/external/cddl/osnet/sbin/zfs mount_zfs.8: add xref to fstab(5)
christos[src/trunk]: src/lib/libc/sys Document O_EXEC, and add some extra explanation...
bouyer[src/trunk]: src/sys Packet filters can return an mbuf chain with fragmented ...
gutteridge[src/trunk]: src/share/man/man5 fstab.5: add mention of zfs
bouyer[src/trunk]: src/sys/arch/evbarm/conf Inlcude external/bsd/sljit/conf/files.s...
christos[src/trunk]: src/lib/libedit Fix type and remove cast (Yuichiro NAITO/FreeBSD).
bad[src/trunk]: src/share/mk Also don't add a sysroot at all if a rumpkernel build.
christos[src/trunk]: src/include Declare fexecve
christos[src/trunk]: src/tests/lib/libc/c063 Remove the incomplete define.
christos[src/trunk]: src/include Remove the _INCOMPLETE_XOPEN_C063 stuff.
christos[src/trunk]: src/include one fexecve declaration should be enough.
christos[src/trunk]: src/include remove comment for incomplete x/open impl (kamil)
christos[src/trunk]: src/sys/sys more _INCOMPLETE_XOPEN_C063 (kamil)
manu[src/trunk]: src/sys/arch/i386/stand/lib Remove debug define.
kamil[src/trunk]: src/bin/dd Drop -D_INCOMPLETE_XOPEN_C063 from dd(1)
manu[src/trunk]: src/sys/kern Rollback change to accept NAME=label root device sp...
kamil[src/trunk]: src/lib/librumphijack Stop passing -D_INCOMPLETE_XOPEN_C063 (obs...
manu[src/trunk]: src/sys/kern Accept root device specification as NAME=label
kamil[src/trunk]: src/lib/libc/gen Remove _INCOMPLETE_XOPEN_C063, no longer needed
manu[src/trunk]: src/share/man/man8/man8.x86 Remove obsoeolete BUGS note that UEF...
wiz[src/trunk]: src/lib/libc/sys Add missing word, fix typo, remove trailing whi...
wiz[src/trunk]: src/lib/libc/sys Add missing word, add comma in enumeration.
wiz[src/trunk]: src/external/cddl/osnet/sbin/zfs Use more markup.
wiz[src/trunk]: src/lib/libc/sys Sort errors.
maya[src/trunk]: src/external/mit/xorg/tools/fc-cache Define XML_POOR_ENTROPY in ...
maya[src/trunk]: src/external/mit/expat/dist Import expat 2.2.8
maya[src/trunk]: src/external/mit/expat/dist Merge expat 2.2.8
maya[src/trunk]: src/external/mit/expat/lib/libexpat Regenerate the output of exp...
maya[src/trunk]: src/doc Update expat entry
macallan[src/trunk]: src/sys/arch/macppc/conf add ktm at adb driver
mlelstv[src/trunk]: src/distrib/sets/lists/man Include mount_zfs man pages only for ...
maya[src/trunk]: src/external/mit/expat/dist Remove old generated file.
christos[src/trunk]: src/lib/libc/sys merge the two E2BIG entries (wiz)
christos[src/trunk]: src/sys/kern PR/54549: ng0: always initialize execname.
maya[src/trunk]: src/external/mit/expat/lib/libexpat Remove unused definitions, a...
skrll[src/trunk]: src/common/lib/libc/arch/arm/atomic Traiing whitespace.
gson[src/trunk]: src/share/man/man5 MKZFS is no longer the default on i386; it wa...
mrg[src/trunk]: src/sys/modules add modules for all usbnet drivers not present.
mrg[src/trunk]: src build exec_elf32 module on arm64.
mrg[src/trunk]: src enable building modules for if_aue(4), if_cdce(4), if_cue(4),
mrg[src/trunk]: src/sys/compat/sunos32 pass new missing fd argument to execve1().
christos[src/trunk]: src/sys Add a boolean argument to indicate if we have a path/tru...
christos[src/trunk]: src/sys/sys belatedly bump for execve1 signature change which af...
msaitoh[src/trunk]: src/sys/dev/pci Use unsigned to avoid undefined behavior in lii_...
wiz[src/trunk]: src/lib/libc/sys Sort errors; remove two more duplicates.
nonaka[src/trunk]: src/etc/rc.d Moved zfs out of MKX11 block.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that the multicast filter isn't ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove ixgbe_set_promisc() and use ixgbe_s...
ozaki-r[src/trunk]: src/sys/netinet6 nd6: remove extra pserialize_read_exit
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe s/ixgbe_set_multi/ixgbe_set_rxfilter/. No ...
tnn[src/trunk]: src/sys/arch/arm/rockchip rkiic: coalesce smbus-style writes int...
tnn[src/trunk]: src/sys/dev/i2c rkpmic: add RTC support; register w/ todr(9)
kamil[src/trunk]: src/sys/sys Define __noubsan in sys/cdefs.h for KERNEL sanitization
kamil[src/trunk]: src/sys/arch/x86/x86 Switch to __noubsan in x86_hotpatch()
tnn[src/trunk]: src/sys/dev/i2c rkpmic: correct delay
kamil[src/trunk]: src/sys/kern Decorate percpu_cpu_swap() with __noubsan
maxv[src/trunk]: src/sys Handle M_EXT with M_BUFADDR, and introduce M_BUFSIZE. Us...
christos[src/trunk]: src/sys Add newly created vnodes to the namei cache. The rest of...
skrll[src/trunk]: src/sys/uvm/pmap Whitespace
skrll[src/trunk]: src/sys/uvm/pmap s/pte/ptep/ in pmap_pte_process for consistency...
christos[src/trunk]: src/sys/ufs/chfs fix compilation
christos[src/trunk]: src/bin/df Print the wedge name with -W instead of mntfrom
christos[src/trunk]: src/bin/df mention that -W needs root.
kamil[src/trunk]: src/sys/arch/amd64/amd64 Avoid VLA to appease stack-protector
uwe[src/trunk]: src/etc Use $file instead of $(echo $file). I don't think the e...
christos[src/trunk]: src/bin/df It is not just root, it is device read access (kre)
thorpej[src/trunk]: src/usr.sbin/installboot Add support for additional install step...
thorpej[src/trunk]: src/etc Create the character device for spiflash, in addition to...
msaitoh[src/trunk]: src/sys/dev/scsipi Use unsigned to avoid undefined behavior in s...
ozaki-r[src/trunk]: src/sys Avoid having a rtcache directly in a percpu storage
ozaki-r[src/trunk]: src/sys/netinet wqinput: avoid having struct wqinput_worklist di...
ozaki-r[src/trunk]: src/sys/net Add missing #include <sys/kmem.h>
knakahara[src/trunk]: src/sys/net Divide Tx context of l2tp(4) to improve performance.
ozaki-r[src/trunk]: src/sys Apply some missing changes lost on the previous commit
knakahara[src/trunk]: src/sys Avoid having a rtcache directly in a percpu storage for ...
knakahara[src/trunk]: src/sys/net l2tp(4): avoid having struct ifqueue directly in a p...
blymn[src/trunk]: src/tests/lib/libcurses Rototill to add complex character support:
riastradh[src/trunk]: src/sys/crypto/nist_hash_drbg Use CTASSERT where possible, run-t...
msaitoh[src/trunk]: src/sys/dev/mii Change ICPLUS(0x0090c3) to xxICPLUS(0x0009c3)
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src/sys/dev/mii - ICPLUS -> xxICPLUS
riastradh[src/trunk]: src/sys/crypto/nist_hash_drbg Use an explicit run-time assertion...
nonaka[src/trunk]: src/sys/dev/ic Don't set Phase Tag bit of Completion Queue entry...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 ref/mod bit should be set according...
maxv[src/trunk]: src/sys/net dedup
maxv[src/trunk]: src/sys/arch/arm/imx Use M_BUFADDR.
maxv[src/trunk]: src/sys/dev Fix direction of the loop.
maxv[src/trunk]: src/sys/dev/ic Fix argument.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Make ixv_set_multi() work correctly (esp...
msaitoh[src/trunk]: src/sys/dev/pci Print some DPC register values not with %04x but...
mrg[src/trunk]: src add mos(4) driver for Moschip MCS7730/MCS7830/MCS7832 usb et...
kamil[src/trunk]: src/sys/external/bsd/drm2/include/asm Adapt DRMKMS BUILD_BUG_ON_...
maxv[src/trunk]: src/sys/uvm Fix programming mistake: 'paddrp' is a pointer given...
maxv[src/trunk]: src/sys/dev/ic Don't use the same iterator in a nested loop. (Ho...
kamil[src/trunk]: src/sys/external/bsd/drm2/include/asm Define DRMCTASSERT() for C...
kamil[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Switch CTASSERT() to DRM...
kamil[src/trunk]: src/sys/kern Validate usec ranges in do_sys_utimes()
maxv[src/trunk]: src/sys Add ifdefs to eliminate false positives on lgtm, same as...
wiz[src/trunk]: src/share/man/man4 Fix date, add comma in enumeration.
wiz[src/trunk]: src/bin/df file system police. Fix typo. Fix macro use.
kamil[src/trunk]: src/sys/kern Validate usec ranges in settimeofday1()
christos[src/trunk]: src/sys/dev/ic declare printflike functions and fix another prin...
kamil[src/trunk]: src/sys/netinet6 Decorate in6_clearscope() with __noubsan
kamil[src/trunk]: src/sys/kern Validate usec ranges in sys___select50()
kamil[src/trunk]: src/sys/compat/common Validate usec ranges in compat_50_sys_sele...
kamil[src/trunk]: src/sys/compat/netbsd32 Validate usec ranges in compat_50_netbsd...
kamil[src/trunk]: src/sys/compat/netbsd32 Validate usec ranges in netbsd32___selec...
kamil[src/trunk]: src/sys/compat Avoid signed integer overflow when convering linu...
macallan[src/trunk]: src/sys/arch/macppc/dev identify TAS3001 from i2c address if the...
macallan[src/trunk]: src/sys/arch/macppc/dev various minor fixes and updates:
macallan[src/trunk]: src/sys/arch/powerpc/oea don't enable NAP mode on 7450 CPUs - my...
brad[src/trunk]: src/external/cddl/osnet/sbin/zfs Add a copyright to the man page...
sevan[src/trunk]: src/external/cddl/osnet/sbin/zfs Use Pa macro for path
nat[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Fix off by one in sbc encoder. Tes...
maxv[src/trunk]: src/sys/compat/netbsd32 Fix netbsd32___mount50():
maxv[src/trunk]: src/sys/dev/ic Add __printflike, and fix two incorrect fmts. Rep...
maxv[src/trunk]: src/sys/dev/ic Remove unused function prototype. Reported by the...
sevan[src/trunk]: src/usr.bin/calendar/calendars Add 8.1 release
sevan[src/trunk]: src/usr.bin/calendar/calendars sort
sevan[src/trunk]: src/usr.bin/calendar/calendars We use spaces, not tabs here
jmcneill[src/trunk]: src/sys/stand/efiboot Honour block device's IO alignment require...
msaitoh[src/trunk]: src/sys/dev/pci Modify Attansic Ethernet devices' description to...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
sevan[src/trunk]: src/share/examples/npf With bin/54124 fixed, the rule needs to b...
kre[src/trunk]: src/sys/dev/ic bus_addt_t is different widths on different archs...
jmcneill[src/trunk]: src Add support for Mellanox 5th generation ethernet devices. Th...
jmcneill[src/trunk]: src/doc mcx(4): Added driver for Mellanox 5th generation ethernet.
msaitoh[src/trunk]: src/sys/dev/pci Add Killer E2400 and E2500.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
kre[src/trunk]: src/tests/fs/vfs Initialise the sometvs array of struct timeval ...
maya[src/trunk]: src/external/mit/expat/lib/libexpat Actually define BYTEORDER si...
gson[src/trunk]: src/usr.sbin/usbdevs Look for up to 16 USB controllers, to match...
sevan[src/trunk]: src/dist/pf/usr.sbin/ftp-proxy grammar
sevan[src/trunk]: src/share/examples/npf Drop the final keyword to use the default...
sevan[src/trunk]: src/share/examples/npf default policy is to blockall
sevan[src/trunk]: src/share/examples/npf Add descriptions for all rules and make u...
sevan[src/trunk]: src/share/examples/npf improve description
sevan[src/trunk]: src/share/examples/npf pastos
rin[src/trunk]: src/sys/arch/luna68k/dev Spell out "Hitachi" correctly in comment.
rin[src/trunk]: src/sys/arch/luna68k/dev Correct size of framebuffer; page offse...
dsainty[src/trunk]: src Purge an ancient email address, use dsainty@NetBSD.org instead
dsainty[src/trunk]: src/share/man/man4 Purge an ancient email address, use dsainty@N...
mrg[src/trunk]: src/sys/dev/pci add mcx attachment.
kamil[src/trunk]: src/sys/dev/ic Reduce always true comparison in malo_cmd_set_txp...
jmcneill[src/trunk]: src/sys/dev/pci Correct mcx comment, drop mii dependency
maxv[src/trunk]: src/sys Fix KASAN on aarch64: the bus_space_* functions are macr...
mrg[src/trunk]: src/sys/ddb fix "show kernhist".
gson[src/trunk]: src/etc Don't mix tabs and spaces
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Disable translation table walks usi...
ryo[src/trunk]: src/sys/dev/ic 8168H model didn't link up well. some models seem...
jmcneill[src/trunk]: src/sys/arch/arm/acpi Use vcons for simplefb preattach to speed ...
brad[src/trunk]: src Add USE_SHLIBDIR=yes to a number of Makefiles for the librar...
sevan[src/trunk]: src/share/examples/npf Passive FTP works as a client without thi...
sevan[src/trunk]: src/share/examples/npf Add support for blacklistd
christos[src/trunk]: src Add a new member to struct vfsstat and grow the unused members
christos[src/trunk]: src/sys regen
kamil[src/trunk]: src/sys/sys Make __CTASSERT static assert again
christos[src/trunk]: src/sys/compat/sys new files for statvfs90
kamil[src/trunk]: src/sys/sys Handle LSan/LLVM and LSan/GCC in __NO_LEAKS
kamil[src/trunk]: src/external/gpl3/gcc/dist/gcc Add LSan and UBSan specific prepr...
rin[src/trunk]: src/sys/net Stop passing a large const structure by value, in or...
skrll[src/trunk]: src/sys/kern Enable POOL_REDZONE with DIAGNOSTIC.
mrg[src/trunk]: src/sys/external/bsd/drm2/drm when "boot -x", don't turn on *all...
maxv[src/trunk]: src/sys/dev/pci A * is missing here. This could cause a use-afte...
maxv[src/trunk]: src/sys Remove unused assignment. Found by the lgtm bot.
maxv[src/trunk]: src/sys/dev/pci Remove (unused) reference to m_pktdat.
maxv[src/trunk]: src/sys/sys Use M_BUFADDR to dedup code in M_LEADINGSPACE.
jmcneill[src/trunk]: src/sys/dev/acpi Match APMC0D0F compatible string.
mrg[src/trunk]: src/usr.sbin/intrctl add "-w wait" arg to "intrctl list" to have...
christos[src/trunk]: src Restore binary compatibility by using the statvfs90 structur...
taca[src/trunk]: src/doc Postfix 3.1.14/3.2.11/3.3.6/3.4.7 released.
christos[src/trunk]: src Consistently use ${RELEASEDIR}/${RELEASEMACHINE} instead of
christos[src/trunk]: src/bin/df we don't need root anymore.
kamil[src/trunk]: src/distrib/sets/lists/debug Fix MKDEBUG distrib sets
skrll[src/trunk]: src/sys/arch Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and ...
skrll[src/trunk]: src/sys/dev/ic Use PRIxBUSADDR
maya[src/trunk]: src/external/mit/expat/lib/libexpat Now that expat_config.h uses...
maxv[src/trunk]: src/sys/dev/ic Move the timeout check out of the loop, otherwise...
christos[src/trunk]: src/bin/cp PR/54564: Jan Schaumann: cp of a fifo yields an empty...
christos[src/trunk]: src/lib/libc/gen lint is not smart enough to figure out that ilo...
skrll[src/trunk]: src/sys/uvm/pmap Use "segmap" for uvm_wait message in pmap_segta...
jmcneill[src/trunk]: src/share/man/man4 mcx(4) will appear in 9.0
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
mrg[src/trunk]: src/usr.sbin/intrctl add -z flag to intrctl list, which elides a...
christos[src/trunk]: src/sys/compat/sunos Add missing break
christos[src/trunk]: src/sys/compat/sunos Treat valsize as unsigned
christos[src/trunk]: src/sys/compat/sunos32 make this compile again
christos[src/trunk]: src/sys/compat/sunos make this compile again.
kamil[src/trunk]: src/sys/arch Disable __NO_STRICT_ALIGNMENT on amd64/i386 for UBS...
kamil[src/trunk]: src/sys/netinet6 Remove __noubsan from in6_clearscope()
manu[src/trunk]: src/sys/arch/i386/stand/efiboot/bootia32 Fix multiboot32 argumen...
mlelstv[src/trunk]: src/sys/dev/sdmmc Remove debug printf.
wiz[src/trunk]: src/usr.sbin/intrctl Merge single letter options in usage.
nakayama[src/trunk]: src/usr.sbin/postinstall Add ${DEST_DIR} prefix to check target ...
maya[src/trunk]: src/sys/arch/vax/include Avoid duplicate PRIxBUSADDR and follow ...
msaitoh[src/trunk]: src/sys/dev/pci Use IFM_50G_SR2.
jmcneill[src/trunk]: src/sys/dev/fdt Use correct #cells for parent address when decod...
maya[src/trunk]: src/external/gpl2/xcvs/dist/src Ignore our default core file pat...
maya[src/trunk]: src/external/mit/expat/lib/libexpat Unless we add --sysroot, the...
kamil[src/trunk]: src/sys/kern Add a temporary ctassert checking whether void* and...
maya[src/trunk]: src/external/mit/xorg/lib Update build logic for mesa 19.1.7.
maya[src/trunk]: src/doc Updated mesa.
kamil[src/trunk]: src/external/gpl2/xcvs/dist/src Add a bunch of meta files from g...
kamil[src/trunk]: src/external/gpl2/xcvs/dist/src Add missing ;
maya[src/trunk]: src/external/mit/xorg/lib Adjust .PATH
ozaki-r[src/trunk]: src/sys Initialize DAD components properly
ozaki-r[src/trunk]: src/sys Make panic messages more informative
maya[src/trunk]: src/sys/dev/ic Make clang -Wformat-security happier by not passi...
mlelstv[src/trunk]: src/sys/dev/sdmmc Use correct function to verify if a task has b...
skrll[src/trunk]: src/sys/arch/arm/arm32 Convert a __CTASSERT into a KASSERT as L1...
christos[src/trunk]: src/sys/rump/librump/rumpvfs Regen
skrll[src/trunk]: src/sys/arch/arm/broadcom Whitespace
skrll[src/trunk]: src/sys/arch/arm/broadcom KNF
skrll[src/trunk]: src/sys/arch/arm/broadcom Sprinkle static
skrll[src/trunk]: src/sys/arch/arm/broadcom Sprinkle KASSERTs
skrll[src/trunk]: src/sys/arch/arm/broadcom s/2835/283X/ in BCM2835_PERIPHERALS_BA...
skrll[src/trunk]: src/sys/arch/arm/broadcom Add BCM2838_{PERIPHERALS, ARM_LOCAL}_BA...
jnemeth[src/trunk]: src/sys/netinet PR/54572 - Edgar Fu? -- error in comment
sevan[src/trunk]: src/share/misc SDR
christos[src/trunk]: src/lib/librumphijack teach hijack about the new vfs syscalls
christos[src/trunk]: src/sys/compat/netbsd32 avoid signed-compare warning; use uintma...
abs[src/trunk]: src/etc Switch default console tty from /dev/console to /dev/con...
christos[src/trunk]: src/sys/compat/common fix sign-compare issues.
christos[src/trunk]: src/sys/compat/sys accrightslen is always used in an unsigned co...
christos[src/trunk]: src/sys/compat/netbsd32 make the ?: expression types match
christos[src/trunk]: src/sys/compat/netbsd32 accrightslen should be u_int for compat too
christos[src/trunk]: src/sys/compat/netbsd32 use size_t for counters (which are compa...
christos[src/trunk]: src/sys make nmountcompatnames unsigned (assigned from __arrayco...
christos[src/trunk]: src/sys/dev/usb subdevlen is an array length, make it unsigned
christos[src/trunk]: src/sys/dev/raidframe make nspares unsigned; it is assigned from...
christos[src/trunk]: src/sys/compat/ossaudio - "source" is u_long in the kernel (and ...
christos[src/trunk]: src/sys/arch/amd64/amd64 - promote regs from int to u_int in com...
christos[src/trunk]: src/sys/modules/compat_50 Limit -Wno-sign-compare to only rtsock...
christos[src/trunk]: src/sys/modules Kill WARNS = 3 from all the modules that now com...
msaitoh[src/trunk]: src/sys/dev/pci Fix typo in comment.
mrg[src/trunk]: src/external/gpl3/gcc.old/dist/gcc/config merge gcc 7.4 into gcc...
mrg[src/trunk]: src/external/gpl3/gcc.old import GCC 7.4 as gcc.old
msaitoh[src/trunk]: src/sys/arch/x86/include Define CPUID_CAPEX_FLAGS's bit 10 corre...
mrg[src/trunk]: src/external/gpl3/gcc.old/dist merge gcc 7.4 into gcc.old part 2.
bouyer[src/trunk]: src/sys/dev/i2c Abort attach if acpi_intr_establish() fails. Fro...
bad[src/trunk]: src/tools Exclude more subdirs if TOOLS_BUILDRUMP=yes.
mlelstv[src/trunk]: src/sbin/raidctl nspares is now unsigned. Validate and use as po...
mlelstv[src/trunk]: src/sbin/raidctl Need MIN in userland. Also some more signed/uns...
mlelstv[src/trunk]: src/bin/ksh Fix FALLTHROUGH comments.
gutteridge[src/trunk]: src/sys/dev cgd_crypto.c: fix minor typo in comment
nonaka[src/trunk]: src/sys/dev/ic nvme(4): Don't attach the device, if namespace no...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot x86 efiboot: pass a filename to ...
jmcneill[src/trunk]: src/sys/stand/efiboot Do a full reset of the console at startup
christos[src/trunk]: src/lib/libc/sys document errors returned by F_GETPATH
christos[src/trunk]: src/sys/miscfs/procfs Rewrite the procfs_fileno as an inline fun...
christos[src/trunk]: src/sys/miscfs/procfs fix sign-compare issues: uio->uio_offset (...
christos[src/trunk]: src/sys/modules/procfs Kill WARNS = 3
mrg[src/trunk]: src/external/gpl3/gcc.old merge gcc 7.4 into gcc.old part 3 (last?)
bad[src/trunk]: src/sys/rump/librump/rumpkern Provide a weak alias for vnode_to_...
christos[src/trunk]: src/sys/fs/ptyfs cast VNOVAL to the the va_size type which is u_...
christos[src/trunk]: src/sys/modules/ptyfs kill WARNS = 3
christos[src/trunk]: src/sys/net/npf Cast m_mbuflen() result to "size_t". It could al...
christos[src/trunk]: src/sys/modules/npf kill WARNS = 3
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Validate register number before f...
christos[src/trunk]: src/sys provide VNOVALSIZE and VNOVALFLAGS to avoid casting in s...
sjg[src/trunk]: src/usr.bin/make Do not assume safe to pass NULL to realpath(3).
bad[src/trunk]: src/sys/rump revert r1.35-r1.40 of sys/rump/listsrcdirs.
bad[src/trunk]: src/sys/rump rtadvd needs expandm.[hc] from libwrap.
pgoyette[src/trunk]: src/sys Actually return the updated pointer-to-mbuf-pointer to t...
chs[src/trunk]: src/sys/arch/cesfic/cesfic do not clear "cold" in MD code, that ...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Add SDHC_FLAG_NO_BUSY_INTR flag.
hkenken[src/trunk]: src/sys/arch/arm/imx Add i.MX SPI device type.
wiz[src/trunk]: src/lib/libc/sys Sort errors. Remove trailing whitespace.
mlelstv[src/trunk]: src/sys/compat/netbsd32 signed/unsigned mismatch.
mlelstv[src/trunk]: src/sys/compat/netbsd32 Ensure failure if resid goes negative.
gson[src/trunk]: src/sys/arch/i386/stand/pxeboot Incrase pxeboot code size limit ...
mlelstv[src/trunk]: src/sys/arch/evbarm/conf BEAGLE* kernel expects NetBSD bootargs ...
bad[src/trunk]: src/sys/rump Exclude sys/external/{gpl2/dts,bsd/drm*}.
bad[src/trunk]: src/sys/rump Remove libelf from "usr" list. Deleted 2015-09-30.
skrll[src/trunk]: src/sys/arch/arm/broadcom BCM2838 (RPI4) support.
christos[src/trunk]: src/sys/miscfs/procfs Instead of casting to size_t, cast to uint...
jmcneill[src/trunk]: src/sys/dev/fdt Don't assume pinctrl-0 is the default configurat...
jakllsch[src/trunk]: src/sys/stand/efiboot Use roundup2() instead of open coding some...
christos[src/trunk]: src/sys/fs/puffs Fix copying issue that was causing errors in un...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Whitespace
plunky[src/trunk]: src/sys/netbt When encrypted connections are configured, verify ...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 newline after break
plunky[src/trunk]: src/sys/netbt permit read_encryption_key_size from userland
mlelstv[src/trunk]: src/sys/arch/arm/broadcom Handle BCM2838 (bcm2711) SoC pecularit...
skrll[src/trunk]: src/sys/arch/arm/broadcom Fix build on SOC_BCM2835 kernels
mlelstv[src/trunk]: src/sys/compat/netbsd32 signed/unsigned comparison.
skrll[src/trunk]: src/sys/arch/arm/nvidia Update tegra_pinmux to support all bindi...
mlelstv[src/trunk]: src/sys/dev/pci Fix typo, remove debug printf.
bouyer[src/trunk]: src/sys/dev/acpi joshua stein, PR kern/54493: acpi_i2c uses inco...
christos[src/trunk]: src/sys/external/bsd/drm2/include/linux Fix signed/unsigned comp...
christos[src/trunk]: src/sys/sys For 32 bit the mstohz and hztoms functions evaluate ...
christos[src/trunk]: src/share/man/man9 document that mstohz take and return unsigned...
christos[src/trunk]: src/sys/arch remove local version of mstohz() now that <sys/para...
christos[src/trunk]: src/sys/external/bsd/drm2/include/linux fixed signed compare.
christos[src/trunk]: src/sys/modules/compat_netbsd32 Disable NETBSD32_DRMKMS by not u...
christos[src/trunk]: src/sys/compat/netbsd32 fix sign-compare.
jmcneill[src/trunk]: src/sys/kern mbstat_conver_to_user_cb -> mbstat_convert_to_user_cb
chs[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 initialize a local varia...
tnn[src/trunk]: src/sys/dev/pci mcx(4): fix rx mbuf DMA overrun
tnn[src/trunk]: src/sys/dev/pci len -> m_len
bad[src/trunk]: src/sbin/fsck initialize disc_dict to NULL.
mrg[src/trunk]: src/sys/external/bsd/common/include/linux fix another sign compa...
jakllsch[src/trunk]: src/sys/stand/efiboot Increase MI efiboot bootprompt() input buf...
pgoyette[src/trunk]: src/doc Another issue, as identified on IRC/ICB
uwe[src/trunk]: src/sys/ddb Print db> prompt in db_read_line(), not db_readline().
uwe[src/trunk]: src/sys/ddb db_command - make sure count is always initialized.
uwe[src/trunk]: src/sys/ddb db_command - make setting have_addr more clear.
uwe[src/trunk]: src/sys/ddb db_command - don't hide local static variable in the...
macallan[src/trunk]: src/sys/dev/i2c add another matchstring for the ds1307 found in ...
macallan[src/trunk]: src/sys/dev/i2c appease -Werror=stack-protector by avoiding vari...
skrll[src/trunk]: src/sys/arch/arm/arm32 aprint_debug_dev output alignment
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Typo in comment
rhialto[src/trunk]: src/sys/kern Do all delta calculations strictly using uint32_t. ...
rmind[src/trunk]: src/usr.sbin/npf/npfctl npfctl: implement table replace subcommand.
rmind[src/trunk]: src/sys/net/npf NPF ifmap: rework and fix a few small bugs.
rmind[src/trunk]: src/usr.sbin/npf/npfctl npfctl: implement table replace subcommand.
jakllsch[src/trunk]: src/sys/dev/ic Make AHCI_RFIS_SYNC macro (currently unused) comp...
jakllsch[src/trunk]: src/sys/dev/ic Ensure cmdh_prdtl is 0 in ahci_do_reset_drive().
jakllsch[src/trunk]: src/sys/dev/ic Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure...
jakllsch[src/trunk]: src/sys/dev/ic Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READ...
mrg[src/trunk]: src/share/mk gcc 7 can now be found in gcc.old.
mrg[src/trunk]: src convert HAVE_GCC == 7 to HAVE_GCC >= 7.
mrg[src/trunk]: src convert HAVE_GCC == 7 to HAVE_GCC >= 7.
rmind[src/trunk]: src libnpf/npfctl: support dynamic NAT rulesets using a name pre...
knakahara[src/trunk]: src/sys/arch/x86/pci Fix typo in vmxnet3_legacy_intr().
mrg[src/trunk]: src/tools/gcc remove HAVE_GCC == 6 support, add HAVE_GCC == 8 su...
knakahara[src/trunk]: src/sys/net Fix a ifa_release() leak for a specific struct rt_ad...
christos[src/trunk]: src/sys/external/bsd/common/include/linux use __inline
sevan[src/trunk]: src/share/man/man7 Document standards and correct history.
bouyer[src/trunk]: src/sys/external/bsd/ipf/netinet Fix 2 bugs, reported by Edgar F...
bouyer[src/trunk]: src/sys/external/bsd/ipf/netinet fix double space in comment
uwe[src/trunk]: src/usr.sbin/npf/npfctl Use -width Pa for FILES.
uwe[src/trunk]: src/usr.sbin/npf/npfctl Fix pasto in table replace -t type
uwe[src/trunk]: src/usr.sbin/npf/npfctl Use -width Pa for FILES.
kamil[src/trunk]: src/sys Move TRAP_CHLD/TRAP_LWP ptrace information from struct p...
kamil[src/trunk]: src/sys/sys Welcome to 9.99.15!
rmind[src/trunk]: src/sys/net/npf npf_ifmap_copylogname: be more defensive.
cnst[src/trunk]: src/sys/kern kern/subr_disk: bounds_check_with_label: really pro...
msaitoh[src/trunk]: src/sys/net Increment if_iqdrops when dropping an oversized frame.
mrg[src/trunk]: src add a note about GCC 8.3 import probably needing cleaning.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set MTU correctly if mtu > 1500.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Increase maxusers to 64 for 64-bit kernels
mrg[src/trunk]: src/external/gpl3/gcc/dist import GCC 8.3. it includes these ne...
kardel[src/trunk]: src/sbin/ifconfig PR/54513 ifconfig exits on newly created carp ...
mrg[src/trunk]: src/external/gpl3/gcc/dist merge GCC 8.3.0 pass 1. will not com...
mlelstv[src/trunk]: src/sys/dev/ic Don't attach an ld device if the format descripto...
mrg[src/trunk]: src/external/gpl3/gcc/dist merge GCC 8.3.0 pass 2. still will n...
christos[src/trunk]: src/external/bsd/libpcap/dist Sunday, July 22, 2018
christos[src/trunk]: src/external/bsd/libpcap merge conflicts
christos[src/trunk]: src/sys/net sync with libcap-1.9.1
christos[src/trunk]: src/external/bsd/tcpdump/dist Friday, September 20, 2019, by mcr...
christos[src/trunk]: src/external/bsd/tcpdump merge conflicts
christos[src/trunk]: src/distrib/sets/lists new libpcap
christos[src/trunk]: src/doc new tcpdump/libpcap.
chs[src/trunk]: src/sys/kern in shmdt(), wait until shmat() completes before det...
chs[src/trunk]: src/sys/dev/marvell make this compile again:
chs[src/trunk]: src/sys/uvm in uvm_wait(), panic if the pagedaemon thread does n...
chs[src/trunk]: src/sys/net in ifmedia_add(), use a wait-style memory allocation...
sevan[src/trunk]: src/usr.bin/calendar/calendars Add Alan Perlis
chs[src/trunk]: src/sys in many device attach paths, allocate memory with KM_SLE...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use unsigned to avoid un...
kamil[src/trunk]: src/sys/kern Restore the old behavior in PT_GET_PROCESS_STATE
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Avoid undefined behavior...
kamil[src/trunk]: src/tests/lib/libc/sys Add a few static asserts in t_ptrace_wait...
mrg[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer final GCC 8.3 sanitizer ...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc merge debug/file prefix/merge stu...
christos[src/trunk]: src/distrib/sets/lists/debug grr forgot one libpcap.
kamil[src/trunk]: src/sys/kern Remove 2 static asserts from the kernel ptrace code
kamil[src/trunk]: src/tests/lib/libc/sys Merge PT_GET_PROCESS_STATE checks into tr...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc/doc regen for GCC 8.3 and our cha...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config merge GCC 8.3.
jmcneill[src/trunk]: src/sys Add support for devices with separate "init" and "defaul...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Fixed compile error.
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/or1k retire or1k gcc 4.9 c...
mrg[src/trunk]: src/external/gpl3/gcc - use /usr/include/gcc-8
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc/common/config/or1k remove obsolet...
mrg[src/trunk]: src/external/gpl3/gcc/dist/libcpp remove obsolete code and merge...
msaitoh[src/trunk]: src/sys/net Print oversized frame's message only when DIAGNOSTIC...
mrg[src/trunk]: src/external/gpl3/gcc recycle README.gcc7 as README.gcc8 and giv...
mrg[src/trunk]: src/external/gpl3/gcc/dist don't undef SDB_DEBUGGING_INFO. obso...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc avoid multiple tm_file headers be...
mrg[src/trunk]: src/external/gpl3/gcc make most of this compile:
rin[src/trunk]: src Describe roundup2(9) in roundup(9).
rin[src/trunk]: src/sys/ddb Simplify logic to get rid of implicit dependence on ...
maya[src/trunk]: src Remove ldconfig from /rescue, and mark it MI obsolete.
mrg[src/trunk]: src/external/gpl3/gcc mknative-gcc for GCC 8.3 and all ports.
maya[src/trunk]: src/distrib/sets/lists/base Mark /rescue/edlabel as MI-obsolete, ...
sevan[src/trunk]: src/share/misc DAAP DLNA
skrll[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch/aarch64 Remove garbage. M...
maya[src/trunk]: src Split out /rescue to its own set and adapt installers/images...
maya[src/trunk]: src/doc Note /rescue is a separate set now.
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Fix core-dump register fetching.
christos[src/trunk]: src/external/mpl/bind/dist/lib/isc PR/54594: Martin Husemann: bi...
kamil[src/trunk]: src/tests/lib/libc/sys Remove ATF t_ptrace_wait test suspend1
sevan[src/trunk]: src/usr.bin/nc Skip options which rely on crypto support in geto...
mrg[src/trunk]: src/distrib/sets/lists gcc 8 set lists updates. i don't appear ...
mrg[src/trunk]: src/etc/mtree add gcc-8 dirs, remove gcc-6 dirs.
knakahara[src/trunk]: src/sys/net Revert route.c:r1.224 to fix net/arp/t_arp and net/n...
maxv[src/trunk]: src/sys/arch Remove the LazyFPU code, as posted 5 months ago on ...
maxv[src/trunk]: src/sys/dev/usb Improvements:
maxv[src/trunk]: src/sys/dev/usb More less kmem_zalloc(0).
maxv[src/trunk]: src/sys/dev/usb Fix memory leaks. Was wondering where memory had...
jnemeth[src/trunk]: src/doc typo
tnn[src/trunk]: src/libexec/ld.elf_so improve error message
mlelstv[src/trunk]: src/sys/dev/sdmmc More register definitions.
mlelstv[src/trunk]: src/sys/arch/arm/broadcom remove debug printfs, add more compat ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Rework interrupt handling to reduce the n...
jmcneill[src/trunk]: src/sys/net Add IFM_IEEE80211_VHT subtype, IFM_IEEE80211_11AC op...
jmcneill[src/trunk]: src/sys/dev/ic If firmware is connected in HT or VHT mode, repor...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Do not print timeout message when SCF_TOU...
msaitoh[src/trunk]: src - Add definitions of AMD's CPUID Fn8000_001f Encrypted Memor...
msaitoh[src/trunk]: src/sys/arch s/0x0x/0x/
christos[src/trunk]: src/external/bsd/jemalloc/dist/src realloc(ptr, 0) != { free(ptr...
christos[src/trunk]: src/lib/libintl provide sizes so that we don't truncate accident...
christos[src/trunk]: src/lib/libintl Since ch gets reassigned, it is not certain that...
christos[src/trunk]: src/lib/libskey use strlcpy here; the destination string is pass...
christos[src/trunk]: src/lib/libbluetooth Use strlcpy to NUL terminate the name strin...
jmcneill[src/trunk]: src/sys/net80211 ieee80211_announce: Print supported rates with ...
christos[src/trunk]: src/lib/librmt - user (an alias to the login buffer should be NU...
christos[src/trunk]: src/lib/libterminfo Cast function pointers that take different a...
christos[src/trunk]: src/lib/libutil provide a default error function instead of tryi...
tnn[src/trunk]: src/sys/arch/x86/pci change bus_space_map to _x86_memio_map
tnn[src/trunk]: src/sys/arch/amd64/conf add mcx(4) to GENERIC
tnn[src/trunk]: src/sys/arch/amd64/conf also add mcx(4) to ALL
pgoyette[src/trunk]: src/sys/compat/common Since we now have a compat_90 module, the ...
tnn[src/trunk]: src/lib/libutil annotate __dead
kamil[src/trunk]: src Switch kevent udata from intptr_t void*
kamil[src/trunk]: src/sys/sys Define LW_DBGSUSPEND in sys/lwp.h
kamil[src/trunk]: src/sys/kern Remove compile-time asserts checking whether intptr...
kamil[src/trunk]: src/sys/kern Separate flag for suspended by _lwp_suspend and sus...
kamil[src/trunk]: src/sys/kern Add two KASSERTS in the ptrace(2) kernel code
christos[src/trunk]: src/lib/libutil Ignore strncpy(foo, bar, sizeof(foo)) for the wt...
jmcneill[src/trunk]: src/sys/arch/arm/dts Increase voltage for frequencies above 1GHz
christos[src/trunk]: src deduplicate the conversion function from statvfs -> statfs12
christos[src/trunk]: src/sys/arch/acorn32/acorn32 change 0x% -> %x
christos[src/trunk]: src/libexec/ld.elf_so use __func__ (c99, c++11) instead of __FUN...
msaitoh[src/trunk]: src/sys/compat/common Make clog static. Found by lgtm bot.
maxv[src/trunk]: src/sys Add DMA instrumentation in KASAN. We note the original b...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Remove FDT_INTR_MPSAFE flag.
mrg[src/trunk]: src/external/gpl3/gcc - update README.gcc8 to include current st...
mrg[src/trunk]: src/bin/dd copy libc's swab.c into dd as dd_swab(), and remove t...
mrg[src/trunk]: src msg:
mrg[src/trunk]: src avoid access uninitialised memory, found by gcc8, patch by a...
mrg[src/trunk]: src/external/bsd/atf/dist/atf-sh give a catch() a variable. gcc...
mrg[src/trunk]: src turn off various warnings for various things:
mrg[src/trunk]: src/usr.bin/stat adjust fallthru comment.
mrg[src/trunk]: src/usr.bin/telnet use memmove() instead of strncpy() for overla...
mrg[src/trunk]: src/usr.bin/who use destination buffer size not source buffer si...
mrg[src/trunk]: src/usr.bin/who revert previous; i meant to test first and if yo...
maxv[src/trunk]: src/sys/arch Rename fpu_eagerswitch to fpu_switch, and add fpu_x...
uwe[src/trunk]: src/usr.bin/flock Tweak formatting.
christos[src/trunk]: src/sys/arch/acorn32/acorn32 undo previous, requested by uwe
maxv[src/trunk]: src/sys/dev/nvmm/x86 Add definitions for RDPRU, MCOMMIT, GMET an...
mrg[src/trunk]: src/common/lib/libc/misc workaround a GCC 8 warning:
maxv[src/trunk]: src/sys/dev/nvmm/x86 Fix definition for MWAIT. It should be bit ...
maxv[src/trunk]: src/sys/dev/nvmm/x86 Switch to the new PTE naming.
mrg[src/trunk]: src/sys/arch/x86/pci add missing break.
mrg[src/trunk]: src/sys/compat/sunos replace memcpy() with src bounds overflow w...
mrg[src/trunk]: src/sys/dev/ata use memmove() not memcpy() for overlapping regions.
mrg[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon add missing break. up...
mrg[src/trunk]: src/sys/fs/tmpfs remove an always false check and its' "This can...
maya[src/trunk]: src/external/gpl3/gcc/dist/gcc We might've switched modes, re-in...
kamil[src/trunk]: src/sys/kern Avoid signed integer overflow in ts2timo() for ts->...
maya[src/trunk]: src/sys/arch/sh3/include Provide PTRACE_ILLEGAL_ASM, using an il...
maxv[src/trunk]: src/sys/arch/i386/i386 Misc reordering, to clarify and reduce th...
uwe[src/trunk]: src/usr.bin/flock The command is not optional.
uwe[src/trunk]: src/usr.bin/flock Undo the confusion. Use separate synopsis lin...
mrg[src/trunk]: src/usr.bin/flock fix a bug gcc 8 picked up: use ~LOCK_NB to loo...
mrg[src/trunk]: src/usr.sbin/sup/source convert most sprintf() to snprintf().
mrg[src/trunk]: src/usr.sbin/sysinst add a size_t len to get_iso9660_volname() s...
gutteridge[src/trunk]: src/share/man/man9 panic.9: add xrefs to printf(3) and printf(9)
kamil[src/trunk]: src/sys/uvm Avoid left shift changing the signedness flag
brad[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs For ZFS on NetBSD...
kamil[src/trunk]: src/sys/kern Avoid -LONG_MIN msgtyp in msgrcv(2) and treat it as...
mrg[src/trunk]: src/sys/dev/pci add missing break.
mrg[src/trunk]: src/sys/dev/pcmcia add missing break.
mlelstv[src/trunk]: src/sys/dev Bail when dkdriver hasn't been initialized. This can...
ryoon[src/trunk]: src/share/man/man4 Fix a pasto, uhdiev, bump date
maxv[src/trunk]: src/sys/arch/x86/x86 Switch to the new PTE naming:
maxv[src/trunk]: src/sys/arch/x86/include Switch to the new PTE naming. No binary...
mlelstv[src/trunk]: src/distrib/utils/embedded/files Fix typo
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Remove SMC_CAPS_POLLING cap
jmcneill[src/trunk]: src/sys/dev/ic Add support for SDIO interrupts.
kamil[src/trunk]: src/sys/kern Check for valid timespec in clock_settime1()
kamil[src/trunk]: src/sys/compat/netbsd32 Validate input before converting timeval...
pgoyette[src/trunk]: src/sys/arch/amd64/conf Add a commented-out entry for COMPAT_90 ...
uwe[src/trunk]: src/lib/libc/db/db __dbpanic: use the official DB typedef name i...
jhigh[src/trunk]: src adding full scheme comparison to libcrypt:crypt and pwhash t...
uwe[src/trunk]: src/lib/libc/db/db __dberr: tweak signature to make gcc8 -Wbad-f...
uwe[src/trunk]: src/share/mk Don't add -Wabi to CXXFLAGS for gcc 8. It warns ab...
uwe[src/trunk]: src/lib/libc/gen getlogin_r: use strcpy(). We check namelen bef...
christos[src/trunk]: src/usr.bin/sed add an abort for a case that can't happen
christos[src/trunk]: src/usr.bin/sed Recognize \oOOO \dDD \xXX plus the other regular...
christos[src/trunk]: src/tests/usr.bin/sed Add tests for escape sequences.
mrg[src/trunk]: src/tests/fs/common sprintf->snprintf
sevan[src/trunk]: src/etc/rc.d No need to empose the script to be runnable during ...
mrg[src/trunk]: src/sys/external/bsd/drm2/nouveau list the PCI ID range for new ...
mrg[src/trunk]: src/sys remove __packed attribute from struct ieee80211_radiotap...
mrg[src/trunk]: src/usr.sbin/eeprom memcpy->strncpy, and avoid copying beyond th...
mrg[src/trunk]: src/external/bsd/ipf/dist use target size in a couple of strncpy...
mrg[src/trunk]: src/games/battlestar expand the internal consistency checks in t...
mrg[src/trunk]: src/usr.bin use memcpy() for strings that are not C strings.
mrg[src/trunk]: src/usr.sbin/sysinst avoid calling snprintf/strlcat with an inpu...
mrg[src/trunk]: src/usr.sbin/sysinst remove, not comment, the partman.c option
mrg[src/trunk]: src/external/gpl3/gcc/lib/libubsan remove ubsan_handlers_cxx.cc ...
mrg[src/trunk]: src/usr.bin/netstat sprintf() -> snprintf(), and adjust a buffer...
uwe[src/trunk]: src/sys/dev/ic Get rid of bogus ASC_CALLBACK typedef. Use the r...
uwe[src/trunk]: src/sys/dev/ic Get rid of bogus ADW_CALLBACK typedef. Use the r...
mrg[src/trunk]: src/tests/include/sys use memcpy() for non C-strings.
uwe[src/trunk]: src/sys/kern Define cpu_xc_* functions with unused second argume...
uwe[src/trunk]: src/sys/netinet6 icmp6_notify_error - fix ctlfunc typedef to mat...
mlelstv[src/trunk]: src/sys Defer to synchronous I/O before the aiodone work queue e...
mlelstv[src/trunk]: src/sys/dev Don't attach disks with sector sizes we cannot handle.
mlelstv[src/trunk]: src/sys/sys Use multiple cache lines for fd_dfdfile elements whe...
skrll[src/trunk]: src/sys/arch/evbarm/conf Disable tegradrm for now as it causes r...
jmcneill[src/trunk]: src/sys/dev/fdt Change sysctl to be named after the first CPU in...
uwe[src/trunk]: src/sys xc_barrier - convenience function to xc_broadcast() a nop.
sevan[src/trunk]: src/share/misc AWDL, BLE, another NAN
uwe[src/trunk]: src/share/man/man9 Format (*func)(arg1, arg2) so that "func" too...
uwe[src/trunk]: src/share/man/man9 Avoid using .Fn for XC_HIGHPRI_IPL as it look...
uwe[src/trunk]: src/share/man/man9 Use .Bl -tag -width Fn. There's no such thin...
martin[src/trunk]: src/sys/dev/usb Add a few TP-Link "Archer" wlan devices
martin[src/trunk]: src/sys/dev/usb Regen
gutteridge[src/trunk]: src/distrib/notes/macppc Add a note about pre-release ISO instal...
sevan[src/trunk]: src/usr.bin/calendar/calendars Add SICP
sevan[src/trunk]: src/doc new byacc
christos[src/trunk]: src/external/bsd/byacc merge conflicts
christos[src/trunk]: src/external/bsd/byacc/dist 2019-06-17 Thomas E. Dickey <dicke...
christos[src/trunk]: src/doc new yacc
christos[src/trunk]: src/external/bsd/byacc/include Enable the backtracking extension...
skrll[src/trunk]: src/sys/dev/usb Avoid a warning
msaitoh[src/trunk]: src Add support IC Plus IP1000* PHYs. PR/kern 42314 first report...
martin[src/trunk]: src/sys/dev/fdt Fix argument to fdtbus_get_reg, from Jared.
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
wiz[src/trunk]: src/share/man/man4 Fix date. Add RCS Id.
christos[src/trunk]: src/sbin/fdisk print the name of the disk causing the error.
kamil[src/trunk]: src/sys/kern Fix typo in a comment
kre[src/trunk]: src/external/public-domain/tz/dist Merge tzdata2019c
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2019c from ftp:/...
kre[src/trunk]: src/doc Note tzdata2019c
msaitoh[src/trunk]: src/sys/arch/x86/include Fix AMD Fn8000_0001f %eax bit 0's name.
kre[src/trunk]: src/bin/sh Open code the validity test & copy of the character c...
kre[src/trunk]: src/bin/sh Remove a (completely harmless) duplicate assignment i...
mrg[src/trunk]: src/sys/sys remove unused ttyerrinput.
mlelstv[src/trunk]: src/sys/dev/usb Merge more changes from FreeBSD/OpenBSD. My two ...
mrg[src/trunk]: src/sys steal an idea from uwe@ and implement gcc-8 function typ...
kamil[src/trunk]: src/sys/kern Correct the same expression on both sides of |
uwe[src/trunk]: src/sys/sys Convert ttynodisc() to devenodev and ttyerr*() to tt...
msaitoh[src/trunk]: src/sys/dev/pci Copy vge_clrwol() from FreeBSD and call it in vg...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use unsigned to avoid un...
kamil[src/trunk]: src/sys/kern Enhance reliability of ptrace(2) in a debuggee with...
maxv[src/trunk]: src Improvements in tpm(4):
christos[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgpverify grow the bu...
christos[src/trunk]: src/lib/libutil -Wstringop-truncation is only gcc.
maxv[src/trunk]: src/sys/arch No I/O ports for TPM-ISA, only MMIO, so remove comm...
christos[src/trunk]: src/lib/libedit Change strncpy to either memcpy (when we know th...
christos[src/trunk]: src/lib/libedit remore error(1) comment
christos[src/trunk]: src/lib/libisns use strlcpy (the buffer is already zeroed)
christos[src/trunk]: src/lib/libisns remove useless packed attributes
christos[src/trunk]: src/external/bsd/iscsi/dist/src/lib grow the buffer.
kardel[src/trunk]: src/sys/dev/i2c enable FDT direct configuration.
bad[src/trunk]: src/sys/arch/arm/dts Add sun8i-h3-nanopi-r1.dts and sun8i-h3-nan...
bad[src/trunk]: src/sys/arch/arm/dts Cherry pick a few changes from the armbian ...
bad[src/trunk]: src/sys/arch/evbarm/conf Add sun8i-h3-nanopi-duo2.dts and sun8i-...
christos[src/trunk]: src/external/bsd/atf/dist the cast police is looking for me.
christos[src/trunk]: src/sys/kern - cast through void * for rump
christos[src/trunk]: src/sys/rump/librump/rumpkern regen
msaitoh[src/trunk]: src/sys/netinet All of snd_wnd, snd_cwnd and snd_ssthresh in stu...
skrll[src/trunk]: src/sys/kern Traiing whitespace
maxv[src/trunk]: src/sys/dev Add suspend support for TPM 2.0 chips. Check the TPM...
jhigh[src/trunk]: src added backend support for argon2 password scheme
kamil[src/trunk]: src/sys Introduce new ptrace(2) operation PT_STOP
wiz[src/trunk]: src/external/apache2/argon2/dist/phc-winner-argon2/man Fix date.
kamil[src/trunk]: src/lib/libc/sys Document PT_STOP, update PT_KILL in the ptrace(...
maxv[src/trunk]: src/sys/dev Provide a better abstraction for the TPM interface. ...
maxv[src/trunk]: src/sys/netatalk Memset to prevent stack info leak.
wiz[src/trunk]: src/lib/libc/sys Fix xref.
christos[src/trunk]: src/lib/libedit add +1 to strlcpy's (Patrick Welche)
maxv[src/trunk]: src/sys/arch/x86/include Add new bits.
chs[src/trunk]: src/sys/kern revert rev 1.139 (fixing a race between shmat() and...
chs[src/trunk]: src/sys/kern simpler fix for the race between shmat() and shmdt():
mlelstv[src/trunk]: src/sys/dev/microcode/run Update firmware from version 0.17 to 0...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist bump buffer sizes
sevan[src/trunk]: src/doc new OpenSSH
christos[src/trunk]: src/external/bsd/fetch/lib No error for stringop truncation.
christos[src/trunk]: src/external/cddl/osnet/lib/libdtrace no error for string trunca...
christos[src/trunk]: src/lib/libpam/libpam no error for function cast
christos[src/trunk]: src/lib/libpam/modules/pam_lastlog don't warn for strncpy wtmp f...
sevan[src/trunk]: src/doc New acpica, ath-hal, bind, unbound, nsd, bozohttpd, expa...
sevan[src/trunk]: src/etc sync with latest from IANA
sevan[src/trunk]: src/doc services(5) update
sevan[src/trunk]: src/etc/namedb Update to 2019093001
sevan[src/trunk]: src/doc new named.cache
christos[src/trunk]: src/lib/libc/citrus bump size
christos[src/trunk]: src/lib/libc Add -Wno-error for gcc-8 warnings
kre[src/trunk]: src/external/bsd/fetch/lib Only exclude ggc-8 warnings when the ...
kre[src/trunk]: src Only exclude gcc-8 warnings when the gcc we're using is gcc>=8
kre[src/trunk]: src/lib/libpam/modules/pam_lastlog Only exclude gcc-8 warnings i...
christos[src/trunk]: src/sys/dev/raidframe fix the function pointer and callback mess:
kre[src/trunk]: src/lib/libc More cases to disable gcc-8 warnings only when we'r...
knakahara[src/trunk]: src/sys/arch/x86/pci Fix kassert failure in vmxnet3_transmit(). ...
maxv[src/trunk]: src/sys Add KASAN instrumentation on ucas and ufetch.
mrg[src/trunk]: src/doc delete bozohttpd entry; netbsd has been the master sourc...
uwe[src/trunk]: src/external/bsd/ipf/dist/man Typo.
bad[src/trunk]: src/sys/dev/pci magic number police. use ETHER_ADDR_LEN.
bad[src/trunk]: src/sys/dev/usb use ether_snprintf instead of open coding it.
bad[src/trunk]: src/sys/dev/pcmcia if we can memcpy to body->macaddr, we can mem...
msaitoh[src/trunk]: src/sys/dev/mii Make new rgephy_linkup() function and share it l...
kre[src/trunk]: src/sys/dev/pcmcia Delete unused var (made redundant in previous...
hannken[src/trunk]: src/sys/kern As VOP_STRATEGY() usually calls itself on the file ...
hannken[src/trunk]: src/sys/kern Regen.
msaitoh[src/trunk]: src/sys/dev/mii - Indicat master mode if the negotiated result s...
msaitoh[src/trunk]: src/sys/dev/mii Call mii_phy_flowstatus() to show the flow setting.
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.1.0 with the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/doc Note import of dhcpcd-8.1.0
roy[src/trunk]: src/sys/netinet ARP: Don't defend ARP probes.
msaitoh[src/trunk]: src/sys/dev Use unsigned to avoid undefined behavior. Found by k...
jmcneill[src/trunk]: src/sys/dev/tprof Match Family 15h
jmcneill[src/trunk]: src/usr.sbin/tprof/arch Add support for AMD Family 15h
christos[src/trunk]: src/external/bsd/libpcap/dist Fix the rest of the places where s...
nros[src/trunk]: src Add manpage links for frexpf and frexpl.
jmcneill[src/trunk]: src/usr.sbin/tprof Add AMD Family 15h to supported model list
macallan[src/trunk]: src/sys/arch/macppc/macppc don't zero the MSR when building with...
christos[src/trunk]: src/sbin/gpt gpt_uuid_parse does not set errno ...
christos[src/trunk]: src/sys/opencrypto add (void *) intermediate casts to elide gcc ...
skrll[src/trunk]: src/sys/arch/evbarm/conf Sort. NFCI.
skrll[src/trunk]: src/sys/arch/evbarm/conf Add __HAVE_GENERIC_START
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that multicast address filter doesn't ...
maxv[src/trunk]: src/sys Rewrite the FPU code on x86. This greatly simplifies the...
skrll[src/trunk]: src/sys Spell controller correctly
skrll[src/trunk]: src/sys/dev/pci regen
mrg[src/trunk]: src/distrib/sets/lists remove shared libraries from 'obsolete' l...
maya[src/trunk]: src/common/lib/libc/arch/aarch64/gen Remove htonll and ntohll as...
martin[src/trunk]: src/sbin/newfs_msdos When we end up with too few clusters for th...
mlelstv[src/trunk]: src/sys/arch/arm/broadcom off by one
kamil[src/trunk]: src/sys/kern Remove p_oppid from struct proc
kamil[src/trunk]: src/sys/kern Avoid signed integer overflow for -lwp where lwp is...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist OpenSSH 8.1 was released on...
christos[src/trunk]: src/sys/arch/amd64/include disable CTASSERT for lint
christos[src/trunk]: src/usr.sbin/catman enlarge buffer sizes
christos[src/trunk]: src/usr.bin/btpin avoid strcpy.
christos[src/trunk]: src/distrib/sets/lists bump libssh
christos[src/trunk]: src/crypto/external/bsd/openssh merge openssh-8.1
christos[src/trunk]: src/doc new openssh
kamil[src/trunk]: src/sys/sys Remove now unused p_oppid from struct proc
kamil[src/trunk]: src/sys Refactor sigswitch()
kamil[src/trunk]: src/sys/sys Welcome to 9.99.17!
mrg[src/trunk]: src/external/bsd/ipf/lib remove dated commented warning disable.
kamil[src/trunk]: src/sys/kern Add sigswitch_unlock_and_switch_away(), extracted f...
kamil[src/trunk]: src/sys/kern Fix one the the root causes of unreliability of the...
kamil[src/trunk]: src/sys/kern Avoid double lwp_exit() in eventswitch()
kamil[src/trunk]: src/tests/lib/libc/sys Bump the number of threads in LWP t_ptrac...
kamil[src/trunk]: src/tests/lib/libc/sys Enable TEST_LWP_ENABLED in t_ptrace_wait*
skrll[src/trunk]: src/sys/arch/arm/nvidia Trailing whitespace
skrll[src/trunk]: src/sys/arch/arm Use PRIxBUSADDR
skrll[src/trunk]: src/sys/arch/arm/nvidia Restore %# for PRIxBUSADDR
mrg[src/trunk]: src/external/bsd/top/dist expand a buffer size to properly handl...
mrg[src/trunk]: src introduce some common variables for use in GCC warning disab...
mrg[src/trunk]: src/games/hunt/huntd adjust a fallthru comment and add a missing...
mrg[src/trunk]: src/sys/dev/i2c set ADM1026_ADDRMASK as 0x2f, not 0x3f8.
mrg[src/trunk]: src/tests/net ifr_name is nul terminated. make it so.
kamil[src/trunk]: src/tests/lib/libc/sys Fix race in t_ptrace_wait* LWP tests
kre[src/trunk]: src/external/cddl/osnet/lib/libdtrace This previously had -Wno-f...
mrg[src/trunk]: src/share/mk make GCC_NO_STRINGOP_OVERFLOW apply to gcc 7 too.
maxv[src/trunk]: src Fix incorrect parsing: the R/M field uses a special GPR map ...
christos[src/trunk]: src/usr.bin/locate/code fool gcc with strncpy.
mrg[src/trunk]: src/libexec/ld.elf_so use strlcpy to ensure termination.
christos[src/trunk]: src/usr.bin/error can't happen, but gcc can't figure it out.
christos[src/trunk]: src/bin/sh prevent sign extension from making expression always ...
christos[src/trunk]: src/usr.bin/mklocale use strlcpy instead of strncpy.
mrg[src/trunk]: src/external/gpl3/gcc/lib use sanitizer_platform_limits_netbsd.cc.
mrg[src/trunk]: src/lib/libpam/libpam use GCC_NO_CAST_FUNCTION_TYPE.
christos[src/trunk]: src/external/cddl/osnet/dist/tools/ctf/cvt make worker thread pr...
joerg[src/trunk]: src/external/bsd/pkg_install/dist Merge pkg_install-20191008
christos[src/trunk]: src/sys/modules/dtrace/dtrace Elide function pointer cast errors
christos[src/trunk]: src/sys/kern cast nullop though void *
christos[src/trunk]: src/sys/compat/netbsd32 regen
christos[src/trunk]: src/sys/external/bsd/drm2/include/linux cast function pointer ty...
jmcneill[src/trunk]: src/sys/dev/acpi The MCFG base address field is the physical add...
jmcneill[src/trunk]: src/sys/arch/arm/acpi Add quirks for Amazon Graviton PCIe root p...
jmcneill[src/trunk]: src/sys/dev/pci The PCI Local Bus Specification says that we sho...
christos[src/trunk]: src/tests/lib/libnvmm add missing initializer
jhigh[src/trunk]: src/tests/usr.bin adding argon2 tests
jhigh[src/trunk]: src/tests/usr.bin/argon2 removed incorrectly added file
maxv[src/trunk]: src Implement XCHG, add associated tests, and add comments to ex...
maxv[src/trunk]: src/lib/libnvmm Improve nvmm_vcpu_dump().
jmcneill[src/trunk]: src/sys/arch/arm Add support for Amazon's Graviton MSI controller.
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Change dmu_diff()...
christos[src/trunk]: src/bin/sh remove masking and cast (requested by kre@)
jhigh[src/trunk]: src/tests/usr.bin/argon2 added versioning tests for argon2
jhigh[src/trunk]: src/tests/usr.bin/argon2 added test cases
maxv[src/trunk]: src/sys/kern Add a check before the memcpy. memcpy is defined to...
maxv[src/trunk]: src/sys/net Error out if the type is beyond the storage size. No...
sevan[src/trunk]: src/usr.bin/calendar/calendars Add Ted Nelson's birthday
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Remove the A72 errata #859971 detec...
jmcneill[src/trunk]: src/sys/arch/arm/acpi More Amazon Graviton quirks:
chs[src/trunk]: src/sys convert more KM_NOSLEEP to KM_SLEEP and remove code to h...
jmcneill[src/trunk]: src/sys/arch/arm/acpi Fix detection of root port resources for G...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Add missing "#ifd...
uki[src/trunk]: src/distrib/sets/lists/xcomp Give syspkg's names to xcomp mi fil...
ryoon[src/trunk]: src/share/man/man4 Add Apple adapter, A1433
jmcneill[src/trunk]: src/sys/dev/pci PCIe downstream ports only have a single child d...
jmcneill[src/trunk]: src/sys/arch/arm/acpi Amazon Graviton maxdevs quirk no longer re...
kamil[src/trunk]: src/sys/kern Remove the short-circuit lwp_exit() path from sigsw...
christos[src/trunk]: src/share/mk Allow individual lex and yacc sources to override/e...
msaitoh[src/trunk]: src/sys/dev/pci Apply FreeBSD r218141:
christos[src/trunk]: src/external/bsd/byacc/dist add %code bison extension (needed by...
msaitoh[src/trunk]: src/sys/dev/pci Move PCIe initiaization code from alc_attach() t...
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
christos[src/trunk]: src/sys/external/bsd/acpica/dist merge conflicts
christos[src/trunk]: src/external/bsd/acpica/bin/iasl add new grammar file
christos[src/trunk]: src/doc new acpica
tnn[src/trunk]: src/sys/dev/ic awge: fix issue that caused rx packets to be corr...
msaitoh[src/trunk]: src/sys/dev/pci Use unsigned to avoid undefined behavior in agpa...
tnn[src/trunk]: src/sys/dev/ic correct pointer arithmetics
bad[src/trunk]: src/sys/arch/arm/fdt flush the dcache in cpu_enable_psci() befor...
msaitoh[src/trunk]: src/sys/dev Use unsigned to avoid undefined behavior. Found by k...
christos[src/trunk]: src/libexec/ftpd use strncpy...
christos[src/trunk]: src/libexec/ftpd bump sizes
christos[src/trunk]: src/share/examples remove sup examples
christos[src/trunk]: src/doc sup was removed. RIP.
christos[src/trunk]: src remove sup
christos[src/trunk]: src/sys/rump/librump/rumpkern Add a function cast for enosys
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Don't pass null pointer ...
christos[src/trunk]: src/sys/dev/pci remove conditional portion that was wrong and al...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist Use unsigned to avoid undefined b...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Apply FreeBSD r353599:
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix missing kpreempt_disable() before soft...
knakahara[src/trunk]: src/sys/net Fix missing kpreempt_disable() before softint_schedu...
mrg[src/trunk]: src/tools/gcc copy arm-cpu.h and arm-isa.h for arm platforms.
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc make sure to include bpabi.h befo...
mrg[src/trunk]: src/external/bsd/openldap/lib/libldap use GCC_NO_STRINGOP_OVERFL...
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch regen arm ports for confi...
ozaki-r[src/trunk]: src/sys/netinet6 Reorganize in6_tmpaddrtimer stuffs
ozaki-r[src/trunk]: src/sys/netinet6 Validate ip6_temp_preferred_lifetime (net.inet6...
ozaki-r[src/trunk]: src/tests/net/ndp tests: add tests for the validateion of net.in...
hkenken[src/trunk]: src/sys/arch/arm/imx Fixed bug when using PCIe external clock.
bad[src/trunk]: src/sys/dev/usb read mac address of ure version 4c10 from URE_PL...
bad[src/trunk]: src/sys/dev/usb allocate a random mac address if on-chip mac is ...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.1.1 with the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.1.1 with the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/doc Note import of dhcpcd-8.1.1
christos[src/trunk]: src/sys/arch add void * casts for the clock interrupt handlers.
christos[src/trunk]: src/external/gpl3/gcc/dist/libobjc prevent DFmode re-definition.
christos[src/trunk]: src/sys/sys void * cast the probe functions that take more than ...
christos[src/trunk]: src/sys Add void * function pointer casts. There are different w...
christos[src/trunk]: src/sys Add and use __FPTRCAST, requested by uwe@
jnemeth[src/trunk]: src/sbin/gpt Do the 'dkctl makewedges' dance to drop any wedges ...
jdolecek[src/trunk]: src/sys/arch/xen/xen don't try to read disklabel for attached xb...
jdolecek[src/trunk]: src/sys/arch/xen/xen use aprint_normal_dev() for the capacity me...
maya[src/trunk]: src Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMIN
bad[src/trunk]: src/doc Mention support for FriendlyElec NanoPi R1 and Duo2.
maya[src/trunk]: src Switch files copyright Reinoud Zandijk from BSD 4 clause to ...
msaitoh[src/trunk]: src/sys/dev/pci Fix order of m_freem(). Found by kASan. OK'd by ...
msaitoh[src/trunk]: src/sys/arch/x86/x86 Add rdpru.
maxv[src/trunk]: src/usr.sbin/sysinst Sentence begins with capital letter ("yes o...
msaitoh[src/trunk]: src/sys/dev/pci Some alc(4) fixes:
msaitoh[src/trunk]: src Add support for Killer E2400 and E2500.
msaitoh[src/trunk]: src/doc alc(4): Add support for Killer E2400 and E2500.
msaitoh[src/trunk]: src/sys/dev/mii - All of Cicada and Vitesse devices' OUI are not...
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src/sys/dev/mii - Match a lot of Cicada and Vitesse devices corr...
jmcneill[src/trunk]: src/doc evbarm: Add support for Amazon Graviton "a1.metal" insta...
jmcneill[src/trunk]: src/doc Amazon Graviton support is in 9.0, remove the changes en...
maxv[src/trunk]: src/sys/lib/libsa Make sure we're dealing with a static binary. ...
maya[src/trunk]: src/sys/external/bsd/drm2/linux correct error handling.
msaitoh[src/trunk]: src/sys/dev/pci Use unsigned to avoid undefined behavior. Found ...
maya[src/trunk]: src/doc correct bind location. new bind
christos[src/trunk]: src/external/mpl/bind/dist --- 9.14.7 released ---
christos[src/trunk]: src/external/mpl/bind merge conflicts
christos[src/trunk]: src/doc new bind
christos[src/trunk]: src/external/mpl/bind/include remove LD_WRAP
mrg[src/trunk]: src/doc move usbnet and mcx entries from CHANGES to CHANGES.prev.
bad[src/trunk]: src/sys/arch/arm/fdt back out r1.26. it makes the pinebook fail ...
jmcneill[src/trunk]: src/doc evbarm: Add support for Amazon Graviton "a1.metal" insta...
manu[src/trunk]: src/sys/arch/x86/include Add UEFI boot services and I/O method p...
manu[src/trunk]: src/sys/arch/x86/x86 Fix EFI system table mapping in virtual space
manu[src/trunk]: src/sys/arch/i386 Make sure no bioscall is issued when booting o...
manu[src/trunk]: src/sys/arch/i386/stand/lib Fix multiboot1 header detection
manu[src/trunk]: src/sys/arch/i386/stand/lib Add kernel symbols for multiboot1
manu[src/trunk]: src/sys/arch/i386/stand/lib Fix kernel symbols for multiboot2
manu[src/trunk]: src/sys/arch/i386/i386 Fix multiboot1 kernel symbol load
manu[src/trunk]: src/sys/arch/i386/stand/lib Remove prototype added twice by mistake
manu[src/trunk]: src/sys/arch Multiboot2 kernel support for i386
msaitoh[src/trunk]: src s/initalize/initialize/ in comment or printf message.
msaitoh[src/trunk]: src/sys/arch/i386/stand/pxeboot Fix typos.
ozaki-r[src/trunk]: src/sys/netinet6 in6: reset the temporary address timer on a cha...
skrll[src/trunk]: src/sys/arch/arm/samsung Use PRIxBUSADDR
skrll[src/trunk]: src/sys/arch/arm Use PRIxBUSADDR
hannken[src/trunk]: src/sys/fs/ntfs It is not possible to call vflush() from xxx_mou...
hannken[src/trunk]: src/sys/fs/ntfs When the MFT record size is lower than the clust...
hkenken[src/trunk]: src/sys Modified atphy(4)
hannken[src/trunk]: src/sys/arch/x86/x86 Make compile with "options DEBUG".
hannken[src/trunk]: src/sys/arch/i386/pci Add missing include -- kernel ALL/i386 com...
maxv[src/trunk]: src/sys/arch/x86/x86 Remove unused call to savectx().
tnn[src/trunk]: src/sys/dev/pci ahcisata: make sure bus mastering and memory spa...
christos[src/trunk]: src/sys/kern print which process asked for an unsupported event ...
maya[src/trunk]: src/sys/dev/mii Fix typo. from vezhlys
msaitoh[src/trunk]: src/sys/dev/pci - Add missing splnet()/splx() around mii_tick()....
msaitoh[src/trunk]: src/sys/dev/pci From OpenBSD:
tnn[src/trunk]: src/sys/kern mcl_cache: align items to COHERENCY_UNIT
tnn[src/trunk]: src/sys/dev/ic awge: drop redundant m_adj(). Handled via uipc_mb...
tnn[src/trunk]: src/sys/arch/arm/rockchip rk3399: add definition for the watchdo...
tnn[src/trunk]: src/sys/dev/fdt dwcwdt: make this work correctly
tnn[src/trunk]: src/sys/arch/evbarm/conf evbarm: add dwcwdt(4) to GENERIC64
tsutsui[src/trunk]: src/sys/arch/zaurus/zaurus Fix a build error with options VERBOS...
christos[src/trunk]: src/usr.bin/indent use stdarg, annotate function as __printflike...
christos[src/trunk]: src/sys/external/bsd/acpica/dist/common fix printf format (llvm)
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/kuser - factor out common code
jmcneill[src/trunk]: src/sys/arch Increase aarch64 MAXCPUS to 256.
maxv[src/trunk]: src/lib/libnvmm Put back 'default', because llvm apparently does...
skrll[src/trunk]: src/sys/uvm/pmap Remove KASSERT(!VM_PAGEMD_PVLIST_LOCKED_P(mdpg)...
skrll[src/trunk]: src/sys/uvm/pmap Whitespace
skrll[src/trunk]: src/sys/uvm/pmap Re-order _P() macros to match bit definitions. ...
skrll[src/trunk]: src/sys/uvm/pmap Whitespace
skrll[src/trunk]: src/sys Define and use VM_PAGEMD_PVLIST_EMPTY_P
tnn[src/trunk]: src/sys/dev/gpio gpio: make GPIOREAD return also the symbolic na...
tnn[src/trunk]: src/usr.sbin/gpioctl gpioctl: implement support for "gpioctl gpi...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Invalidate dcache before polling AP...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Avoid overlap between BP and last A...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Use separate cacheline aligned arra...
jmcneill[src/trunk]: src/sys/arch/arm/arm32 cpu_hatched_p only for MULTIPROCESSOR
christos[src/trunk]: src/tests/kernel opening a symlink with O_NOFOLLOW is expected t...
wiz[src/trunk]: src/usr.sbin/gpioctl Be consistent in not marking up "GPIO".
sevan[src/trunk]: src/share/misc CIA ISMS
thorpej[src/trunk]: src/sys/arch/arm/dts/overlays Add a device tree Overlay for the ...
jhigh[src/trunk]: src adding argon2 support to libcrypt. argon2 user authenticatio...
wiz[src/trunk]: src/lib/libcrypt Mark up argon2 description. Restore removed lin...
ozaki-r[src/trunk]: src/sys/net vlan: get rid of unnecessary if_ipackets++ in vlan_i...
msaitoh[src/trunk]: src/sys/arch/arm/sunxi if_ipackets is incremented in can_input()...
msaitoh[src/trunk]: src/sys if_percpuq(9) automatically increments if_ipackets, so d...
maxv[src/trunk]: src/sys/arch/x86/x86 Call cpu_probe_fpu() only once (from cpu0), ...
uki[src/trunk]: src/distrib/sets/lists/xcomp Give syspkg names. catman, htmlman, ...
martin[src/trunk]: src/usr.sbin/sysinst Remove a hardcoded assumption that for BIOS...
christos[src/trunk]: src/sys/kern regen
martin[src/trunk]: src/usr.sbin/sysinst When translating (internal) indices to devi...
martin[src/trunk]: src/usr.sbin/sysinst Skip unwanted (zero sized) partitions.
mgorny[src/trunk]: src Fix a race condition when handling concurrent LWP signals an...
kamil[src/trunk]: src/tests/lib/libc/sys Remove preprocessor switch TEST_VFORK_ENA...
kamil[src/trunk]: src/tests/lib/libc/sys Remove preprocessor switch TEST_LWP_ENABL...
christos[src/trunk]: src/sys/dev/ata Fix assert_sleepable() panic by allocating with ...
christos[src/trunk]: src/sys/dev/ata chuq does not like insomniac allocations so unlo...
christos[src/trunk]: src/sys/dev/pci follow the channel locking protocol during probe...
uki[src/trunk]: src/distrib/sets/lists/xcomp Give syspkg names to xcomp all onli...
uki[src/trunk]: src/distrib/sets/lists/xetc Give syspkg names to xetc files
martin[src/trunk]: src/sys/dev/ic Fix channel locking - patch from Christos.
hauke[src/trunk]: src/sys/external/bsd/drm/dist/shared-core When building r128drm(...
christos[src/trunk]: src/share/mk move a{md,arch}64 to gcc 8
aymeric[src/trunk]: src/sys/arch/arm/dts Disable private timer whose new driver clas...
tnn[src/trunk]: src/sys/dev/ic define SSD1322 command set
tnn[src/trunk]: src/sys/dev/ic use __SHIFTIN
tnn[src/trunk]: src/sys/dev/ic allow to have a per-product init function
maya[src/trunk]: src/sys/dev/usb Avoid kmem_alloc(0, ..), which hits an assertion.
maya[src/trunk]: src/sys/dev/usb Check if size is zero, too.
maya[src/trunk]: src/sys/dev/usb we want to check that the allocation is going to...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Implement platform reset for i.MX6.
hkenken[src/trunk]: src/sys Add SDHC flags.
maxv[src/trunk]: src Miscellaneous changes in NVMM, to address several inconsiste...
kamil[src/trunk]: src/sys/external/bsd/compiler_rt/dist/lib/msan Correct the __lib...
maxv[src/trunk]: src Three changes in libnvmm:
christos[src/trunk]: src/sys/dev/ic Missing ata_channel_unlock(chp). Noted by mjg@fre...
christos[src/trunk]: src/etc/rc.d simplify more (from rudolf)
martin[src/trunk]: src Add note for GCC 8 builds (see PR 54644)
kamil[src/trunk]: src/usr.sbin/sysinst Fix polish translation for sysinst
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc Since add_debug_regex_map is used...
uki[src/trunk]: src/distrib/sets/lists/xserver Architecture dependency files are...
uki[src/trunk]: src/distrib/sets/lists/xserver Give syspkg names to xserver mi f...
christos[src/trunk]: src/tools/gcc arm needs more files
christos[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf add new files
christos[src/trunk]: src/external/gpl3/gcc/dist/libiberty mknative tries to build thi...
msaitoh[src/trunk]: src/sys/dev/mii Fix a bug that ukphy_status() misunderstand mast...
hannken[src/trunk]: src/usr.sbin/syslogd With TLSv1.3 a client has to receive and pr...
rhialto[src/trunk]: src/distrib/sets Solve [ vs. \133 in join.awk which replaces fix...
martin[src/trunk]: src/usr.sbin/sysinst When we fail to setup for "all of the disk ...
christos[src/trunk]: src/sys/arch/arm/arm Add a function cast
christos[src/trunk]: src 1. All Makefiles that use ARM_APCS_FLAGS add -marm unconditi...
kamil[src/trunk]: src Switch the iconv(3) prototype to the POSIX conformant variation
christos[src/trunk]: src/external/gpl3/gcc/usr.bin/common-target arm-common.c needs s...
christos[src/trunk]: src/external/gpl3/gcc/usr.bin arm-common.c uses bitmap stuff so ...
kamil[src/trunk]: src/doc libc: Changed the iconv(3) function signature to the POS...
macallan[src/trunk]: src/sys/arch/powerpc/include bump NIRQ to 256 since we're going ...
macallan[src/trunk]: src/sys/arch/macppc/include bump CPU_MAXNUM to 4, hardware exist...
macallan[src/trunk]: src/sys/arch/macppc/macppc if we have a /cpus node, use it to fi...
christos[src/trunk]: src/sys/external/bsd/acpica/dist/namespace fix printf formats
maxv[src/trunk]: src/lib/libnvmm Update the libnvmm man page:
martin[src/trunk]: src/usr.sbin/sysinst Honor the "no_mbr" flag (used especially fo...
martin[src/trunk]: src/usr.sbin/sysinst On device where we do not want a MBR (raid, ...
martin[src/trunk]: src/sys/dev/filemon From the compilers point of view sys_exit re...
martin[src/trunk]: src/sys/dev/onewire PR kern/54617: onewire(4):
martin[src/trunk]: src/sys/arch/amd64/conf Add missing onewire temperature sensors, ...
macallan[src/trunk]: src/sys/arch/powerpc/oea register the IPI before spinning up CPU...
martin[src/trunk]: src/sys/arch/amd64/conf whitespace
martin[src/trunk]: src Add support for Nuvoton NCT5104D GPIO chips, as found on PC ...
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/asan Unbreak the sanitiz...
martin[src/trunk]: src/usr.sbin/sysinst In non-MBR specific files, #ifdef all tests...
uki[src/trunk]: src/distrib/sets/lists/xserver Give syspkg names to xserver with...
tsutsui[src/trunk]: src/sys/arch/zaurus/conf Explicitly set empty LINKENTRY to keep ...
tsutsui[src/trunk]: src/sys/arch/zaurus/stand/zbsdmod Fix another boot failure issue...
tsutsui[src/trunk]: src/sys/arch/zaurus/stand/zbsdmod Misc cleanup to avoid future c...
christos[src/trunk]: src/sys/compat use strlcpy() for the uts conversion, makes the c...
jmcneill[src/trunk]: src/sys/arch Adapt ti fdt glue to support GENERIC kernel.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Do not search 64-bit directories for dt...
jmcneill[src/trunk]: src/sys/arch/arm/ti Fix am33xx_platform_early_putchar for pre-MM...
jmcneill[src/trunk]: src/sys/arch/arm/ti Add bus driver for TI sysc interconncet.
christos[src/trunk]: src/sys/arch/m68k/include Hide the register definitions that sho...
christos[src/trunk]: src/sys/arch/m68k/m68k Add missing FALLTHROUGH (I am not 100% ce...
christos[src/trunk]: src/sys/arch/m68k/include disable -Wshadow because in c99 mode t...
christos[src/trunk]: src/lib/libm Separate the NetBSD-specific fenv functions from th...
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/lsan add some more machi...
christos[src/trunk]: src/tests/net/net - use accept4 instead of paccept for everyone.
christos[src/trunk]: src/distrib/sun3/miniroot make this a bit bigger to prepare for ...
maxv[src/trunk]: src Add the "nvmm" group, and make nvmm_init() public. Sent to t...
maxv[src/trunk]: src/lib/libnvmm Use the new PTE naming, and define CR3_FRAME_* s...
rin[src/trunk]: src/sys/arch/m68k/include Expose register difinitions for _STAND...
maxv[src/trunk]: src Add a new VCPU conf option, that allows userland to request ...
martin[src/trunk]: src/sys/arch/luna68k/stand/boot Define _KERNEL while including r...
maxv[src/trunk]: src/sys/dev/nvmm/x86 Mask CPUID leaf 0x0A on Intel, because we d...
martin[src/trunk]: src/sys/arch/luna68k/stand/boot Back out previous - fixed differ...
jmcneill[src/trunk]: src/sys/arch/arm/ti Make com work again
jmcneill[src/trunk]: src/sys/arch/arm/ti Add EDMA TPCC and TPTC drivers.
pgoyette[src/trunk]: src/lib/libc/sys accept() is a function, not an argument!
jmcneill[src/trunk]: src/sys/dev/fdt Add driver for one-register-per-pin type pinctrl...
jmcneill[src/trunk]: src/sys/arch/arm/ti Add MMCHS support.
jmcneill[src/trunk]: src/sys/arch/arm/ti Add USB support.
jmcneill[src/trunk]: src/sys/arch/arm/ti Disable autoidle
jmcneill[src/trunk]: src/sys/arch/arm/ti Place devmap above KERNEL_IO_VBASE
jmcneill[src/trunk]: src/sys/arch/arm/ti Use Timer2 for timecounter, and enable hw mo...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add support for TI AM335x
maxv[src/trunk]: src/sys/dev/nvmm/x86 Add PCID support in the guests. This speeds...
jmcneill[src/trunk]: src/sys/dev/i2c Add atmel,24c256 compat data
jmcneill[src/trunk]: src/sys/arch/arm/ti Add I2C support.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add tiiic, tps65217pmic
jmcneill[src/trunk]: src/sys/dev/i2c Add FDT support
maxv[src/trunk]: src Change the way root_owner works: consider the calling proces...
jmcneill[src/trunk]: src/sys/arch/arm/ti Fix early putchar, add reset func
christos[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha remove build output.
christos[src/trunk]: src/sys/arch/alpha/include elide gcc-8 shadow warnings.
jmcneill[src/trunk]: src/distrib/utils/embedded/files No support for tegra210 in armv...
jmcneill[src/trunk]: src/distrib/utils/embedded Switch to GENERIC kernels only.
bad[src/trunk]: src/sys/dev/sdmmc white space police.
jmcneill[src/trunk]: src/sys/arch/arm/ti Get mac address from DT
sevan[src/trunk]: src/games/fortune/datfiles Chris' happiest moment
ozaki-r[src/trunk]: src/etc Allow including numbers in %XXX_chr% parameter (for upco...
ozaki-r[src/trunk]: src Implement a front-end driver of virtio-9p called vio9p
ozaki-r[src/trunk]: src/usr.sbin/puffs/mount_9p mount_9p: enable to communicate with...
ozaki-r[src/trunk]: src/sys/arch/amd64/conf Add vio9p to some kernel configs
ozaki-r[src/trunk]: src/doc Note vio9p(4) addition and mount_9p(8) update
mlelstv[src/trunk]: src/sys/dev/sdmmc Skip setting power when the voltage doesn't ch...
mlelstv[src/trunk]: src/sys/dev/sdmmc Add and use sdmmc_pause to avoid long-term bus...
mlelstv[src/trunk]: src/sys/dev/sdmmc Simplyfy sdmmc_io_set_blocklen function signat...
mlelstv[src/trunk]: src/sys/dev/sdmmc Missing commit for sdio abort function.
mlelstv[src/trunk]: src/sys/dev/sdmmc Whitespace police
mlelstv[src/trunk]: src/sys/dev/sdmmc regen
mlelstv[src/trunk]: src/sys/dev More code from OpenBSD
maxv[src/trunk]: src A few changes:
maxv[src/trunk]: src/sys/dev/nvmm Add nram in struct nvmm_ctl_mach_info.
jmcneill[src/trunk]: src/sys/dev/fdt Skip nodes with an "opp-suspend" property and fi...
maxv[src/trunk]: src Add nvmmctl, with two commands for now.
maya[src/trunk]: src Disable filemon.
wiz[src/trunk]: src/share/man/man4 Sort SEE ALSO.
wiz[src/trunk]: src/share/man/man4 Use Nx. Improve wording. Sort SEE ALSO.
wiz[src/trunk]: src/usr.sbin/puffs/mount_9p Sort SEE ALSO. "file system" police.
wiz[src/trunk]: src/share/man/man4 "file system" police.
wiz[src/trunk]: src/lib/libnvmm Macro tidyness.
wiz[src/trunk]: src/usr.sbin/nvmmctl Sort SEE ALSO.
maxv[src/trunk]: src/lib/libnvmm should be fork(2), noticed by wiz
tsutsui[src/trunk]: src/sys/arch/zaurus/stand/zbsdmod Make sure to clear bss before ...
pgoyette[src/trunk]: src/distrib/sets/lists/debug Add debug entry for newly introduce...
pgoyette[src/trunk]: src/sys/modules Continue to build the filemon module, but don't ...
christos[src/trunk]: src/external/gpl3/gcc/lib vaxinate sanitizer_file.cc against the...
joerg[src/trunk]: src/distrib/sets/lists/comp Fix aarch64 set for !gcc build
joerg[src/trunk]: src/tests/lib/libc/misc Avoid warnings about tautological left s...
joerg[src/trunk]: src/sys/dev/sdmmc Avoid warnings for tautological shifts as sole...
joerg[src/trunk]: src/lib/libnvmm Annotate a covering switch as such to avoid warn...
joerg[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/base Merge 85acd57c8a28...
joerg[src/trunk]: src/sys/arch/macppc/stand/bootxx Mark local-only function as sta...
joerg[src/trunk]: src/sys/arch/arm/arm Add operand that GNU as considers optional, ...
joerg[src/trunk]: src/sys/arch/aarch64/aarch64 Format string annotation for strdis...
joerg[src/trunk]: src/sys/dev Fix operand priority of bit op vs ternary operator.
christos[src/trunk]: src/external/mit/xorg/lib/gallium another vax optimizer hack.
christos[src/trunk]: src/doc another vax -O1
christos[src/trunk]: src/sys/arch/vax/boot/boot Rewrite the floppy selection logic, a...
jmcneill[src/trunk]: src/sys/dev/fdt enumerate devices under child "clocks" node
jmcneill[src/trunk]: src/sys/dev/fdt Add support for platform specific opp table filt...
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_clock_count to count the number of cl...
jmcneill[src/trunk]: src/sys/arch/arm/ti enumerate devices under child "clocks" node
jmcneill[src/trunk]: src/sys/arch/arm/ti Add AM335x DVFS support.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable TI AM335x DVFS support
jmcneill[src/trunk]: src/sys/arch/arm/ti Add support for GPIO controller.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add tigpio
jmcneill[src/trunk]: src/etc/etc.evbarm Unhook BEAGLEBONE kernel from the build
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove BEAGLEBONE kernel config (AM335x...
jmcneill[src/trunk]: src/doc evbarm: Update TI AM335x SoC support to use FDT based co...
christos[src/trunk]: src/sbin inode.c needs -O0 for vax
christos[src/trunk]: src/sys/compat/common Don't ignore EBUSY from disestablish or we...
jmcneill[src/trunk]: src/sys/arch/arm/ti Add support for hardware RNG.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add tirng
christos[src/trunk]: src/external/gpl3/gcc/usr.bin/backend Add more -O0 files for vax...
christos[src/trunk]: src/sys/dev/qbus Implement what the documentation in rfreg.h sta...
christos[src/trunk]: src/sys/arch/mips/include do the pragma dance to avoid -Wshadow
skrll[src/trunk]: src/external/gpl3 G/C
maxv[src/trunk]: src/usr.sbin/nvmmctl Forgot to put nvmmctl in the "nvmm" group.
jmcneill[src/trunk]: src/sys/dev/fdt Add explicit FDT_OPP for operating-points-v2 so ...
jmcneill[src/trunk]: src/sys/arch Rename SOC_TI_AM335X to SOC_AM33XX and rename ti_pl...
maxv[src/trunk]: src/sys/arch/x86/x86 Enable XSAVEOPT.
joerg[src/trunk]: src/lib/libc/compiler_rt Always include soft-float compare and o...
joerg[src/trunk]: src/sys/arch/arm Explicitly annotate FPU requirements for LLVM MC.
joerg[src/trunk]: src/bin/ksh Avoid arithmetics on strings.
msaitoh[src/trunk]: src/sys/dev/pci Add Realtek RTL8125.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
maya[src/trunk]: src/sys/arch/aarch64 Define PMAP_NEED_PROCWR, providing strategi...
christos[src/trunk]: src/external/bsd/nvi/usr.bin/nvi PR/54656: Martin Husemann: gcc-...
christos[src/trunk]: src/doc gcc lossage
christos[src/trunk]: src/games/battlestar Gcc-8 bug confusion with restrict on sh3
christos[src/trunk]: src/doc sh3 now
jmcneill[src/trunk]: src/sys/arch/arm/dts Set stdout-path on TI OMAP3 BeagleBoard
jmcneill[src/trunk]: src/sys/arch/arm/ti Add support for TI OMAP3.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add OMAP3 support.
joerg[src/trunk]: src/tools/host-mkdep Don't escape ", GNU awk 5 warns about it.
kamil[src/trunk]: src/common/lib/libc/misc uubsan: Handle implicit_conversion
mrg[src/trunk]: src/external/gpl3/gcc regen mknative for all arm after christos ...
christos[src/trunk]: src/external/mpl/dhcp/bin/server Looks like builtin_object_size ...
christos[src/trunk]: src/doc more hacks
christos[src/trunk]: src/sys/arch/powerpc/include do the ignore builtin dance for gcc-8
knakahara[src/trunk]: src/sys Add sysctl nodes to control fragmentation with IPv[46] o...
msaitoh[src/trunk]: src/sys/arch/x86/include - GMET is not bit 11 but 17.
msaitoh[src/trunk]: src/sys/dev if_percpuq(9) automatically increments if_ipackets, ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe G.C. (if_ipackets)
mrg[src/trunk]: src/libexec/httpd set -D_GNU_SOURCE, needed for linux systems an...
maxv[src/trunk]: src/sys/arch Switch to new PTE bits.
maxv[src/trunk]: src/sys/dev/raidframe Get &rsc->sc_dksc only when we know 'rsc' ...
msaitoh[src/trunk]: src/sys ether_input() automatically add input bytes to if_ibytes...
uki[src/trunk]: src/distrib/sets/lists/xserver Give syspkg names to xserver amd6...
msaitoh[src/trunk]: src/sys/dev/mii - Rename JMICRON 0x0021 from JMC250 to JMP211
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src Add jmphy(4) from OpenBSD.
msaitoh[src/trunk]: src/doc Add note about ipgphy(4) and jmphy(4).
martin[src/trunk]: src/distrib/utils/embedded/conf Move a lot of *.dtb files to a d...
ryo[src/trunk]: src/sys/arch add aarch64
msaitoh[src/trunk]: src/share/man/man4 Add jmphy.4.
martin[src/trunk]: src/distrib/utils/embedded Derive the FAT type from the MBR part...
martin[src/trunk]: src/distrib/utils/embedded/conf Remove debug output, fix a progr...
martin[src/trunk]: src/sys/dev/raidframe Gcc -Os on landisk is not smart enough to ...
maxv[src/trunk]: src/sys/arch/x86/x86 Style.
maxv[src/trunk]: src/sys/arch More inlined ASM.
sjg[src/trunk]: src/sys/dev/filemon filemon_ioctl: check fd for write permission
prlw1[src/trunk]: src/usr.sbin/postinstall Add nvmm group.
jmcneill[src/trunk]: src/sys/dev/fdt Skip xref if it is 0
jmcneill[src/trunk]: src/sys/dev/fdt Add generic USB PHY driver
jmcneill[src/trunk]: src/sys/dev/i2c Add driver for TI TWL4030 Power Management IC
jmcneill[src/trunk]: src/sys/arch/arm/ti Use the hwmod clk to get the timer rate and ...
jmcneill[src/trunk]: src/sys/arch/arm/ti Add OMAP3 USB support.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add twl, usbnopphy, tiusb, tiusbtll
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Move omap3 dtb files to /boot/dtb
jmcneill[src/trunk]: src/etc/etc.evbarm Remove BEAGLEBOARD kernel from list of kernel...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove BEAGLEBOARD kernel (supported by...
jmcneill[src/trunk]: src/sys/arch/arm/ti Fix PRM_RSTCTRL_RST_DPLL3 definition, now re...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove DEVKIT8000 kernel (GENERIC shoul...
jmcneill[src/trunk]: src/etc/etc.evbarm Remove IGEPV2 and OVERO kernels from build
jmcneill[src/trunk]: src/etc/etc.evbarm Revert previous for now.
jmcneill[src/trunk]: src/sys/arch/arm/ti Remove DPLL5 init ported from old omap code, ...
sevan[src/trunk]: src/sys/arch/arm/dts Set the stdout-path on xM like Ti OMAP3 Bea...
jmcneill[src/trunk]: src/etc/etc.evbarm Remove BEAGLEBOARDXM from the build
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove BEAGLEBOARDXM kernel (supported ...
martin[src/trunk]: src/share/mk PR misc/54657: let RELEASEMACHINEDIR default to ${M...
martin[src/trunk]: src/usr.sbin/sysinst After RELEASEMACHINEDIR has the right defau...
jmcneill[src/trunk]: src/sys/arch/arm/ti Handle different register layout on OMAP3
maya[src/trunk]: src/sys/dev/usb check if buf/bufsz are non-NULL before freeing.
jmcneill[src/trunk]: src/sys/arch Add omapfb to FDT-ized TI port.
jmcneill[src/trunk]: src/sys/arch/arm/dts Use dss as console on Nokia N900.
msaitoh[src/trunk]: src Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD wi...
msaitoh[src/trunk]: src/doc smscphy(4): Add support for SMSC LAN87xx 10/100 Ethernet...
ozaki-r[src/trunk]: src/etc MAKEDEV: add entry for vio9p(4)
knakahara[src/trunk]: src/sys Fix ipsecif(4) IPV6_MINMTU does not work correctly.
knakahara[src/trunk]: src/sys Make global and per-interface ipsecif(4) pmtu tunable li...
rin[src/trunk]: src/sys/uvm PR kern/54395
jmcneill[src/trunk]: src/sys/arch/arm/ti Enable IRQ status bits for omap3 type and se...
jmcneill[src/trunk]: src/sys/dev/i2c Add RTC support
jmcneill[src/trunk]: src/sys/dev/i2c Remove tps65950pm (hardware now supported by twl...
jmcneill[src/trunk]: src/sys/arch/arm/ti Add NAND flash support.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add tigpmc, omapnand
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Attach tiusb before the default pass si...
bad[src/trunk]: src/sys/arch/arm/fdt re-apply r1.26. but only #if !defined(AARCH...
rin[src/trunk]: src/sys/uvm Fix previous; semantics of align argument of uvm_map...
bad[src/trunk]: src/sys/arch/arm/fdt fix typos in comment in previous.
bad[src/trunk]: src/sys/arch/arm/sunxi fetch PHY id from FDT. same as sunxi_ema...
christos[src/trunk]: src/sys/netinet Add comments to the tcp flags.
christos[src/trunk]: src/usr.sbin/npf/npfctl PR/54670: Azuma OKAMOTO: Consistently us...
kamil[src/trunk]: src/common/lib/libc/misc uubsan: Implement function_type_mismatc...
taca[src/trunk]: src/sys/arch/x86/x86 Check CPU support of RDRAND before calling ...
maxv[src/trunk]: src/sys/arch/amd64/include Fix KUBSAN: the kernel size now excee...
macallan[src/trunk]: src/sys/arch/macppc the beginning of a driver for the 'Psoc' fan...
macallan[src/trunk]: src/sys/arch/macppc/conf add psoc driver
rin[src/trunk]: src/external/bsd/jemalloc/lib Workaround for random crash of use...
rin[src/trunk]: src/doc Describe workaround for PR port-alpha/54307.
tsutsui[src/trunk]: src/sys/dev/rasops Fix "Alignment Fault 3" kernel failure of Net...
martin[src/trunk]: src/sys/arch/evbarm/conf Replace tps65950pm with twl (the former...
isaki[src/trunk]: src/lib/libossaudio Use record.sample_rate for recording on SNDC...
isaki[src/trunk]: src/sys/compat/ossaudio Use record.sample_rate for recording on ...
tnn[src/trunk]: src/sys/dev/ic ssdfb: add support for SSD1322
tnn[src/trunk]: src/sys/dev/i2c set flag to indicate that worker thread should b...
tnn[src/trunk]: src/sys/dev/spi add spi(4) bus frontend for ssdfb(4)
tnn[src/trunk]: src/share/man/man4 ssdfb: update manpage
wiz[src/trunk]: src/share/man/man4 Fix RCS Id. Improve history. Punctuation nits.
wiz[src/trunk]: src/share/man/man4 Add missing quote.
wiz[src/trunk]: src/share/man/man4 Fix date. Improve history. Wording. Punctuati...
wiz[src/trunk]: src/share/man/man4 Mention smscphy. Link to jmphy. Bump date.
tnn[src/trunk]: src/sys/dev fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi
tnn[src/trunk]: src/lib/libpuffs puffs_null_node_fsync: don't leak directory handle
tnn[src/trunk]: src/share/man/man4 expand section on GPIOREAD
tnn[src/trunk]: src/share/man/man4 documentation for WSDISPLAYIO_FBINFO
tnn[src/trunk]: src/sys/dev/pci cast away unused return value
christos[src/trunk]: src/distrib/sets/lists/comp Fix sets for gcc-8
tnn[src/trunk]: src/sys/dev/spi add fdt device_compatible_entry
tsutsui[src/trunk]: src/sys/arch/zaurus/dev Fix build errors with options WSDISPLAY_...
tsutsui[src/trunk]: src/sys/arch/zaurus/conf Put back options WSDISPLAY_COMPAT_RAWKB...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/pa netbsd/hppa uses 16 byt...
christos[src/trunk]: src/libexec/ld.elf_so/arch/mips simplify pointer gymnastics that...
uki[src/trunk]: src/distrib/sets/lists/xdebug Give syspkg names to xdebug files ...
rin[src/trunk]: src/doc Describe that both GCC 7.4 and 8.3 fail in the last entry.
jmcneill[src/trunk]: src/sys/dev/i2c Fix non-FDT build
jmcneill[src/trunk]: src/sys/arch/arm/ti Cleanup and remove dependency on arch/arm/omap
isaki[src/trunk]: src Use record field for recording even on
jmcneill[src/trunk]: src/sys/arch/arm/ti Add support for GPIO interrupts and fix read...
martin[src/trunk]: src/etc PR port-arm/54640: hack to work around conditional RAW_P...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Match smsc, lan9115 and honour local-mac-add...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Only one instance of twl(4) is needed
jmcneill[src/trunk]: src/etc/etc.evbarm Remove OVERO from build, and commented out N9...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf OMAP3 SoC and all peripherals in the OV...
jmcneill[src/trunk]: src/etc/etc.evbarm Remove commented out IGEPV2 entry
jmcneill[src/trunk]: src/sys/arch/evbarm/conf OMAP3 SoC and all peripherals in the IG...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf No longer used.
jmcneill[src/trunk]: src/sys/arch/arm/ti Also match ti,omap2-onenand
jmcneill[src/trunk]: src/sys/dev/i2c Defer power monitor polling to the sysmon taskq ...
jmcneill[src/trunk]: src/sys/dev/i2c Add driver for NXP TDA19988 HDMI encoder
jmcneill[src/trunk]: src/sys/arch/arm/ti Add support for AM335x display controller (L...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add tdahdmi, tilcdc, tifb
jmcneill[src/trunk]: src/sys/dev/i2c Test DRM_MODE_* flags, not VID_*
jmcneill[src/trunk]: src/sys/arch/arm/ti Comment out mode fixup (not needed it seems)
rin[src/trunk]: src/distrib/sets/lists/xdebug Fix previous; restore accidentally...
christos[src/trunk]: src bump for gcc8
rin[src/trunk]: src/distrib/sets/lists/xdebug Try to fix build failure due to mi...
isaki[src/trunk]: src/sys/dev/usb Use kmem_zalloc() instead of kmem_alloc() to ini...
jmcneill[src/trunk]: src/doc evbarm: Update TI OMAP3 SoC support to use FDT based con...
jmcneill[src/trunk]: src/sys/arch/arm/ti Use 297MHz for display clock
jmcneill[src/trunk]: src/sys/arch/arm/ti Select closest rate to desired pixel clock
jmcneill[src/trunk]: src/sys/dev/i2c Speed up mode setting a bit and turn off the dis...
tsutsui[src/trunk]: src/sys/arch/zaurus/zaurus Fix build with VERBOSE_INIT_ARM witho...
fcambus[src/trunk]: src/sys/dev/wsfont Update Spleen kernel fonts to version 1.5.0, ...
rin[src/trunk]: src/sys/compat/netbsd32 For netbsd32_readlinkat(2), bufsize is n...
rin[src/trunk]: src/sys/compat/netbsd32 regen
rin[src/trunk]: src/sys/compat/netbsd32 netbsd32_size_t should be used instead o...
rin[src/trunk]: src/sys/compat/netbsd32 regen
joerg[src/trunk]: src PR 54093: Align static TLS area to max_align_t.
prlw1[src/trunk]: src/sys/dev/ic Fix locking bug seen when using WDCNDELAY_DEBUG i...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Avoid null pointer dereferenc...
jmcneill[src/trunk]: src/sys/arch/arm/arm32 bus_dmamem_map: honour BUS_DMA_PREFETCHAB...
jmcneill[src/trunk]: src/sys/external/bsd/drm2/drm Map buffer objects with BUS_DMA_PR...
jmcneill[src/trunk]: src/sys/arch/arm/arm32 Do not try to use direct map for prefetch...
martin[src/trunk]: src/sys/arch/sparc64/conf Add siisata* at pci (no idea why it wa...
martin[src/trunk]: src/sys/arch/sparc64/conf Add GPT wedge autodiscovery
tnn[src/trunk]: src/sys/dev/i2c ssdfb: fix i2c transfer error with some controllers
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 - Use EXTRA_SPECS l...
christos[src/trunk]: src/external/gpl3/gcc regen powerpc64
maxv[src/trunk]: src Add Kernel Concurrency Sanitizer (kCSan) support. This sanit...
maxv[src/trunk]: src/sys/arch/x86/acpi Add the __nocsan attribute on this functio...
maxv[src/trunk]: src/doc Note kCSan.
dyoung[src/trunk]: src/share/man/man9 Fix typo: vmem_add(9) does not actually take ...
joerg[src/trunk]: src Use alignof and not size_t for platforms with non-natural base
jmcneill[src/trunk]: src/sys/external/bsd/drm2/include/drm Arm DMA tags with _nranges...
jmcneill[src/trunk]: src/sys/external/bsd/drm2 Add support for DRM GEM/CMA helpers us...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Reserve enough memory at boot to support ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe ixv(4): disable RSS configuration on 82599...
maxv[src/trunk]: src/sys Change kcsan_md_is_avail() to always return true; I was ...
mrg[src/trunk]: src/tools/gcc add something to auto-detect when GCC has changed ...
mrg[src/trunk]: src/sbin/savecore elide recently introduced warnings that trigge...
mrg[src/trunk]: src/sys/dev/usb add a note about ifnet lock vs usbnet locks.
mrg[src/trunk]: src/sys/external/bsd/drm2/radeon remove stray ;
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc revert the powerpc config.gcc cha...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config update the comment above L...
wiz[src/trunk]: src/share/man/man9 Remove superfluous Pp.
kamil[src/trunk]: src/sys/kern Avoid unaligned pointer arithmetic in check_label_m...
isaki[src/trunk]: src/sys/dev/audio Fix a wrong calculation of recording ring buff...
pgoyette[src/trunk]: src/usr.bin/calendar/calendars Belatedly update several entries ...
nisimura[src/trunk]: src/sys/dev/pci major rework to fix link control breakage
msaitoh[src/trunk]: src/sys/dev/mii Add Micrel (now Microchip) KSZ80[0456]1, KSZ8721...
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src Add support for KSZ80[0456]1, KSZ8721, KSZ9[01]31, KS8731 an...
para[src/trunk]: src/external/bsd/blacklist/bin blacklistd.conf.5: pluralization fix
christos[src/trunk]: src/external/bsd/blacklist/bin Add signal documentation from Kur...
para[src/trunk]: src/external/bsd/blacklist/bin fix stupid typo...
mrg[src/trunk]: src/external/gpl3/gcc regen mknative for powerpc and powerpc64.
christos[src/trunk]: src/external/bsd/blacklist The original blacklist library suppor...
christos[src/trunk]: src/external/bsd/blacklist/bin Ordinarily, the continue clause o...
christos[src/trunk]: src/usr.sbin/makefs Correct documentation of -m and -M.
mrg[src/trunk]: src/external/gpl3/gcc oops, regen these again with right iconv p...
wiz[src/trunk]: src/external/bsd/blacklist/bin Add missing El. Use more markup.
sevan[src/trunk]: src/share/misc sync with FreeBSD r354417
sevan[src/trunk]: src/doc bsd-family-tree
msaitoh[src/trunk]: src/doc micphy(4): Add support for Microchip KSZ80[0456]1, KSZ87...
skrll[src/trunk]: src/sys/uvm Fix a UVMHIST_LOG format broken in 1.91
nisimura[src/trunk]: src/sys/dev/pci clarify 8842 MAC behaves 100FDX only has no alte...
rin[src/trunk]: src/sys/compat/netbsd32 For netbsd32_statvfs, f_spare should be ...
kamil[src/trunk]: src/sys/kern Ensure in validate_label() that struct disklabel po...
kamil[src/trunk]: src/sys/kern Revert src/sys/kern/subr_disk_mbr.c r.1.52
joerg[src/trunk]: src/sys/kern Preserve the LWP ID of the calling thread on (v)for...
kamil[src/trunk]: src/sys/kern Decorate check_label_magic() with __noubsan
kamil[src/trunk]: src/sys/kern Revert subr_disk_mbr.c r.1.54
nisimura[src/trunk]: src/sys/dev/pci comment touchup
joerg[src/trunk]: src/lib/libc/tls Mirror the ld.elf_so logic for handling alignin...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Support reads of more than 32 bytes in...
msaitoh[src/trunk]: src/sys/arch/x86/x86 Fix a bug that evcnt_detach() called twice ...
msaitoh[src/trunk]: src/sys/dev/pci - Update Intel's NVMe SSDs.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
hannken[src/trunk]: src/external/cddl/osnet/dev/dtrace/amd64 dtrace_trap() gets call...
jmcneill[src/trunk]: src/sys/arch/arm/dts Fix PMU interrupt numbers on Allwinner A64.
maxv[src/trunk]: src/sys Exclude the PTE space from KCSAN, since there the same V...
mrg[src/trunk]: src/usr.bin/audio add support for playing IEEE float32 and float...
mrg[src/trunk]: src/usr.bin/audio/play copyright maint.
christos[src/trunk]: src/sys/sys Add a rather long comment explaining what has happen...
pgoyette[src/trunk]: src/sys/sys Fix a typo is christos long comment. :)
tnn[src/trunk]: src/sys/arch/arm/rockchip rk_gmac: clean up code for setting up ...
christos[src/trunk]: src/usr.bin/xlint/lint1 Understand _Alignof
jdolecek[src/trunk]: src/sys/compat/linux/arch don't descend to sparc and sparc64, th...
jdolecek[src/trunk]: src/sys/kern do not try to rm sysautoload when it's not actually...
jmcneill[src/trunk]: src/sys Add support for internal DesignWare HDMI PHYs
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_clock_enable and fdtbus_clock_enable_...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add HDMI and VOP clocks
jmcneill[src/trunk]: src/sys/arch/arm/rockchip WIP display driver for Rockchip RK3399
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add (commented out) Rockchip display su...
pgoyette[src/trunk]: src/sys/kern If we need to handle old-version signals, load the ...
joerg[src/trunk]: src/external/apache2/llvm/dist Import 01f3a59fb3e2542fce74c76871...
jdolecek[src/trunk]: src/sys/compat add dummy implementation of linux fallocate() whi...
jdolecek[src/trunk]: src/sys/compat regen
sevan[src/trunk]: src/games/fortune/datfiles Definition of austerity by Alexei Say...
mlelstv[src/trunk]: src/sys Add functions to open devices by device number or path.
mrg[src/trunk]: src/sys/arch/evbarm/conf add mpt(4) SCSI controller support (see...
mrg[src/trunk]: src/external/gpl3/gcc update a bunch of reality.
jmcneill[src/trunk]: src/sys/dev/ic Select the correct MPLL and PHY settings for the ...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Force DCLK_VOP0/1 dividers to 1 and se...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Fix typo in phy config table
pgoyette[src/trunk]: src/sys Convert the sendsig_sigcontext_16 function pointer to us...
msaitoh[src/trunk]: src/sys/dev/pci Add missing initialization of sc_dev.
pgoyette[src/trunk]: src/sys Convert the coredump_vec modular function pointer to use...
christos[src/trunk]: src/share/man/man3 Document __FPTRCAST
christos[src/trunk]: src/distrib/sets/lists/comp Add __FPTRCAST
chs[src/trunk]: src/sys/uvm in uvm_fault_lower_io(), fetch all the map entry val...
chs[src/trunk]: src/sys/arch/amd64/conf add ips driver.
roy[src/trunk]: src/usr.sbin/rtadvd rtadvd: Fix reloading configuration killing ...
roy[src/trunk]: src/usr.sbin/rtadvd rtadvd: remove support for SIOCSIFINFO_IN6
chs[src/trunk]: src/sys in many device attach paths, allocate memory with M_WAIT...
sevan[src/trunk]: src/games/fortune/datfiles https://twitter.com/sei6r/status/1182...
gutteridge[src/trunk]: src/share/man/man4 re.4: note additional cards supported, and tw...
joerg[src/trunk]: src/sys/kern Ensure that the second LWP of a new process uses a ...
yamaguchi[src/trunk]: src/sys/net Fix a bug that vlan(4) fragments IPv6 packets
yamaguchi[src/trunk]: src/tests/net/if_vlan atf: add test cases for MTU that is increa...
msaitoh[src/trunk]: src/sys Remove acorn26's upc(4) devices.
pgoyette[src/trunk]: src/share/misc Add UPC - universal product code
nonaka[src/trunk]: src/sys/dev/ic nvme(4): Use the SET_FEATURES command to get the ...
msaitoh[src/trunk]: src/sys/net Fix IP broadcast + checksum offload problem.
tnn[src/trunk]: src/external/bsd/blacklist/lib silence sign-conversion warning f...
maxv[src/trunk]: src/sys/kern Remove lockless reads of 'xc_donep'. This is an uin...
wiz[src/trunk]: src/usr.bin/audio/play Fix a typo. Fix some xrefs, comment out r...
wiz[src/trunk]: src/share/man/man3 Make a sentence easier to read, and fix some ...
roy[src/trunk]: src/usr.sbin/rtadvd rtadvd: Add C flag to control the zeroing of...
joerg[src/trunk]: src/usr.bin/audio/play Spell the largest 32bit signed value as I...
scole[src/trunk]: src/sys/arch/ia64 ski should run on i386 and amd64 with patches ...
chs[src/trunk]: src/sys/external/bsd/ipf/netinet revert rev 1.7 (which removed t...
hkenken[src/trunk]: src/sys/arch/arm/imx Add imxccm_clk_set_rate_div().
joerg[src/trunk]: src Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0d...
hkenken[src/trunk]: src/sys/arch/arm/imx IPG clock is used instead of ENET_PLL clock...
knakahara[src/trunk]: src/sys/netipsec Fix SA can be expaired wrongly when there are m...
mrg[src/trunk]: src/sys/dev/i2c match DIE_ID of 9 (SILERGY_DIE_ID_SYR83X), seen ...
mrg[src/trunk]: src/usr.sbin/usbdevs dynamically calculate the list of usb hubs ...
maxv[src/trunk]: src/sys/netinet6 Add more checks in ip6_pullexthdr, to prevent a...
mrg[src/trunk]: src/doc fix the date for mos(4) import, and mention moscom(4) re...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Fixed bug.
uki[src/trunk]: src/distrib/sets/lists/xcomp Give syspkg names to lintlib packages
wiz[src/trunk]: src/share/man/man4 Update list of audio drivers in SEE ALSO.
wiz[src/trunk]: src/share/man/man4 Remove self-reference
wiz[src/trunk]: src/usr.bin/audio/play Remove list of audio drivers, moved to au...
msaitoh[src/trunk]: src/sys/dev/isa Initialize sc_dev correctly to avoid null pointe...
msaitoh[src/trunk]: src/sys Add missing initialization of sc_dev.
msaitoh[src/trunk]: src/sys/dev/mii - Define IPGPHY_SCR's address.
martin[src/trunk]: src/usr.sbin/sysinst Add options to the various partitioning sta...
macallan[src/trunk]: src/sys/arch/macppc/conf add missing usb at ehci
maxv[src/trunk]: src/sys/arch/x86 Mitigation for CVE-2019-11135: TSX Asynchronous...
martin[src/trunk]: src/usr.sbin/sysinst PR 54467: we trust our own sets, extract th...
kamil[src/trunk]: src/tests/lib/libc/sys Rework thread_concurrent_signals and trac...
kre[src/trunk]: src/tests/usr.bin/printf Add a missing ("quoting") '>' in an atf...
christos[src/trunk]: src/external/bsd/tmux/dist CHANGES FROM 2.9 to 2.9a
maya[src/trunk]: src/sys/dev/pci Fix whitespace. From vezhlys
christos[src/trunk]: src/lib/libedit PR/54654: Soren Tempel: Make sure el_cursor.v < ...
christos[src/trunk]: src/external/bsd/tmux/dist merge conflicts
christos[src/trunk]: src/external/bsd/tmux/usr.bin/tmux new files and bump version
christos[src/trunk]: src/doc new tmux
christos[src/trunk]: src/usr.sbin/postinstall remove debugging.
kre[src/trunk]: src/external/bsd/tmux/dist Appease gcc. Init "terminator".
mrg[src/trunk]: src/sys/kern put the ucode not found message under #ifdef DEBUG....
ozaki-r[src/trunk]: src/sys Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp
hikaru[src/trunk]: src/sys/arch/x86/pci Disable MSI-X before writing the MSI-X table.
isaki[src/trunk]: src/share/man/man4 Add some audio drivers in SEE ALSO.
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Add support "phy-reset-post-delay".
maxv[src/trunk]: src/sys/arch/usermode/usermode Switch to the new PTE naming.
martin[src/trunk]: src Mention LLVM fallout
nakayama[src/trunk]: src/sys/arch/sparc64/include Revert workarounds for clang.
maxv[src/trunk]: src/external/cddl/osnet/dev/fbt/x86 Use x86_patch_window_{open, c...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.1.2 with the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/doc Note import of dhcpcd-8.1.2
maxv[src/trunk]: src/sys/arch/x86 Rename:
pgoyette[src/trunk]: src/sys/kern Return success if no coredump module is loaded/hooked.
pgoyette[src/trunk]: src/sys/arch Clean-up unnecessary inclusions of opt_coredump.h
tsutsui[src/trunk]: src/sys/arch/zaurus/zaurus Fix attach failure of zaudio(4) WM873...
tsutsui[src/trunk]: src/sys/arch/arm/sa11x0 Fix another attach failure of zaudio(4) ...
tsutsui[src/trunk]: src/sys/arch/zaurus Make zaurus kernels use symbol tables loaded...
martin[src/trunk]: src/usr.sbin/sysinst Make cloning support optional, so we can sa...
martin[src/trunk]: src/usr.sbin/sysinst/arch/ews4800mips Drop MBR and cloning suppo...
joerg[src/trunk]: src/external/bsd/llvm Remove old LLVM build system.
joerg[src/trunk]: src/share/mk Restore pax-as-tar.
uki[src/trunk]: src/distrib/sets/lists/xdebug Fix uncorrect package name in xdeb...
joerg[src/trunk]: src/external/bsd/llvm/dist Mark old LLVM instance as dead.
knakahara[src/trunk]: src/sys/netipsec Reduce load for IKE negotiations when the syste...
msaitoh[src/trunk]: src/sys/net Fix comment.
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Fixed bug.
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Whitespace fix
hauke[src/trunk]: src/sys/dev/pci The 16C1054 and 16C1058 serial multi-port contro...
msaitoh[src/trunk]: src/sys/dev/mii KNF. No functional change.
msaitoh[src/trunk]: src/sys/dev/mii STGE_PhyCtrl is not PHY register but MAC registe...
msaitoh[src/trunk]: src/sys/dev/mii - Use auto-negotiation when forcing 1000BASE-T.
msaitoh[src/trunk]: src/sys/dev/pci Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/pci Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.
msaitoh[src/trunk]: src/sys/dev/pci Revert previous. Sorry.
joerg[src/trunk]: src/external/bsd/llvm/dist Mark old LLVM instance as dead.
martin[src/trunk]: src/external/apache2/llvm For gcc < 9 disable stringop-overflow ...
martin[src/trunk]: src/usr.sbin/sysinst Make tar extraction flags depend on our usa...
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/host-libcpp duplicate a some of Ma...
maxv[src/trunk]: src/doc Note kMSan.
maxv[src/trunk]: src/sys Add support for Kernel Memory Sanitizer (kMSan). It dete...
maxv[src/trunk]: src/sys Don't include "opt_kasan.h" when there's already <sys/as...
maxv[src/trunk]: src/sys/kern Don't include "opt_kcsan.h" since there's already <...
maxv[src/trunk]: src/sys Mark several kASan functions with __nothing, to avoid an...
martin[src/trunk]: src/usr.sbin/sysinst/arch Fix missing newlines in bios match dis...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Fix a few swapped fields
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Remove debug output
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable Rockchip display support
jdolecek[src/trunk]: src/share/man/man7 document vm.ubc_direct
hkenken[src/trunk]: src/sys/arch/arm/imx Keep SCLK high in the inactive state. (SPI ...
maxv[src/trunk]: src/sys Instrument copyout() in kCSan, for parity with kMSan.
nonaka[src/trunk]: src/sys/dev/hyperv hvn(4), hvkbd(4): No need to call vmbus_chann...
maxv[src/trunk]: src/sys/arch Remove the ins* and outs* functions. Not sanitizer-...
maxv[src/trunk]: src Make kMSan compatible with KCOV. With kMSan we are forced to...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Since cpu_in_cksum.S can be built outsi...
maxv[src/trunk]: src/sys Instrument ufetch/ustore in kMSan, these were the last r...
msaitoh[src/trunk]: src/sys/dev/pci Make Yukon EX, FE+, SUPR stable. The code is mai...
msaitoh[src/trunk]: src/sys/dev/ic Sort RTK_HWREV_* by value.
maxv[src/trunk]: src/sys/kern NULL-check the structure pointer, not the address o...
macallan[src/trunk]: src/sys/arch/powerpc/powerpc stuff name parameters into OF_buf b...
macallan[src/trunk]: src/sys/arch/powerpc/oea bump OF_buf(fer) since we may put extra...
macallan[src/trunk]: src/sys/arch/powerpc/powerpc fix pasto - don't limit OF_finddevi...
pgoyette[src/trunk]: src/sys/kern Remove some XXX'd comments that were remnants of wh...
christos[src/trunk]: src/sys/external/bsd/drm2/drm Add a stub for drm_ioctl() so that...
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Fix change by r1.3 "prevent assert on ...
maxv[src/trunk]: src/sys/kern Add a NULL check on the structure (same logic as my...
maxv[src/trunk]: src/sys/kern NULL-check the structure pointer, not the address o...
maxv[src/trunk]: src/sys/netinet Call rtcache_unref() only when the checks succee...
maxv[src/trunk]: src/sys/arch/x86/x86 Add a NULL check on the structure pointer, ...
mrg[src/trunk]: src/share/mk i386 -> GCC 8.
mrg[src/trunk]: src/share/mk sparc & sparc64 -> GCC 8.
mrg[src/trunk]: src/external/gpl3/gcc note i386 and sparc* conversion. note arm...
tkusumi[src/trunk]: src/usr.sbin/autofs autofs: Remove unneeded header include
tkusumi[src/trunk]: src/usr.sbin/autofs autofs: Fix segfault that could occur on "au...
tkusumi[src/trunk]: src/usr.sbin/autofs autofs: Support DOLLAR for $ literal
jmcneill[src/trunk]: src/sys/dev/fdt Set sysclk rate at set_format time, so the link ...
jmcneill[src/trunk]: src/sys/dev/ic Add I2S audio input support.
jmcneill[src/trunk]: src/sys/dev/ic Add software volume controls.
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add support for I2S clocks.
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add driver for Rockchip I2S/PCM contro...
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable HDMI audio on ROCKPro64
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add rki2s
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add audio support
martin[src/trunk]: src/sys/dev/isa PR port-i386/54701: deal with missing pmf platfo...
joerg[src/trunk]: src/usr.sbin/sysinst Drop unused variable.
joerg[src/trunk]: src/external/apache2/llvm/lib/libclangAST Build libclangAST with...
nia[src/trunk]: src/share/man/man7 Document usage of KERN_ARND
martin[src/trunk]: src/usr.bin/msgc msg_table_add(): fix mishap in the format safet...
martin[src/trunk]: src/usr.sbin/sysinst/arch/i386 Fix table of bios geomatries
maxv[src/trunk]: src/sys/dev/nvmm/x86 Don't report MWAITX by default.
martin[src/trunk]: src/usr.sbin/sysinst/arch/i386 knf style adjustments
martin[src/trunk]: src/usr.sbin/sysinst/arch/i386 Make the bootblock selection menu...
christos[src/trunk]: src/external/mpl/bind/dist/lib/isc shorten names
martin[src/trunk]: src/usr.sbin/sysinst Make sure all menus have a translatable exi...
martin[src/trunk]: src/usr.sbin/sysinst On amd64 support installation with a KASLR ...
christos[src/trunk]: src/external/bsd/tcpdump/dist Fix always false test (typo). Note...
mlelstv[src/trunk]: src/sys/dev/fdt be more verbose about errors.
mlelstv[src/trunk]: src/sys/dev/bluetooth Don't wait in interrupt context.
mlelstv[src/trunk]: src/share/man/man9 Document new functions vn_bdev_open and vn_bd...
mrg[src/trunk]: src/sys/arch/ia64/include do the ignore -Wshadow dance for built...
rin[src/trunk]: src/sys/kern Fix pointer arithmetic for 32-bit process on LP64 k...
mrg[src/trunk]: src/share/mk switch ia64 to GCC 8. boots just as far as GCC 7 i...
mrg[src/trunk]: src/share/mk switch powerpc64 to GCC 8.
mlelstv[src/trunk]: src/sys/netinet Don't allow zero sized segments that will panic ...
maxv[src/trunk]: src/sys/dev/usb Not a bug strictly speaking, but compute the add...
wiz[src/trunk]: src/share/man/man9 file system police. New sentence, new line.
nia[src/trunk]: src/sys/kern Update comment to reflect third-party software's us...
maxv[src/trunk]: src/sys/arch/amd64 Disable KCOV - by raising the interrupt level...
msaitoh[src/trunk]: src/sys/arch/x86/include Add the following bit definitions from ...
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch 0x7d and 0x7e are for 10th generation C...
scole[src/trunk]: src/sys/arch/ia64 Mention ski works on amd64 and probably other ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for A64 I2S clocks.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add A64 HDMI audio support.
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable HDMI audio support on Pine64, Pine64...
jmcneill[src/trunk]: src/sys/dev/fdt Add driver for dummy spdif transmitter bindings.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add spdiftx
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add SPI clocks
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sun6ispi
christos[src/trunk]: src/sys/lib/libunwind Explicitly compile libunwind with vfp3 bec...
mrg[src/trunk]: src/etc/etc.ofppc build GENERIC64 only on ofppc64 (doesn't build...
mrg[src/trunk]: src/external/mit/xorg/server/xorg-server/hw/xfree86 build int10 ...
mrg[src/trunk]: src/external/gpl3/gcc few gcc 8 clean ups:
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print MAC address.
rin[src/trunk]: src/sys/compat/netbsd32 Belatedly catch up with kern_sig.c rev 1...
rin[src/trunk]: src/sys/compat/netbsd32 Sorry, revert unintentional parts of the...
nonaka[src/trunk]: src/sys/dev Fixed incorrect m_defrag return value check.
rin[src/trunk]: src/sys/compat/netbsd32 Sort by signal numbers as far as possibl...
gutteridge[src/trunk]: src/share/man/man4 re.4: msaitoh@ added the NCube vendor ID that...
martin[src/trunk]: src/usr.sbin/sysinst/arch/i386 Fix previous: the install medium ...
rin[src/trunk]: src/sys/compat/netbsd32 Provide _ptrace_state for SIGTRAP with T...
rin[src/trunk]: src/sys/compat/netbsd32 When converting siginfo, examine si_code...
rin[src/trunk]: src/sys/compat/netbsd32 TRAP_EXEC does not have extra fields to ...
rin[src/trunk]: src/sys/compat 8-byte objects on i386 or arm-oabi are aligned in...
tkusumi[src/trunk]: src/usr.sbin/fstyp fstyp: Add exFAT support
msaitoh[src/trunk]: src/sys/dev/mii Remove extra 10ms delay in ihphy_reset(). The de...
christos[src/trunk]: src/share/mk switch arm to gcc-8
christos[src/trunk]: src catch-up with more ports switched to gcc-8
martin[src/trunk]: src/usr.sbin/sysinst/arch/i386 Fix previous: not a good idea to ...
christos[src/trunk]: src/share/mk Improve the script to check for installed libraries...
christos[src/trunk]: src/share/mk Compare libraries that the bsd.prog.mk "knows about...
joerg[src/trunk]: src/external/apache2/llvm Use a big hammer and disabling strict ...
christos[src/trunk]: src/sys/external/bsd/drm2/drm don't build stub if legacy drm is ...
joerg[src/trunk]: src/external Build some more LLVM components for Gallium. Switch...
sevan[src/trunk]: src/share/examples/npf Rename the block table to something else ...
christos[src/trunk]: src/share/man/man7 Sync with FreeBSD which capitalizes the contr...
martin[src/trunk]: src/external/mit/xorg/lib/gallium Looks like this requires pthread.
msaitoh[src/trunk]: src/sys/dev/pci Fixes a bug that "ifmedia vge0 media 1000baseT-F...
palle[src/trunk]: src/sys/arch/sparc64/dev sun4v: added support for handling of op...
martin[src/trunk]: src/external/mit/xorg/lib/gallium Restrict -Wl, -z, defs to x86 an...
knakahara[src/trunk]: src/sys/net "rss_symmetric_key" iniitalizer is too short. Pointe...
msaitoh[src/trunk]: src/sys/dev/mii Fix a bug that atphy(4) can't negotiate correctl...
hikaru[src/trunk]: src Add opencrypto driver for Intel QuickAssist.
maxv[src/trunk]: src/sys/dev/nvmm/x86 Hide XSAVES-specific stuff and the masked e...
rin[src/trunk]: src/sys/arch/amd64/amd64 Fix netbsd32_process_write_dbregs() for...
tkusumi[src/trunk]: src/sbin/mount_autofs mount_autofs: Remove blank line with trail...
tkusumi[src/trunk]: src/sbin/mount_autofs mount_autofs: Sync man page with DragonFlyBSD
pgoyette[src/trunk]: src/sys Move all non-emulation-specific coredump code into the c...
ad[src/trunk]: src/sys/kern - Put back a microoptimisation that was accidentall...
wiz[src/trunk]: src/sbin/mount_autofs Sort options and SEE ALSO. Improve a sente...
msaitoh[src/trunk]: src/sys/dev/pci - Set duplex correctly when user setting is not ...
msaitoh[src/trunk]: src/sys/dev/mii Add missing NetBSD RCS Id. Reported by Andrius V.
msaitoh[src/trunk]: src/sys/dev/pci Fix multicast handling. All Atheros controllers ...
mrg[src/trunk]: src/sys/lib/libsa from the new comment:
mrg[src/trunk]: src/share/mk switch riscv32/64 to GCC 8.
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that IFF_ALLMULTI is almost always set.
msaitoh[src/trunk]: src/sys/dev/pci Remove accidentally committed debug code. Sorry.
msaitoh[src/trunk]: src/sys/dev/mii Whitespace.
martin[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Bump image size for gcc8
tkusumi[src/trunk]: src autofs: Change my email address in man pages to netbsd.org
tkusumi[src/trunk]: src/usr.sbin/autofs autofs: Change autounmountd(8) to use time_t...
ad[src/trunk]: src/sys/dev/pci If attach fails, don't panic on detach.
ad[src/trunk]: src/sys/uvm Use lwp_changepri().
ad[src/trunk]: src/sys/kern calcru: ignore running softints, unless softint_tim...
ad[src/trunk]: src/sys Simplify pset locking, making it easier to sync with LWP...
ad[src/trunk]: src/sys/kern Break the slow path for callout_halt() out into its...
ad[src/trunk]: src/sys/kern - lwp_need_userret(): only do it if ONPROC and !cur...
ad[src/trunk]: src/sys/kern lwp_create:
martin[src/trunk]: src/distrib/notes/common Add missing .bullet) and replace some v...
ad[src/trunk]: src/sys Sleep queues & turnstiles:
ad[src/trunk]: src/sys/arch/alpha/alpha alpha_ipi_ast: use ci_data.cpu_onproc, ...
martin[src/trunk]: src/distrib/notes Pass the set suffix (either .tgz or .tar.xz) f...
ad[src/trunk]: src/sys mi_userret(): take care of calling preempt(), set spc_cu...
ad[src/trunk]: src/sys/arch x86: abort pageidlezero unconditionally if there is...
ad[src/trunk]: src/sys lwp_setlock(): return pointer to the kmutex_t that we re...
ad[src/trunk]: src/sys/arch mi_userret(): take care of calling preempt(), set s...
ad[src/trunk]: src/sys/kern - Don't give up kpriority boost in preempt(). That...
ad[src/trunk]: src/sys Minor improvements to select/poll:
mrg[src/trunk]: src/sys/lib/libsa apply the strncmp hack only to !clang. reques...
ad[src/trunk]: src/sys/arch/x86 x86 TLB shootdown IPI changes:
macallan[src/trunk]: src/sys/arch/sgimips/gio ga_iot = 0 -> normal_memt
joerg[src/trunk]: src/distrib Merge amd64's UEFI logic back into the generic booti...
nakayama[src/trunk]: src/lib/libc/tls Fix PR/54074 and PR/54093 completely.
alnsn[src/trunk]: src/distrib/common If gpt label "cgd.conf" contains a valid /etc...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Support for compat-32 type shared...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb add missing files for 32 bit debu...
christos[src/trunk]: src/external/gpl3/gdb/lib/libgdb/arch/x86_64 regen x86_64 for i3...
rin[src/trunk]: src/sys/kern Fix regression introduced to ptrace_regs() in rev 1...
macallan[src/trunk]: src/sys/arch/macppc/dev report fan speeds
mlelstv[src/trunk]: src/sys/arch/aarch64 Make cache operations available early.
martin[src/trunk]: src/sys/arch/evbarm/conf Bump space for ramdisk image
maxv[src/trunk]: src/tests/lib/libnvmm Several improvements. In particular, reduc...
nonaka[src/trunk]: src/sys/dev/hyperv vmbus(4), hvn(4), hvkbd(4): Fixed wait time f...
nonaka[src/trunk]: src/sys/dev/hyperv hvn(4), hvkbd(4): Only need to poll when cold.
martin[src/trunk]: src Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release ...
maxv[src/trunk]: src/sys Ah, strcat/strchr/strrchr are ASM functions, so instrume...
martin[src/trunk]: src/sys/arch Make this files compilable w/o options DIAGNOSTIC
christos[src/trunk]: src/external/gpl3/gdb/lib more regen stuff.
pgoyette[src/trunk]: src/sys/kern Use __diagused
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix CLK_BUS_HDMI bit
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Enable TMDS clock
ad[src/trunk]: src/sys Minor correction to previous.
ad[src/trunk]: src/sys/kern sched_tick: examine the correct LWP, and lock it.
ad[src/trunk]: src/sys/ddb Fix crash(8). Will revisit.
ad[src/trunk]: src/sys/arch - On-demand zeroing pages with MOVNTI is crazy. It...
ad[src/trunk]: src/sys/sys Add a comment.
jakllsch[src/trunk]: src/sys/arch/arm/sunxi Store the flags passed to SUNXI_CCU_FRACT...
macallan[src/trunk]: src/sys/arch/macppc/dev don't invalidate sensors every time we f...
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Drop unused autofs_mount field which o...
tkusumi[src/trunk]: src/sys/fs/autofs autofs: u_int -> unsigned int
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Fix a comment on autofs_args
jmcneill[src/trunk]: src/sys/dev/ic Allow bus glue to setup DDC clocks
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add TCON0 clock
jmcneill[src/trunk]: src/sys/arch/arm/sunxi HDMI PHY and TX share the same clocks. Do...
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Don't calculate dirent reclen twice
ad[src/trunk]: src/sys/arch For this case during build.sh:
ad[src/trunk]: src/sys/arch/sparc/include Looks like sparc clears want_ast with...
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Remove unused autofs_node::an_vnode_lock
ad[src/trunk]: src/sys/dev - Increase the default number of buffers, and scale ...
martin[src/trunk]: src/sys/arch/evbarm/beagle "rv" is only used on some boards and ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Honour SUNXI_CCU_FRACTIONAL_SET_ENABLE in...
jmcneill[src/trunk]: src/sys/dev/fdt Use fdtbus_get_reg to read "reg" property
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Need to initialize the PHY before HPD sen...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set pixel clock on mode set
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set TCON1 parent to PLL_VIDEO1(1X)
ad[src/trunk]: src/sys/arch cpu_need_resched():
ad[src/trunk]: src/sys Minor scheduler cleanup:
ad[src/trunk]: src/share/man/man9 Update to match recent changes.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Do not assume that an fb's pitch is width...
jmcneill[src/trunk]: src/sys Use actual hw mode, not proposed mode.
ad[src/trunk]: src/regress/sys/kern/nameibench Fix compiler warning.
ad[src/trunk]: src/regress/sys/kern/nameibench Redo previous differently.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set pre-divider M to 0 in fractional mode...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Support non-zero fb start pixels.
ad[src/trunk]: src/sys/kern Pull in sys/atomic.h.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set video PLLs to 297MHz
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Do not assume the cursor pitch is the sam...
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable HDMI and HDMI audio
rin[src/trunk]: src/sys/arch/aarch64 PR port-arm/54702
skrll[src/trunk]: src/sys/dev/fdt Fix build
skrll[src/trunk]: src/sys/arch/arm/ti Fix KERNHIST build (and simplify)
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Try to avoid changing hardware settings w...
skrll[src/trunk]: src/sys/arch/arm/imx Use PRIxBUSADDR
skrll[src/trunk]: src/sys/arch/arm/fdt Remove unnecessary cast and wrap a long line.
martin[src/trunk]: src/distrib/notes Modernize release notes:
skrll[src/trunk]: src/sys/arch corect #include order
rin[src/trunk]: src/sys/arch/aarch64/include part of PR port-arm/54702
rin[src/trunk]: src/sys/arch/aarch64/aarch64 part of PR port-arm/54702
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Reclaim bootloader FB memory for CMA pool.
ad[src/trunk]: src/sys/kern Put section attribute for turnstile0 in the correct...
ad[src/trunk]: src/sys/kern lwp_start(): don't try to change the target CPU. F...
ad[src/trunk]: src/sys/arch/mips/mips Typo.
ad[src/trunk]: src/sys/arch Make ci_want_resched a u_int.
ad[src/trunk]: src/sys/arch/powerpc/pic Add IPI_AST.
ad[src/trunk]: src/sys/arch/sun68k/include Correction to previous.
pgoyette[src/trunk]: src/distrib/notes/common Add "Oxford comma"
uwe[src/trunk]: src/distrib/notes/sparc Quote long .Ss2 title to avoid troff's l...
christos[src/trunk]: src/external/mpl/bind/dist Import bind 9.14.8 (security fix -- l...
hkenken[src/trunk]: src/sys/arch/arm/imx Fixed bug.
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that SK-9D41 can't detect fiber media....
msaitoh[src/trunk]: src/sys/dev/pci - Use *_FLUSH() more. The main purpose is to wai...
msaitoh[src/trunk]: src/sys/dev/pci Modify PHY initialization code. This change fix ...
nonaka[src/trunk]: src/sys/dev/hyperv hvs(4), hvn(4): Set correct size for bus_dmam...
riastradh[src/trunk]: src/sys/kern Use cprng_strong, not cprng_fast, for sysctl kern.a...
pgoyette[src/trunk]: src/distrib/notes/common Improve heading a bit. While here, use...
tkusumi[src/trunk]: src/usr.sbin/autofs autofs: Add missing description for automoun...
ad[src/trunk]: src/sys/kern port-sparc/54718 (sparc install hangs since recent ...
ad[src/trunk]: src/sys/kern Remove some unneeded memory barriers and reads of t...
nonaka[src/trunk]: src/sys/dev/hyperv hvn(4): Fix incorrect ident when waiting for ...
hkenken[src/trunk]: src/sys/dev/spi Change manufacturer to Micron from Numonyx.
msaitoh[src/trunk]: src/doc Remove notes about ipgphy(4), jmphy(4), smscphy(4), micp...
msaitoh[src/trunk]: src/doc Move notes about ipgphy(4), jmphy(4), smscphy(4), micphy...
msaitoh[src/trunk]: src/sys/dev/mii KNF. No functional change.
msaitoh[src/trunk]: src/sys/dev/mii Fix typo in comment.
nisimura[src/trunk]: src/sys/dev/pci - use mii(4) layer to control KSZ8841 builtin PHY.
kre[src/trunk]: src/share/tmac PR toolchain/54715
gson[src/trunk]: src/sys/dev/usb Convert debug printfs to usbhist.
jmcneill[src/trunk]: src/sys/dev/pci Fix IFF_ALLMULTI handling.
gson[src/trunk]: src/sys/dev/usb Change 0x%jx -> %#jx as suggested by christos.
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Use NULLVP for NULL vnode
msaitoh[src/trunk]: src/sys/dev/pci - Add Xeon D-1500 NTB-secondary
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/doc new bind (tcp DoS security fix)
christos[src/trunk]: src/external/mpl/bind merge bind 9.14.8
maxv[src/trunk]: src/sys/arch/x86 Add a small API for in-kernel FPU operations.
msaitoh[src/trunk]: src/sys/dev/mii Print dmesg correctly.
hkenken[src/trunk]: src/sys Remove GPIO driver attach defer.
rin[src/trunk]: src/sys/arch/amd64/include Fix copy-paste in comment. No binary ...
rin[src/trunk]: src/sys/arch/amd64/amd64 Use bool for "write" in ptrace_machdep_...
rin[src/trunk]: src/sys/arch/amd64 Rename process_machdep_validxstate() to proce...
rin[src/trunk]: src/sys/arch/amd64 Add support for PT_[GS]ETXMMREGS requests for...
martin[src/trunk]: src/distrib/notes More cleanup:
msaitoh[src/trunk]: src/sys - Simplify sc->mii_anegticks setting. Same as FreeBSD.
martin[src/trunk]: src/distrib/notes When creating the TOC file, strip all incoming...
christos[src/trunk]: src/usr.sbin/usbdevs Use strtoi instead of atoi() to catch bad i...
uwe[src/trunk]: src/distrib/notes/sparc Undo the .Ss2 quoting hack, the macros c...
christos[src/trunk]: src/share/terminfo merge our changes
christos[src/trunk]: src/share/terminfo simple import script
christos[src/trunk]: src/doc new terminfo
uwe[src/trunk]: src/distrib/notes Make .Te and .To also emit .Ti with quoted arg...
maxv[src/trunk]: src/sys localify
ad[src/trunk]: src/sys/kern Don't try to IPI other CPUs early on. Fixes a cras...
uwe[src/trunk]: src/distrib/notes/sparc It's KRUPS not GENERIC-KRUPS.
joerg[src/trunk]: src/sys/arch/powerpc/oea Add a hack for qemu/macppc. OF_finddevi...
uwe[src/trunk]: src/distrib/notes/common Add missing backslash at the start of c...
uwe[src/trunk]: src/distrib/notes Don't lose groff's stderr when creating TOC.
jmcneill[src/trunk]: src/sys/arch/arm/ti Fix mmc and timer indexes.
jmcneill[src/trunk]: src/sys/arch/arm/ti Fix inverted ti, needs-special-hs-handling pr...
uwe[src/trunk]: src/distrib/notes Do not pass common/macros on the command line ...
uwe[src/trunk]: src/distrib/notes/common Don't open-code .tm calls to emit TOC e...
uwe[src/trunk]: src/distrib/notes/common Don't repeat the TOC file name, define ...
uwe[src/trunk]: src/distrib/notes Use .open/.write instead of .tm to emit TOC.
christos[src/trunk]: src/external/mpl/bind/dist/lib/isc/include/isc match ifdefs with...
thorpej[src/trunk]: src/sys/arch/arm/broadcom There are some devices on the bcm283x ...
isaki[src/trunk]: src/sys/dev/ic Use NULL for pointer.
roy[src/trunk]: src/common/lib/libc/stdlib Make it easier to use strtoi and strt...
msaitoh[src/trunk]: src/sys/net Fix comment. The ifm_media member of struct ifmedia ...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Remove FDT_INTR_MPSAFE flag.
martin[src/trunk]: src/sys/arch/sparc/stand/ofwboot Provide a mostly-zeroed page at...
thorpej[src/trunk]: src/sys/arch/arm/broadcom Jared points out that interrupt_distri...
msaitoh[src/trunk]: src/sys/dev/pci - Change IFM_10G_T(10GBase-T) entry to IFM_10G_C...
maxv[src/trunk]: src/sys/dev localify
mrg[src/trunk]: src/external/gpl3/gcc note that earm and riscv switched to GCC 8.
uwe[src/trunk]: src/distrib/notes/common Fix typo in register name in previous.
uwe[src/trunk]: src/distrib/notes/common Don't emit page numbers in TOC for HTML...
joerg[src/trunk]: src/external/apache2/llvm Use -fno-strict-aliasing unconditional...
sevan[src/trunk]: src/usr.bin/calendar/calendars Add Aaron Swartz and Steve Jobs
jmcneill[src/trunk]: src/sys/arch/arm/ti Support 1-bit mode and force all xfers to bo...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Do not crash if the optional vpcie3v3-...
hkenken[src/trunk]: src/sys/dev/i2c Support more than 128Kbit model.
nisimura[src/trunk]: src/sys/dev/pci switch to deferred if_start framework.
hikaru[src/trunk]: src/sys/opencrypto HMAC-SHA-512 has 32 bytes MAC.
hikaru[src/trunk]: src/sys/opencrypto crypto(4): accept CRYPTO_SHA2_384_HMAC and CR...
martin[src/trunk]: src/sys/arch/powerpc/include Add illegal asm and breakpoint
hkenken[src/trunk]: src/sys/dev/i2c Add wait for stop condition.
gson[src/trunk]: src/sys/dev/usb Preserve the toggleCarry bit in the Endpoint Des...
gson[src/trunk]: src/sys/dev/usb Preserve the toggleCarry bit in the Endpoint Des...
jakllsch[src/trunk]: src/sys/arch/arm/rockchip fix copy/paste error in mux_pll_src_cp...
msaitoh[src/trunk]: src/sys/dev/pci Set if_baudrate.
jakllsch[src/trunk]: src/sys/arch/arm/rockchip add RK3399 eDP clocks
jakllsch[src/trunk]: src/sys/arch/arm/rockchip add RK3399 DisplayPort clocks
uwe[src/trunk]: src/distrib/notes/common Provide separate .Tc and .Ti definition...
uwe[src/trunk]: src/distrib/notes/common Oops, fix typo in .el in previous.
ryo[src/trunk]: src/sys/arch/arm/imx set the multicast filter properly.
ryo[src/trunk]: src/sys/net bpf can send a packet greater than MCLBYTES (JumboFr...
ryo[src/trunk]: src/sys/arch/arm/arm32 if Thumb-32 bit instruction located on a ...
maxv[src/trunk]: src/sys/netatalk Add sanity check, only sat_len bytes got copied...
thorpej[src/trunk]: src/sys/arch/arm/broadcom Account for the IRQ offset on the bcm2...
ad[src/trunk]: src/sys/arch PR port-sparc/54718 (sparc install hangs since rece...
ad[src/trunk]: src/sys/kern Don't try to kpreempt a CPU hog unless __HAVE_PREEM...
ad[src/trunk]: src/sys/kern Get rid of MUTEX_RECEIVE/MUTEX_GIVE.
riastradh[src/trunk]: src/sys Largely eliminate the MD rwlock.h header file.
riastradh[src/trunk]: src/sys/arch/alpha/include Nix mb_* on alpha.
riastradh[src/trunk]: src/sys/arch/arm/include Nix mb_* on arm.
riastradh[src/trunk]: src/sys/arch/hppa/include Nix mb_* on hppa.
riastradh[src/trunk]: src/sys/arch/ia64/include Nix mb_* on ia64.
riastradh[src/trunk]: src/sys/arch/m68k/include Nix mb_* on m68k.
riastradh[src/trunk]: src/sys/arch/powerpc/include Nix mb_* on powerpc.
riastradh[src/trunk]: src/sys/arch/sh3/include Nix mb_* on sh3.
riastradh[src/trunk]: src/sys/arch Nix mb_* on sparc and sparc64.
riastradh[src/trunk]: src/sys/arch/vax/include Nix mb_* on vax.
riastradh[src/trunk]: src Nix obsolete mb(9) man page.
ad[src/trunk]: src/sys/kern A couple more tweaks to avoid reading the lock word.
jmcneill[src/trunk]: src/sys/arch/arm/ti Add TI OMAP watchdog timer driver.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add tiwdt
riastradh[src/trunk]: src New atomic load/store operations for the kernel.
riastradh[src/trunk]: src/share/man/man9 Missed a spot: delete mb.9 from MLINKS too.
riastradh[src/trunk]: src/sys/arch Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECE...
riastradh[src/trunk]: src/distrib/sets/lists/comp Missed another spot.
uwe[src/trunk]: src/distrib/notes Improve table of contents.
rillig[src/trunk]: src/usr.bin/make/unit-tests Add unit tests for variable modifier...
riastradh[src/trunk]: src/share/man/man9 Document xc_barrier.
rillig[src/trunk]: src/usr.bin/make/unit-tests Add another unit test for the :M mod...
rillig[src/trunk]: src/usr.bin/make/unit-tests Ignore temporary files from running ...
riastradh[src/trunk]: src/share/man/man9 Document relation to atomic_ops(3) and membar...
riastradh[src/trunk]: src Use .Sy, not .Em, for bold-faced WARNING of impending doom.
rillig[src/trunk]: src/usr.bin/make/unit-tests Fix unit test for edge case in :M mo...
rillig[src/trunk]: src/usr.bin/make/unit-tests Demonstrate some more edge cases for...
pgoyette[src/trunk]: src/distrib/sets/lists/tests Add the new unit-tests for make(1) ...
nonaka[src/trunk]: src/sys/arch/x86 Prevent panic when attaching genfb if using a s...
tkusumi[src/trunk]: src/sys/dev/dm dm: Always initialize target's status string
sevan[src/trunk]: src/usr.bin/calendar/calendars Add Grace Hopper and Richard Feynman
sevan[src/trunk]: src/usr.bin/calendar/calendars Sort
jmcneill[src/trunk]: src/sys/stand/efiboot Use SMBIOS system vendor and product strin...
ad[src/trunk]: src/sys/kern Back out previous. It works on amd64 under stress ...
riastradh[src/trunk]: src/sys/sys Nix vestigial references to MUTEX_GIVE and MUTEX_REC...
ad[src/trunk]: src/sys/arch/sh3 Revert previous. Looks like it requires a more...
riastradh[src/trunk]: src/sys/arch/ia64/ia64 Need <sys/atomic.h> for atomic_inc_64.
ad[src/trunk]: src/sys/sys Mark the context switch counters volatile (because p...
ad[src/trunk]: src/sys/sys Mark spc_curpriority volatile.
ad[src/trunk]: src/sys/sys Avoid false sharing: only update spc_curpriority if ...
ad[src/trunk]: src/sys/kern VOP_UNLOCK + vrele -> vput
rin[src/trunk]: src/external/gpl3/binutils/dist/bfd Fix 'nm /dev/ksyms' (noticed...
ad[src/trunk]: src/sys/dev onewire:
ad[src/trunk]: src/sys/dev/onewire Make owtemp reliable for me:
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove unused dm_dev::dev_type
maxv[src/trunk]: src/sys Add KCSAN instrumentation for atomic_{load, store}_*.
msaitoh[src/trunk]: src/sys/dev/pci Use unsigned to avoid undefined behavoir. Found ...
maxv[src/trunk]: src/sys/uvm Use atomic_{load, store}_relaxed() on global counters.
maxv[src/trunk]: src/sys localify
martin[src/trunk]: src/sys/uvm Add missing <sys/atomic.h> include
ad[src/trunk]: src/sys/arch/sh3 sh3: make ASTs work as expected, and fix a few ...
maxv[src/trunk]: src/sys/dev minor adjustments, to avoid warnings on debug builds
ad[src/trunk]: src/sys/kern PR port-sparc/54718 (sparc install hangs since rece...
ad[src/trunk]: src/sys namecache changes:
ad[src/trunk]: src/sys/sys Make nc_hittime volatile to defeat compiler cleverness.
ad[src/trunk]: src/sys Regen.
ad[src/trunk]: src/sys Minor vnode locking changes:
ad[src/trunk]: src/sys Regen for VOP_LOCK & LK_UPGRADE/LK_DOWNGRADE.
ad[src/trunk]: src/usr.sbin/pstat Update to match change in layout of vnode LRU...
ad[src/trunk]: src/sys/dev Map the video RAM cacheable/prefetchable, it's very ...
ad[src/trunk]: src/sys/kern If the system is not up and running yet, just run t...
ad[src/trunk]: src/sys/uvm Activate pages in batch instead of acquring uvm_page...
ad[src/trunk]: src/sys/uvm Give each of the page queue locks their own cache line.
ad[src/trunk]: src/sys/uvm Deactivate pages in batch instead of acquiring uvm_p...
ad[src/trunk]: src/sys/uvm - Adjust uvmexp.swpgonly with atomics, and make uvm_...
ad[src/trunk]: src/sys/uvm Minor correction to previous.
ad[src/trunk]: src/sys/arch Make cpu_intr_p() safe to use anywhere, i.e. outsid...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Remove the pretty much useless 1...
ad[src/trunk]: src/sys/kern Fix a longstanding problem with LWP limits. When c...
riastradh[src/trunk]: src/sys/sys Rework modified atomic_load/store_* to work on const...
riastradh[src/trunk]: src Adapt <sys/pslist.h> to use atomic_load/store_*.
riastradh[src/trunk]: src/sys/dev/gpib Mark unreachable branch with __unreachable() to...
ad[src/trunk]: src/sys Fix false sharing problems with cpu_info. Identified wi...
ad[src/trunk]: src/sys/kern Make the fast path in xc_wait() depend on _LP64 for...
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix race on pdev create
ad[src/trunk]: src/sys/sys NetBSD 9.99.19 - many kernel data structure changes
ad[src/trunk]: src/sys/uvm __cacheline_aligned on a lock.
ad[src/trunk]: src/sys/uvm Free pages in batch instead of taking uvm_pageqlock ...
ad[src/trunk]: src/sys/kern Back out the fastpath change in xc_wait(). It's go...
ad[src/trunk]: src/sys/kern Init kern_runq and kern_synch before booting second...
kamil[src/trunk]: src/share/mk Disable KCOV instrumentation in x86_machdep.c
kamil[src/trunk]: src/sys/kern Switch in_interrupt() in KCOV to cpu_intr_p()
ad[src/trunk]: src/sys/rump/librump/rumpkern cpu_onproc -> ci_onproc
ad[src/trunk]: src/sys/rump/include/machine Add ci_onproc.
ad[src/trunk]: src/sys Back out previous temporarily - seeing unusual lookup fa...
ad[src/trunk]: src/sys Regen.
ad[src/trunk]: src/sys/rump/librump/rumpkern Another instance of cpu_onproc to ...
jmcneill[src/trunk]: src/share/mk Build aarch64 modules without fp or simd instructions.
jmcneill[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Initialize b_dev ...
jmcneill[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Provide a default...
jmcneill[src/trunk]: src/external/cddl/osnet/dist/uts/common/os Need sys/atomic.h on ...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Flush insn / data caches after load...
jmcneill[src/trunk]: src/share/mk Enable ZFS support on aarch64
ad[src/trunk]: src/sys/uvm Avoid calling pmap_page_protect() while under uvm_pa...
riastradh[src/trunk]: src/sys/kern Restore xcall(9) fast path using atomic_load/store_*.
jmcneill[src/trunk]: src/etc/rc.d Attempt to load the zfs module even if /etc/zfs/zpo...
mlelstv[src/trunk]: src/sys/dev/usb Reset MCU ready status before resetting the MCU.
mlelstv[src/trunk]: src/sys/dev/usb Don't deregister twice with pmf.
sevan[src/trunk]: src/share/misc SCSI OSD
uwe[src/trunk]: src/sys/uvm Add missing #include <sys/atomic.h>
rillig[src/trunk]: src/usr.bin/make Fix out-of-bounds read in Str_Match.
rillig[src/trunk]: src/usr.bin/make/unit-tests Add more tests for variable modifier...
christos[src/trunk]: src/lib/libc/arch/x86_64/sys Add cfi annotations so that gdb can...
msaitoh[src/trunk]: src/sys Use PCI_MSIX_"TBL"BIR_MASK instead of PCI_MSIX_"PBA"BIR_...
riastradh[src/trunk]: src/sys/dev/pci Use BUS_SPACE_MAP_PREFETCHABLE only if BAR and d...
riastradh[src/trunk]: src/sys/arch/x86/x86 Use LFENCE/SFENCE/MFENCE in x86 bus_space_b...
wiz[src/trunk]: src/doc postfix-3.4.8 out.
martin[src/netbsd-9]: src/distrib/notes/common Add dedication to Eric Schnoebelen.
martin[src/netbsd-9]: src/doc Ammend dedication
martin[src/netbsd-9]: src/distrib/notes/common remove duplicate word
tkusumi[src/trunk]: src/sys/dev/dm dm: Add a comment on race window on unload
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove misleading comment on linear target arg
uwe[src/trunk]: src/distrib/notes/common Move Intel's entry to its proper place ...
uwe[src/trunk]: src/distrib/notes/common Collapse multiple spaces between words.
uwe[src/trunk]: src/distrib/notes/common Move the entry for Mika Kortelainen to ...
uwe[src/trunk]: src/distrib/notes/common Collapse multiple spaces in an entry (d...
uwe[src/trunk]: src/distrib/notes/common Fix ISO-646-SE spelling of Lule\[oa].
riastradh[src/trunk]: src/sys/dev/pci Leave it entirely up to the driver whether to ma...
uwe[src/trunk]: src/distrib/notes/common Add entry for Ben Gray.
uwe[src/trunk]: src/distrib/notes/common Add entry for Cisco for the SCTP code.
uwe[src/trunk]: src/distrib/notes/common Drop entries for "K. Kobayashi" and "K....
ad[src/trunk]: src/sys/arch/aarch64/include + ci_onproc
kamil[src/trunk]: src/sys/arch/amd64/include Define PT_GETXMMREGS and PT_SETXMMREG...
christos[src/trunk]: src drop my name from the advertising clause.
uwe[src/trunk]: src/distrib/notes/common Move the entry for Matthew Fredette to ...
bouyer[src/trunk]: src/sys/arch/emips/ebus Drop advertisement clause from my licenses
uwe[src/trunk]: src/distrib/notes/common Drop the entry for Texas A&M University.
ad[src/trunk]: src/sys/arch/x86/x86 Fix a hard hang with Xen MP.
chs[src/trunk]: src/sys/uvm fix the build for when UVMHIST is enabled.
uwe[src/trunk]: src/distrib/notes/common Drop the entry for Thomas Gerner.
uwe[src/trunk]: src/distrib/notes/common Drop the entry for David Muir Sharnoff....
12/03/2019
uwe[src/trunk]: src/distrib/notes/common Move the entry for Kyma Systems to its ...
uwe[src/trunk]: src/distrib/notes/common Drop the entry for Yasushi Yamasaki. N...
pgoyette[src/trunk]: src/sys/arch/x86/x86 Fix tyo in comment
uwe[src/trunk]: src/sys/dev/mii Fix s/product/model/ search-and-destroy accident...
uwe[src/trunk]: src/distrib/notes/common Don't use an undefined variable.
uwe[src/trunk]: src/distrib/notes/common Drop the entry for "University of Calif...
uwe[src/trunk]: src/distrib/notes/common Restore the entry for Yasushi Yamasaki ...
ad[src/trunk]: src/sys Take the basic CPU topology information we already colle...
uwe[src/trunk]: src/distrib/notes/common Restore entries for "K. Kobayashi" and ...
uwe[src/trunk]: src/distrib/notes/common Move entries with short first line that...
uwe[src/trunk]: src/distrib/notes/common Sort entries "by Foo." before "by Foo a...
uwe[src/trunk]: src/distrib/notes/common Detect more ad clauses, pick more dupli...
uwe[src/trunk]: src/distrib/notes/common Swap Per Fogelstrom entries. Missed in...
uwe[src/trunk]: src/usr.bin/menuc/testm Fix typo in ad clause. Ok perry@.
uwe[src/trunk]: src/distrib/notes/common Fix typo in regexp to detect m4 comments.
uwe[src/trunk]: src/distrib/notes/common This product includes software develope...
uwe[src/trunk]: src/distrib/notes/common Special-case badly worded ad clause in ...
msaitoh[src/trunk]: src s/upate/update/ in comment.
hikaru[src/trunk]: src Add HMAC-SHA-{256,384,512} test cases.
riastradh[src/trunk]: src/sys/arch/x86/x86 Skip fences in bus_space_barrier on I/O space.
riastradh[src/trunk]: src/sys/sys Fix brain fart in alignment criterion.
riastradh[src/trunk]: src/sys/fs/tmpfs Omit obsolete comment and needless __diagused m...
riastradh[src/trunk]: src/sys/dev/usb Fix order of nulling un->un_pri->unp_ec.ec_mii.
riastradh[src/trunk]: src/sys/dev/usb Fix inequality for refcnt drain: -1 here means a...
riastradh[src/trunk]: src/sys Rip out pserialize(9) logic now that the RCU patent has ...
uwe[src/trunk]: src/distrib/notes/common Recognize ad clause in CMU PPP and some...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Remove FDT_INTR_MPSAFE flag.
uwe[src/trunk]: src Move the entry for CMU Computing Services to its proper plac...
uwe[src/trunk]: src/distrib/notes/common Move the entry for CMU Computing Servic...
uwe[src/trunk]: src/distrib/notes/common Fix the enry for Computer Systems Labor...
uwe[src/trunk]: src Remove accidentally committed output from extract-contrib-st...
skrll[src/trunk]: src/sys/external/bsd/dwc2 KNF
he[src/trunk]: src/external/bsd/unbound/dist/util Apply a fix from upstream:
skrll[src/trunk]: src/sys/external/bsd/dwc2 Make dwc2debug sysctl'able
nisimura[src/trunk]: src/sys/dev/pci streamline receive filter logic, work-in-progress.
hannken[src/trunk]: src/sys/arch/x86/x86 Make cpu_intr_p() work with "curlwp->l_cpu ...
hannken[src/trunk]: src/sys/arch/x86/x86 Make sure the assignment to "idepth" is don...
ad[src/trunk]: src/sys/arch/sh3/sh3 tlb_exception: in slow path, check for user...
ad[src/trunk]: src/sys/arch/sh3/sh3 One more tweak.
martin[src/trunk]: src/sys/kern Stopgap hack to unbreak the build: #ifdef __HAVE_AT...
skrll[src/trunk]: src/sys/external/bsd/dwc2 Need <sys/sysctl.h> for previous
uwe[src/trunk]: src/distrib/notes/common Drop the final quote if followed by dot.
uwe[src/trunk]: src/distrib/notes/common Add xsrc to the invocation example.
pgoyette[src/trunk]: src/sys/sys Adapt to use the new atomic_* operations. As discus...
skrll[src/trunk]: src/sys/external/bsd/dwc2 Use size_t for loop count variable
skrll[src/trunk]: src/sys/external/bsd/dwc2 Calulate the right lenght for isoc tra...
uwe[src/trunk]: src/share/tmac Use groff -Tencoding argument to emit <meta chars...
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove unused macro DM_CMD_LEN
riastradh[src/trunk]: src/sys Use __insn_barrier to enforce ordering in l_ncsw loops.
tkusumi[src/trunk]: src/sys/dev/dm dm: Doesn't need to expose struct cmd_function in...
tkusumi[src/trunk]: src/sys/dev/dm dm: Include <sys/vnode.h> in dm.h
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove unused macro MAX_TARGET_STRING_LEN
uwe[src/trunk]: src/distrib/notes/common Translate Lule} to troff's Lule\(oa.
tkusumi[src/trunk]: src/sys/dev/dm dm: Make global dm locks static
uwe[src/trunk]: src/distrib/notes/common Use troff \(xx names for the few accent...
uwe[src/trunk]: src/distrib/notes/common Move the entry for Caldera to its prope...
uwe[src/trunk]: src/distrib/notes/common Add a comment to the entry for Computer...
uwe[src/trunk]: src/distrib/notes/common Drop entries for "Scott Bartram and Fra...
12/04/2019
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Add KDTRACE_HOOKS support.
jmcneill[src/trunk]: src/sys/arch/aarch64/include Define lwp_trapframe() macro
jmcneill[src/trunk]: src/sys/external/bsd/dwc2 build fix
jmcneill[src/trunk]: src dtrace: add support for aarch64
ad[src/trunk]: src/sys - Add some more failsafes to the CPU topology stuff, and...
sevan[src/trunk]: src/games/fortune/datfiles Introspection. From "Surely You're Jo...
hikaru[src/trunk]: src/sys/dev/pci/qat Fix macro error if QAT_DUMP is defined for d...
riastradh[src/trunk]: src/share/man/man9 Update rnd(9) man page to reflect reality sin...
riastradh[src/trunk]: src/sys/rump/include/machine Fix rump definition of cpu_number().
christos[src/trunk]: src/usr.sbin/postinstall PR/54730: Izumi Tsutsui: Use /var/db/ob...
msaitoh[src/trunk]: src/sys/arch/mips/adm5120/dev Fix admsw_mediachange(). Not tested.
riastradh[src/trunk]: src/sys/kern Disable rngtest on output of cprng_strong.
skrll[src/trunk]: src/sys/external/bsd/dwc2 Consistency.
msaitoh[src/trunk]: src/sys/arch/macppc/dev Fix macppc/dev/if_mc.c::mc_mediachange()...
skrll[src/trunk]: src/sys/arch/hppa/include +ci_onproc
msaitoh[src/trunk]: src/sys/dev/ic Rename ifm to ife for struct ifmedia_entry *. No ...
msaitoh[src/trunk]: src/sys/dev/ic From OpenBSD:
mrg[src/trunk]: src/etc/root remove no longer existing gnu/* from cdpath.
martin[src/trunk]: src/distrib/notes/common For HEAD builds, add a small "bleeding ...
msaitoh[src/trunk]: src/sys/dev/pci Simplify. No functional change.
wiz[src/trunk]: src/distrib/notes/common Fix some typos.
wiz[src/trunk]: src/sys Fix typo in comment (typlogy)
martin[src/trunk]: src/sys/modules/dtrace Add syscall_linux back for other arm arch...
jmcneill[src/trunk]: src/usr.bin/mkubootimage Add -u flag for updating headers in place.
jmcneill[src/trunk]: src/sys/arch/aarch64 Fix alignment of .text section by changing ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Update arm64 image header in place
jmcneill[src/trunk]: src/distrib/sets/lists/modules Move dtrace_syscall_linux out of ...
jmcneill[src/trunk]: src/share/mk Enable DTrace on aarch64
uwe[src/trunk]: src/distrib/notes/common "Administrivia" is a real word and it w...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 remove DTrace from TODO list
kamil[src/trunk]: src/sys/sys Register "PT_STOP" in ptrace PT_STRINGS
jmcneill[src/trunk]: src/usr.bin/mkubootimage Fix signed/unsigned comparison
tkusumi[src/trunk]: src/sys/dev/dm dm: style + whitespace + indentation fixes
jmcneill[src/trunk]: src/etc/rc.d Add missing rcvar=$name
tkusumi[src/trunk]: src/sys/dev/dm dm: Comment out unused dm_dev fields documented i...
tkusumi[src/trunk]: src/sys/dev/dm dm: Minor fixes/cleanups
bouyer[src/trunk]: src/sys/dev/acpi/wmi Finally fix problem discussed in this old t...
sevan[src/trunk]: src/etc Make use of the pcidevs database by default.
12/05/2019
pgoyette[src/trunk]: src Note that the size returned by modctl(2) and displayed by mo...
hkenken[src/trunk]: src/sys/arch/arm/imx/fdt Remove unnecessary code.
msaitoh[src/trunk]: src/sys/dev Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() doe...
msaitoh[src/trunk]: src/sys/arch/mips/adm5120/dev Do SIOC[GS]IFMEDIA like others. No...
riastradh[src/trunk]: src/sys/kern Allow equality in this assertion.
riastradh[src/trunk]: src/sys/kern Restore psz_lock just for the event count.
riastradh[src/trunk]: src/sys/kern Switch psz_ev_excl to static evcnt.
riastradh[src/trunk]: src/external/cddl/osnet/sys/sys Avoid redefining uint_t &c. if c...
riastradh[src/trunk]: src/sys Nuke crypto/arc4. Has not been used since 2003. Will n...
riastradh[src/trunk]: src/sys/rump/kern/lib/libcrypto Missed a spot in the crypto/arc4...
riastradh[src/trunk]: src/sys/arch/hppa/include Only need one ci_onproc member.
riastradh[src/trunk]: src/sys/lib/libkern #ifdef notyet ---> never
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 MAX_CACHE_LEVEL * struct aarch64_ca...
msaitoh[src/trunk]: src/sys/arch/emips/ebus Remove SIOC[SIFMEDIA because ifmedia_ioc...
msaitoh[src/trunk]: src/sys/net Fix previous comment change for ifm_media. It was co...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 fix build error by my previous commit
msaitoh[src/trunk]: src/sys/arch/mips/adm5120/dev Revert if_admsw.c rev. 1.25. It's ...
mlelstv[src/trunk]: src/sys/dev/i2c Revert previous. Indirect matches are not wanted...
msaitoh[src/trunk]: src/sys/arch/macppc/dev Revert if_mc.c rev. 1.25. It's not requi...
msaitoh[src/trunk]: src/sys/dev/pci KNF. No functional change.
skrll[src/trunk]: src/sys/arch/hppa/include Attempt to restore Utah $Hdr$
martin[src/trunk]: src/doc Belatedly note changes from scole for macppc powerpc 601...
martin[src/trunk]: src/distrib/cdrom Copy -current to 9.0, this has diverged (macpp...
martin[src/netbsd-9]: src/doc Belatedly add changes from scole for macppc powerpc 6...
martin[src/netbsd-9]: src/doc Note manual CHANGES changes for ppc 601
martin[src/netbsd-9]: src/distrib/cdrom Pull up the following revision:
martin[src/netbsd-9]: src/doc Note macppc ISO generator changes
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove unneeded dm_get_version_ioctl()
maya[xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src Wherever we test for setuid, ...
bouyer[src/netbsd-7-0]: src/share/man/man4 Pull up following revision(s) (requested...
bouyer[src/netbsd-7-0]: src/doc ticket 1715
bouyer[src/netbsd-7-1]: src/share/man/man4 Pull up following revision(s) (requested...
bouyer[src/netbsd-7-1]: src/doc ticket 1715
bouyer[src/netbsd-7]: src/doc ticket 1715
bouyer[src/netbsd-7]: src/share/man/man4 Pull up following revision(s) (requested b...
bouyer[src/netbsd-7]: src/sys/external/bsd/dwc2 Pull up following revision(s) (requ...
bouyer[src/netbsd-7]: src/doc ticket 1716
bouyer[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m...
bouyer[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m...
bouyer[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m...
bouyer[src/netbsd-8]: src/sys/arch/powerpc/oea Pull up following revision(s) (reque...
bouyer[src/netbsd-8]: src/sys/arch/x86 Pull up following revision(s) (requested by ...
bouyer[src/netbsd-8]: src/share/man/man4 Pull up following revision(s) (requested b...
bouyer[src/netbsd-8]: src/sys/external/bsd/dwc2 Pull up following revision(s) (requ...
bouyer[src/netbsd-8]: src/doc tickets 1462-1468
scole[src/trunk]: src/doc Fix date sorting order of previous checkin
tkusumi[src/trunk]: src/sys/dev/dm dm: Make dm core set config to NULL after destroy
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/engine PR/54740: Izu...
ad[src/trunk]: src Merge radixtree changes from yamt-pagecache.
ad[src/trunk]: src/common/lib/libc/gen Delete the counter from "struct radix_tr...
ad[src/trunk]: src/common/lib/libc/gen Fix warning that appears when compiling ...
maya[src/trunk]: src/sys/external/bsd Add what appears to be the fixes to CVE-201...
12/06/2019
maya[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use the original linux f...
ad[src/trunk]: src/sys/arch/powerpc/powerpc Need to call userret() from cpu_ast().
sevan[src/trunk]: src/etc Undo loading pciverbose module by default.
sevan[src/trunk]: src/sys/arch Enable pciverbose option to make use of the pcidevs...
mrg[src/trunk]: src/sys/gdbscripts it's mountlist not mount_list. now 'mountdum...
kamil[src/trunk]: src/tests/lib/libc/sys Log PID.LWP in t_ptrace_wait* tests for e...
mrg[src/trunk]: src/sys/gdbscripts more updates for the vnode and mount list ite...
riastradh[src/trunk]: src/sys/dev Fix reference count leak in cons(4).
riastradh[src/trunk]: src/sys/dev Restore historical $Hdr$ tag after git cvsexportcomm...
mrg[src/trunk]: src/libexec/httpd remove some XXX comments. one isn't relevant, ...
mrg[src/trunk]: src/sys revert this change from early this year. it appears the
maxv[src/trunk]: src/sys/dev localify
maxv[src/trunk]: src/sys Minor changes, reported by the LGTM bot.
maxv[src/trunk]: src/sys Fix a bunch of unimportant "Local variable hides global ...
skrll[src/trunk]: src/sys/arch/hppa/hppa Simplify userret function signature. Fro...
nonaka[src/trunk]: src/sys/dev/ic Added NDIS ver.6.20 definition.
nonaka[src/trunk]: src/sys/dev/ic Added RNDIS RSS and TCP offload related definitions.
nonaka[src/trunk]: src/sys/dev/hyperv Clear the allocated memory in hyperv_dma_allo...
riastradh[src/trunk]: src/sbin/rndctl Teach `rndctl -L' to update the seed file, not j...
riastradh[src/trunk]: src Save the entropy seed daily in /etc/security.
tkusumi[src/trunk]: src/sys/dev/dm dm: Don't ignore dm_target_alloc() argument
nros[src/trunk]: src/lib/libc/stdlib Fix manpage due to updated aligned_alloc beh...
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix typos in comments/messages
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove trailing whitespace
maxv[src/trunk]: src/sys/kern cast to proper type
kamil[src/trunk]: src/sys/kern Correct signals in siglist+sigmask passed in kinfo_lwp
kamil[src/trunk]: src/share/man/man5 Remove misleading comments from core(5)
ad[src/trunk]: src/sys/kern softint_trigger (slow case): set RESCHED_IDLE too j...
kamil[src/trunk]: src/sys/arch/aarch64 Remove __HAVE_CPU_LWP_SETPRIVATE from aarch64
ad[src/trunk]: src/sys/kern sched_tick(): don't try to optimise something that'...
christos[src/trunk]: src/tests/lib/libutil Fix broken tests in big endian machines. I...
christos[src/trunk]: src/lib/libutil Correct the man page, and say that the printf(3)...
christos[src/trunk]: src/common/lib/libutil Formalize that the printf formats should ...
martin[src/trunk]: src/usr.sbin/sysinst Sanitize disk type and packname a bit more ...
christos[src/trunk]: src/sys/sys Adjust snprintb(3) format from '%d' to '%ju' to refl...
12/07/2019
ad[src/trunk]: src/sys/sys NetBSD 9.99.20 cpu_info/cpu_data changes for topology
ad[src/trunk]: src/sys Make it possible to call mi_switch() and immediately swi...
pgoyette[src/trunk]: src Note also that the load address (if provided) is also for th...
macallan[src/trunk]: src/sys/dev/pci clean up the video mode selection logic, switch ...
christos[src/trunk]: src/sys/arch/i386/stand/lib loadfile sets errno, return the corr...
christos[src/trunk]: src/usr.sbin/mopd/common Drop the advertising clause to match th...
tkusumi[src/trunk]: src/sys/dev/dm dm: Simplify list eviction code
martin[src/netbsd-8]: src/sys/arch/powerpc/oea Build fix for ticket #1465
martin[src/netbsd-8]: src/doc Amend ticket 1465
maxv[src/trunk]: src/sys/arch/amd64/amd64 Panic instead of printf, same as syscall.
nonaka[src/trunk]: src/sys Get a Hyper-V virtual processor id in cpu_hatch().
wiz[src/trunk]: src/share/man/man9 Simplify macro usage.
wiz[src/trunk]: src/usr.bin/mkubootimage Sync usage with man page, merge single ...
wiz[src/trunk]: src/sbin/modstat Remove superfluous Pp.
wiz[src/trunk]: src/external/bsd/mdocml/dist Reduce diff to upstream.
wiz[src/trunk]: src/external/bsd/mdocml/dist Really add -isoC-2018 (not just the...
wiz[src/trunk]: src/lib/libutil Remove trailing whitespace.
jmcneill[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif Fix buil...
martin[src/trunk]: src/usr.sbin/sysinst Relax restrictions on packnames, as disklab...
riastradh[src/trunk]: src/sys/rump/librump/rumpkern Restore call to pserialize_init.
riastradh[src/trunk]: src Add missing MLINK for membar_datadep_consumer(3).
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix strange pointer declarations
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Define __BUS_SPACE_HAS_PROBING_METHODS
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Use bus_space_{peek, poke}_4 for pci co...
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix indentation
christos[src/trunk]: src/crypto/external/bsd/openssh/dist don't call pfilter_notify()...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist don't call pfilter_notify()...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist Add some more pfilter_notif...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist need pfilter.h
ad[src/trunk]: src/sys/kern mi_switch: move LOCKDEBUG_BARRIER later to accomoda...
jmcneill[src/trunk]: src/sys/uvm/pmap sys/atomic.h for membar_*
kamil[src/trunk]: src/external/bsd/libproc/dist Switch proc_getlwpstatus from PT_L...
kamil[src/trunk]: src/sys/kern Revert the in_interrupt() change to use again the x...
12/08/2019
ad[src/trunk]: src/sys/kern mi_switch: move an over eager KASSERT defeated by k...
uwe[src/trunk]: src/share/man/man9 Simplify markup for inline code to plain .Li ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add crypto engine clock
sevan[src/trunk]: src/etc/rc.d We don't need to require the presence of /etc/zfs/z...
kre[src/trunk]: src/include PR lib/54744 (bruno@haible.de)
nia[src/trunk]: src/share/man/man4 Add hdaudio
nia[src/trunk]: src/share/man/man4 Replace mention of azalia with hdaudio
tkusumi[src/trunk]: src/sys/dev/dm dm: Refactor target's ->init() i/f
skrll[src/trunk]: src/sys/arch/arm/arm Typo in comment
tkusumi[src/trunk]: src/sys/dev/dm dm: Unbreak compilation of kernel modules
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Mark FDT as non-exec and create KVA...
martin[src/netbsd-7]: src/sys/dev Pull up following revision(s) (requested by riast...
martin[src/netbsd-7]: src/doc Ticket #1717
martin[src/netbsd-7-1]: src/sys/dev Pull up following revision(s) (requested by ria...
martin[src/netbsd-7-1]: src/doc Ticket #1717
martin[src/netbsd-7-0]: src/sys/dev Pull up following revision(s) (requested by ria...
martin[src/netbsd-7-0]: src/doc Ticket #1717
martin[src/netbsd-8]: src/sys/dev Pull up following revision(s) (requested by riast...
martin[src/netbsd-8]: src/doc Ticket #1469
martin[src/netbsd-8]: src/include Pull up following revision(s) (requested by kre i...
martin[src/netbsd-8]: src/doc Ticket #1470
tkusumi[src/trunk]: src/sys/dev/dm dm: Move targets specific structs to .c files
wiz[src/trunk]: src/share/man/man4 Sort SEE ALSO.
maxv[src/trunk]: src/sys/sys Fix __nomsan: missing opt_kmsan.h, and the attribute...
maxv[src/trunk]: src/sys Use the inlines; it is actually fine, since the compiler...
mlelstv[src/trunk]: src/sys/dev Switch to vn_bdev_open* functions.
mlelstv[src/trunk]: src/sys/dev Drop now unused dk_lookup function.
mlelstv[src/trunk]: src/share/man/man9 Drop comment about dk_lookup being in the wro...
martin[xsrc/netbsd-9]: xsrc/external/mit/MesaLib/dist/src Pull up following revisio...
martin[src/netbsd-9]: src/sys/arch/powerpc/oea Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/distrib/notes/sparc Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/arch/arm/ti Pull up following revision(s) (requested ...
martin[src/netbsd-9]: src/sys/arch/arm/rockchip Pull up following revision(s) (requ...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/usr.bin/calendar/calendars Pull up following revision(s) ...
martin[src/netbsd-9]: src/games/fortune/datfiles Pull up following revision(s) (req...
martin[src/netbsd-9]: src/sys/arch/x86 Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/stand/efiboot Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/share/man/man4 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/lib/libc/gdtoa Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/lib/libm/arch/aarch64 Pull up following revision(s) (requ...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by riastradh in ...
martin[src/netbsd-9]: src/sys/arch/arm/imx Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/arch/arm/arm32 Pull up following revision(s) (request...
martin[src/netbsd-9]: src/distrib/utils/embedded/conf Pull up following revision(s)...
martin[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow...
martin[src/netbsd-9]: src/etc/rc.d Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/sys/arch/emips/ebus Pull up following revision(s) (reques...
mlelstv[src/trunk]: src/sys/sys Welcome 9.99.21. dk_lookup() has been replaced.
tkusumi[src/trunk]: src/sys/dev/dm dm: Add dummy target ->sync()/->secsize() to prev...
martin[src/trunk]: src/usr.sbin/sysinst PR install/54745: fix confusion about absol...
pgoyette[src/trunk]: src/doc Add another issue that I just remembered, from the time ...
martin[src/netbsd-9]: src/doc Tickets #494, #495, #497 - #518
martin[src/netbsd-9]: src Pull up following revision(s) (requested by jmcneill in t...
christos[src/trunk]: src/tests/lib/libutil Adjust tests for 0 hex values printing 0 i...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add SUNXI_CCU_NM_ROUND_DOWN to CE clock, ...
ad[src/trunk]: src/sys Avoid thundering herd: cv_broadcast(&bp->b_busy) -> cv_s...
ad[src/trunk]: src/sys/kern Adjustment to previous: if we're going to toss the ...
ad[src/trunk]: src/sys Revert previous. No performance gain worth the potentia...
ad[src/trunk]: src/sys/kern - Avoid thundering herd: cv_broadcast(&bp->b_busy) ...
ad[src/trunk]: src/sys/arch After lots of testing I'm not convinced of the bene...
12/09/2019
ad[src/trunk]: src/sys/kern For safety, cv_broadcast(&bp->b_busy) in more place...
ad[src/trunk]: src/sys/arch Merge x86 pmap changes from yamt-pagecache:
scole[src/trunk]: src/sys/arch/macppc/conf add platinumfb
uwe[src/trunk]: src/sys/arch/powerpc/include Fix typo in the definition of #ha()...
uwe[src/trunk]: src/libexec/ld.elf_so _rtld_relro - fix debug printf format for ...
uwe[src/trunk]: src/libexec/ld.elf_so Fix typo in a comment.
uwe[src/trunk]: src/libexec/ld.elf_so/arch/powerpc Resolve ADDR16_LO, ADDR16_HI, ...
uwe[src/trunk]: src/libexec/ld.elf_so/arch/powerpc Use existing lo() and hi() ma...
sevan[src/trunk]: src/etc/rc.d This script just makes sure that the ZFS module loa...
kre[src/trunk]: src/bin/sh PR bin/54743
kre[src/trunk]: src/bin/sh PR bin/54743
sevan[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs We currently lack...
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that wm_sgmii_readreg_locked() may ret...
riastradh[src/trunk]: src/sys/uvm/pmap Convert pmap_pvt to atomic_load/store.
riastradh[src/trunk]: src/sys/arch/arm/dts Add crypto engine block.
riastradh[src/trunk]: src/sys/arch Draft driver for Allwinner Crypto Engine.
martin[src/netbsd-9]: src/share/tmac Pull up following revision(s) (requested by uw...
martin[src/netbsd-9]: src/usr.bin/menuc/testm Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by u...
martin[src/netbsd-9]: src/distrib/notes/common Pull up the following revisions, req...
martin[src/netbsd-9]: src/distrib/notes Pull up the following revisions, requested ...
martin[src/netbsd-9]: src/sys/external/bsd/dwc2 Pull up following revision(s) (requ...
riastradh[src/trunk]: src/sys/arch/arm/sunxi Reduce some duplicated bus_dma clutter.
riastradh[src/trunk]: src/sys/arch/arm/sunxi Factor out some of the self-test logic us...
riastradh[src/trunk]: src/sys/arch/arm/sunxi Make sure ERESTART doesn't come flying ou...
riastradh[src/trunk]: src/sys/arch/arm/sunxi Avoid a race between interruption and rea...
riastradh[src/trunk]: src/sys/arch/arm/sunxi Tidy up comments.
martin[src/netbsd-9]: src Pull up following revision(s) (requested by jmcneill in t...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by pgoyette in t...
martin[src/netbsd-9]: src/sys/dev Pull up following revision(s) (requested by riast...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/crypto/external/bsd/openssl/dist/crypto/engine Pull up fo...
martin[src/netbsd-9]: src/include Pull up following revision(s) (requested by kre i...
martin[src/netbsd-9]: src/sys/arch/aarch64/aarch64 Pull up following revision(s) (r...
martin[src/netbsd-9]: src/sys/arch/macppc/conf Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/libexec/ld.elf_so Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/libexec/ld.elf_so/arch/powerpc Pull up following revision...
martin[src/netbsd-9]: src/distrib/notes/common Pull up the following changes, reque...
martin[src/netbsd-9]: src/doc Tickets #519 - #525, #527 - #536
tkusumi[src/trunk]: src/sys/dev/dm dm: Correct target name "stripe" -> "striped"
jakllsch[src/trunk]: src/sys/external/bsd/drm2/drm build drm_panel.c w/ drmkms
jakllsch[src/trunk]: src/sys/external/bsd/drm2/dist/drm workaround netbsd incompatibl...
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix error handling in dmioctl()
tkusumi[src/trunk]: src/sys/dev/dm dm: Silence aprint_normal() in dm_target_linear_s...
tsutsui[src/trunk]: src/sys/arch/emips/emips Fix incorrect argument order of cpu_int...
martin[src/trunk]: src/usr.sbin/sysinst PR install/54582: allow MD code to disable ...
bouyer[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
bouyer[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
bouyer[src/netbsd-9]: src/doc Tickets 537 and 538
ad[src/trunk]: src/sys/dev/pci Fix LOCKDEBUG panic on detach.
ad[src/trunk]: src/sys/kern Expunge the panicstr checks, we don't need them.
ad[src/trunk]: src/sys/kern - Add a mutex_owner_running() for the benefit of th...
ad[src/trunk]: src/sys/sys Add mutex_owner_running().
12/10/2019
manu[src/trunk]: src/sys/arch/i386/stand In-RAID partitions with no name can be c...
manu[src/trunk]: src/sys/arch Add multiboot 2 support to amd64 kernel
isaki[src/trunk]: src/usr.sbin/sysinst Fix typo.
kre[src/trunk]: src/bin/sh Correct a typo in a comment, 08x0 was meant to be 0x8...
ad[src/trunk]: src/sys/kern Fix build break.
nonaka[src/trunk]: src/sys/dev/hyperv hvn(4): Handle VMBUS_CHANPKT_TYPE_INBAND pack...
ad[src/trunk]: src/sys/kern Inverted test.
yamaguchi[src/trunk]: src Ported driver for Intel Ethernet 700 series
nonaka[src/trunk]: src/sys/dev/hyperv hvn(4) can be added and deleted dynamically.
yamaguchi[src/trunk]: src/share/man/man4 Added the manual for ixl(4)
kre[src/trunk]: src/sys/kern Balance the parentheses - hopefully unbreak the build.
ad[src/trunk]: src/sys/dev/pci p->phys_addr -> VM_PAGE_TO_PHYS(p)
ad[src/trunk]: src/sys/arch pg->phys_addr -> VM_PAGE_TO_PHYS(pg)
ad[src/trunk]: src/sys/dev/nvmm/x86 pg->phys_addr > VM_PAGE_TO_PHYS(pg)
ad[src/trunk]: src/sys/arch/aarch64/aarch64 pg->phys_addr -> VM_PAGE_TO_PHYS(pg)
ad[src/trunk]: src/lib/libkvm Mask out always zero bits off pg->phys_addr.
christos[src/trunk]: src/lib/libedit When 'attempted_completion_function' non-NULL, w...
12/11/2019
riastradh[src/trunk]: src/sys/arch/arm/sunxi Oops -- forgot to kmem_free.
yamaguchi[src/trunk]: src/sys/dev/pci Not use _LP64 but sizeof(bus_addr_t) for getting...
msaitoh[src/trunk]: src/sys/dev/mii Add ukphy_subr flag to ipgphy to make kernel com...
manu[src/trunk]: src/sys/arch/amd64/conf Rollback kernel link scrpt change for mu...
yamaguchi[src/trunk]: src/sys/dev/pci Fix build error related to ixl(4) on i386
msaitoh[src/trunk]: src/sys/dev s/enalbe/enable/
msaitoh[src/trunk]: src/sys/dev/pci No functional change:
msaitoh[src/trunk]: src/sys/dev/pci - MSI-X doesn't use sc->sc_icr variable, so move...
msaitoh[src/trunk]: src/sys/dev/pci - Set CTRL_ILOS(Invert loss of signal) bit corre...
yamaguchi[src/trunk]: src/sys/dev/pci Fix to detect link state down
msaitoh[src/trunk]: src/sys/dev/pci Add SFP support part 1. The code for SerDes and ...
bouyer[src/trunk]: src/sys/dev/usb reading usbdi.c it looks like usbd_get_config_de...
tkusumi[src/trunk]: src/sys/dev/dm dm: Revert "Fix error handling in dmioctl()" for now
martin[src/trunk]: src/usr.sbin/sysinst Get rid of the evbarm preliminary menu: do ...
martin[src/netbsd-9]: src/etc/rc.d Pull up following revision(s) (requested by seva...
martin[src/netbsd-9]: src/external/cddl/osnet/dist/uts/common/fs/zfs Pull up follow...
martin[src/netbsd-9]: src/sys/dev/pci 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/dev/mii Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by b...
martin[src/netbsd-9]: src/doc Tickets #539 - #544
tsutsui[src/trunk]: src/sys/arch/emips/emips Fix a longstanding "freeze right after ...
martin[src/trunk]: src/usr.sbin/sysinst PR 54065: add optional "old compat" variant...
martin[src/trunk]: src/usr.sbin/sysinst/arch/amiga For now rely on the kernel mappi...
ad[src/trunk]: src/usr.sbin/pstat Report on whether vnodes are MPSAFE. For dia...
ad[src/trunk]: src/lib/libkvm Redo previous more conventionally. Requested by ...
ad[src/trunk]: src/sys/kern mutex_vector_exit: if the arch doesn't have assembl...
ad[src/trunk]: src/sys/kern Comment on previous explaining why it's needed.
ad[src/trunk]: src/sys/kern Add a comment.
jdc[src/trunk]: src/sys/dev/i2c Chip matching improvements:
scole[src/trunk]: src Synchronize htdocs, manual, comments, and code so that enabl...
12/12/2019
jmcneill[src/trunk]: src/sys/dev/fdt Add support for snps, dis-tx-ipgap-linecheck-quir...
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable USB3 support on RK3328
pgoyette[src/trunk]: src/sys Rather than keeping a separate mutex, condvar, and pseri...
pgoyette[src/trunk]: src/share/man/man9 Point out that spurious wake-ups are possible...
wiz[src/trunk]: src/usr.sbin/pstat Comment out xref to tb(4), it does not exist.
msaitoh[src/trunk]: src/sys/dev/mii - Remove ESSR_FIBER_LINK bit check in makphyatta...
msaitoh[src/trunk]: src/sys/dev/pci Add SFP support part 2.
martin[xsrc/netbsd-9]: xsrc/external/mit/MesaLib/dist/src Pull up following revisio...
martin[xsrc/netbsd-9]: xsrc/external/mit/MesaLib/dist/src Pull up following revisio...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by jmcneill ...
martin[src/netbsd-9]: src/doc Tickets #526 and #545
knakahara[src/trunk]: src/sys/dev/pci fix build failure. ok by msaitoh@n.o.
nisimura[src/trunk]: src/sys/dev/pci use additional MAC addresses to accept mcast
martin[src/trunk]: src/usr.sbin/sysinst Fix detection of existing disklabels in the...
mbalmer[src/trunk]: src/external/mit/lua/dist/src Apply a fix for the bug "Joining a...
martin[src/netbsd-9]: src/doc Annotate #526 for additional changes
tkusumi[src/trunk]: src/sys/dev/dm dm: Make target's ->init() take parsed argc and argv
pgoyette[src/trunk]: src/sys/kern Make sure to #include to get required definitions.
maxv[src/trunk]: src/sys/arch/x86/x86 Check CPUID.IBRS in addition to ARCH_CAP.IB...
martin[src/trunk]: src/usr.sbin/sysinst Fix DISKLABEL_NO_ONDISK_VERIFY (accidently ...
martin[src/trunk]: src/usr.sbin/sysinst Fix inverted comparison
martin[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by ad i...
martin[src/netbsd-9]: src/external/mit/lua/dist/src Pull up following revision(s) (...
martin[src/netbsd-9]: src/doc Tickets #546 - #548
martin[src/netbsd-9]: src/sys/external/bsd Pull up following revision(s) (requested...
martin[src/netbsd-8]: src/external/mit/lua/dist/src Pull up following revision(s) (...
martin[src/netbsd-8]: src/doc Ticket #1471
12/13/2019
pgoyette[src/trunk]: src/sys Eliminate per-hook duplication of common code as suggest...
msaitoh[src/trunk]: src/sys/dev/pci KNF. No functional change.
skrll[src/trunk]: src/sys/kern Inclide sys/atomic for atomic_store_relaxed
skrll[src/trunk]: src/sys/kern KNF
skrll[src/trunk]: src/sys/kern Trailing whitespace
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Fix KASAN support by calling kasan_...
msaitoh[src/trunk]: src/sys/dev/mii KNF. No functional change.
martin[src/trunk]: src/usr.sbin/sysinst Do not try to change the keyboard layout if...
maxv[src/trunk]: src/sys/dev/usb Fix gross use-after-free. Found by a custom quer...
maxv[src/trunk]: src/sys/net Read the len before pushing the packet, otherwise po...
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix memory leak in dm_pdev_rem()
tkusumi[src/trunk]: src/sys/dev/dm dm: Don't KASSERT() target handlers
ad[src/trunk]: src Break the global uvm_pageqlock into a per-page identity lock...
mrg[src/trunk]: src/include move P_tmpdir from "/var/tmp/" to "/tmp/".
12/14/2019
ad[src/trunk]: src/sys/sys NetBSD 9.99.24 - UVM changes
martin[src/trunk]: src/usr.sbin/sysinst When trying to tell a fictious but empty la...
martin[src/trunk]: src/usr.sbin/sysinst/arch/i386 Remove bogus assert.
martin[src/trunk]: src/usr.sbin/sysinst When finding (paritioning scheme native) pa...
macallan[src/trunk]: src/sys/arch/macppc/macppc call cpu_topology_set() with adjustme...
tsutsui[src/trunk]: src/sys/arch/emips Remove clause 3 and 4 from TNF licenses.
nisimura[src/trunk]: src/sys/dev/pci use FC enable bit for 8842 host port
maxv[src/trunk]: src/sys/arch/amd64/conf Disable multiboot for now, too much brea...
mlelstv[src/trunk]: src/external/gpl2/lvm2/dist/libdm/ioctl Handle NULL params, fix ...
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove unconditional debug prints in targets'...
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove void casts of function calls
mrg[src/trunk]: src/share/mk switch powerpc to GCC 8.
tkusumi[src/trunk]: src/sys/dev/dm dm: Move extern declaration of global variables t...
martin[src/trunk]: src/usr.sbin/sysinst/arch Adapt MD parts to changes in get_fs_pa...
tkusumi[src/trunk]: src/sys/fs/autofs autofs: Make /dev/autofs cdevsw functions static
sevan[src/trunk]: src/share/misc PCBC
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Fix build... wire_count probably do...
martin[src/netbsd-9]: src/sys/arch/emips/emips Pull up following revision(s) (reque...
martin[src/netbsd-9]: src/sys/arch/x86/x86 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/i2c Pull up following revision(s) (requested by m...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by g...
martin[src/netbsd-9]: src/doc Tickets #549 - #553
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by g...
martin[src/netbsd-9]: src/doc Ticket #554
martin[src/netbsd-8]: src/sys/dev/usb Pull up following revision(s) (requested by m...
martin[src/netbsd-8]: src/doc Ticket #1472
tkusumi[src/trunk]: src/sys/dev/dm dm: Make dm_dbg_print_flags() take uint32_t flag
ad[src/trunk]: src/sys/uvm/pmap Use pageq.list instead of listq.list.
ad[src/trunk]: src/sys/uvm Adjust pdpending in uvm_pageout_start() and uvm_page...
ad[src/trunk]: src/sys/uvm Don't call uvm_pagedequeue() while holding pg->inter...
riastradh[src/trunk]: src/sys/net/npf Skip npf_config_sync if nothing to do.
ad[src/trunk]: src Include radixtree in the kernel.
ad[src/trunk]: src/sys/uvm Update uvmexp.nswget with atomics.
ad[src/trunk]: src/sys/modules/examples/executor Use MPSAFE callouts.
maya[src/trunk]: src/sys/dev/usb Don't assume mii is not null here. Some drivers ...
christos[src/intel]: src/sys/external/bsd/acpica/dist -------------------------------...
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
christos[src/trunk]: src/sys/external/bsd/acpica/dist merge conflicts
christos[src/trunk]: src/doc new acpica
riastradh[src/trunk]: src/sys/kern Remove charade dancing around now-dead RCU patent.
riastradh[src/trunk]: src/sys/dev Just use KASSERTMSG and panic. No need for custom w...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Allow RPI firmware boots to work again
tkusumi[src/trunk]: src/sys/dev/dm dm: Don't try to implement "status" as subset of ...
riastradh[src/trunk]: src/sys/lib/libkern Omit vestigial unused commented-out experiment.
riastradh[src/trunk]: src/sys/lib/libkern Remove never-used Mersenne twister from libk...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 revert previous - i was confused ab...
riastradh[src/trunk]: src/sys/lib/libkern Nix trailing whitespace.
ad[src/trunk]: src/sys Merge from yamt-pagecache: use radixtree for page lookup.
ad[src/trunk]: src/sys/uvm Merge from yamt-pagecache: use radixtree for page lo...
martin[src/trunk]: src/usr.sbin/sysinst If a fictious label has no RAW_PART assume ...
christos[src/trunk]: src/usr.bin/mail PR/54766: elo: Broken mime-hooks handling in ma...
christos[src/trunk]: src/usr.bin/mail PR/54765: elo: Minor error in the mail(1) man p...
christos[src/trunk]: src/usr.bin/mail PR/54764: elo: Incorrect '+file' filename compl...
martin[src/trunk]: src/usr.sbin/sysinst Pass proper track size when initializing th...
christos[src/trunk]: src/sbin/fdisk PR/54756: germain: Avoid confusion caused by over...
12/15/2019
ad[src/trunk]: src/sys/uvm The uvmexp.pdpending change was incorrect - revert f...
mrg[src/trunk]: src/sys/arch/arm/rockchip rework slightly to avoid stupid gcc wa...
mrg[src/trunk]: src/sys/arch/arm ensure to call drm_mode_config_cleanup() when e...
riastradh[src/trunk]: src/sys/arch/arm/sunxi Fix typo -- acknowledge interrupts _and_ ...
manu[src/trunk]: src/sys/arch/amd64 Restore multiboot 2 header in amd64 kernel
manu[src/trunk]: src/sys/arch/amd64/amd64 Fix typo that caused two instructions ...
christos[src/trunk]: src/sys/arch/i386/stand/lib PR/54767: elo: fix incorrect test (m...
christos[src/trunk]: src PR/54768: elo: Missing cksum(1) convenience links (and docs)...
christos[src/trunk]: src/usr.bin/mail treat empty variables are unset (Steffen Nurpmeso)
christos[src/trunk]: src/usr.bin/cksum bump date
tkusumi[src/trunk]: src/sys/dev/dm dm: Rename targets' ->status() to ->table() given...
rin[src/trunk]: src/sys/arch/powerpc/include Do not mask out LK bit (bit 31) fro...
tkusumi[src/trunk]: src/sys/dev/dm dm: "unsigned" -> "unsigned int" for consistency
rin[src/trunk]: src/sys/arch/powerpc/ibm4xx/dev Belatedly catch up with MI com(4...
tkusumi[src/trunk]: src/sys/dev/dm dm: Make targets' ->secsize() optional
tkusumi[src/trunk]: src/sys/dev/dm dm: Make targets' ->sync() optional
martin[src/trunk]: src/usr.sbin/sysinst Fix overlapping partitions display
wiz[src/trunk]: src/sbin/fdisk Fix xrefs.
martin[src/trunk]: src/usr.sbin/sysinst Reject (what we consider) empty/invalid fak...
martin[src/trunk]: src/usr.sbin/sysinst Do not show disklabel command invocation by...
martin[src/trunk]: src/sys/arch/pmax/pmax Disable (pretty useless and obscure) mess...
martin[src/trunk]: src/usr.sbin/sysinst/arch After installing boot blocks with RUN_...
jakllsch[src/trunk]: src/sys/dev/fdt style fix/KNF
pgoyette[src/trunk]: src/sys/rump/librump/rumpkern Initialize the module_hook synchro...
tkusumi[src/trunk]: src/sys/dev/dm dm: Style cleanups (no functional changes)
christos[src/trunk]: src/external/bsd/unbound/dist Import unbound 1.9.6:
christos[src/NLNETLABS]: src/external/bsd/unbound/dist Import unbound 1.9.6:
christos[src/NLNETLABS]: src/external/bsd/nsd/dist 3 December 2019: Wouter
tkusumi[src/trunk]: src/sys/dev/dm dm: Rename dm specific atoi() to atoi64()
christos[src/trunk]: src/external/bsd/nsd/dist 3 December 2019: Wouter
christos[src/trunk]: src/external/bsd/unbound resolve conflicts
christos[src/trunk]: src/doc new nsd and unbound
christos[src/trunk]: src/external/bsd/nsd merge conflicts
christos[src/trunk]: src/external/bsd/openpam/dist OpenPAM Tabebuia ...
tsutsui[src/trunk]: src/sys Remove clause 3 and 4 leftovers from TNF licenses in mor...
christos[src/trunk]: src/external/bsd/openpam/dist resolve conflicts
christos[src/trunk]: src/doc new OpenPAM
riastradh[src/trunk]: src/sys/arch Add vhci to x86/ALL.
christos[src/OPENPAM]: src/external/bsd/openpam/dist OpenPAM Tabebuia ...
ad[src/trunk]: src/sys/arch uvm_pagerealloc() can now block because of radixtre...
joerg[src/trunk]: src PR 54619: Remove semaphore limit introduce as part of GSoC 2...
joerg[src/trunk]: src Teach ddb(4) about printing the full mount list.
joerg[src/trunk]: src/sys/kern Teach ddb(4)'s "show vnode_lock" about matching by ...
joerg[src/trunk]: src/sys/miscfs/nullfs Set IMNT_MPSAFE before creating the vnode ...
ad[src/trunk]: src/sys/arch/x86/x86 - Share common code between pmap_load() and...
ad[src/trunk]: src/sys Merge from yamt-pagecache:
ad[src/trunk]: src/sys/sys NetBSD 9.99.25 - UVM changes
ad[src/trunk]: src/sys/miscfs/genfs Fix DEBUG build.
12/16/2019
ad[src/trunk]: src/sys/sys Add missing proto for vfs_mount_print_all().
uwe[src/trunk]: src/lib/libpthread Drop bogus _DIAGASSERT that don't even compile.
christos[src/trunk]: src/doc new heimdal
uwe[src/trunk]: src/lib/libpthread _DIAGASSERT that RW_FLAGMASK bits are not set...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist Release Notes - Heimdal - V...
christos[src/trunk]: src/crypto/external/bsd/heimdal resolve conflicts, document HEAD...
christos[src/HEIMDAL]: src/crypto/external/bsd/heimdal/dist Release Notes - Heimdal -...
jmcneill[src/trunk]: src/sys/arch Enable FP access for EFI RT and improve error handl...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe No functional change:
jnemeth[src/trunk]: src/usr.bin/calendar/calendars update calendar files with all da...
skrll[src/trunk]: src/distrib/utils/embedded/conf Fix whitespace in a comment
ad[src/trunk]: src/sys/miscfs/genfs Correction to previous for DEBUG case.
skrll[src/trunk]: src Update to new RaspberryPi firware
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Make sure memory stolen from simplefb is ...
martin[src/trunk]: src/usr.sbin/sysinst Fix the pattern creating the relative path ...
tkusumi[src/trunk]: src/sys dm: Enable dm-error and dm-zero target
skrll[src/trunk]: src/sys/arch/evbarm/conf Be consistent with RPI 32-bit and 64-ke...
tkusumi[src/trunk]: src/sys/dev/dm dm: Cleanup dm.h (remove unneeded comments, etc)
ad[src/trunk]: src/sys/miscfs/genfs genfs_do_putpages(): add a missing call to ...
ad[src/trunk]: src/sys/uvm Merge from yamt-pagecache:
ad[src/trunk]: src/sys/kern pcq_create(): fix broken assertion.
ad[src/trunk]: src/sys/arch/x86/x86 Align the TLB packet precisely on the stack...
ad[src/trunk]: src/sys/uvm Use the high bits of pqflags for PQ_TIME, not low.
ad[src/trunk]: src/sys/arch/x86/x86 pmap_unmap_ptes(): ci_want_pmapload isn't d...
ad[src/trunk]: src/sys/kern Just make the turnstile locks statics and avoid the...
ad[src/trunk]: src/sys As with turnstiles, don't bother allocating sleepq locks...
uwe[src/trunk]: src/lib/libpthread G/c unused rwlock owner macros copy-pasted fr...
12/17/2019
ad[src/trunk]: src/sys/kern kpreempt_disabled(): softint LWPs aren't preemptable.
uwe[src/trunk]: src/lib/libpthread pthread__rwlock_spin - clarify the test.
ad[src/trunk]: src/sys - Extend the per-CPU counters matt@ did to include all o...
ad[src/trunk]: src/sys/sys NetBSD 9.99.26 - UVM counter changes
christos[src/trunk]: src/usr.bin/mail revert previous, don't specialcase NUL string.
christos[src/trunk]: src/crypto/external/bsd/heimdal/bin/krb5-config PR/54773: David ...
christos[src/trunk]: src/crypto/external/bsd/heimdal Find and set a version to a make...
ad[src/trunk]: src/sys/kern Hopefully unbreak the build - now that this is incl...
ad[src/trunk]: src/sys Rump is living up to its name
ad[src/trunk]: src/sys/kern More rump-ing. I will split this into two files du...
manu[src/trunk]: src/sys/arch/i386/stand Do not use NAME=label syntax when label ...
christos[src/trunk]: src/external/bsd/file/dist Import 5.38:
christos[src/trunk]: src/external/bsd/file merge conflicts
christos[src/trunk]: src/doc new file(1)
christos[src/CHRISTOS]: src/external/bsd/file/dist Import 5.38:
christos[src/trunk]: src/sys Protect network ioctls from non-authorized users. (Ilja ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use bus_space_barrier() instead of x86 spe...
mlelstv[src/trunk]: src/sys Add error and zero targets to build.
martin[src/trunk]: src/external/bsd/file/dist/src Cast an off_t to intmax_t and use...
msaitoh[src/netbsd-9]: src/sys/arch/pmax/pmax Pull up following revision(s) (request...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/usr.sbin/sysinst Pull up following revision(s) (requested...
msaitoh[src/netbsd-9]: src/doc Ticket #559-#561.
msaitoh[src/netbsd-9]: src/doc Fix typos.
msaitoh[src/trunk]: src/sys/dev/ic Improve some chip revisions support:
martin[src/netbsd-8]: src/sys/arch/i386/stand Pull up following revision(s) (reques...
martin[src/netbsd-8]: src/sys/arch/i386/stand Pull up following revision(s) (reques...
martin[src/netbsd-8]: src/doc Tickets #1473 and #1474
martin[src/netbsd-9]: src/usr.bin/mail Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/arch/arm/rockchip Pull up following revision(s) (requ...
martin[src/netbsd-9]: src/sys/arch/arm Pull up following revision(s) (requested by ...
martin[src/netbsd-9]: src/sys/arch Pull up following revision(s) (requested by jmcn...
martin[src/netbsd-9]: src/doc Tickets #555 - #558
martin[src/netbsd-9]: src/sys/arch/arm/sunxi Pull up following revision(s) (request...
martin[src/netbsd-9]: src/sbin/rndctl Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/external/cddl/osnet/sys/sys Pull up following revision(s)...
martin[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by r...
martin[src/netbsd-9]: src/sys/arch/x86/x86 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/sys/arch/i386/stand Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/sys/arch/i386/stand Pull up following revision(s) (reques...
martin[src/netbsd-9]: src/doc Tickets #562 - #568
skrll[src/trunk]: src/sys/uvm/pmap Fix a UVMHIST_LOG format
christos[src/trunk]: src/external/bsd/file/lib Add more libraries
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by christos ...
martin[src/netbsd-9]: src/doc Ticket #569
martin[src/netbsd-8]: src/sys/dev/ic Pull up following revision(s) (requested by ch...
martin[src/netbsd-8]: src/doc Ticket #1475
martin[src/netbsd-7]: src/sys/dev/ic Pull up following revision(s) (requested by ch...
martin[src/netbsd-7]: src/doc Ticket #1718
martin[src/netbsd-7-1]: src/doc Ticket #1718
martin[src/netbsd-7-1]: src/sys/dev/ic Pull up following revision(s) (requested by ...
martin[src/netbsd-7-0]: src/sys/dev/ic Pull up following revision(s) (requested by ...
martin[src/netbsd-7-0]: src/doc Ticket #1718
jakllsch[src/trunk]: src/sys/arch/arm/rockchip rk3399_cru: implement dclk_vop0_frac a...
ad[src/trunk]: src/sys/kern Fix LOCKDEBUG panic on mutex_init().
ad[src/trunk]: src/sys/kern Set ksem_max before installing the syscall package.
ad[src/trunk]: src/sys/kern ksem_sysinit(): more lossage.
jakllsch[src/trunk]: src/sys/arch/arm/rockchip Move drm_encoder from rkvop(4) to the ...
jakllsch[src/trunk]: src/sys/arch/arm/rockchip rkvop: set stride using virtual frameb...
christos[src/trunk]: src/external/historical/nawk/bin Sync with upstream.
christos[src/trunk]: src/external/bsd/file Fix sun2 (static linking)
christos[src/trunk]: src/usr.bin/mail fix sun2
12/18/2019
roy[src/trunk]: src/sys/netinet inet: Add support for IPv4 /31 prefixes, as desc...
msaitoh[src/trunk]: src/sys/dev/pci Add AMD Family14h PCIe.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/usr.bin/crunch/crunchgen Also disable ssp and fortify by def...
riastradh[src/trunk]: src/sys/arch/arm/sunxi Reduce entropy estimate for sun8icrypto T...
christos[src/trunk]: src/distrib/sun2/miniroot bump
christos[src/trunk]: src/lib move file/lib after xz
maxv[src/trunk]: src Retire filemon, discussed on tech-kern@.
wiz[src/trunk]: src/external/historical/nawk/bin Remove macros with no effect.
martin[src/trunk]: src/usr.bin/make Fix the build
skrll[src/trunk]: src/sys/uvm/pmap Remove duplicate #includes
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 space to tab
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 atomic_add_16() is not used in pmap...
skrll[src/trunk]: src/sys/uvm/pmap KNF
msaitoh[src/trunk]: src/sys/dev/pci Cast to uint32_t to avoid undefined behavior. Fo...
msaitoh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Use unsigned to avoid ...
tkusumi[src/trunk]: src/sys/dev/dm dm: Test # of args in target's ->init()
kamil[src/trunk]: src/etc/mtree Remove obsolete mtree entry of usr/share/examples/...
kamil[src/trunk]: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common Fix c...
joerg[src/trunk]: src/lib/libpthread Bump PTHREAD__UNPARK_MAX to 128 as bandaid fo...
macallan[xsrc/trunk]: xsrc/external/mit/xf86-input-keyboard/dist/src add some missing...
jakllsch[src/trunk]: src/sys/arch/arm/rockchip rk3399_cru: Reparent dclk_vop[01] to g...
ad[src/trunk]: src/sys/kern Passify rump build.
ad[src/trunk]: src/sys/uvm PR kern/54783: t_mmap crahes the kernel
martin[src/netbsd-9]: src/lib/libpthread Pull up following revision(s) (requested b...
martin[src/netbsd-9]: src/sys Pull up following revision(s) (requested by tsutsui i...
martin[src/netbsd-9]: src Pull up following revision(s) (requested by joerg in tick...
martin[src/netbsd-9]: src/doc Tickets #570 - #572
12/19/2019
riastradh[src/trunk]: src/sys/arch New function cpu_startup_hook on arm.
riastradh[src/trunk]: src/sys Implement rndseed support in efiboot and fdt arm.
jakllsch[src/trunk]: src/sys add Analogix DisplayPort core driver
jakllsch[src/trunk]: src/sys/arch/arm/rockchip add Rockchip (RK3399) glue for Analogi...
jakllsch[src/trunk]: src/sys/arch/evbarm/conf add anxdp(4)
jakllsch[src/trunk]: src/sys/dev/fdt Add another panel@fdt driver, this time for DRM-...
jakllsch[src/trunk]: src/sys/arch/evbarm/conf enable panel at fdt drivers
jakllsch[src/trunk]: src/sys/arch/arm/rockchip paper over the rkpwm get_conf function...
jakllsch[src/trunk]: src/sys/arch/arm/dts add template bits for optional eDP panel on...
maxv[src/trunk]: src/usr.bin/make Revert the filemon removal in bmake, as pointed...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 G/C kasan_shadow_map call in pmap_e...
ryo[src/trunk]: src/sys/arch/aarch64/include aarch64_cache_info[] is not global
thorpej[src/trunk]: src/sys/kern Whitespace police (minor infraction).
gson[src/trunk]: src/sys/dev/usb Code that's #if'ed out still ought to compile.
jakllsch[src/trunk]: src/sys/net80211 Do not associate with with any access point if ...
tkusumi[src/trunk]: src/sys/dev/dm dm: u_{int,long} -> unsigned {int,long}
jakllsch[src/trunk]: src/doc Note change of net80211 behavior regarding association t...
jakllsch[src/trunk]: src/doc Note addition of anxdp(4).
jakllsch[src/trunk]: src/sys/net80211 Add comment for previous.
tkusumi[src/trunk]: src/sys/dev/dm dm: Refactor dmioctl()
jakllsch[src/trunk]: src/sys/dev/fdt Abort panel driver attach if required regulator ...
leot[src/trunk]: src/lib/libc/termios tcgetsid() is defined in <termios.h>, not <...
kamil[src/trunk]: src/sys/dev/ic Avoid changing signedness bit with << in rtsx_rea...
tkusumi[src/trunk]: src/sys/dev/dm dm: Minor dm_ioctl.c fixes (indentation/typo/type...
kamil[src/trunk]: src/sys/net80211 Avoid changing signedness bit with << 24 in iee...
kamil[src/trunk]: src/sys/dev/sdmmc Avoid changing signedness bit with << in sdmmc...
macallan[src/trunk]: src/tests/lib/libc/string disable string op warnings for t_strcat
12/20/2019
yamaguchi[src/trunk]: src/sys/dev/pci Use name of variable instead of that of data str...
yamaguchi[src/trunk]: src/sys/dev/pci Fix softint leak in ixl(4) when detaching
yamaguchi[src/trunk]: src/sys/dev/pci Fix ixl_{add|remove}_macvlan() to return errno
yamaguchi[src/trunk]: src/sys/dev/pci Fix ixl(4) to set ENETRESET when IFF_ALLMULTI is...
yamaguchi[src/trunk]: src/sys/dev/pci Do IXL_AQ_OP_SET_VSI_PROMISC in ixl_ifflags_cb()...
yamaguchi[src/trunk]: src/sys/dev/pci enable other interrupt even if ixl(4) is down
yamaguchi[src/trunk]: src/sys/dev/pci ixl(4) supports ETHERCAP_VLAN_HWTAGGING
yamaguchi[src/trunk]: src/sys/dev/pci ixl(4) supports ETHERCAP_VLAN_HWFILTER
yamaguchi[src/trunk]: src/share/man/man4 Add information for ixl(4)'s VLAN hardware fi...
christos[src/trunk]: src/share/mk move MV to sys.mk because it is used there. Pointed...
ryo[src/trunk]: src/sys/arch/aarch64 Add a speculation barrier after the 'eret'.
roy[src/ROY]: src/external/bsd/dhcpcd/dist Import dhcpcd-8.1.3 with the followin...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.1.3 with the fo...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Sync
roy[src/trunk]: src/doc Note import of dhcpcd-8.1.3
roy[src/roy]: src/external/bsd/dhcpcd/dist Import dhcpcd-8.1.3 with the followin...
wiz[src/trunk]: src/share/man/man4 Improve wording.
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix "table" output format of dm-linear and dm...
maya[src/trunk]: src/usr.bin/calendar/calendars Update to 2020 dates. While here:
ad[src/trunk]: src/sys/uvm KNF
martin[src/trunk]: src/distrib Do not populate /dev on CD images by default, instea...
12/21/2019
ad[src/trunk]: src/sys/ufs/lfs Fix lfs_putpages() for bsize < nbpg.
ad[src/trunk]: src/sys Some more CPU topology stuff:
ad[src/trunk]: src/sys/sys NetBSD 9.99.27 - cpu_data changes for topology
ad[src/trunk]: src/sys Split subr_cpu.c out of kern_cpu.c, to contain routines ...
ad[src/trunk]: src/sys/kern Use CPU_COUNT() to update nswtch. No functional ch...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Update to dhcpcd-8.1.4 with the...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/doc Note import of dhcpcd-8.1.4
roy[src/roy]: src/external/bsd/dhcpcd/dist/src Update to dhcpcd-8.1.4 with the f...
roy[src/ROY]: src/external/bsd/dhcpcd/dist/src Update to dhcpcd-8.1.4 with the f...
maya[src/trunk]: src/usr.bin/calendar/calendars Avoid the risk of being wrong and...
wiz[src/trunk]: src/external/historical/nawk/bin Add license from https://github...
ad[src/trunk]: src/sys/kern Fix build failure.
ad[src/trunk]: src/sys/uvm uvm_reclaimable(): need to sum the per-CPU values fo...
ad[src/trunk]: src/sys schedstate_percpu: add new flag SPCF_IDLE as a cheap and...
tkusumi[src/trunk]: src/sys/dev/dm dm: Remove target's ->deps() by implementing deps...
ad[src/trunk]: src/sys Fix build break (ci->ci_dev is not available on every po...
ad[src/trunk]: src/sys Add uvm_free(): returns number of free pages in system.
ad[src/trunk]: src uvmexp.free -> uvm_free()
ad[src/trunk]: src/sys Counter tweaks:
ad[src/trunk]: src/sys/uvm - Rename VM_PGCOLOR_BUCKET() to VM_PGCOLOR(). I wan...
ad[src/trunk]: src/sys Detangle the pagedaemon from uvm_fpageqlock:
ad[src/trunk]: src/sys/sys NetBSD 9.99.28 - cpu_data & UVM changes.
ad[src/trunk]: src/sys/uvm uvm_page_to_phys: mask off the lower bits.
tkusumi[src/trunk]: src/sys/dev/dm dm: Fix dm-stripe's "status" output format
ad[src/trunk]: src/sys/uvm Fix merge error - don't init uvmpd_lock twice.
kre[src/trunk]: src/bin/sh Use fork() rather than vfork() when forking to run a ...
12/22/2019
skrll[src/trunk]: src/sys/arch/arm/broadcom Add brcm, bcm2711 as an alias for brcm, ...
tkusumi[src/trunk]: src/sys/dev/dm dm: Add missing "ioctl called" debug prints
skrll[src/trunk]: src/sys/external/bsd/libfdt/dist Import libfdt 1.5.1
skrll[src/trunk]: src/sys/external/bsd/libfdt/dist Merge conflicts
skrll[src/trunk]: src/external/gpl2/dtc/dist Import dtc 1.5.1
skrll[src/trunk]: src/external/gpl2/dtc/dist Merge conflicts
skrll[src/trunk]: src/sys/external/bsd/libfdt/dist Avoid shadowing global variable
skrll[src/trunk]: src/external/gpl2/dtc/usr.bin/dtc Update version
skrll[src/trunk]: src/external/gpl2/dtc Update for new DTC
wiz[src/trunk]: src/doc update entry for dtc & libfdt after update.
skrll[src/DTC]: src/sys/external/bsd/libfdt/dist Import libfdt 1.5.1
skrll[src/DTC]: src/external/gpl2/dtc/dist Import dtc 1.5.1
tkusumi[src/trunk]: src/sys/dev/dm dm: Make numsec/secsize arguments in dm_table_dis...
ad[src/trunk]: src/sys/kern Fix integer overflow when printing available memory...
thorpej[src/trunk]: src/sys/arch Add intr_mask() and corresponding intr_unmask() cal...
ad[src/trunk]: src/sys/arch/x86/x86 pmap_get_ptp(): the uvm_pagefree() call in ...
thorpej[src/trunk]: src/sys Add acpi_intr_mask() and acpi_intr_unmask() which, follo...
ad[src/trunk]: src/sys/uvm uvm_pagealloc_strat(): Tweak the locking to allow fo...
thorpej[src/trunk]: src/sys/dev/i2c The hid-over-i2c spec specifies that compliant d...
ad[src/trunk]: src/sys/arch/x86/x86 Fix compile on !DIAGNOSTIC.
kamil[src/trunk]: src/lib/libc/sys Document udata type switch in struct kevent in ...
ad[src/trunk]: src/usr.bin/vmstat Have vmstat -H report on vcache_hashtab.
christos[src/trunk]: src/usr.sbin/postinstall PR/54730: Izumi Tsutsui: obsolete etc f...
jmcneill[src/trunk]: src/sys/dev/ic When resetting a drive, if the command list is ru...
ad[src/trunk]: src Make mntvnode_lock per-mount, and address false sharing of s...
jdolecek[src/trunk]: src/sys/dev/ic remove check for idle status when disabling EDMA, ...
jdolecek[src/trunk]: src/sys/dev/ic don't treat the EDMA self disable as autoconfig e...
12/23/2019
ad[src/trunk]: src/sys/dev/acpi Avoid doing zero sized allocations if we get ba...
ad[src/trunk]: src/sys/sys NetBSD 9.99.29 - struct mount changed.
thorpej[src/trunk]: src/sys Cleanup i2c bus acquire / release, centralizing all of t...
thorpej[src/trunk]: src/sys/arch/arm/broadcom Rewrite the bcm2835 i2c driver as an i...
thorpej[src/trunk]: src/sys/arch/arm/nvidia Use a separate lock (not the i2c bus loc...
thorpej[src/trunk]: src/sys/arch/arm/samsung Use a separate lock (not the i2c bus lo...
thorpej[src/trunk]: src/sys/arch/arm/sunxi When deciding to delay (rather than kpaus...
kamil[src/trunk]: src/lib/libc/sys Explain in kevent(2) the semantics of EINTR
thorpej[src/trunk]: src/sys/arch/mips/ingenic No need to check cold ourselves; iic_e...
thorpej[src/trunk]: src/sys/dev/i2c No need to do the poll-during-autoconfiguration ...
thorpej[src/trunk]: src/sys/dev/i2c seeprom_bootstrap_read(): no need to hard-code I...
thorpej[src/trunk]: src/sys/dev/i2c No need to do the poll-during-autoconfiguration ...
maxv[src/trunk]: src Revert the removal of filemon.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add missing core lock in ixgbe_handle_mod().
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add recovery code for unsupported SFP+.
thorpej[src/trunk]: src/sys/arch/xen Provide XEN stubs for intr_mask() / intr_unmask().
thorpej[src/trunk]: src/sys/dev/i2c Disable the not-in-interrupt assertions for now; ...
thorpej[src/trunk]: src/sys/dev/i2c In axppmic_power_poweroff(), check for errors fr...
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/i2c No need to check 'cold' for I2C_F_POLL; the i2c ...
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/ic dwiic_i2c_exec(): No need to check 'cold' to forc...
thorpej[src/trunk]: src/sys/dev/ic pcfiic_i2c_exec(): No need to check 'cold' to for...
thorpej[src/trunk]: src/sys/dev/pci No need to use I2C_F_POLL here.
jmcneill[src/trunk]: src/sys/arch/arm Implement acpi_md_intr_mask and acpi_md_intr_un...
thorpej[src/trunk]: src/sys/dev/pci ichsmb_i2c_exec(): No need to check 'cold' to fo...
thorpej[src/trunk]: src/sys/dev/pci piixpm_i2c_exec(): No need to check 'cold' to fo...
thorpej[src/trunk]: src/sys/dev/i2c In as3722_poweroff and as3722_reboot(), check fo...
jmcneill[src/trunk]: src/sys/arch/arm/pic Add reference counts to intr_mask/intr_unma...
thorpej[src/trunk]: src/sys/dev/i2c Oops, missed one more instance of unneeded-I2C_F...
tkusumi[src/trunk]: src/sys/dev/dm dm: Make target's ->table() optional
reed[src/trunk]: src/share/man/man8 Simplify Subsection formatting
reed[src/trunk]: src/lib/libpam/modules/pam_unix Simply Subsection headers
thorpej[src/trunk]: src/sys/dev/i2c In cx24227_writereg() / cx24227_readreg(), retur...
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/i2c - No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/i2c - No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/i2c - No need to use I2C_F_POLL here.
thorpej[src/trunk]: src/sys/dev/i2c - Don't read/write the device if iic_acquire_bus...
thorpej[src/trunk]: src/sys/dev/i2c Actually, the local mutex is unnecesary; the i2c...
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here.
christos[src/trunk]: src/sys/arch/ews4800mips/stand/boot Bump size.
ad[src/trunk]: src/sys/uvm uvmpdpol_selectvictim: don't assert wire_count == 0, ...
christos[src/trunk]: src/sys/arch/ews4800mips/conf Add a comment where the other memo...
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here.
uwe[src/trunk]: src/share/tmac Fix if/else syntax in previous.
thorpej[src/trunk]: src/sys/dev/i2c - Don't use I2C_F_POLL.
thorpej[src/trunk]: src/sys/dev/i2c No need to use I2C_F_POLL here. Also fix an uni...
thorpej[src/trunk]: src/sys/dev/i2c - No need to use I2C_F_POLL here.
12/24/2019
sevan[src/trunk]: src/share/misc Update to r355063
sevan[src/trunk]: src/doc bsd-family-tree
sevan[src/trunk]: src/share/misc AVB
msaitoh[src/trunk]: src/sys/dev/pci Fix number of port for Hudson rev. 0x1f and newe...
msaitoh[src/trunk]: src/sys/dev/pci - Read SB800_SMB_HOSTC correctly. This register ...
msaitoh[src/trunk]: src/sys/dev/pci Don't force using SMBUS0SEL register.
msaitoh[src/trunk]: src/sys/dev/ic Fix error path in gem(4)'s TX checksum offload.
thorpej[src/trunk]: src/sys/dev/pci Make ichsmb and piixpm MP-safe:
skrll[src/trunk]: src/sys/arch/arm/cortex Traiing whitespace
knakahara[src/trunk]: src/sys/arch/x86/pci Fix missing splnet() for ether_ioctl() caus...
skrll[src/trunk]: src/sys/arch/arm/broadcom Match brcm,bcm2711-cprman
skrll[src/trunk]: src/sys/arch/arm/broadcom We follow linux mainline and they're u...
kamil[src/trunk]: src Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO
kamil[src/trunk]: src/sys/sys Welcome to NetBSD 9.99.30!
martin[src/netbsd-8]: src/sys/miscfs/nullfs Pull up following revision(s) (requeste...
martin[src/netbsd-8]: src/doc Ticket #1476
martin[src/netbsd-9]: src/sys/arch/aarch64 Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by chri...
martin[src/netbsd-9]: src/sys/dev/ic Pull up following revision(s) (requested by jm...
martin[src/netbsd-9]: src/usr.bin/calendar/calendars Pull up following revision(s) ...
martin[src/netbsd-9]: src/share/misc Pull up following revision(s) (requested by se...
martin[src/netbsd-9]: src/share/misc Pull up following revision(s) (requested by se...
martin[src/netbsd-9]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/sys/miscfs/nullfs Pull up following revision(s) (requeste...
martin[src/netbsd-9]: src/doc Tickets #574 - #581
kamil[src/trunk]: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common Fix c...
skrll[src/trunk]: src/sys/arch/arm/pic Make pic_sourcebase static
skrll[src/trunk]: src/sys/arch/arm/pic Update pic_add to allocate and return an ir...
12/25/2019
kamil[src/trunk]: src/tests/lib/libc/sys Define _RTLD_SOURCE in t_ptrace_wait.c
uwe[src/trunk]: src/share/tmac G/c the list of old files that are gone for decades.
joerg[src/trunk]: src/lib/libpthread Since pthread_setspecific requires locks, ens...
thorpej[src/trunk]: src/sys/dev/i2c Revert previous until issues can be sorted out.
kamil[src/trunk]: src/tests/lib/libc/sys Read TLS base pointer with _lwp_getprivate()
skrll[src/trunk]: src/sys/arch/arm/broadcom Use PIC_IRQBASE_ALLOC and allow condit...
skrll[src/trunk]: src/sys/arch/evbarm/conf Add EARLYCONS=bcm2711 example (commente...
tsutsui[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src Fix Xorg wsfb server...
thorpej[src/trunk]: src/sys/dev/i2c Remove assertions that no longer make sense now ...
kamil[src/trunk]: src/sys/kern Cast PTRACE_LWP_GETPRIVATE to (void *) through (int...
msaitoh[src/trunk]: src/share/man/man4 Update supported device list with part number...
12/26/2019
yamaguchi[src/trunk]: src/sys/dev/pci Improve DDPRINTF for ixl(4)
yamaguchi[src/trunk]: src/sys/dev/pci ixl(4) supports IFCAP_CSUM_*_Rx
yamaguchi[src/trunk]: src/sys/dev/pci Fix lack of of sysctl_teardown() in ixl(4)
msaitoh[src/trunk]: src/sys/netinet Fix typo in comment.
msaitoh[src/trunk]: src s/lenght/length/
skrll[src/trunk]: src/sys/arch/arm/broadcom Use PIC_IRQBASE_ALLOC and allow condit...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Whitespace
kamil[src/trunk]: src/sys Put ptrace_read_lwpstatus() and process_read_lwpstatus()...
skrll[src/trunk]: src/sys/arch/arm/broadcom Use PIC_IRQBASE_ALLOC for all pic_add ...
isaki[src/trunk]: src/sys/dev/audio Use M_WAITOK instead of M_NOWAIT.
isaki[src/trunk]: src/sys/dev/audio Improve and simplify around audio_realloc().
msaitoh[src/trunk]: src/sys/dev/pci Fix address of STGE_MaxFrameSize. Same as other ...
msaitoh[src/trunk]: src/sys/dev/pci Apply OpenBSD rev. 1.34:
msaitoh[src/trunk]: src/sys/dev/pci Improve flow control.
msaitoh[src/trunk]: src/sys/arch/amd64/conf Add cas(4).
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that the driver sometimes incorrectly ...
martin[src/netbsd-9]: src/bin/sh Pull up following revision(s) (requested by kre in...
martin[src/netbsd-9]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-9]: src/doc Tickets #582 and #583
martin[src/netbsd-8]: src/sys/arch/x86/pci Pull up following revision(s) (requested...
martin[src/netbsd-8]: src/sys/dev/pci/ixgbe Pull up following revision(s) (requeste...
martin[src/netbsd-8]: src/doc Tickets #1477 and #1478
12/27/2019
kamil[src/trunk]: src/sys/arch Harmonize the namespace of fast TLS base pointer ge...
kamil[src/trunk]: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common Cherr...
ad[src/trunk]: src/sys/uvm PR kern/48044: panic: kernel diagnostic assertion "u...
msaitoh[src/trunk]: src/sys/dev/isa s/like like/like/ in comment.
nonaka[src/trunk]: src/sys/dev/hyperv hvn(4): Use vlan_{get, set, has}_tag().
nonaka[src/trunk]: src/sys/dev/hyperv hvn(4): Handle CFI field of VLAN.
msaitoh[src/trunk]: src/sys s/recevive/receive/ in comment.
msaitoh[src/trunk]: src s/is is/is/ in comment.
martin[src/netbsd-9]: src/sys/uvm Pull up following revision(s) (requested by ad in...
martin[src/netbsd-9]: src/doc Ticket #584
12/29/2019
martin[xsrc/netbsd-8]: xsrc/external/mit/xf86-video-wsfb/dist/src Pull up following...
martin[xsrc/netbsd-9]: xsrc/external/mit/xf86-video-wsfb/dist/src Pull up following...
12/30/2019
tsutsui[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src Add missing newlines...