Index of source-changes-hg for August, 2018


FromSubject
08/01/2018
maxv[src/trunk]: src/sys/netinet Remove parentheses in return statements. No func...
maxv[src/trunk]: src/sys/netinet More style. No functional change.
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/dh add set0_key ...
christos[src/trunk]: src/usr.sbin/racoon needs the OpenSSL-1.1 api to build
christos[src/trunk]: src/tests/lib/libc/hash md2 has been deprecated in OpenSSL-1.1
maxv[src/trunk]: src/lib/libkvm Keep /dev/ksyms open in _kvm_open(). This way /de...
maxv[src/trunk]: src/sys/netinet Style and constify.
bouyer[src/trunk]: src/sys/dev/sdmmc Fix uninitialized variable use:
manu[src/trunk]: src/sys/kern Fix md(4) double attachment in TFTPROOT option
prlw1[src/trunk]: src/sys/dev/usb xhci.c: avoid unused variable in non-DIAGNOSTIC ...
jmcneill[src/trunk]: src/sys/arch/arm/cortex PR# port-evbarm/49468: Cortex GIC assert...
maya[src/trunk]: src/sys/arch/x86/x86 stopgap fix: restrict XSAVEOPT to Intel CPUs
christos[src/trunk]: src/lib/libradius Oops forgot one openssl version name change
pgoyette[src/trunk]: src/share/man/man7 Since this is describing the ASCII character ...
jmcneill[src/trunk]: src/sys/arch Move Rockchip port to the attic. It is not very use...
pgoyette[src/trunk]: src/share/man/man7 Bump date for previous
pgoyette[src/trunk]: src/share/misc Since this is the ASCII charactger set, use the A...
pgoyette[src/trunk]: src/share While here, also update 014 - it's name is "ff" ("form...
pgoyette[src/trunk]: src/share Revert previous changes due to popular demand. Instea...
maxv[src/trunk]: src/sys/netinet Fix three pretty bad mistakes in NAT-T:
christos[src/trunk]: src/distrib/sets add openssl to the list of selectable variables...
maxv[src/trunk]: src/sys/netinet Style, and remove printfs.
pgoyette[src/trunk]: src/lib/libc Fix typos, as reported by Eitan Adler. Update dates.
mrg[src/trunk]: src/sys/dev/nand update for GCC 6:
mrg[src/trunk]: src/sys/external/bsd/ipf/netinet updates for GCC 6:
mrg[src/trunk]: src/sys/dev/pci update for GCC 6:
dholland[src/trunk]: src/doc typo from 2008
maxv[src/trunk]: src/sys/netinet Fix a possible buffer overflow in the IPv4 _ctli...
dholland[src/trunk]: src/share/man Typo fixes from Eitan Adler.
maxv[src/trunk]: src/tests/net/net Now that we don't allow source-routed packets ...
maxv[src/trunk]: src/sys/netinet Change the error stat from IP_STAT_BADFRAGS to I...
wiz[src/trunk]: src/share/misc Convert inter.phone from iso-8859-1 to utf-8.
dholland[src/trunk]: src Typos.
ozaki-r[src/trunk]: src/sys/netinet Don't call lltable_purge_entries from in_if_down...
maxv[src/trunk]: src/sys/netinet More style, no functional change.
maxv[src/trunk]: src/sys/netinet Style, and remove prototype of udp_sysctl (does ...
maxv[src/trunk]: src/sys/netinet Use C99 types - in particular, stop using n_time...
mrg[src/trunk]: src/sys/dev/sun update for GCC 6:
maxv[src/trunk]: src/sys/netinet6 Style, no functional change.
maxv[src/trunk]: src/sys Move udp6_output() into udp6_usrreq.c, and remove udp6_o...
maxv[src/trunk]: src/sys/netinet6 pr_send can be given a NULL lwp. It looks like the
christos[src/trunk]: src/usr.sbin/syslogd include dh.h in the right spot.
jakllsch[src/trunk]: src/usr.sbin/syslogd define OPENSSL_API_COMPAT
maxv[src/trunk]: src/sys/netinet Move the SO_DEBUG block earlier, to reduce the i...
bouyer[src/trunk]: src/sys/arch/mips Allow kdbpeek() to return failure. If it does, ...
maxv[src/trunk]: src/sys/netinet Reduce the indentation level of this huge block ...
maxv[src/trunk]: src/sys/netinet Remove this check, it is already done at the beg...
mrg[src/trunk]: src/external/gpl3/gcc adjust the list of subdirs to elide. don'...
maxv[src/trunk]: src/sys/netinet Style, and remove outdated comments.
maxv[src/trunk]: src/sys Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol f...
maxv[src/trunk]: src/sys/netinet Dedup code.
maxv[src/trunk]: src/sys/netinet Remove the default case, the beginning of the fu...
jakllsch[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/asn1 Add ASN1_ST...
maxv[src/trunk]: src/sys/netinet Move the IPv4 multicast check earlier; we want t...
maxv[src/trunk]: src/sys/netinet Remove the unused 'multicast' argument from tcp_...
maxv[src/trunk]: src/sys/netinet Style, rename a variable, and remove an unreacha...
maxv[src/trunk]: src/sys/netipsec Remove unused net_osdep.h include.
jakllsch[src/trunk]: src/distrib/sets/lists/comp try to make this match what I believ...
maxv[src/trunk]: src/sys/net Remove ovbcopy. It's long dead; only sparc has a ref...
christos[src/trunk]: src/crypto/external/bsd/openssl update build glue
christos[src/trunk]: src/crypto/external/bsd/openssl/dist merged conflicts
christos[src/trunk]: src/tests/crypto/libcrypto adjust tests for 1.1
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto fix the man pages, ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libssl Add a linker script
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libssl use the right map file
christos[src/trunk]: src/crypto/external/bsd/openssh/dist need openssl/dh.h
christos[src/trunk]: src/tests/crypto/libcrypto include the right test directory for ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 adjust t...
christos[src/trunk]: src/tests/crypto/libcrypto fix 1.0 build; thanks ODE make.
christos[src/trunk]: src/crypto/external/bsd/openssh only set the compat version for ...
christos[src/trunk]: src/usr.sbin/syslogd only set api compat for 1.0
christos[src/trunk]: src/usr.sbin/racoon disable compat api setting for openssl 1.1
christos[src/trunk]: src/tests/crypto/libcrypto/threads put .PATH after the variable ...
christos[src/trunk]: src/usr.sbin/racoon No RC5 for OpenSSL-1.1
ozaki-r[src/trunk]: src/tests/net/net Fix ping_opts_gateway and ping_opts_recordroute
christos[src/trunk]: src/share/mk missing backslash
maxv[src/trunk]: src/sys/netinet Style (realign everything correctly), and fix a ...
christos[src/trunk]: src/distrib/sets/lists fix openssl-1.1
christos[src/trunk]: src/crypto/external/bsd/openssl/dist Changes between 1.1.0f and ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't restore segment registers when le...
maxv[src/trunk]: src/sys/arch/x86/x86 Force a reload of CW in fpu_set_default_cw(...
maxv[src/trunk]: src/sys/uvm Use UVM_PROT_RW instead of UVM_PROT_ALL. This doesn'...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Define INTRSTUB_ARRAY, simplifies a lot.
maxv[src/trunk]: src/sys/arch Reset ddb_regp to NULL. Reported by David Binderman...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto i386 provides "par...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 new scri...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 more file
maxv[src/trunk]: src/sys/netinet Style, and move the 'ip_srcroute' call after 'tc...
tsutsui[src/trunk]: src/sys/arch/atari/pci On Milan, also explicitly disable MBIRQ1 ...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/hmac add reset, ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 XXX: use...
christos[src/trunk]: src/external/bsd/nsd fix for OpenSSL 1.0 and 1.1 co-existance, m...
christos[src/trunk]: src/doc update nsd, fix typo for acpica
maxv[src/trunk]: src/sys Remove dead code.
christos[src/trunk]: src/external/bsd/nsd/dist NSD 4.1.19
maxv[src/trunk]: src/sys/arch/x86/x86 Disable XSAVEOPT, until it is clear what's ...
jakllsch[src/trunk]: src/sys/arch/luna68k/stand/boot Explain what may seem to be a no...
christos[src/trunk]: src/crypto/external/bsd/openssl/bin Use the magic FILESBUILD var...
maxv[src/trunk]: src/sys/dist/pf/net Oh, what is this. Fix a remotely-triggerable...
christos[src/trunk]: src/sys/arch/amd64/amd64 make it compile without MULTIPROCESSOR ...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist fix BN_to_integer to get ri...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 Fix TEXT...
maxv[src/trunk]: src/sys/arch/sun2/conf Remove the last reference to IPSEC_ESP. T...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 fix typo
maxv[src/trunk]: src/share/man/man8 Add a note, to say that basically the recent ...
maxv[src/trunk]: src/sys/netinet If the socket wants a ESP-over-UDP packet, and t...
kre[src/trunk]: src/sys/arch/i386/i386 Do for i386 what was done for amd64 (but ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto fix pasto
christos[src/trunk]: src/libexec/telnetd We need authentication || encryption even wh...
christos[src/trunk]: src/external/bsd/elftoolchain/dist/libdwarf remove more unreacha...
nakayama[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 Restore ...
christos[src/trunk]: src/external/bsd/elftoolchain/dist/libdwarf Convert to full recu...
christos[src/trunk]: src/external/bsd/openpam/dist/lib/libpam non-null arg.
mrg[src/trunk]: src/sys/arch/powerpc/oea introduce a inline function to set a va...
christos[src/trunk]: src/external/gpl3/gcc/usr.bin Use bsd.init.mk (instead of bsd.ow...
christos[src/trunk]: src/usr.bin/ftp more volatile to appease gcc.
christos[src/trunk]: src/share/mk switch amd64 to gcc-6. Thanks mrg for all the work!
maxv[src/trunk]: src/sys/arch Style, and reduce the diff between i386 and amd64. ...
wiz[src/trunk]: src/lib/libc/time Remove Tn. Remove trailing whitespace. Remove ...
maxv[src/trunk]: src/sys/arch Move SVS into x86/svs.c
wiz[src/trunk]: src/lib/libc/time Remove useless macro.
wiz[src/trunk]: src/share/man/man7 Remove Tn.
wiz[src/trunk]: src/lib/libc/yp Remove useless macros. Sort errors.
wiz[src/trunk]: src/share/man/man9 Sort SEE ALSO.
maya[src/trunk]: src/external/gpl3 Use bools with bool. NFCI.
wiz[src/trunk]: src/share/man/man9 Add missing comma.
wiz[src/trunk]: src/share/man/man4 Remove Tn.
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/cp PR/53008: Henning Petersen: Fi...
christos[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device PR...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/idea we need variabl...
jakllsch[src/trunk]: src/libexec/ld.elf_so Wrap PowerPC #pragma goop in #if __GNUC_PR...
maxv[src/trunk]: src/sys/netinet Remove this multicast check. Multicast packets a...
maxv[src/trunk]: src/sys/netinet Remove the 'm' argument from syn_cache_respond()...
christos[src/trunk]: src/distrib/sets/lists Add obsolete lines for the gcc-5 and open...
maxv[src/trunk]: src/sys/netinet Add a KASSERT.
maxv[src/trunk]: src/sys/netinet Remove unused argument from tcp_signature_getsav.
maxv[src/trunk]: src/sys/netinet Don't rebase the pointers. 'm' is only allowed t...
mrg[src/trunk]: src/doc note GCC 6.4 import.
martin[src/trunk]: src/common/lib/libc/string Complete previous by complteley remov...
maxv[src/trunk]: src/sys/net Fix typo, and add a comment about MPLS.
maxv[src/trunk]: src/sys/kern Add a KASSERT; we expect *from to be a single mbuf ...
maxv[src/trunk]: src/sys/netinet6 Replace bcopy -> memcpy when it is obvious that...
maxv[src/trunk]: src/sys/net Use m_freem instead of m_free. Otherwise we're leaki...
maxv[src/trunk]: src/sys/arch/x86/pci m_free -> m_freem, otherwise leak
maxv[src/trunk]: src/sys/arch/arm/allwinner NULL-check after M_DONTWAIT.
maxv[src/trunk]: src/sys/arch/arm/sunxi Another missing NULL-check.
adam[src/trunk]: src/sys/modules/pf Fix building with MKGCC=no
ginsbach[src/trunk]: src/share/misc Add CSDL
christos[src/trunk]: src/sys/netinet Keep a pointer to the interface of the multicast...
sjg[src/trunk]: src/usr.bin/make Do not treat .info as warning for -W
jakllsch[src/trunk]: src/lib/libc/arch/aarch64/gen Fix __siglongjmp14().
joerg[src/trunk]: src/sys/modules/pf Simplify and make the GCC check more precise ...
sevan[src/trunk]: src/sbin/gpt Spelling
joerg[src/trunk]: src/sys Add a new option CISS_NO_INTERRUPT_HACK for driving ciss...
christos[src/trunk]: src/sys/arch/i386/i386 Unconditionally print the trap like we do...
ozaki-r[src/trunk]: src/sys/arch Fix NULL pointer dereference via ddb_regs
ozaki-r[src/trunk]: src/sys/arch Define ddb_regp only if MULTIPROCESSOR (NFC)
mrg[src/trunk]: src note that openssl and GCC may upset your builds.
maxv[src/trunk]: src/sys/arch Remove double declaration; 'ddb_regs' is already de...
pgoyette[src/trunk]: src/sys/dev/i2c Disable the 'define dbcool {}' line - it's not n...
maxv[src/trunk]: src/sys/netinet Fix three things in arpintr():
maxv[src/trunk]: src/sys/netinet Style, no functional change.
maxv[src/trunk]: src/sys/netinet Use only one label, clearer.
maxv[src/trunk]: src/sys/net Define ar_* as inlined functions, not as macros. Mak...
maxv[src/trunk]: src/sys/netinet Don't force ARPHRD_IEEE1394 on IEEE1394 interfac...
martin[src/trunk]: src/crypto/external/bsd/openssh/dist Fix copy & pasto (dsa code ...
maxv[src/trunk]: src/sys/kern Put time_second and time_uptime in different cache ...
mrg[src/trunk]: src/sys/conf use -fno-delete-null-pointer-checks for kernels.
martin[src/trunk]: src/usr.sbin/rarpd Adapt to ar_tha() changes in if_arp.h rev1.31.
maxv[src/trunk]: src/sys/netinet Replace dead code by KASSERT.
maxv[src/trunk]: src/sys/netinet Same change as rev1.258, but this time in revarp...
mrg[src/trunk]: src/distrib/sets/lists obsolete some GCC 4.8 files.
maxv[src/trunk]: src/sys/netinet Minor stylistic changes, and use C99 types.
maxv[src/trunk]: src/sys/netinet Be tougher:
maxv[src/trunk]: src/sys/net Remove KERNEL_LOCK around the MPLS code. It's not ne...
hannken[src/trunk]: src/sbin/fsck_ffs Treat an inode with "mode == 0" and "blocks !=...
uwe[src/trunk]: src/sys/dev/i2c Delete 'define dbcool {}' line commented out in ...
maxv[src/trunk]: src/sys/net Make the arpresolve branch more readable, fix typo, ...
maxv[src/trunk]: src/sys/netinet Mmh. Add a missing check: if ARP was disabled on...
sjg[src/trunk]: src/usr.bin/make Avoid unused variable warning
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bn Add a (void *) ca...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/test add missing test files...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/include/openssl Provide the...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/evp Provide SHAR384 ...
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common - enabl...
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common enable ...
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/asan our __csa_atexit do...
christos[src/trunk]: src/external/gpl3/gcc/lib/libasan depend on librt for shm_{open, ...
christos[src/trunk]: src/external/gpl3/gcc/lib Asan needs bits and pieces of ubsan no...
christos[src/trunk]: src/external/gpl3/gcc/lib/libubsan need -lrt for shm_{open, close}
ozaki-r[src/trunk]: src/sys/kern Use cpu_softintr_p
maxv[src/trunk]: src/sys/netinet6 Re-make ip6_nexthdr global, it will be used in ...
maxv[src/trunk]: src/sys/netinet Revert my two last changes in this file. They ar...
maxv[src/trunk]: src/usr.sbin/ndp Use .Cm instead of .Li, same as arp.8.
ozaki-r[src/trunk]: src/sys/netipsec Fix mbuf leaks on error paths
ozaki-r[src/trunk]: src/sys/netipsec Dedup common codes in error paths (NFCI)
wiz[src/trunk]: src/usr.sbin/ndp Sort some lists. Use EXIT STATUS instead of RET...
ryoon[src/trunk]: src/external/bsd/bind Fix broken dig and host commands
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that RX may stall on heavy load ...
uwe[src/trunk]: src/sys/dev/pci Cosmetic - consistently use #define<SPACE>
knakahara[src/trunk]: src/sys/dev/pci Fix a bug that RX and TX may stall on heavy load...
maxv[src/trunk]: src/sys Remove IFF_STATICARP, we don't support this, and the cod...
maxv[src/trunk]: src/sys/netipsec Remove m_checkalignment(), unused. This elimina...
skrll[src/trunk]: src/sys/gdbscripts Typo in previous
christos[src/trunk]: src/tools/dtc tools build glue.
christos[src/trunk]: src/tools No need to set dtc twice.
chs[src/trunk]: src/external/bsd/libproc/dist add a proc_getmodel() interface to...
pgoyette[src/trunk]: src/sys/modules/wsbell Actually create the wsbell(4) module
nat[src/trunk]: src/sys/dev/wscons Seperate the definitions for the console beep...
sborrill[src/trunk]: src/sys/dev/pci Deal with broken BIOSes that leave PCI interrupt...
maya[src/trunk]: src/sys/ufs/lfs Use continue to denote the no-op loop to match n...
macallan[src/trunk]: src/sys/dev/wscons make glyph caches reconfigurable
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add driver for ARM PrimeCell Color LCD cont...
kre[src/trunk]: src/tests/bin/sh Paranoia: add a new test case testing that $(...
abhinav[src/trunk]: src/lib/libc/sys Fix typo: s/interrput/interrupt/
knakahara[src/trunk]: src/sys/opencrypto restructure locks(2/2): crypto_q_mtx can be a...
knakahara[src/trunk]: src/sys/opencrypto restructure locks(1/2): make relation between...
kre[src/trunk]: src/bin/sh An initial attempt at implementing LINENO to meet the...
msaitoh[src/trunk]: src/sys/net - Add some missing baudrate entries
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add aaci at fdt, commented out for now....
jmcneill[src/trunk]: src/sys/dev/ic bus_space_write_multi_4 takes a count, not number...
skrll[src/trunk]: src/external/gpl2/dtc/dist s/ALIGN/FDTALIGN2/
skrll[src/trunk]: src/external/gpl2/dtc/lib/libfdt Update for new libfdt location
jmcneill[src/trunk]: src/sys/dev/usb regen
ozaki-r[src/trunk]: src/sys/netipsec Return a return value of key_senderror as usual
ozaki-r[src/trunk]: src/sys/netipsec Tweak header file inclusions
ozaki-r[src/trunk]: src/tests/net/ipsec Fix incomplete SP setups
martin[src/trunk]: src/sys/kern Make check_exec() errors print the name of the bina...
jmcneill[src/trunk]: src/sys/dev/i2c match atmel,24c16
sevan[src/trunk]: src/doc SH3 is no longer an exception for MKPIC, in src/share/mk...
maya[src/trunk]: src/sys/arch/x86/x86 Add sysctl machdep.bootmethod
abhinav[src/trunk]: src/lib/libpci Add function names to the NAME section
msaitoh[src/trunk]: src/sys/net Clear ifm_cur and ifm_media after removing all ifmed...
msaitoh[src/trunk]: src/sys/arch/amiga/dev Return if bah_attach_subr() failed.
msaitoh[src/trunk]: src/sys/dev/ic - Free resources correctly on some errors in atw_...
christos[src/trunk]: src/usr.bin/dc Import OpenBSD's dc.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add fdt glue for ARM PrimeCell Multimedia C...
jmcneill[src/trunk]: src/etc/etc.evbarm Create /dev/openfirm device for ofctl(8).
skrll[src/trunk]: src/sys/arch/arm/arm Adjust the output of {ldr, str}x instruction...
hannken[src/trunk]: src/sys/miscfs/genfs Now that FSTRANS is part of VOP_*LOCK() rem...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Mmh, don't forget to clear the TLS gdt ...
jdolecek[src/trunk]: src/sys/dev/ata move the extra thaw for scheduled ata_reset_chan...
abhinav[src/trunk]: src/lib/libedit Add support for escaping special characters when...
maya[src/trunk]: src/share/man/man9 Suggest to include the POSIX <endian.h> rathe...
wiz[src/trunk]: src/bin/test Remove unnecessary Tn.
jakllsch[src/trunk]: src/sys/dev/ic We don't need '&mii', but just 'mii' for mii_deta...
kre[src/trunk]: src/distrib/sets/lists/base Marked zoneinfo/Canada/East-Saskatch...
christos[src/trunk]: src/lib/libc/time Welcome to 2017c:
riastradh[src/trunk]: src/sys/kern Document lock order and locking rules.
abhinav[src/trunk]: src/lib/libc/net Remove comma after last Nm entry
abhinav[src/trunk]: src/lib/libc/sys Correct the standard version for clock_nanoslee...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Remove all half duplex setting.
maya[src/trunk]: src Add man page for bwfm(4)
jmcneill[src/trunk]: src/sys/arch Add support for enabling modules specified in ti, hw...
ozaki-r[src/trunk]: src/tests/net/ipsec Handle esp-udp for NAT-T
kre[src/trunk]: src/lib/libc/time Replace a line that somehow got lost in the im...
maxv[src/trunk]: src/sys/conf Fix the linux dependency. It does not depend on COM...
christos[src/trunk]: src/lib/libc/sys PR/52826: Onno van der Linden: Return PRI_NONE ...
kre[src/trunk]: src/bin/sh Do a better job of reporting invalid numeric constant...
joerg[src/trunk]: src/external/bsd/llvm Be consistent with the revision numbers in...
pgoyette[src/trunk]: src/sys/dev/pad If config_fini_component() fails (due to device ...
ozaki-r[src/trunk]: src/sys/net Note that IFNET_LOCK must not be held in softint
jmcneill[src/trunk]: src/sys/dev/wscons If the wskbd driver returns type 0, return "n...
skrll[src/trunk]: src/sys/dev/usb Use lowercase for hex constant. NFC.
kamil[src/trunk]: src/sys Drop SYS_sbrk
plunky[src/trunk]: src/usr.bin/rfcomm_sppd fix offset/indent of list
ozaki-r[src/trunk]: src/sys Fix wrong usage of psref_held
ozaki-r[src/trunk]: src/sys/netinet6 Work around softnet_lock handling
christos[src/trunk]: src/sys/sys lint knows about all inline variant syntax...
ozaki-r[src/trunk]: src/sys/netinet Don't pass rwlock to callout_halt
ozaki-r[src/trunk]: src/tests/rump/kernspace Fix a race condition on taking the mutex
christos[src/trunk]: src/sys/dev/i2c fixes from Brad Spenser
christos[src/trunk]: src/sys/kern pass valsize for getsockopt like we do for setsockopt
christos[src/trunk]: src/sys/dev/isa PR/52887: HITOSHI Osada: wbsio needs sysmon_wdog.
tsutsui[src/trunk]: src/sys/arch/atari/isa Ack EOI for IRQ_SLAVE of the master PIC a...
christos[src/trunk]: src/sys/dev/wscons make check cleaner, and simplify the code.
mrg[src/trunk]: src/sys/arch/powerpc/include fix some logic errors in the previo...
maxv[src/trunk]: src/sys/net80211 Switch sp_timoff to u_int16_t, to prevent possi...
christos[src/trunk]: src/sys/dev CID-1427745: kill possible buffer overflows.
maxv[src/trunk]: src/sys/sys Add KASSERTs in *_ALIGN: ensure the mbuf is of the c...
maxv[src/trunk]: src/sys/dev/pcmcia Fix memory leak, looks like there is still so...
jdolecek[src/trunk]: src/sys/arch/x86 rename sys/arch/x86/x86/pmap_tlb.c to sys/arch/...
kamil[src/trunk]: src/bin/ksh ksh: Rename a local function tdelete to mytdelete
kamil[src/trunk]: src/bin/ksh ksh: Rename a local function tsearch to mytsearch
wiz[src/trunk]: src/distrib/sets/lists/debug Revert previous.
uwe[src/trunk]: src/usr.sbin/autofs .Li is superfluous inside .Bd -literal
maxv[src/trunk]: src/sys A few fixes:
pgoyette[src/trunk]: src/sys/arch/x86/pci sc->sc_sensor cannot be NULL since it was j...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add support for H5 simple framebuffer, CPUX...
maxv[src/trunk]: src/sys/netinet6 Fix use-after-free, the first m_copyback_cow ma...
martin[src/trunk]: src/sys/kern Try to fix the build: avoid duplicate case labels w...
maxv[src/trunk]: src/sys/netipsec Style, and remove unused prototypes and functions.
ryo[src/trunk]: src/usr.bin/passwd fix compile error without USE_PAM (-Werror, -W...
msaitoh[src/trunk]: src/sys/arch/x86/include Add the following instruction bits in S...
nat[src/trunk]: src/sys/dev mulaw/alaw_to_linearN macros replaced with individua...
christos[src/trunk]: src/distrib/sets/lists bump libssh
msaitoh[src/trunk]: src/sys/arch/x86/include Add the following bits in AMD Fn8000000...
maxv[src/trunk]: src/sys/arch Improve our segregs model. Pass 2/3.
christos[src/trunk]: src/sys/dev/pci update entry for Marvel Yukon 8058, and fix URL ...
jmcneill[src/trunk]: src/external/broadcom/bwfm/dist Import bwfm firmware from linux-...
isaki[src/trunk]: src/sys/dev Fix return value. fo_poll is expected to return rev...
maya[src/trunk]: src/sys/arch/x86/x86 more static
jmcneill[src/trunk]: src/sys/dev/i2c AXP209 isn't an SMBus device, so don't use iic_s...
mbalmer[src/trunk]: src/sys/dev/dm/doc more dependiences -> dependencies
jmcneill[src/trunk]: src/sys/dev/ic Re-introduce support for multi-block transfers an...
skrll[src/trunk]: src/sys/gdbscripts Make cpus MI
knakahara[src/trunk]: src/sys/opencrypto add locking notes.
nat[src/trunk]: src/sys/dev/pad Style change.
christos[src/trunk]: src/sys/opencrypto - acquire lock
kre[src/trunk]: src/bin/sh A better LINENO implementation. This version delete...
ozaki-r[src/trunk]: src/sys/net Synchronize on rtcache_generation with rtlock
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add fdt glue for ARM PrimeCell Advanced Aud...
skrll[src/trunk]: src/external/gpl2/dtc/dist Merge conflicts
abhinav[src/trunk]: src/share/dict Add "firewall"
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Increase total number of RX buffers on mul...
kre[src/trunk]: src/tests/bin/sh Add two new sub-tests to the c_line_wrapping te...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Fix build w/o VERBOSE_INIT_ARM
jmcneill[src/trunk]: src/sys/arch/evbarm/conf - Replace CONSADDR with SSCOM2CONSOLE i...
kre[src/trunk]: src/tests/bin/sh Guard against EVN being set, and possibly refer...
ozaki-r[src/trunk]: src/sys/netipsec Get rid of redundant NULL check (NFC)
kre[src/trunk]: src/bin/sh Fixes to shell expand (that is, $ stuff) from FreeBSD...
maxv[src/trunk]: src/sys Use two separate functions: cpu_segregs32_zero and cpu_s...
christos[src/trunk]: src/sys/dev/ic simplify previous.
maya[src/trunk]: src/sys/arch/alpha/include Explain our implementation choice for...
jdolecek[src/trunk]: src/sys/dev reintroduce ATACH_IRQ_WAIT flag for attachments usin...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern If a branch is already there, u...
skrll[src/trunk]: src/sys/arch/arm Centralise defines for DEVMAP_{ALIGN, SIZE, ENTRY...
christos[src/trunk]: src/usr.bin/m4 remove the braces I accidentally added.
skrll[src/trunk]: src/sys/arch/evbarm/evbarm splserial is an alias for splhigh now...
msaitoh[src/trunk]: src/sys/net - If if_initialize() failed in the attach function, ...
jmcneill[src/trunk]: src/sys/dev/sdmmc - Get SDIO reset working (from OpenBSD).
abhinav[src/trunk]: src/lib/libc/gen Remove trailing comma after last Nm entry in th...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - For X550 and newer, print NVM Image Vers...
msaitoh[src/trunk]: src/sys/dev/pci Whitespace fix.
nat[src/trunk]: src/sys/dev Independent blocksizes for virtual channels where a ...
abhinav[src/trunk]: src/lib/libc/locale Add towupper to the NAME section as well.
maxv[src/trunk]: src/sys/net/npf Fix a vulnerability in NPF, that allows whatever...
sevan[src/trunk]: src/dist/pf/etc Add DragonFly BSD fingerprints.
christos[src/trunk]: src/usr.sbin/makefs PR/52828: Mark Johnston: makefs UFS2 lazy in...
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Import LLVM r319952 from branche...
mrg[src/trunk]: src/sys/compat/netbsd32 include <compat/sys/siginfo.h> for sigin...
msaitoh[src/trunk]: src/sys/dev Add ixg and ixv.
abhinav[src/trunk]: src/usr.bin/newsyslog Add newsyslog.conf to the NAME section
christos[src/trunk]: src/tests/lib/libc/sys make it fail instead of hang under qemu; ...
christos[src/trunk]: src/share/man/man4 Adjust for NetBSD
kamil[src/trunk]: src/sys/compat/aoutm68k compat aoutm68k: Mark sstk(2) as OBSOL
skrll[src/trunk]: src/sys/arch/arm/broadcom G/C
jmcneill[src/trunk]: src/sys/arch/arm/dts Wrap NanoPi M1 dts to enable simplefb support.
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable emac for NanoPi M1
christos[src/trunk]: src/sys/arch/ews4800mips/conf No DDB/ksyms
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Use DRM GEM/CMA helper.
nakayama[src/trunk]: src/distrib/sets/lists/xserver Add missing catman entry.
martin[src/trunk]: src Minor tweak to the vadvise entry.
msaitoh[src/trunk]: src/sys/kern Prevent panic or hangup in softint_disestablish(), ...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Initialize drm_device bus and dma space ...
christos[src/trunk]: src/share/man/man4 PR/52848: Brad Spencer: Man pages for new dri...
kre[src/trunk]: src/share/man/man4 Make a \ go away...
is[src/trunk]: src/etc Add startup file for dhcp v6 with builtin isc-dhcp. Alas...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for A64 eMMC controller
maxv[src/trunk]: src/sys/arch/amd64/amd64 Eliminate a '.text'.
tsutsui[src/trunk]: src/sys/arch/atari/conf Regenerate config files to update RCSIds...
tsutsui[src/trunk]: src/sys/arch/atari/dev Skip NVRAM checksum check and re-initiali...
christos[src/trunk]: src/sys/kern CID-1427760: While overrun can't happen, make it ob...
maxv[src/trunk]: src/sys/netinet Adapt previous, reintroduce MH_ALIGN. It's used ...
skrll[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace
maxv[src/trunk]: src/sys/netinet6 Fix the calculation of the ICMP6 error pointer....
sevan[src/trunk]: src/usr.sbin/memswitch Restore rcstag.
maya[src/trunk]: src/sys/arch/mips/mips Clarify this is a load delay nop.
uwe[src/trunk]: src/sbin/mount_autofs It's not literal "-options" so use .Ar
yamaguchi[src/trunk]: src/distrib/notes/common Added myself.
uwe[src/trunk]: src/share/man/man4/man4.x86 Xref the right driver. .An -nosplit...
riastradh[src/trunk]: src/sys/arch/xen/xen Don't call xennet_softstart from hard inter...
maxv[src/trunk]: src/sys/netinet6 Kick zero-sized fragments. We can't allow them ...
maxv[src/trunk]: src/sys/arch/i386/conf Remove these files. No one cares about th...
pgoyette[src/trunk]: src/share/man/man4 Update attachment info - amdtemp(4) attaches ...
tsutsui[src/trunk]: src/sys/arch/atari/pci Replace CRTC register values with ones ta...
jmcneill[src/trunk]: src/sys/dev/fdt Allow set_voltage/get_voltage to succeed on a fi...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for H5 CPU and GPU thermal se...
martin[src/trunk]: src/usr.sbin/sysinst Cosmetics: fix the order of calloc() argume...
tsutsui[src/trunk]: src/sys/arch/atari/pci Explicitly setup the secondary IDE interr...
ozaki-r[src/trunk]: src Support arbitrary softint IPLs in high priority xcall
maya[src/trunk]: src/usr.bin/make Don't prefix include guards by _, suggested by ...
knakahara[src/trunk]: src/sys/opencrypto rename crypto_mtx to cryptodev_mtx
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add fdt glue for ARM PrimeCell UART (PL011).
mrg[src/trunk]: src/distrib/notes/common there are no copyright/license statemen...
jmcneill[src/trunk]: src/sys/dev/wscons Add type for ARM PrimeCell PL11x
jmcneill[src/trunk]: src/sys/arch/evbarm/vexpress Add a 1MB mapping to the MMU init t...
maya[src/trunk]: src/sys/dist/pf/net Don't invoke UB.
sborrill[src/trunk]: src/usr.sbin/service Only match first instance of name and rcvar...
macallan[src/trunk]: src/sys/arch/macppc/conf a config for PCIe PowerMac G5 models
christos[src/trunk]: src/external/bsd/byacc merge conflicts.
nat[src/trunk]: src/sys/dev/pad pad blocksize 1024 -> 8192. Helps when sleeping...
abhinav[src/trunk]: src/lib/libc/sys s/filesystem/file system/
wiz[src/trunk]: src/external/bsd/blacklist/bin Add missing argument to macro.
chs[src/trunk]: src/sys allow cv_signal() immediately followed by cv_destroy().
knakahara[src/trunk]: src/sys/opencrypto sanitize in CIOCNCRYPTM and initialize comp_a...
skrll[src/trunk]: src/external/gpl2/dtc Add a dtc2netbsd script
flxd[src/trunk]: src/sys Make VAXstation 4000 TURBOchannel adaptor work.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Correctly initialize i2cbus attach args.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Use fdtbus_intr_establish to hook in bl...
pgoyette[src/trunk]: src/sys/conf Remove the 'needs-flag' from spkr.c - it's not need...
christos[src/trunk]: src/external/bsd/tmux merge conflicts
jmcneill[src/trunk]: src/sys/dev/fdt The "ranges" property provides a means of transl...
ryo[src/trunk]: src/tests/lib/libutil add test case for new format 'f' and 'F'
jnemeth[src/trunk]: src/bin/chio typo: unvalid -> invalid
skrll[src/trunk]: src/sys/arch/arm/broadcom Fix RCSIds
jmcneill[src/trunk]: src/sys/dev/ic Set maximum supported bwfm_bss_info length
jmcneill[src/trunk]: src/sys/arch/evbarm/conf disable seeprom for now, it seems to tr...
jmcneill[src/trunk]: src/sys/dev/usb Initialize all fields in bcdc header.
sevan[src/trunk]: src regen
abhinav[src/trunk]: src/lib/libpthread Add missing function names in the NAME sectio...
wiz[src/trunk]: src/doc gdb-8.1 out.
wiz[src/trunk]: src/usr.sbin/irdaattach New sentence, new line.
msaitoh[src/trunk]: src/sys/dev/ic - If if_initialize() failed in athn_attach(), fre...
jdolecek[src/trunk]: src/sys/kern remove counter for 'journal I/O bufs biowait' - it'...
christos[src/trunk]: src/external/gpl3/gdb/dist/intl Avoid building plural.c from plu...
christos[src/trunk]: src/share/mk switch amd64 to gdb-8.0.1
hkenken[src/trunk]: src/sys/arch/arm/imx Added link up status check for valid pci de...
sevan[src/trunk]: src/sys/arch/evbarm/conf Switch BEAGLEBOARD config over to using...
abhinav[src/trunk]: src/lib/libc/time Remove comma after last Nm entry
nat[src/trunk]: src/sys/dev Allow the hwvc block size to be set to any amount wi...
christos[src/trunk]: src/sys handle siginfo requests for ptrace32
jmcneill[src/trunk]: src/sys/dev/ic Support promiscuous mode
kamil[src/trunk]: src/lib/libc/sys Deregister vadvise.S from lib/libc/sys/Makefile...
christos[src/trunk]: src/tests/lib/libc/gen/posix_spawn Fix broken test: we can't ass...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't panic when resource shortage occured...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - If MSI can't be used on some environment...
hannken[src/trunk]: src/usr.sbin/fssconfig Use stat() information to decide if the b...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Sync comments with reality.
ozaki-r[src/trunk]: src/sys/sys Check LP_BOUND is surely set in curlwp_bindx
nakayama[src/trunk]: src/distrib/sets/lists/xserver glint is enabled both xorg-server...
nakayama[src/trunk]: src/external/mit/xorg/server/drivers Remove duplicates.
ozaki-r[src/trunk]: src/sys Apply C99-style struct initialization to lockops_t
martin[src/trunk]: src Note build fallout from vadvise removal.
martin[src/trunk]: src/sys/modules/lua Fix cargo cult ioctl implementation for LUAI...
christos[src/trunk]: src/sys/ddb - add ddb.panicstackframes to avoid scrolling the in...
christos[src/trunk]: src/sys/dev/i2c add RCSID's
nakayama[src/trunk]: src/sys/arch/x86/x86 Add line break.
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Use more markup.
skrll[src/trunk]: src/sys/kern Don't take the mutex in extent_print if EX_EARLY
maya[src/trunk]: src/tests/libexec/ld.elf_so Build less of the test code if there...
wiz[src/trunk]: src/share/man/man9 Remove trailing comma from SYNOPSIS.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use decimal numbering - hex is just mis...
christos[src/trunk]: src/sys/arch/evbarm/conf XXX: Test for the new two environmental...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Make it possible for SVS to map in the ...
christos[src/trunk]: src/sys/nfs PR/40491: From Tobias Ulmer in tech-kern@:
kamil[src/trunk]: src/sbin/mount_autofs Improve the mount_autofs(8) stub documenta...
flxd[src/trunk]: src/sys/arch/mips/mips Use right variable as revealed by previou...
pgoyette[src/trunk]: src/sys/kern Fix a comment. NFC
maya[src/trunk]: src/sys/arch/mips/mips Add whitespace for clarity.
kre[src/trunk]: src/doc Note update to tzdata2018c
christos[src/trunk]: src/lib/libc/time Merge tzcode2018c [ changelog with changes to ...
maxv[src/trunk]: src/sys Several fixes in L2TP:
pgoyette[src/trunk]: src/sys/dev/pad Fix typo in previous. mea culpa, mea culpa, mea...
sevan[src/trunk]: src/sys/fs/msdosfs Need strings.h for ffs()
maxv[src/trunk]: src/sys/arch/i386/i386 Sync with amd64, in particular, add END()...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use testb, faster.
maxv[src/trunk]: src/sys/arch/i386 Declare INTR_RECURSE_HWFRAME, same as amd64.
pgoyette[src/trunk]: src/sys/netinet6 More simplification, this time from ozaki-r@
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
knakahara[src/trunk]: src/sys/dev/pci Make wm(4) watchdog MP-safe. There is almost no ...
maxv[src/trunk]: src/sys/netinet6 Style, localify, constify, and reorder a bit. N...
maxv[src/trunk]: src/sys/netinet6 Remove a misleading instruction. We don't care ...
msaitoh[src/trunk]: src/sys Fix KASSERT panic. When detaching USB host controoler, t...
maxv[src/trunk]: src/sys/fs/nfs/common Remove unused (and a reference to ovbcopy ...
mrg[src/trunk]: src/sys/arch/sparc/sparc "save fp ipi" is an interrupt type coun...
palle[src/trunk]: src/sys/arch/sparc64/doc sun4v: Update TODO with a detailed desc...
knakahara[src/trunk]: src/sys/net fix no INET6 build.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set baudrate correctly. A device which use...
christos[src/trunk]: src/sys/netinet join lines where they fit.
ozaki-r[src/trunk]: src/sys/netipsec Change the prefix of function names of SADB API...
abhinav[src/trunk]: src/lib/libc/gen Add getpass_r and getpassfd to the NAME section...
ozaki-r[src/trunk]: src/sys/netipsec Rename IPSEC_PCBHINT_MAYBE to IPSEC_PCBHINT_UNK...
jmcneill[src/trunk]: src/sys Allow platform code to specify the UART frequency for co...
jmcneill[src/trunk]: src/sys/dev/ic Trigger a software interrupt if any packets were ...
msaitoh[src/trunk]: src/sys/dev/pci - Correct NVM word size check in wm_nvm_version(...
christos[src/trunk]: src/share/man/man8 fix crossrefs
jmcneill[src/trunk]: src/sys/arch/arm/samsung Fix exynos5 devmap, bootstrap, and impl...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove ODROID-U and ODROID-XU kernel co...
pgoyette[src/trunk]: src/sys/dev/wscons Nothing needs the NWSBELL flag, so don't both...
riastradh[src/trunk]: src/sys/kern Add heading comment for private localcount_adjust s...
macallan[src/trunk]: src/sys/arch/macppc/conf add wsfont now that it's actually usabl...
jdolecek[src/trunk]: src/sys/dev/ata revert the logic for wdc_wait_for_unbusy() in wd...
christos[src/trunk]: src/usr.sbin/npf/npfd Treat EOF as a condition to re-open the pc...
spz[src/trunk]: src/external/bsd/wpa/dist apply patches from upstream, namely fr...
rjs[src/trunk]: src/sys Make SCTP work when IPSEC is also defined.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Protect ec_multi* with mutex like other MP...
ozaki-r[src/trunk]: src/sys/net Turn on D_MPSAFE flag of bpf_cdevsw that is already ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use cmpw.
christos[src/trunk]: src/external/bsd/tmux/dist CHANGES FROM 2.5 TO 2.6, 05 October 2017
jdolecek[src/trunk]: src/sys/dev/ata do not use the NCQ priority by default; seems it...
msaitoh[src/trunk]: src/sys If if_attach() failed in the attach function, return.
kre[src/trunk]: src/external/public-domain/tz/dist Merge tzdata2017c
abhinav[src/trunk]: src/lib/libc/cdb Remove cdbr_write from NAME section, it's a lef...
skrll[src/trunk]: src/sys/arch/arm/cortex Improve delay to be better than 1.3 inna...
abhinav[src/trunk]: src/lib/libc/sys Add clock_getcpuclockid to the NAME section
utkarsh009[src/trunk]: src/sys [syzkaller] Cast all the printf's to (void *)
utkarsh009[src/trunk]: src/sys/ufs/ufs [syzkaller] Cast all the printf's to (void *)
utkarsh009[src/trunk]: src/share/man/man9 Update the return type of printf(9)
utkarsh009[src/trunk]: src/sys/uvm [syzkaller] Fix for PR #52658 as suggested by riastr...
abhinav[src/trunk]: src/lib/libedit Add NULL check after doing memory allocation at ...
msaitoh[src/trunk]: src/sys/dev/pci Add missing return to print the Slot Power Limit...
christos[src/trunk]: src/external/bsd/byacc/dist Import byacc 20170430
christos[src/trunk]: src/external/gpl2/dtc/dist Make this compatible with byacc
christos[src/trunk]: src/lib/librumphijack since ln(1) now uses linkat(2) provide a d...
kre[src/trunk]: src/bin/sh Unbreak (at least) i386 build .... I have no idea why...
abhinav[src/trunk]: src/sbin s/filesystem/file system/
kre[src/trunk]: src/tests/bin/sh Complete the special request by quoting chapter...
christos[src/trunk]: src/sys/dev remove my copyright.
mrg[src/trunk]: src/usr.bin/gzip update copyright strings.
snj[src/trunk]: src/external/gpl2/groff/tmac 8.0 update, and add 9.0 for THE FUTURE
christos[src/trunk]: src/external/bsd/lutok/lib/liblutok allow build to proceed despi...
mrg[src/trunk]: src/sys/compat/common remove check for netbsd 1.5 without 5.0. ...
maxv[src/trunk]: src/sys compat_util.c must be compiled by default in the kernel....
nat[src/trunk]: src/sys/dev Convert double block size of data though the play ba...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Use Timer 2 instead of the 64-bit counter...
ozaki-r[src/trunk]: src/sys/net Show ARP/NDP caches as LLINFO not LLDATA for backwar...
skrll[src/trunk]: src/sys/dev/usb Whitespace
kamil[src/trunk]: src/sys/compat/sunos32 compat sunos32: Drop the sstk(2) syscall
utkarsh009[src/trunk]: src/sys/arch/x86/x86 [syzkaller] Cast all the printf's to (void *)
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb bring back all our foonbsd-{nat, t...
christos[src/trunk]: src/sys/arch need sigtypes.h for sigset_t, since <sys/siginfo.h>...
christos[src/trunk]: src/sys/dev/pci regen
abhinav[src/trunk]: src/share/man/man9 Remove comma after last Nm entry
maxv[src/trunk]: src/doc/roadmaps USER_LDT done.
wiz[src/trunk]: src/share/man/man9 Fix non-macro. Properly end list.
abhinav[src/trunk]: src/lib/libexecinfo Add rest of the functions from the SYNOPSIS ...
abhinav[src/trunk]: src/lib/libpthread Add rest of the pthread_barrier functions in ...
kamil[src/trunk]: src/sys/compat/sunos32 compat/sunos32: Drop SYS_vadvise
msaitoh[src/trunk]: src/sys/arch/amiga/dev rt_init() in a comment must be rh_init()....
skrll[src/trunk]: src/sys/arch/aarch64/include Trailing whitespace
maxv[src/trunk]: src/sys/lib/libsa Make sure we're loading a relocatable binary, ...
ginsbach[src/trunk]: src/share/misc Add board support package - BSP
jakllsch[src/trunk]: src/sys/dev/usb Add RT Systems RTS-03 USB to Serial Adapter
christos[src/trunk]: src/tests/lib/librt fix priority tests for SCHED_OTHER
christos[src/trunk]: src/usr.bin/xlint Don't print duplicate definitions for inline s...
ozaki-r[src/trunk]: src/tests/rump Add a test case for workqueue_wait
skrll[src/trunk]: src/sys/arch/arm/arm32 KNF
martin[src/trunk]: src/tests/libexec/ld.elf_so Skip all tests on architectures w/o ...
skrll[src/trunk]: src/sys/arch/evbarm/rpi Need to map 512MB for some RPIs
maxv[src/trunk]: src/sys/arch/amd64/amd64 Improve two comments and a KASSERT.
christos[src/trunk]: src/external/cddl/osnet/dist/tools/ctf/cvt add trivial handling ...
rin[src/trunk]: src/sys/dev/wscons Correct wrong assertion code introduced by re...
martin[src/trunk]: src/sys/dev/wscons Try to fix previous to make it compile.
christos[src/trunk]: src/sys/dev/pci CID-1427736: Appease coverity using KASSERT
maxv[src/trunk]: src/sys/kern Style, no functional change.
maxv[src/trunk]: src/sys/kern Style and clarify.
ozaki-r[src/trunk]: src/sys/netipsec KNF: replace soft tabs with hard tabs
ozaki-r[src/trunk]: src/sys/net Fix a return value of rt_update_prepare
sevan[src/trunk]: src drop main() prototype
wiz[src/trunk]: src/share/man/man4 Remove Tn.
kre[src/trunk]: src/external/public-domain/tz/dist Merge tzdata2018c
christos[src/trunk]: src/sys/arch/x86/pci Add amdzentemp from FreeBSD via Ian Clark
pgoyette[src/trunk]: src/share/man/man4/man4.x86 Some clean-up on the HISTORY and AUT...
christos[src/trunk]: src/sys/arch/powerpc/booke fix printf format.
christos[src/trunk]: src/sys/arch/x86/pci provide an intermediate "bus" for the modul...
maxv[src/trunk]: src/sys/arch Remove DO_DEFERRED_SWITCH and DO_DEFERRED_SWITCH_RE...
maxv[src/trunk]: src/sys/arch/amd64/include Put the default %cs value in INTR_REC...
pgoyette[src/trunk]: src/sys/arch/i386/stand/lib Recent changes have increased the nu...
maya[src/trunk]: src/usr.sbin/sysinst Fix copy paste error. from coverity.
christos[src/trunk]: src/sys/kern - don't return ENOMEM for errors not related to memory
maxv[src/trunk]: src/sys/netinet6 Fix two pretty bad mistakes. If ipsec6_check_po...
macallan[src/trunk]: src/sys/arch/macppc/dev remove some leftover references to ki2c ...
jakllsch[src/trunk]: src/sys/arch Add sun6i SPI driver.
maxv[src/trunk]: src/sys/netinet6 Fix the ICMP error code. rh was obtained via IP...
mrg[src/trunk]: src/tools/gcc pullout port_specific_symbol_files from libstdc++.
msaitoh[src/trunk]: src/sys/dev/pci - Fix panic in xhci_pci_detach() if xhci_pci_att...
jakllsch[src/trunk]: src/sbin/drvctl Revert functional changes in previous, at expens...
jmcneill[src/trunk]: src/sys/dev/fdt Add helper for parsing display timings.
kre[src/trunk]: src/bin/sh The correct usage of recordregion() is (begin, end) n...
maya[src/trunk]: src/sys/arch/ia64/stand/common reorder to avoid null deref befor...
maxv[src/trunk]: src/sys/arch Add support for SMAP on amd64.
isaki[src/trunk]: src/sys/dev Fix return value. fo_kqfilter is expected to return...
maxv[src/trunk]: src/doc SMAP on amd64.
christos[src/trunk]: src/lib/libc/include Add an explanation of how namespace.h works.
pgoyette[src/trunk]: src/external/bsd/nvi/dist/vi Remove superfluous space character.
abhinav[src/trunk]: src/lib/libpthread Add pthread_getattr_np to the NAME section
abhinav[src/trunk]: src/lib/libpthread Add missing word in the sentence
msaitoh[src/trunk]: src/sys/arch/usermode/include Fix compile error. Use const corre...
msaitoh[src/trunk]: src/sys If error occured in the attach function, free resources ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Change SUNXI_MMC_DEBUG to a bitmask, allo...
knakahara[src/trunk]: src/sys/dev/pci fix wm(4) vlan panic. Reported and tested by Tom...
kre[src/trunk]: src/doc Note tzdata2017c
abhinav[src/trunk]: src/lib/libc/atomic Add membar_datadep_consumer to the NAME section
sevan[src/trunk]: src/sys/arch/evbarm/conf Switch BEAGLEBOARDXM config over to usi...
abhinav[src/trunk]: src/lib/libc/hash/sha2 Add sha_224, sha_384 and sha_512 family o...
nat[src/trunk]: src/sys/dev Fix volume botch.
hannken[src/trunk]: src/sys A vnode is usually called "active", if it has an associa...
skrll[src/trunk]: src/sys/arch/arm/cortex Initialise all the SGI/PPI priorities fo...
kre[src/trunk]: src/bin/sh Another arithmetic expansion recordregion() fix, this...
christos[src/trunk]: src/tools Add dtc
macallan[src/trunk]: src/sys/arch/macppc/conf SMU config goo
jmcneill[src/trunk]: src/sys/dev/sdmmc Fix a race between ld_sdmmc_start and ld_sdmmc...
chs[src/trunk]: src/sys/arch if __HIDE_DELAY is defined, do not define delay() o...
skrll[src/trunk]: src/sys/arch/mips/mips Maintain the split of physical memory int...
flxd[src/trunk]: src/sys/dev/tc Fix missing TC bus speed.
pgoyette[src/trunk]: src/sbin/fsck_lfs Update inode member i_flag --> i_state to keep...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Avoid divide-by-zero for unconfigured PLLs
nat[src/trunk]: src/sys/dev Revert back to a 16 bit phase counter - stops overfl...
pgoyette[src/trunk]: src/distrib/sets/lists/modules Add new wsbell(4) module to the s...
pgoyette[src/trunk]: src/sys/modules Descend into SUBDIR to actually build the wsbell...
kre[src/trunk]: src/etc As (briefly) discussed on current-users, change the way ...
mrg[src/trunk]: src/doc - add entries for: httpd, lpr, midirecord, and pigz to me
chs[src/trunk]: src/sys/arch/powerpc/include apply the same change for powerpc a...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb/tui Don't core dump when the wind...
msaitoh[src/trunk]: src/sys/dev/pci Add VGA 16bit decode bit into the PCI bridge con...
ozaki-r[src/trunk]: src/sys/net Revert "Spinkle __noinline to some non-performance-s...
christos[src/trunk]: src/distrib/sets/lists/man add an MI intro page (from FreeBSD)
kamil[src/trunk]: src/sys/compat/netbsd32 Sync syscalls.master in compat_netbsd32(...
kamil[src/trunk]: src/external/gpl3/gdb.old/dist/sim/ppc gdb.old: Add missing */
wiz[src/trunk]: src/share/man/man4 Fix xref, remove trailing comma and whitespace.
jakllsch[src/trunk]: src/sys/dev/usb Add West Mountain Radio RIGblaster. From OpenBS...
christos[src/trunk]: src/sys/kern Merge the code back; the problem was that since we ...
maxv[src/trunk]: src/sys/lib/libsa Constify offset, it must not change.
pgoyette[src/trunk]: src/sys Add infrastructure for modularization of audio, midi, an...
chs[src/trunk]: src localcount_init() can't fail because percpu_alloc() can't fail.
jmcneill[src/trunk]: src/sys/dev/fdt Rewrite interrupt-map support based on ePAPR spec.
jmcneill[src/trunk]: src/sys/arch Add driver for ARM Motherboard Express uATX system ...
nat[src/trunk]: src/sys/dev/pad Simplification of rate limiter. It now works un...
abhinav[src/trunk]: src/lib/libc/sys Add FD_SET, FD_CLR, FD_ISSET and FD_ZERO to the...
abhinav[src/trunk]: src/lib/libc/sys Add sigqueueinfo to the NAME section
abhinav[src/trunk]: src/lib/libc/time Add offtime_r to the NAME section
ginsbach[src/trunk]: src/lib/libc/stdlib PR lib/50316: Gracefully handle a zero numbe...
christos[src/trunk]: src/doc new gdb
christos[src/trunk]: src/tools/gdb we want no-iconv for the tools build, but we want ...
christos[src/trunk]: src/share/mk switch everyone to gdb-8.0.1
khorben[src/trunk]: src/sys/dev/usb Fix typo in a comment
ozaki-r[src/trunk]: src/sys/rump/librump/rumpkern rump: check if the mutex is surely...
skrll[src/trunk]: src/sys/arch/arm/cortex Trailing whitespace
kre[src/trunk]: src/bin/sh In addition to previous the which fixed a (harmless) ...
maxv[src/trunk]: src/sys/arch/amd64/include gc unused
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0 with the follow...
maxv[src/trunk]: src/sys Don't use macros, rather inline, much clearer.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't declare exceptions[] with IDTVEC, ...
christos[src/trunk]: src/sys/arch/arm/arm PR/52934: Yasushi Oshima: Apply the erratum...
christos[src/trunk]: src/sys/dev/wsfb CID-1427771: Remove incorrect pre-condition (in...
joerg[src/trunk]: src/usr.sbin/fstyp Ignore pragma warnings with clang for the zfs...
kamil[src/trunk]: src Add mount_autofs(8) from DragonFly BSD
jakllsch[src/trunk]: src/sys/arch/arm/sunxi Adjust comment; sun4i_emac is also used o...
christos[src/trunk]: src/share/mk white space for readability.
jdolecek[src/trunk]: src/sys/arch/xen/conf xen has separate list, update here also fo...
maxv[src/trunk]: src/sys/netinet Don't use global variables, that's obviously inc...
maxv[src/trunk]: src/sys Style, localify, remove XXX when there's no issue, and s...
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2018c from ftp:/...
skrll[src/trunk]: src/sys/arch/arm arm26 is gone.
maxv[src/trunk]: src/sys/netinet6 Several changes:
ozaki-r[src/trunk]: src/sys/netinet6 Get rid of unnecessary splsoftnet (redo)
maxv[src/trunk]: src/doc SMAP on i386.
maxv[src/trunk]: src/sys/arch/i386/i386 style
rin[src/trunk]: src Shrink ramdisk to fit INSTALL kernel within 5MB:
christos[src/trunk]: src/sys/dev/pci add an annotation.
maxv[src/trunk]: src/sys/netinet6 Try to sound a little less pessimistic, there i...
msaitoh[src/trunk]: src/sys/dev/pci Cleanup:
macallan[src/trunk]: src/sys/dev/i2c add driver for Maxim DS1631 High-Precision Digit...
mrg[src/trunk]: src/external/gpl3/gcc updates for GCC 6.4.0:
christos[src/trunk]: src/external/bsd/cron/dist split out the child runner.
mrg[src/trunk]: src/games fix issues found by GCC 6.4:
christos[src/trunk]: src/tools/gcc Be more selective about what to quote-quote: only ...
sevan[src/trunk]: src/external/bsd/blacklist/bin Improve wording.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Allow plfb to be the console device
knakahara[src/trunk]: src/sys/opencrypto apply the same fix as crypto.c:r1.83 for cryp...
skrll[src/trunk]: src/doc Document current dtc/libfdt status (even if it is a mess)
skrll[src/trunk]: src/external/gpl2/dtc/dist Reduce number of ALIGN macros defines...
msaitoh[src/trunk]: src/sys/dev/mii - Add some bit definitions:
skrll[src/trunk]: src/sys/uvm/pmap Use __BIT(). No functional change.
wiz[src/trunk]: src/bin/sh New sentence, new line. Whitespace.
christos[src/trunk]: src/sys/opencrypto Put back crypto_checkdriver(); use it when we...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable aaci
skrll[src/trunk]: src/sys/external/bsd/libfdt/dist Merge conflicts
abhinav[src/trunk]: src/doc SQLite 3.19.3 is out
kre[src/trunk]: src/bin/sh (Perhaps) temporary fix to pkgtools (cwrappers) build...
ozaki-r[src/trunk]: src/sys/netipsec Simplify; we can assume the arguments are alway...
jmcneill[src/trunk]: src/sys/arch Attach Tegra124 DVFS to /cpus/cpu0 now that another...
jmcneill[src/trunk]: src/sys/arch FDT-ize "delay" by having fdt_machdep provide the d...
macallan[src/trunk]: src/sys/dev/pci enable font loading and screen resizing, now tha...
christos[src/trunk]: src/distrib/notes/common remove me.
mbalmer[src/trunk]: src/share/misc it's Rorschach, not Rorshach
maya[src/trunk]: src/sys/ufs/lfs Move definition of IN_ALLMOD near the flag it's ...
abhinav[src/trunk]: src/external/cddl/osnet/dist/cmd/dtrace Fix the trailing space i...
chs[src/trunk]: src/sys/kern obey the executable's ELF alignment constraints for...
flxd[src/trunk]: src/sys/arch/shark/ofw Let vlpci attach instead of ofbus. OK jak...
abhinav[src/trunk]: src/doc Update current version of mandoc to 1.14.3
maxv[src/trunk]: src/sys Make sure the 32bit LWPs don't have MDL_IRET set. That's...
maya[src/trunk]: src Add endian.h header. Simply includes sys/endian.h
bouyer[src/trunk]: src/sys/arch/arm/vfp We KASSERT((fregs->vfp_fpexc & VFP_FPEXC_EN...
maxv[src/trunk]: src/sys/arch/amd64/amd64 fix comment, rdx, not edx
msaitoh[src/trunk]: src/sys/arch/x86/include Add Turbo Boost Max Technology 3.0 bit.
jmcneill[src/trunk]: src/sys/dev/usb Match BUFFALO CEWL-1 (Sony UWA-BR100 WLAN)
maya[src/trunk]: src/sys/dev/hdaudio Remove dead code.
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch Update from Intel SDM:
macallan[src/trunk]: src/sys/dev/pci set display output parameters according to prope...
skrll[src/trunk]: src/sys/arch/sgimips/conf Align MEMORY_ROOT_DISK_SIZE with INSTA...
christos[src/trunk]: src/external/bsd/cron Apply selected patches from OpenWall:
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Fix KERNEL_BASE_PHYS (how did this ever...
joerg[src/trunk]: src/external/bsd/cron/dist Do not partially initialize a static ...
roy[src/trunk]: src/external/bsd/dhcpcd Replace @DATADIR@ with /usr/share/exampl...
msaitoh[src/trunk]: src/sys/dev/pci On I219, drop TARC0 bit 28 for DMA hang workarou...
jmcneill[src/trunk]: src/sys/dev/ic Fix an alignment problem with scan results within...
maxv[src/trunk]: src/sys/arch Improve our segregs model. Pass 3/3.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add mmcpwrseq
abhinav[src/trunk]: src/usr.bin/gzip Add gunzip and zcat to the NAME section as well
msaitoh[src/trunk]: src/sys/arch/arm/broadcom If error occured in bcmeth_ccb_attach(...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix swapped BUS_DMASYNC_POST{READ, WRITE} ...
ozaki-r[src/trunk]: src/doc Mention ec_multi*
abhinav[src/trunk]: src/lib/libc/net Add freeifaddrs to the NAME section
utkarsh009[src/trunk]: src/distrib/notes/common Add myself at the right place :-P
abhinav[src/trunk]: src/lib/libc/sys Add fktrace to the NAME section
joerg[src/trunk]: src Revert printf return value change.
maxv[src/trunk]: src/sys/arch/x86/x86 Mmh, restore PG_G on the direct map, we sti...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb/config/i386 need more files
pgoyette[src/trunk]: src/sys/rump/dev/lib/libpad Now that the pad module has an iocon...
jmcneill[src/trunk]: src/sys/dev/fdt Support cpu nodes without a cpu-supply property.
pgoyette[src/trunk]: src/share/man/man9 Explicitly note that the required argument to...
jmcneill[src/trunk]: src/sys/dev/wscons Add WSDISPLAY_MULTICONS option which allows w...
kamil[src/trunk]: src/sys/compat/freebsd compat freebsd: Drop the sstk(2) syscall
nakayama[src/trunk]: src/sys/arch/sparc64/conf files.ofw is now mandatory, so use its...
kamil[src/trunk]: src Drop <sys/vadvise.h>
kamil[src/trunk]: src/distrib/sets/lists/comp Try to correct removal of <sys/vadvi...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't panic when resource shortage occured...
plunky[src/trunk]: src/usr.bin/btpin consistent style: connect(2), socket(2) and se...
hannken[src/trunk]: src/sys/dev Pass residual back to b_resid for persistent snapshots.
maxv[src/trunk]: src Build and install the prekern by default. I didn't build a full
ryoon[src/trunk]: src/sys/arch/amd64/stand/prekern Use ldscript from src to fix bu...
rin[src/trunk]: src/sys/arch Disable nouveau for INSTALL as in a similar manner ...
christos[src/trunk]: src/lib/libc/sys use __USE()
ozaki-r[src/trunk]: src/tests/rump/kernspace Tweak use of cv_timedwait
maxv[src/trunk]: src/sys/arch/x86/include typos
christos[src/trunk]: src/share/man document ddb.panicstackframes
christos[src/trunk]: src/sys/dev/i2c Fix modules build.
christos[src/trunk]: src/bin/sh initialize just used and prev_job
dholland[src/trunk]: src/lib/libc/stdio Fix plurals.
maxv[src/trunk]: src/sys/kern Detect use-after-frees on mbufs with external stora...
skrll[src/trunk]: src/sys/arch/evbarm/rpi Remove unnecessary #includE
maxv[src/trunk]: src/sys/arch Group the different TSSes into a cpu_tss structure....
maxv[src/trunk]: src/sys/arch Allocate the TSS area dynamically. This way cpu_inf...
tsutsui[src/trunk]: src/sys/arch/atari/conf Restore piixide(4) for Milan and disable...
alnsn[src/trunk]: src/share/misc Add KASLR.
christos[src/trunk]: src/sys/kern CID-1427768: Off by one
skrll[src/trunk]: src/sys/arch/arm/broadcom Pass PMAP_WRITE_COMBINE as appropriate...
maxv[src/trunk]: src/sys/netinet6 Style, and four fixes:
sevan[src/trunk]: src/share/man/man8 regen
sevan[src/trunk]: src/usr.sbin More K&R style prototypes missed in the previous run
maxv[src/trunk]: src/sys/netipsec Add missing NULL check. Normally that's not tri...
ozaki-r[src/trunk]: src/sys/net Fix another deadlock
uwe[src/trunk]: src/share/man/man4 Formatting fixes.
pgoyette[src/trunk]: src/sys/kern Bounds checking - CID/1428650
sevan[src/trunk]: src/usr.sbin/makefs/msdos Need strings.h for ffs()
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Apply RTL8211E "no-tx-delay" workaround t...
flxd[src/trunk]: src/sys/arch Fix more printf format strings for mfspr() (hi mrg).
maya[src/trunk]: src/libexec/httpd Use a protocol-agnostic URL (don't degrade HTT...
msaitoh[src/trunk]: src/sys/dev/usb Avoid panic while detaching xhci. The xhci drive...
jakllsch[src/trunk]: src/sys/dev/ic remove unused softc variables
maxv[src/trunk]: src/sys/netinet6 Style, and remove the 'len' argument from mld_a...
maxv[src/trunk]: src/sys/netipsec Replace ovbcopy -> memmove, same.
maxv[src/trunk]: src/sys/netinet6 Style, no functional change.
mrg[src/trunk]: src/external/gpl3/gcc install into gcc-6 subdir.
christos[src/trunk]: src switch everyone to openssl.old
mrg[src/trunk]: src/external/gpl3/gcc mknative-gcc for alpha, earm, i386, mips64...
maya[src/trunk]: src/external/bsd/pkg_install/dist Import pkg_install-20171030
mrg[src/trunk]: src fixes for GCC 6.4:
mrg[src/trunk]: src updates for GCC 6.4:
kre[src/trunk]: src/sys/arch/xen/conf Copy maxv's files.i386 change to files.xen...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
kamil[src/trunk]: src/lib/libc/sys Update the EV_SET() description with newer impl...
msaitoh[src/trunk]: src/sys/dev/pci Fix to print the following bit fields correctly.
knakahara[src/trunk]: src/sys/net vlan(4) MP-ify. contributed by s-yamaguchi@IIJ, thanks.
kre[src/trunk]: src/bin/sh Undo some over agressive fixes for a (pre-commit) bug...
jmcneill[src/trunk]: src/sys/dev/ic The sdmmc layer will send single requests up to M...
ozaki-r[src/trunk]: src/tests/net Add IPSEC_KEY_DEBUG
jmcneill[src/trunk]: src/sys/arch Switch VEXPRESS_A15 kernel to use FDT and GENERIC.c...
skrll[src/trunk]: src/sys/arch/arm/arm Fix up some instructions. Prompted by chuq.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add framebuffer support.
kre[src/trunk]: src/bin/sh Improve the (new) LINENO section, markup changes (wit...
uwe[src/trunk]: src/lib/libc/stdio Don't use "NULL" to talk about null-terminate...
skrll[src/trunk]: src/tools/dtc Update for new libfdt location
chs[src/trunk]: src/sys/dev do not expose kernel-internal structure definitions ...
abhinav[src/trunk]: src/lib/libc/sys Insert missing word
jakllsch[src/trunk]: src/sys/arch Adjust Allwinner emac(4) drivers to be compatible w...
christos[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon PR/52292: Shinichi Doyash...
pgoyette[src/trunk]: src/sys/dev/wscons For now, #include wsdisplay.h to get the defi...
abhinav[src/trunk]: src/lib/libc/sys Fix typo
kre[src/trunk]: src/bin/sh NFC: Code style only. Rather than being perverse an...
snj[src/trunk]: src/doc note netbsd-8
maya[src/trunk]: src/sys/ufs/lfs Correct confusion between i_flag and i_flags
msaitoh[src/trunk]: src/sys/net No functional change:
skrll[src/trunk]: src/sys/arch/arm/cortex Clean out some #if 0'ed or //'ed code
skrll[src/trunk]: src/sys/arch/arm/broadcom Simplify array initialisation
maxv[src/trunk]: src/sys/arch/x86/x86 Remove this #undef on native amd64, but kee...
pgoyette[src/trunk]: src/bin/sh Fix typo: s/one or mode/one or more/
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch - Print ci_feat_val[5] (Structured Exte...
skrll[src/trunk]: src/sys/arch/arm/arm32 Fix eva argument to pmap_remove and passe...
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that the TPH ST table is decoded even ...
jdolecek[src/trunk]: src/sys/dev/pci actually 0680 uses different chip map func, whic...
jmcneill[src/trunk]: src/etc Update contact info for changes to this file.
jmcneill[src/trunk]: src/sys/dev/fdt Add support for simple MMC power sequence provid...
skrll[src/trunk]: src/sys/dev/usb KNF
skrll[src/trunk]: src/sys/arch/i386/conf Add bwfm (and sort other 802.11 usb wifi ...
kre[src/trunk]: src/tests/lib/libc/time Remove bogus errno checks, mktime() (and...
jmcneill[src/trunk]: src/sys/net set IFEF_MPSAFE
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb/config/i386 more files
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb avoid re-definition
maxv[src/trunk]: src/sys/compat/common Build these functions regardless of whethe...
joerg[src/trunk]: src/external/bsd/llvm Update for LLVM/Clang 5.0.1.
christos[src/trunk]: src/tests/lib/libc/gen/posix_spawn Don't use SCHED_OTHER.
kamil[src/trunk]: src/sys/compat/aoutm68k compat/aoutm68k: Drop SYS_sbrk
wiz[src/trunk]: src/share/man/man9 Fix xref. Remove unnecessary Tn.
skrll[src/trunk]: src/sys/arch/evbarm/fdt Remove unnecessary #include
nat[src/trunk]: src/sys/arch/arm/sunxi The reset bit for the analog portion of t...
ozaki-r[src/trunk]: src/sys/netinet Fix usage of curlwp_bind in ip_output
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Apply RTL8211E 'no-rx-delay' workaround o...
christos[src/trunk]: src/sys/arch/ews4800mips/conf Build compat code for RAMDISK as a...
kamil[src/trunk]: src/lib/libc/sys libc: Add a dummy implementation of vadvise()
joerg[src/trunk]: src/libexec/ld.elf_so/arch/sparc64 Since GNU ld doesn't honor th...
kamil[src/trunk]: src/sys Refactor pipe1() and correct a bug in sys_pipe2() (SYS_p...
christos[src/trunk]: src/lib/libpthread Needs to be protected since it has a timespec...
jmcneill[src/trunk]: src/sys/external/bsd/drm2 Implement the DRM GEM/CMA helpers. The...
kamil[src/trunk]: src/tests/lib/libc/sys atf: ptrace: Temporarily disable signal3 ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fallback from MSI-X to MSI or INTx if MSI-...
christos[src/trunk]: src/sys/arch/arm/broadcom PR/52848: Brad Spencer: Comment out KA...
sevan[src/trunk]: src/doc While SH3 is no longer an exception, m68000 still is.
christos[src/trunk]: src/sys/kern Don't release the lock in the PR_NOWAIT allocation....
martin[src/trunk]: src/sys PR port-alpha/52520: provide float64 -> uint64 conversio...
maxv[src/trunk]: src/sys/compat/linux/arch/amd64 Use the default %cs, and mask th...
christos[src/trunk]: src/lib/libedit Only FLUSH if we are ending libedit; DRAIN if we...
khorben[src/trunk]: src/sys/dev/hdaudio Fix off-by-one when calling snprintf(9) in h...
maxv[src/trunk]: src/sys/arch/xen/conf Fix the build, on Xen too amd64_trap.S nee...
wiz[src/trunk]: src/sbin/mount_autofs Add RCS Id, simplify wording, sort.
sevan[src/trunk]: src/sys/arch Alternate buffer queue strategies no longer conside...
sevan[src/trunk]: src/usr.sbin ansify - drop the K&R style prototypes & implementa...
christos[src/trunk]: src/sys/net/agr Add locking.
pgoyette[src/trunk]: src/share/man/man4/man4.x86 Add missing article 'a'
uwe[src/trunk]: src/share/man/man4/man4.x86 New sentence - new line. Sort secti...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Zero out the scratch value in the UTLS ...
pgoyette[src/trunk]: src/sys/kern Ensure that dev is not NULL - CID/1428649
sevan[src/trunk]: src/sys/arch/macppc/dev Fix issue with audio being downpitched, ...
kardel[src/trunk]: src/sys/arch/x86/pci rescan amdsmnbus instead of amdsmn (fixes p...
pgoyette[src/trunk]: src/share/man/man4/man4.x86 Update attachment details for amdzen...
hannken[src/trunk]: src/sys/ufs/ufs Make sure inode blocks and size are zero when VO...
mlelstv[src/trunk]: src/sys/arch/x86/x86 Compute Core/SMT-IDs for AMD family 17h (Ry...
pgoyette[src/trunk]: src/sys/netinet6 One more from christos@
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.1
sevan[src/trunk]: src/sys/ufs/chfs Drop commended out include to a hardcoded path ...
ozaki-r[src/trunk]: src/sys/net Prevent rt_free_global.wk from being enqueued to wor...
maxv[src/trunk]: src/sys/netinet6 Style, localify, remove dead code, and fix typo...
kamil[src/trunk]: src/external/gpl3/gcc/usr.bin/include Install GCC (gcc) headers ...
mrg[src/trunk]: src/external/gpl3/gcc/dist merge GCC 6.4.0. sanitizer stuff is ...
pgoyette[src/trunk]: src/tests/kernel * Use 'struct testmsg' rather than 'struct myms...
mrg[src/trunk]: src updates for GCC 6.4: add gcc-6 specific headers, combine some
mrg[src/trunk]: src/dist/pf/sbin/pfctl fix two issues found by GCC 6.4:
christos[src/trunk]: src/tools/gdb Changes for gdb-8.0.1
christos[src/trunk]: src/share/man/man4/man4.x86 Fix .Xr
para[src/trunk]: src/sys/netinet pool_init does not copy its name argument
martin[src/trunk]: src/sys/arch/i386/stand/misc Update to rawrite32 1.0.5 (new sign...
christos[src/trunk]: src/sys/arch/i386/include - prevent optimization from omitting t...
manu[src/trunk]: src/external/bsd/dhcp/dist/relay Fix buggy dhcrelay(8) requireme...
abhinav[src/trunk]: src/external/cddl/osnet/dist/cmd/dtrace Undo the previous
mbalmer[src/trunk]: src/doc Fix a typo, i366 -> i386.
kre[src/trunk]: src/bin/sh Fix a typo (or rather a remnant of an earlier intent).
kre[src/trunk]: src/bin/sh I am an idiot... revert the previous unintended commit.
skrll[src/trunk]: src/external/gpl2/dtc/dist Import of DTC from DTC version 1.4.4
flxd[src/trunk]: src/share/man/man4 Add TC-USB.
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Descend the page tree from L4 t...
rjs[src/trunk]: src/sys/netinet Wrap pcb list check with #ifdef DEBUG.
ozaki-r[src/trunk]: src/tests/net Show packet counters
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el regen after new ...
chs[src/trunk]: src/sbin/fsck_lfs this file uses the <sys/queue.h> macros so it ...
bouyer[src/trunk]: src/tests/net/can Test bind()ing to a non-existent interface.
ozaki-r[src/trunk]: src/sys/netipsec Don't relook up an SP/SA in opencrpyto callbacks
nat[src/trunk]: src/sys/dev/usb Start as half as many transfers for recording. ...
ryo[src/trunk]: src add support for i.MX6UltraLite, and
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add delay and enable mct timecounter.
pgoyette[src/trunk]: src/sys/dev Implement xxx_rescan() and xxx_childdet() functions; ...
chs[src/trunk]: src/sys remove checks for failure after memory allocation calls ...
jmcneill[src/trunk]: src/sys/dev/ic Add flags to control IRQ polarity and buffer type...
jmcneill[src/trunk]: src/sys/dev/ic Separate clock frequency from maximum supported b...
martin[src/trunk]: src/sys/arch/i386/conf PR port-i386/52774: vioscsi missing in i3...
snj[src/trunk]: src/sys/sys fix typo in comment
christos[src/trunk]: src/share/mk move gdb back to 7.12 for now
knakahara[src/trunk]: src/sys backout wrong fix again, sorry.
msaitoh[src/trunk]: src/sys/dev/pci Add some Chelsio devices.
pgoyette[src/trunk]: src/sys/dev There is currently a counter nactive which tracks th...
kamil[src/trunk]: src/sys/kern Regenerate kern/systrace_args.c for the ___lwp_wait...
kamil[src/trunk]: src/doc Document sstk removal in doc/CHANGES
kamil[src/trunk]: src/sys/compat/ultrix compat/ultrix: Drop SYS_sbrk
kamil[src/trunk]: src/sys/compat/freebsd compat/freebsd: Drop SYS_vadvise
kamil[src/trunk]: src/sys/compat/sunos compat/sunos: Drop SYS_vadvise
maya[src/trunk]: src/sys/compat/common Pass LDFLAGS to ld.
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Remove unused macros.
macallan[src/trunk]: src/sys/dev overhaul the dbri driver and make it work again in t...
kamil[src/trunk]: src/tests/lib/libc/sys ptrace atf: Clanup reports of failures
jmcneill[src/trunk]: src/external/broadcom/bwfm Add bwfm firmware Makefile
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix sun4i platform delay to sleep the req...
maxv[src/trunk]: src/sys/arch/x86/x86 Forbid 64bit entries. That's it, now we sup...
jmcneill[src/trunk]: src/sys/dev/usb Pass WME access classification to bcdc header
maya[src/trunk]: src/sys/arch Move initialization code out of efi_probe into efi_...
msaitoh[src/trunk]: src/sys/net if_initalize() and if_attach() failed when resource ...
skrll[src/trunk]: src/sys/arch/arm/cortex Trailing whitespace
abhinav[src/trunk]: src/lib/libc/sys Add clock_nanosleep to the NAME section
ryo[src/trunk]: src/sys/arch/arm/imx fix typo
kre[src/trunk]: src/tests/lib/libc/time The Zone test was obviously intended to ...
christos[src/trunk]: src/lib/libc/compat Fix const argument inconsistency (found by l...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb one more place to pass the thread id
ozaki-r[src/trunk]: src/tests/rump/kernspace Functionalize some routines to add new ...
maxv[src/trunk]: src/sys/arch/x86/x86 Downgrade the direct map from 1GB superpage...
wiz[src/trunk]: src/share/man/man4 Remove Tn.
christos[src/trunk]: src/sys/dev/i2c PR/52848: Brad Spencer: Two environment sensor d...
skrll[src/trunk]: src/sys/arch/arm/arm32 More KNF
christos[src/trunk]: src/bin/sh initialize the jobtab; it is easier than putting chec...
jakllsch[src/trunk]: src/sys/arch/arm/dts Enable Gigabit Ethernet on Nano Pi Neo Plus 2.
maxv[src/trunk]: src/sys/arch/x86/x86 Ah, finally found you. Fix two bugs in pmap...
maxv[src/trunk]: src/sys/arch/amd64/conf Compile the prekern entry point only und...
jnemeth[src/trunk]: src/sys/dev/pci PR/52885 - Shinichi Doyashiki -- typo in comment
christos[src/trunk]: src/sys/netinet Remove comment now that the getsockopt code pass...
mrg[src/trunk]: src/sys/arch/powerpc fix ofppc/pegasosII (and maybe others).
maxv[src/trunk]: src/sys/net80211 Appease the overflow check, 4 is enough.
maxv[src/trunk]: src/share/man/man9 m_split does not 'attempt' to restore the cha...
skrll[src/trunk]: src/sys/arch/arm/arm32 Pass PMAP_WRITE_COMBINE as appropriate in...
maya[src/trunk]: src/sys/arch/mips/include Don't attempt to dereference cpu_infos...
maxv[src/trunk]: src/sys/netinet6 Fix twice the same mistake: 'last' can't be nul...
maxv[src/trunk]: src/sys/netinet6 Fix info leak. We are allocating a slot of size:
ozaki-r[src/trunk]: src/sys/netinet6 Fix constraint violation of pserialize in in6_i...
maxv[src/trunk]: src/sys/netipsec Reinforce and clarify.
maxv[src/trunk]: src/sys/netipsec Fix the iteration: IPPROTO_FRAGMENT options are...
christos[src/trunk]: src/sys/arch/amd64/conf add amdzentemp
sevan[src/trunk]: src/sys/dev/pci regen
pgoyette[src/trunk]: src/distrib/sets/lists/modules Update sets lists for new amdsmn(...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe CID-1427719: Integer handling issues (BAD...
maxv[src/trunk]: src/sys/arch/amd64/conf Add etherip, so that we at least know it...
wiz[src/trunk]: src/share/man/man4/man4.x86 Remove Tn. Mention first NetBSD rele...
pgoyette[src/trunk]: src/sys/arch/amd64/conf Update amdzentemp(4) attachment info. A...
jmcneill[src/trunk]: src/sys/dev/sdmmc Don't print an error when we find a CIS tuple ...
maxv[src/trunk]: src/sys/dev/acpi Style, export struct acpisrat_node, and add acp...
ozaki-r[src/trunk]: src/sys/kern Check if a queued work is tried to be enqueued agai...
shm[src/trunk]: src/crypto/external/bsd/libsaslc/dist/src Fixed potential NULL p...
shm[src/trunk]: src/crypto/external/bsd/libsaslc/dist/src Fixed memory leak (CID...
skrll[src/trunk]: src/sys/arch/shark/isa whitespace
jakllsch[src/trunk]: src/sys/dev/spi Add four Winbond devices.
macallan[src/trunk]: src/sys/arch/macppc/macppc - do some magic number reduction
ozaki-r[src/trunk]: src/sys/kern Use high priority xcall with a softint of an IPL th...
mrg[src/trunk]: src/external/bsd fix GCC 6.4 issues (finally a couple that aren'...
pgoyette[src/trunk]: src/sys/modules Add the modules for audio, midi, and sequencer
kre[src/trunk]: src/tests/bin/sh One more weird test of parsing (and correctly u...
jmcneill[src/trunk]: src/sys/arch/arm/vexpress Sleep before reboot/shutdown to let ua...
abhinav[src/trunk]: src/share/man/man9 Fix typo: s/DIANOSTIC/DIAGNOSTIC
kre[src/trunk]: src/tests/bin/sh Add some extra sub-tests checking splitting of ...
kre[src/trunk]: src/bin/sh DEBUG mode only change. Convert old trace style to n...
abhinav[src/trunk]: src/usr.bin/find Fix typo: s/compatability/compatibility/
christos[src/trunk]: src/share/man/man4 fix cross references
nonaka[src/trunk]: src/doc zlib-1.2.11 is out.
maxv[src/trunk]: src/sys/arch There is currently an ugly mix between the PERFCTRS...
msaitoh[src/trunk]: src/sys/dev/pci - Change VMware's 0x0770 from "Virtual USB" to "...
macallan[src/trunk]: src/sys/arch/macppc/dev SMU support, from Phileas Fogg
skrll[src/trunk]: src/sys/arch/mips/mips Add a missing ".set at" to make previous ...
nat[src/trunk]: src/sys/dev Retrn error to userland from startp/startr depending...
skrll[src/trunk]: src/external/gpl2/dtc Adjust build for new source location for r...
ozaki-r[src/trunk]: src/sys/netipsec Fix kernel panic (assertion failure) on receivi...
christos[src/trunk]: src/external/bsd/tmux/usr.bin/tmux PR/52288: ben: Fix utmp clean...
pgoyette[src/trunk]: src/sys/dev/wscons There is no longer a NWSBELL (since nothing d...
roy[src/trunk]: src/external/bsd/dhcpcd/sbin This Makefile fragment is no longer...
he[src/trunk]: src/distrib/notes/macppc Change the deprecation notice about ofw...
jmcneill[src/trunk]: src/sys/dev/sdmmc Give a hint to controllers in the command flag...
christos[src/trunk]: src/doc new yacc
christos[src/trunk]: src/share/mk add MKDTC
pgoyette[src/trunk]: src/sys/dist/pf/net Defer initialization of pf_status.host_id
maxv[src/trunk]: src/sys/arch Add setds and setes, will be useful in the future.
jdolecek[src/trunk]: src/sys/dev/ic explicitely ignore polled xfers in wdcintr(), so ...
wiz[src/trunk]: src/share/man/man4 remove Tn, bump date for previous
jdolecek[src/trunk]: src/sys/dev/ata add newlines to the debug messages
jmcneill[src/trunk]: src/sys/dev/usb regen
skrll[src/trunk]: src/sys/dev/usb KASSERT -> KASSERTMSG and while I'm here update ...
skrll[src/trunk]: src/sys/arch/arm/nvidia Don't call tegra_pcie_reset_port for now...
jmcneill[src/trunk]: src/sys/dev/usb Add bwfm
maxv[src/trunk]: src/sys/arch/amd64/amd64 Handle by default.
abhinav[src/trunk]: src/lib/libterminfo Remove tputs from NAME section since it is d...
abhinav[src/trunk]: src/usr.bin/getent Add getcap to the NAME section as well
wiz[src/trunk]: src/lib/libutil Sort errors.
wiz[src/trunk]: src/lib/libpthread Remove superfluous Tn.
wiz[src/trunk]: src/usr.bin Remove superfluous Tn.
msaitoh[src/trunk]: src/sys/net If if_attach() failed in the attach function, free r...
abhinav[src/trunk]: src/lib/libc/gen Fix typo: s/cexpandtc/csetexpandtc
abhinav[src/trunk]: src/lib/libc/rpc Add __svc_getcallercreds to the NAME section
nat[src/trunk]: src/sys/dev Ensure that the low/high water marks are at least PR...
pgoyette[src/trunk]: src/sys/arch/evbarm/conf For some reason this single kernel seem...
pgoyette[src/trunk]: src/doc Note update of kernhist(9) and mention that you also nee...
nat[src/trunk]: src/sys/dev Only init the mix ring if sc_usemixer is enabled as ...
kamil[src/trunk]: src/doc Document SYS_sbrk removal in doc/CHANGES
kamil[src/trunk]: src/external/gpl3 Deregister (o)vadvise from gdb & gdb.org: ppc/...
pgoyette[src/trunk]: src/share/man/man9 Provide the real width of the MODULE_CLASS_xx...
skrll[src/trunk]: src/sys/arch/arm/include One copy of the generic timer register ...
plunky[src/trunk]: src/sys/netbt add HCI_SPEC_50
martin[src/trunk]: src/sys/dev/ic Don't KASSERT that we are MPSAFE if ! DWCGMAC_MPSAFE
jakllsch[src/trunk]: src/sys/dev/usb missing comma ??
christos[src/trunk]: src/tests/lib/libc/sys report which errno failed
msaitoh[src/trunk]: src/sys/dev/pci - Fix a panic while cleaning PCI interrupt.
ozaki-r[src/trunk]: src/sys/net Ensure the timer isn't running by using workqueue_wait
kamil[src/trunk]: src/tests/lib/libc/sys atf: ptrace: Temporarily skip fpregs* tes...
wiz[src/trunk]: src/share/man Fix word.
sevan[src/trunk]: src regen
maxv[src/trunk]: src/share/man/man9 Remove MFREE.
christos[src/trunk]: src/sys/arch/evbarm/conf remove this, it was just to compile-tes...
maxv[src/trunk]: src/sys/arch/x86/x86 simplify
maxv[src/trunk]: src/sys/arch Declare IOMAP_VALIDOFF, not to use ci_tss pointers.
tsutsui[src/trunk]: src/sys/dev/isa Handle yet another atari specific quirk in the M...
christos[src/trunk]: src/sys/conf - Coverity does not like -std=gnu99
roy[src/trunk]: src/sys/arch/x86/x86 Rework prior two patches to fix clang relea...
wiz[src/trunk]: src/sbin/mount_autofs Improve description of options. Based on c...
skrll[src/trunk]: src/sys/arch/arm/include Remove references to arm26
christos[src/trunk]: src/lib/libm/arch/i387 use named initializers
maxv[src/trunk]: src/share/man/man9 Improve wording.
pgoyette[src/trunk]: src/sys/arch/x86/pci Modularize the amdsmn(4) driver, and update...
pgoyette[src/trunk]: src/sys/netinet6 Simplify, from christos@
maxv[src/trunk]: src/sys/netinet6 Start cleaning up ip6_input.c. Several pieces o...
msaitoh[src/trunk]: src/sys/dev/pci - Add PCie Link Activation ECN.
msaitoh[src/trunk]: src/sys/dev/usb - Fix panic on shutdown reported by ozaki-r in P...
msaitoh[src/trunk]: src/sys/dev/usb Mark DVF_DETACH_SHUTDOWN to USB root HUB. This c...
maxv[src/trunk]: src/sys/dev Replace ovbcopy -> memmove, same.
maxv[src/trunk]: src/sys/netinet6 Fix memory leak. Contrary to what the XXX indic...
skrll[src/trunk]: src/sys/dev/usb Fix non-DIAGNOSTIC build
mrg[src/trunk]: src apply __attribute__((__used__)) for rcsid, etc.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Start with .text not to inherit the las...
knakahara[src/trunk]: src/sys/opencrypto sanitize count used for kmem_alloc size.
chs[src/trunk]: src/sbin/dkscan_bsdlabel use a minimal "struct disk" in userland...
nonaka[src/trunk]: src/sys/dev/pci fix typo.
ozaki-r[src/trunk]: src/sys/netipsec Do m_pullup before mtod
perseant[src/trunk]: src Add tests for btowc(3)/wctob(3) and enable compilation of th...
riastradh[src/trunk]: src/share/man/man8 Suggest `service xyz start/stop/...' instead ...
jmcneill[src/trunk]: src/sys/arch/evbarm/exynos Use arm_fdt_cpu_hatch and add mmu ent...
jmcneill[src/trunk]: src/sys/arch Simplify MCT; just enable it and then attach an ARM...
kre[src/trunk]: src/bin/sh If we are going to keep the MAILPATH % hack, then at ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add sun4iemac
riastradh[src/trunk]: src/lib/libc/include xref libc/README
abhinav[src/trunk]: src/external/bsd/file/dist/doc Add magic_open to the NAME section
abhinav[src/trunk]: src/lib/libusbhid Add hid_parse_usage_page and hid_parse_usage_i...
abhinav[src/trunk]: src/usr.sbin/irdaattach Add irda to the NAME section as well
christos[src/trunk]: src/usr.bin/m4 PR/52638: matthew green: missing argument check c...
msaitoh[src/trunk]: src/sys/dev If if_initialize() failed in the attach function, re...
msaitoh[src/trunk]: src/sys/sys Change return value of if_initialize() and if_attach...
msaitoh[src/trunk]: src/sys/rump/net/lib/libshmif Fix compile error.
jmcneill[src/trunk]: src/sys/dev/ic Initialize txrate to 0 for new associations; firm...
skrll[src/trunk]: src/sys/arch/arm/arm32 Fix a comment
ozaki-r[src/trunk]: src/sys/netipsec Fix buffer length for ipsec_logsastr
knakahara[src/trunk]: src/sys/net fix vlan panic when vlan is re-configured without de...
jdolecek[src/trunk]: src/sys/dev/pci replace the chek for the shared channel of cmdid...
jmcneill[src/trunk]: src/sys/arch Add SMP support to VEXPRESS_A15 kernel. Enable with...
christos[src/trunk]: src/usr.sbin/rpc.statd remove my copyright.
mrg[src/trunk]: src/usr.bin/midirecord avoid assert() and simply return errors.
hannken[src/trunk]: src/sys Regen.
abhinav[src/trunk]: src/sys/rump/share/man/man7 Fix typo: s/analoguous/analogous/
skrll[src/trunk]: src/sys/arch/mips/mips Fix the PMAP_NO_PV_UNCACHED pmap_md_vca_a...
msaitoh[src/trunk]: src/sys/dev/mii Add missing RCS Id.
skrll[src/trunk]: src/tools/libfdt Add libfdt
skrll[src/trunk]: src/tools Disable dtc/libfdt for now
msaitoh[src/trunk]: src/sys/dev/mii Fix typo.
skrll[src/trunk]: src/sys/arch/mips/mips fix tlb_record_asids 2nd arg to match usa...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi sun4i: use Timer 1 instead of Timer 0 for...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Adjust irq mask/unmask along with enable/...
martin[src/trunk]: src/bin/sh Use %zu for size_t
abhinav[src/trunk]: src/lib/libc/stdlib Add malloc.conf to the NAME section
msaitoh[src/trunk]: src/sys/net Use macro(ETHER_LOCK() and ETHER_UNLOCK()). No funct...
christos[src/trunk]: src/external/gpl3/gdb/lib/libgdb mkdep does not like multi-word ...
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Import clang r319952 from branc...
knakahara[src/trunk]: src/sys fix mbuf leaks. pointed out and suggested by kre@n.o, th...
jmcneill[src/trunk]: src/sys/dev/ic Stop the device at attach in case it was previous...
jmcneill[src/trunk]: src/sys/dev/usb ukbd_cngetc: poll once for data in the buffer, o...
pgoyette[src/trunk]: src/sys/dev Ooppss, need an ampersand call calling LIST_EMPTY() ...
skrll[src/trunk]: src/sys/arch/arm/ti Remove duplicate DEVMAP_* macros
kamil[src/trunk]: src/sys/compat/sunos32 compat/sunos32: Drop SYS_sbrk
plunky[src/trunk]: src/usr.sbin/sdpd fix width of list
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix typo in phy-handle property name
tsutsui[src/trunk]: src/sys/dev/pci Update a URL of Am53c974A technical manual.
uwe[src/trunk]: src/lib/libedit The order in which the arguments to a function a...
maya[src/trunk]: src/usr.bin/ldd Return a non-zero (one) exit code on failure for...
christos[src/trunk]: src/sys/arch/arm/include PR/52867: Martin Husemann: arm sofware ...
christos[src/trunk]: src/distrib/sets/lists/man Add new entries, sort
maya[src/trunk]: src/sys/arch/mips Simplify, don't use ifdefs to optimize out DIA...
christos[src/trunk]: src/share/man/man4 fix default value (Brad Spenser)
martin[src/trunk]: src/tests/kernel Double the nanosleep() time to make the test wo...
christos[src/trunk]: src/sys/miscfs/procfs Add an environ node
maxv[src/trunk]: src/sys/arch Fix a huge privilege separation vulnerability in Xe...
pgoyette[src/trunk]: src/sys/dev/isa Now that watchdog support has been added, make s...
maxv[src/trunk]: src/sys/arch/x86/x86 style
knakahara[src/trunk]: src/sys/arch/x86 fix "intrctl list" panic when ACPI is disabled.
skrll[src/trunk]: src/sys/arch/arm Trailing whitespace
tsutsui[src/trunk]: src/sys/arch/atari/atari Fix silent hang after isa_intr_establis...
maxv[src/trunk]: src/sys/kern Fix m_prepend(). If 'm' is not a pkthdr, it doesn't...
skrll[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace
ozaki-r[src/trunk]: src/sys/netipsec Fix late NULL-checking (CID 1427782: Null point...
sevan[src/trunk]: src/sys/arch Alternate buffer queue strategies no longer conside...
sevan[src/trunk]: src/share/man/man4 BUFQ_READPRIO is no longer marked as experime...
riastradh[src/trunk]: src/sys Fix integer overflows noted by Silvio Cesare of InfoSect.
maxv[src/trunk]: src/sys/netipsec Revert a part of rev1.49 (six months ago). The ...
maxv[src/trunk]: src/sys/netipsec style
macallan[src/trunk]: src/sys/arch/sparc/dev do boundary checks when writing cursor sp...
kamil[src/trunk]: src/distrib/sets/lists/man Correct the plist entry for ./usr/sha...
ozaki-r[src/trunk]: src/sys/netinet6 Revert "Get rid of unnecessary splsoftnet" (v1....
maxv[src/trunk]: src/sys/netipsec Fix use-after-free, 'ah' may not be valid after...
flxd[src/trunk]: src/sys/arch/powerpc/booke Another try fixing printf format usin...
christos[src/trunk]: src/sys/kern remove useless KASSERT.
maxv[src/trunk]: src/sys/arch/i386/include Use .pushsection (like amd64), and ali...
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable CPU frequency scaling and thermal se...
knakahara[src/trunk]: src/sys/dev/pci Fix unmatched return type. The return value of w...
jakllsch[src/trunk]: src/sys/dev/ic Move mpt_disc_enable setting into is_scsi block.
mlelstv[src/trunk]: src/doc Add information about tigon firmware.
christos[src/trunk]: src/external/ibm-public/postfix/dist/src/smtpd give one more rep...
jakllsch[src/trunk]: src/sys/arch/arm/sunxi wait at most one second for controller to...
mrg[src/trunk]: src convert HAVE_GCC handling to modern GCC release numbering:
christos[src/trunk]: src/games/primes PR/52976: Eitan Adler: handle larger primes
mrg[src/trunk]: src/external/gpl3/gcc/dist import GCC 6.4.0. see this url for d...
mrg[src/trunk]: src/external/gpl3/gcc/lib updates for GCC 6.4.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add fdt glue for SMSC LAN9118 ethernet.
kamil[src/trunk]: src/sys/sys Convert EV_SET(2) back into macro again
macallan[src/trunk]: src/sys/dev/pci enable font loading / screen resizing
kre[src/trunk]: src/tests/bin/sh By special request, add a check that ${011} is ...
snj[src/trunk]: src/sys/sys 8.99.1
hannken[src/trunk]: src/sys/kern Add "FSTRANS=LOCK" and "FSTRANS=UNLOCK" to vop_lock...
mbalmer[src/trunk]: src/sys/dev/dm fix typo in comment
christos[src/trunk]: src/external/gpl2/dtc Add build glue (from skrll)
christos[src/trunk]: src/distrib/sets/lists Add dtc
maxv[src/trunk]: src/sys/arch/amd64 PERFCTRS -> PMC (not implemented anyway)
abhinav[src/trunk]: src/lib/libedit/TEST Add copyright and rcs header to the test pr...
msaitoh[src/trunk]: src/sys/dev/ic A part number field of DDR3 and DDR4 is not NUL t...
rjs[src/trunk]: src/sys/netinet Remove function prototype that is no longer requ...
rjs[src/trunk]: src/sys/netinet Move call to sofree() to end of sctp_inpcb_free(...
kre[src/trunk]: src/bin/test I have seen (way too often) uses of test(1) that ar...
maxv[src/trunk]: src/sys/lib/libsa Group the sections into segments, and align to...
pgoyette[src/trunk]: src/distrib/sets/lists/modules Update sets lists for new modules
kre[src/trunk]: src/tests/bin/sh Add a new test case "nested_arith" (that is, th...
kre[src/trunk]: src/bin/sh Remove some left over baggage from the LINENO v1 impl...
skrll[src/trunk]: src/sys/external/bsd/libfdt/dist Import of libfdt from DTC versi...
skrll[src/trunk]: src/tools/libfdt New libfdt location
abhinav[src/trunk]: src/share/dict Add ``trademark''
chs[src/trunk]: src/sys/kern define a copy of getnanotime() named dtrace_getnano...
bouyer[src/trunk]: src/sys/netcan Refuse to bind to a non-CAN interface.
pgoyette[src/trunk]: src/share/man/man4 Remove references to the PCPPISPEAKER and VAU...
msaitoh[src/trunk]: src/sys/dev/pci Use IFM_1000_KX and IFM_2500_KX.
manu[src/trunk]: src/sys/dev/hpc Restore wscons keymaps feature on hpcarm
maxv[src/trunk]: src/share/man/man4 Remove reference to vm86.
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Add support for stdout-path= kernel cmdl...
kre[src/trunk]: src/bin/sh PR bin/52280
chs[src/trunk]: src/sys move some buffer cache internals declarations from buf.h...
maxv[src/trunk]: src/sys/arch/amd64 Improve our segregs model. Pass 1/3.
jmcneill[src/trunk]: src/sys/arch/amd64/conf add bwfm
jdolecek[src/trunk]: src/sys move ata_queue_alloc(1) and ata_queue_free() calls to at...
riastradh[src/trunk]: src/sys/kern Initialize the in/out parameter vmin.
jmcneill[src/trunk]: src Install bwfm(4) firmware.
maxv[src/trunk]: src/sys/compat Include opt_user_ldt.h when needed.
skrll[src/trunk]: src/sys/arch/arm/arm KNF
abhinav[src/trunk]: src/lib/libpthread Add pthread_attr_setdetachstate to NAME section
abhinav[src/trunk]: src/usr.bin/pkill Add pgrep and prenice to the NAME section
abhinav[src/trunk]: src/lib/libpthread All the four functions described in the man p...
ozaki-r[src/trunk]: src/lib/librumphijack Provide better debug messages for ioctl
msaitoh[src/trunk]: src/sys If if_initialize() failed in the attach function, free r...
martin[src/trunk]: src/sys/sys Do the second half of the previous half-bump: now we...
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2017c from ftp:/...
ozaki-r[src/trunk]: src/sys/net Remove unnecessary splsoftnet
taca[src/trunk]: src/etc/namedb /tmp/t
kre[src/trunk]: src Implement tcgetwinsize() and tcsetwinsize() in libc, with ac...
abhinav[src/trunk]: src/lib/libc/stdio Remove comma after last Nm entry
abhinav[src/trunk]: src/lib/libc/sys Add pipe2 to the NAME section
jmcneill[src/trunk]: src/doc Note addition of bwfm(4)
pgoyette[src/trunk]: src Update the kernhist(9) kernel history code to address issues...
wiz[src/trunk]: src/distrib/sets/lists mount_qemufwcfg is only installed on i386...
christos[src/trunk]: src/sys/kern Fix the build: XXX this might^Wwill break module au...
jmcneill[src/trunk]: src/distrib/utils/embedded/files Use fb console by default on Pi...
pgoyette[src/trunk]: src/sys/dev If config_cfattach_detach() returns an error, handle...
ozaki-r[src/trunk]: src/sys/net Fix compile error (may be used uninitialized)
jmcneill[src/trunk]: src/distrib/utils/embedded/files No need to specify console=fb f...
kamil[src/trunk]: src/external/gpl3 gdb & gdb.old: Forget about sstk in ppc/emul_n...
kamil[src/trunk]: src/sys Drop the sstk(2) syscall stub
kre[src/trunk]: src/usr.bin/netstat Add names of a few more ICMPv6 messages, fro...
kamil[src/trunk]: src/sys/compat/freebsd compat/freebsd: Drop SYS_sbrk
kamil[src/trunk]: src/sys Drop SYS_vadvise
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix panic when only link interrupt can't b...
plunky[src/trunk]: src/usr.sbin/btconfig for Read_Local_Version, print also the HCI...
jakllsch[src/trunk]: src/sys/dev/usb Add RT Systems RTS-03
maxv[src/trunk]: src/sys/netipsec Make sure the Authentication Header fits the mb...
kamil[src/trunk]: src/tests/lib/libc/sys atf: t_ptrace_wait: Mark attach2 as racy
christos[src/trunk]: src build without -u does not work because of the dependencies a...
sevan[src/trunk]: src/sys/arch/macppc/conf Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, ...
christos[src/trunk]: src/tools Better EXTERNAL_TOOLCHAIN support from Zachary McGrew
christos[src/trunk]: src/sys/kern provide separate read and write functions to accomo...
christos[src/trunk]: src/tests/lib/libc/sys mips panic should be fixed on head.
gson[src/trunk]: src/tests/net/net Use the default ATF timeout instead of a reduc...
christos[src/trunk]: src 1) "#define ipi_spec_dst ipi_addr" in <netinet/in.h>
wiz[src/trunk]: src/share/man/man4 Use more markup.
maxv[src/trunk]: src/sys/arch Declare gdt_size as const, simplifies.
tsutsui[src/trunk]: src/sys/arch/atari/isa Fix silent hang during config_console() (...
tsutsui[src/trunk]: src/sys/arch/atari/conf Regen from MILAN.in rev 1.28.
skrll[src/trunk]: src/sys/dev/usb PR kern/52931 Kernel panics with Atheros usb wir...
christos[src/trunk]: src/sys/uvm CID-1427737: Pacify coverity using KASSERT
wiz[src/trunk]: src/sbin/mount_autofs Sync usage with man page.
maya[src/trunk]: src/sys/arch/mips/cavium Fix RCSID (hopefully)
maxv[src/trunk]: src/sys/netinet Style, localify icmp_send, and add a clear KASSE...
wiz[src/trunk]: src/sbin/mount_autofs Fix typos.
wiz[src/trunk]: src/distrib/sets/lists When second keyword is 'obsolete', first ...
wiz[src/trunk]: src/doc sqlite-3.22 out.
maxv[src/trunk]: src/sys/netipsec Fix a vulnerability in IPsec-IPv6-AH, that allo...
maxv[src/trunk]: src/sys/netipsec ipsec4_fixup_checksum calls m_pullup, so don't ...
macallan[src/trunk]: src/sys/arch/macppc/dev note to self: OF_getprop() returns -1 on...
sevan[src/trunk]: src/sys/dev/pci Add Nvidia GeForce FX Go5200, as found in the Po...
uwe[src/trunk]: src/share/man/man4/man4.x86 Fix .Dt name. Formatting fixes.
sborrill[src/trunk]: src/sys/dev/pci Add Marvell Yukon 88E8040T
pgoyette[src/trunk]: src/sys/arch/x86/pci KNF: Put back the blank line following the ...
pgoyette[src/trunk]: src/sys/modules Create amdsmn(4) amd amdzentemp(4) modules for X86
maxv[src/trunk]: src/sys/net Don't call if_attach, do if_initialize+if_register, ...
maxv[src/trunk]: src/sys/net Use MH_ALIGN instead, ok knakahara@.
wiz[src/trunk]: src/bin/date Remove trailing whitespace and Tn macro.
jandberg[src/trunk]: src/sys/arch/amiga/dev Make the console framebuffer visible when...
knakahara[src/trunk]: src/sys/dev/pci Fix if_wm.c:r1.557 merge miss, sorry.
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.1 with the follow...
ozaki-r[src/trunk]: src/sys/net Destroy ifq_lock at the end of if_detach
maxv[src/trunk]: src/sys/netinet6 Correct the check; we want to find IPPROTO_HOPO...
msaitoh[src/trunk]: src/sys/dev/pci "s/above 300W/greater than 300W/" in pci_conf_pr...
kamil[src/trunk]: src Install GCC (gcc.old/) headers for Sanitizers
mrg[src/trunk]: src/sys/ddb avoid leftshift of an unsigned value
skrll[src/trunk]: src/sys/arch/cobalt Switch cobalt to common bus_space.
maxv[src/trunk]: src/sys/arch/x86/include Add the AMD 10h family PMC values. Some...
riastradh[src/trunk]: src/sys/dev Kill some more extern cfdriver xyz_cd in favour of #...
kre[src/trunk]: src/bin/sh When we record an arithmetic expression ($(( ))) as b...
jmcneill[src/trunk]: src/sys/arch/evbarm/vexpress Configure IRQ for active high polar...
snj[src/trunk]: src/doc roll 8.0 changes into CHANGES.prev
hannken[src/trunk]: src/sys/kern Operations fstrans_start() and fstrans_start_nowait...
hannken[src/trunk]: src/sys Locking a layer vnode using the regular bypass routine i...
mbalmer[src/trunk]: src/sys/dev/dm more dependiences -> dependencies
christos[src/trunk]: src add DTC
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Initialize boot_args before bootstrap fo...
msaitoh[src/trunk]: src/sys/dev/mii Fix typos.
kamil[src/trunk]: src/lib/libc/sys EV_SET(2) - simplify description
macallan[src/trunk]: src/sys/arch/macppc/macppc set properties to signal Mac Mini vid...
christos[src/trunk]: src/share/man/man9 Fix cross references
chs[src/trunk]: src/usr.sbin/rpc.lockd this file uses the <sys/queue.h> macros s...
msaitoh[src/trunk]: src/sys/dev/pci For the Target Link Speed in LCSR2, 0 is allowed...
joerg[src/trunk]: src/lib/libc One more hack to kill in setproctitle
skrll[src/trunk]: src/doc Update DTC entry
joerg[src/trunk]: src/libexec/ld.elf_so Call _rtld_debug_state before running the ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add plrtc driver
christos[src/trunk]: src/etc/pam.d Add cron.
jmcneill[src/trunk]: src/sys/arch Get the EXYNOS kernel building again with recent FD...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Calculate UART frequency based on bootl...
pgoyette[src/trunk]: src/sys/dev The wsmux.h file is only created for kernel builds.
jmcneill[src/trunk]: src/sys/dev/fdt Fix an issue with interrupt controller lookup wr...
abhinav[src/trunk]: src/lib/libc/sys Grammar and punctuation fixes in few sentences
pgoyette[src/trunk]: src/sys/dev/wscons Add module infrastructure for wsbell(4)
lukem[src/trunk]: src/share/man/man8 rc(8): more foo.sh clarification
christos[src/trunk]: src/usr.sbin/npf/npfd Add a message when we are re-opening the p...
wiz[src/trunk]: src/share/man/man9 Remove Tn.
maxv[src/trunk]: src/sys/arch Have the cpu clear PSL_D automatically when enterin...
rjs[src/trunk]: src/sys/netinet Remove some foreign conditional code. NFC intended.
jmcneill[src/trunk]: src/sys/dev/usb Add Sony UWA-BR100 WLAN adapter
maxv[src/trunk]: src/sys/arch/amd64/amd64 Make sure we don't go farther with 32bi...
jdolecek[src/trunk]: src/sys/dev/ata more detailed debug info; also sync DEBUG_* valu...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for sun4i/sun7i 10/100 Fast Et...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add seeprom(4)
msaitoh[src/trunk]: src/sys/net - If if_attach() failed in the attach function, free...
abhinav[src/trunk]: src/lib/libform Add the function names to the NAME section
abhinav[src/trunk]: src/lib/libform Remove duplicate MLINK entry for dup_field.3
maxv[src/trunk]: src/sys/netipsec style
abhinav[src/trunk]: src/lib/libc/gen Add missing functions from the SYNOPSIS to the ...
abhinav[src/trunk]: src/lib/libc/gen Use commas at the right places in the NAME section
maya[src/trunk]: src/sys Use C99 initializer for filterops
abhinav[src/trunk]: src/lib/libc/sys Add fchroot to the NAME section
utkarsh009[src/trunk]: src/sys/sys [syzkaller] Change the return type of printf(9)
christos[src/trunk]: src/external/gpl3/gdb regen and fix all archs (except coldfire)
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb missed one rename
christos[src/trunk]: src/external/gpl3/gdb/lib/libgdb regen, and add more warn elidin...
christos[src/trunk]: src/sys/kern Setting AT_BASE on static binaries breaks TLS becau...
ozaki-r[src/trunk]: src/tests/net/route Adjust outputs of route's flags to include a...
skrll[src/trunk]: src/sys Generalise FDT and OFW
msaitoh[src/trunk]: src/sys/dev/usb Add missing if_free() in the detach path.
kamil[src/trunk]: src/sys/sys Deregister TR_VADVISE from sys/sys/trace.h
kamil[src/trunk]: src/share/man/tools Drop share/man/tools/missing
kamil[src/trunk]: src/sys/compat/ultrix compat/ultrix: Drop SYS_vadvise
rin[src/trunk]: src/sys/arch/zaurus/conf Disable compat stuffs that are accident...
skrll[src/trunk]: src/sys/arch/arm/broadcom G/C
knakahara[src/trunk]: src/sys/net remove duplicated null ckeck
wiz[src/trunk]: src/usr.sbin/bthcid Add width arguments to tagget lists.
kamil[src/trunk]: src/sys/kern ptrace: Partially undo PT_{READ, WRITE}_{I, D} and un...
jmcneill[src/trunk]: src/sys/dev/mii Add a no-rx-delay device property for RGE8211E t...
rin[src/trunk]: src/distrib/ews4800mips/floppies/ramdisk Drop the following feat...
ozaki-r[src/trunk]: src/sys/net Suppress the assertion of IFNET_LOCK in if_mcast_op ...
ozaki-r[src/trunk]: src/sys/rump/librump/rumpkern Tweak LOCKDEBUG macros (NFC)
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb remove unused code
maxv[src/trunk]: src/sys/arch/x86/x86 Eliminate the assumption that the beginning...
wiz[src/trunk]: src/share/man/man4 Formatting nit.
skrll[src/trunk]: src/sys/arch/arm/cortex Set attached to true when attach completes.
christos[src/trunk]: src/sys/kern make sure that we have enough space, don't require ...
jmcneill[src/trunk]: src/sys/arch/mips/cavium/dev Set and clear IFF_OACTIVE as necess...
christos[src/trunk]: src Add a new sockopt member to keep track of the actual size of...
sevan[src/trunk]: src/sys/dev/pci Add the GeForce4 MX440 Go, as found on the 17" f...
maxv[src/trunk]: src/sys/netinet Fix null deref, m could be NULL if M_PREPEND fails.
wiz[src/trunk]: src/share/man/man4 Remove Tn. Remove more references to acorn26....
sevan[src/trunk]: src/usr.sbin/memswitch typo, remove extra bracket
prlw1[src/trunk]: src/sys/arch/x86/pci Unused variable build fix. (now void *aux i...
christos[src/trunk]: src/bin/date sync with tzcode-2018c
riastradh[src/trunk]: src/sys/nfs Use a random opaque cookie, not kva pointer, for nfs...
pgoyette[src/trunk]: src/sys/arch/x86/pci Put back the variable declaration, too, and...
pgoyette[src/trunk]: src/sys/arch/x86/pci Correct placement of __diagused attribute
maya[src/trunk]: src/sys/arch/mips/mips Don't warn about MIPS1 MULTIPROCESSOR in ...
christos[src/trunk]: src/sys/compat/linux/arch/arm union was removed
hannken[src/trunk]: src/sys/ufs/ffs Prevent use-after-free where genfs_node_destroy(...
mlelstv[src/trunk]: src/sys/arch/x86/x86 Check for undefined behaviour when doing ri...
christos[src/trunk]: src/sys/fs/union CID-1428639: make sure we always initialiaze ha...
jakllsch[src/trunk]: src/sys/dev/ic more-fully initialize mpt_disc_enable
christos[src/trunk]: src/external/ibm-public/postfix Add support for blacklistd.
mrg[src/trunk]: src/external/gpl3/gcc/dist updates to make it at least build in ...
mrg[src/trunk]: src fixes for GCC 6:
pgoyette[src/trunk]: src/sys/arch/x86/x86 Further reduce the loop counter so that hat...
maya[src/trunk]: src/sys/ufs/lfs Rename i_flag to i_state.
nat[src/trunk]: src/sys/dev Remove unused code - it will reappear in a new device.
nat[src/trunk]: src/sys New device wsbell - allows for a console beep for non pc...
pgoyette[src/trunk]: src/doc Note addition of wsbell(4)
ozaki-r[src/trunk]: src/usr.sbin/inetd Don't setup SPs if no policy sepecifier is sp...
kre[src/trunk]: src/bin/sh Extract the variable name validity test from setname(...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Move %ds and %es into the GDT on 64bit ...
pgoyette[src/trunk]: src/share/man/man9 Typo: s/processes/process's/ for possession
macallan[src/trunk]: src/sys/arch/macppc/macppc do what freebsd does:
kre[src/trunk]: src/bin/sh Re-factor the code that extracts status from exited j...
jmcneill[src/trunk]: src/sys/dev/usb Add USB IDs for Broadcom BCM43236, BCM43143, BCM...
ozaki-r[src/trunk]: src/tests/net Suppress name resolution
jdolecek[src/trunk]: src/sys/dev/pci do not share queue between the non-indepedant ch...
abhinav[src/trunk]: src/lib/libutil Add missing functions to the NAME section
abhinav[src/trunk]: src/usr.sbin/repquota Add quotadump to the NAME section
wiz[src/trunk]: src/common/lib/libppath Simplify, and comment out xrefs to non-e...
maxv[src/trunk]: src/sys/arch Add two XXXs, so that people don't get confused, a ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi SDIO IO_RW_EXTENDED (CMD53) commands have...
ozaki-r[src/trunk]: src/sys Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PC...
ozaki-r[src/trunk]: src/tests/net/ipsec Add test cases for one SP with multiple SAs
jmcneill[src/trunk]: src/sys Add driver for Broadcom 802.11a/b/g/n/ac USB wireless de...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use labels instead of disassembling *(%...
uwe[src/trunk]: src/sys/arch/sh3/sh3 tlb_exception - set ksi_addr to va also whe...
abhinav[src/trunk]: src/external/bsd/blacklist/lib Add comma between Nm entries
kre[src/trunk]: src/bin/sh Correct description of the trap command (make it posi...
maxv[src/trunk]: src/regress/sys/arch/i386 Remove the vm86 tests.
mlelstv[src/trunk]: src/sys/dev/pci tag arcmsr scsipi adapter and pci interrupt as M...
maxv[src/trunk]: src/sys/arch/i386/include Remove the vm86 fields from the trap f...
jmcneill[src/trunk]: src/sys/dev/fdt Fix interrupt-map support on vexpress-a15 and tr...
macallan[src/trunk]: src/sys/dev/wscons - add a cookie to show_screen_cb()
abhinav[src/trunk]: src/share/dict Add `instantiate'
jmcneill[src/trunk]: src/sys Add driver for ARM PrimeCell PL050 (KMI) PS2 keyboard/mo...
mrg[src/trunk]: src/sys/arch/sparc64/dev add __func__ to some panic strings.
abhinav[src/trunk]: src/sbin/dmctl Fix typo
maya[src/trunk]: src/sys/ufs/lfs Add an XXX about the missing flags so it's not b...
christos[src/trunk]: src/doc remove the conflict.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Fix spelling of WS_DEFAULT_FG and WS_KE...
knakahara[src/trunk]: src/sys/opencrypto avoid crp_q reordering as hardware interrupts.
christos[src/trunk]: src/sys/arch/sh3/include need <sys/sigtypes.h> for sigset_t
nat[src/trunk]: src/sys/dev/pad Express BYTESTOSLEEP as an 64 bit integer.
ryo[src/trunk]: src/usr.sbin/arp whitespace police
perseant[src/trunk]: src/tests/lib/libc/locale Change t_sprintf to an expected failur...
jmcneill[src/trunk]: src/sys Add driver for ARM PrimeCell Advanced Audio CODEC interf...
kre[src/trunk]: src/bin/sh Correct spelling in comments of DEBUG only code...
christos[src/trunk]: src/sys/arch/i386/include use compiler builtins to compute addre...
joerg[src/trunk]: src/lib/libc Add two entries for interaction between lib/csu and...
chs[src/trunk]: src/sys/coda add a forward declaration of struct mbuf.
chs[src/trunk]: src rearrange sys/mount.h so that all of the kernel-only parts a...
skrll[src/trunk]: src/sys/arch/mips/mips Always use XKPHYS for pool pages on _LP64...
msaitoh[src/trunk]: src/sys/dev/mii - Update IEEE 802.3 Clause 45 definitions from I...
msaitoh[src/trunk]: src/sys/dev/ic Print "ECC" or "no ECC" for DDR4.
abhinav[src/trunk]: src/lib/libc/gen Add missing functions from the SYNOPSIS to the ...
skrll[src/trunk]: src/sys/arch/arm/include Some more registers
kre[src/trunk]: src/bin/sh Add options to the builtin jobid command to allow dis...
abhinav[src/trunk]: src/lib/libc/net Remove comma after last Nm entry.
jdolecek[src/trunk]: src/sys/ufs/ufs fix tyop, PR kern/52653 by Edgar Fuss
nat[src/trunk]: src/sys/dev Add latency sysctl to adjust hw blocksize and hence ...
christos[src/trunk]: src/sbin/mount_qemufwcfg clang does not like dead unused functions.
christos[src/trunk]: src/sys/kern untangle the mess:
msaitoh[src/trunk]: src/sys/dev/pci Regen.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add WSDISPLAY_MULTICONS
christos[src/trunk]: src/sys/dev/wscons ifdef speeding ticket.
kamil[src/trunk]: src/sys/compat/sunos compat sunos: Drop the sstk(2) syscall
skrll[src/trunk]: src/sys/dev/usb Trailing whitespace
kamil[src/trunk]: src/sys/compat/sunos compat/sunos: Drop SYS_sbrk
kamil[src/trunk]: src/sys/compat/aoutm68k compat/aoutm68k: Drop SYS_vadvise
plunky[src/trunk]: src/usr.bin/btpin fix width of .Bl list
hannken[src/trunk]: src/sys/dev Treat partial read from backing store as I/O error.
jakllsch[src/trunk]: src/sys/dev/usb regen
christos[src/trunk]: src/sys/sys add linted to __USE()
ozaki-r[src/trunk]: src Distinguish spin mutex and adaptive mutex on rump kernels fo...
msaitoh[src/trunk]: src/sys/dev/pci Don't use MSI-X if we can use only one queue to ...
christos[src/trunk]: src/sys/dev/ic dedup
maya[src/trunk]: src/sys/arch/x86/x86 Check that the host supports GET_SPEED as w...
maxv[src/trunk]: src/sys/arch/x86 Use variables in PMAP_DIRECT_*, so that the loc...
christos[src/trunk]: src/sys/modules PR/52848: Brad Spencer: Add module glue for AM23...
martin[src/trunk]: src/tests/lib/libc/arch/alpha Implement helper function for alpha
christos[src/trunk]: src/usr.sbin/mtree factor out common code from Poul-Henning Kamp.
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb pass the lwp for the register calls.
tsutsui[src/trunk]: src/sys/arch/atari/atari Fix I/O access failures for regions all...
maxv[src/trunk]: src/sys/arch/amd64 Increase the size of the initial mapping of t...
flxd[src/trunk]: src/sys/arch/mips/mips fix typo
maxv[src/trunk]: src/sys/arch/amd64/amd64 Ah, remove duplicate SVS_LEAVE. Fixes 3...
maxv[src/trunk]: src m_prepend does not tolerate being given len > MHLEN, so add ...
christos[src/trunk]: src/share/mk Disgusting and evil hack to elide coverity options ...
ozaki-r[src/trunk]: src/sys/netipsec Add missing NULL-checking for m_pullup (CID 142...
sevan[src/trunk]: src/share/man/man4 The EON option was removed along with the oth...
knakahara[src/trunk]: src/sys/dev/pci Fix 82574 MSI-X mode cannot receive packets afte...
maxv[src/trunk]: src/sys/arch Add SMAP support for i386.
maxv[src/trunk]: src/sys/arch/amd64 Declare and use INTR_RECURSE_ENTRY, an optimi...
christos[src/trunk]: src/share/mk explain how to allow coverity to use sysroot
pgoyette[src/trunk]: src/sys/netinet6 Use existing fill_[pd]rlist() functions to calc...
maxv[src/trunk]: src/sys/netinet6 style
christos[src/trunk]: src/sys/netinet6 more cleanup (don't allow oldlenp == NULL)
ozaki-r[src/trunk]: src/sys/netipsec Commonalize error paths (NFC)
maxv[src/trunk]: src/sys/netinet6 Kick nested fragments.
maxv[src/trunk]: src/sys/netinet6 Fix a buffer overflow in ip6_get_prevhdr. Doing
ginsbach[src/trunk]: src/share/misc Add more "* as a service" and "software defined *...
maxv[src/trunk]: src/sys/netinet6 Style, no real functional change.
maxv[src/trunk]: src/sys/arch Add setusergs on Xen, and simplify.
christos[src/trunk]: src/usr.sbin/npf/npfd try to re-open the pcap connection on error.
christos[src/trunk]: src/external/gpl3/gdb fixes for gdb-8.0.1 on x86_64
jmcneill[src/trunk]: src/sys/dev/fdt Allow devices to attach to cpu devices
maxv[src/trunk]: src/sys/arch/amd64 Compile amd64_trap.S as a file instead of inc...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Synchronize struct dbreg with FreeBS...
christos[src/trunk]: src/external/bsd/blacklist/bin more debugging from Kurt Lidl
abhinav[src/trunk]: src/bin/sh Fix typo
skrll[src/trunk]: src/sys/arch/arm/arm Fix the fix by removing redundant lines. T...
christos[src/trunk]: src/sys/arch/sgimips/gio remove my copyright
jmcneill[src/trunk]: src/sys/arch Add and enable FDT glue for ARM PrimeCell PL050 (KM...
kre[src/trunk]: src/bin/sh Make cd (really) do cd -P, and not just claim that is...
knakahara[src/trunk]: src/sys/opencrypto fix reading crp_q without holding crypto_q_mtx
skrll[src/trunk]: src/sys/arch/arm/cortex Removed unused file
christos[src/trunk]: src/external/gpl2/dtc/dist rename include file per our convention.
jmcneill[src/trunk]: src/sys/arch/arm/vexpress Allow 'console=fb' to act as a shortcu...
kre[src/trunk]: src/bin/sh Set the line number before expanding args, not after....
skrll[src/trunk]: src/tools Hook in dtc/libfdt now that it builds for me
chs[src/trunk]: src/sys/kern add some pool_allocators for pool item sizes larger...
jmcneill[src/trunk]: src/sys/dev/ic Fix two bugs:
flxd[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/vax Fix PR port-vax/51761 ...
christos[src/trunk]: src/distrib/sets/lists/etc add cron.
nat[src/trunk]: src/sys/dev Add ioctls for setting and getting the beep volume. ...
pgoyette[src/trunk]: src/sys/dev/wscons Revert previous - it's no longer needed since...
riastradh[src/trunk]: src/sys/kern Move forward declaration to top of file.
maxv[src/trunk]: src/sys/arch/amd64/include Use .pushsection/.popsection, we will...
jmcneill[src/trunk]: src/sys Add driver for ARM PrimeCell PL031 (RTC) Real Time Clock.
bouyer[src/trunk]: src/sys/arch/arm/vfp In the REENABLE case, make sur the fpexc co...
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch Update from the latest Intel SDM:
rjs[src/trunk]: src/sys/netinet Remove duplicate assignment, comment doesn't mat...
jdolecek[src/trunk]: src/sys/dev/ic no need to clear DMA WAIT flag in mvsata_edma_han...
knakahara[src/trunk]: src/sys/net fix l2tp panic when l2tp session id is changed (same...
kre[src/trunk]: src/etc/mtree Create directory for new bwfm firmware to be insta...
isaki[src/trunk]: src/sys/dev Fix return value. fo_mmap is expected to return err...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for sdio interrupts
sevan[src/trunk]: src/doc Direct reader to use build.sh for building NetBSD in fav...
abhinav[src/trunk]: src/common/lib/libppath Remove comma after last Nm entry in the ...
abhinav[src/trunk]: src/lib/libpthread Remove description of pthread_barrierattr_get...
abhinav[src/trunk]: src/lib/libterminfo Add missing functions to the NAME section
abhinav[src/trunk]: src/lib/libutil Add snprintb_m to the NAME section.
abhinav[src/trunk]: src/usr.sbin/rtsold Add rtsol to the NAME section as well
joerg[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Bump image size to 24MB...
msaitoh[src/trunk]: src/sys/net - If if_initialize() failed in the attach function, ...
msaitoh[src/trunk]: src/sys/dev/ic - If if_initialize() failed in the attach functio...
kre[src/trunk]: src/bin/sh PR bin/52640 PR bin/52641
christos[src/trunk]: src/doc new tzcode
abhinav[src/trunk]: src/lib/libc/sys Add fhstatvfs1 to the NAME section
jakllsch[src/trunk]: src/sys/arch Initial FDT support for TI's ARM SoCs.
kre[src/trunk]: src/lib/libc/time Minor typo: Coordinated Universal time should...
nat[src/trunk]: src/share/man/man4 Document the hw.driverN.latency sysctl variable.
riastradh[src/trunk]: src/sys/arch/x86/x86 Add comment explaining why membar_producer ...
christos[src/trunk]: src/sys/arch include <sys/sigtypes.h> for sigset_t
christos[src/trunk]: src/external/gpl3/gdb/bin make depend does not like multi-word c...
msaitoh[src/trunk]: src/sys/dev/pci Don't allocate MSI-X interrupt on 82583. 82583 c...
christos[src/trunk]: src/external/gpl3/gdb/dist Import gdb-8.0.1
nat[src/trunk]: src/sys/dev Replace LINEARN_TO_LINEARN macro with individual opt...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf re-enable seeprom(4), my A10 board seem...
skrll[src/trunk]: src/sys/arch/arm/include Typo in comment
jmcneill[src/trunk]: src/sys/dev/ic Use ieee80211_media_status
jmcneill[src/trunk]: src/sys/dev/fdt Always set "is_console" property to true when WS...
kamil[src/trunk]: src/doc Document SYS_vadvise removal in doc/CHANGES
skrll[src/trunk]: src/sys/dev/usb Fix the logic around TT Hub Slot ID, TT Port Num...
plunky[src/trunk]: src/usr.sbin/bthcid fix width/indent of list
ozaki-r[src/trunk]: src/sys/netinet6 Add missing curlwp_bindx
maya[src/trunk]: src/libexec/ld.elf_so/arch/mips Fix typo in comment
msaitoh[src/trunk]: src/sys/kern Make cold __read_mostly like mp_online.
maxv[src/trunk]: src/sys/arch/amd64 Unmap the kernel from userland in SVS, and le...
ozaki-r[src/trunk]: src/tests/rump/kernspace Fix build
christos[src/trunk]: src/distrib/sets/lists/modules add new drivers, sort.
martin[src/trunk]: src/lib/libm/arch/alpha Fix usage of sysarch(ALPHA_FPGETMASK)
christos[src/trunk]: src/share/man/man4 new sentence-new line
maxv[src/trunk]: src/sys/arch/amd64/amd64 Stop sharing the double-fault stack. It...
msaitoh[src/trunk]: src/sys/dev/pci Add ASPM workaround for 8257[1234] and 82583 to ...
maxv[src/trunk]: src/sys/netinet6 Fix the check on 'maxlen', we are not creating ...
sevan[src/trunk]: src/usr.sbin/tadpolectl Ansify
uwe[src/trunk]: src/usr.sbin/autofs Try to use proper semantic markup. Fix a fe...
christos[src/trunk]: src man pages for amdsmn and amdzentemp
maxv[src/trunk]: src/sys/net style
sborrill[src/trunk]: src/sys/dev/pci regen
christos[src/trunk]: src/doc mention tzcode2018c
christos[src/trunk]: src/usr.sbin/memswitch make this build again.
christos[src/trunk]: src/sys/modules/amdzentemp use the intermediate bus
mlelstv[src/trunk]: src/sys/arch/x86/x86 CPUID tells the ApicIdCoreIdSize in bits.
christos[src/trunk]: src/external/bsd/blacklist/diff add a diff for smtpd
ozaki-r[src/trunk]: src/tests/net Commonalize and add tests of creating/destroying i...
maxv[src/trunk]: src/sys/netinet6 Remove this code, RH0 must be dropped, accordin...
maxv[src/trunk]: src/sys/netinet6 Fix a pretty simple, yet pretty tragic typo: we...
mrg[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer fixes to build the sanit...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add fdt glue for plrtc
pgoyette[src/trunk]: src/sys/dev Clean up the spkr_modcmd() routine so it returns ENO...
pgoyette[src/trunk]: src/sys/dev/wscons Always include declarations/definitions for N...
roy[src/trunk]: src/external/bsd/dhcpcd/sbin Restore Makefile.inc so dhcpcd is i...
kre[src/trunk]: src/tests/bin/sh Add 3 new subtests to the shell_params test cas...
hannken[src/trunk]: src Operations fstrans_start() and fstrans_start_nowait() now al...
knakahara[src/trunk]: src/sys/opencrypto use crypto_checkdriver_uninit() when it may t...
mlelstv[src/trunk]: src/external/bsd/file/dist/magic/magdir fix offset of segment co...
maxv[src/trunk]: src/doc USER_LDT on amd64.
msaitoh[src/trunk]: src/sys/dev/pci - If if_initialize() failed in the attach functi...
msaitoh[src/trunk]: src/sys/dev/pci Print Error Source Identification register corre...
roy[src/trunk]: src/external/bsd/unbound/etc/rc.d unbound reloads config on SIGH...
joerg[src/trunk]: src/external/bsd/llvm/dist Mark files not tagged with r319952 as...
ozaki-r[src/trunk]: src/sys Don't set IFEF_MPSAFE unless NET_MPSAFE at this point
kamil[src/trunk]: src/sys/compat/ultrix compat ultrix: Drop the sstk(2) syscall
skrll[src/trunk]: src/sys/arch/arm/include Correct ARM_CNTKCTL_PL0[VP]CTEN values....
kamil[src/trunk]: src/tests/lib/libc/sys t_ptrace_wait*: Disable suspend* tests
maya[src/trunk]: src/sys/arch/mips/mips Don't handle emulations overriding e_fault.
maya[src/trunk]: src/lib/libc/sys Match prior syscall behaviour
wiz[src/trunk]: src/share/man/man7 Remove Tn.
christos[src/trunk]: src/sys/arch/amd64/conf explain that a.out never shipped on x86_...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
christos[src/trunk]: src/sys/dev/pci CID-1427779: Fix uninitialized variables
pgoyette[src/trunk]: src/sys/dev Add "bufq_fcfs" requirement to all those driver modu...
ozaki-r[src/trunk]: src/sys/net Abandon unnecessary softint
mrg[src/trunk]: src/sys/net apply a little more #ifdef INET/INET6. fixes !INET6...
knakahara[src/trunk]: src add tests of ioctl for /dev/crypto
flxd[src/trunk]: src/sys/arch/vax/vsa whitespace
christos[src/trunk]: src/distrib/utils/embedded add the tests set.
pgoyette[src/trunk]: src/sys/modules/spkr Define the NWSMUX symbol for the spkr modul...
nat[src/trunk]: src/sys/dev Initialize and set all required parameters for the a...
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Parse more than one entry from the /memo...
nonaka[src/trunk]: src/doc add gnu-efi.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Print NVM Image Version, PHY FW Revision...
jmcneill[src/trunk]: src/sys/dev/fdt gpiokeys depends on sysmon_envsys and sysmon_power
christos[src/trunk]: src/external/bsd/tmux/dist/compat remove my copyright (and claus...
snj[src/trunk]: src/doc zero out for 9.0
abhinav[src/trunk]: src/share/dict Add downlink, uplink, and upload.
maxv[src/trunk]: src Remove vm86.
joerg[src/trunk]: src Add sparc/sparc64 support for irelative relocations.
pgoyette[src/trunk]: src/sys/dev Move the hdaudio_cd out of the hdaudio_pci module an...
kre[src/trunk]: src/bin/sh PR bin/52272 - fix an off-by one that broke ~ expansi...
jmcneill[src/trunk]: src/sys/dev/ic Attach kbd slot to console
nat[src/trunk]: src/sys/dev/pad sc_bytes_count needs to be set in pad_audio_open...
abhinav[src/trunk]: src/lib/libc/sys Bump date for previous
chs[src/trunk]: src/sys/sys do not expose kernel-internal structure definitions ...
kre[src/trunk]: src/sys/arch/i386/i386 Remove what is now an unused variable. ...
jdolecek[src/trunk]: src/sys/dev/ic fix comment - it's WDCTL_IDS which is supposed to...
bouyer[src/trunk]: src/sys/kern PR port-arm/52603:
christos[src/trunk]: src/share/man/man9 revert; this is section 9 and userland header...
maya[src/trunk]: src/sys/arch/x86/x86 Update protocol reverse engineering URL to ...
rjs[src/trunk]: src/sys/netinet Set SPL level to match usage for TCP.
maxv[src/trunk]: src/sys Style, reduce the indentation level when possible, and a...
nonaka[src/trunk]: src/external/lgpl3/gmp/dist external/lgpl3/gmp build fail in con...
maxv[src/trunk]: src/sys Always mask the 16 bits of the segregs in the trapframe....
msaitoh[src/trunk]: src/sys/net No functional change:
jmcneill[src/trunk]: src/sys/arch/arm/ti UART frequency comes from 'clock-frequency' ...
christos[src/trunk]: src/sys/kern - reduce ifdef ugliness by moving it up top.
christos[src/trunk]: src/share/man/man4 add missing man page from FreeBSD
hannken[src/trunk]: src/sys/dev Bounds check against media size for non-persistent s...
jakllsch[src/trunk]: src/sys/dev/usb Add West Mountain Radio IDs from OpenBSD
maya[src/trunk]: src/libexec/ld.elf_so/arch/mips fix debug build
christos[src/trunk]: src/sys/dev/pci PR/52868: Petar Bogdanovic: Add support for Manh...
ozaki-r[src/trunk]: src Add workqueue_wait that waits for a specific work to finish
christos[src/trunk]: src/lib/libc/net PR/52837: Michael Kaufmann: getaddrinfo() resol...
christos[src/trunk]: src/sys/miscfs/procfs rename some "cmdline" stuff now that it is...
maxv[src/trunk]: src/sys/kern Check MT_FREE by default, and not just under DEBUG ...
jakllsch[src/trunk]: src/sys/conf Update for 2018 new year
tsutsui[src/trunk]: src/sys/arch/atari/isa Use a proper PSL value to be passed to sp...
riastradh[src/trunk]: src/sys/kern Carve out KVA for execargs on boot from an exec_map...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi If an mmc-pwrseq provider is available, u...
abhinav[src/trunk]: src/lib/libkvm Add rest of the functions from the SYNOPSIS to th...
msaitoh[src/trunk]: src/sys/arch/powerpc/booke/dev If error occured in pq3etsec_atta...
msaitoh[src/trunk]: src/sys/dev/pci - If if_initialize() failed in the attach functi...
msaitoh[src/trunk]: src/sys/rump/net/lib/libvirtif Fix compile error.
jakllsch[src/trunk]: src/sys/arch A couple small adjustments to make big endian (BE8)...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Enable clocks and de-assert resets
ozaki-r[src/trunk]: src/sys/net Don't free sc_rthash twice
utkarsh009[src/trunk]: src/distrib/notes/common Added my name to the NetBSD developers ...
utkarsh009[src/trunk]: src/distrib/notes/common Repositioned my name according to Alpha...
christos[src/trunk]: src/sys/arch/amd64/amd64 CID-1364351: Fix uninitialized warnings.
sevan[src/trunk]: src/sys/dev/pci regen
skrll[src/trunk]: src/sys/arch/arm/arm32 Add PMAP_WRITE_COMBINE: to the list of fl...
maya[src/trunk]: src/sys/arch/mips/cavium if 0 out unused code which is currently...
sevan[src/trunk]: src/usr.sbin/map-mbone Missed another main() prototype.
skrll[src/trunk]: src Remove port-acorn26
wiz[src/trunk]: src/share/man/man4 Remove macros without effect.
maxv[src/trunk]: src/sys/netipsec As I said in my last commit in this file, ipo s...
maxv[src/trunk]: src/share/man/man4 Improve wording, and put a new drawing, from ...
maxv[src/trunk]: src/sys/netinet6 Remove outdated comment and fix typo.
ozaki-r[src/trunk]: src/share/man/man9 Refer softint(9)
pgoyette[src/trunk]: src/sys/dev/pad Unitialized variable - CID/1428657
ozaki-r[src/trunk]: src/sys/netipsec Fix buffer overflow on sending an IPv6 packet w...
chs[src/trunk]: src/sys/arch apply the change from arch/x86/x86/pmap.c rev. 1.26...
maxv[src/trunk]: src/sys/netinet6 Style, and use __cacheline_aligned.
ozaki-r[src/trunk]: src/sys/kern Apply C99-style struct initialization to syncobj_t
macallan[src/trunk]: src/sys/arch/macppc/conf add dstemp at iic
jmcneill[src/trunk]: src/sys/dev/mii Avoid using proplib in rgephy_reset to make LOCK...
mrg[src/trunk]: src/external/bsd/atf ATF needs C++98 for now, and GCC 6.4 defaul...
maya[src/trunk]: src/external/bsd/pkg_install/dist/lib Merge pkg_install-20171030
maxv[src/trunk]: src/sys/netipsec Style and remove dead code.
maxv[src/trunk]: src/sys/netipsec dedup
maxv[src/trunk]: src/sys/netipsec dedup again
maxv[src/trunk]: src/sys/netipsec Fix the IPIP_STAT_IBYTES stats; we did m_adj(m,...
maxv[src/trunk]: src/sys/netipsec Remove broken MROUTING code, rename ipo->ip4, a...
maxv[src/trunk]: src/sys/netipsec Style a bit, and if we don't know the pad-filli...
maxv[src/trunk]: src/sys/netipsec Style and simplify.
christos[src/trunk]: src/external/gpl3/gcc.old/dist/libsanitizer/asan we now has _UC_...
uwe[src/trunk]: src/sys/dev/pci Explicitly enable PCI_COMMAND_MASTER_ENABLE and ...
kamil[src/trunk]: src/sys/arch Introduce _UC_MACHINE_FP() as a macro
sevan[src/trunk]: src/sys/dev/pci Add Nvidia GeForce 9400M as found in the late 20...
sevan[src/trunk]: src/sys/dev/pci regen
knakahara[src/trunk]: src/sys/dev/pci Apply RSS utility to wm(4).
knakahara[src/trunk]: src/sys/net Introduce very simple Receive Side Scaling (RSS) uti...
rin[src/trunk]: src/sys/arch/i386/conf install/52845: Enable vga@isa and pcdispl...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Apply RSS utility to ixg(4) and ixv(4).
ozaki-r[src/trunk]: src/sys/kern Avoid a race condition between an LWP migration and...
knakahara[src/trunk]: src/distrib/sets/lists/comp Fix build failure, sorry.
ozaki-r[src/trunk]: src/sys/sys Add missing barriers to curlwp_bind and curlwp_bindx
mrg[src/trunk]: src minimal basic support for ia64 and gcc6. i am not sure abou...
ryo[src/trunk]: src/sys/arch/arm/imx * avoid writing past the end of the mbuf.
maxv[src/trunk]: src/sys/netipsec Remove ip4_esp_randpad and ip6_esp_randpad, unu...
maxv[src/trunk]: src/sys/netipsec Remove ipsec_replay and ipsec_integrity from th...
maxv[src/trunk]: src/sys/netipsec Remove some more FreeBSD sysctl declarations th...
maxv[src/trunk]: src/sys/netipsec Add [ah/esp/ipcomp]_enable sysctls, and remove ...
leot[src/trunk]: src regen
leot[src/trunk]: src/doc Fix a typo.
maxv[src/trunk]: src/sys/netipsec Remove unused.
knakahara[src/trunk]: src Currently, it is not necessary to install rss_config.h. Poin...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that the first call of ifflags_c...
maxv[src/trunk]: src/sys/netipsec Fix inverted logic, otherwise the kernel crashe...
maxv[src/trunk]: src/sys/netipsec Style a bit, no functional change.
maxv[src/trunk]: src/sys/netipsec Style, remove unused and misleading macros and ...
christos[src/trunk]: src/tests/net/net add a getpeeeid test.
christos[src/trunk]: src/tests/net/net add getpeereid tests for non-unix sockets, ret...
christos[src/trunk]: src/tests/net/net explain what's going on before we fix it.
macallan[src/trunk]: src/sys/arch/powerpc/oea use mtspr64() in bridge mode
macallan[src/trunk]: src/sys/arch/powerpc/include/oea add a few pp970-specific bits
macallan[src/trunk]: src/sys/arch/macppc/dev OF_getprop() retuns -1 on failure, not 0...
macallan[src/trunk]: src/sys/arch/macppc/dev add $NetBSD:
macallan[src/trunk]: src/sys/arch/macppc/dev remove accidential garbage
macallan[src/trunk]: src/sys/arch/macppc/dev use _PREFETCHABLE
christos[src/trunk]: src/lib/libc/net Enforce that getpeereid only returns success on...
christos[src/trunk]: src/tests/net/net ensure that getpeereid does not succeed on tcp...
christos[src/trunk]: src/tests/net/net make sure we call getpeername on the accepted ...
christos[src/trunk]: src/tests/net/net Use the same variable name for the accepted so...
christos[src/trunk]: src/tests/net/net remove clause 3, 4.
sevan[src/trunk]: src/sys/ddb Opt to print a backtrace on panic by default with th...
sevan[src/trunk]: src/sys/dev/pci grammar
sevan[src/trunk]: src/sys/dev/pci regen
sevan[src/trunk]: src/doc Note ddb.dumpstack sysctl
sevan[src/trunk]: src/share/man/man4 document dumpstack variable.
sevan[src/trunk]: src/share/man/man4 Remove mention of DDB_ONPANIC=2, ddb.dumpstac...
uwe[src/trunk]: src Actually install dhcpd6 rc script. Organize CONFIGFILES
sevan[src/trunk]: src/sys/arch With the introduction of ddb.dumpstack which is ena...
wiz[src/trunk]: src/distrib/sets/lists/debug t_timeleft.debug is still installed...
kamil[src/trunk]: src/sys/arch/x86/include Stop installing dbregs.h
joerg[src/trunk]: src/sys/arch/i386/stand/mbr Drop explicit loop prefix. GAS doesn...
kamil[src/trunk]: src/sys/arch/sparc/include Improve _UC_MACHINE_FP() for SPARC/SP...
christos[src/trunk]: src/tests/net/net Add a test demonstrating thst LOCAL_PEEREID is...
maxv[src/trunk]: src/sys/arch/x86/x86 Add svs_init. This is where we will detect ...
maxv[src/trunk]: src/sys/arch Rename i8259_stubs -> legacy_stubs. We will want th...
rjs[src/trunk]: src/sys/netatalk Add NETATALKDEBUG to the option header and incl...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Define legacy_stubs in a macro.
christos[src/trunk]: src/tests/net/net make it compile again for those who don't have...
christos[src/trunk]: src/sys/kern fix LOCAL_PEEREID to not return the same info for b...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Declare and use TRAP_ENTRY_POINT_FPU. N...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Declare and use TRAP_ENTRY_POINT_SPUR. ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Start using ASM macros to define the tr...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Now that [Z]TRAP and [Z]TRAP_NJ are ide...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Declare and use TRAP_ENTRY_POINT_DNA. T...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use ASM macros for the rest of the entr...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Declare check_swapgs in an ASM macro. N...
mrg[src/trunk]: src/distrib/sets/lists/comp add missing gcc-6/xtestintrin.h
mrg[src/trunk]: src/share/mk switch i386, sparc and sparc64 to GCC 6.
kamil[src/trunk]: src/distrib/sets/lists/comp Try to correct generation of the sun...
joerg[src/trunk]: src/sys/conf Restrict -fno-delete-null-pointer-checks to GCC.
uwe[src/trunk]: src/tools Fix .endif comment for TOOLS_BUILDRUMP
sjg[src/trunk]: src/usr.bin/make Var_Set: avoid SIGSEGV if val is NULL
jmcneill[src/trunk]: src/sys/arch/arm/dts Add wrapper for Pine64 (non-plus) dts
jmcneill[src/trunk]: src/sys/arch/arm/dts Pinebook LCD pipeline is mixer0-lcd0
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for Allwinner H6 CPUX and CPU...
maxv[src/trunk]: src/sys/arch Add svs_enabled, which defaults to 'true' when SVS ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Pass the name of the function as argume...
christos[src/trunk]: src/sys/arch/sparc/include Make _UC_MACHINE_FP() compile again a...
pgoyette[src/trunk]: src/share/man/man4 Add 'tunnel mode ipip' to the cisco configura...
christos[src/trunk]: src/sys/dist/pf/net PR/53036: Alexander Nasonov: 'block user' in...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch Regen.
christos[src/trunk]: src/external/bsd/bind/dist/lib/isc/include/isc llvm detects infi...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Avoid ssp error on...
mrg[src/trunk]: src/sys/arch fix _UC_MACHINE32_FP() -- use 32 bit pointer value ...
wiz[src/trunk]: src/share/man/man4 Quote minus.
sborrill[src/trunk]: src/sys/arch Double size of MSGBUFSIZE as existing value is not ...
maya[src/trunk]: src/sys/dev Add Turkish keyboard layout.
jmcneill[src/trunk]: src/sys/arch/arm move plfb glue to the correct location
jmcneill[src/trunk]: src/sys/arch/evbarm/conf ROCKCHIP is gone
maya[src/trunk]: src/sys/modules/pf Code is fixed, so hiding the warning is not n...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for H6 USB PHY
jmcneill[src/trunk]: src/sys/dev/ic Rewrite data transfer path to take advantage of t...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add H6 support
ginsbach[src/trunk]: src/share/misc Add ANR and another ARC acronyms
christos[src/trunk]: src/share/mk switch sparc to openssl-1.1
jdolecek[src/trunk]: src/sys/uvm/pmap make it possible to not use the icache evcnts
jdolecek[src/trunk]: src/sys/uvm/pmap a bit of DRY - add macro for initial free ASID ...
jdolecek[src/trunk]: src/sys/uvm/pmap convert to use actual __BITMAP_*() macros from ...
pgoyette[src/trunk]: src/sys/dev/isa Handle watchdog attachment in the wbsio_rescan()...
christos[src/trunk]: src/sys/dist/pf/net It is normal for socket credentials to be mi...
kamil[src/trunk]: src/include Mark in string.h: memccpy(3) and strdup(3) as _POSIX...
kamil[src/trunk]: src/lib/libc/stdio Improve the setbuf(3) man-page
ozaki-r[src/trunk]: src/sys/kern Spinkle __predict_false to LOCKDEBUG functions
kamil[src/trunk]: src/lib/libpthread Remove namespace restriction from pthread_con...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Increment rxr->packets correctly in ixgbe_...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Fix a bug that RX may stall on heavy loa...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Improve a comment about reading EICS regis...
pgoyette[src/trunk]: src/share/man/man4 Update to include wbsio as a possible parent ...
wiz[src/trunk]: src/lib/libc/stdio Remove ineffective macros and arguments.
wiz[src/trunk]: src/share/man/man4 Whitespace improvements. Remove unnecessary Tn.
martin[src/trunk]: src/share/mk Switch sparc back to old openssl - needs more work ...
martin[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc Backout...
martin[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc Backout...
ws[src/trunk]: src/sys/dev/usb Attach uftdi to each interface found in the devi...
ws[src/trunk]: src/share/man/man4 Add description of how to attach ugen to only...
uwe[src/trunk]: src/lib/libc/stdio Use semantic markup.
wiz[src/trunk]: src/share/man/man4 Add missing end quote.
uwe[src/trunk]: src/lib/libc/stdio Make the list of STDBUF values and the list o...
uwe[src/trunk]: src/lib/libc/stdio Markup "stdin".
kamil[src/trunk]: src/sys/sys Enable O_NOFOLLOW in the POSIX namespace
kamil[src/trunk]: src/lib/libc/net Improve the getnetent(3) man-page
msaitoh[src/trunk]: src/sys/dev/pci Add some ServerEngines (Emulex) products from Op...
msaitoh[src/trunk]: src/sys/dev/pci Add some Intel Ethernet devices.
pgoyette[src/trunk]: src/sys/modules/ld On the off chance that someone tries to use t...
wiz[src/trunk]: src/lib/libc/net Fix endnetent prototype. Fix NULL. New sentence...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
skrll[src/trunk]: src/sys/arch/hppa/hppa Avoid UB (shift of negative number)
uwe[src/trunk]: src/lib/libc/net Consistenly use "host byte order".
maxv[src/trunk]: src/sys/netipsec Extend these #ifdef notyet. The m_copydata's in...
maxv[src/trunk]: src/sys/netipsec Use inpcb_hdr to reduce the diff between:
maxv[src/trunk]: src/sys/netipsec Fix ipsec4_get_ulp(). We should do "goto done" ...
maxv[src/trunk]: src/sys/netipsec Rename:
maxv[src/trunk]: src/sys/netipsec Argh, in my previous commit in this file I forg...
maxv[src/trunk]: src/sys/netipsec Strengthen this check, to make sure there is ro...
maxv[src/trunk]: src/sys/netipsec Style, no functional change.
jdolecek[src/trunk]: src/sys/uvm/pmap KERNEL_PID is > 0 on powerpc/ibm4xx, need to ma...
christos[src/trunk]: src/sys/arch/i386/stand gcc-6 needs -nosse
pgoyette[src/trunk]: src/share/man/man4 Add config option for tpm at acpi
christos[src/trunk]: src/sys/dev/acpi notyet an unused variable.
sjg[src/trunk]: src/usr.bin/make Avoid calling sysconf for every file loaded.
msaitoh[src/trunk]: src/sys/dev/pci Add C620 devices.
msaitoh[src/trunk]: src/sys/dev/pci Fix C62x9 sSATA Controller (RAID) device ID.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/pci Add C620 devices.
msaitoh[src/trunk]: src/sys/dev/pci s/C62x9/C62x/
msaitoh[src/trunk]: src/sys/dev/pci Regen.
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc re-port the patch from https://gc...
mrg[src/trunk]: src/sys move "define tcbus {}" into files.alpha. it isn't wante...
mrg[src/trunk]: src/distrib/pmax/instkernel bump image size for gcc 6 bloaty mc ...
pgoyette[src/trunk]: src/lib/libc/stdio Remove extra "an"
msaitoh[src/trunk]: src/sys/dev/pci Add some Xeon E5 (v1) and E5 v2 devices.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Revert all my latest changes, and resto...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Apply ixgbe.c rev. 1.124 to ixv.c. Fix a...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
maxv[src/trunk]: src/sys/arch Add a dynamic detection for SVS.
maxv[src/trunk]: src/sys/arch Improve the SVS initialization.
msaitoh[src/trunk]: src/sys/dev/i2c - Add Maxim MAX6604.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a potential bug that TX/RX might stall...
msaitoh[src/trunk]: src/share/man/man4 Add Microchip EMC1501.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Mmh, add #ifdef SVS around svs_init().
maxv[src/trunk]: src/sys/arch/x86/x86 Ensure the CPUs are all online. We take cpu...
maxv[src/trunk]: src/sys/arch Make the machdep.svs_enabled sysctl writable, and a...
martin[src/trunk]: src/sys/arch/amd64/amd64 Protect the SVS part of SYSCALL_ENTRY b...
maxv[src/trunk]: src/sys/arch Remove svs_pgg_update(). Instead of manually changi...
martin[src/trunk]: src PR lib/53044: remove tests not provided by OpenSSL 1.1.x
sevan[src/trunk]: src/share/man/man7 Sort ddb section in alphabetical order.
sevan[src/trunk]: src/share/man/man7 Improve description of ddb.commandonenter.
sevan[src/trunk]: src/share/man/man7 Document ddb.dumpstack sysctl
maxv[src/trunk]: src/sys/arch/amd64/amd64 Adapt previous; put #ifdef SVS around t...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc fix powerpc64 bi-arch support: p...
mrg[src/trunk]: src/external/gpl3/gcc.old remove this obsolete file that has a l...
sevan[src/trunk]: src/sys/arch Remove OFB_ENABLE_CACHE
sevan[src/trunk]: src/sys/arch/macppc/conf Enable BUFQ_PRIOCSCAN by default for Ne...
sevan[src/trunk]: src/doc BUFQ_PRIOCSCAN enabled on macppc port.
maxv[src/trunk]: src/sys/arch Add -fno-shrink-wrap, to force GCC to push the fram...
maxv[src/trunk]: src/sys/arch/x86/x86 Change the SVS node, from machdep.svs_enabl...
maxv[src/trunk]: src/sys/arch Revert previous, we'll need something better (and c...
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64 regen ppc64 mkn...
wiz[src/trunk]: src/share/man/man4 Remove unnecessary macros.
maxv[src/trunk]: src/sys/arch/x86/x86 Add a new entry in the TODO list.
skrll[src/trunk]: src/share/mk Switch hppa to gcc 6.4
maxv[src/trunk]: src/sys/kern Fix off-by-one, we don't want the entry point to eq...
ozaki-r[src/trunk]: src/sys/netinet6 Use KASSERT for checking a programming error
ozaki-r[src/trunk]: src/sys/netinet6 Simplify; pass dp to nd6_dad_duplicated instead...
ozaki-r[src/trunk]: src/sys Avoid a deadlock between softnet_lock and IFNET_LOCK
ozaki-r[src/trunk]: src/sys Avoid a race condition of DAD timer destructions
mlelstv[src/trunk]: src/sys/dev/pci Add AMD KERNCZ chipset for Zen processors.
maxv[src/trunk]: src/sys/arch/x86/x86 Document SVS. Also, remove an entry from th...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use %rax instead of %r15 in the non-SVS...
mlelstv[src/trunk]: src/sys/dev/pci Regen.
sevan[src/trunk]: src/sys/arch/macppc/conf Remove legacy comment regarding the ins...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc add the...
maxv[src/trunk]: src/sys/arch/x86/x86 Fix one thing in the documentation, I meant...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto fix sparc.
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto we don't yet have __...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc dedup
mrg[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common fix som...
mrg[src/trunk]: src/sys/arch add a special rule to build m68k/fpu.c to avoid pas...
maxv[src/trunk]: src/sys/arch/amd64/amd64 There are two places where we reload %gs:
mrg[src/trunk]: src add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts
pgoyette[src/trunk]: src/sys/modules Add new modules (for i386 and amd64 only) for th...
pgoyette[src/trunk]: src/distrib/sets/lists/modules Update for newly added imcsmb dri...
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 Use correct MID_ value
pgoyette[src/trunk]: src/sys/dev Import imcsmb driver from FreeBSD. This driver allo...
pgoyette[src/trunk]: src/share/man/man4/man4.x86 Add the man page for new imcsmb driver
skrll[src/trunk]: src/sys/arch/aarch64/aarch64 KNF
pgoyette[src/trunk]: src/share/man/man4/man4.x86 Ooops - forgot to add NetBSD License
maxv[src/trunk]: src/sys/arch/amd64/amd64 Replace %rax -> %rdi, so that check_swa...
wiz[src/trunk]: src/share/man/man4/man4.x86 Fix xrefs, remove empty lines, fix R...
kamil[src/trunk]: src/sys/modules Remove ksem module reference
maxv[src/trunk]: src/sys/arch/amd64/amd64 Ah. Don't use NENTRY() to declare check...
kamil[src/trunk]: src/distrib/sets/lists/comp Correct OpenSSL 1.1 entries in plist
uwe[src/trunk]: src/share/man/man4/man4.x86 Fix a typo.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Fix handling of segment register faults...
uwe[src/trunk]: src/external/gpl2/groff/tmac Add FreeBSD 11.0 and 12.0
uwe[src/trunk]: src/share/man/man4/man4.x86 .Po/.Pc are not appropriate for encl...
uwe[src/trunk]: src/share/man/man4/man4.x86 Use .Dl instead of .Bd -literal, fix...
kamil[src/trunk]: src/distrib/sets/lists/man Register the x86/imcsmb man/cat/html ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Mmh. We shouldn't read %cr2 here. %cr2 ...
maxv[src/trunk]: src/sys/arch/amd64/include Remove INTRENTRY_L, it's not used any...
maxv[src/trunk]: src/sys/arch/x86/x86 Remove the first entry from the todo list, ...
kamil[src/trunk]: src/tests/lib/libc/sys Add new tests in lib/libc/sys/t_ucontext
christos[src/trunk]: src/tests/lib/libc/sys fix spello
jdolecek[src/trunk]: src/sys/uvm/pmap adjust KASSERT() triggered in PR port-cobalt/53...
kamil[src/trunk]: src/share/man/man2 Document _UC_MACHINE_*() in ucontext(2)
uwe[src/trunk]: src/share/man/man2 Flags are .Fl not .Ar
uwe[src/trunk]: src/share/man/man2 Use tagged list.
chs[src/trunk]: src/external/bsd/libproc/dist add some flag definitions from a n...
chs[src/trunk]: src/lib/libpthread remove hard-coded -fomit-frame-pointer for pt...
chs[src/trunk]: src/sys/kern add defines to control whether or not mutex operati...
chs[src/trunk]: src/share/mk add DTRACE_OPTS and HOST_DTRACE_OPTS to allow disab...
chs[src/trunk]: src/sys/sys add definitions of FIOSEEKDATA and FIOSEEKHOLE for ZFS.
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSPosix zero out socke...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSShared update upstre...
christos[src/trunk]: src/external/apache2/mDNSResponder merge conflicts; also:
christos[src/trunk]: src/external/apache2/mDNSResponder/dist import latest
jdolecek[src/trunk]: src/sys/uvm/pmap fix the DIAGNOSTIC function pmap_tlb_asid_count...
pgoyette[src/trunk]: src/sys/arch As requested by chuq@, add the new imc devices to t...
htodd[src/trunk]: src/usr.bin/at Fix typo in error message.
pgoyette[src/trunk]: src/share/man/man4 Regen attachment list, since we just added "i...
pgoyette[src/trunk]: src/share/man/man4 Fix the commands-to-generate-the-attachment l...
pgoyette[src/trunk]: src/share/man/man4 Bump date for previous two changes.
christos[src/trunk]: src/doc new mdns-responder.
pgoyette[src/trunk]: src/share/man/man4 Hmmm, for some reason the first entry in the ...
htodd[src/trunk]: src/usr.bin/su Fix typo in comment.
pgoyette[src/trunk]: src/share/man/man4 Ooopppsss! Put the .Sh DESCRIPTION where it ...
pgoyette[src/trunk]: src/share/man/man4 Finally, remove extraneous entries for macppc...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc make th...
pgoyette[src/trunk]: src/sys/dev/imcsmb Search for child devices using the i2cbus att...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix poll mode assumption breaking.
pgoyette[src/trunk]: src/sys/dev/imcsmb Remove unneeded imc_print() routine
pgoyette[src/trunk]: src/sys/dev/imcsmb Change the "Child not added" message from nor...
pgoyette[src/trunk]: src/sys/dev/imcsmb Identify the device that wsa just attached. ...
pgoyette[src/trunk]: src/sys/dev/imcsmb For non-modular driver, don't set return stat...
maxv[src/trunk]: src/sys/arch/amd64/conf Enable SVS by default.
maxv[src/trunk]: src/sys/netipsec Merge some minor (mostly stylistic) changes fro...
maxv[src/trunk]: src/sys/netipsec Fix mbuf mistake: we are using ip6 before it is...
maxv[src/trunk]: src/sys/netipsec Reinforce this area, make sure the length field...
maxv[src/trunk]: src/sys/netipsec Add XXX, it seems to me we need to free the mbu...
maxv[src/trunk]: src/sys/netipsec Fix nonsensical checks, neither in6p nor reques...
maxv[src/trunk]: src/sys/netipsec m is never allowed to be NULL, so turn the KASS...
maxv[src/trunk]: src/sys/netipsec If 'skip' is lower than sizeof(struct ip), we a...
pgoyette[src/trunk]: src/sys/dev/pci Modularize the ichsmb(4) driver. No functional ...
pgoyette[src/trunk]: src/sys/modules Descend into subdirectory to create the module f...
pgoyette[src/trunk]: src/distrib/sets/lists/modules Update sets lists for new modular...
wiz[src/trunk]: src/share/man/man4 Fix comment.
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Apply ixgbe.c:r1.127 to ixv.c. Pointed out...
pgoyette[src/trunk]: src/sys/dev/imcsmb Better device identification during configura...
maxv[src/trunk]: src/sys/netipsec Dedup: merge ipsec4_checkpolicy and ipsec6_chec...
maxv[src/trunk]: src/sys Dedup: merge ipsec4_hdrsiz and ipsec6_hdrsiz into ipsec_...
maxv[src/trunk]: src/sys/netinet6 Remove redundant condition (harmless). PR/53030.
maxv[src/trunk]: src/sys Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ...
maxv[src/trunk]: src/sys/netipsec Reduce the diff between ipsec6_input and ipsec4...
maxv[src/trunk]: src/sys/netipsec Dedup: call ipsec_in_reject directly. IPSEC_STA...
martin[src/trunk]: src/share/mk Switch sparc over to openssl 1.1 again - thanks to ...
kamil[src/trunk]: src/lib/libc/regex Document ragasub(3) & regnsub(3) implementati...
christos[src/trunk]: src/lib/libedit PR/53058: Nikhil Benesch: use correctly typed va...
tsutsui[src/trunk]: src/sys/arch/atari Add dumb memory probe routines for Milan to u...
sevan[src/trunk]: src/doc Note awacs(4) getting enabled.
sevan[src/trunk]: src/doc macofcons(4)
pgoyette[src/trunk]: src/sys/modules/iic The iic module needs to include 2c_subr so t...
sevan[src/trunk]: src/sys Remove support for macofcons(4), it's not actually possi...
pgoyette[src/trunk]: src/sys/dev/imcsmb The controller only supports 1-byte "commands"
pgoyette[src/trunk]: src/sys/dev Add dependency on iic module to get access to iicbus...
pgoyette[src/trunk]: src/sys/dev/imcsmb Our i2c addresses are right-justified 7-bit; ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add hw.ixvM.q[01].{interrupt_rate, [tr]xd_h...
pgoyette[src/trunk]: src/sys/dev/imcsmb For byte-writes we only load an 8-bit quantity
pgoyette[src/trunk]: src/sys/dev/imcsmb KNF - remove space between cast and variable
pgoyette[src/trunk]: src/sys/dev/imcsmb Change a couple of aprint messages to aprint_...
pgoyette[src/trunk]: src/sys/dev/imcsmb Use I2C_READ_OP_P() rather than negating I2C_...
pgoyette[src/trunk]: src/sys/dev/imcsmb Fix another case of 7-bit right-justified add...
pgoyette[src/trunk]: src/sys/dev/imcsmb Fix total timeout amount - since we decrement...
skrll[src/trunk]: src/sys/arch/aarch64/include Remove c&p comment that doesn't apply
maxv[src/trunk]: src/sys/netipsec Optimize: use ipsec_sp_hdrsiz instead of ipsec_...
kamil[src/trunk]: src/sys/arch/ia64/include Add a dummy implementation of _UC_MACH...
uwe[src/trunk]: src/share/man/man2 INTRV is INT-RV - integer return value (not I...
kamil[src/trunk]: src/tests/lib/libc/sys Make the t_ucontext.c test more portable
kamil[src/trunk]: src/sys/arch/hppa/include Implement _UC_MACHINE_INTRV() for hppa
pgoyette[src/trunk]: src/sys/dev/imcsmb Detach our children before allowing ourselves...
kamil[src/trunk]: src/tests/lib/libc/sys Include <inttypes.h> in t_ucontext.c
christos[src/trunk]: src/sys/dev/ic - don't leak ccb on alloc failure.
maxv[src/trunk]: src/sys/netipsec Use inpcb_hdr to reduce the diff between
maxv[src/trunk]: src/sys/sys style and fix typo
maxv[src/trunk]: src/sys/rump/librump/rumpnet Oops, forgot this file; I just merg...
maxv[src/trunk]: src/sys Dedup: merge
maxv[src/trunk]: src Remove the Econet code. It was part of acorn26, which was re...
maxv[src/trunk]: src/sys/netipsec Remove duplicate checks, and no need to initial...
uwe[src/trunk]: src/tests/lib/libpthread Cleanup trailing whitespace.
maxv[src/trunk]: src/sys Dedup: merge ipsec4_set_policy and ipsec6_set_policy. Th...
uwe[src/trunk]: src/tests/lib/libpthread Drop unnecessary cast to makecontext() ...
uwe[src/trunk]: src/tests/lib/libpthread swapfunc() is not passed to pthread_cre...
uwe[src/trunk]: src/tests/lib/libpthread threadfunc - we do return from swapcont...
uwe[src/trunk]: src/sys/sys Fix pasto in a comment.
pgoyette[src/trunk]: src/sys/dev/imcsmb Remove extraneous space from $NetBSD$ tag
pgoyette[src/trunk]: src/share/man/man4/man4.x86 Note that the imc driver works on at...
msaitoh[src/trunk]: src/sys/dev - Add new PCI quirk PCI_QUIRK_HASEXTCNF and PCI_QUIR...
pgoyette[src/trunk]: src/sys/dev/imcsmb Add RCSID and short title/synopsis
pgoyette[src/trunk]: src/sys/dev/imcsmb Remove extra blank line
pgoyette[src/trunk]: src/doc Mention imcsmb(4)
pgoyette[src/trunk]: src/sys/dev/imcsmb Remove extra */ from comment - fix build
pgoyette[src/trunk]: src/sys/dev/imcsmb Remove exgtra / in the $NetBSD$ line. Thanks...
mrg[src/trunk]: src/sys/kern in sockaddr_getsize_by_family() print the p_comm, p...
maxv[src/trunk]: src/sys/netipsec ipsec6_setspidx_in6pcb: call ipsec_setspidx() o...
maxv[src/trunk]: src/sys/netipsec Dedup: merge ipsec4_setspidx_inpcb and ipsec6_s...
maxv[src/trunk]: src/sys Remove unused mbuf tags.
ozaki-r[src/trunk]: src/sys/net Sweep obsolete BRIDGE_MPSAFE (it's always on now)
bouyer[src/trunk]: src/sys/arch Xen doens't need lapic so don't allocate a lapic VA...
maya[src/trunk]: src/sys/arch/i386/i386 Use PRIxPSIZE when printing psize_t.
christos[src/trunk]: src/external/gpl2/xcvs/dist/src Always pass the modification tim...
maya[src/trunk]: src/tests/lib/libm define __TEST_FENV in the makefile for t_fe_r...
macallan[src/trunk]: src/sys/dev/pci use hardware rendering for anti-aliased fonts
dholland[src/trunk]: src/sys/kern typo in comment
joerg[src/trunk]: src/libexec/ld.elf_so/arch/vax Add back symnum, fix debug print.
skrll[src/trunk]: src/etc/etc.evbarm Don't try and build VEXPRESS_A15_INSTALL
christos[src/trunk]: src/sys/arch/x86/x86 knf, fix more error and debugging messages.
skrll[src/trunk]: src/sys/arch/arm/cortex Naming consistency for (as yet) unused r...
flxd[src/trunk]: src spelling (DEC called it "TURBOchannel")
kamil[src/trunk]: src/bin/ksh ksh: Assume that $CC handles const (ANSI C89)
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without offsetof(3)
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use IFM_1000_KX more.
skrll[src/trunk]: src/sys/uvm/pmap Whitespace - comment alignment.
kre[src/trunk]: src/bin/sh Another ancient (highly improbable) bug bites the dus...
snj[src/trunk]: src/sys/kern fix typo
mlelstv[src/trunk]: src/sys/dev/scsipi Add locking for periph_active and flags. The ...
knakahara[src/trunk]: src/sys/opencrypto Divide crp_devflags from crp_flags to write e...
knakahara[src/trunk]: src/sys/opencrypto Reduce crypto_ret_q_mtx lock regions.
maxv[src/trunk]: src/doc kernel modules on xen
maya[src/trunk]: src/sys/dev/pci Less magic. 0x00000c00 is equal to PCIE_LCAP_ASPM.
mrg[src/trunk]: src/sys/arch/mips/mips fix lp64 kvm access for many kernel addre...
skrll[src/trunk]: src/sys/dev/scsipi KNF
maya[src/trunk]: src/distrib/sets/lists/comp fix release build after the addition...
kre[src/trunk]: src/bin/sh NFC - DEBUG changes, update this to new TRACE method.
jmcneill[src/trunk]: src/sys/arch/evbarm/rpi Enable UART0 (PL011) on GPIO header for ...
hannken[src/trunk]: src/sys/kern Clear fstrans entries whose mount is gone from the ...
skrll[src/trunk]: src/sys/uvm PRIxPHYSMEM -> PRIxPHYSSEG to fix the build
maxv[src/trunk]: src/sys/arch/arm/imx memory leak, found by Mootja
kamil[src/trunk]: src/bin/ksh Remove code for AIX, including hack for 3.2.5 (from ...
riastradh[src/trunk]: src/sys/arch/xen/xen Restore MP-safety annotations in intr_estab...
mrg[src/trunk]: src/external/gpl3/gcc/dist merge GCC 5.5.0. this does not inclu...
jdolecek[src/trunk]: src remove ppi(9) manpage, the actual subsystem got never implem...
mrg[src/trunk]: src/doc note mips64 n64 binary fixes.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix the partial chain check in ixgbe_rx_di...
maxv[src/trunk]: src/sys/arch/x86/include Add EFER_TCE. This would be an interest...
maxv[src/trunk]: src/sys Make the PMC syscalls privileged.
maxv[src/trunk]: src/sys/arch/x86/x86 Fix a subtle but important bug in pmap_grow...
christos[src/trunk]: src/usr.bin/config Allow multiline makeoptions to work by quotin...
maxv[src/trunk]: src/sys/arch/amd64/include Increase the kernel heap size from 51...
pgoyette[src/trunk]: src/sys/modules/hdafg For non-rump modules, enable HDMI audio de...
riastradh[src/trunk]: src/sys/dev No externs in .c files! Include ioconf.h for struct...
skrll[src/trunk]: src/sys/dev/usb Update format to report sC
abhinav[src/trunk]: src/lib/libc/time Fix the escape used for em dash
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Randomize the kernel segments i...
sevan[src/trunk]: src/sys/dev/pci regen
jdolecek[src/trunk]: src/sys/dev/pci regen
jmcneill[src/trunk]: src/sys/arch/arm/cortex Don't assume that CPU index = GIC CPU in...
kamil[src/trunk]: src Remove <sys/user.h>
nat[src/trunk]: src/sys/dev Allow for bigger data types to mix into to avoid ove...
maxv[src/trunk]: src/sys/arch/xen/conf Make Xen compile again.
martin[src/trunk]: src/tests/kernel/kqueue Add EVFILT_FS
knakahara[src/trunk]: src add ipsec(4) interface man as ipsecif.4.
ozaki-r[src/trunk]: src/tests/net/if_ipsec Change the prefix of test names to ipseci...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Split svs_page_add in two, one half wil...
mrg[src/trunk]: src/usr.sbin/cpuctl note the default path for ucode updates can ...
maxv[src/trunk]: src/sys/netipsec Fix use-after-free. There is a path where the m...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist resolve conflicts
ozaki-r[src/trunk]: src/sys Remove extra pserialize_perform from in_purgeaddr
kre[src/trunk]: src/bin/sh Paul Goyette suggested improvements to parts of the d...
maxv[src/trunk]: src/sys/net Fix two bugs in altq_etherclassify. When scanning th...
uwe[src/trunk]: src/tools/make Do not use HOST_CFLAGS to link the make binary.
maya[src/trunk]: src/usr.sbin/timed/timed Returns void, mark noreturn.
ozaki-r[src/trunk]: src/sys/kern Sanity-check if interlock is held when it's passed
maxv[src/trunk]: src/sys/net80211 Add comments about the length checks, and check...
skrll[src/trunk]: src/sys/arch G/C ARM32_NEW_VM_LAYOUT
nakayama[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v doesn't have %ver register.
wiz[src/trunk]: src/lib/libc/hash/sha2 Remove Tn. Do not split on An lines.
kre[src/trunk]: src/sys/compat/netbsd32 unconst machine_arch32 for sysctl data ....
maxv[src/trunk]: src/sys/arch/amd64/acpi Use NENTRY -> END.
nat[src/trunk]: src/sys/dev Revert commit rev 1.419 to audio.c. This should add...
maxv[src/trunk]: src/sys Handle absolute relocations coming from the kernel: pres...
nat[src/trunk]: src/sys/dev Revert to previous. It is necessary to use the calc...
wiz[src/trunk]: src/lib/libc/stdio Fix xref. Remove Tn.
maxv[src/trunk]: src/sys/arch/x86/x86 Fix stack overflow, found when testing a ne...
kamil[src/trunk]: src/external/gpl3/gcc/lib/liblto_plugin Link liblto_plugin with ...
rin[src/trunk]: src/external/bsd/nvi/dist/common Entries of abbrev[] should be s...
christos[src/trunk]: src/usr.sbin/rtadvd Change the meaning of the 'D' flag to print ...
christos[src/trunk]: src/tests/lib/libc/stdio add a symlink test
nat[src/trunk]: src/sys/dev A sysctl is now available to disable the in kernel m...
ozaki-r[src/trunk]: src/tests/net Stop using bpfjit
christos[src/trunk]: src/distrib/sets/lists/comp remove tstamp.h, this is for a diffe...
maxv[src/trunk]: src/sys/arch/x86/include remove vestige
maxv[src/trunk]: src/sys/arch Call fpuinit_mxcsr_mask in cpu_init, after cr4 is i...
knakahara[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon fix typo. (does not affec...
christos[src/trunk]: src/external/bsd/nvi/dist/common Instead of opening the file and...
maxv[src/trunk]: src/sys/arch Modify the layout of the bootspace structure, in su...
flxd[src/trunk]: src/sys/arch/pmax/conf Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG fr...
kamil[src/trunk]: src/lib/libc/include Register more syscalls in namespace.h (of l...
christos[src/trunk]: src/sbin/drvctl KNF.
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb add a netbsd-specific alpha targe...
jmcneill[src/trunk]: src/usr.bin/mkubootimage Add support for writing "AArch64 Linux ...
christos[src/trunk]: src/lib/libradius Adjust to openssl 1.1
ozaki-r[src/trunk]: src/sys/kern Fix build of kernels that some (or all) IPL_SOFT* s...
ozaki-r[src/trunk]: src/sys/rump/librump/rumpkern Obtain proper initialized addresse...
maxv[src/trunk]: src/sys/netinet Remove unused variable.
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist port to openssl-1.1
christos[src/trunk]: src/doc New OpenLDAP
christos[src/trunk]: src/crypto/external/bsd/libsaslc/dist/src adjust for openssl 1.1
mrg[src/trunk]: src/tools/gcc also fetch GCOV_DUMP_OBJS.
christos[src/trunk]: src/usr.bin/moduli/qsafe use BN_is_prime_ex
mrg[src/trunk]: src/sys/dev/pci avoid an indentation issue by adding "if (1)".
martin[src/trunk]: src/sys/arch/sparc64/conf Comment out PAX_MPROTECT options compl...
maxv[src/trunk]: src/sys Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ip...
skrll[src/trunk]: src/external/gpl3/binutils.old Remove binutils.old as everything...
macallan[src/trunk]: src/sys/dev/pci flesh out alpha operations properly
dholland[src/trunk]: src/sbin/ping PR bin/36997 Zafer Aydogan: ping doesn't validate ...
knakahara[src/trunk]: src add ipsec(4) interface ATF.
ozaki-r[src/trunk]: src/sys/netinet Fix in_lltable_match_prefix
jmcneill[src/trunk]: src/sys/arch/arm/broadcom Disable SDR50 support, it is not relia...
uwe[src/trunk]: src/sys/arch/landisk/conf Merge define/device mainbus too. Same...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without strstr(3)
kamil[src/trunk]: src/bin/ksh ksh: Remove support for NeXT Operating System
kamil[src/trunk]: src/bin/ksh ksh: Remove remnant hack for SCO UNIX in tty code
joerg[src/trunk]: src/sys Recommit exec_subr.c revision 1.79:
skrll[src/trunk]: src/sys/uvm/pmap Multiple inclusion protection define consistency
kre[src/trunk]: src/tests/bin/sh NFC: Added some comments (about other comments)
rin[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 PR port-powerpc/513...
skrll[src/trunk]: src/sys/dev/scsipi mlelstv accidentaly dropped a mutex_enter
christos[src/trunk]: src/external/gpl2/xcvs/dist/src fix the usage message
christos[src/trunk]: src/share/mk Don't remap mkdep, otherwise we add dependencies fo...
christos[src/trunk]: src/external/gpl2/xcvs/dist/doc document -t for update
riastradh[src/trunk]: src/sys/dev Add some #includes to make a few more header files c...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add A83T USB PHY support
christos[src/trunk]: src/tests/lib/libc/tls make tests print the values.
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Fix a few error messages, and b...
sevan[src/trunk]: src/sys/dev/pci Add Areca ARC1214 & ARC1880.
wiz[src/trunk]: src/lib/libc/termios Remove empty Fd. Use minus for return value...
wiz[src/trunk]: src/lib/libc/net Fix Bl argument.
abhinav[src/trunk]: src/usr.sbin/makemandb Casting variable of type int * to size_t...
maxv[src/trunk]: src/sys/arch/amd64/include Remove unused macros and LDT entries.
christos[src/trunk]: src/sys/sys hide functions from userland.
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Handle absolute symbols. Since ...
maya[src/trunk]: src/tests/lib/libm Add a short case for the alpha test failure
maxv[src/trunk]: src/sys/arch/xen/xen Make these pages non-executable, and style.
christos[src/trunk]: src/external/cddl/osnet/lib/libdtrace arrange for .in files to b...
dholland[src/trunk]: src/usr.bin/make Document what the magic variable .MAKE.EXPAND_V...
maxv[src/trunk]: src/sys/arch/amd64/conf Fix a pretty dumb mistake I made in r1.2...
maxv[src/trunk]: src/sys/arch/i386/i386 Disable interrupts for T_NMI (inline call...
msaitoh[src/trunk]: src/sys/dev/pci For Attention Indicator Control bit and Power In...
maxv[src/trunk]: src/sys/arch/amd64/include Correct these values. They must be co...
christos[src/trunk]: src/doc new bind
abhinav[src/trunk]: src/usr.sbin/makemandb Add a custom tokenizer which does not ste...
msaitoh[src/trunk]: src/sys/dev/pci Set WMREG_KABGTXD not in wm_init_locked() but in...
skrll[src/trunk]: src/sys/arch/evbarm/conf Add exynos5410-smdk5410.dts to DTS list
abhinav[src/trunk]: src/share/dict Fix typo made in previous commit.
macallan[src/trunk]: src/sys/dev/pci allow font loading etc.
skrll[src/trunk]: src/sys/arch/arm/cortex Add 'armgichist' KERNHIST for (future) d...
knakahara[src/trunk]: src/sys/netinet pserialize_perform() is required *after* PSLIST_...
cherry[src/trunk]: src/sys/uvm Add a new function called uvm_md_init() that can be ...
cherry[src/trunk]: src/sys/arch switch all ports to use uvm_init.c:uvm_md_init()
mrg[src/trunk]: src/usr.bin/netstat in getpcblist_sysctl() if sysctlnametomib() ...
skrll[src/trunk]: src/sys/dev/usb Call cv_broadcast with interlock held as per con...
christos[src/trunk]: src/usr.bin/xlint Add -R (source filename remapping) for MKREPRO
jmcneill[src/trunk]: src/sys/conf Add support for building DTB files during kernel bu...
pgoyette[src/trunk]: src/share/man/man4 Split a couple of over-long lines. NFC
maxv[src/trunk]: src/sys/arch/x86/include Actually, use slot 456 instead, so that...
abhinav[src/trunk]: src/lib/libc/string Remove names from the NAME section which hav...
christos[src/trunk]: src/usr.bin/make move some code out of the gigantic main functio...
jdolecek[src/trunk]: src/share/man/man4 add Adaptec 1220SA
christos[src/trunk]: src/etc put the dtb files with their kernels.
maxv[src/trunk]: src/sys/arch/ia64/stand/ia64/ski uninitialized variable, found b...
mlelstv[src/trunk]: src/sys/dev/ata Add WDF_OPEN flag to really disallow opening of ...
maya[src/trunk]: src/sys/dev/wscons Remove redundant includes of malloc.h
maxv[src/trunk]: src/sys/arch/x86/x86 Always set XCR0_X87, to force a reload of C...
cherry[src/trunk]: src/sys/arch/xen On XEN dom0, the function xen/x86/intr.c:xen_in...
cherry[src/trunk]: src/sys/arch Add a PIC_XEN abstraction to evtchn.c
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Remove unused.
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix corruption in numbering of ...
nat[src/trunk]: src/sys/dev Remove 24 bit in a 32 bit container filters.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/sys/kern make the KASSERTMSG/panic strings consistent as '%s...
kamil[src/trunk]: src/external/gpl3 Build liblto_plugin.so with safe-ctype.c
riastradh[src/trunk]: src/sys/arch/x86/x86 KNF NFC
christos[src/trunk]: src/sys/dev/acpi/acpica Provide a primitive incrementing counter...
macallan[src/trunk]: src/sys/arch/sparc/dev support underlines
kamil[src/trunk]: src/sys Revert vadvise(2) removal
maxv[src/trunk]: src/sys/arch/x86/x86 Fix previous - atomic_lockpatch[] is still ...
wiz[src/trunk]: src/sbin/dkctl Bump date for previous.
christos[src/trunk]: src/external/cddl/osnet/sys/sys add casts
wiz[src/trunk]: src/share/man/man7 Remove superfluous Pp.
wiz[src/trunk]: src/usr.sbin/autofs Mostly formatting improvements.
kamil[src/trunk]: src/lib/libkvm Correct the signature of kvm_getproc2(3) in the m...
jakllsch[src/trunk]: src/sys/arch/arm/sunxi Add clocks gates and divisors for H3/H5 S...
christos[src/trunk]: src/sys/arch/amd64/conf added commented out AUTOFS pseudo-device...
reinoud[src/trunk]: src/sys/arch/usermode/include Add dbreg structure prototype need...
maxv[src/trunk]: src/sys/netinet Fix memory leak, found by Mootja.
maxv[src/trunk]: src/sys/dev/pci Dedup. m_defrag is already a common function, no...
mrg[src/trunk]: src/sys/conf note that COMPAT_X implies all COMPAT_X+N.
maxv[src/trunk]: src/sys/net Style, improve comment, and add KASSERTs on the assu...
uwe[src/trunk]: src/tools/make G/c unused runcmd.
maxv[src/trunk]: src/sys/net80211 Update the mbuf pointer when m_pullup succeeds, ...
maya[src/trunk]: src/distrib/common Make MDSET_NOGZIP behave as documented also i...
maxv[src/trunk]: src/sys/net80211 Style, remove pointless XXXs, and add a comment...
maxv[src/trunk]: src/sys/net80211 Gather related code.
mrg[src/trunk]: src/sys/dev/stbi a macro idiom used here triggers the GCC 6.4 id...
reinoud[src/trunk]: src/sys/arch/usermode/conf Make NetBSD/usermode link again!
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin partial work-in-progress to build ...
kre[src/trunk]: src/bin/sh NFC: DEBUG mode only change. Fix botched cleanup of ...
maxv[src/trunk]: src/sys/netinet Style, no functional change.
mrg[src/trunk]: src/sys/arch/sparc/sparc workaround a problem -Warray-bounds tri...
mrg[src/trunk]: src/common/lib/libc/string - remove two more _DIAGASSERT() check...
roy[src/trunk]: src/external/bsd/unbound/include Restore default paths to what t...
mrg[src/trunk]: src/external/gpl3/gcc regen mknative-gcc 6 for:
mrg[src/trunk]: src/libexec/ld.elf_so update for GCC 6:
ozaki-r[src/trunk]: src/tests/net/ndp Add tests for multiple routers with a single p...
maya[src/trunk]: src/sys/dev/usb Don't block suspend when uslsa(4) is attached - ...
maxv[src/trunk]: src/sys/arch/x86/x86 Remove a wrong comment - the FPU save size ...
cherry[src/trunk]: src/sys/arch/xen/xen balloon(4) can now use uvm_hotplug(9)
kamil[src/trunk]: src/doc Add new entry in TODO.ptrace
roy[src/trunk]: src/lib/libterminfo Instead of poking in the binary blob to work...
maxv[src/trunk]: src/sys/netinet (just forgot to commit this file, the message was)
ozaki-r[src/trunk]: src/sys/net Simplify
flxd[src/trunk]: src/sys/dev/pci Fix printf format/argument.
kamil[src/trunk]: src/external/gpl3/gdb/dist/gdb Don't include <sys/user.h> on Net...
jmcneill[src/trunk]: src/sys/external/gpl2/dts Add a note warning against including d...
jdolecek[src/trunk]: src/sys/dev/pci match Adaptec 1220SA; that card actually uses Si...
christos[src/trunk]: src/etc/pam.d Install racoon pam file.
wiz[src/trunk]: src/sbin/route Remove unnecessary Pp.
skrll[src/trunk]: src/sys/arch/arm/samsung Add some compat strings
roy[src/trunk]: src/sys/net Fix gcc complaining about int to unsigned long conve...
bouyer[src/trunk]: src/sys/arch/amd64/amd64 Use FLAT_RING3_CS64 (defined in Xen pub...
pgoyette[src/trunk]: src/sys/dev/usb And yet another one. :(
riastradh[src/trunk]: src/share/man/man9 Fix typo.
pgoyette[src/trunk]: src/sys/dev/wscons wsbellmux.c doesn't need a needs-flag
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use bootspace.head.va instead of the di...
kre[src/trunk]: src/sys/uvm/pmap Remove a stray '"' (obvious typo) and add a cou...
maxv[src/trunk]: src/sys/arch/x86/include Add xsh_xcomp_bv and fx_zero, and use u...
christos[src/trunk]: src/sys/dev fix reversed test, NULL for clarity.
maxv[src/trunk]: src/sys/arch/amd64/amd64 More END(). In linux_sigcode.S we only ...
mlelstv[src/trunk]: src/sys/dev Protect against multiple inclusion.
christos[src/trunk]: src/sys/lib/libunwind Avoid negative shift.
maya[src/trunk]: src/sys/dev/wscons Use __arraycount a bunch
christos[src/trunk]: src/sys/dev/wscons use sizeof(*var) instead of sizeof(type)
cherry[src/trunk]: src/sys/arch/xen/include protect header against recursive include
ozaki-r[src/trunk]: src/sys/netinet6 Fix usages of ipsec_used
ozaki-r[src/trunk]: src/tests/net/ndp Reduce unnecessary wait
ozaki-r[src/trunk]: src/tests/net/route Add ifconfig -w to improve test stability
ozaki-r[src/trunk]: src/sys Remove assertion that the lock isn't held
ozaki-r[src/trunk]: src/tests/net/ndp Fix typo
dholland[src/trunk]: src/usr.bin/make Improve description of -V. Can probably be impr...
christos[src/trunk]: src/sys/arch/evbarm/conf we don't support 'no device' so re-defi...
joerg[src/trunk]: src/sys/arch Update VM_DEFAULT_ADDRESS32_TOPDOWN to include guar...
christos[src/trunk]: src/sys/arch/ia64/stand/ia64/ski XXX: Can't do PIE yet because o...
maxv[src/trunk]: src/sys/dev/ppbus spl leak, found by Mootja
jdolecek[src/trunk]: src/sys/arch/x86/x86 remove panicstr KASSERT() in pmap_kremove_l...
mlelstv[src/trunk]: src/sys/kern pool_grow can now fail even when sleeping is ok. Ca...
christos[src/trunk]: src/distrib/sets/lists/comp kmem_str{dupsize, free} man pages.
ozaki-r[src/trunk]: src/sys/netipsec Mark key_timehandler_ch callout as MP-safe (jus...
riastradh[src/trunk]: src/sys/arch/xen/x86 No externs in .c files!
mrg[src/trunk]: src/external/gpl3/gcc/dist initial import of GCC 5.5.0. this fi...
christos[src/trunk]: src/sys/ddb remove more DB_ELFSIZE
kamil[src/trunk]: src Register new weak symbol in libc for internal usage: atoi
mlelstv[src/trunk]: src/sys/dev/ata Fix block address calculation for bad sectors.
christos[src/trunk]: src/sys/arch/amd64/amd64 make this compile again
jmcneill[src/trunk]: src Import NVIDIA Tegra XUSB firmware for Tegra124 and Tegra210....
msaitoh[src/trunk]: src/sys/rump/librump/rumpkern Set mp_online = ture. I don't know...
christos[src/trunk]: src/sys/modules/autofs fix autofs pseudo device
kamil[src/trunk]: src/lib/libkvm Correct the signature of kvm_getlwps(3) in the ma...
msaitoh[src/trunk]: src/sys/arch/x86/include Add Intel cpuid 7 %edx IBRS(IBPB Specul...
christos[src/trunk]: src/sys/netinet from ozaki-r: use the proper ifp.
jakllsch[src/trunk]: src/sys/arch/evbarm/conf Add COMPAT_70 via compat_netbsd70.conf.
wiz[src/trunk]: src/share/man/man7 Revert probably unintentional case changes fr...
pgoyette[src/trunk]: src/share/man/man7 kern.module.verbose is a boolean, not an inte...
mrg[src/trunk]: src/sys/dev/sbus fix several KASSERT()s and locking in a few pla...
uwe[src/trunk]: src/share/man/man4 Fix another column width.
uwe[src/trunk]: src/share/man/man4 Fix fancy "options" lines as mandoc seems to ...
bouyer[src/trunk]: src/sys/arch/xen/x86 Needs cpu_init_tss() for application proces...
uwe[src/trunk]: src .An -nosplit
christos[src/trunk]: src/external/apache2/mDNSResponder merge conflicts
msaitoh[src/trunk]: src/sys/arch/x86/include Add IA32_SPEC_CTRL MSR and IA32_PRED_CM...
maxv[src/trunk]: src/sys/net80211 Split ieee80211_input into three sub-functions, ...
kre[src/trunk]: src/sys/arch/x86/x86 Attempt to complete previous and allow XEN ...
sevan[src/trunk]: src/doc Note veriexec being enabed by default on macppc port
maxv[src/trunk]: src/sys/net80211 Style, and make sure that there is a header+tra...
maya[src/trunk]: src/sys/arch/riscv/riscv Fix tyop
christos[src/trunk]: src/doc new unbound
mrg[src/trunk]: src/sys/dev/sbus db_esp() has a missing {} issue in debug code.
mrg[src/trunk]: src/distrib/sets/lists/base fix mips64 & GCC 6 builds.
christos[src/trunk]: src/libexec/httpd - need string.h
christos[src/trunk]: src/include fix typo
maxv[src/trunk]: src/sys/netinet Remove null check on ip, it can't be null. (Conf...
skrll[src/trunk]: src/sys/arch/evbarm/dev G/C unused struct
cherry[src/trunk]: src convention about function names for predicate checking:
maya[src/trunk]: src/distrib/sets/lists/comp add new header (uvm_physseg.h) to se...
abhinav[src/trunk]: src/lib/libutil Complete a sentence
abhinav[src/trunk]: src/share/man/man9 Fix a sentence
abhinav[src/trunk]: src/share/man/man9 Add a missing .El, which is causing the rest ...
christos[src/trunk]: src/usr.bin/make Add -v variable that always expands variables; ...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Update for new dwc_mmc driver
nat[src/trunk]: src/sys/dev Rate conversion works at 8 bits, so enable it.
msaitoh[src/trunk]: src/sys/dev/pci - Add debug printf()s.
jdolecek[src/trunk]: src/sys/dev/pci switch to pci_intr_establish_xname()
skrll[src/trunk]: src/sys/arch/arm/cortex Wrap long line
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Make opt_fdt.h available for all evbarm...
ginsbach[src/trunk]: src/usr.bin/seq Fix typos (from FreeBSD)
pgoyette[src/trunk]: src/share/man/man9 Use correct mark-up for NetBSD version.
jmcneill[src/trunk]: src/sys/dev/ic Make all of the COM_xxx type options runtime sele...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Always use END() markers when declaring...
maxv[src/trunk]: src/sys/arch/x86/x86 Remove comments that are more misleading th...
nat[src/trunk]: src/sys/dev Allow for block sizes less than hw block size. This...
christos[src/trunk]: src/external/bsd/nvi/usr.bin/recover - don't use command substit...
maxv[src/trunk]: src/sys/netipsec Remove unused macros, and while here style.
christos[src/trunk]: src/usr.bin/kdump - fix "obsolete" skipping to handle obsolete e...
rin[src/trunk]: src/external/bsd/nvi Introduce HAVE_XXX macros to where they sho...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for NextThing GR8.
ozaki-r[src/trunk]: src/tests/net/ndp Let rtadvd not use syslog for logging
nat[src/trunk]: src/sys/dev Use mixring blocksizes in the right places when mixe...
christos[src/trunk]: src/sys Store full executable path in p->p_path as discussed in ...
hkenken[src/trunk]: src/sys/arch - Add imxusbphy driver for i.MX6.
mlelstv[src/trunk]: src/sys/dev/dkwedge Make dk(4) device mpsafe.
riastradh[src/trunk]: src/sys/sys Welcome to 7.99.51, courtesy replacement ABI for nom...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Fix the name of the labels. I think I g...
dholland[src/trunk]: src/sbin/ping6 Merge the PR 36997 fixes into ping6. It already d...
kamil[src/trunk]: src/doc TODO.ptrace: Update notes about MD documentation
maxv[src/trunk]: src/sys/arch When the i386 port was designed, the bootstrap code...
ozaki-r[src/trunk]: src/sys/netinet6 Hold the big locks only where they are needed
abhinav[src/trunk]: src/libexec/httpd Fix sentences at a couple of places.
maxv[src/trunk]: src/sys Don't return the address of the kernel modules if the us...
kre[src/trunk]: src/bin/sh It is amazing what nonsense appears to work sometimes...
ozaki-r[src/trunk]: src/tests/net/ndp Add tests for multiple routers
spz[src/trunk]: src/sys correct size checks so they cannot be circumvented by in...
maxv[src/trunk]: src/sys/arch/x86/include Move the direct map from slot 509 to sl...
maxv[src/trunk]: src/usr.bin/pmc Check argc, and add a message.
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that LTR's latency in L1 PM Substates ...
christos[src/trunk]: src/external/bsd/bind Merge conflicts; bugs fixed since the last...
joerg[src/trunk]: src Implement __clear_cache using __syncicache on PPC
kre[src/trunk]: src/bin/sh Free stack memory in a couple of obscure cases where ...
jmcneill[src/trunk]: src/sys/arch Disable BSC0 on Raspberry Pi 3 and Zero W boards.
ozaki-r[src/trunk]: src/sys/netinet Fix KASSERT in tcp_input
kamil[src/trunk]: src/bin/ksh ksh: Drop support for ISC UNIX
skrll[src/trunk]: src/sys/uvm/pmap Trailing whitespace
jmcneill[src/trunk]: src/sys/dev/sdmmc Add discard support to ld@sdmmc using the ERAS...
nat[src/trunk]: src/sys/dev/ic rfill and pfill mixed up.
isaki[src/trunk]: src/sys/arch/x68k/dev Avoid panic when the device is closed when...
maxv[src/trunk]: src/sys/arch/bebox/stand/boot uninitialized var, found by Mootja...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Mmh, I made a mistake in r1.10 - I forg...
maxv[src/trunk]: src/sys/arch/x86/x86 Use uvm_km_alloc instead of kmem_zalloc.
maxv[src/trunk]: src/sys/arch Switch x86_retpatch[] -> HOTPATCH().
christos[src/trunk]: src/sys/kern don't ignore error from copyout_piod
christos[src/trunk]: src Merge autofs support from: Tomohiro Kusumi
pgoyette[src/trunk]: src/sys/dev/pad Rework so that module infrastructure is provided...
christos[src/trunk]: src/sys/ufs/chfs use PR_WAITOK everywhere.
maya[src/trunk]: src/external/bsd/atf/dist/tools don't use auto_ptr with memory a...
khorben[src/trunk]: src/sys/dev/usb Add the TP-LINK TL-WN823N (version 2)
christos[src/trunk]: src/sys/arch/powerpc/include handle ppc64
wiz[src/trunk]: src/share/man/man5 Stop using Tn.
wiz[src/trunk]: src/usr.sbin/fstyp File system police. Add RCS Id. Improve SYNOP...
pgoyette[src/trunk]: src/sys/kern KASSERT() that kthread_join()'s target is expecting...
knakahara[src/trunk]: src/share/man/man4 Improve ipsecif.4. Default port ipsec(4) NAT-...
uwe[src/trunk]: src/share/man/man4 Move device lines to the top of the synopsis ...
wiz[src/trunk]: src/share/man/man4 Remove Tn. Fix some mandoc lint warnings.
christos[src/trunk]: src/sbin Add mount_autofs
christos[src/trunk]: src/usr.sbin/autofs avoid passing literal string to unconst.
uwe[src/trunk]: src Restore formatting/indentation of the configure call in rebu...
roy[src/trunk]: src/sys/arch/x86/x86 Fix XEN builds
maya[src/trunk]: src/tests/fs/tmpfs Use sysctl -n rather than parse the output.
uwe[src/trunk]: src/share/man/man9 Use more semantic markup.
mrg[src/trunk]: src/doc note netbsd32 support for raid(4).
skrll[src/trunk]: src/sys/kern typo in comment
maxv[src/trunk]: src/sys/net80211 Style, no functional change.
maxv[src/trunk]: src/usr.sbin/traceroute Fix build failure, the structure is alre...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Add a TODO list for SVS.
maxv[src/trunk]: src/sys Add a proper defflag for GPROF, and include opt_gprof.h, ...
mrg[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64 regen mknativ...
bouyer[src/trunk]: src/sys/arch Follow GENERIC and enable xhci(4) by default. PR po...
isaki[src/trunk]: src/sys/dev Revert my wrong r1.380 and add a comment instead.
mrg[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer port to mips and alpha.
christos[src/trunk]: src/usr.bin/dc Adjust to OpenSSL 1.1
mrg[src/trunk]: src/external/gpl3/gcc more mknative-gcc 6.4 for m68k, mips*, pow...
maya[src/trunk]: src/usr.sbin/syslogd Correct misleading indentation.
maxv[src/trunk]: src/sys/netipsec add missing static
wiz[src/trunk]: src/doc gcc-7.1 out.
maxv[src/trunk]: src/sys/arch/i386 style
christos[src/trunk]: src/tests/crypto/opencrypto constify more to avoid gcc stupidity.
maxv[src/trunk]: src/sys/arch/x86/x86 Mmh, correctly handle the physmem % lvl == ...
joerg[src/trunk]: src/libexec/ld.elf_so/arch Fix indentation.
kamil[src/trunk]: src/bin/ksh Remove ancient cygwin support in ksh(1)
hannken[src/trunk]: src/sys/kern Restructure vdrain_vrele(). While it is not possib...
ozaki-r[src/trunk]: src/tests/net/ndp Restore multiple_routers_single_prefix_cleanup...
cherry[src/trunk]: src/share/man/man9 Add the uvm_hotplug.9 manpage to the build tree.
abhinav[src/trunk]: src/libexec/fingerd Fix a sentence.
wiz[src/trunk]: src/share/man/man9 Fix SYNOPSIS. Fix xref. Avoid Xr for itself.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Guarantee no zero-size ua...
nonaka[src/trunk]: src/sys/dev/pci hdaudio(4): Use pci_intr_alloc(9)/pci_intr_relea...
uwe[src/trunk]: src/sys/arch/landisk/landisk PR 51724 - landisk fails to reboot.
wiz[src/trunk]: src/lib/libc/gen Fix typo.
christos[src/trunk]: src/sys/dev fix broken, audio_{g,s}et_port logic.
abhinav[src/trunk]: src/usr.sbin/makemandb Don't ignore symlinks.
christos[src/trunk]: src add a trailing / to force symlink resolution.
ozaki-r[src/trunk]: src/sys/netinet6 Protect IPv6 default router and prefix lists wi...
riastradh[src/trunk]: src/sys/sys Define the new flag too for previous commit.
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist Import dts from Linux 4.14-rc6
ginsbach[src/trunk]: src/usr.bin/seq The sign is optional in an exponent
riastradh[src/trunk]: src/sys/dev Provisionally return to declaring midi_cd unconditio...
wiz[src/trunk]: src/share/man/man9 Whitespace fix. Give Bl tag table a width. Fi...
maxv[src/trunk]: src/sys/arch/x86/include Remove outdated comment.
maxv[src/trunk]: src/sys/arch/amd64/conf Add linux_sigcode.o, otherwise it doesn'...
maya[src/trunk]: src/sys/uvm Match locking notes with reality.
mrg[src/trunk]: src/sys CPU_INFO_FOREACH() must always iterate at least the boot...
ozaki-r[src/trunk]: src/tests/net Test routing messages emitted on operations of ARP...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Set DTS makeoption in kernel config
kre[src/trunk]: src/bin/sh Changed the long name for the -L option from lineno_f...
christos[src/trunk]: src/usr.bin/make -V: try to expand the variable again if the val...
manu[src/trunk]: src/lib/libc/net Include IPv6 global variable in USE_INET6=no libc
mlelstv[src/trunk]: src/sys/dev/scsipi pass config_detach error to caller.
nat[src/trunk]: src/sys/dev Add support for more formats. At present 24 bit for...
joerg[src/trunk]: src/libexec/ld.elf_so/arch/mips Replace last use of r_type.
christos[src/trunk]: src/sys/arch/evbarm/conf XXX: fix conflict with plrtc in sys/con...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Trailing whitespace
christos[src/trunk]: src/doc new tmux
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Part of FreeBSD r323045:
msaitoh[src/trunk]: src/sys/dev/pci Don't print the Image Unique ID if an NVM is iNV...
macallan[src/trunk]: src/usr.sbin/wsfontload - don't use embedded font name if -N is ...
nat[src/trunk]: src/sys/dev Remove stray ";" from defines.
nat[src/trunk]: src/sys/dev Don't start playback or recording on the hw ring onl...
maxv[src/trunk]: src/sys/dev/pcmcia two spl leaks, found by Mootja
kamil[src/trunk]: src/etc/mtree G/C libpthread_dbg from mtree
maya[src/trunk]: src/sys/dev/wscons Don't #ifdef DIAGNOSTIC around KASSERTs.
nat[src/trunk]: src/sys/dev AU_RING_SIZE -> s.bufsize in audio_initbufs.
kre[src/trunk]: src/external/bsd/nvi/usr.bin/recover Put back the tests for "no ...
skrll[src/trunk]: src/sys/external/bsd/vchiq/dist/interface Use IPL_VM and IST_MPS...
skrll[src/trunk]: src/sys/arch/arm/sunxi Trailing whitespace
khorben[src/trunk]: src/sys/dev/sdmmc Add driver for Broadcom 802.11a/b/g/n/ac SDIO ...
christos[src/trunk]: src/sys/miscfs/procfs use p->p_path, remove unused code.
nonaka[src/trunk]: src/usr.sbin/makefs/cd9660 Initialize boot_catalog_entry's entry...
msaitoh[src/trunk]: src/sys/dev/pci Add PEX 8605 4port 4lane PCIe Gen 2 switch.
ozaki-r[src/trunk]: src/sys Fix a deadlock between a route update and lltable
rin[src/trunk]: src/games/factor Add -h option to factor(6): duplicate factors a...
snj[src/trunk]: src/distrib/sets/lists/comp add missing dtrace tag for librtld_db.0
maxv[src/trunk]: src/sys/arch Add a new option, SVS (for Separate Virtual Space), ...
christos[src/trunk]: src/sys/arch/x86/conf Make things compile again.
christos[src/trunk]: src/sys/kern Use the proper process (the tracee) to get informat...
knakahara[src/trunk]: src/sys Committed debugging logs by mistake, sorry. Revert cryot...
wiz[src/trunk]: src/share/man/man5 Add RCS Id. Simplify SYNOPSIS and remove load...
wiz[src/trunk]: src/usr.sbin/autofs file system police.
mrg[src/trunk]: src/sys/arch/sparc/sparc s/level 25/level 15/ -- there's nothing...
ozaki-r[src/trunk]: src/sys Don't start callouts for domains before attaching domain...
knakahara[src/trunk]: src add ipsec(4) interface, which is used for route-based VPN.
mlelstv[src/trunk]: src/sys/dev/pci Match Intel Dual Band Wireless AC 3168. The code...
christos[src/trunk]: src/sys/kern Set EV_ONESHOT to prevent rescheduling
macallan[src/trunk]: src/sys/arch/sparc/dev enable font loading
uwe[src/trunk]: src/external/gpl2/groff/tmac/man Fix trailing whitespace.
uwe[src/trunk]: src/share/man/man4 Miscellaneous formatting tweaks.
uwe[src/trunk]: src/share/man/man4 Use .Ar to mark up the variable parts of sysc...
maya[src/trunk]: src/crypto/external/bsd/openssh/dist Move spammy debug message t...
maxv[src/trunk]: src/sys/net/agr Mmh, fix a weird mistake: the guy who added #if ...
maya[src/trunk]: src/sys/dev/pci malloc+memset zero to malloc(, |M_ZERO);
christos[src/trunk]: src/usr.bin/xlint/lint1 Add a _Noreturn token
mrg[src/trunk]: src/doc note sparc* cpuctl identify support.
maxv[src/trunk]: src/sys/net80211 Introduce ieee80211_recv_mgmt_deauth.
kamil[src/trunk]: src/lib/libc Revert to commits as they broke few rump tests
pgoyette[src/trunk]: src/games/wtf Don't skip the superfluous "is" argument if it's n...
christos[src/trunk]: src/usr.sbin/ypserv/ypserv PR/47615: Dr. W. Stukenbrock: Always ...
wiz[src/trunk]: src/share/man/man4 More markup.
maxv[src/trunk]: src/sys/net80211 Style, no functional change.
nakayama[src/trunk]: src/sys/net Fix inverted logic.
maxv[src/trunk]: src/sys/netinet Exterminate IPSENDREDIRECTS and IPMTUDISCTIMEOUT...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/dh fix inline
ozaki-r[src/trunk]: src/sys/netinet6 Shorten the name of a workqueue instance to fit...
mrg[src/trunk]: src/sys/modules/pf pf_table.c has many left-shift of negative va...
maxv[src/trunk]: src/sys Remove unused ipsec_private.h includes.
mrg[src/trunk]: src/external/gpl3/gcc/lib/libiberty regen for GCC 6.4 (no real c...
christos[src/trunk]: src/lib/libpthread fix duplicate declaration of pthread_atfork i...
mrg[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 handle MKPICLIB=no builds.
mrg[src/trunk]: src/external/gpl3/gcc regen mknative gcc 6.4 for mipsel. sort o...
knakahara[src/trunk]: src/sys/opencrypto refactor crypto_newsession() like FreeBSD.
christos[src/trunk]: src/lib/libpuffs remove now unnecessary casts.
wiz[src/trunk]: src/doc postfix-3.1.6/3.2.2 out.
abhinav[src/trunk]: src/usr.sbin/lpr/lpq s/results/result
abhinav[src/trunk]: src/usr.sbin/ac Move information about exit status to its own se...
mlelstv[src/trunk]: src/sys Fix race condition in dksubr, where a dk_start from anot...
maya[src/trunk]: src/sys/arch remove conflicting declarations of physmem. we want...
jmcneill[src/trunk]: src/sys/external/gpl2/dts Cleanup copies of dt-bindings includes
christos[src/trunk]: src/usr.bin/config Bump for quoting makeoptions with multiple li...
abhinav[src/trunk]: src/share/man/man3 Fix sentence.
christos[src/trunk]: src/sys/arch/ia64 Descend into compile
christos[src/trunk]: src/lib/libc/net clarify res_nclose and res_ndestroy.
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Update for new dwc_mmc driver
ozaki-r[src/trunk]: src/sys/net Fix locking in rtalloc1 (affected only if NET_MPSAFE)
ozaki-r[src/trunk]: src/sys/net Purge L2 caches on changing an interface of a route
ozaki-r[src/trunk]: src/tests/net Test implicit removals of ARP/NDP entries
kamil[src/trunk]: src/bin/ksh Remove os2 support in ksh(1)
kamil[src/trunk]: src/bin/ksh Reapply removal of code from 90ties for OS/2 Cygwin ...
uwe[src/trunk]: src/sys/arch/landisk/conf Merge define obio {} + device obio int...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <unistd.h>
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without memmove(3) and...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <fcntl.h>
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without mmap(2)
macallan[src/trunk]: src/sys/dev/wsfont allow longer font names
knakahara[src/trunk]: src/sys Fix pullup'ed mbuf leaks. The match function just requir...
maya[src/trunk]: src/sys/netinet Remove extraneous parentheses. no functional change
wiz[src/trunk]: src/doc openssh-7.4 out.
mlelstv[src/trunk]: src/sys/arch/evbarm/tisdp24xx another physmem type change
maxv[src/trunk]: src/sys/arch Don't allow userland to create 286/386 call gates a...
christos[src/trunk]: src/usr.bin/cvslatest print only the latest entry for debugging.
christos[src/trunk]: src/external/gpl2/xcvs/dist/src fix reversed logic
ryoon[src/trunk]: src/share/man/man4 Add UE-200TX-G
maya[src/trunk]: src/tests/lib/libm use labs for absolute value of long
ozaki-r[src/trunk]: src/sys/net Remove an obsolete assertion too (fix build)
nat[src/trunk]: src/sys/dev Set sc_[trigger/rec]_started before the call to trig...
ozaki-r[src/trunk]: src/sys/net Make softint and callout MP-safe
abhinav[src/trunk]: src/usr.bin/sort Add missing full stop.
ozaki-r[src/trunk]: src/sys/netipsec KNF
knakahara[src/trunk]: src/sys/opencrypto must release cap->cc_lock before calling cap-...
snj[src/trunk]: src/sys/dev/usb regen
knakahara[src/trunk]: src/sys/opencrypto support multiple encryption drivers (port fro...
joerg[src/trunk]: src/libexec/ld.elf_so Remove old assert that only two segments e...
hannken[src/trunk]: src/sys/miscfs/specfs Refuse to open a block device with zero op...
maxv[src/trunk]: src/sys/dev/hpc spl leak, found by Mootja
pgoyette[src/trunk]: src/share/man/man9 More improvements in grammar and readability.
wiz[src/trunk]: src/bin/sh Minor spellchecking changes.
martin[src/trunk]: src/sys As discussed on tech-kern: define a new tty internal sta...
christos[src/trunk]: src/sys/arch/luna68k/stand/boot PR/52680: David Binderman: Remov...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't fall through functions, explicitl...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Construct the trap frame with interrupt...
khorben[src/trunk]: src/share/misc BPM: beam propagation method (light)
christos[src/trunk]: src/external/bsd/nvi/dist/common oops, accidendally committed an...
maxv[src/trunk]: src/sys/arch/x86/x86 Add support for xsaveopt. It is basically a...
kamil[src/trunk]: src/external/gpl3/gcc.old/lib/liblto_plugin Link liblto_plugin w...
christos[src/trunk]: src/sys/arch/sparc/sparc fix type of addr.
christos[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common need to undef ...
christos[src/trunk]: src/sys/arch Cleanup and clarify the ELFSIZE mess:
christos[src/trunk]: src/share/man/man9 document kmem_strdupsize/kmem_strdupfree
maxv[src/trunk]: src/regress/sys/arch/i386/ldt Don't test call gates, they are no...
christos[src/trunk]: src/distrib/sets/lists/comp remove both timestamp and static pie
christos[src/trunk]: src/sys add a "booted_method" string to aid in debugging double ...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Fill in the page padding. Only ...
christos[src/trunk]: src/external/bsd/nvi/dist/common make the checkok test stricter ...
bouyer[src/trunk]: src/sys/arch Revert http://mail-index.netbsd.org/source-changes/...
riastradh[src/trunk]: src/sys/arch/x86/x86 Free ih when done.
sevan[src/trunk]: src/share/misc Sync with r326869 from FreeBSD.
kre[src/trunk]: src/tests/bin/sh Fix a really stupid typo/thinko that was preven...
jmcneill[src/trunk]: src/doc Add entry for dts
joerg[src/trunk]: src/lib/libc/misc PR 51654: Don't initialize _dlauxinfo for stat...
ozaki-r[src/trunk]: src/tests/net Add missing declarations for cleanup
christos[src/trunk]: src/usr.bin/make Remove previous variable expansion code; sjg ha...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Fix dmesg
skrll[src/trunk]: src/etc/etc.evbarm Replace ALLWINNER_A80 (it's never really work...
kre[src/trunk]: src/bin/sh Fix a bug noticed by Soren Jacobsen running the netbs...
maxv[src/trunk]: src/sys/arch/x86/x86 Give patchbytes an array.
nat[src/trunk]: src/sys/dev Rework of play/rec threads to ensure effective use o...
nat[src/trunk]: src/sys/dev/pad Fix pad on systems with many cores/cpus:
martin[src/trunk]: src/sys/fs/autofs Include <sys/atomic.h> for the atomic funtions...
christos[src/trunk]: src/sys Use a queue of deferred entries to delete routes instead...
wiz[src/trunk]: src/share/man/man4 Spell IPsec that way. Simplify macro usage. S...
maxv[src/trunk]: src/sys/arch/amd64 Declare new SVS_* variants: SVS_ENTER_NOSTACK...
uwe[src/trunk]: src/usr.sbin/autofs Vertical space before an example in .Dl
christos[src/trunk]: src/sys/external/bsd/acpica/dist merge conflicts
maxv[src/trunk]: src/sys/kern style
martin[src/trunk]: src/tests/lib/libc/arch/sparc Sync sparc with sparc64
martin[src/trunk]: src/sys/arch/sparc/include Redo previous: apply the alignement t...
ozaki-r[src/trunk]: src/sys/netinet6 Revert "Work around softnet_lock handling" as p...
maxv[src/trunk]: src/sys/net80211 Fix overflow.
maxv[src/trunk]: src/sys/net80211 More overflows...
maxv[src/trunk]: src/sys/net80211 Introduce ieee80211_recv_mgmt_assoc_resp.
sevan[src/trunk]: src/share/man/man8 Note fileassoc(9) support is a dependency Ver...
maya[src/trunk]: src/sys/arch/evbmips/conf Use usbdevices. add midi needed to bui...
maxv[src/trunk]: src/sys/netinet Style, explain a bit, and fix icmp_radv, it shou...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto add enough of th...
christos[src/trunk]: src pretend we have openssl-1.1
maxv[src/trunk]: src/sys/netinet Be tougher, and don't allow LSRR+SSRR (RFC7126).
maxv[src/trunk]: src/share/man/man4 Remove references to IPFORWSRCRT (the only on...
mrg[src/trunk]: src fixes for GCC 6.4:
maxv[src/trunk]: src/sys/netinet Add one more check in ip_reass_packet(): make su...
maxv[src/trunk]: src/sys/netinet Several changes, mostly cosmetic:
ozaki-r[src/trunk]: src/sys/kern Spinkle ASSERT_SLEEPABLE to xcall functions
maxv[src/trunk]: src/sys/netinet6 Change ip6_hdrnestlimit to be 15 instead of 50....
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin make libbackend.a build and fix th...
christos[src/trunk]: src/external/bsd/cron/bin/cron unbreak static build
mlelstv[src/trunk]: src/sys/dev/scsipi add comment about "missing" dk_start.
christos[src/trunk]: src/sys/sys install psref.h now that <net/route.h> needs it.
cherry[src/trunk]: src/sys/arch/powerpc/ibm4xx introduce evbppc pmap to the uvm_hot...
christos[src/trunk]: src/external/mit/xorg/lib/xkeyboard-config sort codes for reprod...
abhinav[src/trunk]: src/lib/libc/stdlib Fix typo
christos[src/trunk]: src/distrib/sets/lists/base mark old firmware obsolete.
ozaki-r[src/trunk]: src/tests/net/ndp Add a test case for exceeding the number of ma...
cherry[src/trunk]: src/sys/kern panic() must be able to take varargs - in userspace...
christos[src/trunk]: src/lib/libc/arch/powerpc/string PR/50228: Christian Groessler: ...
christos[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk give it a bit more room.
maxv[src/trunk]: src/sys/arch/x86/x86 Depend on KERNTEXTOFF - KERNBASE, not IOM_E...
christos[src/trunk]: src/external/bsd/bind/dist Import bind 9.10.5-P1
kamil[src/trunk]: src/external/bsd/ipf/dist/ipsend Don't include <sys/user.h> on N...
ozaki-r[src/trunk]: src/sys Sending a routing message (RTM_ADD) on adding an llentry
ozaki-r[src/trunk]: src/sys/net Drop RTF_CONNECTED from a result of RTM_GET for ARP/...
jdolecek[src/trunk]: src/sys/arch dumpconf(void) long doesn't exist, remove the proto...
christos[src/trunk]: src/usr.sbin/postinstall add missing pam items (cron, racoon)
christos[src/trunk]: src/lib/libedit one extra char for NUL.
khorben[src/trunk]: src/sys/dev/usb Re-generate
mlelstv[src/trunk]: src Enhance disk metrics by calculating a weighted sum that is i...
ozaki-r[src/trunk]: src/tests/net Fix ONEDAYISH; it can be followed by one extra space
mlelstv[src/trunk]: src/sys/dev/scsipi really keep request queued after resource sho...
abhinav[src/trunk]: src/libexec/fingerd We don't have any ``name'' program, so remov...
skrll[src/trunk]: src/sys/uvm Whitespace
mlelstv[src/trunk]: src/sys/dev/dkwedge add missing mutex/cv cleanup to error paths.
mlelstv[src/trunk]: src/sys/dev/scsipi The atapibus detach path did hold the channel...
wiz[src/trunk]: src/share/man/man4 Add RCS Id. Use serial comma. Improve wording.
joerg[src/trunk]: src/sys/kern Always include a 1MB guard area beyond the end of s...
nat[src/trunk]: src/sys/dev sc_iffreq -> sc_frequency. NFCI.
joerg[src/trunk]: src/libexec/ld.elf_so/arch/sh3 Add last_symnum, move up def and ...
abhinav[src/trunk]: src/share/dict Remove `favour' and `finalise' added in previous ...
skrll[src/trunk]: src/sys/kern Unwrap two lines. NFC.
kamil[src/trunk]: src/bin/ksh Drop support for $CC incapable to use void* / volati...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without memset(3)
kamil[src/trunk]: src/bin/ksh ksh: Drop the latest ifdef for BSD4.1 and eliminate ...
gson[src/trunk]: src/tests/lib/libc/db Reduce the number of iterations in the bsi...
nat[src/trunk]: src/sys/dev Check validbits against precision in vchan_autoconfi...
maxv[src/trunk]: src/sys/dev/ata dumb instruction
ozaki-r[src/trunk]: src Add test cases of NAT-T (transport mode)
martin[src/trunk]: src/sys/dev/sun PR port-sparc64/52622: mark the parent device as...
maxv[src/trunk]: src/sys/arch/x86/x86 Initialize xstate_bv with the structures th...
nat[src/trunk]: src/sys/dev round_blocksize is only used for the hardware ring b...
wiz[src/trunk]: src/share/man/man9 Add space.
cherry[src/trunk]: src/sys/arch Remove bitrotted xen specific versions of pci, pcii...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Add a layer of mitigation against the i...
joerg[src/trunk]: src/usr.sbin/rtadvd Mark expandm as preserving format strings.
ryo[src/trunk]: src/sys/arch on RPI2, fix compile failure without options MULTIP...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add NAND module clock
riastradh[src/trunk]: src/sys/arch/xen/xen Fix theoretical race in xen_evtchn_trymask.
riastradh[src/trunk]: src/sys/arch/x86/x86 #if DIAGNOSTIC panic ---> KASSERTMSG
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Detect collisions from bootspac...
mrg[src/trunk]: src/sys/arch/amd64/include bump PAGER_MAP_DEFAULT_SIZE to 512MB....
ozaki-r[src/trunk]: src/sys/net Set IFEF_NO_LINK_STATE_CHANGE flag to pseudo devices...
nat[src/trunk]: src/sys/dev Whitespace.
maxv[src/trunk]: src/sys/arch Implement a real hotpatch feature.
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb don't do anything for NetBSD
jmcneill[src/trunk]: src/external Add nvidia-firmware to SUBDIR
maxv[src/trunk]: src/sys/arch Since SVS is now defined in files.x86, remove it fr...
msaitoh[src/trunk]: src/sys/dev/pci - s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)
jakllsch[src/trunk]: src/sys/dev Use correct type with CTLTYPE_BOOL.
jakllsch[src/trunk]: src/sys/arch/evbarm/conf Revert previous. I misunderstood how i...
maxv[src/trunk]: src/sys/arch Initialize ist0 in cpu_init_tss. On amd64 this is t...
maxv[src/trunk]: src/sys/arch/x86/x86 Remove unused.
christos[src/trunk]: src/usr.sbin/autofs add more __dead/EXIT_FAILURE
bouyer[src/trunk]: src/sys/arch/i386/i386 Xen now needs cpu_init_tss() too. Makes X...
christos[src/trunk]: src/sys/fs/autofs prevent assert on unmount.
martin[src/trunk]: src/sys/arch/sparc/include Force explicit alignment for fpstate ...
christos[src/trunk]: src/doc new mdnsresponder
maxv[src/trunk]: src/sys/net Add a KASSERT in IFQ_CLASSIFY, we really need to mak...
uwe[src/trunk]: src Make sure nbmake is always built with the right _PATH_DEFSYS...
maya[src/trunk]: src/games/morse Add _, from Eitan Adler in PR bin/52897
maxv[src/trunk]: src/sys/net80211 Start cleaning up this mess.
maxv[src/trunk]: src/sys/net80211 Style on the new functions.
pgoyette[src/trunk]: src/share/man/man9 Avoid applying .Dv to the left parenthesis, s...
flxd[src/trunk]: src/sys/dev/pci Cosmetic fix for the Physical Address Registers ...
maxv[src/trunk]: src/sys/net80211 Style, and fix two pretty bad mistakes in the c...
ozaki-r[src/trunk]: src/sys/netinet Run tcp_slowtimo in workqueue if NET_MPSAFE
maxv[src/trunk]: src/sys Move the ICMP Extension structures from mpls_ttl.c to ip...
macallan[src/trunk]: src/sys/compat/netbsd32 add conversion goop for WSDISPLAYIO_LDFO...
skrll[src/trunk]: src/lib/libc/arch/aarch64/sys lower case 'ret' to avoid macro clash
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/hmac provide com...
christos[src/trunk]: src/crypto/external/bsd/openssl.old Import the HEAD of OpenSSL 1...
martin[src/trunk]: src/external/bsd/libarchive/dist/libarchive Adapt the version ha...
maxv[src/trunk]: src/sys/netinet Disable ip_allowsrcrt and ip_forwsrcrt. Enabling...
maxv[src/trunk]: src/sys Nuke DIRECTED_BROADCAST, it is not documented and not en...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/dsa add DSA_bits()
christos[src/trunk]: src/crypto/external/bsd/netpgp/dist/src centralize the conversio...
mrg[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer port to hppa, m68k, m680...
mrg[src/trunk]: src/external/bsd/cron/bin/cron update for GCC 6:
ozaki-r[src/trunk]: src/sys/ufs/chfs Remove unnecessary assertions
maxv[src/trunk]: src/sys/netinet6 Rename back to ip6af_mff. It was actually clear...
maxv[src/trunk]: src/sys/netinet Remove RSVP_ISI, that's mostly dead code. FreeBS...
mrg[src/trunk]: src/distrib/sets/lists more updates for GCC 6. with other uncom...
cherry[src/trunk]: src This is a preview of the uvm_hotplug(9) api code.
ryoon[src/trunk]: src/share/man/man4 Add LUA3-U2-ATX and bump date
christos[src/trunk]: src/share/mk wildcard obj dirs
ozaki-r[src/trunk]: src/sys/net Don't call psref_target_destroy unless NET_MPSAFE
ozaki-r[src/trunk]: src/tests/net/if_gif Enable DEBUG to see what happened on babylon5
skrll[src/trunk]: src/sys/uvm/pmap PHYSMEM -> PHYSSEG to fix build
macallan[src/trunk]: src/sys/dev/ic avoid accessing condition variables which belong ...
kamil[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3 Revert introduction of F...
ozaki-r[src/trunk]: src/tests/net/ndp Avoid using /var/run/rump.rtadvd.pid
maxv[src/trunk]: src/sys/arch The way the xen dummy page is taken care of makes a...
riastradh[src/trunk]: src/sys Fix return value of nommap.
maxv[src/trunk]: src/sys/arch/x86/x86 Use pmap_bootstrap_valloc and simplify. By ...
skrll[src/trunk]: src/sys/dev/usb Call {mutex, cv}_destroy on all mutexes/condvars
dholland[src/trunk]: src/sbin/ping PR bin/36997 Zafer Aydogan: ping doesn't validate ...
ozaki-r[src/trunk]: src/tests/net Add test cases of TCP communications with IPsec en...
ozaki-r[src/trunk]: src/sys/netipsec Replace malloc/free with kmem(9) and kill KMALL...
maxv[src/trunk]: src/sys/arch/x86/x86 Always use x86_fpu_save, clearer.
martin[src/trunk]: src/etc/mtree Add net/ipsec debug lib directory
martin[src/trunk]: src/distrib/sets/lists/tests Add ./usr/libdata/debug/usr/tests/n...
skrll[src/trunk]: src/sys/arch/arm/arm32 Fix a comment
mlelstv[src/trunk]: src/sys/dev refactor wd and ataraid drivers to use common disk s...
kamil[src/trunk]: src/lib/libc/stdlib Revert previous on demand.
kamil[src/trunk]: src/lib/libc/stdlib Correct handling of __cxa_atexit(a, b, NULL) i...
kre[src/trunk]: src/sys/arch/x86/x86 XEN apparently has no fpuinit_mxcsr_mask() ...
christos[src/trunk]: src/external/bsd/nvi/dist/common be more careful about opening r...
kamil[src/trunk]: src Bump lib minor for liblto_plugin.so link with -liberty
jmcneill[src/trunk]: src/usr.bin/mkubootimage add missing break after -m case
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Mprotect the segments in mm.c u...
christos[src/trunk]: src/usr.bin/kdump deal with the stdbool.h mess defining bool in ...
maxv[src/trunk]: src/sys/arch/acorn32/podulebus spl leak, found by Mootja
maxv[src/trunk]: src/sys/dev/ieee1394 memory leak, found by Mootja; it seems that...
maxv[src/trunk]: src/sys/arch/x86/x86 Fix a bug introduced in bus_space.c::r1.39....
nakayama[src/trunk]: src/distrib/sets/lists/xcomp Fix previous.
pgoyette[src/trunk]: src/lib/libc/gen Improve grammar. Pointed out by Timo Buhrmeste...
christos[src/trunk]: src/external/gpl2/xcvs/dist/src remove obsolete comment, flip po...
flxd[src/trunk]: src USB for vax (similar to pmax; no/negligible impact on legacy):
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <limits.h>
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems that return void for c...
knakahara[src/trunk]: src/sys/opencrypto fix cryptosoft.c:r1.51 mistake. swcrypto_atta...
kre[src/trunk]: src/tests/bin/sh Give this test a promotion! This was the test...
jmcneill[src/trunk]: src/sys/dev/sdmmc Revert part of previous; the SD card spec reco...
sjg[src/trunk]: src/usr.bin/make Ignore empty MAKEOBJDIR
maxv[src/trunk]: src/sys/lib/libkern/arch/x86_64 Add END().
kamil[src/trunk]: src/lib Stop including <sys/user.h> in userland libraries
macallan[src/trunk]: src/sys/arch/macppc/macppc - read IRQs from state, not level reg...
kre[src/trunk]: src/bin/sh NFC (normal use) - DEBUG only change, when showing em...
christos[src/trunk]: src/doc new expat
jmcneill[src/trunk]: src/sys/arch/arm/fdt Only try to attach to CPUs with the same cl...
joerg[src/trunk]: src/sys/kern Revert for the moment, creates problems on i386.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Fix PLL con0 register locations and add...
nat[src/trunk]: src/sys/dev Fix defines to proper function names.
christos[src/trunk]: src/sys/kern Change len type to be unsigned int for consistency ...
christos[src/trunk]: src/external/cddl/osnet/dev/fbt kill another wrong ELFSIZE setting.
christos[src/trunk]: src/sys/arch/mips/include Handle 64 bit kernels.
christos[src/trunk]: src Add O_REGULAR to enforce opening of only regular files
riastradh[src/trunk]: src/sys/kern Assert KM_SLEEP xor KM_NOSLEEP in all kmem allocation.
ryoon[src/trunk]: src/sys/dev/acpi Do not emit a meaningless message when lid open...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Implement memcpy, the builtin v...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Add cpuid and rdseed.
rin[src/trunk]: src/external/bsd/nvi/dist PR bin/52716 fix buffer overrun found ...
matt[src/trunk]: src/sys/arch/arm/conf Add CPU_CORTEXA35
riastradh[src/trunk]: src/sys/arch/x86/x86 Pass IPL through from intr_establish to eve...
pgoyette[src/trunk]: src/sys/dev/pad Remove the correct extra #endif
mlelstv[src/trunk]: src/etc Use sysctl to retrieve iostat names instead of parsing p...
maxv[src/trunk]: src/sys/arch Switch x86_lockpatch[] -> HOTPATCH().
christos[src/trunk]: src/sys/compat/linux/common Ignore signal 64 for now (go uses it)
martin[src/trunk]: src PR 52864: add a test for this bug, from sevan@
christos[src/trunk]: src/external/gpl3/gdb Redo the previous alpha change differently...
wiz[src/trunk]: src/sbin/mount Sort SEE ALSO.
christos[src/trunk]: src/sys/fs/autofs fix module attachment and cdevsw
maya[src/trunk]: src/sys remove struct emul's e_fault.
wiz[src/trunk]: src/share/man/man4 Improve wording and macro use.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Restrict the check: SMAP faults are alw...
maxv[src/trunk]: src/sys/arch Add ist0 to pcpu_entry.
mrg[src/trunk]: src/sys/arch/sparc/sparc fix time goes backwards problems on sparc.
reinoud[src/trunk]: src/sys/arch/usermode/dev Keep up with changes in ld(4): adding ...
uwe[src/trunk]: src/share/man/man4 Fix semantic markup.
christos[src/trunk]: src/external/apache2/mDNSResponder/usr.bin/dns-sd Add -I
knakahara[src/trunk]: src/sys/net Fix PR kern/52920. Pointed out by David Binderman, t...
pgoyette[src/trunk]: src/games/bcd Neither bcd(6) nor morse(6) produce output contain...
maya[src/trunk]: src/bin/ksh Use 0600 as the mode for histfile here too.
mrg[src/trunk]: src/sys/arch/sparc/sparc fix previous:
christos[src/trunk]: src/external/apache2/mDNSResponder/dist make lint compile again.
mrg[src/trunk]: src/sys/arch/sparc64/dev merge the ebus@pci attach output to be ...
maxv[src/trunk]: src/sys/net80211 Style, and check the return value of m_append.
maxv[src/trunk]: src/sys/netmpls Add XXX.
mrg[src/trunk]: src updates for GCC 6.4:
maya[src/trunk]: src/crypto/external/bsd Match new openssl HMAC_CTX_new better an...
knakahara[src/trunk]: src/sys/net Fix breaking character limit. Pointed out by ozaki-r...
mrg[src/trunk]: src/compat/mips64/64 fix a comment.
mrg[src/trunk]: src/external/gpl3/gcc rebuild mknative GCC 6.4 for these targets:
christos[src/trunk]: src/usr.bin/ftp explicitly include <string.h> since OpenSSL-1.1 ...
christos[src/trunk]: src use OPENSSL_API_COMPAT
cherry[src/trunk]: src/sys "Make NetBSD great again!"
maya[src/trunk]: src/sys/arch add SCTP_DEBUG to ALL kernels
christos[src/trunk]: src/share/mk Add to lint flags for MKREPRO
christos[src/trunk]: src/etc For MKREPRO, don't print varying params.
christos[src/trunk]: src/sys/dev/pci PR/52331: ydc driver: sleep-under-spin-mutex bug...
pgoyette[src/trunk]: src/share/man/man4 Add pxaip(4) man page from Stephan Meisinger ...
ozaki-r[src/trunk]: src/tests/net/route Fix typo
christos[src/trunk]: src/usr.bin/make a variable that starts with \\ is not expanded.
jmcneill[src/trunk]: src/sys/arch/arm/cortex Interrupts are enabled before the timer ...
skrll[src/trunk]: src/sys/uvm/pmap Use pte_set
nat[src/trunk]: src/sys/dev Use pustream params when clearing the next block in ...
skrll[src/trunk]: src/sys/arch/cats/conf Comment out a bunch of thing so that a GE...
kamil[src/trunk]: src/external/bsd/cron/bin/cron Unbreak MKPAM=no build
jmcneill[src/trunk]: src/sys/external/gpl2/dts Add dts2netbsd script
christos[src/trunk]: src/usr.bin/config un-c99
kre[src/trunk]: src/tests/bin/sh Add a new test to verify correct operation when...
mlelstv[src/trunk]: src/sys/arch/amiga/stand/bootblock/boot check for serial console...
christos[src/trunk]: src/lib/libexecinfo flesh out _Unwind_Exception, rust needs it.
flxd[src/trunk]: src/sys/dev/pci Cosmetic printf/aprint changes.
christos[src/trunk]: src/sys/net Can't hide stuff from userland, because struct route...
christos[src/trunk]: src/tests/kernel fix clang build.
mlelstv[src/trunk]: src/usr.bin/netstat Print previously missing fields from a TCP6 ...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump - Add "Performance Server" and "...
wiz[src/trunk]: src/share/man/man9 Various improvements.
christos[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk grow so that new intel ...
ozaki-r[src/trunk]: src/tests/net/net Suppress harmless warning message
abhinav[src/trunk]: src/usr.bin/time Add an xref to wait4(2) in SEE ALSO as it has b...
kamil[src/trunk]: src/sys/dev The cgd(4) module requires des and blowfish symbols
wiz[src/trunk]: src/share/man/man4 Remove references to non-existing ifconfig(4)...
ozaki-r[src/trunk]: src/tests/net Do netstat -a for an appropriate protocol
christos[src/trunk]: src/usr.bin/make make the code look like to 1.266
jmcneill[src/trunk]: src/sys/arch/arm/samsung Get baud rate from sclk_uartN instead o...
joerg[src/trunk]: src/libexec/ld.elf_so/arch/mips Fix C&P bug. Deal with more MIPS...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Implement platform reset for exynos5
ozaki-r[src/trunk]: src Don't create a permanent L2 cache entry on adding an address...
maya[src/trunk]: src/lib/libm/src Correct misleading indentation. NFC
kamil[src/trunk]: src/bin/ksh Drop Ultrix support from ksh(1), a DEC UNIX for VAX
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <stdlib.h>
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <stddef.h>
kamil[src/trunk]: src/bin/ksh ksh: Drop support for UNIX V7-style signal routines
ozaki-r[src/trunk]: src/sys/net Fix build of kernels without both INET and INET6
kamil[src/trunk]: src/external/gpl3/gcc/lib/liblto_plugin Backport patch from gcc....
rin[src/trunk]: src/external/bsd/nvi/dist/cl Remove a hack which declares tigets...
joerg[src/trunk]: src/lib/libc/stdlib Assert that __cxa_atexit is not used with NU...
cherry[src/trunk]: src/sys/arch/xen/conf Summary: xen/x86/intr.c has been retired. ...
christos[src/trunk]: src/sys/sys Since _RUMPKERNEL is really userland code it needs A...
skrll[src/trunk]: src/sys/arch/evbarm/dev Fix the "wait for any pending transmissi...
maxv[src/trunk]: src/sys/arch/amd64/conf Use another ld script for kaslr kernels, ...
jmcneill[src/trunk]: src/sys/dev/nand ul is not 64-bit on all platforms, use ull when...
riastradh[src/trunk]: src/sys/sys panic ex nihilo -- PR_NOWAITing for zerot
kre[src/trunk]: src/bin/sh PR bin/52715
alnsn[src/trunk]: src/lib/libc/cdb Use a more efficient data structure for graph p...
chs[src/trunk]: src/sys/kern add some assertions to verify that CPU_INFO_FOREACH...
sevan[src/trunk]: src/share/dict Add remaining missing words from FreeBSD's copy o...
khorben[src/trunk]: src/sys/dev/usb Also attach the RTL8192EU from TP-LINK
christos[src/trunk]: src/sys/dist/pf/net PR/52682: David Binderman: Fix wrong assignm...
jdolecek[src/trunk]: src/doc/roadmaps bring the WAPBL entry more up-to-date and sound...
pgoyette[src/trunk]: src/sys/arch/arm/sunxi Simplify, and avoid compiler warning for ...
skrll[src/trunk]: src/sys/arch/arm/arm32 Unwrap two lines. NFC.
riastradh[src/trunk]: src/sys/kern C99ify initialization of dummy_timecounter.
nat[src/trunk]: src/sys/dev No need to ratify block size twice as this is done i...
maya[src/trunk]: src/sys/dev/wscons Use c99 initializer for wsemul_ops
maya[src/trunk]: src/sys/dev/wscons Use M_WAITOK if we aren't going to check for ...
christos[src/trunk]: src/external/gpl3/gcc.old/lib/liblto_plugin undo previous; we ca...
uwe[src/trunk]: src/share/man/man4 Drive-by markup improvements.
martin[src/trunk]: src/tests/modules Skip the test on non-modular kernels
knakahara[src/trunk]: src/sys/arch/amd64/conf add ipsec(4) interface to amd64/GENERIC ...
nat[src/trunk]: src/sys/dev Allow open of audioctl devices whilst audio is open ...
bouyer[src/trunk]: src/sys/arch/x86/x86 Also set ih_realfun/ih_realarg in Xen's int...
uwe[src/trunk]: src/usr.sbin/autofs Fix accidental trailing whitespace.
msaitoh[src/trunk]: src/sys/arch/x86/include Add MSR_IA32_ARCH_CAPABILITIES definition.
maxv[src/trunk]: src/sys/net Fix the net.ether.multicast sysctl. If there is no m...
mrg[src/trunk]: src implement cpuctl identify for sparc and sparc64.
maxv[src/trunk]: src/sys/net80211 Introduce ieee80211_recv_mgmt_disassoc.
maya[src/trunk]: src document pfil_{add, remove}_ihook, pfil_run_{addr, if}hooks
skrll[src/trunk]: src/sys/arch/arm/cortex Use r0 in the tlbiall instruction to avo...
ozaki-r[src/trunk]: src/sys/net Release rt_so_mtx on updating a rtentry to avoid a d...
maxv[src/trunk]: src/sys/netinet Clarify icmp_error:
christos[src/trunk]: src/share/man/man4 remove dup the from %eax
christos[src/trunk]: src/crypto/external/bsd/openssh/dist patch for OpenSSL-1.1
mrg[src/trunk]: src/distrib/sets/lists/comp it's called avx512bwintrin.h.
maxv[src/trunk]: src/sys/netinet Declare icmperrppslim in ip_icmp.c, it shouldn't...
martin[src/trunk]: src/external/bsd/libarchive/dist/libarchive Try to fix the build...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto protect the inli...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto add more functio...
mrg[src/trunk]: src/external/gpl3/gcc mknative gcc 6.4 and powerpc / earmv4. ea...
christos[src/trunk]: src/external/bsd/openldap/dist OpenLDAP 2.4.45 Release (2017/06/01)
maxv[src/trunk]: src/sys/netinet Typos and style a bit, no functional change.
mrg[src/trunk]: src/external/gpl3/gcc fix alpha gcc 6.4 mknative. now works.
mrg[src/trunk]: src/external/gpl3/gcc/lib/libasan some more/changed files need -...
mrg[src/trunk]: src/sys/netinet ip_add_membership() has an missing {} issue, but...
christos[src/trunk]: src/crypto/external/bsd Fix typo (thanks Martin)
christos[src/trunk]: src/external/public-domain/sqlite/man change $Mdocdate$ to a fix...
ozaki-r[src/trunk]: src/usr.sbin/npf/npfctl Fix showing translated port (ntohs-ed tw...
macallan[src/trunk]: src/sys/arch/sparc/dev add load & store instructions for channel...
nat[src/trunk]: src/sys/dev Move calculation of sc_latency into a function.
maya[src/trunk]: src/sys/dev/wscons use kmem, don't check for allocation failure ...
nat[src/trunk]: src/sys/dev Blocksizes sould be rounded to a power of 2 as OSS a...
martin[src/trunk]: src/sys Make kobj_sym_lookup's result type an Elf_Addr.
skrll[src/trunk]: src/sys/arch/arm/cortex Ensure CNTVOFF is 0 before dropping out ...
snj[src/trunk]: src/crypto/external/bsd/openssh no more ssh1 code in openssh, so...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that Denverton which uses firmwa...
christos[src/trunk]: src/usr.bin/mail Only open regular files.
christos[src/trunk]: src/sys/kern don't pass 0 to the pool flags
jmcneill[src/trunk]: src/sys/dev/nand Add support for decoding legacy Toshiba TC58NVG...
pgoyette[src/trunk]: src/share/man/man4 Oooppss, pxagpio.4 isn't ready yet.
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist Import dts from Linux 4.11.5
macallan[src/trunk]: src/sys/dev/pci moar registers
christos[src/trunk]: src/usr.bin/make simplify
christos[src/trunk]: src/external/mit/expat/dist merge conflicts
christos[src/trunk]: src/etc no need for debug printing.
kre[src/trunk]: src/bin/sh "b" more forgiving when sorting options to allow reas...
kre[src/trunk]: src/bin/sh Now that excessive use of STACKSTRNUL has served its ...
skrll[src/trunk]: src/sys/arch/evbarm/conf Add exynos5410-odroidxu.dts to DTS list
skrll[src/trunk]: src/sys/arch/arm/cortex Print the GICC_IIDR when AB_DEBUG
ozaki-r[src/trunk]: src/sys/netinet6 Remove unused function (nd6_rem_ifa_lle)
riastradh[src/trunk]: src/sys Omit needless nullmmap.
christos[src/trunk]: src/sys/dev factor out duplicated code.
skrll[src/trunk]: src/sys/dev/scsipi Whitespace
christos[src/trunk]: src/external/public-domain/sqlite/sqlite2mdoc Don't emit $Mdocda...
riastradh[src/trunk]: src/usr.sbin/mdsetimage Need <stdint.h> for uintmax_t.
mrg[src/trunk]: src/sys/kern add missing sys/evcnt.h include.
simonb[src/trunk]: src/sys/arch/powerpc/include Add a copyright (approx 16.5 years ...
abhinav[src/trunk]: src/lib/libc/sys Fix sentence.
maya[src/trunk]: src/tests/lib/libm add test for fesetround/fegetround that uses ...
abhinav[src/trunk]: src/usr.bin/biff Update SYNOPSIS to reflect that y and n options...
knakahara[src/trunk]: src/sys add sysctl to select software/hardware encryption driver...
abhinav[src/trunk]: src/usr.sbin/mountd Add xrefs to ipsec_set_policy(3) and signal(7)
abhinav[src/trunk]: src/lib/libc/time Grammar fixes at few places
mrg[src/trunk]: src/usr.bin/pmap add the member name to an error string so we kn...
skrll[src/trunk]: src/sys/uvm Fix uvm_page_physget_freelist so that it actually pe...
nat[src/trunk]: src/sys/dev Simplify. Handle draining of vc[0] differently.
mrg[src/trunk]: src/etc/etc.evbmips create sysmon nodes, so wdogctl works.
cherry[src/trunk]: src/sys/arch/acorn26/acorn26 pass the bank handle to uvm_physseg...
cherry[src/trunk]: src/sys/arch/powerpc Tell mpc85xx about uvm_hotplug(9)
joerg[src/trunk]: src/sys/arch/x86/x86 Use a proper format string.
kamil[src/trunk]: src/bin/ksh Drop HP-UX support from ksh(1)
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without strcasecmp(3) ...
rjs[src/trunk]: src/sys/netinet Make arguments match debug message.
christos[src/trunk]: src/sys/kern use a fixed-size type, this code also exists in
kamil[src/trunk]: src Revert namespacing of atoi(3)
kamil[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Detach ...
maxv[src/trunk]: src/sys/arch/x86/x86 Reorder these loops to reduce the number of...
christos[src/trunk]: src/sys/arch/x86/x86 tidy up printf/kasserts; no functional change.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf build vexpress-v2p-ca15-tc1.dtb with th...
riastradh[src/trunk]: src/sys/dev/dtv Guess pool_cache_get(pc, 0) means PR_WAITOK here.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Allwinner NAND Flash Controller driver. W...
riastradh[src/trunk]: src/sys/arch/xen/xen #if DIAGNOSTIC panic ---> KASSERTMSG
christos[src/trunk]: src/external/bsd/acpica/bin/iasl new files for acpica-20171110
christos[src/trunk]: src/sys/compat/linux32/common ignore signal 64 for now (go uses it)
ozaki-r[src/trunk]: src/sys/netinet6 Fix use-after-free of mbuf by ip6flow_create
msaitoh[src/trunk]: src/sys/dev/pci Regen.
wiz[src/trunk]: src/usr.sbin/autofs File system police. Sort options. Add RCS Id...
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch Print Intel cpuid 7 %edx.
christos[src/trunk]: src/sys/netinet - this is not python, we need braces
maxv[src/trunk]: src/sys/arch/x86/x86 The uarea must always be page-aligned.
jakllsch[src/trunk]: src/sys/dev/spi We always need bp->b_resid initialized before we...
reinoud[src/trunk]: src/sys/arch/usermode/dev Add the missing strategy argument of l...
maxv[src/trunk]: src/sys/dev/ic Fix awful use of m_defrag, this code just can't w...
christos[src/trunk]: src/sys/fs/autofs support getargs, fix flush, fix mutex_destroy
knakahara[src/trunk]: src/sys/dev/pci Fix legacy Tx descriptors printing when WM_DEBUG...
maxv[src/trunk]: src/sys/net Fix spl leak.
maxv[src/trunk]: src/sys/dev/pci Fix overflow.
maxv[src/trunk]: src/sys/net80211 Introduce ieee80211_recv_mgmt_auth.
maxv[src/trunk]: src/sys/arch Unmap the kernel heap from the user page tables (SVS).
skrll[src/trunk]: src/sys/arch/arm/arm Fix test for SMI_IMB{, range} that was broke...
mrg[src/trunk]: src/sys/dev/raidframe fixes for the previous, noted by nakayama@.
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSShared optval is int...
ozaki-r[src/trunk]: src/sys/kern Obtain proper initialized addresses of locks alloca...
maxv[src/trunk]: src/sys/netinet Kick duplicate options, they are not allowed (RF...
maxv[src/trunk]: src/sys/netinet Clean up this mess. This is typically the kind o...
mrg[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer - enable powerpc and arm...
christos[src/trunk]: src/external/bsd/unbound/include provide 2 configs: one for open...
ozaki-r[src/trunk]: src/sys/kern Check if adaptive mutex isn't called in interrupt c...
martin[src/trunk]: src/sys/modules/pf Avoid gcc 6 specific options when compiling w...
maxv[src/trunk]: src/sys/netinet Style and remove unused macros. More to come.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove obsoleted comment. This comment sho...
ozaki-r[src/trunk]: src/sbin/routed Fix that routed deletes local routes
ozaki-r[src/trunk]: src/sys Fix deadlock between llentry timers and destruction of l...
abhinav[src/trunk]: src/usr.bin/finger Instead of saying "The finger displays inform...
cherry[src/trunk]: src/sys/uvm Turn off uvm_hotplug option selection until we actua...
cherry[src/trunk]: src/sys physmem should be of type psize_t
snj[src/trunk]: src/distrib/notes/vax vax folks probably aren't the _most_ inter...
christos[src/trunk]: src/sys/arch/luna68k/stand/boot undo - pointed out this is a reg...
kre[src/trunk]: src/sys/arch/arm/sunxi Complete last change...
maxv[src/trunk]: src/sys/arch/x86 Fix MXCSR_MASK, it needs to be detected dynamic...
christos[src/trunk]: src/lib/libc/stdio Implement nofollow (l) for fopen(3).
kre[src/trunk]: src/lib/libc/stdio Avoid losing a fd (ie: close it) in the (ever...
maxv[src/trunk]: src/sys/arch/x86/x86 Fix xen. Not tested, but seems fine enough.
skrll[src/trunk]: src/sys/arch/evbarm/conf Disable USB_DEBUG by default
rin[src/trunk]: src/external/bsd/nvi/dist/cl No need to include ip_extern.h here.
riastradh[src/trunk]: src/sys/kern Assert that pool_get failure happens only with PR_N...
kre[src/trunk]: src/tests/lib/libc/stdio In the fopen_regular and fopen_symlink ...
christos[src/trunk]: src/sys/kern hack around namei problem.
christos[src/trunk]: src/sys/miscfs/procfs fix locking, remove error(1) comments.
ozaki-r[src/trunk]: src/tests/net/ipsec "Mark key_timehandler_ch callout as MP-safe"...
ozaki-r[src/trunk]: src/tests/net/ipsec Dedup some checks
christos[src/trunk]: src/sys/kern Handle the ERESTART case from pool_grow()
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Define utility functions as inl...
pgoyette[src/trunk]: src/share/man/man7 Add a note that some external software is ava...
mlelstv[src/trunk]: src/external/bsd/nvi/dist/cl When resizing nvi in xterm, a scrol...
scole[src/trunk]: src/sys/arch/ia64/ia64 make kernel compilable after recent uvm c...
abhinav[src/trunk]: src/lib/libc/time As per C99 the range of values for the %S form...
skrll[src/trunk]: src/sys/arch/arm/arm32 Fix VERBOSE_INIT_ARM build
ozaki-r[src/trunk]: src Support -p <pidfile> option
maya[src/trunk]: src/sys/arch/arm/nvidia Fix regression introduced by myself with...
flxd[src/trunk]: src/sys/arch Fix typo "one the" and architecture where appropriate.
nonaka[src/trunk]: src iwm(4): Sync with OpenBSD.
mlelstv[src/trunk]: src/sys/dev/scsipi The mutex passed to cv_wait must also be held...
christos[src/trunk]: src/sys/external/bsd/acpica/dist/compiler Fix repro build.
ozaki-r[src/trunk]: src/sys/netinet6 Kill pr->ndpr_refcnt = 0
kre[src/trunk]: src/bin/sh Cosmetic changes to variable flags - make their value...
maxv[src/trunk]: src/sys/lib/libsa Introduce two functions, and dedup code.
christos[src/trunk]: src/distrib/sets/lists bump for bind
kre[src/trunk]: src/bin/sh s/volatile/const/ -- wonderful how opposites attract ...
kre[src/trunk]: src/bin/sh Many internal memory management type fixes.
christos[src/trunk]: src/distrib/sets/lists/etc add racoon
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Disable exyortc for now, it doesn't work.
nat[src/trunk]: src/sys/dev/pad Use defines to specify pad audio format. NFCI.
jmcneill[src/trunk]: src/sys/arch Add Exynos 5410 clock controller driver.
flxd[src/trunk]: src/sys/dev/tc regen
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <string.h>
kamil[src/trunk]: src/bin/ksh ksh: Drop BSD4.3 temporary hack in tty code
macallan[src/trunk]: src/usr.sbin/wsfontload load files from ttf2wsfont
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove unused "cached_autoc". It was remov...
ryo[src/trunk]: src/sys/dev/sdmmc fix problem for ESDHC/USDHC due to change of r...
nat[src/trunk]: src/sys/dev Don't autoconfig for 24 bits precision. It does not...
maxv[src/trunk]: src/sys/dev/sbus spl leak, found by Mootja a long time ago
pgoyette[src/trunk]: src/sys/uvm/pmap And replace an instance of "%p" conversion with...
wiz[src/trunk]: src/bin/stty Remove Tn.
christos[src/trunk]: src/sys/kern Add assertions that either PR_WAITOK or PR_NOWAIT a...
ozaki-r[src/trunk]: src/sys/netinet6 Use psref instead of pserialize because that co...
rin[src/trunk]: src/external/bsd/nvi/dist/common Restore the initial state at th...
mrg[src/trunk]: src/sys/dev/pad remove extra #endif left in previous commit.
sevan[src/trunk]: src/dist/pf/etc Synchronise with r1.27 from OpenBSD
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump - Decode ACPI_HEST_GENERIC_V2.
kre[src/trunk]: src/sbin/dkctl PR bin/52905
knakahara[src/trunk]: src/sys/opencrypto Fix PR kern/52910. Reported and implemented a...
nat[src/trunk]: src/sys/dev Forcefully detach children of audio instances.
wiz[src/trunk]: src/share/man/man7 Stop using Tn.
msaitoh[src/trunk]: src/sys/arch/x86/include Add comment.
para[src/trunk]: src/sys/kern fix comment
pgoyette[src/trunk]: src/share/misc Add: BIDI = boy, I did it
nat[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Set size of mtusize before calling ...
reinoud[src/trunk]: src/sys/arch/usermode/usermode Implement dummy process_read_dbre...
uwe[src/trunk]: src/external/gpl2/groff/tmac Copy-paste a .Dx macro for DragonFl...
maxv[src/trunk]: src/sys/sys KDASSERT -> KASSERT. This code is fast and useful.
christos[src/trunk]: src/external/apache2/mDNSResponder/dist import latest version
christos[src/trunk]: src/usr.sbin/autofs sprinkle unconst
maxv[src/trunk]: src/sys/net Several fixes:
maya[src/trunk]: src/sys/dev/pci indent to magic logic
maxv[src/trunk]: src/sys/net Mostly style, and add a bunch of KASSERTs.
christos[src/trunk]: src/sys/arch/amd64/stand/prekern avoid typedef redefinitiones
maxv[src/trunk]: src/sys/net style
uwe[src/trunk]: src/tools/make Do not use HOST_CFLAGS and others. build.sh call...
maxv[src/trunk]: src/sys/net80211 Start splitting ieee80211_recv_mgmt.
maxv[src/trunk]: src/sys/net80211 Several changes:
mlelstv[src/trunk]: src/doc Track 3rd party firmware in our tree.
maxv[src/trunk]: src/sys/net80211 Several changes:
maxv[src/trunk]: src/sys/netinet Fix a buffer overflow in icmp_error. We create i...
macallan[src/trunk]: src/sys/dev/pci/voyager enable font loading
christos[src/trunk]: src/external/bsd/libarchive/dist/libarchive undo previous.
ozaki-r[src/trunk]: src/sys/kern Check the length of a passed name to avoid slient t...
jakllsch[src/trunk]: src/sys/arch/arm/sunxi Add register definitions file for sun6i_s...
christos[src/trunk]: src/games/factor fix for OpenSSL-1.1
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/x509v3 added 1.1...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto use OPENSSL_API_...
maxv[src/trunk]: src/sys/netinet6 Style, and localify IPV6FORWARDING. No function...
wiz[src/trunk]: src/usr.sbin/ac New sentence, new line.
ozaki-r[src/trunk]: src/sys/rump/net/lib/libshmif Fix handling return value of rumpc...
ozaki-r[src/trunk]: src/sys/rump/net/lib/libshmif Fix that rump.ifconfig shmifN dest...
mrg[src/trunk]: src for 64 bit mips platforms where we built userland largely as...
maya[src/trunk]: src/lib/libc/arch/aarch64/gen don't use systm.h header, it's not...
abhinav[src/trunk]: src/usr.bin/touch Update the description of the -t option to bri...
cherry[src/trunk]: src/sys/arch/powerpc/ibm4xx Conform API use of uvm_hotplug(9) to...
maya[src/trunk]: src/share/man/man8 Reference dhcpcd as the sole DHCP client in g...
riastradh[src/trunk]: src/sys/arch/arm Simplify bcm2835, tegra, and am335x hardware RN...
ozaki-r[src/trunk]: src/tests/net/ndp Fix the description of a test
maxv[src/trunk]: src/sys/arch Define MAXPHYSMEM globally.
ryoon[src/trunk]: src/share/man/man4 Add Anker A7611 and DIEWU USB-DW8152, and bum...
mrg[src/trunk]: src/sys/arch/powerpc/powerpc switch an assert in backtrace to an...
christos[src/trunk]: src/sys/uvm Provide a set_available_start method for the non UVM...
pgoyette[src/trunk]: src/distrib/sets/lists/man Add pxaip(4) man page to the sets list.
jmcneill[src/trunk]: src/usr.bin/mkubootimage Fix tools build
kre[src/trunk]: src/bin/sh NFC - DEBUG mode only change - convert this to the ne...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Build exynos5422 .dtb files with this k...
kre[src/trunk]: src/bin/sh Fix from FreeBSD (applied there in July 2008...)
kre[src/trunk]: src/bin/sh Another fix from FreeBSD (this one from April 2009).
maya[src/trunk]: src/sys/ufs/lfs Ifdef out KDASSERT which fires on my machine.
nat[src/trunk]: src/sys/dev No need to reset the audioinfo whem dealing with the...
flxd[src/trunk]: src/etc/etc.vax Add audio for vsaudio(4) and speaker to be on pa...
uwe[src/trunk]: src/sys/arch/sh3/sh3 Use vmspace::vm_minsaddr instead of hardcod...
ozaki-r[src/trunk]: src/tests/net/arp Set net.inet.arp.keep only if it's required
ozaki-r[src/trunk]: src/sys/netinet Make sure icmp_redirect_timeout_q and ip_mtudisc...
hannken[src/trunk]: src/sys/kern Change vrecycle() and vgone() to lock with LK_RETRY...
hannken[src/trunk]: src/sys/fs/union Handle v_writecount from union_open(), union_cl...
knakahara[src/trunk]: src/sys/net fix unlock and splx inversion. Currently, this doesn...
maxv[src/trunk]: src/sys/arch/amd64/amd64 This can actually be enabled in Xen; my...
ozaki-r[src/trunk]: src/sys/netinet6 Allow in6_lltable_free_entry to be called witho...
wiz[src/trunk]: src/usr.bin/make Whitespace fixes.
khorben[src/trunk]: src/sys/arch Register support for SD card readers with Xen DOM0 ...
chs[src/trunk]: src/sys/arch/xen/xen use UVM_FLAG_UNMAP instead of unmapping sep...
kamil[src/trunk]: src/bin/ksh ksh: Use ANSI C varargs, drop support for older vers...
macallan[src/trunk]: src/usr.sbin/wsfontload avoid sign compare error
skrll[src/trunk]: src/sys/uvm/pmap Use __BIT(0) for PV_KENTER. NFC.
mlelstv[src/trunk]: src/sys/dev/iscsi Fix session cleanup.
jmcneill[src/trunk]: src/sys/dev/sdmmc Read SD status register and print card status ...
nat[src/trunk]: src/sys/dev Use LINEARNTOMULAW for 8 bits as well.
bouyer[src/trunk]: src/sys/arch/x86/x86 Page tables are not writable under Xen, so ...
msaitoh[src/trunk]: src/sys/dev/acpi If _ENABLED flag of ACPI_SRAT_TYPE_CPU_AFFINITY...
maxv[src/trunk]: src/sys/arch Don't embed our own values in the reserved fields o...
maxv[src/trunk]: src/sys/arch/x86/x86 Mask mxcsr, otherwise userland could set re...
nat[src/trunk]: src/sys/dev Only allow blocksizes greater or equal to the calcul...
kre[src/trunk]: src/lib/libc/stdio Some (mostly minor) wording improvements (IMO)
maya[src/trunk]: src/sys/dev/wsfont Don't test for failure of malloc(..., M_WAITOK...
christos[src/trunk]: src/external/bsd/nvi/dist/common Don't use popenve() for portabi...
blymn[src/trunk]: src/share/man/man4 Add documentation for clickpad mouse button e...
mlelstv[src/trunk]: src/sys/dev/ata Make wddone poll all drives of a channel again.
ryoon[src/trunk]: src/sys/dev/pckbport Return res in non-synaptics case like befor...
christos[src/trunk]: src/distrib/sets/lists/comp not ready for static pie either.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't fall through.
maxv[src/trunk]: src/sys/arch/i386/stand/boot Add pkboot in "help".
skrll[src/trunk]: src/sys/arch/evbarm/sunxi Use genassym.cf instead of #include <a...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe On device which has SFP(+) cage and a modu...
christos[src/trunk]: src/sys/rump/librump/rumpkern added booted_method
christos[src/trunk]: src/external/bsd/nvi/usr.bin/recover Don't get stuck reading nam...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf build tegra124-apalis-eval.dtb, tegra12...
skrll[src/trunk]: src Trailing whitespace
christos[src/trunk]: src/sys/opencrypto use PR_NOWAIT.
matt[src/trunk]: src/sys/arch/arm/cortex Add #define CPU_CORTEDVIRT to reduce cop...
jdolecek[src/trunk]: src/sys/dev/ic change several of error logs in ahci_intr_port() ...
christos[src/trunk]: src/sys/arch/x86/x86 make this compile w/o LOCKDEBUG
christos[src/trunk]: src/sys/kern check the magic first in case we got passed a junk ...
mrg[src/trunk]: src/sys hopefully workaround the irregularly "fork fails in init...
christos[src/trunk]: src/external/gpl3/gcc/lib/libtsan Add one more file, still does ...
ozaki-r[src/trunk]: src/sys/netinet6 Get rid of unnecessary ifdef for IFT_IEEE80211
knakahara[src/trunk]: src/sys apply in{,6}_tunnel_validate() to gif(4).
maxv[src/trunk]: src/share/man/man4 Add KASLR and SVS.
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Remove empty macro.
christos[src/trunk]: src/usr.sbin/autofs sprinkle __dead, use EXIT_{SUCCESS, FAILURE}
uwe[src/trunk]: src/share/man/man4 Fix column width in postscript output.
uwe[src/trunk]: src/share/man/man4 Improve formatting of "Other options" section...
jdolecek[src/trunk]: src/sys/arch/x86/include fix swapped comments for EFER LME and LMA
maxv[src/trunk]: src/sys/sys typos
knakahara[src/trunk]: src/sys/dev/pci Fix wm_watchdog_txq() lock region.
maxv[src/trunk]: src/sys/net80211 Introduce ieee80211_recv_mgmt_assoc_req.
maxv[src/trunk]: src/sys/net80211 Style, no functional change.
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/hmac more openssl-1....
mlelstv[src/trunk]: src/sys/dev Use driver specific label code as fallback. This fix...
maxv[src/trunk]: src/sys/arch Add a fifth region, called "head". On kaslr kernels...
pgoyette[src/trunk]: src/sys/uvm/pmap Remove unneeded casts to (uintptr_t). This is ...
wiz[src/trunk]: src/lib/libc/sys Remove Tn
martin[src/trunk]: src/distrib/sets/lists/comp Also mark ppi.html as obsolete
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add PLL1 table entry for 624 MHz
christos[src/trunk]: src/external/bsd/openldap/dist merge conflicts
mrg[src/trunk]: src/sys/uvm uvm_map_extract() has an indentation issue.
mrg[src/trunk]: src/sys/dev/i2c dbcool_read_volt() has a missing {} issue.
rin[src/trunk]: src/sys/dev/ic Remove misplaced semicolon, found by GCC 6.
christos[src/trunk]: src/usr.bin/nbsvtool mark old compat functions.
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/backend make this actually work:
martin[src/trunk]: src/lib/libc/atomic Bump date for previous
htodd[src/trunk]: src/distrib/sets/lists/xdebug Fix build for debug.
knakahara[src/trunk]: src/sys/dev/pci add comments about the situation wm(4) use MSI-X...
christos[src/trunk]: src/sys/sys Change CLOCK_THREAD_CPUTIME_ID so that it is not neg...
ozaki-r[src/trunk]: src/sys/netinet6 Get rid of extra nd6_purge from in6_ifdetach
jmcneill[src/trunk]: src/sys/dev Instead of a Linux keymap, convert Linux event codes...
skrll[src/trunk]: src/sys/dev/usb Add a missing break that should have been includ...
christos[src/trunk]: src Add -P for reproducible builds based on the latest cvs times...
nonaka[src/trunk]: src/external/intel-fw-public/iwl3160 iwm(4): Add new 3160 firmwa...
christos[src/trunk]: src/sys/arch/evbarm/iq80321 fix printf format
pgoyette[src/trunk]: src/doc Add reference to uwe's PR kern/52821
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix 2500 KX media setting in last commit.
christos[src/trunk]: src/sys/arch/arm/conf we always need the fdt option now, defined...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add missing IFM_FDX.
maxv[src/trunk]: src/sys/arch/i386/i386 Put a limit in the percpu segment, so we ...
maya[src/trunk]: src/sys/dev audio: don't use an uninitialized variable.
jmcneill[src/trunk]: src/sys/dev/ic More or less a rewrite of dwc_mmc, based on awin_...
joerg[src/trunk]: src/libexec/ld.elf_so/arch/arm Drop symbol number from default b...
abhinav[src/trunk]: src/usr.bin/nbperf Fix typo
christos[src/trunk]: src/sys/rump/dev/lib/libucom should be umodeswitch!
knakahara[src/trunk]: src/sys/net I have forgotten to commit this gif(4) MP-ify patch ...
khorben[src/trunk]: src/sys/dev/usb Typos in comments
ozaki-r[src/trunk]: src/sys/net Tweak lltable_sysctl_dumparp
nat[src/trunk]: src/sys/dev/ic Set hw parameters for linear to ulaw filters.
jmcneill[src/trunk]: src/sys/arch remove options COM_AWIN and set COM_TYPE_SUNXI in t...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Handle hw.ixgN.advertise_speed correctly.
pgoyette[src/trunk]: src Remove the ABI version-and-length check that was recently in...
christos[src/trunk]: src/external/bsd/nvi/dist/common Deal safely with recovery mail ...
kre[src/trunk]: src/lib/libc/stdio Be more consistent with how we refer to fopen...
cherry[src/trunk]: src/sys/arch In XEN PV, the idt vector table is not required to ...
jmcneill[src/trunk]: src/sys/arch/evbarm/rpi Firmware after May 8, 2017 places APs in...
jdolecek[src/trunk]: src/sys/dev/scsipi fix comment - scsipi_rw_big was renamed to sc...
christos[src/trunk]: src/lib/libpuffs fix error messages (use __func__, quotes)
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix buffer overrun caused by li...
christos[src/trunk]: src/sys/sys Define the ELFSIZE to be KERN_ELFSIZE, since these h...
abhinav[src/trunk]: src/lib/libc/sys Be consistent in using process' (vs process's).
abhinav[src/trunk]: src/usr.sbin/makemandb Escape hyphen when parsing .Nd
ozaki-r[src/trunk]: src/sys/net Fix kernel build with RT_DEBUG and !NET_MPSAFE
cherry[src/trunk]: src/sys/uvm Use uvm_physseg.h:uvm_page_physload() instead of uvm...
maya[src/trunk]: src/sys/arch/amiga/amiga Remove conflicting declaration of physmem
christos[src/trunk]: src/share/mk Don't attempt to shorten resolved path names (via r...
maxv[src/trunk]: src/sys/arch/x86 Give the direct map 32 slots (16TB of va). This...
flxd[src/trunk]: src/doc Note support for VAXstation 4000 TURBOchannel.
kamil[src/trunk]: src/external/bsd/libproc/dist Don't include <sys/user.h> on NetB...
maxv[src/trunk]: src/sys/arch/i386/i386 Remove dead and broken code. It is not a ...
christos[src/trunk]: src/sys/conf Assign DTB files to a variable so we can make -V DTB
christos[src/trunk]: src/external/mit/expat/dist Release 2.2.1 Sat June 17 2017
mrg[src/trunk]: src/external/gpl3/gcc native-gcc for all platforms (only m68000 ...
christos[src/trunk]: src/etc use -v to get the expanded variable.
msaitoh[src/trunk]: src/sys/dev/mii Define bit definitions of MDIO_PMAPMD_CTRL1 and ...
christos[src/trunk]: src/sys/arch Don't define ELFSIZE
matt[src/trunk]: src/doc Add matt-nb8-mediatek branch
christos[src/trunk]: src/sys/arch/x86/include add "prekern" to the string list.
msaitoh[src/trunk]: src/sys/dev/usb Wait 1ms first. Existing Intel xHCI requies 1ms ...
christos[src/trunk]: src/sys/kern Since pr_lock is now used to wait for two things no...
christos[src/trunk]: src/sys/kern Don't use 0 for PR_NOWAIT
rin[src/trunk]: src/external/bsd/nvi/dist/ex Change the behavior of join command...
christos[src/trunk]: src/sys/kern Don't add kevents to closing file descriptors (from...
riastradh[src/trunk]: src/sys/arch/xen/xen Back out previous KASSERTMSG for now.
snj[src/trunk]: src/distrib/notes/common prune 5.x upgrade section
riastradh[src/trunk]: src/sys/arch/x86/x86 Add KASSERT to confirm no change in xen int...
christos[src/trunk]: src/doc new acpica
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
pgoyette[src/trunk]: src/sys Use config(1) and IOCONF= to generate most of the auto-c...
jakllsch[src/trunk]: src/sys/arch/arm/sunxi Fix idma_xferlen for A64/H5 eMMC host con...
msaitoh[src/trunk]: src/sys/dev/pci Add Intel Apollo Lake devices.
wiz[src/trunk]: src/usr.bin/showmount Stop using Tn. New sentence, new line.
christos[src/trunk]: src/sys/dev/usb tidy up debugging (make it compile with the 'ALL...
ozaki-r[src/trunk]: src/sys/netinet6 Fix a deadlock on callout_halt of nd6_dad_timer
kamil[src/trunk]: src/bin/ps Fix an unitialized memory read bug in ps(1)
maxv[src/trunk]: src/sys/net If cnt == 0, don't kmem_alloc(0). Found by Mootja.
ryo[src/trunk]: src/common/lib/libutil doesn't work new format 'F' with a string...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist import latest mDNSResponder
knakahara[src/trunk]: src/sys/dev/pci improve comments
martin[src/trunk]: src/sys/arch/sparc/conf Enable DIAGNOSTIC
maxv[src/trunk]: src/sys/net Style, make the code more readable, and add a KASSER...
maxv[src/trunk]: src/sys/net Fix a bug in the VLAN path: there's an inverted logi...
maxv[src/trunk]: src/sys/net Style, and fix a bug in the AppleTalk path: we're doing
mrg[src/trunk]: src/sys/arch/sparc/sparc vcache_flush_* event counters are not i...
knakahara[src/trunk]: src/sys Fix agr(4) module build. Reviewed by pgoyette@n.o, thanks.
maxv[src/trunk]: src/sys/dev/ic Fix overflow, noted by Maya.
maxv[src/trunk]: src/sys/net80211 Fix memory leak. If m1 == m, m = NULL, so it's ...
maxv[src/trunk]: src/sys Prepend 'sp_' to the name of the fields, so that they ca...
maya[src/trunk]: src/tests/lib/libc/gen Improve portability of headers and sort t...
knakahara[src/trunk]: src/sys/dev/pci Fix duplicated "rxintr" evcnt counting. Pointed ...
mrg[src/trunk]: src implement 32-bit compat support for raidframe.
maxv[src/trunk]: src/sys/net80211 Several changes:
skrll[src/trunk]: src/sys/dev/raidframe Fix some ARM kernel builds. ARM abuses co...
ozaki-r[src/trunk]: src/sys/kern Avoid allocating unused softints that share a value...
mrg[src/trunk]: src/tools/gcc mark GCC 6.4 has nb1 20180203
mrg[src/trunk]: src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4 missing in ...
skrll[src/trunk]: src/distrib/sets/lists Update for libunbound minor bump
christos[src/trunk]: src/external/bsd/unbound/dist Unbound 1.6.8
mrg[src/trunk]: src/sbin/routed update for GCC 6:
christos[src/trunk]: src/usr.bin/nbsvtool use OpenSSL-1.1 apis
christos[src/trunk]: src/usr.sbin/syslogd Adjust to OpenSSL-1.1
knakahara[src/trunk]: src/share/man/man4 Fix PR misc/52890 . Reported and suggested by...
mrg[src/trunk]: src/sys/external/bsd/drm2/drm XXX: add a NULL init to avoid a GC...
hannken[src/trunk]: src/sys Add field "mnt_lower" to "struct mount" to track the fil...
christos[src/trunk]: src/sys/dev On failed attach hw_if is NULL, so guard against it ...
christos[src/trunk]: src/sys/dev catch attachment fault sooner.
maxv[src/trunk]: src/sys/arch Add MODULAR in Xen kernels.
christos[src/trunk]: src/external/intel-fw-public remove old microcode
maxv[src/trunk]: src/sys/arch/x86/x86 Check (inside), not (!outside). It explains...
kre[src/trunk]: src/bin/sh NFC - DEBUG mode only change - complete a change made...
manu[src/trunk]: src Make shared -DSMALL libc buildable without breaking libhack
hannken[src/trunk]: src/sys/kern Make the fast path of fstrans_get_lwp_info() "stati...
kre[src/trunk]: src/bin/sh Correct the initial line number used for processing -...
ozaki-r[src/trunk]: src/tests/net/ipsec Add test cases of TCP/IPsec on an IPv4-mappe...
joerg[src/trunk]: src/libexec/ld.elf_so Replace COMBREL with just-in-time check in...
joerg[src/trunk]: src/libexec/ld.elf_so/arch/arm Expand symnum, GCC's uninitialize...
mlelstv[src/trunk]: src/sys/dev/scsipi cdrestart takes a softc parameter, not a periph.
kamil[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3 Add a walkaround for TLS...
mlelstv[src/trunk]: src/sys/dev/scsipi fix comment. request_sense is called unlocked.
mlelstv[src/trunk]: src/sys/kern When balancing threads over multiple CPUs, use fixp...
abhinav[src/trunk]: src/lib/libc/time Remove trailing comma at the end of the last ....
christos[src/trunk]: src/crypto/external/bsd/openssh merge conflicts
christos[src/trunk]: src Bail out on error computing the timestamp
christos[src/trunk]: src/external/gpl2/xcvs/dist/src add -t to preserve timestamps.
ryoon[src/trunk]: src/share/man/man4 Add LAN-TXU2C and LAN-TXU2H3A
rin[src/trunk]: src/external/bsd/nvi/dist/ex improve logic related to sh_prompt:
abhinav[src/trunk]: src/libexec/comsat s/users/user's
hannken[src/trunk]: src/sys/fs/udf No need to call vflush from failing udf_mount(). ...
maxv[src/trunk]: src/sys/arch/arm/gemini NULL deref, found by Mootja; not sure ho...
jmcneill[src/trunk]: src/sys/arch sunxi_twi: provide custom read/write reg callbacks ...
jmcneill[src/trunk]: src/sys/dev/i2c Allow drivers to provide their own read/write re...
maxv[src/trunk]: src/sys/arch/amd64/conf Mmh, we don't map the CTF section on kas...
ozaki-r[src/trunk]: src/sys/net/npf Fix npfclt reload on rump kernels
knakahara[src/trunk]: src/sys/net If if_attach() failed in the attach function, return...
martin[src/trunk]: src/sys/compat/netbsd32 PR kern/52681: fix msghdr conversion.
abhinav[src/trunk]: src/usr.sbin/mountd Remove xref to signal(7).
maya[src/trunk]: src/sys/uvm as a stopgap fix make all of uvm_physseg.h kernel-on...
skrll[src/trunk]: src/sys/arch/arm/samsung Fix a few typos in clock parent names f...
nat[src/trunk]: src/sys/dev Check hardare precision in vchan_autoconfig. Passes...
skrll[src/trunk]: src/sys/arch/arm/cortex If we see GICC_IAR_IRQ_SSPURIOUS we shou...
ozaki-r[src/trunk]: src/sys Purge ARP/NDP entries on an interface when the interface...
kamil[src/trunk]: src/bin/ksh Temporarily revert previous.
kamil[src/trunk]: src/bin/ksh ksh: Kill switch for CLOSEDIR_VOID (closedir(2) retu...
kamil[src/trunk]: src/bin/ksh ksh: Remove fallback to BSD4.1 signal routines
kamil[src/trunk]: src/bin/ksh ksh: Replace homegrown int_least32_t with the C99 ve...
flxd[src/trunk]: src/share/man/man4 Add vax.
skrll[src/trunk]: src/sys/arch/mips/include Provide pte_set
cherry[src/trunk]: src/sys/arch/sh3/sh3 Use the correct page frame number to steal ...
cherry[src/trunk]: src/sys/uvm uvm_extern.h is has both a _KERNEL only, and a non _...
pgoyette[src/trunk]: src/sys/arch Add wsbell
christos[src/trunk]: src/sys/sys - cast ident argument because it is usually an fd (s...
dholland[src/trunk]: src/share/misc +IME
maxv[src/trunk]: src/sys/arch/x86/x86 Limit the size of the direct map with a 2MB...
kamil[src/trunk]: src/external/bsd/ipf/dist/ipsend Don't include <sys/user.h> on N...
ozaki-r[src/trunk]: src/sbin/route Support -c <count> option for route monitor
jmcneill[src/trunk]: src/sys/conf bump required config version for multiline makeopti...
jmcneill[src/trunk]: src/external/gpl2/dtc Update the dtc version string to match the...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Fix the double-fault handler. We're exe...
maxv[src/trunk]: src/sys/arch/x86/x86 Zero out the buffer entirely.
mrg[src/trunk]: src/sys/arch/ofppc/ofppc fix some printf formats in DIAGNOSTIC c...
nat[src/trunk]: src/sys/dev/isa Add padding to gus.c so fields match up when it ...
riastradh[src/trunk]: src/share/misc PPS: pulse per second (signal)
nat[src/trunk]: src/sys/dev Use mix ring block size in audio write, startp, and ...
rin[src/trunk]: src/external/bsd/nvi/usr.bin/nvi No need to compile in ip_*.c an...
cherry[src/trunk]: src/sys/arch/xen Switch XEN drivers to use intr_establish_xname(...
wiz[src/trunk]: src/share/man/man4 Bump date for previous. New sentence, new lin...
christos[src/trunk]: src/sys/kern We computed the length of the string already, so us...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add wskbd at gpiokeys
rin[src/trunk]: src/external/bsd/nvi/dist/vi - Fix cursor position when a multiw...
riastradh[src/trunk]: src/sys/arch/xen/xen Add kasserts to help diagnose xen interrupt...
maxv[src/trunk]: src/sys/compat/common Build libcompat as an object, not as a lib...
pgoyette[src/trunk]: src/share/man/man9 Document the arguments to the MODULE() macro
kamil[src/trunk]: src/lib/libc Revert asctime() namespacing
christos[src/trunk]: src/external/gpl3/gdb/lib/libgdb/arch/alpha regen
knakahara[src/trunk]: src/sys Fix PR kern/52910. Reported and implemented a patch by S...
wiz[src/trunk]: src/share/man/man7 Use Pa for paths.
martin[src/trunk]: src/usr.sbin/fstyp Use fseeko instead of fseek to fix the build ...
ozaki-r[src/trunk]: src/sys/net Check MP-safety in ifa_insert and ifa_remove only fo...
pgoyette[src/trunk]: src/share/misc Add SVS - Separate Virtual Space
jmcneill[src/trunk]: src/sys/conf Comment out AUTOFS until it compiles
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add pseudo-device ipsecif
mrg[src/trunk]: src/sys/arch/sparc/sparc fix hang at 4B microseconds (1h12 or so...
uwe[src/trunk]: src/share/man/man4 Use .Fn when describing C macros
reinoud[src/trunk]: src/sys/kern Compilation of a kernel outside the build.sh framew...
uwe[src/trunk]: src/share/man/man4 Fix semantic markup.
uwe[src/trunk]: src/usr.sbin/autofs .An -nosplit
christos[src/trunk]: src/distrib/sets/lists add mount_autofs
maxv[src/trunk]: src/sys/net If the bridge is not running, don't call bridge_stop...
ozaki-r[src/trunk]: src/sys Make DAD destructions (MP-)safe with callout_stop
maxv[src/trunk]: src/sys/net80211 Various fixes: style, remove tiring XXXs, and p...
christos[src/trunk]: src/sys/arch/sparc/sparc fix compilation
knakahara[src/trunk]: src/sys/dev/pci wm_txeof() can limit the loop count the same as ...
maxv[src/trunk]: src/sys/net80211 Style, and zero out 'ns' entirely, otherwise so...
maxv[src/trunk]: src/sys/net Several changes:
skrll[src/trunk]: src/libexec/ld.elf_so/arch/aarch64 Various fixes / changes from ...
mrg[src/trunk]: src/lib/libc/gmon copy the i386 workaround for amd64.
christos[src/trunk]: src/external/bsd/unbound merge conflicts
christos[src/trunk]: src/include detect duplicate declaration of pthread_atfork() in ...
mrg[src/trunk]: src build and install gcov-dump.
mrg[src/trunk]: src/sys/net ppprcvframe() has indentation issues.
martin[src/trunk]: src/lib/libc/atomic Fix typo, from Eitan Adler.
christos[src/trunk]: src/distrib/sets/lists/comp add sys/psref.h
dholland[src/trunk]: src/sys/arch/amd64/conf Whitespace.
maya[src/trunk]: src/sys/ufs/lfs It isn't safe to drain dirops with seglock held, ...
wiz[src/trunk]: src/share/man/man9 New sentence, new line.
maxv[src/trunk]: src/sys/arch/amd64/conf Explicitly disable the kernel-mode GPROF...
uwe[src/trunk]: src/lib/libc/arch/powerpc PIC code clobbers %r30 so we need to u...
abhinav[src/trunk]: src/share/dict Add following missing words:
martin[src/trunk]: src/sys/kern Change a KASSERT to KASSERTMSG and print the xcall ...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without clock_t type
christos[src/trunk]: src/usr.sbin/rtadvd PR/52618: Shinichi Doyashiki: Don't exit if ...
jmcneill[src/trunk]: src/sys/arch Create a custom bus space tag and use it to remap r...
wiz[src/trunk]: src/share/man/man4 Bump date for previous. Remove superfluous Pp.
skrll[src/trunk]: src/sys/arch ISA exists on more that just shark. Fix a comment ...
cherry[src/trunk]: src/sys/arch/xen/conf opt_intrdebug.h - this unbreaks the i386 D...
cherry[src/trunk]: src/sys/arch/xen/conf On XEN PV, the ISA 8259A PIC is only used ...
christos[src/trunk]: src/sys/arch/m68k/include The XXX comment (do not pull in the uv...
rin[src/trunk]: src/sys/arch Revive commented out DISKLABEL_EI option to kernel ...
christos[src/trunk]: src/sys/dev/marvell use PR_NOWAIT instead of 0
maxv[src/trunk]: src/sys/arch/amd64/conf Don't enable SVS yet.
knakahara[src/trunk]: src ipsec(4) interface supports rump now.
christos[src/trunk]: src/usr.sbin/autofs missing printflike
christos[src/trunk]: src/doc add date
christos[src/trunk]: src/sys/arch/arm/arm rename DCACHE_SIZE to XSCALE_DCACHE_SIZE to...
ozaki-r[src/trunk]: src/sys Suppress noisy debugging outputs
ozaki-r[src/trunk]: src/sys/kern Sort XC_IPL_* in order of priority (NFC)
mrg[src/trunk]: src/sys/arch/mips/cavium/dev update for GCC 6:
maya[src/trunk]: src/share/man/man5 Change one more "generic DHCP client" referen...
abhinav[src/trunk]: src/lib/libc/sys Use markup for errno
maya[src/trunk]: src/distrib/sets/lists adjust set lists for t_fe_round
abhinav[src/trunk]: src/usr.sbin/rarpd Add xref for ethers(5) and hosts(5).
cherry[src/trunk]: src/sys/uvm Omitted assigning handle return value for the case:
maya[src/trunk]: src/sys/arch more psize_t physmem fallout. remove conflicting ty...
ozaki-r[src/trunk]: src/tests/net/net Add a test case for net.inet.ip.mtudisctimeout
ozaki-r[src/trunk]: src/sys/net80211 Fix incrementing wrong counter
hannken[src/trunk]: src/sys/kern Deny unmounting file systems below layered file sys...
pgoyette[src/trunk]: src/sys/dev/pad Replace manipulation of individual config struct...
uwe[src/trunk]: src/sys/arch/landisk Declare machine_cpu() __dead.
kamil[src/trunk]: src/external/bsd/ipf/dist/ipsend Don't include <sys/user.h> on N...
pgoyette[src/trunk]: src Add gpio support for Xscale
kre[src/trunk]: src/bin/sh NFC: DEBUG related comment change - catch up with rea...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without dup2(2)
kamil[src/trunk]: src/bin/ksh ksh: Drop fallback for BSD4.2 signal routines
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print verbose outout in ixgbe_update_link_...
skrll[src/trunk]: src/sys/arch/powerpc/include/booke Provide a pte_set
christos[src/trunk]: src/sys/dev/pci PR/52330: Jia-Ju Bai: mpii driver: a sleep-in-in...
pgoyette[src/trunk]: src/sys/kern When adding a new veriexec_file_entry, if an entry ...
maya[src/trunk]: src/sys/external/bsd/drm2/include/linux Disable MSI on DRMKMS (a...
ozaki-r[src/trunk]: src/tests/net/ndp Unify common routines
christos[src/trunk]: src/external/bsd/nvi/dist PR/52671: Ralph Geier: The ignorecase ...
wiz[src/trunk]: src/lib/libc/sys Sort errors.
martin[src/trunk]: src/sys Allow architectures to define a macro PROC_MACHINE_ARCH(...
khorben[src/trunk]: src/share/mk Typo
jdolecek[src/trunk]: src/sys/dev/ata one down - mlelstv converted wd(4) to dksubr
nat[src/trunk]: src/sys/dev Calc latency when altering precision, frequency and ...
skrll[src/trunk]: src/sys/arch/arm/arm32 Fix a comment
kre[src/trunk]: src/sys/arch/x86/x86 Revert last and instead #include <x86/fpu.h...
nat[src/trunk]: src/sys/dev/isa Add AUDIO_ENCODING_SLINEAR to supported encoding...
jdolecek[src/trunk]: src/sys/dev/ata only call drive reset with AT_POLL when the comm...
pgoyette[src/trunk]: src/usr.bin/tail Nit-picking: avoid split infinitive
jdolecek[src/trunk]: src/sys/dev/pci add entry for Adaptec 1220SA
pgoyette[src/trunk]: src/share/man/man4 Replace "does support" with "supports" (more ...
christos[src/trunk]: src/external/bsd Use -v to get the expanded variables.
christos[src/trunk]: src/sys/dev comment out unused variables.
ozaki-r[src/trunk]: src Purge all related L2 caches on removing a route
kamil[src/trunk]: src/bin/ksh Remove sco unix 3.2v4.1 support (from 1992) from ksh(1)
kamil[src/trunk]: src/bin/ksh ksh: Drop usage of SVID header <memory.h>, it's lega...
cherry[src/trunk]: src/sys/arch Retire xen/x86/intr.c and use the new xen specific ...
christos[src/trunk]: src/sys use Elf_Sym ** instead of casting.
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix bogus file location in perc...
christos[src/trunk]: src/sys/sys Use KERN_ELFSIZE if we are in the kernel.
ozaki-r[src/trunk]: src/tests/net/ndp Kill rtadvd surely even if the tests fail in t...
blymn[src/trunk]: src/sys/dev/pckbport Add two finger support and middle/right but...
joerg[src/trunk]: src init/fini for the main program is handled by crt0.o, so ifun...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that X550T(1) didn't linkup if i...
christos[src/trunk]: src/sys Add two utility functions to help use kmem with strings:...
skrll[src/trunk]: src/sys/arch/evbarm/fdt trailing whitespace
skrll[src/trunk]: src/sys/arch/evbarm/rpi Trailing whitespcae
ozaki-r[src/trunk]: src/sys Remove redundant KASSERTMSG
maxv[src/trunk]: src/sys/arch Recommit
riastradh[src/trunk]: src/sys/arch/x86/x86 Pass xname through Xen intr_establish_xname...
christos[src/trunk]: src/tests/lib/libc/sys Add expected failures.
martin[src/trunk]: src/sys/arch/amd64/conf Now that SVS is defined in file.x86, do ...
christos[src/trunk]: src/sys add strndup and an alias to strdup.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/arch/x86/x86 Print intel_pt in /proc/cpuinfo.
uwe[src/trunk]: src/distrib/sets When we ask make about MACHINE_CPU and TARGET_E...
msaitoh[src/trunk]: src/sys/arch/x86/x86 Changing CR4 register may change cpuid valu...
maxv[src/trunk]: src/sys/arch Introduce a new svs_page_add function, which can be...
uwe[src/trunk]: src/share/man/man4 Try to improve markup.
christos[src/trunk]: src/external/bsd/wpa/bin/hostapd Add the NONE/WIRED drivers.
christos[src/trunk]: src/external/apache2/mDNSResponder remove Documents before import.
msaitoh[src/trunk]: src/sys/arch/x86/include - Add Intel cpuid 7 %edx bit 29 IA32_AR...
christos[src/trunk]: src/usr.bin/xlint/lint1 fix indent
maxv[src/trunk]: src/sys/dev/ic Mmh refix previous, we also need to make sure frm...
maya[src/trunk]: src/tests/fs/tmpfs - Add inttypes.h #include for PR* macros.
sevan[src/trunk]: src Enable veriexec(4) support by default on the macppc port and...
knakahara[src/trunk]: src/share/man/man4 add WM_TX_PROCESS_LIMIT_DEFAULT and WM_TX_INT...
christos[src/trunk]: src/libexec/ld.elf_so/arch/mips don't forget to eat the high bits.
skrll[src/trunk]: src/common/lib/libc/arch/aarch64/string Working / new versions f...
sborrill[src/trunk]: src/sbin/gpt Explain what suffixes are accepted when specifying ...
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch more mknative-gcc 6.5 for...
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto #if not #ifdef
christos[src/trunk]: src/external/bsd/unbound/sbin put back all the build info in one...
maxv[src/trunk]: src/sys/netinet6 Remove dead code.
maya[src/trunk]: src/crypto/external/bsd/openssh/dist style: remove spurious {} a...
christos[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Welcome to the 21st centu...
mrg[src/trunk]: src/external/gpl3/gcc for now, turn off biarch support in ppc64....
uwe[src/trunk]: src/tests/lib/libpthread Add missing $ in the RCSID.
uwe[src/trunk]: src/lib/libc/arch/powerpc/gen PIC code clobbers %r30 so we need ...
uwe[src/trunk]: src/tests/lib/libpthread Simplify - it's enough to set nctx.uc_l...
macallan[src/trunk]: src/sys/dev/ic add workaround for PHY detection on Apple K2 GMAC
pgoyette[src/trunk]: src/sys/dev/pci Teach the ichsmb(4) driver how to detach.
snj[src/trunk]: src/libexec/rpc.rusersd prune disabled XIDLE support. the requir...
msaitoh[src/trunk]: src/sys/dev/pci Do wm_reset_mdicnfg_82580() on 82580 only.
msaitoh[src/trunk]: src/sys/dev/pci - Fix a bug that wm_pll_workaround_i210() is not...
pgoyette[src/trunk]: src/sys/dev Note that we're now using iimc and iimcsmb
pgoyette[src/trunk]: src/sys/dev Use imc and imcsmb for the new x86 device names. No...
pgoyette[src/trunk]: src/sys Move the imc and imcsmb stuff out of general files.pci a...
pgoyette[src/trunk]: src/sys/arch/x86/conf Replace spaces with tabs (xterm copy-&-pasto)
pgoyette[src/trunk]: src/sys/modules Adjust PATHs for files that were moved
pgoyette[src/trunk]: src/sys/dev/i2c Use 1-byte data-buffers when writing to the "con...
pgoyette[src/trunk]: src/sys/dev/imcsmb The imc and imcsmb drivers have moved to x86-...
pgoyette[src/trunk]: src/sys/arch/x86 Move the imc(4) and imcsmb(4) sources into arch...
maya[src/trunk]: src/sys/dev/acpi Limit building & calling ACPI MCFG to kernels w...
maxv[src/trunk]: src/sys/netinet Revert rev1.183 (2003).
snj[src/trunk]: src/libexec/rpc.rusersd delete now-irrelevant comment
ozaki-r[src/trunk]: src/sys/netinet6 Fix use-after-free of mbuf by ip6flow_create (o...
snj[src/trunk]: src/etc /usr/X11R6 has been empty on most NetBSD installations s...
snj[src/trunk]: src/share/mk remove mention of /usr/X11R6
mrg[src/trunk]: src/sys/arch/x86 move the imc code into x86/pci/files.pci so tha...
snj[src/trunk]: src/share/man/man7 remove reference to /usr/X11R6
snj[src/trunk]: src/distrib/sets no more /usr/X11R6
pgoyette[src/trunk]: src/sys/dev Follow previous entries, and list the imc and imcsmb...
macallan[src/trunk]: src/sys/arch/macppc/dev match K2 UATA, found in some G5
macallan[src/trunk]: src/sys/arch/macppc/dev match /u3, found in some G5
roy[src/trunk]: src/sys/netinet Sprinkle some const.
macallan[src/trunk]: src/sys/arch/powerpc/pic use mapiodev() so this can work on G5s
maxv[src/trunk]: src/sys/arch/x86/x86 Remove these two KASSERTs. Thinking about i...
maxv[src/trunk]: src/sys/arch/x86/x86 Replace PG_G by pmap_pg_g, for the sake of ...
ginsbach[src/trunk]: src/share/misc Add SMEP and additional CSDL and LTO acronyms
scole[src/trunk]: src/sys/arch/ia64 Remove empty pci_enumerate_bus() stub specific...
sevan[src/trunk]: src/etc Instead of explicitly specifying a kernel name, ommit to...
pgoyette[src/trunk]: src/sys/dev Since acorn26 has been retired, release all acorn26-...
pgoyette[src/trunk]: src/sys/dev Rename the i2c attribute i2cbus, and add the MI iic ...
lukem[src/trunk]: src/lib/libc/inet PR/48585: Set errno when returning NULL for AF...
msaitoh[src/trunk]: src/sys/dev/pci Add Intel Gemini Lake devices.
msaitoh[src/trunk]: src/sys/dev/pci Add Apollo Lake and Gemini Lake devices.
ozaki-r[src/trunk]: src/sys/netipsec Avoid data races on lifetime counters by using ...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
knakahara[src/trunk]: src/sys/dev/pci/ixgbe ixv(4) also supports workqueue poll mode, ...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe ixg(4) supports workqueue poll mode, but n...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libssl Remove unused part of...
macallan[src/trunk]: src/sys/arch/powerpc/oea add a comment to explain why we defer w...
macallan[src/trunk]: src/sys/arch/powerpc/oea defer scribbling into video memory unti...
macallan[src/trunk]: src/sys/arch/powerpc IRQ0 is perfectly legal to use on at least ...
christos[src/trunk]: src/sys/arch/arm/include insert a couple of .fpu directives when...
christos[src/trunk]: src/sys/arch/arm/vfp Add more vfp directives for gcc-6
macallan[src/trunk]: src/sys/arch/macppc/conf add everything currently known to work
sevan[src/trunk]: src/sys/arch/macppc/stand/bootxx Do not pass libgcc.a to linker ...
uwe[src/trunk]: src Introduce sh3/sysarch.h and add SH3_SYNC_ICACHE
christos[src/trunk]: src/share/mk switch arm to openssl-1.1
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm Regen for...
sevan[src/trunk]: src/sys/arch/macppc/conf Return recent changes to configuration ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Attach H6 gpio
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add H6 support
mrg[src/trunk]: src/sys/arch sun2/sun3:
mrg[src/trunk]: src/external/mit/xorg/bin xfs and xset don't need libXfontcache.
pgoyette[src/trunk]: src/sys/arch/x86/pci/imcsmb Fix the attach message - needs a ": "
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto provide CRYPTO_mem...
pgoyette[src/trunk]: src/sys/modules Update the ioconf files to reflect the move of t...
maxv[src/trunk]: src/sys Add KASSERTs, we don't want m_nextpkt in ipsec{4/6}_proc...
maxv[src/trunk]: src/sys/netipsec Dedup.
maya[src/trunk]: src/sys/dev/acpi include correct header for NPCI to be defined w...
maxv[src/trunk]: src/sys/netipsec Reduce the diff between ipsec4_output and ipsec...
flxd[src/trunk]: src/sys/arch/mips/mips Add missing call to mips_dcache_compute_a...
skrll[src/trunk]: src/sys/arch/evbarm/include RCSid police
skrll[src/trunk]: src/sys/arch/evbarm Start code now updates a global variable fdt...
skrll[src/trunk]: src/sys/arch/arm/broadcom bcm2835_bsc: use fdt to enumerate i2c ...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist Fix Reproducible builds ...
skrll[src/trunk]: src/sys/arch/arm/include Multiple inclusion protection
skrll[src/trunk]: src/sys/arch/arm/arm32 Remove unnecessary includes
skrll[src/trunk]: src/sys/arch/arm/arm32 Wrap some long lines
skrll[src/trunk]: src/sys/arch/arm/arm32 Style
skrll[src/trunk]: src/sys/arch/arm/arm32 Rely on the cache operations to perform t...
jdolecek[src/trunk]: src/sys/sys mark the ONCE_DECL() variables as __read_mostly to o...
christos[src/trunk]: src/sys/rump Disable NULL pointer check deletion like we do for ...
christos[src/trunk]: src/sys/dev conditionally elide conditional for rump.
christos[src/trunk]: src/sys/arch/dreamcast/dev/g2 this ain't python, thanks gcc6.
macallan[src/trunk]: src/sys/arch/powerpc/oea get bootpath from OF if we don't get it...
pgoyette[src/trunk]: src/share/man/man4 Improve wording
christos[src/trunk]: src/share/mk switch sh3 to openssl-1.1
macallan[src/trunk]: src/sys/arch/powerpc/oea detect if we netboot and set booted_dev...
macallan[src/trunk]: src/sys/arch/macppc/conf no more need to hardwire the boot device
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm remove us...
pgoyette[src/trunk]: src/share/man/man4 emove an unnecessary .Dq
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips regen
tsutsui[src/trunk]: src Provide wdboot as a copy of sdboot for Milan.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc regen.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto hack for lint
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha Alpha S...
mlelstv[src/trunk]: src/sys/kern expose struct devicelist alldevs again.
mlelstv[src/trunk]: src/sys/sys Expose device structures to _KMEMUSER
mlelstv[src/trunk]: src/usr.sbin/crash Align with DDB.
mlelstv[src/trunk]: src/sys/dev/iscsi Add sanity check.
mlelstv[src/trunk]: src/sys/ddb Add command to print device list.
mlelstv[src/trunk]: src/sys/dev/iscsi Return temporary errors when the session is tr...
skrll[src/trunk]: src/sys/arch/arm/arm32 Less ifdefs -> more readable.
jdolecek[src/trunk]: src/sys/arch/x86/x86 use tlbflush() instead of writing to %cr3, ...
jdolecek[src/trunk]: src/sys/arch/x86 drop pmap_update_2pg(), just call pmap_update_p...
jdolecek[src/trunk]: src/sys/arch/x86/x86 dedup code around pmap_reactivate() - do th...
jdolecek[src/trunk]: src/sys/arch/x86/x86 dedup pmap_pdirpa() KASSERT() in pmap_react...
jdolecek[src/trunk]: src/sys/arch/x86/x86 move DIAGNOSTIC code for checking in-use pm...
jdolecek[src/trunk]: src/sys/arch/x86/x86 reduce intendation in pmap_activate(), NFCI
jdolecek[src/trunk]: src/sys/dev/pci apply some updates and recommended corrections t...
jdolecek[src/trunk]: src/sys according to VT82C686A chip specs, the VIA Technologies ...
jdolecek[src/trunk]: src/sys/dev/pci regen
jdolecek[src/trunk]: src/sys/dev/pci regen
christos[src/trunk]: src/sys/arch/macppc/dev add braces.
christos[src/trunk]: src/sys/arch/macppc/conf remove 'define foo {}' for non-bus-like...
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 _LP64 64 bit types ...
scole[src/trunk]: src/sys/dev/acpi Use "#if NPCI > 0" instead of "#ifdef NPCI" for...
kre[src/trunk]: src/sys/sys Since device.h now exposes uses of types defined her...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64 regen
kre[src/trunk]: src/sys/sys device.h also now needs pmf_qual_t exposed for _KMEM...
mrg[src/trunk]: src/sys/arch/sgimips/gio #if 0 grtwo_cursor_data[] to match the ...
mrg[src/trunk]: src/sys/arch avoid indentation issues. re-do previous in obio.c...
dholland[src/trunk]: src/usr.bin/ftp Don't use the local username as the default anon...
mrg[src/trunk]: src/sys/arch/powerpc/oea avoid 32 bit only code in 64 bit mode.
mrg[src/trunk]: src/sys/arch/amiga/dev avoid gcc 6 indentation issues. rewrite:
mrg[src/trunk]: src/share/mk switch powerpc, mips and arm ports to GCC 6.
kre[src/trunk]: src/sys/arch/x86/x86 Declare our variables before using them, fi...
christos[src/trunk]: src/share/mk last I checked powerpc64 was 64 bits, so it needs _...
jdolecek[src/trunk]: src/sys/arch/x86/x86 adjust the pmap_check_inuse() fix to avoid ...
eadler[src/trunk]: src/distrib/notes/common distrib: add myself
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 Make the *int64 lon...
christos[src/trunk]: src/external/gpl3/gcc switch ppc64 from "long long" == int64 to ...
christos[src/trunk]: src/share/mk switch ppc to OpenSSL-1.1, use MACHINE_CPU consiste...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k need CRY...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k make the...
christos[src/trunk]: src/sys/arch/powerpc/include int64 is long for _LP64
christos[src/trunk]: src/sys/arch/amiga/amiga can't use fnop directly now, explain why.
christos[src/trunk]: src/sys/arch/amiga/conf gcc-6 passes -m68040 to the assembler, s...
christos[src/trunk]: src/sys/arch/amiga/dev use an inline function for the "4 reads"
msaitoh[src/trunk]: src/sys/arch/x86/x86 - Add AMD CPUID leaf 0x80000008 ebx's xsave...
rin[src/trunk]: src/sys/arch/amiga/dev Remove duplicate vgaw() accidentally intr...
eadler[src/trunk]: src/games/fish [fish] don't allow users to request cards they ha...
msaitoh[src/trunk]: src/sys/arch/x86/include Add Intel Deterministic Address Transla...
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch - Parse the TLB info from `cpuid leaf 1...
mrg[src/trunk]: src/share/mk swtich ia64 to GCC 6.
mlelstv[src/trunk]: src/sys/ddb enums might be unsigned.
mrg[src/trunk]: src/share/mk switch arm ports to GCC 6.
msaitoh[src/trunk]: src/sys/dev/mii KNF in comment. No functional change.
mrg[src/trunk]: src/share/mk switch sh3 to GCC 6. tested on landisk in emul and...
ws[src/trunk]: src/sys/dev/usb Fix last:
ws[src/trunk]: src/share/man/man4 Adapt to the new device name for interface at...
wiz[src/trunk]: src/share/man/man4 Bump date for previous.
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch Calculate way and number of entries cor...
maxv[src/trunk]: src/sys/netipsec Call m_pullup earlier, fixes one branch.
maxv[src/trunk]: src/sys/netipsec Improve stupid check, style, and fix leak (m, n...
kamil[src/trunk]: src Remove PT_GET_SIGMASK / PT_SET_SIGMASK
christos[src/trunk]: src/share/mk switch everyone but vax to OpenSSL1.1.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips Handle m...
christos[src/trunk]: src/lib/libm/noieee_src comment out unused variable.
pgoyette[src/pgoyette-compat]: src/sys/compat/common Add a files.common to list all t...
pgoyette[src/pgoyette-compat]: src/sys/conf No longer build the libcompat.o which end...
pgoyette[src/pgoyette-compat]: src/sys/arch Add a NOCOMPAT kernel definition to serve...
pgoyette[src/pgoyette-compat]: src/sys/conf Include the list of compat files
pgoyette[src/pgoyette-compat]: src/sys/conf Include utilities required by compat stuff
pgoyette[src/pgoyette-compat]: src/sys/kern Don't include the compat_mod.c here
pgoyette[src/pgoyette-compat]: src/sys/conf Expand dependencies for EXEC_ELF32 and CO...
pgoyette[src/pgoyette-compat]: src/sys/compat/common compat_util.c is included in all...
pgoyette[src/pgoyette-compat]: src/sys/kern Routine emulexec() in kern_exec.c needs e...
pgoyette[src/pgoyette-compat]: src/sys Untangle some networking compat code so we can...
pgoyette[src/pgoyette-compat]: src/sys/conf Re-sequence to declare dependency before ...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Typo in function declaration.
pgoyette[src/pgoyette-compat]: src/sys Move necessary routines out of compat_util.c a...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Use a .h file for declaring the ...
pgoyette[src/pgoyette-compat]: src/sys/net Move indirect function call vectors to if....
pgoyette[src/pgoyette-compat]: src/sys/net Include necessary header
pgoyette[src/pgoyette-compat]: src/sys/net And another required header
pgoyette[src/pgoyette-compat]: src/sys Better to add these required headers closer to...
pgoyette[src/pgoyette-compat]: src/sys/net And we need the oifreq definition here, too
pgoyette[src/pgoyette-compat]: src/sys/net Allocate and initialize the vector for com...
pgoyette[src/pgoyette-compat]: src/sys/net Declare the compat_ifconf vector, not the ...
pgoyette[src/pgoyette-compat]: src/sys/net Declare it correctly
pgoyette[src/pgoyette-compat]: src/sys/net Remove redundant assignment
pgoyette[src/pgoyette-compat]: src/sys Move the emul_find_root() and emul_find_interp...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Implement vector initialization ...
pgoyette[src/pgoyette-compat]: src/sys Handle ifconf() compat vectors
pgoyette[src/pgoyette-compat]: src/sys/compat/common Include if.h to get IFNAMSIZE
pgoyette[src/pgoyette-compat]: src/sys/compat/sys Declare the if_50_{init, fini} entry...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Clean up compat routine vectors
pgoyette[src/pgoyette-compat]: src/sys/compat/common We don't need to conditionalize ...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat Include shared/common routines ...
pgoyette[src/pgoyette-compat]: src/sys/compat/common No need to compile conditionally...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Remove unnecessary conditionals....
pgoyette[src/pgoyette-compat]: src/distrib/sets/lists/modules Add new compat_sysv_ipc...
pgoyette[src/pgoyette-compat]: src/sys Split the sysv_ipc module into two pieces: on...
pgoyette[src/pgoyette-compat]: src/sys/modules Rename the new compat_sysv_ipc module ...
pgoyette[src/pgoyette-compat]: src/distrib/sets/lists/modules Reuse the previous modu...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_sysv More on module renaming - ...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Update dependency: compat_sysv r...
pgoyette[src/pgoyette-compat]: src/sys/compat/common More on renaming the new module
pgoyette[src/pgoyette-compat]: src/sys Finish renaming the new module.
pgoyette[src/pgoyette-compat]: src/sys/compat/common All the COMPAT_xx macros are alr...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Include correct header file
pgoyette[src/pgoyette-compat]: src/sys The last of the rename
pgoyette[src/pgoyette-compat]: src/sys Allocate the function vector only once.
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_sysv Include the 5.0 sysctl in ...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Put declaration of the 5.0 sysct...
pgoyette[src/pgoyette-compat]: src/sys/kern Revert changes from rev 1.44
pgoyette[src/pgoyette-compat]: src/sys/compat/netbsd32 Update module dependency - it ...
pgoyette[src/pgoyette-compat]: src/sys/kern Update module name for sysv_ipc compat sy...
pgoyette[src/pgoyette-compat]: src/doc Add some notes on what has been done, and what...
pgoyette[src/pgoyette-compat]: src/sys Regen
pgoyette[src/pgoyette-compat]: src/sys/sys Add new fields and flags needed to support...
pgoyette[src/pgoyette-compat]: src/sbin/modstat Update for new A-is-for-Alias flag va...
pgoyette[src/pgoyette-compat]: src/sbin/modstat Document the new A-is-for-Alias flag ...
pgoyette[src/pgoyette-compat]: src/share/man/man9 We'll use an array of individual al...
pgoyette[src/pgoyette-compat]: src/sys/sys Use an array of alias names, rather than a...
pgoyette[src/pgoyette-compat]: src/share/man/man9 Document the MODULE_CMD_GETALIASES ...
pgoyette[src/pgoyette-compat]: src/sys/sys Actually allocate the list of aliases.
pgoyette[src/pgoyette-compat]: src/sys/sys Don't use () around __CONCAT as the expres...
pgoyette[src/pgoyette-compat]: src Store the aliases list in the mod_info struct, sin...
pgoyette[src/pgoyette-compat]: src/sys/kern Since we use pointer semantics when walki...
pgoyette[src/pgoyette-compat]: src/sys (Re)implement the alias list as a "const char ...
pgoyette[src/pgoyette-compat]: src/doc Don't forget about validating/correcting compa...
pgoyette[src/pgoyette-compat]: src/sys/kern Clean up the EXIST paths (module and/or a...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_ibcs2 If compat_ibcs2 is being ...
pgoyette[src/pgoyette-compat]: src/sys/arch/amd64/conf Remove another COMPAT option
pgoyette[src/pgoyette-compat]: src/sys/compat Update module dependencies
pgoyette[src/pgoyette-compat]: src/doc Remove "alias" entry from the To-Do list - it'...
pgoyette[src/pgoyette-compat]: src/sys/compat/netbsd32 Use correct module name for de...
pgoyette[src/pgoyette-compat]: src/sys/conf Add some more config dependencies between...
pgoyette[src/pgoyette-compat]: src Update dependencies for modules when they are buil...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Revert the COMPAT_AS sestting ba...
pgoyette[src/pgoyette-compat]: src/sys/conf More clean-up of compat code interdepende...
pgoyette[src/pgoyette-compat]: src/sys/uvm Properly detect 'compat handler for SWAP_S...
pgoyette[src/pgoyette-compat]: src/share/man/man9 Update to describe module aliases.
pgoyette[src/pgoyette-compat]: src/sys Make do_openat()'s handling of path=NULL modular
pgoyette[src/pgoyette-compat]: src/sys Move the swapstats compat code into the compat...
pgoyette[src/pgoyette-compat]: src/sys/conf COMPAT_43 is even older than COMPAT_09, s...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Tag files with their specific co...
pgoyette[src/pgoyette-compat]: src/sys/conf Revert previous.
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_70 Use correct module name
pgoyette[src/pgoyette-compat]: src Create a separate module for COMPAT_70 code only, ...
pgoyette[src/pgoyette-compat]: src/share/man/man9 Spell the macro name correctly: MO...
pgoyette[src/pgoyette-compat]: src/sbin/modstat Typo - for aliases, the REQUIRES colu...
pgoyette[src/pgoyette-compat]: src/sys/sys Typo in comment - no functional change, no...
pgoyette[src/pgoyette-compat]: src/sys Resolve conflicts from sync-with-HEAD
pgoyette[src/pgoyette-compat]: src Synch with HEAD
pgoyette[src/pgoyette-compat]: src/sys/compat/common Add alias module name 'compat_70...
pgoyette[src/pgoyette-compat]: src/sys/kern Update the compat_60 entries to reference...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Remove some unnecessary #includes
pgoyette[src/pgoyette-compat]: src/sys Regen
pgoyette[src/pgoyette-compat]: src/sys/compat/common The big all-inclusive compat mod...
pgoyette[src/pgoyette-compat]: src/sys Initial set-up for compat_60 module
pgoyette[src/pgoyette-compat]: src/sys/compat/common Update alias list for included m...
pgoyette[src/pgoyette-compat]: src/sys/kern Revert changes for the scheduler-activati...
pgoyette[src/pgoyette-compat]: src/sys Regen
pgoyette[src/pgoyette-compat]: src/sys/modules For now, disable the compat_60 module
pgoyette[src/pgoyette-compat]: src/sys Initial pass at setting up the compat_60 module.
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_60 Add note/reminder to deal wi...
pgoyette[src/pgoyette-compat]: src/sys/modules Ooops - don't use SUBDIR= after the SU...
pgoyette[src/pgoyette-compat]: src/sys/modules Formatting only - no functional change
pgoyette[src/pgoyette-compat]: src/sys Move closer to getting a compat_60 module - st...
pgoyette[src/pgoyette-compat]: src/share/man/man9 Typo - missing 's'
pgoyette[src/pgoyette-compat]: src/sys/sys Declare the function pointers as external
pgoyette[src/pgoyette-compat]: src/sys/arch/x86/x86 Don't try to include opt_*.h file...
pgoyette[src/pgoyette-compat]: src/sys/kern Typos - add missing )'s
pgoyette[src/pgoyette-compat]: src/sys/compat/common Make all the compat_xx_{init, fin...
pgoyette[src/pgoyette-compat]: src/sys Move closer to having a compat_60 module
pgoyette[src/pgoyette-compat]: src/sys/kern Typo - add missing (
pgoyette[src/pgoyette-compat]: src/sys/kern Use two different compat stubs since they...
pgoyette[src/pgoyette-compat]: src/sys Back out changes on the branch related to kern...
pgoyette[src/pgoyette-compat]: src/sys Regen
pgoyette[src/pgoyette-compat]: src/sys Import christos's changes for the compat_60 cp...
pgoyette[src/pgoyette-compat]: src/sys/compat/sys Add copyright, protect against doub...
pgoyette[src/pgoyette-compat]: src/sys/arch Import more christos@ changes from -current
pgoyette[src/pgoyette-compat]: src/sys Import from -current the MD glue code for comp...
pgoyette[src/pgoyette-compat]: src Move closer to a complete compat_60 module. All t...
pgoyette[src/pgoyette-compat]: src/sys/compat Clean-up for kern_cpu_60 code.
pgoyette[src/pgoyette-compat]: src/sys Initial pass at getting the tty stuff properly...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Declare 'error' if needed
pgoyette[src/pgoyette-compat]: src/sys Import compat_60 changes for dev/ccd
pgoyette[src/pgoyette-compat]: src/sys/compat/common Stub-out the compat ioctl routin...
pgoyette[src/pgoyette-compat]: src/sys/compat Merge changes from HEAD into ccd_60.c
pgoyette[src/pgoyette-compat]: src/distrib/sets/lists/modules Update sets lists for n...
pgoyette[src/pgoyette-compat]: src/sys Initial pass at a COMPAT_50 module. More to c...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Prep for additional version-spec...
pgoyette[src/pgoyette-compat]: src/sys Initial implementation of sys/kern/kern_stup.c...
pgoyette[src/pgoyette-compat]: src/sys Split compat/rndpseudo_50.c into two pieces, o...
pgoyette[src/pgoyette-compat]: src/sys Split the compat_50 code out from the dev/cloc...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Add a compat_80 module - we need...
pgoyette[src/pgoyette-compat]: src/sys Move if_spppsubr compat code into the compat50...
pgoyette[src/pgoyette-compat]: src/sys/dev Remove definition of compat_ccd_ioctl_60()...
pgoyette[src/pgoyette-compat]: src/sys/compat/common For now, the compat_80 module is...
pgoyette[src/pgoyette-compat]: src/sys Handle the compat_50 stuff for opencrypto/cryp...
pgoyette[src/pgoyette-compat]: src Synch with HEAD, resolve conflicts
pgoyette[src/pgoyette-compat]: src/doc Reflect current status
pgoyette[src/pgoyette-compat]: src Separate the compat_50 and compat_80 dispatching c...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Add raidframe init/fini calls
pgoyette[src/pgoyette-compat]: src/sys/compat/common Also add raidframe init/fini for...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Remove unneeded opt_* includes.
pgoyette[src/pgoyette-compat]: src/sys/compat/common Don't include unneeded opt_* files
pgoyette[src/pgoyette-compat]: src/sys/dev/raidframe Finish clean-up of raidframe com...
pgoyette[src/pgoyette-compat]: src/sys/dev/raidframe Finish clean-up of raidframe com...
pgoyette[src/pgoyette-compat]: src/sys/fs/puffs Use function pointers to call the com...
pgoyette[src/pgoyette-compat]: src/sys Add fs/puffs compat_50 to the modules
pgoyette[src/pgoyette-compat]: src/sys/kern Since we're including the sa sysscalls in...
pgoyette[src/pgoyette-compat]: src/sys Move the compat_50-specific code out of wscons...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Now that we have a compat_80 mod...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_60 Add missing kern_cpu_60.c to...
pgoyette[src/pgoyette-compat]: src/sys/kern Missed this in the regen
pgoyette[src/pgoyette-compat]: src/sys Regen
pgoyette[src/pgoyette-compat]: src/sys/arch/x86/x86 Don't try to #include opt_*.h fil...
pgoyette[src/pgoyette-compat]: src/doc Add reminder to deal with XEN for compat_60 cp...
pgoyette[src/pgoyette-compat]: src/sys Include the cpu_ucode*.c files in the module f...
pgoyette[src/pgoyette-compat]: src/sys Undo previous. Clearly this is not the right ...
pgoyette[src/pgoyette-compat]: src/sys Include compat code in the modules
pgoyette[src/pgoyette-compat]: src/sys/compat/common Don't add the compat_60_cpu_ucod...
pgoyette[src/pgoyette-compat]: src/doc Another reminder, to update syscalls.master an...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat Remove duplicate setting of -DC...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat Finish disable of compat_60_cpu...
pgoyette[src/pgoyette-compat]: src/sys/modules/arch/x86 Disable previous change - it ...
pgoyette[src/pgoyette-compat]: src/sys For now, disable CPU_UCODE stuff since we can'...
pgoyette[src/pgoyette-compat]: src/sys/kern Mark syscall #175 modular, since it is pr...
pgoyette[src/pgoyette-compat]: src/sys/net80211 No need to make the #include conditio...
pgoyette[src/pgoyette-compat]: src/sys Regen
pgoyette[src/pgoyette-compat]: src Create a compat_40 module
pgoyette[src/pgoyette-compat]: src/doc Add some reminders
pgoyette[src/pgoyette-compat]: src Initial pass at a compat_30 module.
pgoyette[src/pgoyette-compat]: src/sys/arch/x86/x86 Track changes from HEAD
pgoyette[src/pgoyette-compat]: src/sys/dev/usb Protect against multiple-inclusion
pgoyette[src/pgoyette-compat]: src/sys Split vnd compat_30 code out of the main drive...
pgoyette[src/pgoyette-compat]: src/sys/dev/usb Revert previous. Instead, we'll just ...
pgoyette[src/pgoyette-compat]: src/sys/modules/vnd We no longer need to force compat_...
pgoyette[src/pgoyette-compat]: src/sys Split out the usb compat_30 code and add it to...
pgoyette[src/pgoyette-compat]: src/distrib/sets/lists/modules Add compat_20 module to...
pgoyette[src/pgoyette-compat]: src/sys Rename usb_30_subr.c --> usb_subr_30.c for con...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Add compat_20 to the list of ali...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_16 Forgot a file!
pgoyette[src/pgoyette-compat]: src/sys Create and build the compat_20 module
rin[src/trunk]: src/sys/arch/powerpc/ibm4xx We cannot have DDB and IPKDB at the ...
christos[src/trunk]: src/usr.bin/xlint/lint1 teach lint __attribute__((__unused__))
kamil[src/trunk]: src/share/man/man2 Document SI_MESGQ in siginfo(2)
knakahara[src/trunk]: src/sys/netinet6 fix PR kern/52353. implemented by ozaki-r@n.o. ...
macallan[src/trunk]: src/sys/arch/powerpc/include add mfspr/mtspr methods suitable fo...
maxv[src/trunk]: src/sys/kern explain a bit
tsutsui[src/trunk]: src/share/man/man4 Briefly sync device names in FILES section wi...
ozaki-r[src/trunk]: src/tests/net/ndp Fix typo
christos[src/trunk]: src/external/bsd/flex/dist/src avoid yywrap redefinition
roy[src/trunk]: src Implement POSIX curses use_env function.
roy[src/trunk]: src Implement ncurses extension has_key.
pgoyette[src/trunk]: src/usr.bin/vmstat For kvm-based kernhist code, print size of hi...
sevan[src/trunk]: src/sys/arch/macppc/conf Enable axen, cdce, run, upgt, urtw, urt...
christos[src/trunk]: src/external/bsd/flex/dist/src delete the generated skeleton, we...
martin[src/trunk]: src/etc/mtree Add mixerctl test directory
christos[src/trunk]: src/external/bsd/flex/dist/src another int -> size_t
rmind[src/trunk]: src/usr.sbin/npf/npfctl npfctl: dynamic interface address handli...
christos[src/trunk]: src/external/bsd/flex/dist/src always define all the renames.
manu[src/trunk]: src/sys/compat/linux/arch Regen
christos[src/trunk]: src/doc new OpenSSH
roy[src/trunk]: src/lib/libcurses Now that we have the initialize_color capability,
christos[src/trunk]: src/external/gpl2/xcvs/dist/src only preserve timestamps on spec...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: make debugging kernel bringu...
msaitoh[src/trunk]: src/sys/arch Update the dmamp argument only when the allocation ...
roy[src/trunk]: src/lib/libcurses Whitespace
tsutsui[src/trunk]: src/sys/arch/luna68k/stand/boot Explicitly set NOPIE. GOT seems...
rin[src/trunk]: src/external/bsd/tre/dist/lib Apply the previous fix to tre_regw...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Wait for irq instead of polling for cmd c...
christos[src/trunk]: src/sys/dev/usb don't lock if we are polling because we are alre...
dholland[src/trunk]: src/share/dict Improve previous: the usual spelling for the name...
rin[src/trunk]: src/external/bsd/tre/dist/lib Add missing integer overflow check...
christos[src/trunk]: src/sys/rump/librump/rumpvfs PR/52738: Martin Husemann: rumpfs d...
kre[src/trunk]: src/sbin/raidctl Several more cleanups:
bouyer[src/trunk]: src/sys/arch/x86/x86 Xen/i386PAE is special, in that top-level e...
msaitoh[src/trunk]: src/sys/dev/pci - Make new wm_phy_post_reset() and use this func...
christos[src/trunk]: src/lib/libedit mention the limitation of the literal sequence d...
ozaki-r[src/trunk]: src/usr.bin/netstat Tweak outputs of netstat -s for IPsec
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Synopsys DesignWare APB UART needs "opt...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <sys/wait.h>
kamil[src/trunk]: src/bin/ksh ksh: Assume ANSI C prototypes
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP t...
skrll[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace
skrll[src/trunk]: src/sys/arch/arm Consistency around the user trapframe for all L...
jmcneill[src/trunk]: src/sys/arch/arm/samsung No need to explicitly set pinctrl confi...
kre[src/trunk]: src/bin/sh Do a better job of detecting the error in pkgsrc/deve...
wiz[src/trunk]: src/usr.sbin Use Ex.
mlelstv[src/trunk]: src Use I/O timestamps to compute disk statistics for better pre...
kre[src/trunk]: src/bin/sh Mostly DEBUG and white space changes. Convert DEEBU...
christos[src/trunk]: src/sys/netinet remove unnecessary casts (no functional change)
nat[src/trunk]: src/sys/dev/wscons Move duplicate definition of SETBELL macro in...
wiz[src/trunk]: src/libexec/mail.local Add EXIT STATUS section. Use Ex.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add options __HAVE_CPU_UAREA_ALLOC_IDLELWP
msaitoh[src/trunk]: src/sys/net Fix a bug that a vlan packet which has priority or C...
msaitoh[src/trunk]: src/sys/net - Modify ether_ioctl() for readability. No functiona...
ozaki-r[src/trunk]: src/sys Fix and make consistent of usages of psz/psref in ifconf...
rin[src/trunk]: src/external/bsd/nvi/dist/ex Fix backward memcpy in :e +cmd, tak...
kre[src/trunk]: src/tests/net/if_vlan Since there was already a test to verify t...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Add a PRNG for the prekern, bas...
christos[src/trunk]: src/lib/libc/stdlib Fix various bugs with strfmon:
martin[src/trunk]: src/libexec/httpd PR bin/52194: bozohttpd fails to exec scripts ...
wiz[src/trunk]: src/sbin/mount_qemufwcfg Add mount_qemufwcfg man page for review.
christos[src/trunk]: src/usr.bin/config - make the level computation consistent
rin[src/trunk]: src/external/bsd/nvi/usr.bin/nvi Sorry, remove illegal indents. ...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Enable XUSB power rails at attach
christos[src/trunk]: src/sys/arch/x86/x86 Avoid NPE.
roy[src/trunk]: src Implement POSIX Curses typeahead function.
sevan[src/trunk]: src/share/man/man9 Give a heads up about bus_dmatag_subregion()
cherry[src/trunk]: src/sys/uvm Remove a redundant #ifdef _KERNEL/#endif pair.
skrll[src/trunk]: src/sys/arch/arm/nvidia Do some more error checking.
wiz[src/trunk]: src/lib/libc/stdio Mention stdarg.h for va_list.
christos[src/trunk]: src/usr.bin/xlint/lint1 add bounded, fix nonnull
wiz[src/trunk]: src/sbin/route Use Ex.
roy[src/trunk]: src/sys/netinet Rename u to udst, .dst to .sa and .dst4 to sin.
jmcneill[src/trunk]: src/sys/arch/evbarm/include Wrap include of opt_machdep.h in ifd...
kre[src/trunk]: src/bin/sh DEBUG and white space changes only. Convert TRACE()...
jmcneill[src/trunk]: src Copy install ramdisk to releasedir. Provide both a raw ffs and
chs[src/trunk]: src/sys/arch/arm split PUSHFRAMEINSVC into two pieces so that we...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Fixup the non-KDTRACE_HOOKS case ...
pgoyette[src/trunk]: src/usr.bin/vmstat Adapt to new version of the sysctl export str...
christos[src/trunk]: src/sys/conf PR/51772: Yorick Hardy: Don't hard-code "netbsd", u...
ryo[src/trunk]: src/usr.bin/vmstat "vmstat -ie[v]" auto fit to minimum columns
msaitoh[src/trunk]: src/sys/dev/pci 0x10cb is not 82801H(ICH8) but 82801I(ICH9).
cherry[src/trunk]: src/sys/arch/xen/x86 In the MP case,
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add some register definitions for X550 and...
rjs[src/trunk]: src/sys/netinet Use host byte order for a debug message.
ozaki-r[src/trunk]: src Enable to remove multiple ARP/NDP entries for one destination
jmcneill[src/trunk]: src/sys/arch Add initial support for Allwinner H3 SoC.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi PHY registers start at index 1. Now USB w...
kamil[src/trunk]: src/bin/ksh ksh: Eliminate dead code from expand.h
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP
pgoyette[src/pgoyette-compat]: src Create and build a compat_16 module
jmcneill[src/trunk]: src/sys/dev/ofw Add of_match_compat_data.
ryo[src/trunk]: src/sys In the case of SIOCDIFADDR, call pfil_run_addrhooks befo...
riastradh[src/trunk]: src/sys/sys Define hz2bintime = ms2bintime o hztoms.
martin[src/trunk]: src/distrib/sets/lists/comp pcommitintrin.h has been removed fro...
mrg[src/trunk]: src/external/gpl3/gcc.old merge GCC 5.5.0 in gcc.old.
kre[src/trunk]: src/bin/sh Correct a typo: s/ at / an /
msaitoh[src/trunk]: src/sys/dev/isa s/Id/NetBSD/. Pointed out by wiz!
sevan[src/trunk]: src/share/dict Add missing words beginning with 'a' from FreeBSD...
riastradh[src/trunk]: src/share/man/man9 Use device_private, not cast, to get at softc.
christos[src/trunk]: src/usr.bin/config When deleting orphans detect parent<->child l...
skrll[src/trunk]: src/sys/dev/usb Trailing whitespace
rin[src/trunk]: src/external/bsd/tre Add tre2netbsd script based on nvi2netbsd.
kre[src/trunk]: src/external/cddl/osnet/sys/sys Let's define symbols before usin...
sevan[src/trunk]: src/share/dict Add missing words beginning with 'c' from FreeBSD...
christos[src/trunk]: src Sync NPF with the version on github: backport standalone NPF...
pgoyette[src/trunk]: src Add a BIOHIST option. As mentioned on tech-kern.
christos[src/trunk]: src/sys/net fix merge conflict.
rmind[src/trunk]: src/lib/libnpf Update libnpf(3) man page.
christos[src/trunk]: src/sys/sys Our lint knows about attributes, stop eating them.
christos[src/trunk]: src/sys/modules/npf oops forgot to commit this one.
christos[src/trunk]: src/usr.bin/xlint/lint1 Add always_inline
pgoyette[src/trunk]: src/sys/sys As pointed out by christos@, since the macros alread...
roy[src/trunk]: src/lib/libcurses KNF
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Drop the sunxi_emac_rx_batch feature. It ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Write back the data value instead of mask...
christos[src/trunk]: src/tests/lib/libc/sys add another missing munmap (Kamil)
ozaki-r[src/trunk]: src/sys/netipsec Use explicit_memset to surely zero-clear key_au...
ozaki-r[src/trunk]: src/sys/netipsec Make sure to clear keys on error paths of key_s...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without POSIX <sys/wai...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist If we've authenticated, we ...
is[src/trunk]: src/sys/dev/usb yet another moschip serial adapter chip.
ozaki-r[src/trunk]: src/sys/netipsec Use M_WAITOK to allocate mbufs wherever sleepable
rin[src/trunk]: src/external/bsd/tre/dist Remove more files that should be remov...
ozaki-r[src/trunk]: src/sys Hold KERNEL_LOCK on if_ioctl selectively based on IFEF_M...
ozaki-r[src/trunk]: src/sys/netinet Protect IFADDR_READER_FOREACH and obtained ifa w...
kre[src/trunk]: src/tests/lib PR lib/52007
kre[src/trunk]: src/tests/net/if_vlan Don't attempt to test vlan tags 0 or 4095, ...
kamil[src/trunk]: src/sys/arch/x86 Restore removed sysctl(2) x86 entry: fpu_present
jmcneill[src/trunk]: src/sys/dev/hdaudio Always go through RIRB startup process, init...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Add rdrand.
jmcneill[src/trunk]: src/sys/compat/netbsd32 Add support for SIOCGIFGENERIC and SIOCS...
jmcneill[src/trunk]: src/sys/net kern/52765: npf cannot do port forwarding on vlan in...
wiz[src/trunk]: src/share/man/man4 Add FILES section.
skrll[src/trunk]: src/sys/arch/arm/broadcom KNF
kre[src/trunk]: src/bin/sh Implement the -X option - an apparent variant of -x w...
nat[src/trunk]: src/sys/dev Better solution to mulaw/alaw conversion on big endi...
christos[src/trunk]: src/lib/libedit add literal escape sequence support, patterned a...
cherry[src/trunk]: src/sys/uvm Add copyright info.
kamil[src/trunk]: src/share/man/man2 Rename SIGPOLL signal to SIGIO in documentati...
wiz[src/trunk]: src/lib/libnpf Fix typos.
rin[src/trunk]: src/distrib/sets/lists/comp Add missing "compat" qualifier to fi...
wiz[src/trunk]: src/share/man/man9 Use more macros.
wiz[src/trunk]: src/lib/libc/time Fix asctime_r prototype.
christos[src/trunk]: src/lib/libexecinfo make this standalone.
macallan[src/trunk]: src/sys/dev/ic do what other SCSI drivers do - ack MSG_IGN_WIDE_...
jmcneill[src/trunk]: src/sys/arch Add basic FDT GPIO support.
wiz[src/trunk]: src/usr.sbin Use Ex.
wiz[src/trunk]: src/share/tmac Update README. Noted by kre.
chs[src/trunk]: src/sys/arch/evbarm/awin in the awin_start startup code, set up ...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 KNF two comments
msaitoh[src/trunk]: src/doc wbsio(4): Add 12 devices.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add A83T files
christos[src/trunk]: src/external/mit/xorg/bin/xinput PR/51771: Yorick Hardy: Use new...
cherry[src/trunk]: src/sys/arch/amd64/amd64 Make the msgbuf initialisation track cl...
flxd[src/trunk]: src/share/man/man4 Add tcu(4) for TC-USB.
christos[src/trunk]: src/sys/dev/raidframe PR/51776: David Binderman: Remove unused v...
christos[src/trunk]: src/sys/uvm don't include uvm_physseg.h for kmem grovellers.
kamil[src/trunk]: src/lib/libc/sys ptrace(2): Document addr and data argument usag...
jmcneill[src/trunk]: src/sys/dev/usb If the bus glue calls xhci_init with interrupts ...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Add clocks used by pcie
mlelstv[src/trunk]: src/sys/dev/scsipi Fix memory leak.
roy[src/trunk]: src Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.
pgoyette[src/trunk]: src/sys/sys Define macros for the time conversion magic numbers.
pgoyette[src/trunk]: src/sys/dev Implement a common spkr_detach() function and call i...
christos[src/trunk]: src/external/bsd/flex don't use sed for the tools version becaus...
sevan[src/trunk]: src/share/dict Add capitalised variants missed on the last run.
kre[src/trunk]: src/bin/sh Rearrange "struct output" to be slightly more friendl...
rin[src/trunk]: src/external/bsd/tre/dist/lib Fix an apparent typo.
ozaki-r[src/trunk]: src/sys/netipsec Get rid of unnecessary NULL checks that are obs...
christos[src/trunk]: src/sbin/raidctl Avoid needless pointer calisthenics: &foo[0] ->...
msaitoh[src/trunk]: src/sys/net No functional change:
ozaki-r[src/trunk]: src/sys/net Protect IFADDR_READER_FOREACH and obtained ifa with ...
ozaki-r[src/trunk]: src/sys/netipsec Fix usage of FOREACH macro
jmcneill[src/trunk]: src/sys/arch/amd64/conf Add qemufwcfg (QEMU Firmware Configurati...
jmcneill[src/trunk]: src/sbin/mount_qemufwcfg Add virtual filesystem for QEMU Firmwar...
jmcneill[src/trunk]: src/sys/arch/mips/cavium/dev Set ETHERCAP_VLAN_MTU capability flag.
christos[src/trunk]: src/lib/libc/gen Use 16x instead of 4x the amount of space since...
kre[src/trunk]: src/bin/sh Now libedit supports embedded mode switch sequence, i...
jmcneill[src/trunk]: src/sys/arch Add RTC driver.
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without gid_t
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems with broken times(3)
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without <sys/stat.h>
jmcneill[src/trunk]: src/sys/dev/ofw Add of_search_compatible, which searches an arra...
pgoyette[src/trunk]: src/sys Provide a sysctl method of exporting the kernel history ...
roy[src/trunk]: src Bump libcurses to 7.1 for prior additions.
maya[src/trunk]: src/etc/mtree Add blacklistd.conf so it gets backed up, too.
cherry[src/trunk]: src/share/man/man9 Document sys/uvm/uvm_init.c:uvm_md_init()
rmind[src/trunk]: src/sys/net/npf NPF: fix the interface table initialisation on l...
nonaka[src/trunk]: src/sys Export some 802.11 IE manipulate functions.
riastradh[src/trunk]: src/share/man Replace xref mb(9) by xref membar_ops(3).
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add NAND module clock
jmcneill[src/trunk]: src/sys/dev/nand Add support for dynamic flash partitions
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Restore TX_INTERVAL_DEFAULT to 64
christos[src/trunk]: src/etc/etc.next68k PR/52377: Miod Vallat: Provide links to ttya...
nonaka[src/trunk]: src/sys/arch/x86/x86 PR/52266: use rdmsr_safe(9) instead of rdms...
christos[src/trunk]: src/lib/libpthread PR/52386: Use the number of iterations we doc...
simonb[src/trunk]: src/usr.sbin/postinstall Add npfd to the list of rc.d scripts to...
martin[src/trunk]: src/usr.sbin/inetd Bump MAXARGV from 20 to 64 - with bozohttpd a...
christos[src/trunk]: src/tools/gcc use make -C path/to -f Makefile instead of make -f...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Change the mapping logic: don't...
mrg[src/trunk]: src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits it's ${B...
nat[src/trunk]: src/sys/dev Improved draining function for when the mixer is and...
sevan[src/trunk]: src/share/dict Add software
skrll[src/trunk]: src/lib/libc/stdlib The HPPA architectures (1.1 and 2.0) both de...
rin[src/trunk]: src/external/bsd/tre/lib Add tre.pc to be installed into /usr/li...
rin[src/trunk]: src/external/bsd/tre/include Regen. Actually stop using alloca(3).
wiz[src/trunk]: src/distrib/sets/lists/debug Add /usr/lib/i386/libiberty_g.a to ...
christos[src/trunk]: src/lib/libutil Make this portable to other OSs
abhinav[src/trunk]: src/lib/libc/stdio Fix sentences at a couple of places.
roy[src/trunk]: src/lib/libcurses Whitespace
kamil[src/trunk]: src/distrib/sets/lists/comp Fix typo in distribution synckok.0 -...
pgoyette[src/trunk]: src/sys/sys Per suggestion from christos@, make both timestamp f...
ozaki-r[src/trunk]: src/sys/net Don't take KERNEL_LOCK in looutput if NET_MPSAFE
kre[src/trunk]: src/bin/sh DEBUG mode only change. Add some tracing. NFC (wi...
knakahara[src/trunk]: src/sys Add argument to encapsw->pr_input() instead of m_tag.
ozaki-r[src/trunk]: src/sys Implement a debugging facility (overflow/underflow detec...
pgoyette[src/trunk]: src/share/misc Add "HFIC" and "HSIC" - as seen on IRC recently.
kamil[src/trunk]: src/sys/sys Remove the _rtld_tls_static_setup() leftover from sy...
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix use of uninitialized variab...
rin[src/trunk]: src/external/bsd/nvi/usr.bin/nvi Bump WARNS to 5. Add -Wno-old-s...
maxv[src/trunk]: src/sys/compat/linux/common This should be "linux_sg_version", n...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia More XUSB init. A USB3 memory stick seem...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Disable debug again
cherry[src/trunk]: src/sys/arch/amd64/amd64 remove spurious printf()
hikaru[src/trunk]: src/sys/arch/x86/pci Use the correct number of multicast addrs
christos[src/trunk]: src/sys/net/npf export rprocs too so we don't lose them.
is[src/trunk]: src/sys/dev/usb regenerate
ozaki-r[src/trunk]: src/tests/net/route Check existence of ARP/NDP entries
pgoyette[src/pgoyette-compat]: src/sys/compat/common typo in version dependency
knakahara[src/trunk]: src/sys/netinet pserialize_perform() is required an additionally...
msaitoh[src/trunk]: src/sys/dev/pci 0x10cb is not 82801H but 82801I. No functional c...
msaitoh[src/trunk]: src/sys/dev/pci regen.
rjs[src/trunk]: src/sys/netinet Pack structs.
christos[src/trunk]: src/lib/libedit - handle literal escape sequence printing.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add IXGBE_TIPG_IPGT_MASK and IXGBE_PAP_PAC...
christos[src/trunk]: src/distrib/sets/lists/modules PR/51773: Yorick Hardy: drvctl mo...
martin[src/trunk]: src Not flex update build issue
hannken[src/trunk]: src/sys Name all "vnode_impl_t" variables "vip".
christos[src/trunk]: src/external/bsd/flex get the right version even for the tools b...
kamil[src/trunk]: src/sys Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT...
christos[src/trunk]: src/sys/arch/amiga/amiga remove the single use of f_pad...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Adjust to new pinctrl API
riastradh[src/trunk]: src/sys/sys Add new declarations of cv_timedwaitbt and cv_timedw...
pgoyette[src/trunk]: src/share/man/man9 Update to include new cv_timedwaitbt() and cv...
ozaki-r[src/trunk]: src/sys/netipsec Simplify IPSEC_OSTAT macro (NFC)
kre[src/trunk]: src/bin/sh DEBUG only changes. Convert the TRACE() calls in the...
msaitoh[src/trunk]: src/sys/dev/mii Update comment. SmartSpeed workaroud code was ad...
christos[src/trunk]: src/sys/netinet6 remove unnecessary casts; use sizeof(var) inste...
christos[src/trunk]: src/sys/netinet use symbolic constants; no functional change.
jmcneill[src/trunk]: src/sys/arch Add support for Allwinner A83T SoC.
jmcneill[src/trunk]: src/doc Note dts import
wiz[src/trunk]: src/usr.sbin/npf/npfctl Sort options in usage.
christos[src/trunk]: src/usr.sbin/npf/npfd starts running
abhinav[src/trunk]: src/lib/libc/gen Add missing full stop.
jmcneill[src/trunk]: src/sys/dev/fdt Add GPIO LED driver.
kamil[src/trunk]: src/bin/ksh ksh: Drop support for OSes that don't map /dev/fd
msaitoh[src/trunk]: src/sys/net Return EINVAL in vlan_config() when a VLAN ID is 0 o...
rin[src/trunk]: src/external/bsd/nvi/dist Fix segmentation fault in corner case ...
jmcneill[src/trunk]: src/sys/dev/hdaudio Enter link reset even if GCTL says we are al...
kre[src/trunk]: src/sys/netinet6 Attempt to restore v6 networking. Not 100% ce...
kre[src/trunk]: src/tests/net/ndp Make this test somewhat deterministic - far fe...
sevan[src/trunk]: src/share/dict Add missing words beginning with 'd' from FreeBSD...
knakahara[src/trunk]: src/sys preserve gif(4) configs by psref(9) like vlan(4) and l2t...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Inline _FRAME_GREG, and mask only 16 bi...
kre[src/trunk]: src/distrib/utils/embedded Honour ${TMPDIR} if set for location ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 style
skrll[src/trunk]: src/sys/arch/arm/arm32 Whitespace (align comments)
rjs[src/trunk]: src/sys/netinet Whitespace.
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without handling shebang
maxv[src/trunk]: src/sys/arch/amd64/amd64 Hide the computation in a macro.
riastradh[src/trunk]: src/sys/arch/xen/xenbus Missed a spot: preserve known_mpsafe = (...
mrg[src/trunk]: src/doc note GCC 5.5 exists and has been imported.
wiz[src/trunk]: src/external/bsd/libarchive/dist/libarchive Fix return type of t...
kamil[src/trunk]: src/tests/kernel Remove unused macro for ATF_TP_ADD_TC_HAVE_DBREGS
wiz[src/trunk]: src/share/man/man9 Bump date for previous.
hannken[src/trunk]: src Rename vget() to vcache_vget() and vcache_tryvget() respecti...
christos[src/trunk]: src/external/bsd/flex/dist/src deal with our int -> size_t changes.
christos[src/trunk]: src/external/bsd/flex/dist/src Add missing macros to the non-rec...
christos[src/trunk]: src/sys/conf Collect a list of kernel swap files to be removed (...
ozaki-r[src/trunk]: src/tests/net/ipsec Add test cases for updating SA/SP
ozaki-r[src/trunk]: src/sys/opencrypto KNF
ozaki-r[src/trunk]: src/sys/netipsec Simplify; we can assume sav->tdb_xform cannot b...
skrll[src/trunk]: src/sys/arch/arm/arm32 Now that we can... mark kernel text as no...
bouyer[src/trunk]: src/sys/arch/i386/i386 gdt_size is now in bytes, but the HYPERVI...
msaitoh[src/trunk]: src/sys/dev/pci Add Atom Z8000 devices from "Intel Atom Z8000 Pr...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/isa Add Winbond W83627DHG-P, W83627SF, W83627UHG, W8...
macallan[src/trunk]: src/sys/arch/powerpc/oea remove accidential debug printf()
sjg[src/trunk]: src/usr.bin/make Ensure that command output is always followed b...
christos[src/trunk]: src/sys/dev/usb PR/52385: Shinichi Doyashiki: some classic Rolan...
pgoyette[src/pgoyette-compat]: src/sys/modules/compat_20 Forgot to commit this previo...
kamil[src/trunk]: src/doc Add new entry in TODO.ptrace
nat[src/trunk]: src Calculate GETISPACE/GETOSPACE properly.
skrll[src/trunk]: src/sys/arch Use the VC property mailbox to request the UART clo...
hannken[src/trunk]: src/sys/kern Expand struct vcache to individual variables (vcach...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for OSes without POSIX sigaction(2)
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Remove unused defines
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_get_string helper
wiz[src/trunk]: src/share/man/man2 Fix typos.
christos[src/trunk]: src/usr.sbin/npf/npfd set the timeout to 1 second so we can see ...
pgoyette[src/trunk]: src/sys/arch Add BIOHIST (and belatedly, UVMHIST) to the ALL ker...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix DEBUGFUNC() output in ixgbe_disable_rx...
msaitoh[src/trunk]: src/sys/dev/pci Add some Radeon devices. Mainly taken from OpenBSD.
ozaki-r[src/trunk]: src/sys Protect ec_multi* with mutex
christos[src/trunk]: src/external/bsd/bind/dist merge conflicts
chs[src/trunk]: src/sys/arch/x86/x86 In pmap_enter_ma(), only try to allocate pv...
rin[src/trunk]: src/external/bsd/tre Bump WARNS to 5.
kre[src/trunk]: src/sbin/raidctl With char bug[SIZE] using sizeof(bug[0]) is ki...
msaitoh[src/trunk]: src/sys/dev/pci Revert if_wmreg.h 1.104 and if_wm.c 1.542. It's ...
christos[src/trunk]: src/sbin/mount_qemufwcfg more cleanups, const
kre[src/trunk]: src/distrib/utils/embedded Be more precise about exactly what fa...
skrll[src/trunk]: src/sys/fs/puffs Hold the interlock when calling cv_broadcast as...
rin[src/trunk]: src/sys/arch/powerpc/ibm4xx Assert that the size of a trap handl...
rmind[src/trunk]: src/sys/net/npf npf_tcp_fsm: fix for the NPF_TCPS_SYN_RECEIVED s...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia USB works on Tegra X1 now.
maya[src/trunk]: src/lib/libm/man omit mention of cabs (not relevant to this man ...
kre[src/trunk]: src/bin/sh Make $- list flags in the same order they appear in s...
nat[src/trunk]: src/sys Pad is now clones its device, attaching upon open and de...
maxv[src/trunk]: src/sys/arch/i386 Use a bitmap-based allocator for i386, same as...
jmcneill[src/trunk]: src/sys/dev/fdt Fix the pinctrl api to match the spec. A pinctrl...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix typo in a compat string.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Configure pin defaults at attach
nat[src/trunk]: src/tests/usr.bin/mixerctl As pad devices are now created on dem...
wiz[src/trunk]: src/share/man Use more macros.
christos[src/trunk]: src/bin/sh Add literal prompt support this allows one to do:
jmcneill[src/trunk]: src/sys/arch/arm/cortex ARM Trusted Firmware reserves SGIs 8-15 ...
jmcneill[src/trunk]: src/sys/dev/fdt Add glue for generic ehci/ohci bindings.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Print clocks with aprint_debug
kamil[src/trunk]: src/bin/ksh ksh: Drop old hack for FreeBSD 1.1.5 and CLK_TCK
rin[src/trunk]: src/external/bsd/nvi Use mvwchgat(3), which is not a macro in ge...
mrg[src/trunk]: src/external/gpl3/gcc.old/dist import GCC 5.5 into gcc.old.
mrg[src/trunk]: src/external/gpl3/gcc regen for gcc 5.5.
wiz[src/trunk]: src/share/man/man9 Sort errors. Remove superfluous macros.
mrg[src/trunk]: src/external/gpl3/gcc sync with gcc.old.
maxv[src/trunk]: src/sys/arch/amd64/conf Split each kernel section into sub-block...
mrg[src/trunk]: src/external/gpl3 ensure version.c gets rebuilt properly.
christos[src/trunk]: src/sys/ufs/ffs PR/52728: Izumi Tsutsui: "mount -u /dev/ /" trig...
rin[src/trunk]: src/external/bsd/tre/dist/lib Disable tre_reg*b() when we don't ...
martin[src/trunk]: src/tests/lib/libc/sys PR kern/52167 strikes on sparc64 too.
christos[src/trunk]: src/share/man/man9 Fix locking info for VOP_RECLAIM.
martin[src/trunk]: src ATF test program for PR kern/52738: check for mtime updates ...
rin[src/trunk]: src/sys/arch/powerpc/fpu PR port-powerpc/51368: powerpc FPU emul...
martin[src/trunk]: src/sys/netinet Fix optlen calculation for the SACK block - 2 by...
christos[src/trunk]: src PR/51770: Yorick Hardy: Install xtrans.m4 (needed by net/tig...
pgoyette[src/trunk]: src/usr.bin/vmstat Adapt to use of bintime(9) for kernel history...
kamil[src/trunk]: src/doc Add new entry in TODO.ptrace
kamil[src/trunk]: src/share/man/man2 Document SI_NOINFO in siginfo(2)
pgoyette[src/trunk]: src/sys/kern Use the new magic BINTIME_SCALE_* macros instead of...
roy[src/trunk]: src/lib/libcurses u_int -> unsigned int, u_int32_t -> uint32_t.
pgoyette[src/pgoyette-compat]: src Extract compat_14 stuff into its own module
roy[src/trunk]: src/lib/libcurses White space police
cherry[src/trunk]: src/sys/arch/i386/i386 Make the msgbuf initialisation track clos...
cherry[src/trunk]: src/sys/arch xen dom0 SMP is now bootable again.
pgoyette[src/trunk]: src/sys Decouple BIOHIST from other users of KERNHIST.
christos[src/trunk]: src/etc/mtree Add npf.conf so it gets backed up.
christos[src/trunk]: src/usr.sbin/npf/npfctl Document list
ozaki-r[src/trunk]: src/sys/sys Bump for ethercom#ec_lock
kre[src/trunk]: src/share/man/man7 Document EDITRC
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Reduce diff against FreeBSD. change hw.ixg...
nat[src/trunk]: src/sys/dev KNF. NFCI.
kre[src/trunk]: src/bin/sh Make one example more like a real world possibility (...
christos[src/trunk]: src/lib/libedit remove unused variable
ozaki-r[src/trunk]: src Restore ARP/NDP entries to route show and netstat -r
kre[src/trunk]: src/bin/sh Implement a bunch of new shell environment variables....
skrll[src/trunk]: src/sys/arch/evbarm/rpi Whitespace
christos[src/trunk]: src/tools handle the case where we don't have the files built yet
christos[src/trunk]: src/usr.sbin/npf/npfd Add log validation
ozaki-r[src/trunk]: src/sys/netipsec Remove unnecessary zero-clearing codes from key...
ozaki-r[src/trunk]: src/sys/net Use a dedicated mutex for rt_rawcb instead of softne...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems with broken <sys/time....
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP
maxv[src/trunk]: src/sys/arch Put some ()s in the macro (kre).
wiz[src/trunk]: src/bin Use Ex.
wiz[src/trunk]: src/usr.bin/fgen Use more macros.
wiz[src/trunk]: src/usr.bin Add EXIT STATUS section. Use Ex.
chs[src/trunk]: src/external/gpl3/binutils/usr.sbin/dbsym copy the CTF section t...
mrg[src/trunk]: src/libexec/httpd fix ordering of a couple of words. from Edgar...
christos[src/trunk]: src/usr.bin/xlint/lint1 allow cascaded attributes
christos[src/trunk]: src/usr.bin/xlint/lint1 only return attributes if looking for at...
wiz[src/trunk]: src/doc gcc-6.3 out.
roy[src/trunk]: src Implement ncurses extensions is_leaveok and is_keypad.
kamil[src/trunk]: src/share/misc Document AMP in wtf(6)
hannken[src/trunk]: src/sys/kern Now that v_usecount tracks valid references add som...
martin[src/trunk]: src/sys/compat/linux/arch Regen (something apparently went wrong...
maya[src/trunk]: src/share/man/man4/man4.i386 Remove npx.4 for real now
kamil[src/trunk]: src/share/man/man2 Document TRAP_EXEC in SIGRAP in siginfo(2)
macallan[src/trunk]: src/sys/arch/powerpc/include fix tpyo
jmcneill[src/trunk]: src/sys/dev/fdt Add driver for fixed-factor clocks.
rin[src/trunk]: src/external/bsd/nvi/dist/common Protect iconv stuffs by USE_WID...
maxv[src/trunk]: src/sys Don't process ELF sections that don't have the ALLOC fla...
christos[src/trunk]: src/sys/kern - fix an assert; we can reach there if we are nowai...
nat[src/trunk]: src/sys/dev Improved audiostartp for when audio mixing is disabled.
ozaki-r[src/trunk]: src/sys/net Mark callouts of bridge CALLOUT_MPSAFE
tsutsui[src/trunk]: src/distrib/atari/floppies/common Avoid use of expr(1).
ozaki-r[src/trunk]: src/sys Unify IFEF_*_MPSAFE into IFEF_MPSAFE
kre[src/trunk]: src/tests/bin/sh Add a test case for "set -X".
sjg[src/trunk]: src/usr.bin/make Do not append to variable set on command line
christos[src/trunk]: src/usr.bin/config Don't print instances we've already printed.
rin[src/trunk]: src/external/bsd/tre/dist/lib Fix use of uninitialized value, ta...
rin[src/trunk]: src/external/bsd/tre/dist/lib nmatch and pmatch should be ignore...
ozaki-r[src/trunk]: src/sys/netipsec Provide a function to call MGETHDR and MCLGET
christos[src/trunk]: src/distrib/sets Ignore MAKEVERBOSE for snippet makefiles.
ozaki-r[src/trunk]: src/sys/netinet6 Fix a race condition of in6_ifinit
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe On X540, print PHY FW Revision with %u.%x....
roy[src/trunk]: src/sys Allow local communication over DETACHED addresses.
abhinav[src/trunk]: src/usr.sbin/makemandb Encapsulate all the arguments required by...
jmcneill[src/trunk]: src Build and install mount_qemufwcfg on i386 and amd64
knakahara[src/trunk]: src/sys IFF_RUNNING checking in Rx and Tx processing is unnecess...
mlelstv[src/trunk]: src/sys/fs/msdosfs relax sanity check. It's ok to have more FAT ...
skrll[src/trunk]: src/sys/arch/arm/broadcom Sync with armv7_generic_space.c
wiz[src/trunk]: src/libexec/httpd Document script handler issues with httpd(8).
msaitoh[src/trunk]: src/etc/etc.i386 Add NVMe devices.
roy[src/trunk]: src/sys/net Introduce if_get_bylla to find an interface with the...
martin[src/trunk]: src/tests/lib/libpthread Avoid using an uninitialized mutex.
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
scole[src/trunk]: src/sys/arch/ia64/ia64 Fix some comments and add new comment exp...
pgoyette[src/trunk]: src/sys/kern Fix locking so we don't release the lock between th...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
jakllsch[src/trunk]: src/sys/dev/ic The SiI3124 was implemented at a time when the AT...
kre[src/trunk]: src/tests/lib/libc/locale Add some diagnostics to the strto test...
kamil[src/trunk]: src/lib/libc/sys Fix swapped text between PT_GET_PROCESS_STATE a...
rmind[src/trunk]: src/usr.sbin/npf/npfctl npf.conf: add support for logical NOT, e...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that hw.ixgN.wol_enable=0 doesn'...
kre[src/trunk]: src/lib/libedit Fix an obvious, but almost invisible typo (avoid...
kamil[src/trunk]: src/bin/ksh ksh: Drop ksh_wait.h that reinvents <sys/wait.h> (PO...
kamil[src/trunk]: src/bin/ksh ksh: Drop old hack fo SunOS 4.1.x (1990-1994)
nat[src/trunk]: src/sys/dev Broadcast all conditional variables if in being deac...
christos[src/trunk]: src/sys/netinet6 simplify, and call the hooks after the address ...
pgoyette[src/trunk]: src/usr.bin/vmstat Fix error handling confusion between error an...
christos[src/trunk]: src/sys/fs/udf PR/51777: David Binderman: Remove unused computation
christos[src/trunk]: src/sys/conf match the M* and N* targets.
christos[src/trunk]: src/sys/netinet6 - kill NULL argument from in6_update_ifa
christos[src/trunk]: src/sys/uvm really, don't install uvm_physseg.h!
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: TRAP_SETUP() updated to set ...
skrll[src/trunk]: src/compat Don't mix abis in any CRUNCHEDPROG
knakahara[src/trunk]: src/sys remove unnecessary conversion.
kamil[src/trunk]: src/sys Introduce new SIGTRAP code: TRAP_EXEC
kamil[src/trunk]: src/share/man/man2 Document SI_QUEUE in siginfo(2)
christos[src/trunk]: src/usr.bin/xlint/lint1 Add more attributes.
christos[src/trunk]: src/sys/arch/sparc64 - make fpreg{32, 64} actually members of fss...
kamil[src/trunk]: src/doc Update TODO.ptrace
pgoyette[src/pgoyette-compat]: src Resolve conflicts between branch and HEAD
nat[src/trunk]: src/sys/dev Audio passes the atf test again.
christos[src/trunk]: src/distrib/sets/lists/tests Add mixerctl tests
skrll[src/trunk]: src/sys/arch/evbarm/gumstix Fix boot on Gumstix Verdex boards.
christos[src/trunk]: src/external/bsd/flex/dist/src don't #define yywrap yywrap (that...
rin[src/trunk]: src/external/bsd/nvi/usr.bin/nvi - Add -Wno-unused and -Wno-unse...
mrg[src/trunk]: src/tools/gcc update netbsd version.
martin[src/trunk]: src/external/gpl3/gcc.old/dist/gcc Fix what looks like a merge b...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Use nand_attach_mtdparts
christos[src/trunk]: src/sys/kern grab a copy of the absolute pathbuf, before namei()...
knakahara[src/trunk]: src/sys/net Mark callouts of pppoe(4) CALLOUT_MPSAFE. Suggested ...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Test for kernel build directory ...
joerg[src/trunk]: src Fix ISO C compliance: strtol of "0xX" should give the larges...
jmcneill[src/trunk]: src/doc Note Allwinner H3, A83T, and Allwinner Gigabit Ethernet ...
skrll[src/trunk]: src/sys/arch/cats/conf Remove unused script
tsutsui[src/trunk]: src/etc/etc.next68k Revert the previous changes for PR/52377.
christos[src/trunk]: src/tests/lib/libc/sys check for EFAULT on reads and writes to m...
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP
nat[src/trunk]: src/sys/dev/pad Return early from read if kpause is interrupted ...
jmcneill[src/trunk]: src/sys/arch Add basic support for Allwinner A31.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Enable sunxi pinctrl support
jmcneill[src/trunk]: src/sys/arch Add P2WI/RSB driver, based on awin_p2wi.c.
wiz[src/trunk]: src Remove workaround for ancient HTML generation code.
msaitoh[src/trunk]: src/sys/dev/pci Add Intel 82Q965 HECI.
chs[src/trunk]: src/sys/arch/evbarm/fdt the extent code cannot use the full rang...
jmcneill[src/trunk]: src/sys/arch Attach gpio(4) to sunxigpio
mrg[src/trunk]: src/external/gpl3/gcc merge mknative files from gcc.old back int...
christos[src/trunk]: src/usr.bin/config avoid creating infinite loops.
sevan[src/trunk]: src/share/dict Add missing words beginning with 'b' from FreeBSD...
rin[src/trunk]: src/external/bsd/tre/dist/lib Fix memory leak when input contain...
kre[src/trunk]: src/usr.bin/ftp Issue PWD commands to the server only when we ac...
rin[src/trunk]: src/external/bsd/nvi/usr.bin/nvi Enable -Wuninitialized -Wformat...
christos[src/trunk]: src/sys/net fix non-diagnostic compilation
kre[src/trunk]: src/share/mk PR lib/52007
tsutsui[src/trunk]: src/distrib/atari/floppies Use kernfs to detect root file system...
tsutsui[src/trunk]: src/distrib/atari/floppies/prepare Also use kernfs to get rootde...
jdolecek[src/trunk]: src/usr.bin/audio/common need getle16() for ext.sub_tag too
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern I forgot to say in my previous ...
wiz[src/trunk]: src/share/man/man4 Add basic qemufwcfg man page. Not hooked into...
ryo[src/trunk]: src/lib/libc/arch/aarch64/gen KNF. use tab
ryo[src/trunk]: src/lib/libc/arch/aarch64/gen fix to work
christos[src/trunk]: src/external/gpl3/gdb merge 8.0.1, not working yet.
flxd[src/trunk]: src/sys/arch/pmax/ibus Check presence of VFB01/VFB02 frame buffe...
snj[src/trunk]: src add strfmon_l man page links
wiz[src/trunk]: src/share/man/man8/man8.alpha Add EXIT STATUS section. Use more ...
jmcneill[src/trunk]: src/usr.bin/mkubootimage Load address is not required for "ramdi...
kre[src/trunk]: src/bin/sh DEBUG changes: convert DEBUG TRACE() calls to new for...
ozaki-r[src/trunk]: src/tests/net/route Fix wrong comment
wiz[src/trunk]: src/sys/dev regen (comment change only)
skrll[src/trunk]: src/sys/arch/arm/cortex Revert the KERNHIST for now it causes pr...
jmcneill[src/trunk]: src/sys/dev/flash Add support for defining partitions using a Li...
mrg[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits from gcc.old:
mrg[src/trunk]: src/external/gpl3/gcc.old/usr.bin mknative-gcc for some GCC 5.5....
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Remove XXX: set FRAMESIZE to th...
jmcneill[src/trunk]: src/sys/modules/nand Build nand_toshiba.c
nat[src/trunk]: src/sys/dev audio_pint improvements for when audio mixing is dis...
msaitoh[src/trunk]: src/sys/dev/isa Restore NetBSD RCS Id which was accidentally rem...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Define MM_PROT_* locally.
kre[src/trunk]: src/bin/sh Improve quoting in xtrace (-x) output ... if a string...
rjs[src/trunk]: src/sys/netinet Pack assoc structs.
nat[src/trunk]: src/sys/dev Use correct combination of mix ring block size and v...
rjs[src/trunk]: src/sys/arch Remove trailing whitespace, no functional change.
mrg[src/trunk]: src build vmstat as n64 on mips64. only kernel histories and ha...
roy[src/trunk]: src/external/bsd/openresolv/dist Import openresolv-3.9.0 with th...
rjs[src/trunk]: src/sys/arch/arm/allwinner Remove more trailing whitespace.
christos[src/trunk]: src/usr.sbin/npf/npfd Add some flesh.
dholland[src/trunk]: src/usr.bin/usbhidaction PR 51754 Charlotte Koch: fix -v output ...
pgoyette[src/trunk]: src/usr.bin/vmstat For kernel history display, replace the kvm g...
alnsn[src/trunk]: src/sys/dev Replace numeric block sizes with symbolic names,
christos[src/trunk]: src/tests/usr.bin mixerctl tests from Charlotte Koch
manu[src/trunk]: src/sys/compat/linux Add pselect6 Linux system call.
jnemeth[src/trunk]: src/usr.sbin/postinstall add rtsold to rc_obsolete_files :-(
pgoyette[src/trunk]: src/share/man/man4 Give the reader a clue as to what information...
ozaki-r[src/trunk]: src/sys Fix race condition on the rawcb list shared by rtsock an...
schmonz[src/trunk]: src/libexec/httpd/testsuite When testing non-verbosely, show dif...
abhinav[src/trunk]: src/bin/date The range of the SS field is [0,60]
wiz[src/trunk]: src/lib/libcurses Fix typo.
msaitoh[src/trunk]: src/sys/dev/pci - Set IPV6EXDIS bit in RFCTL register because of...
maxv[src/trunk]: src/sys/arch/xen/x86 Remove a few #if 0s, and explain what we ar...
christos[src/trunk]: src/usr.sbin/zic don't try to run a non-existing nbcat
pgoyette[src/trunk]: src/distrib/amd64/uefi-installimage Bump size of uefi image - we...
pgoyette[src/trunk]: src/sys/kern Actually initialize the sysctl stuff for kernhist! ...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Update list of modules which are...
knakahara[src/trunk]: src/sys/dev/pci fix typo. pointed out by msaitoh@n.o.
macallan[src/trunk]: src/sys/dev/pci missed one line of debug spam...
macallan[src/trunk]: src/sys/dev/pci - clean up some testing & debugging goop
christos[src/trunk]: src/crypto/external/bsd/openssh/dist Import OpenSSH-7.4
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Enable pcie on tegra210
kamil[src/trunk]: src/sys/sys Welcome to 7.99.56 for new ptrace(2) interfaces and ...
christos[src/trunk]: src/tests/lib/libc/tls fix typo
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Trailing whitespace
ozaki-r[src/trunk]: src/sys/netipsec Fix usages of sadb_msg_errno
jmcneill[src/trunk]: src/sys/dev/usb Remove the requirement for ehci to attach after ...
jmcneill[src/trunk]: src/sys/arch/arm/vexpress Use of_match_compatible instead of of_...
kre[src/trunk]: src/lib/libedit Allow wide characters (properly encoded as byte ...
kre[src/trunk]: src/bin/sh Correct a markup typo (why did I not see this before ...
christos[src/trunk]: src/sys put the code that returns the sizeof the socket by famil...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix dmesg
dholland[src/trunk]: src/games/fortune/datfiles typo
jnemeth[src/trunk]: src/usr.bin/calendar/calendars Only 35 years late.
maxv[src/trunk]: src/sys/arch/i386 Define MINGDTSIZ/MAXGDTSIZ in bytes, not in nu...
khorben[src/trunk]: src/sys/netinet Typo
rin[src/trunk]: src/doc Update libtre to the latest git source as of 20171117.
jnemeth[src/trunk]: src/games/fortune/datfiles add quote about libraries offending e...
christos[src/trunk]: src/usr.bin/config Allow multiple attachments methods to the sam...
ozaki-r[src/trunk]: src Mention IPv6 address selection policy isn't MP-safe yet
wiz[src/trunk]: src/sbin/mount Remove Tn. Remove undefined .Sp. Use tagged list ...
rin[src/trunk]: src/external/bsd/nvi/dist/vi Fix screen corruption by rewriting ...
ozaki-r[src/trunk]: src/sys Implement debugging feature for pserialize(9)
msaitoh[src/trunk]: src/sys/kern Increase the size of softint's data to prevent pani...
ozaki-r[src/trunk]: src/sys/net Protect IFADDR_READER_FOREACH and obtained ifa with ...
ozaki-r[src/trunk]: src/sys/netinet6 Remove unnecessary goto because there is no cle...
jmcneill[src/trunk]: src/sys/arch/x86/x86 Add a workaround for local APIC timers runn...
sevan[src/trunk]: src/share/dict Add missing words beginning with 'e' and 'f' from...
maxv[src/trunk]: src/sys/arch/x86/x86 Remove unused variables.
sevan[src/trunk]: src/share/dict Add missing words beginning with 'g' from FreeBSD...
knakahara[src/trunk]: src/sys/net update gif(4) locking notes.
maya[src/trunk]: src/lib/libc/stdlib use calloc rather than malloc + memset 0
pgoyette[src/trunk]: src/sys/kern Remove some extraneous whitespace
flxd[src/trunk]: src/sys/arch/vax/conf Fix TC adaptor's CSR address.
rmind[src/trunk]: src/usr.sbin/npf/npfd Add some very preliminary npfd(8) code.
msaitoh[src/trunk]: src/share/man/man4 Add X550.
kre[src/trunk]: src/bin/sh Include redirections in trace output from "set -x"
nat[src/trunk]: src/sys/dev/pad If a particular pad device is opened, ie pad1 th...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Rename JETSONTK1 to TEGRA, add SUNXI
wiz[src/trunk]: src/external/bsd/mdocml/dist Add 3lua and 9lua.
wiz[src/trunk]: src/sbin/chown Add EXIT STATUS section. Use Ex.
ozaki-r[src/trunk]: src/sys/netipsec KNF
christos[src/trunk]: src/sys/kern don't print diagnostic for AF_LINK
msaitoh[src/trunk]: src/sys/dev/pci Move the location of wm_get_hw_control() in wm_i...
jmcneill[src/trunk]: src/sys/dev/gpio Let the controller provide a default name for p...
kre[src/trunk]: src/bin Make arg parsing in kill POSIX compatible with POSIX (XB...
kamil[src/trunk]: src/share/man/man2 Document SI_LWP in siginfo(2)
christos[src/trunk]: src/usr.bin/xlint/lint1 accept optional type attributes after st...
wiz[src/trunk]: src/external/bsd/libarchive/dist/libarchive Fix prototype.
kamil[src/trunk]: src/lib/libc/sys Reference siginfo(2) for a SIGCHLD signal
roy[src/trunk]: src Implement ncurses is_pad(3).
maxv[src/trunk]: src/sys/lib/libsa Explain how all that mess works, without actua...
kamil[src/trunk]: src/tests/kernel Add new test siginfo4 in t_ptrace_wait{, 3, 4, 6, i...
pgoyette[src/trunk]: src/sys Rearrange the sysctl export structure for better alignment.
wiz[src/trunk]: src/doc flex-2.6.2 out.
christos[src/trunk]: src/usr.bin/xlint/lint1 fix __typeof
buhrow[src/trunk]: src/external/gpl3/binutils/dist/bfd Fix problem which prevents c...
maya[src/trunk]: src/lib/libm/complex csqrt has a branch cut on the negative real...
wiz[src/trunk]: src/share/man/man9 Bump space for previous. Formatting fix.
jmcneill[src/trunk]: src/doc sunxinand(4): Add driver for Allwinner NAND Flash Contro...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern One more ASSERT, won't hurt.
maxv[src/trunk]: src/sys/arch/i386/stand/boot Add missing ).
martin[src/trunk]: src/sys/arch/sparc64/include Bump PAGER_MAP_DEFAULT_SIZE to 512 ...
ozaki-r[src/trunk]: src/sys/netinet Convert SYN_CACHE_TIMER_ARM macro to static inli...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi honour non-removable and broken-cd proper...
wiz[src/trunk]: src/doc binutils-2.29.1 out.
ozaki-r[src/trunk]: src/sys/net Add missing IFEF_NO_LINK_STATE_CHANGE to bridge
rin[src/trunk]: src/external/bsd/tre/dist Merge tre as of 20171117.
christos[src/trunk]: src/usr.bin/config add more debugging, no functional change.
christos[src/trunk]: src/sbin/raidctl stop using magic constants
chs[src/trunk]: src/sys/uvm In uvm_fault_upper_enter(), if pmap_enter(PMAP_CANFA...
maxv[src/trunk]: src/sys/lib/libsa Clean up and split loadfile, reduces a patch I...
maya[src/trunk]: src Add man page link for hypotl.3
skrll[src/trunk]: src/sys/arch/arm/arm32 KNF. Same code before and after.
ozaki-r[src/trunk]: src/sys/net Restore the original length of a sockaddr for netmask
christos[src/trunk]: src/sys/net Avoid DIAGNOSTIC warning with previous fix and simpl...
pgoyette[src/trunk]: src/share/man/man7 Document kern.hist
christos[src/trunk]: src/sys/netinet make sure that the reset label is defined withou...
christos[src/trunk]: src/external/bsd/flex fix the scanner build and regen
martin[src/trunk]: src/sys/compat/linux/common Provide a dummy linux_sigset_t for a...
rmind[src/trunk]: src/sys NPF: implement dynamic handling of interface addresses (...
abhinav[src/trunk]: src/external/bsd/file/dist/doc Correct a sentence in the HISTORY...
abhinav[src/trunk]: src/doc Sqlite 3.16.0 is out.
martin[src/trunk]: src xinput update build hint
wiz[src/trunk]: src/share/man/man9 New sentence, new line.
kre[src/trunk]: src/sys/dev/usb It appears that some experimental version of the...
wiz[src/trunk]: src/sys/dev Add verb to sentence.
rjs[src/trunk]: src/sys/netinet Check outgoing cookie size before accessing any ...
jmcneill[src/trunk]: src/sys/arch Add i2c glue.
macallan[src/trunk]: src/sys/dev/wscons add fbinfo flag for wildcat split framebuffer...
maya[src/trunk]: src/lib/libm Mention wanting to remove isnanf too, reword
kamil[src/trunk]: src/lib/libc Register new weak symbol in libc for internal usage...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Clean up and add some ASSERTs.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that bypass adapter's sysctls ar...
christos[src/trunk]: src/sys/arch/evbarm/conf comment out duplicate options and unkno...
maxv[src/trunk]: src/sys/arch/x86/include Remove unused fields, there is no align...
skrll[src/trunk]: src/sys/arch/evbarm/conf +gif
christos[src/trunk]: src/sbin/mount_qemufwcfg don't error on unknown options.
kre[src/trunk]: src/bin/sh PR bin/14578
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add missing clock gates
christos[src/trunk]: src/usr.bin/xlint/lint1 sort, kill typo
roy[src/trunk]: src/lib/libcurses Support 256 colour terms.
roy[src/trunk]: src/lib/libcurses Allow C++ to link with all curses parts.
kamil[src/trunk]: src/tests/kernel Add new tests siginfo[123] in t_ptrace_wait{, 3, ...
maxv[src/trunk]: src/sys/arch/i386/i386 Explain the computation
roy[src/trunk]: src/lib/libcurses KNF
hannken[src/trunk]: src/sys/miscfs/genfs Add missing check for dead or dying vnode t...
christos[src/trunk]: src/lib/libedit fix comment
manu[src/trunk]: src/external/bsd/dhcp/dist Make DHCP programs compatible with cr...
rmind[src/trunk]: src/sys/net/npf Bump NPF_VERSION to 19.
kamil[src/trunk]: src/sys/sys Replace in comment SIGPOLL with SIGIO
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix flow control setting sysctl. I don't k...
christos[src/trunk]: src/lib/libnpf Add a function to iterate over endpoints
msaitoh[src/trunk]: src/sys/dev/pci The Power Controller Control bit (PCIE_SLCSR_PCC...
rin[src/trunk]: src/sys/arch/powerpc/ibm4xx PR port-powerpc/51367: kernel panic ...
leot[src/trunk]: src/external/bsd/top/dist Document the `p' command in "interacti...
skrll[src/trunk]: src/sys/arch/evbarm/conf Bump image size
jmcneill[src/trunk]: src/sys/dev/fdt Attach fdtbus to a /clocks node with no compatib...
knakahara[src/trunk]: src/sys/rump/dev/lib/libopencrypto reduce rump waring message. p...
ozaki-r[src/trunk]: src/sys/netipsec Apply C99-style struct initialization to xformsw
jmcneill[src/trunk]: src/sys/arch/arm/fdt Don't allow sharing edge and level triggere...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for OSes without POSIX types
christos[src/trunk]: src/lib/libc/rpc Revert previous since it causes a double free (...
kre[src/trunk]: src/bin/sh Implement PS1, PS2 and PS4 expansions (variable expan...
roy[src/trunk]: src/external/bsd/openresolv/dist Sync
martin[src/trunk]: src/tests/lib/libc/arch/sparc64 All sparc64 CPUs support per pag...
christos[src/trunk]: src/external/bsd/flex/dist 2016-12-30 Will Estes <westes575@gma...
martin[src/trunk]: src/distrib/sets/lists/debug libcurses version bump
wiz[src/trunk]: src/distrib/sets/lists/comp Fix tag.
skrll[src/trunk]: src/sys/arch/arm/arm32 Report an error if compiled with MULTIPRO...
christos[src/trunk]: src/sys fix file descriptor locking (from joerg).
pgoyette[src/pgoyette-compat]: src Add compat_13 module
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix some register definitions.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Disallow sharing between MPSAFE and non-MPS...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add SUNXI_INSTALL kernel.
riastradh[src/trunk]: src/sys/kern Nix trailing whitespace. No functional change.
knakahara[src/trunk]: src/sys VLAN ID uses pkthdr instead of mtag now. Contributed by ...
knakahara[src/trunk]: src/sys/opencrypto refactor crypto_dispatch (2/3): divide migrat...
christos[src/trunk]: src/sys/kern don't print for ENOEXEC
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Don't maximize the screen size w...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Keep the controller enabled when unselect...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable Allwinner NAND flash support
mrg[src/trunk]: src/sys/uvm remove duplicate prototype.
jmcneill[src/trunk]: src/sys/kern Include "flash" in list of block devices that don't...
kre[src/trunk]: src/bin/sh Sort options with long names that differ only by char...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Mmh, should be <=.
msaitoh[src/trunk]: src/tests/net/if_vlan Add test case of vlan(4)'s re-configure wi...
maxv[src/trunk]: src/doc Kernel ASLR and XSAVEOPT.
christos[src/trunk]: src/external/cddl/osnet/sys/sys our pool code needs either PR_SL...
kamil[src/trunk]: src/lib/libc Include namespace.h in a few of libc source files
wiz[src/trunk]: src/usr.bin/compress Add EXIT STATUS section. Use Ex. New senten...
ozaki-r[src/trunk]: src/sys/netipsec Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE
jmcneill[src/trunk]: src/sys/dev/fdt Read the initial key state at startup so we only...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix AHB2 register definition and explicit...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add gpioleds
jmcneill[src/trunk]: src/sys/dev/fdt Remove the hack to find companion devices and ju...
pgoyette[src/trunk]: src/sys/dev/isa Instead of directly referencing a parent device'...
kre[src/trunk]: src/usr.bin/config Remove a stray left over debug printf that cr...
christos[src/trunk]: src/sbin/mount Clarify the program naming convention, and use co...
christos[src/trunk]: src/sys/arch/evbarm/conf remove children of mvsdio
kre[src/trunk]: src/sbin/raidctl White space and comment formatting. NFC.
rin[src/trunk]: src/external/bsd/nvi/dist/common Enable to compile & run without...
kre[src/trunk]: src/bin/sh Remove the -X option from SMALL shells (as used on bo...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove unused variables.
ozaki-r[src/trunk]: src/sys/netipsec Simply the code by avoiding unnecessary error c...
msaitoh[src/trunk]: src/sys/dev/pci Revert part of if_bge.c 1.312. It's not reqired ...
kre[src/trunk]: src/tests/lib/libc/locale When comparing doubles (any floating p...
jmcneill[src/trunk]: src Add driver for QEMU Firmware Configuration device.
hauke[src/trunk]: src/doc mDNSResponder: Update current version, and the home page...
christos[src/trunk]: src/external/gpl3/gdb.old Import HEAD of gdb-7.12
kre[src/trunk]: src/bin/sh Properly support EDITRC - use it as (naming) the file...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug of ixg(4)'s media setting.
christos[src/trunk]: src/usr.bin/xlint/lint1 handle __ symbols differently (so we don...
christos[src/trunk]: src/sys/arch/sparc - allocate state if we did not have any in fp...
roy[src/trunk]: src Add the POSIX filter() function to libcurses.
snj[src/trunk]: src/sys/conf goodbye 2016, hello 2017!
christos[src/trunk]: src/external/bsd/flex Merge conflicts
cherry[src/trunk]: src/distrib/sets/lists/comp We don't need sys/uvm/uvm_physseg.h ...
christos[src/trunk]: src/external/bsd/flex/dist/src fix the re-entrant prefixed case.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix INIT_DEBUGOUT() messages.
wiz[src/trunk]: src/distrib/sets/lists Tag cleanup: if the last column contains ...
christos[src/trunk]: src/tools don't run grep if we don't have the Makefile, like whe...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Support parents in different clock domains.
kamil[src/trunk]: src/bin/ksh ksh: Upgrade to C99 <stdbool.h>
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump - Print SAPIC EID of Processor L...
maya[src/trunk]: src/sys/kern Revert previous commit (to r1.117)
hannken[src/trunk]: src/sys/kern It is wrong to block the vnode during vcache_rekey....
mrg[src/trunk]: src/sys/arch/evbmips/conf enable a few things that make sense fo...
tsutsui[src/trunk]: src/doc Note about preliminary "G1-ATA" IDE HDD support for drea...
wiz[src/trunk]: src/external/bsd/libarchive/dist/libarchive Do not mention non-e...
wiz[src/trunk]: src/lib/libc/rpc Update prototypes to match current RPC code.
christos[src/trunk]: src/sys/miscfs/genfs Provide EVFILT_WRITE; this is what FreeBSD ...
christos[src/trunk]: src/sys/kern don't warn about AF_LINK sockets with sa_len less t...
christos[src/trunk]: src/sys/arch/m68k/include remove f_pad, conflicts with new <sys/...
skrll[src/trunk]: src/sys/arch/arm Trailing whitespace
roy[src/trunk]: src/sys/netinet When outputting, search for the sending address ...
wiz[src/trunk]: src/sbin/chown Add EXIT STATUS section. Use Ex. Sort sections.
wiz[src/trunk]: src/usr.sbin/sa Add EXIT STATUS section. Use Ex.
ozaki-r[src/trunk]: src/sys/opencrypto Apply C99-style struct initialization to enc_...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Re-define the L*_PROT_RO for MMUs...
macallan[src/trunk]: src/sys/arch/powerpc/include/oea add bits & masks for ppc970 HID0
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add ffclock
christos[src/trunk]: src/sys/uvm PR/52384: make uvm_fault_check() return EFAULT not E...
christos[src/trunk]: src/tests/lib/libc/sys add munmap
dholland[src/trunk]: src/sys/kern Fix vnode leak on error, introduced by the openat f...
ozaki-r[src/trunk]: src/sys/netipsec Add missing KEY_FREESAV
sevan[src/trunk]: src/share/man/man8 regen
martin[src/trunk]: src/tests/lib/libc/sys Do not toggle global security.pax.mprotec...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove this call gate on amd64, it is u...
wiz[src/trunk]: src/share/man/man3 Remove Tn.
nakayama[src/trunk]: src/sys/arch Don't write a 1 to the read only RIRR bit in the IO...
maxv[src/trunk]: src/sys/arch/amd64/conf Remove max-page-size on KASLR, it doesn'...
rin[src/trunk]: src/external/bsd/nvi/dist/vi Fix cursor movement for the case of...
riastradh[src/trunk]: src/sys/ufs/chfs Fix up chfs_mountfs error branches.
nat[src/trunk]: src/sys/dev The harware vc is rounded to a power of two then rou...
ozaki-r[src/trunk]: src/sys/netinet Make syn_cache_timer static
tsutsui[src/trunk]: src/distrib/atari/floppies/install Put back /bin/cp and /sbin/sy...
skrll[src/trunk]: src/external/gpl3 Match hppa JEMALLOC_TINY_MIN_2POW
skrll[src/trunk]: src/sys/dev/usb PR/52702 Malicious USB devices attaching as urtw...
jmcneill[src/trunk]: src/sys/arch/arm/vexpress Fix clcd node path for newer dtb
rin[src/trunk]: src/external/bsd/tre/dist Add ChangeLog.old, which has been newl...
pgoyette[src/pgoyette-compat]: src/sys/net Import fixes from HEAD
christos[src/trunk]: src/usr.bin/config - Factor out the remove_pspec code into a fun...
christos[src/trunk]: src/sys/conf Catch up with the new config version.
rin[src/trunk]: src/external/bsd/tre/dist/lib ret should be reg_errcode_t.
rin[src/trunk]: src/external/bsd/tre/lib Bump WARNS to 5 (via ../Makefile.inc).
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove unused symbol - it is aligned to...
jmcneill[src/trunk]: src/sys/dev/acpi Add FALLTHROUGH comment in acpi_make_devnode AC...
jmcneill[src/trunk]: src/sys/dev/hdaudio Always access CORBCTL using hda_read1/hda_wr...
jmcneill[src/trunk]: src/doc qemufwcfg(4): Add driver for QEMU Firmware Configuration...
christos[src/trunk]: src/sbin/mount_qemufwcfg cleanup, knf, remove debugging printf, ...
christos[src/trunk]: src/usr.bin/config use a reference count to avoid deleting psref...
nat[src/trunk]: src/sys/dev Speed up improvements for MIX_FUNC.
maxv[src/trunk]: src/sys/arch Add a __HAVE_PCPU_AREA option, enabled by default o...
kamil[src/trunk]: src/sys/external/bsd/compiler_rt/dist/lib/profile Include namesp...
kamil[src/trunk]: src/doc doc: Tweak the vadvise removal entry in CHANGES
nat[src/trunk]: src/sys/dev Only signal a pause change on a transition of a paus...
martin[src/trunk]: src/sys/arch/sparc64 Rename the "flush" macro to "sparc_flush_ic...
rin[src/trunk]: src/sys/arch/acorn26/include define UVM_PHYSSEG_LEGACY for uvm_p...
tsutsui[src/trunk]: src/sys/arch/dreamcast WIP "G1-ATA" IDE HDD support. Not enable...
mrg[src/trunk]: src/regress/sys/kern/lkmcommon remove obsolete lkm tests
roy[src/trunk]: src/doc Note import of openresolv-3.9.0
rin[src/trunk]: src/sys/arch/powerpc/ibm4xx No need to have same trap handlers i...
cherry[src/trunk]: src/sys/arch the i386 and amd64 boot time msgbuf init code is ne...
msaitoh[src/trunk]: src/sys/dev/pci Fix PASID Control Register.
christos[src/trunk]: src/tools/compat Check for declarations, not the existance of fu...
bouyer[src/trunk]: src/sys/arch/xen/xenbus xlwp->mtx will never be used in interrup...
ozaki-r[src/trunk]: src/sys/net Use kmem_intr_alloc instead of kmem_alloc
wiz[src/trunk]: src/share/man/man9 More macros, whitespace.
christos[src/trunk]: src/doc new flex
cherry[src/trunk]: src/sys/uvm Move sys/uvm/uvm_physseg.h inclusion to within _KERN...
christos[src/trunk]: src/usr.sbin/npf/npfctl We don't use openssl for NPF in NetBSD, ...
wiz[src/trunk]: src/bin/sh Get rid of workarounds for ancient groff html backend.
ozaki-r[src/trunk]: src Drop RTF_LLINFO flag (now it's RTF_LLDATA) from local routes
jmcneill[src/trunk]: src/sys/arch/arm/fdt Support interrupt sharing.
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without POSIX lstat(2)
christos[src/trunk]: src/doc new bind.
christos[src/trunk]: src/doc remove merge conflict part.
nat[src/trunk]: src/sys/dev Don't keep writing data if an error has occurred.
kre[src/trunk]: src/bin/sh Omnibus manual update for prompt expansions and new v...
joerg[src/trunk]: src/lib/libpthread Do not look at environmental variables for su...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
wiz[src/trunk]: src/bin Use Ex.
wiz[src/trunk]: src/usr.bin/head Add EXIT STATUS section. Use Ex.
chs[src/trunk]: src/lib/libm sun2 just has to be different, of course.
macallan[src/trunk]: src/sys/arch/sparc64/dev disable BUS_SPACE_MAP_PREFETCHABLE unti...
christos[src/trunk]: src/sys/netinet - You can't just call the pfil hook to remove an...
christos[src/trunk]: src/external/bsd/flex/dist/src more yy_size_t <-> int fixes
roy[src/trunk]: src/lib/libcurses Add missing man pages for wsyncup.3 and wcursy...
hannken[src/trunk]: src/sys/ufs/ufs Change ufs_truncate_retry() to call UFS_TRUNCATE...
hannken[src/trunk]: src/sys/sys Comment the fields of struct vnode_impl.
kamil[src/trunk]: src/distrib/sets/lists/comp Fix MKCATPAGES=yes build - fix typo ...
skrll[src/trunk]: src/sys/arch/arm/cortex Make fp 0 on entry to idle_stack to ensu...
kre[src/trunk]: src/etc/rc.d PR misc/52370
christos[src/trunk]: src/sys/kern move the timestamp stuff to uipc_socket.c because i...
macallan[src/trunk]: src/sys/arch/powerpc/oea deal with ppc970's HID0
jmcneill[src/trunk]: src/sys/dev/sdmmc The config_* APIs are not MPSAFE, so make sure...
kamil[src/trunk]: src/bin/ksh ksh: Eliminate dead function x_complete_word()
maya[src/trunk]: src/lib/libm/man Mention there's a type generic variant in tgmath.h
maya[src/trunk]: src/share/misc Add an offensive acronym, 'ayfkm'
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Link libkern in the prekern, an...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern style
skrll[src/trunk]: src/sys s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) method
christos[src/trunk]: src/external/cddl/osnet/sys/sys use symbolic constant for 0
christos[src/trunk]: src/games/fortune/datfiles revert removals while there is an act...
rin[src/trunk]: src/external/bsd/tre/dist/lib Fix allocation size with wrong use...
martin[src/trunk]: src/sys/rump/librump/rumpvfs When truncating a file make sure to...
ozaki-r[src/trunk]: src/sys/netipsec Call key_sendup_mbuf immediately unless key_acq...
maxv[src/trunk]: src/sys/dev/pci Mmh, surprising bug. It's __packed, not __packed...
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix missing of "search wrapped"...
kre[src/trunk]: src/tests/net/arp Clean up the arp_rtm subtest...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Oh, damn. Obviously I forgot on...
kre[src/trunk]: src/tests/lib/libc/locale Revert 1.4 (perhaps temporarily) and a...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Add : to body of populate_sunxi ...
roy[src/trunk]: src/sys/netinet Use if_get_bylla() instead of just looking at th...
christos[src/trunk]: src/lib/libedit - add literal sequence handling.
christos[src/trunk]: src/sys/netipsec PR/52346: Frank Kardel: Fix checksumming for NAT-T
jmcneill[src/trunk]: src/sys/arch Add H3 MMC support
rmind[src/trunk]: src/sys/net/npf Fix kmem_free() sizes in hashmap_rehash() and lp...
christos[src/trunk]: src/usr.bin/cvslatest - use UTC
pgoyette[src/trunk]: src/sys/kern #include giohist.h from proper location
rin[src/trunk]: src/sys/arch/evbarm/gemini catch up with physmem type change (in...
christos[src/trunk]: src/usr.bin/xlint/lint1 - add buffer bounded attribute
christos[src/trunk]: src/usr.bin/fstat Print the interface for bpf.
christos[src/trunk]: src/sys/netinet remove ancient ipsec code, and don't conditional...
maya[src/trunk]: src/lib/libm/complex compare to zero, instead of using signbit, ...
roy[src/trunk]: src Implement POSIX Curses functions immedok(3) and syncok(3).
kamil[src/trunk]: src/tests/kernel Fix typo in atf_tc_set_md_var(): baic -> basic
christos[src/trunk]: src/distrib/sets/lists/comp Add more curses functions (Hi Roy!)
ryo[src/trunk]: src/sys/net Not to use ph_inout[2]. dir (= PFIL_IN or PFIL_OUT) ...
hannken[src/trunk]: src/sys/fs/tmpfs Change tmpfs_chsize() to update mtime etc. even...
wiz[src/trunk]: src/lib/libcurses Use Ev for environment variables.
christos[src/trunk]: src/distrib/sets/lists/etc add npfd
roy[src/trunk]: src Implement is_term_resized and resize_term(3) ncurses extensi...
maxv[src/trunk]: src/sys/arch/x86/x86 Rename a few things
ozaki-r[src/trunk]: src/sys Fix panic in pfil_run_hooks on bootup
rmind[src/trunk]: src/lib/libnpf KNF
pgoyette[src/trunk]: src/share/man/man4 Update the list of options that enable the "s...
nat[src/trunk]: src/sys/dev Audio device won't fail if one cannot set the common...
ozaki-r[src/trunk]: src Use ether_ifattach in carp_clone_create instead of C&P code
rin[src/trunk]: src/sys/arch/powerpc/fpu - add missing default from FreeBSD
nat[src/trunk]: src/sys/dev Don't return EIO falsely when dealing with the hardw...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Small cleanup.
rin[src/trunk]: src/external/bsd/tre Specify TRE_REGEX_T_FIELD in CPPFLAGS when ...
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix -Wsign-compare issue for BI...
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix resource leaks due to missi...
rin[src/trunk]: src/external/bsd/nvi/usr.bin/nvi Cosmetic changes. No functional...
rin[src/trunk]: src/external/bsd/tre/dist/lib Some systems need <stdint.h> for S...
martin[src/trunk]: src/sys/compat/common #idef the label next_ifa: just like the on...
kre[src/trunk]: src/distrib/sets Ignore MAKEFLAGS for snippet makefiles.
ozaki-r[src/trunk]: src/sys/netinet6 Tweak a condition; we don't need to care ifacou...
kre[src/trunk]: src/tests/net Cosmetic changes, NFC intended.
pgoyette[src/pgoyette-compat]: src/sys/kern Use an SLIST-based stack rather than a st...
christos[src/trunk]: src/usr.bin/config - Instead of checking the recursion level bef...
christos[src/trunk]: src/usr.bin/config Tidy up error messages, line wraps, initializ...
kre[src/trunk]: src/usr.sbin/rtadvd When sending log messages to stderr, append ...
maya[src/trunk]: src/sys/arch/sparc/sparc Avoid an instruction requiring a higher...
wiz[src/trunk]: src/sbin/mount_qemufwcfg Fix typo found by jmcneill.
christos[src/trunk]: src/sys/external/bsd/ipf/netinet use the proper hook function
christos[src/trunk]: src/usr.bin/xlint/lint1 Add alias attribute
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: make debugging kernel bringu...
wiz[src/trunk]: src/lib/libcurses Fix some prototypes.
ozaki-r[src/trunk]: src/sys/netipsec KNF; replace leading whitespaces with hard tabs
jmcneill[src/trunk]: src/sys/arch/evbarm Add support for reserved memory and MEMORY_D...
jmcneill[src/trunk]: src Remove SUNXI_INSTALL kernel
jmcneill[src/trunk]: src Replace HUMMINGBIRD_A31 with SUNXI kernel on armv7.img and i...
jmcneill[src/trunk]: src Enable memory disk support in the TEGRA kernel and remove TE...
kre[src/trunk]: src/etc/rc.d Revert previous - not a typo, even though it looks ...
christos[src/trunk]: src/sys Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processi...
jmcneill[src/trunk]: src/sys Add a helper for exposing LED controls via sysctl.
tsutsui[src/trunk]: src/sys/arch/next68k/conf Clarify serial port names. Affects zs...
joerg[src/trunk]: src/external/gpl3/gcc/lib Mark a few more things as not-for-clan...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add arm_fdt_memory_dump helper for dumping ...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without implementation...
kamil[src/trunk]: src/bin/ksh ksh: Eliminate dead MEM_DEBUG sections, there is mis...
pgoyette[src/trunk]: src/share/man/man9 Minor wording improvement, and use an apostro...
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP
nat[src/trunk]: src/sys/dev On a forcefull detach wait for spkr to close as the ...
bouyer[src/trunk]: src/sys/arch/arm/allwinner In the RX IRQ handler, release the re...
jmcneill[src/trunk]: src/etc/etc.evbarm Replace HUMMINGBIRD_A31 with the SUNXI kernel.
riastradh[src/trunk]: src/sys/kern Add cv_timedwaitbt, cv_timedwaitbt_sig.
mrg[src/trunk]: src/sbin/gpt only do wedges if not the tools version. fixes bui...
wiz[src/trunk]: src/usr.bin/id Add EXIT STATUS section. Use Ex. Remove duplicate...
mrg[src/trunk]: src/external/gpl3/gcc.old attempt to fix liblto_plugin build. o...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Add -Wstrict-prototypes, and fi...
jmcneill[src/trunk]: src/sys/dev/flash Add "disk" dependency to flash to set device c...
christos[src/trunk]: src/tools/gcc since gmake does not have :Q handle it in sed...
christos[src/trunk]: src/sys/dev/dm PR/52900: Tomohiro Kusumi: Fix kernel panic when ...
uwe[src/trunk]: src/share/man/man4 Make synopsis a bit less verbose and hopefull...
jmcneill[src/trunk]: src/distrib/utils/embedded/files Enable automatic booting on teg...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Allow 0 as the defalut of hw.ixgN.advertis...
nat[src/trunk]: src/sys/dev/ic Add slinear encoding. Tested by flxd@
kamil[src/trunk]: src/share/man/man2 Bump date for siginfo(2) and document SI_LWP ...
maya[src/trunk]: src/lib/libm/complex Spare ourselves a fabs call. We already che...
christos[src/trunk]: src/sys/netinet Fix TCP signature code:
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove pass numbers for ehci/ohci now t...
rin[src/trunk]: src/sys/arch/powerpc/ibm4xx Remove wrong comment which was copy-...
skrll[src/trunk]: src/sys/netinet Restore behaviour to pre- tcp_congctl.c:1.18 for...
christos[src/trunk]: src/usr.sbin/npf/npfctl Add a list command to iterate over conne...
martin[src/trunk]: src/sys/arch/x86/x86 Mark L1e_idx as __diagused, it is only refe...
ozaki-r[src/trunk]: src/sys Introduce and use SADB_SASTATE_USABLE_P
ozaki-r[src/trunk]: src/sys/netipsec Avoid updating sav directly
martin[src/trunk]: src/sys/arch/sparc64 Remove unused "power @ ebus" device, we use...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fixup busdma sync and locking in the RX p...
macallan[src/trunk]: src/sys/arch/macppc/dev tidy up output by moving linebreak to be...
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_get_string_index helper.
jmcneill[src/trunk]: src/sys/dev Use unsigned char for ctype functions, suggested by ...
abhinav[src/trunk]: src/external/bsd/nvi/dist/docs/vi.man Fix the date (setting the ...
roy[src/trunk]: src/lib/libcurses KNF.
rin[src/trunk]: src/bin/ps simplify logic; there must be no CPU usage when p_swt...
christos[src/trunk]: src/sys/net Another missed patch
christos[src/trunk]: src/sys/rump/net/lib/libnpf need new file
christos[src/trunk]: src/sys/netinet fix off-by-one
christos[src/trunk]: src/sys/dev/pci PR/51774: David Binderman: Remove unused variable.
christos[src/trunk]: src/sys/ddb add a simple stacktrace macro
pgoyette[src/trunk]: src/sys By popular demand, update kernhist to use bintime(9) as ...
wiz[src/trunk]: src/lib/libcurses Whitespace.
wiz[src/trunk]: src/share/man/man7 Use Fl for flags.
kre[src/trunk]: src/bin/sh Correct a markup typo (Sv -> Dv)
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Add three functions and start u...
nat[src/trunk]: src/sys/dev Ensure to close open file descriptors.
rjs[src/trunk]: src/sys/netinet Put back some commented out code.
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Don't maximize the text columns ...
christos[src/trunk]: src/doc belatedly update ACPICA
hannken[src/trunk]: src/sys/kern Change vcache_*vget() to increment v_usecount on su...
martin[src/trunk]: src/distrib/sets/lists/tests Add misising mixerctl file
christos[src/trunk]: src/external/bsd/cron/dist Factor out the read and write data co...
jmcneill[src/trunk]: src/sys/dev/fdt Add FDT PHY interface.
skrll[src/trunk]: src/sys/arch/arm/arm32 typo in comment
wiz[src/trunk]: src/bin/sh Sort options (our default is 0..9AaBbZz).
khorben[src/trunk]: src/sys Typo
joerg[src/trunk]: src Export the guard size of the main thread via vm.guard_size. ...
msaitoh[src/trunk]: src/sys/dev/mii Add X550 and X557.
ozaki-r[src/trunk]: src Add test cases for IPComp
wiz[src/trunk]: src/share/man/man1 Use EXIT STATUS and .Ex.
wiz[src/trunk]: src/bin/mkdir Use Ex. Remove superfluous Pp.
maxv[src/trunk]: src/sys/arch/amd64/conf Use SUBALIGN, to force the alignment at ...
christos[src/trunk]: src/sys/dev/raidframe check the result of pool_prime.
nat[src/trunk]: src/sys/dev Plug memory leak as the mixer state does not grow or...
nat[src/trunk]: src/sys/dev For the virtual stream it is required to insert sile...
nat[src/trunk]: src/sys/dev Add vc to debug messages in audio_mix.
rin[src/trunk]: src/external/bsd/tre/dist Import tre from https://github.com/lau...
maya[src/trunk]: src/games/fortune/datfiles Remove a few offensive quotes, put in...
rin[src/trunk]: src/external/bsd/tre/dist/lib Check error code from allocating f...
kre[src/trunk]: src/sys/dev/hdaudio In rev 1.0a of the Intel High Definition Aud...
maya[src/trunk]: src/lib/libc/gen Move VAX notes to CAVEATS, clarify that it just...
kamil[src/trunk]: src Add bunch of missing includes of namespace.h in libc
christos[src/trunk]: src/sys/net remove useless cast, initialize family.
ozaki-r[src/trunk]: src/sys/netipsec Fix error handling of MCLGET in key_alloc_mbuf
ozaki-r[src/trunk]: src/sys/rump/librump/rumpkern Add missing inclusion of pserializ...
msaitoh[src/trunk]: src/sys/net s/65535/4095/ in the comment. Pointed out by christo...
kre[src/trunk]: src/tests/net/ndp Fix the ndp_rtm test the same way the arp_rtm ...
christos[src/trunk]: src/usr.bin/ftp Make outfile always allocated, free it to set it...
jmcneill[src/trunk]: src/share/mk Add LIBREFUSE define for DPADD
maxv[src/trunk]: src/sys/arch/amd64/amd64 Hide a bunch of raw symbols.
kre[src/trunk]: src/distrib/utils/embedded Handle use of TMPDIR in cleanup as well.
skrll[src/trunk]: src/sys/dev/usb Some USB3 support from nick-nhusb
christos[src/trunk]: src/share/mk switch everyone to gdb.old
christos[src/trunk]: src/external/gpl3/gdb.old merge conflicts
christos[src/trunk]: src/tools/gcc backslash me harder!
christos[src/trunk]: src/sys/dev/dm use some size_t, add whitespace between functions...
kamil[src/trunk]: src/lib/libc Register dl_iterate_phdr in the libc's namespace.h
leot[src/trunk]: src/external/bsd/top/dist/machine Implement the `c' command in "...
christos[src/trunk]: src/external/bsd/flex/dist/src another int to yy_size_t
christos[src/trunk]: src/sys/dev/raidframe PR/51775: David Binderman: Remove unused v...
christos[src/trunk]: src/distrib/sets/lists move xtrans.m4 to comp, since it gets ins...
christos[src/trunk]: src/etc add scripts for npfd
chs[src/trunk]: src expose the BSD/linux fenv extensions in libm on ia64 too.
ozaki-r[src/trunk]: src/sys/net Forbit installing a route which its gateway is unrea...
christos[src/trunk]: src/external/bsd/bind/dist/doc/arm --- 9.10.5-P2 released ---
nat[src/trunk]: src/sys/dev/pad sc_audiodev should be defined as a device_t as t...
jmcneill[src/trunk]: src/tools/gdb --disable-nls does not work in gdb subdir, so add ...
maxv[src/trunk]: src/sys/arch Remove the osyscall call gate on i386, and emulate ...
jmcneill[src/trunk]: src/sys/arch Add driver for Allwinner Gigabit Ethernet (EMAC) as...
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP
jmcneill[src/trunk]: src/sys/dev/fdt Only read gpio pin if the pin is valid
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Correct ecc block size for sw ecc case
kardel[src/trunk]: src/sbin/raidctl support NAME=<wedge name> syntax for disks and ...
rin[src/trunk]: src/external/bsd/nvi/dist/ex Use ISMULTIWIDTH() macro. No binary...
wiz[src/trunk]: src/share/man/man4 Improve man page a bit more.
christos[src/trunk]: src/sys/net/npf make this compile as a module.
maya[src/trunk]: src remove npx(4) and references to it. bump dates for reference...
christos[src/trunk]: src/sys/net Don't stomp past the end of the array! need __arrayc...
pgoyette[src/pgoyette-compat]: src Create the compat_util module for use by version-s...
mrg[src/trunk]: src/sys/arch/evbmips add an OCTEON_MEMSIZE option to override th...
rin[src/trunk]: src/sys/uvm Protect uvm_physseg_set_avail_{start, end} by UVM_PHY...
christos[src/trunk]: src/sys/netinet put it the way we had it before; since we check ...
kre[src/trunk]: src/sys/netinet Remove redundant tests: if optlen === 0, then o...
pgoyette[src/trunk]: src/sys/sys The inline functions {ms, us, ns}2bintime() are curren...
christos[src/trunk]: src/lib/libnpf set to NULL after releasing to avoid double free.
wiz[src/trunk]: src/lib/libc/gen Remove trailing whitespace.
leot[src/trunk]: src/sys/dev/pci Do not access `sc' directly via the CSR_{READ, WR...
rmind[src/trunk]: src/usr.sbin/npf/npfctl Improve 'npfctl debug' a little bit.
wiz[src/trunk]: src/share/man/man3 bitstring.h does not provide size_t; include ...
christos[src/trunk]: src/usr.sbin/npf/npfd flesh this out more.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi SD/MMC clock fixes
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Rename a variable, NFC.
christos[src/trunk]: src/sys/arch/amd64/conf Add commented out TCP_SIGNATURE
maya[src/trunk]: src/lib/libm/complex similar to csqrt, spare ourselves a fabsf c...
pgoyette[src/trunk]: src/usr.bin/vmstat Restore the kvm-grovelling code for use on cr...
christos[src/trunk]: src/external/bsd/flex/include avoid m4 redefinition
uwe[src/trunk]: src/sys/dev/i2c Driver for EM Microelectronic EM3027 RTC and tem...
jmcneill[src/trunk]: src/sys/arch Add USB stuff. Doesn't quite work yet.
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without POSIX signal r...
kamil[src/trunk]: src/bin/ksh ksh: Drop support for systems without functional wai...
ozaki-r[src/trunk]: src/tests/net/route Check if ARP/NDP entries are purged when a r...
kre[src/trunk]: src/bin/sh NFC: DEBUG only change - provide an externally visibl...
joerg[src/trunk]: src/bin/ksh Kill enough K&R cruft to build with clang again.
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP
msaitoh[src/trunk]: src/sys/dev/mii Regen.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print PHY ID.
ozaki-r[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey Add update command for te...
wiz[src/trunk]: src/doc gcc 6.4 out.
bouyer[src/trunk]: src/sys/arch/xen/x86 gdt_prepframes() is called with a number of...
rmind[src/trunk]: src/sys/net/npf Fix kmem_free() in hashmap_remove().
rmind[src/trunk]: src/sys/net/npf Convert NPF to the latest pfil(9) changes.
christos[src/trunk]: src/sys pfil(9) improvements to handle address changes:
hannken[src/trunk]: src/sys/ufs/ffs Fix a bug introduced with Rev. 1.294: use LK_NO...
pgoyette[src/trunk]: src/share/man/man4 Bump date for previous.
jmcneill[src/trunk]: src/sys/arch/arm Add support for ARM Power State Coordination In...
ozaki-r[src/trunk]: src/sys Rename key_alloc* functions (NFC)
jmcneill[src/trunk]: src/sys/arch Add misc. gates and resets driver, and explicitly e...
christos[src/trunk]: src/sys/netinet Reorder the controls to the ones that need an in...
isaki[src/trunk]: src/sys/dev Fix division by zero when precision < 8 in ifdef AUD...
joerg[src/trunk]: src/libexec/ld.elf_so Drop comments about symbol exporting, the ...
isaki[src/trunk]: src/sys/arch/x68k/dev Catch up vs_set_params() to recent MI audi...
christos[src/trunk]: src/sys/kern Use the pathbuf which we pass to namei() (which is ...
maxv[src/trunk]: src/sys/lib/libsa Revert my last revision, that is to say, don't...
mrg[src/trunk]: src/external/gpl3/gcc.old/lib regen for GCC 5.5.
christos[src/trunk]: src/sys/opencrypto check results of pool_prime.
macallan[src/trunk]: src/etc create more /dev/pci* nodes, for PCIe systems
ozaki-r[src/trunk]: src/sys/netinet Reduce return points (NFC)
maxv[src/trunk]: src/sys Support large pages on KASLR kernels, in a way that does...
ozaki-r[src/trunk]: src/sys/sys Bump kernel version for IFEF_MPSAFE
wiz[src/trunk]: src/share/man/man9 Remove superfluous Pp. Fix xref.
ozaki-r[src/trunk]: src/sys Provide macros for softnet_lock and KERNEL_LOCK hiding N...
eadler[src/trunk]: src/share/dict Add "Eitan" to propernames
christos[src/trunk]: src/usr.bin/patch PR/53368: Thomas Barabosch: Potential integer ...
reinoud[src/trunk]: src/sys/arch/usermode/usermode Replace the dynamically allocated...
jmcneill[src/trunk]: src/sys/arch/arm/virt incldue -> include
riastradh[src/trunk]: src/sys/dev/hdaudio Add #includes to make this compile.
jmcneill[src/trunk]: src/sys/dev/fdt Use queue(3) API to manage lists. NFCI.
riastradh[src/trunk]: src/share/man/man9 Xref locking(9). Xref membar_ops(3), not mb(9).
maxv[src/trunk]: src/sys/arch/x86/x86 Actually, don't do anything if we switch to...
christos[src/trunk]: src/external/bsd/byacc/dist regen
jakllsch[src/trunk]: src/sys/dev/pci Fix queue address setup bug introduced in 1.31.
riastradh[src/trunk]: src/sys/dev Back out extern struct cfdriver -> ioconf.h change t...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix USB clocks
riastradh[src/trunk]: src/sys/dev Kill some more extern struct cfdriver declarations.
msaitoh[src/trunk]: src/sys/dev/mii Regen.
jmcneill[src/trunk]: src/sys/dev/fdt interrupt-map bug fixes
kamil[src/trunk]: src/tests/lib/libc/sys Reflect reality in the comment
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add A83T clock IDs.
maxv[src/trunk]: src/sys/netinet6 Remove misleading comment.
christos[src/trunk]: src/share/mk The compat build plays games with MAKEOBJDIR and un...
kamil[src/trunk]: src Stop masking SIGSTOP in a vfork(2)ed child
kre[src/trunk]: src/bin/sh Another %zu for size_t (this one in a DEBUG mode trac...
jdolecek[src/trunk]: src/sys/dev/mii switch to using OpenBSD eehpy(4) code to drive m...
jmcneill[src/trunk]: src/sys Add initial support for Rockchip RK3328 SoC.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Fix a stupid bug in exynos*_clock_set_r...
jdolecek[src/trunk]: src/sys add config glue for ena(4)
kre[src/trunk]: src/bin/sh Add '-n' and '-p var' args to the wait command (-n: w...
maxv[src/trunk]: src/sys/arch/x86/x86 Enable eager fpu automatically at boot time...
maxv[src/trunk]: src/sys/netinet6 Add missing m_put_rcvif_psref.
eadler[src/trunk]: src/share/man/man3 queue.3: deduplicate deduplicate a a word word
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add new DTS files:
riastradh[src/trunk]: src/share/man/man9 Rework memory allocators summary.
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Fix rate calculation of fractional mod...
kamil[src/trunk]: src/external/bsd/nvi/dist/common Correct previous change to CHAR...
kamil[src/trunk]: src/tests/lib/libc/sys Add new auxiliary functions in t_ptrace_w...
christos[src/trunk]: src/sys/arch/aarch64/aarch64 deal with gas not having icc_sre_el...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Make gate enable/disable logic easier ...
kamil[src/trunk]: src/tests/lib/libc/sys Cover SIGTSTP, SIGTTIN and SIGTTOU in tra...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for A83T eMMC.
reinoud[src/trunk]: src/sys/arch/usermode/target/x86_64 Remove outdated comment
jdolecek[src/trunk]: src/sys/external/bsd/ena-com Introduce HAL for Amazon Elastic Ne...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 kern_vtopdiff is stored in fdt_star...
thorpej[src/trunk]: src/sys/dev/i2c More cleanup to i2c autoconfiguration:
jdolecek[src/trunk]: src/sys/dev/pci Import source for FreeBSD Amazon Elastic Network...
maxv[src/trunk]: src/sys/arch/amd64/amd64 It appears that Xen remaps the userland...
christos[src/trunk]: src/external/bsd/cron/dist Add -n (don't send mail if command ex...
christos[src/trunk]: src/external/bsd/byacc/dist Add awk line
jmcneill[src/trunk]: src/doc dts updated to 4.14-rc6
jmcneill[src/trunk]: src/sys/arch/arm/dts add emac to bananapi m3 dts
kamil[src/trunk]: src/lib/libc/sys Note in vfork(2) that SIGTSTP is masked
christos[src/trunk]: src/sys/arch/arm/arm32 use unintmax_t instead of u_quad_t.
pgoyette[src/trunk]: src/usr.bin/vmstat Use appropriate PRI* format specifiers for fi...
thorpej[src/trunk]: src/sys/dev/i2c Fix compilation error pointed out by nishimura@.
martin[src/trunk]: src/sys/dev/usb Regen
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist merge conflicts
jmcneill[src/trunk]: src/sys/dev/ic Clear IFF_RUNNING | IFF_OACTIVE when stopping int...
pgoyette[src/trunk]: src/sys/dev/usb Misssed one cast of pointer --> uintptr_t in pre...
jdolecek[src/trunk]: src/sys/uvm detect wraparound when bumping page wire_count and l...
christos[src/trunk]: src/external/bsd/byacc/dist provide bison compatibility for YYLL...
alnsn[src/trunk]: src/doc Current sljit version is r381.
maxv[src/trunk]: src/sys/arch/i386/include i586 and below don't have this 3-byte ...
riastradh[src/trunk]: src/sys/kern Allow only one pending call to a pool's backing all...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Fix a mistake I made in the ver...
christos[src/trunk]: src/sys/dev/raidframe Don't consider a disk hosed if we did not ...
msaitoh[src/trunk]: src/share/man/man4 - Add new Nuvoton devices.
kre[src/trunk]: src/bin/sh PR standards/52406
kiyohara[src/trunk]: src/sys/dev/marvell Support Marvell Dove.
kamil[src/trunk]: src/sys/kern Cleanup dead code after revert of racy vfork(2) commit
jmcneill[src/trunk]: src/sys/dev/fdt Fix a problem with fdtbus_get_phandle where we w...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: slowtrap() now selects norma...
maya[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Pull in upstream commit:
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 regen
christos[src/trunk]: src/lib/libc/stdio include <sys/stat.h>
christos[src/trunk]: src/lib/libc/gen cast for size_t
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist merge
martin[src/trunk]: src/sys/arch/amd64/include Provide empty SVS_ENTER_NMI/SVS_LEAVE...
riastradh[src/trunk]: src/sys/dev/usb Tidy up a bit. Fulfil requests completely.
christos[src/trunk]: src/bin/csh Add a variant that passes the format, so that time(1...
christos[src/trunk]: src/tools/compat need ctype.h
joerg[src/trunk]: src/external/gpl3/binutils/usr.sbin/dbsym Allocate enough memory.
wiz[src/trunk]: src/doc zlib-1.2.9 out.
christos[src/trunk]: src/etc Instead of hard-coding all the MK* vars and constantly b...
christos[src/trunk]: src/external/bsd/flex Add instruction how to generate the init f...
roy[src/trunk]: src Implement POSIX curses function ripoffline(3).
jmcneill[src/trunk]: src/sys/conf Add support for dts files outside of external/gpl2.
christos[src/trunk]: src/sys/arch/macppc/stand/bootxx Avoid missing _restgpr_30_x
hannken[src/trunk]: src/distrib/sparc64/xminiroot Bump image size.
christos[src/trunk]: src/tools/compat adjust for SSP (MacOS/X)
martin[src/trunk]: src/share/man/man4 Try to document the new "show vnode_lock" com...
wiz[src/trunk]: src/bin/sh Remove trailing whitespace.
kre[src/trunk]: src/bin/sh PR bin/52348
christos[src/trunk]: src/lib/libc/time add constcond
wiz[src/trunk]: src/usr.bin/time Simplify.
christos[src/trunk]: src/external/bsd/nsd/dist undef debug
kiyohara[src/trunk]: src/sys/dev/sdmmc Don't access SDHC_HOST_CTL_VERSION, if iosize ...
maya[src/trunk]: src/sys/ufs/lfs Revert r1.272 fix to PR kern/52301, the performa...
christos[src/trunk]: src/external/gpl2/xcvs/include Don't re-define MAP_ANONYMOUS
christos[src/trunk]: src/usr.sbin/mscdlabel need <sys/types.h>
christos[src/trunk]: src/sys/arch/x86/include Add missing forward decl.
joerg[src/trunk]: src Disable a couple of warnings until further investigation.
nonaka[src/trunk]: src/sys/dev/pci cosmetic
joerg[src/trunk]: src/doc Drop part-responsibility for audio on nat.
christos[src/trunk]: src/tests/lib/libc/gen PR/51812: Ngie Cooper: According to ToG g...
kamil[src/trunk]: src/sys/sys Welcome to NetBSD 7.99.57!
christos[src/trunk]: src/usr.sbin/npf/npfd restrict permissions on log file
ozaki-r[src/trunk]: src/sys/netipsec Omit unnecessary NULL checks for sav->sah
nakayama[src/trunk]: src/sys/dev/pci Apply workaround from FreeBSD to fix read data c...
nakayama[src/trunk]: src/sys/arch/sparc Move the ddb registers and empty command tabl...
gson[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bn/asm Revert last t...
christos[src/trunk]: src/lib/libc/stdlib use getpagesize(3).
macallan[src/trunk]: src/sys/dev/ata add a flag to start DMA before issuing commands ...
kiyohara[src/trunk]: src/sys/dev/sdmmc Support retry when error. like wd(4).
pgoyette[src/trunk]: src/sys Rework the sysctl initialization to avoid creating new n...
christos[src/trunk]: src/sys/netinet add a couple of lint comments.
christos[src/trunk]: src/sbin need <sys/stat.h>
hannken[src/trunk]: src Move vnode member v_lock as vi_lock to vnode_impl.h.
christos[src/trunk]: src/lib/libc undo SSP damage from -Wsystem-headers
mlelstv[src/trunk]: src/usr.bin/systat Use I/O timestamps to compute disk statistics...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf enable initrd support
ozaki-r[src/trunk]: src/tests/net/ipsec Add test cases for SAs with different SPIs
spz[src/trunk]: src/external/bsd/bind/dist Import bind 9.10.4-P5
christos[src/trunk]: src/usr.sbin/sysinst - allocate space dynamically instead of put...
perseant[src/trunk]: src/tests/lib/libc/locale Add ISO10646 versions of these tests, ...
msaitoh[src/trunk]: src/sys/dev/pci - Official shortname of LN Requester is LNR, so ...
joerg[src/trunk]: src/tests/lib/libc/stdlib Reference correct binary in error mess...
christos[src/trunk]: src/tests/lib/libc/gen PR/51813: Ngie Cooper: don't leak fd :tty...
dholland[src/trunk]: src/doc/roadmaps Remove items that were in -6.
abhinav[src/trunk]: src/share/man/man7 Fix typo: s/currenly/currently
dholland[src/trunk]: src/usr.sbin/inetd Rework previous (and the text it modified) fo...
wiz[src/trunk]: src/usr.sbin/inetd Simplify.
ozaki-r[src/trunk]: src Stop setting isr->sav on looking up sav in key_checkrequest
christos[src/trunk]: src/usr.bin/tic need <sys/stat.h> for DEFFILEMODE etc.
christos[src/trunk]: src/sys/arch/arm/broadcom Limit number of words we read..
christos[src/trunk]: src/usr.sbin/postinstall don't try to install rc scripts for pro...
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/arm Fix encoding of LSDA e...
tsutsui[src/trunk]: src/common/dist/zlib Restore a local change (in rev1.4) that was...
jmcneill[src/trunk]: src/share/mk Latest mandoc no longer supports multiple -O option...
msaitoh[src/trunk]: src/sys/dev/pci - Use device_printf() instead of aprint_error_de...
macallan[src/trunk]: src/sys/arch/macppc/macppc - use smu for shutdown and reboot
ozaki-r[src/trunk]: src/sys/netipsec Let key_getsavbyspi take a reference of a retur...
pgoyette[src/trunk]: src/share/man/man4 Add space before left-paren
mrg[src/trunk]: src/external/gpl3/gcc.old import the GCC 5.4 srcs from -current ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 Remove...
christos[src/trunk]: src/sys/kern If we had an error, don't do the debug checks becau...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add sun50i gpio and platform support.
ryoon[src/trunk]: src/share/man/man4/man4.pmax Fix pmax/ cross references
nat[src/trunk]: src/sys/arch/dreamcast/dev/g2 Dreamcast audio only supports play...
knakahara[src/trunk]: src/sys/opencrypto update locking notes of opencrypto(9)
ozaki-r[src/trunk]: src/tests/net/ipsec Make tests more stable
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add SDMMC[012] sample/output clock phase ...
ozaki-r[src/trunk]: src/sys/netipsec Use pslist(9) for sptree
ozaki-r[src/trunk]: src/sys/netipsec Look up sav instead of relying on unstable sp->...
maya[src/trunk]: src/sys/arch/arm/marvell also fix this other off by one.
maya[src/trunk]: src/sys/dev/ic fix off by one.
spz[src/trunk]: src/external/bsd/bind/dist/bin/named don't "clean up" the blackl...
maya[src/trunk]: src/sys/arch/arm/nvidia fix off by one.
joerg[src/trunk]: src/sys Add ddb command to find a vnode by the address of its lock.
kamil[src/trunk]: src/tests/lib/libc/sys fork1 and siginfo5 no longer fails on !x8...
tsutsui[src/trunk]: src/sys/arch/luna68k/dev Consistently use sc_shm_size initialize...
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist Import dts from Linux 4.12.3
maxv[src/trunk]: src Build the pmc tool on amd64.
ozaki-r[src/trunk]: src/sys/netipsec Omit NULL checks for sav->lft_c
ozaki-r[src/trunk]: src/sys/netipsec Make sure to sort the list when changing the st...
hannken[src/trunk]: src Move vnode members v_synclist_slot and v_synclist as vi_sync...
skrll[src/trunk]: src/lib/libpthread/arch/arm Typo in comment
joerg[src/trunk]: src/lib/csu .eh_frame should be read-only on MIPS too.
wiz[src/trunk]: src/lib/libcurses Use more markup, sort ENVIRONMENT.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for Allwinner H2+ as found in...
christos[src/trunk]: src/sys/dev/usb don't subtract uninitialized pktsize in error path.
christos[src/trunk]: src/sys/dev/dmover kill alloca in favor of ssp
kamil[src/trunk]: src/tests/kernel Add new test siginfo6 in t_ptrace_wait{, 3, 6, 6, i...
kamil[src/trunk]: src/tests/kernel PT_GET_SIGINFO is no longer PT_SET_SIGINFO cond...
khorben[src/trunk]: src/sys/dev/pci Do not use the "flags" field uninitialized
christos[src/trunk]: src/external/cddl/osnet PR/51118: Jared McNeill: Fix build on Fr...
rin[src/trunk]: src/external/bsd/tre/dist/lib Make REG_STARTEND for tre_regcomp(...
joerg[src/trunk]: src/sys/lib/libunwind GCC 5.3 likes to emit unwind data with flo...
christos[src/trunk]: src/usr.bin/split needs <sys/stat.h>
joerg[src/trunk]: src/libexec/ld.elf_so Fix two bugs related to promotion of DSO T...
christos[src/trunk]: src/sys/arch/atari/stand/installboot need <sys/stat.h>
christos[src/trunk]: src/lib/libc/stdlib make this smaller.
christos[src/trunk]: src/include/arpa Welcome to the constant age!
christos[src/trunk]: src/tests/lib/libc/gen PR/51811: Ngie Cooper: Fix include file p...
christos[src/trunk]: src/lib/libc/stdio add linted comment
christos[src/trunk]: src/lib/libc/net KNF, simplify expressions for readability.
christos[src/trunk]: src/games/atc ned stat.h
para[src/trunk]: src/sys kmem_intr_free kmem_intr_[z]alloced memory
christos[src/trunk]: src/usr.sbin/npf/npfctl Don't silently take the first element of...
kiyohara[src/trunk]: src/sys/arch/arm/arm Add a white-space into comment and `*/'.
christos[src/trunk]: src/usr.sbin/sysinst another buffer overflow.
msaitoh[src/trunk]: src/sys/dev/pci Disable D0 LPLU on 8257[12356], 82580, I350 and ...
joerg[src/trunk]: src/lib/libc/stdlib Drop TLS variant checks, emutls is enough fo...
christos[src/trunk]: src/sys/arch/mips/mips Advance the PC on breakpoint instruction ...
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config PR 51266, PR 52326: Fix GC...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Build sun8i-h2-plus-orangepi-zero.dts
christos[src/trunk]: src/etc/mtree add nsd npfd
christos[src/trunk]: src/sys/conf Add COPTS for xhci.c, since the do_command_locked c...
joerg[src/trunk]: src/sys/arch Replace assembler flags with .arch* annotation.
knakahara[src/trunk]: src/sys/opencrypto divide crp_ret_{, k}q by CPU to avoid reordering.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm-configure Add slightly cut down ...
joerg[src/trunk]: src/external/bsd/mdocml/dist Make sure isblank is not a macro, i...
ozaki-r[src/trunk]: src/sys/netinet Correct a comment
ozaki-r[src/trunk]: src/sys/netipsec Fix a debug message
knakahara[src/trunk]: src/sys l2tp(4): fix mbuf leak when tunnel nested over the limit
gson[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 regen ...
christos[src/trunk]: src/sys/arch/pmax/conf ramdisk ate too much ice cream, compensate.
kiyohara[src/trunk]: src/sys/dev/marvell Remove unused function.
roy[src/trunk]: src/lib/libcurses Test for __ISPASTEOL when moving the cursor an...
christos[src/trunk]: src/sys/arch/arm/marvell make this compile (but not work) XXX
jmcneill[src/trunk]: src/sys/arch/arm/fdt Match arm, armv8-timer compat string
kiyohara[src/trunk]: src/sys/dev/marvell Add ATTR_AXI_DDR.
maya[src/trunk]: src/sys/arch/x86/pci on error, free the mbuf in vmxnet3_txq_offl...
isaki[src/trunk]: src/sys/arch/x68k/dev Fix the possibility of off-by-one on the g...
christos[src/trunk]: src/sys/modules/compat_netbsd32_ptrace Don't define PT_{S, G}ETRE...
nat[src/trunk]: src/sys/dev/usb Fix support for 8192eu, notably TPLINK TL-WN823N...
christos[src/trunk]: src/tests/lib/libc/string PR/51822: Ngie Cooper: add additional ...
joerg[src/trunk]: src/distrib/sparc/miniroot Bump the miniroot size slightly for c...
christos[src/trunk]: src/share/man/man4 mention tcp signature
christos[src/trunk]: src/usr.bin/netstat use _KMEMUSER for <sys/file.h>
ozaki-r[src/trunk]: src/sys/netipsec Rename key_allocsa_policy to key_lookup_sa_bysaidx
joerg[src/trunk]: src/share/mk Build PIC libs on MIPS and PPC64. While the normal ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add options SOC_TEGRA210
ozaki-r[src/trunk]: src/sys/netipsec Dedup error paths (NFC)
roy[src/trunk]: src/lib/libcurses When doupdate is called, check for typeahead i...
joerg[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSShared Fix format st...
christos[src/trunk]: src/lib/libc/hash add missing cast.
joerg[src/trunk]: src/lib/libc/citrus Redo previous: catch NULL pointer earlier, c...
msaitoh[src/trunk]: src/sys/dev/pci Fix previous. The last code wasn't called.
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Import LLVM pre-4.0.0 r291444.
jmcneill[src/trunk]: src/doc dts updated to 4.12.3
martin[src/trunk]: src/libexec/ld.elf_so/arch/sparc64 Fix thinko in previous: even ...
wiz[src/trunk]: src/share/man/man4 Remove superfluous Pp.
christos[src/trunk]: src/lib/libc/gen A little more restructuring so that we don't ne...
maxv[src/trunk]: src/sys/arch Enable PMCs by default.
mrg[src/trunk]: src/sys/arch/evbmips import most of the sbmips port into evbmips...
ozaki-r[src/trunk]: src/sys/rump/librump/rumpkern Add localcount to rump kernels
maya[src/trunk]: src/sys/dev enable rt2860 power management code
pgoyette[src/trunk]: src/sys/kern Use membar_{producer, consumer}() to ensure proper a...
sevan[src/trunk]: src/sbin/luactl Direct reader to intro(9lua), lua(9) does not ex...
christos[src/trunk]: src/distrib/sets/lists/etc add more nsd
spz[src/trunk]: src/external/bsd/bind/dist merge bind-9.10.4-P5
christos[src/trunk]: src/sbin/veriexecctl need <sys/stat.h> ... for stat()
christos[src/trunk]: src/external/bsd/blacklist/bin PR/51801: Matthew Mondor: Support...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for eMMC DDR52 transfer mode.
christos[src/trunk]: src/tests/lib/libc/gen fix mismatched paren, also the previous c...
christos[src/trunk]: src/lib/libc/stdlib Avoid sysconf: __sysconf -> sysctlgetmibinfo...
christos[src/trunk]: src/usr.sbin/npf descend to npfd
skrll[src/trunk]: src/sys/sys 5 comes after 4
jmcneill[src/trunk]: src/sys/arch Add support for NVIDIA Tegra X1.
ozaki-r[src/trunk]: src/sys/netipsec Remove ipsecrequest#sav
gson[src/trunk]: src/sys/arch/x86/include Fix typo in comment
perseant[src/trunk]: src/distrib/sets/lists Add missing setlist entries for DUCET col...
christos[src/trunk]: src/lib/libz Adapt to new zlib
hannken[src/trunk]: src/sys/fs/union Make union_newlower() ans union_newupper() loca...
christos[src/trunk]: src/sys/dev/scsipi Async event can be called before the adapter ...
kre[src/trunk]: src/tests/kernel Move the #ifndef/#define dance for the (current...
jdolecek[src/trunk]: src/sys change b_wapbllist to TAILQ, to preserve the LRU order
nonaka[src/trunk]: src/sys/external/bsd/drm2/pci PR/52409: Avoid panic at resume.
christos[src/trunk]: src/sys/ufs/lfs fix sign confusion
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc revert for now; too many issues.
ozaki-r[src/trunk]: src/tests/net/ipsec Fix wrong argument handling
christos[src/trunk]: src/tests/lib/libc/ttyio PR/51803: Ngie Cooper: CID 978321: Don'...
nonaka[src/trunk]: src/sys/dev/pci Add Intel Dual Band Wireless 8265 entry.
msaitoh[src/trunk]: src/sys/dev/pci remove debug printf().
christos[src/trunk]: src/external/bsd/pkg_install/dist/lib need <sys/param.h> before ...
kiyohara[src/trunk]: src/etc/etc.evbarm Add CUBOX to v7 and v7hf.
christos[src/trunk]: src/external/bsd/nsd Add nsd build glue
maxv[src/trunk]: src/sys Don't forget to clean l_md.md_flags, otherwise there may...
christos[src/trunk]: src/libexec/atrun missing <sys/stat.h> include.
hubertf[src/trunk]: src/share/man/man7 Document kern.sched sysctl variables.
maxv[src/trunk]: src/sys/arch include opt_pmc.h
roy[src/trunk]: src/etc/powerd/scripts Remove the stopping and starting of vario...
kre[src/trunk]: src/tests/usr.bin/mixerctl NFC: Typo in a comment corrected.
christos[src/trunk]: src/usr.bin/sort refactor includes, add <sys/stat.h>
ozaki-r[src/trunk]: src/tests/net Test netstat -i -a and ifmcstat
he[src/trunk]: src/tests/lib/libm Add a test checking nearbyint(), using the sa...
skrll[src/trunk]: src/sys/arch/arm/cortex KNF
christos[src/trunk]: src/sbin/dkctl missing <sys/stat.h>
isaki[src/trunk]: src/sys/dev Improve in #ifdef AUDIO_INTR_TIME.
hannken[src/trunk]: src Move vnode members v_dnclist and v_nclist as vi_dnclist and
christos[src/trunk]: src/lib/libc/stdio Need <sys/stat.h>
christos[src/trunk]: src/common/lib/libc/cdb mark parameter as unused.
ozaki-r[src/trunk]: src/sys/netipsec Don't validate sav lists of LARVAL or DEAD states
wiz[src/trunk]: src/doc sqlite-3.16.2 out.
christos[src/trunk]: src/sys/arch/evbarm/conf need this for the build
kre[src/trunk]: src/tests/bin/sh Add some tests for the (likely forthcoming) pip...
christos[src/trunk]: src/sys/kern fix build without ddb.
wiz[src/trunk]: src/doc tmux-2.3 out.
christos[src/trunk]: src/distrib/ia64/cdroms/installcd Fix the build, we don't suppor...
msaitoh[src/trunk]: src/sys/dev/pci Use new nvm.{acquire, release}() for semaphore. A...
joerg[src/trunk]: src/external/gpl3/binutils/dist/bfd TLS relocations for PIE and ...
knakahara[src/trunk]: src/sys/opencrypto make crp_{, k}q percpu to scale crypto_dispatc...
mrg[src/trunk]: src/sys/arch/evbmips/include ugly hack -- for SB1, use the conte...
he[src/trunk]: src/tests/lib/libm Swap around the two last args to the check fo...
rin[src/trunk]: src/external/bsd/nvi/dist/common No need to cast endp in both ca...
ozaki-r[src/trunk]: src/sys/netipsec Don't use sp->req->sav when handling NAT-T ESP ...
maya[src/trunk]: src/share/man/man8 Update packages link. suggest https. bump date
ozaki-r[src/trunk]: src/sys/netipsec Don't bother the case of crp->crp_buf == NULL i...
skrll[src/trunk]: src/sys/external/bsd/vchiq/dist/interface Sync with latest githu...
joerg[src/trunk]: src/usr.sbin/bootp/common Avoid access to unaligned data.
christos[src/trunk]: src/usr.bin/xlint/lint1 add pcs
msaitoh[src/trunk]: src/sys/dev/ic Fix typo.
ozaki-r[src/trunk]: src/sys/netipsec Use pool to allocate tdb_crypto
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Fix reserved memory handling.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Disable UHS modes if signaling voltage r...
hannken[src/trunk]: src/sys/ufs/ffs When initializing more inodes make sure to write...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Don't match tegra210, this doesn't work ...
christos[src/trunk]: src/libexec/ld.elf_so/arch/x86_64 make this compile with debug a...
christos[src/trunk]: src/tests/lib/libc/gen PR/51810: Ngie Cooper: don't leak buf
ozaki-r[src/trunk]: src/sys/netipsec Simplify; omit unnecessary saidx passing
kre[src/trunk]: src/bin/sh Implement the "pipefail" option (same semantics as in...
christos[src/trunk]: src/doc mention new dc
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/aarch64 There is no more S...
riastradh[src/trunk]: src/lib/libc Clarify the explanation of the compat_time.c defini...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Use syscon API
christos[src/trunk]: src/usr.sbin/inetd PR/52412: Edgar Pettijohn: Describe the servi...
kamil[src/trunk]: src/lib/libc/sys Correct man-page category of posix_spawn: is (3...
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Mark files not tagged with clan...
christos[src/trunk]: src/distrib/cobalt/ramdisk bump
spz[src/trunk]: src/doc add a few more '*'
kamil[src/trunk]: src/doc Update TODO.ptrace
tsutsui[src/trunk]: src/sys/arch/luna68k/dev Fix (mostly harmless) off-by-one size c...
skrll[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm Use some mac...
christos[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Use a constant...
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Mark files not tagged with llvm-...
joerg[src/trunk]: src/tools Sync tools build glue with LLVM pre-4.0.0.
christos[src/trunk]: src/usr.sbin/isdn/isdnd PR/52396: Edgar Pettijohn: Spell daemon ...
msaitoh[src/trunk]: src/sys/dev/pci Remove debug printf().
joerg[src/trunk]: src/etc/mtree Update Clang header directory.
kiyohara[src/trunk]: src/sys/arch Add support Marvell Dove.
maxv[src/trunk]: src/sys/arch/amd64/amd64 This branch must be static, otherwise t...
msaitoh[src/trunk]: src/sys/dev/pci Remove wrong semaphore access in wm_nvm_{read, wr...
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/mips Use read-only .eh_frame.
christos[src/trunk]: src/sys/dev/pci PR/52333: Jia-Ju Bai: explicitly pass BUS_DMA_NO...
maya[src/trunk]: src/usr.bin/make Use less generic include guards
cherry[src/trunk]: src/sys/arch/xen Add a glue function to inspect event channel<->...
wiz[src/trunk]: src/lib/libcurses Whitespace fix, bump date for previous.
joerg[src/trunk]: src/lib/libc/include Avoid common declaration.
christos[src/trunk]: src/sys/arch/pmax/pmax fix printf formats.
skrll[src/trunk]: src/external/gpl3/binutils/dist/gas Fix merge botch. arm eabi ta...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Fix of_search_compatible usage
msaitoh[src/trunk]: src/sys/dev/pci - Fix a bug that wm_gmii_i82544_{read, write}reg(...
uwe[src/trunk]: src/doc Claim responsibility for landisk too.
ozaki-r[src/trunk]: src/sys/netipsec Don't use unstable isr->sav for header size cal...
christos[src/trunk]: src/tests/lib/libc/gen PR/51809: Ngie Cooper: fix file descripto...
christos[src/trunk]: src/usr.sbin/bthcid need <sys/stat.h> for chmod(2)
christos[src/trunk]: src/tests more tests needing <sys/stat.h>
christos[src/trunk]: src/external/bsd/file/lib Build magic.h before all objs.
ozaki-r[src/trunk]: src/sys/netipsec Don't use key_lookup_sp that depends on unstabl...
ozaki-r[src/trunk]: src/sys/netipsec Fix header size calculation of ah in the case s...
christos[src/trunk]: src/usr.bin/time Allow the user to specify the output format on ...
joerg[src/trunk]: src/sys/fs/tmpfs Remove RO check in tmpfs_putpages for now, the ...
nonaka[src/trunk]: src/sys/dev/pci cosmetic.
hannken[src/trunk]: src/sys/kern As VOP_ADVLOCK() may block indefinitely we cannot t...
kiyohara[src/trunk]: src/sys/arch/evbarm/conf Support SolidRun Cubox.
joerg[src/trunk]: src/doc Claim responsibility for ld.elf_so.
joerg[src/trunk]: src/tests/lib/libc/locale VAX doesn't have the test cases, so st...
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config Restore --eh-frame-hdr for...
joerg[src/trunk]: src/tests/libexec/ld.elf_so Avoid a race condition between dlclo...
wiz[src/trunk]: src/share/man/man4/man4.pmax New sentence, new line.
christos[src/trunk]: src/sbin/raidctl need <sys/stat.h> for fstat()
isaki[src/trunk]: src/sys/dev "sc_format[0]." is better than "sc_format->" here.
christos[src/trunk]: src/usr.sbin need <sys/stat.h>
jmcneill[src/trunk]: src/sys/arch/arm/include Add some PMC event registers
kamil[src/trunk]: src/sys Introduce new si_code for SIGTRAP: TRAP_CHLD - process c...
wiz[src/trunk]: src/usr.sbin/inetd New sentence, new line.
maya[src/trunk]: src/sys/dev/ic Use kmem_free for kmem_alloc'd memory
jmcneill[src/trunk]: src/doc arm: Add support for NVIDIA Tegra X1 SoC.
isaki[src/trunk]: src/sys/dev (maybe) typo in comment.
christos[src/trunk]: src/distrib/sets/lists/debug debug for nsd
nonaka[src/trunk]: src/sys/dev/pci regen
cherry[src/trunk]: src/sys/arch/x86/x86 While reserving memory at boot time via uvm...
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc Don't add a dynamic dependency to...
christos[src/trunk]: src/external/bsd/nvi/dist/regex PR/52671: Ralph Geier, return th...
riastradh[src/trunk]: src/share/man/man9 Explicitly mark mb(9) as deprecated, as it ha...
kre[src/trunk]: src/tests/usr.bin/mixerctl Do the previous test a better way - f...
christos[src/trunk]: src/distrib/sets/lists/etc fix nsd rc.
wiz[src/trunk]: src/share/man/man2 Sort a bit.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 regen
christos[src/trunk]: src/tests/lib/libc/c063 PR/51804: Ngie Cooper: Sort headers; inc...
christos[src/trunk]: src/lib/libc/rpc use correct type for poll
christos[src/trunk]: src/games/larn need time.h for time(), got side-loaded before fr...
ozaki-r[src/trunk]: src/sys/net Replace adaptive mutex for ethercom with spin one
mrg[src/trunk]: src/sys/arch/evbmips/stand/sbmips port this to build under evbmips.
kamil[src/trunk]: src/doc ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD
joerg[src/trunk]: src/doc The sparc atomic issues are gone.
cherry[src/trunk]: src/sys/arch Remove the xen specific interrupt type for the x86 ...
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc Our headers are clean, enable war...
maya[src/trunk]: src/sys/ufs/lfs Deduplicate sanity check that seglock is held on...
christos[src/trunk]: src/sys/arch/cobalt/conf we need to get on a diet
christos[src/trunk]: src/external/bsd/nsd/dist Import nsd
roy[src/trunk]: src/lib/libcurses Fix resizing terms.
roy[src/trunk]: src/lib/libcurses Use the window's screen's terminal.
hannken[src/trunk]: src Move vnode member v_mntvnodes as vi_mntvnodes to vnode_impl.h.
kre[src/trunk]: src/bin/sh Fix a reference after free (and consequent nonsense d...
christos[src/trunk]: src/tests/lib/libpthread_dbg Bart Simpson's punishment.
kiyohara[src/trunk]: src/sys/arch/arm/marvell Remove no-need #ifdef MARVELL_ATTR_AXI_...
nat[src/trunk]: src/sys/dev Add a null_filter to help with the audio autoconfig ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata tweak english
kamil[src/trunk]: src/usr.sbin/makefs/chfs Include missing header <unistd.h> for w...
christos[src/trunk]: src/share/mk Add build glue to build all the code with sanitizer...
perseant[src/trunk]: src Add a simple collation test. This test is expected to fail ...
joerg[src/trunk]: src/distrib/evbppc/ramdisk Don't build unwind data for the ramdi...
wiz[src/trunk]: src/usr.bin/pmc Sort sections. Fix macro usage.
christos[src/trunk]: src/distrib/pmax/ramdisk Give us a little room, too much potato ...
christos[src/trunk]: src/external/bsd/ppp/dist/pppd need stddef.h for offsetof
hannken[src/trunk]: src/sys Regen.
ozaki-r[src/trunk]: src/sys/netipsec Remove m_tag_find(PACKET_TAG_IPSEC_PENDING_TDB)...
joerg[src/trunk]: src/sbin/ping Use an explicitly aligned buffer for ip.
maxv[src/trunk]: src/usr.bin/pmc Update.
kamil[src/trunk]: src/share/man/man2 Document TRAP_CHLD in siginfo(2)
christos[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm xxx: gcc avo...
nakayama[src/trunk]: src/usr.sbin/crash sparc has db_machdep.c now.
ozaki-r[src/trunk]: src/sys Enable some sysctl knobs on rump kernels for ifmcstat
ozaki-r[src/trunk]: src/tests/net/ipsec Add tests that explicitly delete SAs instead...
ozaki-r[src/trunk]: src/sys Let PF_KEY socks hold their own lock instead of softnet_...
sjg[src/trunk]: src/usr.bin/make Make compat.c handle SIGINT etc more like job.c
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits sprinkle __...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix to not access active_xfer directly
roy[src/trunk]: src/lib/libterminfo Fix some off by one issues with arraycount ....
skrll[src/trunk]: src/sys Add a condition variable (ex_flwanted) to struct extent ...
christos[src/trunk]: src/usr.bin/vndcompress need <sys/stat.h>
maya[src/trunk]: src/sys/arch/x86/pci GC unused macros.
christos[src/trunk]: src/tests/lib/libc/string PR/51823: Ngie Cooper: Add output diag...
joerg[src/trunk]: src/doc jmcneill is committing again, so unstar him.
joerg[src/trunk]: src/lib/libc/citrus Spell NULL correctly.
riastradh[src/trunk]: src/sys/kern Clarify interpretation of timeout/epsilon in cv_tim...
roy[src/trunk]: src/lib/libcurses Move the ripoffline logic out of screen.c and ...
christos[src/trunk]: src/sys/arch/newsmips/conf surf the bloat
nonaka[src/trunk]: src/sys/arch/x86/x86 PR/52266: Before access MSR[APICBASE], need...
rin[src/trunk]: src/external/bsd/nvi/dist/common As described in comments, we tr...
is[src/trunk]: src/sys/dev/usb Add first channel of mcs7720.
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc One more missing check for DECL_I...
wiz[src/trunk]: src/usr.sbin/npf/npfd Whitespace, fix xref, remove unnecessary m...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bn/asm Switch to eax
nat[src/trunk]: src/sys/arch/dreamcast/conf Use the correct attachment for dream...
he[src/trunk]: src/lib/libm Non-softfloat m68k needs s_rintl.c.
ozaki-r[src/trunk]: src/sys Don't acquire global locks for IPsec if NET_MPSAFE
christos[src/trunk]: src/distrib/utils/zcat adjust to new zlib
christos[src/trunk]: src/sys/dev/wscons Needed <sys/time.h> that it got in the past b...
christos[src/trunk]: src/bin/sh add missing <sys/stat.h>
skrll[src/trunk]: src/sys/sys Fix the conversion to __BIT where bit numbering star...
chs[src/trunk]: src vmem_alloc() with VM_SLEEP cannot fail, so percpu_alloc() ca...
nonaka[src/trunk]: src/sys/dev/pci Apply OpenBSD if_iwm.c rev.1.148.
msaitoh[src/trunk]: src/sys/dev/pci Qemu's e1000e emulation (82574L)'s SPI has only ...
joerg[src/trunk]: src/distrib/sparc/miniroot Bump image size a bit for the clang b...
christos[src/trunk]: src/tests/lib/libc/c063 PR/51805: Ngie Cooper: Fix file descript...
wiz[src/trunk]: src/share/man/man4 Fix typo.
christos[src/trunk]: src/usr.bin/sockstat fix compilation
skrll[src/trunk]: src/sys/sys Use __BIT(3) for bit values. No functional change.
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Import Clang pre-4.0.0 r291444.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata probe for NCQ and WRITE DMA FUA EXT support
christos[src/trunk]: src/sys/sys friendlier to _KMEMUSER
christos[src/trunk]: src/bin/sh source .editrc after we initialize so that commands p...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Use syscon API
kre[src/trunk]: src/bin/sh PR bin/52348
ozaki-r[src/trunk]: src/sys/netipsec Simplify; remove unnecessary zero-clears
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add rkiic
abhinav[src/trunk]: src/lib/libc/sys Add missing word.
christos[src/trunk]: src/share/mk PR/51831: Don't suppress warnings coming from syste...
kre[src/trunk]: src/tests/usr.bin/mixerctl Correct oversight in previous ... red...
he[src/trunk]: src/lib/libm Add some blank lines to separate the different CPU ...
he[src/trunk]: src/lib/libm Add s_nearbyint.c to alpha, ia64, riscv, mips, powe...
wiz[src/trunk]: src/usr.bin/mkubootimage Remove unnecessary macros. Use standard...
christos[src/trunk]: src/external/bsd/nsd Oops, support IPv6 if not disabled.
christos[src/trunk]: src/libexec/ld.elf_so/arch/x86_64 rename the macro
jmcneill[src/trunk]: src/sys/arch/arm/dts Add local patches to sun8i-h3-orangepi-plus...
maxv[src/trunk]: src/sys/kern Should be loadfactor().
christos[src/trunk]: src/lib/libc/gen Split syslog.c to:
cherry[src/trunk]: src/sys/arch/xen/xen APIC related macros are mixed with IOAPIC r...
ozaki-r[src/trunk]: src/sys/netipsec Remove unused macro
ozaki-r[src/trunk]: src/sys/netipsec Provide and apply key_sp_refcnt (NFC)
hannken[src/trunk]: src/sys/kern Adapt to the recent vnode changes.
christos[src/trunk]: src/sys/netinet6 Add KASSERT.
gson[src/trunk]: src/usr.sbin/sysinst/arch/landisk Clear the screen after running...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Must be curlwp.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/lib/libc put back strerror_ss, it will be used shortly.
rin[src/trunk]: src/external/bsd/nvi/dist/ex db_recno_t aka recno_t is uint32_t
rin[src/trunk]: src/external/bsd/nvi/dist/cl _POSIX_VDISABLE exceeds CHAR_MAX. W...
christos[src/trunk]: src/doc Add nsd
nonaka[src/trunk]: src/sys/dev/pci fix indent
msaitoh[src/trunk]: src/sys/dev/pci Move some initialization stuff in wm_attach() be...
kre[src/trunk]: src/tests/bin/sh Add basic tests for the forthcoming ', ' '++' an...
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc Detect advance_loc support with r...
mrg[src/trunk]: src/share/mk GCC 5.3 now lives in gcc.old.
maya[src/trunk]: src/share/mk -Wa, --fatal-warnings is a GCC flag and unknown to c...
christos[src/trunk]: src/usr.sbin/npf/npfctl more todo
christos[src/trunk]: src/crypto/external/bsd/openssh/dist include <unistd.h> for clos...
kre[src/trunk]: src/bin/sh PR bin/48498 PR bin/52426
jmcneill[src/trunk]: src/sys/dev/ic dwc_gmac_attach: return non-zero on failure
kamil[src/trunk]: src/tests/kernel Add new test siginfo5 in t_ptrace_wait{, 3, 4, 6, i...
christos[src/trunk]: src/sys/arch/arm/include include <sys/sigtypes.h> for sigset_t
hannken[src/trunk]: src/sys/sys Welcome to 7.99.58, vnode layout changed.
kre[src/trunk]: src/bin/sh Document the times builtin command, reported as lost ...
martin[src/trunk]: src/sys/sys Stupid old C versions do not know "bool" - include s...
christos[src/trunk]: src/lib/librumpuser Don't go redefining system constants, withou...
martin[src/trunk]: src/libexec/ld.elf_so/arch/sparc64 Simplify and fix the offset c...
skrll[src/trunk]: src/sys/external/bsd/common/include/linux Add a reinit_completio...
riastradh[src/trunk]: src/share/man/man9 Rework cv_timedwaitbt documentation and examp...
uwe[src/trunk]: src/tests/lib/libc/arch/sh3 Don't execute random garbage. Fixes...
christos[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon PR/51682: Antoine Beaupr?...
cherry[src/trunk]: src/sys/arch Unify the xen and native x86/ interrupt setup funct...
nonaka[src/trunk]: src/sys/dev/pci set NULL after free.
knakahara[src/trunk]: src/sys/dev/pci sc->sc_core_stopping must be checked with holdin...
kamil[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgpverify Avoid undef...
ozaki-r[src/trunk]: src/sys/netipsec Fix indentation
maya[src/trunk]: src/sys/dev/usb uaudio: don't block suspend.
leot[src/trunk]: src/share/man/man7 Document xetc.tgz installation set.
isaki[src/trunk]: src/sys/dev/ic Also allow SLINEAR_BE on msm6258_linear8_to_adpcm.
he[src/trunk]: src/lib/libm The sparc port needs s_nearbyint.c as well.
nat[src/trunk]: src/sys/dev/usb Add another register as found on 8192eu.
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bn/asm PR/51569: And...
martin[src/trunk]: src/distrib/sets/lists/debug Fix filename of new debug file
wiz[src/trunk]: src/usr.bin/gzip Document --keep. From Timo Buhrmester <fstd.lkm...
nat[src/trunk]: src/sys/dev Mixer device bounds checking.
christos[src/trunk]: src/usr.sbin need <sys/stat.h>
pgoyette[src/trunk]: src/doc Add myself in a couple of places
isaki[src/trunk]: src/sys/dev/ic Add DIAGNOSTIC code.
christos[src/trunk]: src/lib/libedit Make sure that argv is NULL terminated since fun...
knakahara[src/trunk]: src/sys/dev/pci add comment about confusing wm_rxeof() calling.
roy[src/trunk]: src/lib/libcurses Use the terminal of the SCREEN of the WINDOW r...
wiz[src/trunk]: src/sbin/modload Fix Dt argument.
jdolecek[src/jdolecek-ncq]: src/sys/dev make ata_xfer's allocated as part of ata_queu...
christos[src/trunk]: src/tests/lib/libc/gen PR/51806: Ngie Cooper: Only run the vis l...
ozaki-r[src/trunk]: src/sys/net Don't call ifa_remove with holding psref
christos[src/trunk]: src/bin/stty need <time.h> for time(3)
roy[src/trunk]: src/lib/libterminfo Correct terminfo variable pkey_norm to plab_...
christos[src/trunk]: src/sys/conf Move the dts rule to a separate file and add depend...
christos[src/trunk]: src/distrib/sets/lists/base add path
christos[src/trunk]: src/tools/compat strmode on MacOS/X is in string.h
ozaki-r[src/trunk]: src/tests/net Skip ipsec_spi_*_*_preferred_new_timeout when runn...
ozaki-r[src/trunk]: src/sys Get rid of unnecessary header inclusions
christos[src/trunk]: src/distrib/utils/zcat This is an example how to make a small pr...
maya[src/trunk]: src/lib/libarch/x86_64 replace old style function declaration
ozaki-r[src/trunk]: src/tests/net/ndp Add a test case for IPv6 temporary address
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-7.0.5 with the fo...
maxv[src/trunk]: src Properly handle overflows, and take them into account in use...
christos[src/trunk]: src/usr.sbin/npf/npfd add example.
riastradh[src/trunk]: src/external/mit/xorg/server/xorg-server.old/hw/vfb Missed a MKC...
kre[src/trunk]: src/lib/libedit Include EDITRC in doc.
christos[src/trunk]: src/etc npflog0.pcap is binary
christos[src/trunk]: src/distrib/sets/lists/base more nsd
ozaki-r[src/trunk]: src/sys/netipsec Restore a comment removed in previous
christos[src/trunk]: src/etc rotate npflog0.pcap
christos[src/trunk]: src/external/gpl3/gcc/lib/libasan Don't sanitize the sanitizer.
knakahara[src/trunk]: src/sys/netinet avoid double rtcache_unref().
nonaka[src/trunk]: src/sys/dev/pci Add apmg_wake_up_wa support from DragonFly BSD.
christos[src/trunk]: src/sys/arch/evbarm/conf remove dup DIAGNOSTIC
christos[src/trunk]: src/sys/conf Move to ssp.c suggested by uebayasi@
christos[src/trunk]: src/sys/netipsec fix printf format.
msaitoh[src/trunk]: src/sys/dev - Add wm_write_smbus_addr() to set SMBus address by ...
wiz[src/trunk]: src/share/man/man4/man4.pmax Fix some mandoc warnings.
uwe[src/trunk]: src/tests/lib/libm Revert previous as it breaks at least sparc a...
msaitoh[src/trunk]: src/sys/dev/pci Add WM_F_WA_I210_CLSEM flag for a workaround. Fr...
maya[src/trunk]: src/sys/dev/pcmcia Remove dead code. RAY_DEF_NWID is a constant ...
jdolecek[src/trunk]: src/sys/dev/scsipi just do not autoload scsiverbose module, it c...
ozaki-r[src/trunk]: src/sys/netipsec Fix header size calculation of esp where sav is...
ozaki-r[src/trunk]: src/sys/netipsec Hold a reference to an SP during opencrypto pro...
knakahara[src/trunk]: src/sys/net fix panic when PPPOE_DEBUG enabled. implemented by s...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Fix ipf failing to sent TCP RST...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Branch for USER_LDT.
christos[src/trunk]: src/external/bsd/wpa/dist/src fix redefinitions
christos[src/trunk]: src/share/mk add nsd
christos[src/trunk]: src/usr.bin/systat need <sys/stat.h>
ryo[src/trunk]: src/sys/arch white space police
christos[src/trunk]: src/sys/sys Don't include <sys/stat.h>; it is optional even in X...
ryo[src/trunk]: src/sys/net * pfil_add_hook() no longer treats PFIL_IFADDR and P...
roy[src/trunk]: src/lib/libcurses Remove setup already done in newterm and even ...
christos[src/trunk]: src/external/bsd/openldap/include don't mess with snprintf!
ozaki-r[src/trunk]: src/tests/net/ndp Remove extra checks and cleanup
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable armpmu and tprof
maya[src/trunk]: src/sys/arch/arm/marvell fix off by one.
maxv[src/trunk]: src/sys/arch/amd64/conf Add USER_LDT, commented out for now.
skrll[src/trunk]: src/sys/arch/arm/arm Trailing whitespace
ozaki-r[src/trunk]: src/tests/net/ndp Check autoconf flag
jmcneill[src/trunk]: src/sys/dev/fdt Simplify list initialization
skrll[src/trunk]: src/sys/dev/usb Only call uhci_free_stds if there are TDs to free.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Get rid of tegra_chip_id/tegra_chip_name...
knakahara[src/trunk]: src/sys/opencrypto fix typo
ozaki-r[src/trunk]: src/usr.sbin/ifmcstat Don't give up just because inet6 sysctl kn...
jmcneill[src/trunk]: src/usr.bin/mkubootimage Add support for "kernel_noload" image t...
msaitoh[src/trunk]: src/sys/dev/pci IF TX is not required to flush, RX is also not r...
ozaki-r[src/trunk]: src/sys/netinet6 Prevent in6_ifaddr from being freed with holdin...
skrll[src/trunk]: src/sys/arch/arm In idcache_wbinv_range if the range size is big...
ozaki-r[src/trunk]: src/sys/netipsec Fix splx isn't called on some error paths
christos[src/trunk]: src/tests/lib/libc/string PR/51815: Ngie Cooper: don't leak dlop...
msaitoh[src/trunk]: src/sys/dev/pci - Our MII readreg/writereg API has not way to d...
maya[src/trunk]: src/sys/ufs/lfs change lfs_nextsegsleep and lfs_allclean_wakeup ...
nat[src/trunk]: src/sys/dev Refactoring of order of auto config combinations. M...
joerg[src/trunk]: src/sys/arch/sparc/sparc Don't cast the result of abs() to int, ...
maxv[src/trunk]: src/sys/arch Clean up, it is easier to debug with qemu+gdb anyway.
christos[src/trunk]: src/lib/libc/string PR/51814: Ngie Cooper: add <stdio.h> since s...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
rin[src/trunk]: src/external/bsd/nvi/dist/common Remove duplicate definition for...
wiz[src/trunk]: src/sys/arch/amd64/include Remove superfluous word in comment. N...
ozaki-r[src/trunk]: src/tests/net/ipsec Don't make SAs expired on tests that delete ...
skrll[src/trunk]: src/sys/arch/arm/arm Spell invalidate correctly in comments. No...
christos[src/trunk]: src/tests/kernel need <sys/stat.h>
martin[src/trunk]: src/sys/arch/sparc64/sparc64 Do not use kmem_zalloc() to allocat...
maxv[src/trunk]: src/sys/arch Initialize these kpm fields in pmap_bootstrap.
jdolecek[src/trunk]: src/sys/kern improve performance of journal writes by paralleliz...
msaitoh[src/trunk]: src/sys/dev/pci - Add some AMD devices.
christos[src/trunk]: src/sys/external/bsd/ipf/netinet From Edgar Fuss:
christos[src/trunk]: src/lib/libedit Make sure we take into account history_base when...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Only install interrupt handler if dwc_...
joerg[src/trunk]: src/sys/arch/i386/stand Remove some manual size tuning that no l...
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/config fix the powerpc build, by ...
wiz[src/trunk]: src/share/man/man7 New sentence, new line.
christos[src/trunk]: src/usr.sbin/npf/npfd add man page, lint cleanups.
maxv[src/trunk]: src/sys/netinet Copy more mbuf flags.
maya[src/trunk]: src/sys/arch/x86/pci we cannot guarantee that m_pulldown doesn't...
christos[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Rearrange headers
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add SMC_CAPS_POLLING support.
christos[src/trunk]: src/usr.sbin/installboot/arch don't complain if the mbr was all ...
christos[src/trunk]: src add nsd
christos[src/trunk]: src/lib/libc Add strerror_ss_r to be used by syslog_ss
nonaka[src/trunk]: src/sys/dev/pci use pci_intr_establish_xname(9).
mrg[src/trunk]: src/sys/arch/evbmips sbmips->evbmips merge: import all the all ...
mrg[src/trunk]: src/external/gpl3/binutils/usr.sbin/mdsetimage initialise some s...
alnsn[src/trunk]: src/doc Current sljit version is r350.
nat[src/trunk]: src/sys/dev Fix a panic caused by opening pad(4)'s mixer before ...
christos[src/trunk]: src/sys/sys welcome to the constant age.
ozaki-r[src/trunk]: src/tests/net/ndp Remove a check added wrongly
christos[src/trunk]: src/sys/arch/pmax/conf make the comment match
ozaki-r[src/trunk]: src/sys/netipsec Fix key_getcomb_setlifetime
christos[src/trunk]: src/etc fix nsd home dir.
roy[src/trunk]: src/lib/libcurses ripoffline requires wnoutrefresh to work befor...
manu[src/trunk]: src/sbin/route Fix route and netstat -r output when built with -...
jmcneill[src/trunk]: src/usr.sbin/tprof Add ARMv7 support.
skrll[src/trunk]: src/sys/arch/arm/arm32 Remove redundant test - the compiler real...
skrll[src/trunk]: src/sys/sys G/C EXF_WANTED
christos[src/trunk]: src/usr.bin/cvslatest give the absolute path for the error message.
kre[src/trunk]: src/usr.bin/printf From leot@ on tech-userlevel:
msaitoh[src/trunk]: src/sys/dev/pci Calling wm_init_lcd_from_nvm() makes hang on som...
joerg[src/trunk]: src/external/gpl3/binutils/dist Create references as absolute po...
mrg[src/trunk]: src/sys/arch/arm/footbridge include <sys/param.h> for the cddl p...
perseant[src/trunk]: src/tests/lib/libc/locale Add missing files from last commit:
christos[src/trunk]: src/tests/lib/libc/string add <stdio.h>
rin[src/trunk]: src/external/bsd/nvi/dist Make sure to cast arguments of ISFOO a...
msaitoh[src/trunk]: src/sys/dev/ic Fix a bug that fan RPM wasn't printed correctly. ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Attach simplebus on pass 0
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 remove...
mlelstv[src/trunk]: src/sys/dev/pci Pull in some hardware support from FreeBSD. Also...
jakllsch[src/trunk]: src/sys/dev/pci fix CVS keyword in __KERNEL_RCSID
christos[src/trunk]: src/external/bsd/libarchive/include we JAVE_SSIZE max.
ozaki-r[src/trunk]: src/sys/netipsec Stop setting mtag of PACKET_TAG_IPSEC_IN_DONE b...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet use the scoping functions (JINM...
christos[src/trunk]: src/sys/sys fix sign issues
martin[src/trunk]: src/distrib/sets/lists/debug Add misising DEBUGLIB file
christos[src/trunk]: src/etc "kod" needs limited.
kamil[src/trunk]: src/usr.sbin/makemandb Include <unistd.h> for R_OK W_OK STDOUT_F...
christos[src/trunk]: src/common/dist/zlib Changes in 1.2.10 (2 Jan 2017)
christos[src/trunk]: src/tools/compat regen
he[src/trunk]: src/external/gpl3/gcc.old/usr.bin/backend For alpha, generating ...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Don't bail out of handling interrupts at t...
nonaka[src/trunk]: src/sys/dev/pci check LAR support in NVM for 8260/4165.
christos[src/trunk]: src/tests/lib/libc/gen PR/51807: Ngie Cooper: disable core file ...
christos[src/trunk]: src/lib/libc/gen simplify cast.
sevan[src/trunk]: src/share/man/man4 gem(4) can also be connected to makphy(4), as...
maya[src/trunk]: src/doc zlib 1.2.10 out
rin[src/trunk]: src/external/bsd/nvi/dist/ex Add missing encoding conversion bef...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata convert to mutex, mark MPSAFE
christos[src/trunk]: src/lib/libc/citrus s == NULL is illegal.
christos[src/trunk]: src/etc/etc.hpcmips turn on "console" which can be either the se...
roy[src/trunk]: src/lib/libcurses Kill stray refs to __virtscr and _cursesi_scre...
nonaka[src/trunk]: src/sys/dev/pci iwm(4): 8260 works now. 4165 may works too.
christos[src/trunk]: src/sys/arch/aarch64/aarch64 add missing cast
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic ahci_intr_port(): use same code on both th...
christos[src/trunk]: src/sys/arch/arm/broadcom fix typo
knakahara[src/trunk]: src/sys/opencrypto fix panic when using ecryption devices attach...
maya[src/trunk]: src/sys/dev/usb fix off by one
kre[src/trunk]: src/bin/sh NFC: DEBUG mode only change - add a little more tracing.
wiz[src/trunk]: src/usr.sbin/makefs Some changes and sorting based on diff sent ...
wiz[src/trunk]: src/share/man/man4 Whitespace.
skrll[src/trunk]: src/sys/arch/arm/arm32 Alignment whitespace. No functional change.
christos[src/trunk]: src/sys/kern const police!
nonaka[src/trunk]: src/sys/dev/pci use correct header size.
maxv[src/trunk]: src/sys/arch/x86/x86 Use a switch, we can (and will) optimize ea...
ozaki-r[src/trunk]: src/sys/netipsec Calculate ah_max_authsize on initialization as ...
christos[src/trunk]: src/usr.sbin/rtadvd need <time.h> for clock_gettime
nonaka[src/trunk]: src/sys/dev/pci twiddle bpf related.
christos[src/trunk]: src/sys/sys make __sigmask unsigned
maya[src/trunk]: src/sys/dev/usb Appease coverity which is having nightmares abou...
kre[src/trunk]: src/tests/usr.bin/mixerctl Make sure that the open of /dev/pad0 ...
ozaki-r[src/trunk]: src/tests/net/ndp Cope with tentative state
maxv[src/trunk]: src/sys/arch/amd64/include rsp2, not 3
jmcneill[src/trunk]: src/sys/arch Add watchdog timer support.
riastradh[src/trunk]: src/sys/kern Apply same treatment to cv_timedwaitbt.
hauke[src/trunk]: src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt Add missing ...
maya[src/trunk]: src/tests/lib/libc/gen remove duplicate include.
ozaki-r[src/trunk]: src/sys/netipsec Don't release sav if calling crypto_dispatch again
ozaki-r[src/trunk]: src/sys/netipsec Prepare to stop using isr->sav
christos[src/trunk]: src/sys/arch/aarch64/aarch64 add default statement
christos[src/trunk]: src/doc new zlib
ozaki-r[src/trunk]: src/tests/net Test dumping states before destroying interfaces
skrll[src/trunk]: src/sys/dev/usb Free the RX list if ural_alloc_rx_list fails par...
christos[src/trunk]: src/tests/lib/libc need <sys/stat.h>
sevan[src/trunk]: src/sys/arch/macppc/conf Enabled IPsec & ipsecif(4) support by d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Tweak slightly sketchy logic in ...
kre[src/trunk]: src/bin/sh NFC: DEBUG mode change - add a couple more TRACE macr...
kre[src/trunk]: src/bin/sh Add a comment explaining the ordering reltionship of ...
msaitoh[src/trunk]: src/sys/net Fix a bug that the parent interface's callback wasn'...
ozaki-r[src/trunk]: src/usr.bin/netstat Fix showing multicast addresses of !IFF_UP i...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.5
christos[src/trunk]: src/share/mk - centralize setting of MK* vars in bsd.own.mk
joerg[src/trunk]: src Remove LLVM atomic hacks for Sparc.
jmcneill[src/trunk]: src/sys/dev/sdmmc Add support for eMMC 4.5's optional cache feat...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Reduce diff against FreeBSD. No functional...
christos[src/trunk]: src/sys/arch/ofppc/pci PR/51827: David Binderman: delete pointle...
skrll[src/trunk]: src/external/broadcom/rpi-firmware/dist New firmware from
kre[src/trunk]: src/tests/bin/sh PR bin/48498 PR bin/52426
rin[src/trunk]: src/external/bsd/nvi/dist/common Fix argument type of put() in c...
jmcneill[src/trunk]: src/sys Move simplefb declaration to files.fdt
christos[src/trunk]: src/sbin/modload PR/52417: Edgar Pettijohn: modules.conf(5) not ...
christos[src/trunk]: src/sys/conf do dts depend processing in two passes, one for /in...
nat[src/trunk]: src/sys/dev Remove unused code from audio_set_params.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto remove re-definition
msaitoh[src/trunk]: src/sys/dev/pci On 8254[17] with SPI ROM, wm_nvm_set_addrbits_si...
skrll[src/trunk]: src/share/mk binutils 2.26 is no more.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sun8i-h3-nanopi-neo-air.dts, sun8i-...
mrg[src/trunk]: src/sys/arch mostly converted sbmips -> evbmips. the SBMIPS ker...
jmcneill[src/trunk]: src/sys/arch/arm/cortex ARM ARM refers to this as "ARM Generic T...
ozaki-r[src/trunk]: src Separate test files
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc A const declaration with explicit...
roy[src/trunk]: src/lib/libcurses Use the screen argument, not _cursesi_screen.
msaitoh[src/trunk]: src/sys/dev - Call wm_kmrn_lock_loss_workaround_ich8lan() before...
christos[src/trunk]: src/distrib/newsmips/floppies/ramdisk bump
pgoyette[src/trunk]: src/sys/net/npf The nof module depends on some stuff from the bp...
martin[src/trunk]: src/lib/libc/compiler_rt Do not use IEEE 754 specific functions ...
abhinav[src/trunk]: src/external/bsd/top/dist Fix couple of typos:
christos[src/trunk]: src/sys/arch/mips/mips KASSERT Fires for MIPS1, disable.
nonaka[src/trunk]: src/sys/dev/pci Added enum iwm_tx_pm_timeouts from FreeBSD.
jmcneill[src/trunk]: src/sys/dev/fdt Add helper to lookup syscon by phandle
christos[src/trunk]: src/lib/libc/locale pacify lint.
christos[src/trunk]: src/distrib/sets/lists/man more nsd
nat[src/trunk]: src/sys/dev Remove dead code from audio open. Found by isaki@.
msaitoh[src/trunk]: src/sys/dev/pci Add Intel 5520/X58 QuickPath from OpenBSD.
martin[src/trunk]: src/sys/arch/vax/include Some stupid pkgsrc stuff insists on -st...
christos[src/trunk]: src/sys/sys Ignore __thread for lint for now
christos[src/trunk]: src/external/bsd/flex/dist/src revert the c++ yy_size_t changes ...
wiz[src/trunk]: src/lib/libc/sys Remove Tn.
ozaki-r[src/trunk]: src/sys/net Add softnet_lock to if_link_state_change_si
christos[src/trunk]: src/lib/libc/citrus need <sys/stat.h>
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that sc->sc_flags can't be passed to i...
christos[src/trunk]: src/usr.sbin/npf/npfctl fix hint.
mrg[src/trunk]: src/external/lgpl3/gmp commit some note updates i wrote last aug...
christos[src/trunk]: src/distrib/sets/lists/man more nsd
ozaki-r[src/trunk]: src/sys/netipsec Remove extra KEY_FREESAV from ipsec_process_done
cherry[src/trunk]: src/sys/arch/x86/isa Fix uninitialised use of variable mpih
christos[src/trunk]: src/libexec/getty need <sys/stat.h> for chmod
christos[src/trunk]: src need <sys/stat.h>
christos[src/trunk]: src/sys/arch/aarch64/aarch64 fix uninitialized, add missing casts
rin[src/trunk]: src/external/bsd/nvi/dist/cl Use ISBLANK macro instead of isblan...
wiz[src/trunk]: src/share/man/man7 Fix display problem reported by kamil via abh...
ozaki-r[src/trunk]: src/sys Fix net.inet6.ip6.ifq node doesn't exist
christos[src/trunk]: src/tests/lib/libc/gen wrap the macro in do/while.
christos[src/trunk]: src/external/gpl3/gcc Handle errors in system headers
nonaka[src/trunk]: src/sys/dev/pci iwm(4): make interrupt routine running on softin...
skrll[src/trunk]: src/sys/arch/arm/arm32 Macro confusion - fortunately this has no...
mrg[src/trunk]: src/external/gpl3/gcc.old merge GCC 5.4 into gcc.old.
maxv[src/trunk]: src/sys/arch Call _proc0_tss_ldt_init only once, and rename them.
christos[src/trunk]: src/tests/lib/libc/gen PR/51808: Ngie Cooper: fix leaks, sort in...
christos[src/trunk]: src/external/cddl/osnet fix a few warnings.
kamil[src/trunk]: src/lib/libc/sys Document SIGTRAP with si_code TRAP_CHLD in ptra...
joerg[src/trunk]: src Update LLVM build glue for pre-4.0.0 r291444.
mrg[src/trunk]: src/sys/arch/evbmips/conf don't set NEED_MDSETIMAGE when we don'...
christos[src/trunk]: src/tests/lib/libpthread_dbg help gcc's numbscullness.
kamil[src/trunk]: src/tests/kernel Add new tests vforkdone[12] in t_ptrace_wait{, 3...
skrll[src/trunk]: src/sys/dev/ic adatper -> adapter
uwe[src/trunk]: src/doc Add myself to sh3.
christos[src/trunk]: src/regress/sys/kern/unfdpass need <sys/stat.h>
christos[src/trunk]: src/sbin/cgdconfig Need <sys/stat.h> for S_IFBLK.
christos[src/trunk]: src/share/mk disable until we fix the build.
christos[src/trunk]: src/sbin/newfs_sysvbfs fix includes, addr __RCSID
kre[src/trunk]: src/bin/sh Add support for ++ and -- (pre & post) and ', ' to ari...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata more MP
kamil[src/trunk]: src/sbin/savecore Adapt funopen(3) call after switch to new zlib(3)
jdolecek[src/trunk]: src/sys/kern rename allow_fuadpo to allow_dpofua, so it's the sa...
christos[src/trunk]: src/sys/uvm add missing forward struct decl
maxv[src/trunk]: src/sys/kern Revert rev1.26. l_estcpu is increased by only one c...
christos[src/trunk]: src/distrib/sets/lists add npfd
ozaki-r[src/trunk]: src/sys/netipsec Avoid examining freshness of sav on packet proc...
ozaki-r[src/trunk]: src/sys/netipsec Pass sav directly to opencrypto callback
christos[src/trunk]: src/external/bsd Add nsd
christos[src/trunk]: src/external/bsd/tre/dist/lib check more eo, initialize shift, r...
wiz[src/trunk]: src/usr.sbin/makefs Document msdos-specific options directly.
jmcneill[src/trunk]: src/sys/dev/tprof Spaces -> tabs
blymn[src/trunk]: src/lib/libcurses Checks for bottom right corner were reversed.
skrll[src/trunk]: src/sys/arch/arm/arm Fix a comment
knakahara[src/trunk]: src/sys/opencrypto make cryptoret() context softint to balance d...
ozaki-r[src/trunk]: src/sys/netipsec Remove invalid M_AUTHIPDGM check on ESP isr->sav
christos[src/trunk]: src/tests/lib/libc/gen more error checks
skrll[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat Sync memory bar...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Must not be from n32.
christos[src/trunk]: src/common/dist/zlib merge conflicts
wiz[src/trunk]: src/share/man/man9 Bump date for previous.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Wrap MP-specific code in ifdef MULTIPROCESSOR
maxv[src/trunk]: src/sys/netinet Add some checks, mostly same as in_arpinput.
mrg[src/trunk]: src/distrib/i386/ramdisks/common clean up CRUNCHBIN.map
mrg[src/trunk]: src/external/mit/xorg/lib/libxcb/files regenerate these for libx...
jmcneill[src/trunk]: src/sys/arch/evbarm/rpi Enable GPCLK2 to Bluetooth.
maya[src/trunk]: src/sys/arch/mips/mips Move the hpcmips L1 cache disable hack up
sevan[src/trunk]: src/sys/dev/pcmcia Add 3Com Wireless Bluetooth PC Card (version ...
ozaki-r[src/trunk]: src/sys/netipsec Add per-CPU rtcache to ipsec_reinject_ipstack
nat[src/trunk]: src/sys/dev Ensure to call mix write if inserting silence into t...
uwe[src/trunk]: src/bin/sh .Dl is a a single line .Bd -literal -offset indent so...
jdolecek[src/trunk]: src/share/man/man4 xref xhci(4)
maxv[src/trunk]: src/sys/netinet Reput a nullcheck that was mistakenly removed in...
pgoyette[src/pgoyette-compat]: src/sys/compat Make compat_ifconf() and compat_ifdatar...
riastradh[src/trunk]: src/sys/compat/ibcs2 Make sure we have enough space in the buffe...
pgoyette[src/pgoyette-compat]: src Sync with HEAD
sjg[src/trunk]: src/usr.bin/make Avoid full path meta file names for subdir of ....
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use 64bit DMA tag. If not, a lot of bounce...
christos[src/trunk]: src/sys/arch/hppa/include more types for constants
ozaki-r[src/trunk]: src/sys/netipsec Use pslist(9) for sahtree
christos[src/trunk]: src/usr.bin/cvslatest deal with cvs meta-data directories not ca...
riastradh[src/trunk]: src/sys/dev/ic Reject out-of-bounds channel index.
kamil[src/trunk]: src/tests/kernel Add new tests eventmask[34] in t_ptrace_wait{, 3...
ozaki-r[src/trunk]: src/sys/netipsec Update the locking notes
christos[src/trunk]: src/sys Untangle the swapctl compat code mess. Welcome to lucky 13.
uwe[src/trunk]: src/bin/sh Revert previous. Fix the real problem properly.
mlelstv[src/trunk]: src/sys/dev While ld(4) is MP safe, many backends are not.
kamil[src/trunk]: src/tests/lib/libc/sys Correct all ATF failures in t_ptrace_x86_...
pgoyette[src/pgoyette-compat]: src/sys/kern Update compat module names to reference t...
isaki[src/trunk]: src/sys/dev 0 -> NULL in audioattach()
christos[src/trunk]: src/external/bsd/byacc/dist don't output extern YYSTYPE decl if ...
rin[src/trunk]: src/external/bsd/nvi/dist/vi KNF; remove parentheses from return's
nonaka[src/trunk]: src Initial commit of native amd64 EFI boot loader.
hans[src/trunk]: src/tools/compat Fix build of tools/lex on platforms lacking sys...
christos[src/trunk]: src/tests/lib/libc/regex PR/51832: Ngie Cooper:
christos[src/trunk]: src/tests/lib/libc/sys PR/51856: Ngie Cooper: add limits.h for I...
pgoyette[src/pgoyette-compat]: src/sys/kern Reverse order of flags checking to appeas...
wiz[src/trunk]: src/lib/libc/stdio Bump date for previous.
mlelstv[src/trunk]: src/sys/dev/wsfb Fix cmap bounds checking.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/sys/arch/alpha/include Undo; the correct fix was applied in ...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix INTx/MSI handler did not schedule work...
maxv[src/trunk]: src/sys/arch/evbarm/conf Remove references to svr4 and ibcs2, th...
roy[src/trunk]: src Implement POSIX Curses Soft Label Key functions.
macallan[src/trunk]: src/sys/arch/sparc/sparc be more specific when identifying Super...
joerg[src/trunk]: src/doc Update LLVM entry.
phx[src/trunk]: src/sys/arch/sandpoint/stand/altboot This driver should also sup...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Sync with FreeBSD's r321294:
maxv[src/trunk]: src/sys/netinet Make sure the protocol address length equals tha...
pgoyette[src/trunk]: src/share/misc Add "SOS"
ozaki-r[src/trunk]: src/sys/rump Fix build (undefined reference to `rumpns_pfil_init...
ozaki-r[src/trunk]: src/sys/netipsec Don't use KEY_NEWSP for dummy SP entries
pgoyette[src/trunk]: src/doc Add an entry to discuss association of a kernel with its...
joerg[src/trunk]: src Add ifunc support for statically linked applications on x86, ...
sevan[src/trunk]: src/sys/dev/pcmcia typo
maxv[src/trunk]: src/sys/arch Remove DEBUG_HPUX (does not exist).
riastradh[src/trunk]: src/sys/compat/linux/common Put suser check in the right functio...
christos[src/trunk]: src/tests/lib/libc/sys Pr/51866: Ngie Cooper: fix leak and relea...
christos[src/trunk]: src/tests/lib/libpthread PR/51889: Ngie Cooper: add sys/time.h
maxv[src/trunk]: src/sys/netinet Fix TCPCTL_NAMES, and remove TCPCTL_VARIABLES.
christos[src/trunk]: src/sys/compat/linux Don't re-define rules for subdir Makefile
pgoyette[src/pgoyette-compat]: src First pass at compat modules for 4.3BSD, NetBSD-0....
maya[src/trunk]: src/distrib/sets/lists/comp Restore marking ./usr/include/i386/s...
kre[src/trunk]: src/sys/kern Make a comment meaningful. ie: s/Ditto/what it wa...
khorben[src/trunk]: src/usr.sbin/vnconfig Reflect the new name of vndconfig(8) in th...
maya[src/trunk]: src/sys Check pmf_device_register return value. NFC
msaitoh[src/trunk]: src/sys/dev/pci Add Intel 200 series devices.
agc[src/trunk]: src/tests/lib/libm also terminate 2 other statements properly
christos[src/trunk]: src/distrib/common/bootimage use the same logic to compute the t...
mrg[src/trunk]: src/external/gpl2/groff/bin use CLEANFILES+= not CLEANFILES= to ...
mrg[src/trunk]: src/external/bsd/unbound/sbin add the generated prog.conf.5 to C...
uwe[src/trunk]: src/bin/sh Standalone | means \[ba] while we want \[or] so add \...
christos[src/trunk]: src/sys/compat/linux/common no namlen on linux
christos[src/trunk]: src/distrib/sets/lists/debug use the magic -
simonb[src/trunk]: src/sys/arch/evbmips/sbmips Kernel output format nit.
pgoyette[src/pgoyette-compat]: src Split the compat_sysv module into several version-...
jmcneill[src/trunk]: src/sys/dev/ic Broadcom AUX UART doesn't seem to set LSR RXRDY b...
riastradh[src/trunk]: src/sys/dev Fix indentation. u_intN_t -> uintN_t. ntohl -> be3...
maxv[src/trunk]: src/sys/arch/i386/conf Disable COMPAT_386BSD_MBRPART on Xen - no...
christos[src/trunk]: src/sys/sys expose more for _KMEMUSER
maxv[src/trunk]: src/sys/arch Remove IBCS2_DEBUG (does not exist).
macallan[src/trunk]: src/sys/dev/i2c implement fan control, get calibration data from...
wiz[src/trunk]: src/doc mandoc-1.14.2 out.
maxv[src/trunk]: src/sys/arch Remove several dead entries from the x86 makefiles....
maya[src/trunk]: src/bin/ksh reorganize the code so we test if open fails at the ...
rin[src/trunk]: src/distrib/sets/lists/xdebug Restore shlib version accidentally...
christos[src/trunk]: src/etc/namedb Update the keys file to the latest version from:
isaki[src/trunk]: src/sys/dev/ic Use endian conversion macros (and some rearrange ...
ozaki-r[src/trunk]: src/sys/netinet Tweak sanity checks
ozaki-r[src/trunk]: src/sys Fix a race condition on DAD destructions (again)
mrg[src/trunk]: src/sys/kern normalise a BIOHIST log message
maxv[src/trunk]: src/sys/arch Remove TCP_COMPAT_42 from the config files. Pass 1.
maya[src/trunk]: src/sys/dev/usb kassert that we aren't overflowing the array.
christos[src/trunk]: src/sys/arch/evbarm/stand/bootimx23 there is no <string.h> in st...
christos[src/trunk]: src/usr.bin/netstat sprinkle free
mrg[src/trunk]: src obsolete fontcacheproto.
abhinav[src/trunk]: src/external/gpl2/xcvs/dist/doc Fix a spelling: s/regestring/reg...
khorben[src/trunk]: src/sys Fix spello in a comment
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Make "Handled queue in softint" and "Req...
pgoyette[src/pgoyette-compat]: src Remove fixed allocation of modules' "required" lis...
isaki[src/trunk]: src/sys/arch/x68k/dev Allow dmac_alloc_channel() to specify DCR ...
mlelstv[src/trunk]: src/usr.sbin/dumpfs print quota pointers in superblock
ozaki-r[src/trunk]: src/sys/kern Get rid of a redundant output
riastradh[src/trunk]: src/sys/dev/pci Null out sbuf->m on failure to avoid double-free...
dholland[src/trunk]: src/usr.bin/printf Explicitly mention use of -- for format strin...
christos[src/trunk]: src/tests/lib/libc/setjmp PR/51874: Ngie Cooper: Add __unused to...
christos[src/trunk]: src/sys/rump/librump/rumpnet call pfil_init() here.
he[src/trunk]: src/lib/libm Move s_nearbyint.c out of the cpu ifdefs and into C...
christos[src/trunk]: src/doc new tcpdump/libpcap
msaitoh[src/trunk]: src/sbin/gpt Add note about bootme flag:
maxv[src/trunk]: src/sys/netipsec Fix the computation. Normally that's harmless s...
uwe[src/trunk]: src/bin/sh Try to improve markup in the Built-ins section.
christos[src/trunk]: src/lib/libc/include allow overriding snprintf/vsnprintf
ginsbach[src/trunk]: src/usr.sbin/traceroute6 Expand the traceroute6 man page
maxv[src/trunk]: src/sys/arch Revert my changes, and re-enable COMPAT_NOMID, COMP...
nat[src/trunk]: src/sys/dev Reset mixer ports on opening /dev/sound.
maxv[src/trunk]: src/doc Mention high mem.
ozaki-r[src/trunk]: src/sys/netipsec Use KDASSERT instead of KASSERT for mutex_ownable
uwe[src/trunk]: src/sbin/shutdown Use NULL instead of 0 for null pointer.
riastradh[src/trunk]: src/sys/opencrypto Avert userland-controlled integer overflow.
jmcneill[src/trunk]: src/sys/arch/evbarm/rpi Enable AUX UART for BT on btwifi boards
maxv[src/trunk]: src/sys/arch Don't include files.svr4 and files.svr4_32.
cheusov[src/trunk]: src/lib/libc/stdio According to POSIX return value of fputs(3) s...
kamil[src/trunk]: src/lib/libc/sys Document PTRACE_VFORK and PTRACE_VFORK_DONE in ...
christos[src/trunk]: src/common/lib/libc/arch/arm/string fix standalone
maxv[src/trunk]: src/sys/netinet Forgot to commit this file yesterday.
isaki[src/trunk]: src/sys/dev const-ify.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Call ixgbe_free_transmit_buffers instead o...
mrg[src/trunk]: src/sys/dev/hdaudio put all the ELD debugging messages under #if...
knakahara[src/trunk]: src/sys/net Fix missing sadb_x_ipsecrequest informations for PF_...
wiz[src/trunk]: src/share/man/man4/man4.vax New sentence, new line.
msaitoh[src/trunk]: src/sys/dev/pci regen.
christos[src/trunk]: src/sys/compat/common convert strcpy to a bounded copy to avoid ...
jakllsch[src/trunk]: src/sys/arch/arm/nvidia Define bits in CAR_PLLP_OUTA_REG.
ozaki-r[src/trunk]: src/sys/net Restore splnet for if_slowtimo
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/evp Don't define the...
pgoyette[src/trunk]: src/sys/rump Don't call the drvctl module's initialization code ...
knakahara[src/trunk]: src/sys/net Functionalize duplicated code. No functional changes.
christos[src/trunk]: src/tests/lib/librt PR/51872: Ngie Cooper: call sem_unlink after...
mrg[src/trunk]: src/external/gpl3 remove unused files
nat[src/trunk]: src/sys/dev Forgot not to decrement sc_opens on unsuccessful open.
kamil[src/trunk]: src/sys/sys Introduce TRAP_HWWPT in <sys/siginfo> for hw assiste...
christos[src/trunk]: src/tests/lib/libpthread PR/51888: Ngie Cooper: more error check...
uwe[src/trunk]: src/bin/sh Fix horrendous markup abuse in the here-document exam...
jmcneill[src/trunk]: src/sys/dev/fdt Attach devices in order of "phandle" property in...
christos[src/trunk]: src/sys/kern put linux_handler_t in the right place.
riastradh[src/trunk]: src/sys/netsmb Reject negative ioc_setupcnt.
riastradh[src/trunk]: src/sys/dev Put in a litany of judicious bounds checks around vn...
mrg[src/trunk]: src include bsd.clean.mk so that we actually clean up the attemp...
maxv[src/trunk]: src/sys/net/npf Remove dead branches, 'npc' can't be NULL (and i...
mrg[src/trunk]: src/external/mit/xorg/bin/xwud use xorg-pkg-ver.mk
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Reduce duplicated code which schedule defe...
maxv[src/trunk]: src/sys/arch/x86/x86 Fix a bug introduced in r1.55, this should ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Fix error branch in ttm_d...
ginsbach[src/trunk]: src/lib/libc/gen There are more than four types of encoding. Th...
nonaka[src/trunk]: src/sys/lib/libsa Add missed file in previous commit.
eadler[src/trunk]: src/lib/libm/src Fix signed overflow in atan2
maxv[src/trunk]: src/sys/arch/x86/x86 Fix wrong order; first enable WP, then enab...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips use the ...
jakllsch[src/trunk]: src Fix up bcm43xx bluetooth firmware addition. Including mtree...
maxv[src/trunk]: src/sys/arch/x86/include Add a comment about APICBASE_PHYSADDR. ...
christos[src/trunk]: src/tests/lib/libpthread beware of your shadow
sevan[src/trunk]: src/doc Give a heads up about ssh-agent path whitelist change.
tih[src/trunk]: src/distrib/notes/common Add myself.
mlelstv[src/trunk]: src/sys/dev/sdmmc correct whitespace in attach message
ozaki-r[src/trunk]: src/tests/net/ndp Tweak tests; increase the size of NS packets f...
christos[src/trunk]: src/tests/lib/libm PR/51837: Ngie Cooper: add limits.h for INT_MAX
christos[src/trunk]: src/tests/lib/libc/sys PR/51853: Ngie Cooper: add limits.h for M...
christos[src/trunk]: src/sys/compat/common use bdp, to avoid compiler warning.
riastradh[src/trunk]: src/sys/dev/pci Check for MCLGET failure in et_newbuf.
ozaki-r[src/trunk]: src/sys/netipsec Hold key_sad.lock on SAVLIST_WRITER_INSERT_TAIL
isaki[src/trunk]: src/sys/dev Introduce audio_destroy_pfilters()/audio_destroy_rfi...
mrg[src/trunk]: src/external/mit/xorg/include/xorgproto reacharound framework fo...
maxv[src/trunk]: src/sys/arch/x86/include Add IC_CFG.DIS_IND: "Disable Indirect B...
maxv[src/trunk]: src/sys/arch/x86/x86 Put pmap_pg_nx into the dummy Xen page. Whi...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist HACK around aarch64 having ...
pgoyette[src/pgoyette-compat]: src/doc Add a $NetBSD$ line to track revision/changes
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Check offset correctly in ixgbe_get_oem_...
macallan[src/trunk]: src/sys/dev/i2c get EEPROM data from uni_n instead of poking aro...
joerg[src/trunk]: src/share/mk Don't randomly break the build and restrict -Wsyste...
maya[src/trunk]: src/sys/arch/mips/mips Remove now duplicate code to read FPU_ID ...
macallan[src/trunk]: src/sys/dev/sbus - store bitmap fonts in vram
ginsbach[src/trunk]: src/usr.sbin/rpcbind Write the "warm start" file to /var/run rat...
isaki[src/trunk]: src/sys/dev Remove dead codes. chan will never be NULL in SIMPLE...
maxv[src/trunk]: src Remove compat_ibcs2 from i386. After a discussion on port-va...
msaitoh[src/trunk]: src/doc s/20183/201803/
christos[src/trunk]: src/sys/arch/pmax/conf Turn on DIAGNOSTIC and DEBUG.
ozaki-r[src/trunk]: src/doc Update
christos[src/trunk]: src/sys/compat regen
ryo[src/trunk]: src/sys Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icm...
christos[src/trunk]: src/common/lib/libc/arch/arm/string fix standalone
uwe[src/trunk]: src/bin/sh Drop "show or set the limit on" legalese from the des...
maxv[src/trunk]: src/share/man Remove references to i386.
jmcneill[src/trunk]: src/sys/arch/arm/broadcom Set the correct com type
maxv[src/trunk]: src/sys/arch/xen/x86 Import xpmap_pg_nx, and put it in the per-c...
kamil[src/trunk]: src/sys/sys Welcome to NetBSD 7.99.59 - PTRACE_VFORK and PTRACE_...
msaitoh[src/trunk]: src/sys/arch/x86/include Add 3way and 6way of L2 cache or TLB on...
christos[src/trunk]: src/sys/ufs/ext2fs Fix unsigned
mrg[src/trunk]: src/external/mit/xorg/bin/bdftopcf update for bdftopcf 1.4.0.
wiz[src/trunk]: src/share/man/man4 Remove Tn. Add serial comma.
christos[src/trunk]: src/sys/compat/linux/common fix typo
christos[src/trunk]: src/distrib/sets/lists/tests add new test file
maxv[src/trunk]: src/sys/arch Remove ipkdb from i386. Also remove unused referenc...
macallan[src/trunk]: src/sys/arch/sparc/dev add SX_STBM ( STore Byte Masked ) instruc...
sevan[src/trunk]: src/sys/arch/macppc/conf Add bluetooth support by default. most ...
wiz[src/trunk]: src/share/man/man4/man4.vax Use bullet list.
maxv[src/trunk]: src/sys/arch Remove references to compat_freebsd when it is not ...
htodd[src/trunk]: src/external/bsd/cron/dist Fix typo in function name.
bouyer[src/trunk]: src/sys/dev/fdt I guess fdtbus_regulator_get_voltage() should ch...
eadler[src/trunk]: src/games/wtf wtf(6): use character classes
nonaka[src/trunk]: src/sys/arch/i386/stand efiboot: system can boot from CD/DVD-ROM...
mrg[src/trunk]: src/external/gpl3 fix the cleanfiles for hooks mechanism
riastradh[src/trunk]: src/sys/compat/svr4 Fix some of the multitudinous holes in svr4 ...
maya[src/trunk]: src/external/gpl3/gcc.old/dist/gcc/config/i386 Apply upstream pa...
joerg[src/trunk]: src/external/bsd/llvm Fix linking for the optional llvm-ar tool.
ozaki-r[src/trunk]: src/sys/netipsec Comment out unused functions
nonaka[src/trunk]: src/sys/dev/pci show NVM channel flags when AB_DEBUG is set.
maxv[src/trunk]: src/sys/arch/x86/include Remove the svr4/ibcs2 fpu flags.
christos[src/trunk]: src/external/bsd/libpcap/dist Tuesday, Oct. 25, 2016 mcr@sandelm...
martin[src/trunk]: src/sys/dev/pci auich_round_blocksize: never return 0 as blocksize
pgoyette[src/pgoyette-compat]: src/sys/compat/common Merge rev 1.49 from HEAD
uwe[src/trunk]: src/bin/sh Tweak "ulimit" synopsis.
riastradh[src/trunk]: src/sys/dev/ic Reject negative indices from userland.
ginsbach[src/trunk]: src/share/misc Add single and multi-mode fiber
martin[src/trunk]: src/sys/arch/alpha/include Avoid stupid gcc redefinition warning...
christos[src/trunk]: src/doc misc updates and consistency fixes
pgoyette[src/pgoyette-compat]: src/sys Regen
mrg[src/trunk]: src/sys/arch fix various gcc6 m68k issues:
skrll[src/trunk]: src/sys/arch/aarch64/include Convert decimal to hex to make comp...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto remove the SHA256_...
sevan[src/trunk]: src/sys/dev/pcmcia regen
sevan[src/trunk]: src/share/man/man9 Add the default locations firmload is set to ...
maya[src/trunk]: src/sys/sys use ULL so this doesn't break on 32bit builds... sorry
ozaki-r[src/trunk]: src/sys/netipsec Assemble global lists and related locks into ca...
dholland[src/trunk]: src/doc/roadmaps note that the first step on the buffercache is ...
maya[src/trunk]: src/sys/kern use a bound string copy
pgoyette[src/pgoyette-compat]: src/sys Resolve conflicts with HEAD
mrg[src/trunk]: src/sys/arch/sparc/sparc remove obsolete ovbcopy(). it may be t...
wiz[src/trunk]: src/share/man/man4 Improve wording. Fix a Cm argument.
jmcneill[src/trunk]: src/sys/arch/arm/broadcom mark ISR as mpsafe, detect when this i...
mrg[src/trunk]: src/external/mit/xorg/include/xorgproto/X11 Xfuncproto.h is a no...
maya[src/trunk]: src/lib/libm add a wishlist for a major bump. isinff and compati...
kre[src/trunk]: src/bin/sh Give the yak a quick trim and shave, and make one or ...
ozaki-r[src/trunk]: src/sys Fix memory leaks on arp -d and ndp -d for static entries
mrg[src/trunk]: src/external/mit/xorg/bin/xeyes look in man/ subdir for the manual
jmcneill[src/trunk]: src/usr.sbin/btattach Derive the firmware name from the device's...
ryo[src/trunk]: src/sys/arch/evbarm/conf fix build error. if no usb, don't defin...
maya[src/trunk]: src/sys/ufs/lfs fix buffer overflow/KASSERT when cookies are sup...
abhinav[src/trunk]: src/external/bsd/dhcpcd/dist Fix typo: s/obtaind/obtained
kre[src/trunk]: src/usr.sbin/npf/npfctl Add missing ; - hopefully unbreak build.
nat[src/trunk]: src/usr.sbin/btattach Add support for bcm 43xx devices using the...
maya[src/trunk]: src/sys/arch/mips/mips Add duplicate code to read the FPU ID.
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits use the ful...
christos[src/trunk]: src/sys/arch/arm/include this was fine before...
christos[src/trunk]: src/tests/lib/libc/sys PR/51847: Ngie Cooper: More error checks, ...
christos[src/trunk]: src/sys/kern use the same string for the log and uprintf.
maya[src/trunk]: src/tests/lib/libm use isinf instead of isinff. this doesn't int...
mrg[src/trunk]: src build and install libXfont2.
ozaki-r[src/trunk]: src/sys/netipsec Rename local variable newsah to sah
riastradh[src/trunk]: src/sys/dev/ic Plug mbuf leak on MCLGET failure in sonic_rxintr.
nat[src/trunk]: src/sys/arch/x68k/dev Audio vchan auto config works again due to...
christos[src/trunk]: src/sys/compat/linux/arch/arm regen
christos[src/trunk]: src/sys/compat/linux add Makefile struct
wiz[src/trunk]: src/sbin/gpt Use Fx/Nx.
ozaki-r[src/trunk]: src/sys/dev/pci Fix unlocking in vioif_rx_filter
maxv[src/trunk]: src/sys/compat/netbsd32 Remove references to COMPAT_OLDSOCK (its...
christos[src/trunk]: src/tests/lib/libpthread PR/51887: Ngie Cooper: Include and erro...
joerg[src/trunk]: src/tests/lib/csu Stub out on platforms without ifunc support in...
nonaka[src/trunk]: src/distrib/amd64/cdroms amd64: make BIOS and UEFI dual bootable...
isaki[src/trunk]: src/sys/dev Fix error handling of ring buffers allocation in aud...
isaki[src/trunk]: src/sys/dev Fix a resource leak on error handling in audio_alloc...
nat[src/trunk]: src/sys/dev/bluetooth Ensure the XMIT flag is cleared before cal...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Ooops - forgot to enable the las...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm Add a cas...
maxv[src/trunk]: src/sys Remove M_PKTHDR from secondary mbufs when reassembling p...
wiz[src/trunk]: src/share/man/man4/man4.pmax New sentence, new line.
riastradh[src/trunk]: src/sys/compat/ibcs2 Little happy on the commit trigger. Actual...
isaki[src/trunk]: src/sys/dev Fix resource leaks on error handling in audio_open().
christos[src/trunk]: src/sys/arch/cesfic/include protect against multiple inclusion.
abhinav[src/trunk]: src/usr.bin/mail Fix spelling: s/overritten/overwritten
ozaki-r[src/trunk]: src/tests/net/ndp Provide more informative reports on failures
maxv[src/trunk]: src/sys/arch/i386/i386 Switch to the temporary stack right away ...
wiz[src/trunk]: src/lib/libc/gen Remove superfluous Pp.
pgoyette[src/pgoyette-compat]: src/external/cddl/osnet/dev/fbt Adapt to new world ord...
njoly[src/trunk]: src/share/man/man9 Add missing comma in NAME section.
maxv[src/trunk]: src/doc Mention PMCs.
martin[src/trunk]: src/share/man/man3 __BITMAP_ZERO() only takes the pointer to the...
christos[src/trunk]: src/tests/lib/libc/sys PP/51845: Ngie Cooper: need <netinet/in.h...
martin[src/trunk]: src/lib/libpthread pthread__attr_init_private:
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Mark files not present in 309604...
jmcneill[src/trunk]: src/sys/arch/evbarm/rpi Only remap sdhost/sdhci on boards with w...
christos[src/trunk]: src/sys/compat/linux/arch regen all
maxv[src/trunk]: src/sys/compat Remove __i386__.
skrll[src/trunk]: src/sys/dev Pull across from nick-nhusb.
maxv[src/trunk]: src/sys/arch/ia64/ia64 Don't include opt_compat_freebsd.h.
maxv[src/trunk]: src/sys/arch/i386/include Remove unused.
macallan[src/trunk]: src/sys/arch/macppc/dev use channel info and set MODE bits accor...
martin[src/trunk]: src/sys/dev/ebus cs4231_ebus_round_blocksize: never return 0 as ...
jakllsch[src/trunk]: src/sys/arch/shark/ofw Call OF to bring up the CyberPro if it's ...
pgoyette[src/pgoyette-compat]: src/doc Remove a To-Do entry that is already done (re-...
rin[src/trunk]: src/sys/arch/arm/include remove unnecessary cast, KNF
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bn/asm For mips64:
ryo[src/trunk]: src/sys/arch/hpcarm/hpcarm fix compile error with options BOOT_DUMP
christos[src/trunk]: src/sys/compat/svr4_32 make it compile again.
kamil[src/trunk]: src/tests/lib/libc/sys Mark signal3/t_ptrace_wait* with timeout ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa need CRY...
ginsbach[src/trunk]: src/usr.sbin/timed/timed PR bin/42464: Timothy McIntosh: Fix tim...
skrll[src/trunk]: src/sys/arch/aarch64/include Another harmless typo
uwe[src/trunk]: src/bin/sh Compute tag width for the list of options in Argument...
ozaki-r[src/trunk]: src/sys/netipsec Remove unnecessary KEY_FREESAV in an error path
christos[src/trunk]: src/sys/arch/powerpc/include belatedly fix constants for ppc64 (...
ryo[src/trunk]: src/sys/arch/evbarm/conf fix build error. add options __HAVE_CPU...
maxv[src/trunk]: src/sys/arch/x86/x86 Mmh, add a missing x86_disable_intr(). My i...
riastradh[src/trunk]: src/sys/kern Back out previous.
christos[src/trunk]: src/tests Do things in a less intrusive way.
ozaki-r[src/trunk]: src/sys/netipsec Fix updating ipsec_used
maxv[src/trunk]: src Remove TCP_COMPAT_42.
hauke[src/trunk]: src/etc Add carp as an alias for vrrp - after all, we do not shi...
ozaki-r[src/trunk]: src/sys/net Add curlwp_bind
pgoyette[src/pgoyette-compat]: src/sys/sys Resolve conflict correctly!
uwe[src/trunk]: src/bin/sh Small markup tweaks in Argument List Processing
skrll[src/trunk]: src/sys/arch/aarch64/include Fix harmless typo
jmcneill[src/trunk]: src/sys/arch Explicitly configure pin pull-down/up settings for ...
kamil[src/trunk]: src/sys/kern Make sysctl_doeproc() more predictable
christos[src/trunk]: src/external/bsd/libpcap/lib Add more files
isaki[src/trunk]: src/sys/dev Add missing initialization of sc_rfilters in audioat...
christos[src/trunk]: src/tests/lib/libpthread PR/51890: Ngie Cooper: include and erro...
pgoyette[src/pgoyette-compat]: src/crypto/external/bsd/openssh/dist Missed in previou...
mrg[src/trunk]: src 20180311:
maya[src/trunk]: src/sys/arch/mips/mips Remove whitespace I just introduced
mrg[src/trunk]: src/sys/sys use 1ul for a left shift that may be greater than in...
kamil[src/trunk]: src/share/man/man2 Document TRAP_LWP in siginfo(2)
knakahara[src/trunk]: src/sys/net NAT-T src and dst port in ipsec_variant should be ne...
christos[src/trunk]: src/sys/arch/mips/include making this use mips assembly is a goo...
christos[src/trunk]: src/tests/lib/libc/sys PR/51854: Ngie Cooper: sys/socket.h inclu...
joerg[src/trunk]: src/external/bsd/libc++/dist/libcxxrt/src Inline storage size in...
christos[src/trunk]: src/sys/arch/evbarm/gumstix PR/51905: GXIO Expension boards arn'...
ozaki-r[src/trunk]: src/sys Replace some splnet with splsoftnet
nonaka[src/trunk]: src/sys/dev/pci increase command response timeout value.
mrg[src/trunk]: src/sbin/fsdb add a "saveblks <file>" command that saves the dat...
ozaki-r[src/trunk]: src/tests/net/ipsec Add test cases that there are SPs but no rel...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf enable sdhost driver (ok skrll@)
bouyer[src/trunk]: src/sys/dev/fdt fdtbus_get_string_index(): decrease len when goi...
nonaka[src/trunk]: src/sys/dev/pci more acknowledge interrupts from iwn(4).
mlelstv[src/trunk]: src/sys/dev/i2o Don't wait for allocation in polling mode.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf attach audio at audiobus (for pad)
isaki[src/trunk]: src/sys/dev/ic Fix typo. 266 -> 256.
ryoon[src/trunk]: src/share/man/man4/man4.vax Fix vax/* cross references
martin[src/trunk]: src/sys/compat/linux/arch/arm Cast pointer to int via intptr_t
wiz[src/trunk]: src/lib/libc/sys Wording, macro use.
ozaki-r[src/trunk]: src/sys/netipsec Tweak wording (pserialize critical section => p...
he[src/trunk]: src/sys/arch/emips/emips Initialize iospace_size instead of iosp...
christos[src/trunk]: src/lib/csu/arch/alpha remove useless include; asm.h is not usef...
msaitoh[src/trunk]: src/sys/dev/pci Add Intel 200 series chipset devices from "Table...
christos[src/trunk]: src/sys/compat/linux/arch/arm regen
ryo[src/trunk]: src/sys Make pfil(9) MP-safe (applying psref(9))
ozaki-r[src/trunk]: src/sys Make IPsec SPD MP-safe
maya[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/i386 Apply upstream patch:
kiyohara[src/trunk]: src/sys/arch/arm/marvell Change to a tab from white-spaces.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable H3 audio support
skrll[src/trunk]: src/doc/roadmaps Remove xhci... It exists. It works (ymmv). It c...
christos[src/trunk]: src/tests/lib/libpthread PR/51886: Ngie Cooper: Use _exit instea...
ozaki-r[src/trunk]: src/sys/netipsec Describe constraints of key_sp_ref and key_sp_u...
rin[src/trunk]: src/external/bsd/nvi Bump for } command fix in v_paragraph.c r1.5.
skrll[src/trunk]: src/sys/kern Fix build
uwe[src/trunk]: src/bin/sh Spell "here-document" with a hyphen, don't mark it up...
jmcneill[src/trunk]: src/doc dts updated to 4.12.4
rin[src/trunk]: src/external/bsd/nvi/dist/vi Fix a strange corner case in } comm...
ryo[src/trunk]: src/sys/arch/arm/omap fix compile error (variable set but not used)
martin[src/trunk]: src/sys/netinet6 Remove unused variables
jmcneill[src/trunk]: src/usr.sbin/tprof Fix a crash when running tprof with no argume...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/modes fix v8 PMULL d...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix another poll mode assumption breaking....
christos[src/trunk]: src/sys/arch/hpcmips/stand/pbsdboot PR/52445: David Binderman: F...
maxv[src/trunk]: src/sys/arch Drop support for svr4 on i386. This feature is not ...
ozaki-r[src/trunk]: src Add a new command, show lockstat, which shows statistics of ...
christos[src/trunk]: src/sys/arch/arm/include elide conversion warning.
christos[src/trunk]: src/tests/lib/libc/sys PR/51851: Ngie Cooper: add stdbool.h #inc...
christos[src/trunk]: src/include add _PATH_DEVZERO
msaitoh[src/trunk]: src/sys/arch/x86/include Sort entries. No functional change.
pgoyette[src/pgoyette-compat]: src/sys/compat/common Actually commit these three file...
ryo[src/trunk]: src/sys/arch use designated initializer to make adaptability and...
jdolecek[src/trunk]: src/sys/dev/ic switch handling of passthrough commands to use qu...
martin[src/trunk]: src/sys/arch/arm/include Avoid gcc warnings
christos[src/trunk]: src/tests/kernel PR/51871: Ngie Cooper: add fcntl.h for O_* fcnt...
maxv[src/trunk]: src/sys/net/npf Switch nptr to uint8_t, and use nbuf_ensure_cont...
pgoyette[src/trunk]: src/lib/libukfs Remove exgtraneous comma
ryo[src/trunk]: src/sys/lib/libkern/arch/aarch64 use memmove.S
maxv[src/trunk]: src/sys/net/npf Fix the "return-rst" rule on IPv6 packets.
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc Handle aarch64 jemalloc constant
kamil[src/trunk]: src/lib/libc/sys Document PTRACE_LWP_CREATE and PTRACE_LWP_EXIT ...
ozaki-r[src/trunk]: src/tests/net/ipsec Fix setkey -D -P outputs
msaitoh[src/trunk]: src/doc sdtemp(4): Add Microchp EMC1501, another device ID of Ma...
ozaki-r[src/trunk]: src Protect if_clone data with if_clone_mtx
ryo[src/trunk]: src/sys/arch/evbarm/osk5912 fix compile error
maxv[src/trunk]: src/sys/kern Remove compat_freebsd from the list of autoloaded m...
nonaka[src/trunk]: src/sys/dev/pci rtwn(4): increase the number of tx queue require...
pgoyette[src/pgoyette-compat]: src/sys/dev/wscons Keep up with HEAD. The original ch...
isaki[src/trunk]: src/sys/arch/x68k/dev Merge prate and rrate. These can not be s...
eadler[src/trunk]: src/usr.bin/tail [tail] Fix type of 'len'
nat[src/trunk]: src/sys/dev/bluetooth Add support for btuart h5 3-wire protocol.
mrg[src/trunk]: src/crypto/external/bsd/heimdal add *template.x to CLEANFILES.
christos[src/trunk]: src/tests/lib/libc/ssp PR/51894: Ngie Cooper: Use /dev/zero to r...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Remove list of init devices
ozaki-r[src/trunk]: src/sys/netinet6 Add missing IPsec policy checks to icmp6_rip6_i...
cherry[src/trunk]: src/sys/dev/pci Reorg the virtio(4) config(9) code to be explici...
mbalmer[src/trunk]: src/external/mit/lua/dist/src Apply a bug fix from lua.org/bugs....
kre[src/trunk]: src/sbin/gpt Fix a typo, and make a couple of minor wording impr...
nat[src/trunk]: src/sys/dev Use more specific error messages if the setting of c...
jakllsch[src/trunk]: src/sys/arch/arm/nvidia Whitespace adjustment.
mrg[src/trunk]: src/distrib/sets/lists update for new amdgpu and radeon driver v...
macallan[src/trunk]: src/sys/arch/macppc/conf add adadc driver
uwe[src/trunk]: src/bin/sh Cleanup markup in the "Job Control" section.
christos[src/trunk]: src/usr.bin/xlint/lint1 leave pragmas alone.
mrg[src/trunk]: src/external/mit/xorg/lib update for libdrm 2.4.91.
christos[src/trunk]: src/include elide strict-prototypes for unrepresentable function
nat[src/trunk]: src/external/broadcom Add firmware and license for bcm43430 blue...
skrll[src/trunk]: src/share/man/man4 Fix typoes
maxv[src/trunk]: src/usr.sbin/tprof Ask for a file path with the "analyze" comman...
riastradh[src/trunk]: src/sys/dev/ic Check for M_EXT in m->m_flags, whether m is NULL, ...
isaki[src/trunk]: src/sys/dev Use do .. while (0) for macros.
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common aarch64...
christos[src/trunk]: src/sys/arch/hppa/include fix constant types
isaki[src/trunk]: src/sys/dev "bits" sounds better than "name" for argument name.
pgoyette[src/pgoyette-compat]: src/doc Remove note about syscall #148 (old quotactl) ...
riastradh[src/trunk]: src/sys/arch/evbarm/conf Remove commented vestiges of bygone com...
msaitoh[src/trunk]: src/sys/dev/ic - Move __DDR4_VALUE()'s comment to the correct po...
maxv[src/trunk]: src/sys/arch Remove TCP_COMPAT_42 from the config files. Pass 2.
knakahara[src/trunk]: src/sys/opencrypto refactor: remove glue macros for FreeBSD code.
wiz[src/trunk]: src/share/man/man4/man4.vax Remove superfluous Pp.
christos[src/trunk]: src/sys/arch/emips/stand/common cleanup debugging code so that i...
pgoyette[src/pgoyette-compat]: src/sys/dev/wscons Keep up with -HEAD
tih[src/trunk]: src/sys/net Fix the handling of the state returned from pfil_run...
abhinav[src/trunk]: src/sbin/ifconfig Fix typo: s/forwared/forwarded
maxv[src/trunk]: src/sys/kern Remove compat_svr4, compat_svr4_32 and compat_ibcs2...
ozaki-r[src/trunk]: src/sys/netipsec Fix deadlock between key_sendup_mbuf called fro...
maxv[src/trunk]: src/sys/arch Disable svr4 and svr4_32 on sparc, sparc64 and amig...
macallan[src/trunk]: src/sys/arch/macppc/conf add fcu at iic
ginsbach[src/trunk]: src/usr.sbin/rpcbind Fix compile warnings.
uwe[src/trunk]: src/bin/sh Use \(em for em-dash
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libdes use the OpenSSL versi...
maya[src/trunk]: src/sys/arch/mips/mips Remove now duplicate code for enabling FP...
kamil[src/trunk]: src/sys/arch/i386/include Allow to mix single-step with hardware...
isaki[src/trunk]: src/sys/arch/x68k/dev Use dmac_prepare_xfer().
christos[src/trunk]: src/tests/lib/libc/regex PR/51873: Ngie Cooper: add util.h #include
sjg[src/trunk]: src/usr.bin/make Allow providing a utc value to :{gm, local}time
maxv[src/trunk]: src Remove ibcs2_machdep.h on i386, and don't install it.
nat[src/trunk]: src/sys/dev/ic Report AUXUART fifo size on rpi3 to 1 byte. This...
christos[src/trunk]: src/usr.bin/sockstat don't do _KERNEL; hides bswap stuff.
kamil[src/trunk]: src/tests/lib/libc/sys Add a new function in ATF t_ptrace_wait*:...
christos[src/trunk]: src/sys/netinet6 PR/52472: Edgar Fuss: Document handling of scop...
ozaki-r[src/trunk]: src/sys/net Fix typo in comments
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add fclock(4)
skrll[src/trunk]: src/sys/dev/usb Fix a kmem_{zalloc,free} size
jdolecek[src/trunk]: src add skeleton manpage for xhci(4)
uwe[src/trunk]: src/bin/sh Cleanup markup in the "Command Line Editing" section.
jmcneill[src/trunk]: src/sys/arch Add support for BCM2835 AUX UART.
maxv[src/trunk]: src/sys/arch/x86/x86 Spectre V2 mitigation for certain families ...
ozaki-r[src/trunk]: src Defer bpf_mtap in Rx interrupt context to softint
christos[src/trunk]: src/usr.sbin/npf/npfd fix signed compare
knakahara[src/trunk]: src/sys/dev/pci support {extended, advanced} receive descriptor ...
maya[src/trunk]: src/sys/arch/sun2/conf Remove more unused functions with COMPAT_...
uwe[src/trunk]: src/bin/sh Try to improve markup of the redirections definitions.
mrg[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips match op...
maxv[src/trunk]: src Move freebsd_machdep.h into sys/compat/freebsd, and don't in...
ozaki-r[src/trunk]: src/sys/netipsec Introduce key_sa_refcnt and replace sav->refcnt...
hkenken[src/trunk]: src/sys/arch/evbarm/netwalker Clean up IOPORT settings.
mrg[src/trunk]: src/share/mk define LIBXFONT2.
uwe[src/trunk]: src/sys/netinet Fix it's -> its in a comment.
sevan[src/trunk]: src/sys/arch/macppc/dev Initialise ret to avoid returning uninit...
kre[src/trunk]: src/bin/sh PR bin/52458
ozaki-r[src/trunk]: src/sys/netipsec Move locking notes
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips Avoid br...
ryo[src/trunk]: src/sys/arch/evbarm fix compile error (printf format)
maya[src/trunk]: src/sys/dev/ic Don't left shift a negative, use unsigned for bit...
maxv[src/trunk]: src/sys/arch/i386/i386 Use xpmap_pg_nx. Not tested (due to some ...
macallan[src/trunk]: src/sys/arch/macppc/pci special-case bus 0, now we find AGP devi...
he[src/trunk]: src/tests/lib/libm Re-enable the test for nearbyint(), now that ...
kamil[src/trunk]: src/tests/lib/libc/sys ATF t_ptrace_wait*: Disable debug message...
christos[src/trunk]: src/sys/netinet rename arplog -> ARPLOG to make it clear that it...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't increment que->req.ev_count in MSI-X...
kamil[src/trunk]: src/sys/arch/amd64/include Allow to mix single-step with hardwar...
wiz[src/trunk]: src/share/man/man4/man4.vax Sort SEE ALSO.
knakahara[src/trunk]: src/sys/net fix leak when encap_attach() fails twice.
maya[src/trunk]: src/sys/arch/x86/pci/imcsmb Provide a default case also when bui...
mlelstv[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k Use loca...
kamil[src/trunk]: src/tests/lib/libc/sys ATF: Reenable attach2 in t_ptrace_wait*
rin[src/trunk]: src/sys/arch/aarch64/include avoid conversion warnings
christos[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits use the ful...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Use siginfo_t to validate tests/kern...
maxv[src/trunk]: src/sys typos
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm Add the r...
knakahara[src/trunk]: src/sys/netipsec Fix ipsec(4) I/F esp_frag support.
christos[src/trunk]: src/common/lib/libprop bump to 128K (because of npf large rules)...
maxv[src/trunk]: src/sys/arch/i386 Unlink svr4_machdep.h.
nat[src/trunk]: src/sys/dev/pad The pad module will now compile with WARNS=5.
maya[src/trunk]: src/sys/dev/pckbport Add comment elaborating what a sliced comma...
dholland[src/trunk]: src/usr.bin/pwait The proper way to validate a condition that's ...
ryo[src/trunk]: src/sys/arch/evbarm/fdt fix compile error on evbarm/EXYNOS. plat...
ozaki-r[src/trunk]: src/sys/net Fix typo in a comment
abhinav[src/trunk]: src/external/bsd/dhcpcd/dist Fix typo: s/Unpriviledged/Unprivileged
abhinav[src/trunk]: src/share/man/man9 Fix typo: s/openes/opens
maya[src/trunk]: src/sys/arch/mips/mips Replace early interrupt disable code.
maya[src/trunk]: src/sys/arch/mips/mips Add duplicate code that enables 64bit add...
christos[src/trunk]: src/external/bsd/tcpdump merge conflicts.
maya[src/trunk]: src/sys/kern use a bound string copy
maxv[src/trunk]: src/doc Note improved tprof and removal of ipkdb.
nonaka[src/trunk]: src/sys/dev/pci newstate should be blocked network interrupt, be...
christos[src/trunk]: src/tests/lib/libc/sys PR/51843: Ngie Cooper: don't leak file de...
maya[src/trunk]: src/sys/dev/usb don't memcpy overlapping buffers, use memmove.
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Fix up L{1_S, 2_L, 2_S}_PROT for re...
maxv[src/trunk]: src/sys Move arch/i386/i386/freebsd_* into compat/freebsd/. COMP...
kre[src/trunk]: src/sys/kern Fix typo in comment (s/is/if/) - NFC.
riastradh[src/trunk]: src/sys/dev/ic Check for MCLGET failure in dme_alloc_receive_buf...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Import rev 1.5 from HEAD
christos[src/trunk]: src/tests Don't play with "../.." in includes for h_macros.h; de...
christos[src/trunk]: src/tests/lib/libc/gen PR/51825: Ngie Cooper: use the non _ vers...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm oops forg...
ozaki-r[src/trunk]: src/sys Add assertions
christos[src/trunk]: src/sys/net fix locking against myself in module autoload; modul...
msaitoh[src/trunk]: src/share/man/man4 Add NCT6796D.
spz[src/trunk]: src/sys/arch/amiga/conf if_xsh needs mii_bitbang; make a pared d...
msaitoh[src/trunk]: src/sys/dev/pci Intel 0x15c4 is SFI based and 0x15ce is KR based.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Rename "handle_" -> "Xhandle_", and add...
riastradh[src/trunk]: src/sys/compat/ibcs2 Zero buffers in ibcs2 ioctl to avoid disclo...
riastradh[src/trunk]: src/sys/ufs/ext2fs kmem_xyz(sizeof(struct foo)) --> kmem_xyz(siz...
christos[src/trunk]: src/sys/compat convert strcpy to a bounded copy to avoid compile...
tih[src/trunk]: src/sys/net Add packet filtering to tun(4) interfaces.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove dumb debug code and outdated com...
ozaki-r[src/trunk]: src/sys/netipsec Fix that prev isn't cleared on retry
macallan[src/trunk]: src/sys/dev/i2c preliminary driver for the fan control unit foun...
maya[src/trunk]: src/sys/arch/aarch64/include Correct definitions for TCR.
maxv[src/trunk]: src/sys/arch/amd64/include Add one more page for the stack, to c...
isaki[src/trunk]: src/sys/arch/m68k/fpe FSINCOS: Fix register address which writes...
maya[src/trunk]: src/sys/arch/sun3/conf Build compat code as .a if not MODULAR.
ozaki-r[src/trunk]: src/sys/ddb Don't pass a unset address to lockdebug_lock_print
wiz[src/trunk]: src/usr.bin/printf Remove Tn.
nonaka[src/trunk]: src/sys/dev/pci more block network interrupt.
riastradh[src/trunk]: src/sys/compat/svr4 Check bounds in svr4_sys_putmsg. Check more...
riastradh[src/trunk]: src/sys regen
nat[src/trunk]: src/sys/dev Don't call initbufs before audio_set_defaults. It i...
knakahara[src/trunk]: src/sys/netinet6 Fix error checking in in6_gif_ctlinput().
maxv[src/trunk]: src/sys/arch/x86/x86 Remove #ifdef XEN (Xen has its own cpu.c), ...
jmcneill[src/trunk]: src/sys/dev/sdmmc Defer sdmmc discard operations to the sdmmc ta...
ozaki-r[src/trunk]: src/sys/netipsec Fix updating ipsec_used; turn on when SPs on so...
skrll[src/trunk]: src/sys/arch/arm/nvidia Pull across from nick-nhusb. This reall...
msaitoh[src/trunk]: src/sys/dev/pci regen.
christos[src/trunk]: src/sys/kern CID/1427732: Don't dereference NULL execname if the...
maya[src/trunk]: src/sys/arch/mips/mips Remove duplicate confused code for enabli...
nat[src/trunk]: src/sys/dev Don't release/reacquire thread lock during open in s...
msaitoh[src/trunk]: src/sys/dev/pci regen.
christos[src/trunk]: src/external/gpl3/gcc/dist/libiberty clang does not like the c-l...
pgoyette[src/trunk]: src/tests/lib/libc/sys Set FILESBUILD=yes to actually run the cr...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/ia64 need CRY...
maxv[src/trunk]: src/sys/net/npf Fix two consecutive mistakes.
christos[src/trunk]: src/distrib/sets/lists/comp Add another pcap header.
abhinav[src/trunk]: src/usr.sbin/makemandb Don't use the custom tokenizer when compi...
ginsbach[src/trunk]: src/usr.sbin/ypbind Make use of the defined YP errors when ypbin...
maxv[src/trunk]: src/sys/arch Remove the __HAVE_CPU_UAREA_ROUTINES code from x86.
ozaki-r[src/trunk]: src/sys Introduce KEY_SA_UNREF and replace KEY_FREESAV with it w...
ozaki-r[src/trunk]: src/sys/netipsec MP-ify SAD (savlist)
maxv[src/trunk]: src/sys/arch/x86/acpi Save and restore xcr0 when doing ACPI slee...
nat[src/trunk]: src Add bcm43xx bluetooth controller firmware to the lists and u...
kamil[src/trunk]: src Introduce PTRACE_LWP_{CREATE, EXIT} in ptrace(2) and TRAP_LWP...
nat[src/trunk]: src/sys/dev Increment sc_opens only after channel is set up.
christos[src/trunk]: src/lib/libm/noieee_src avoid negative shift
ozaki-r[src/trunk]: src/sys/net Disable rt_update mechanism by default
christos[src/trunk]: src/etc MAKE varies between builds because it contains the full ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi h3_codec_pr_write: clear write mode bit a...
ozaki-r[src/trunk]: src/sys/netipsec Add missing mutex_exit
maxv[src/trunk]: src/sys/modules/compat_svr4 Remove i386. By the way, it looks li...
ozaki-r[src/trunk]: src/tests/net Clean up clunky eval strings
mrg[src/trunk]: src/share/mk add xorgproto srcdir.
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump On UEFI environment, ACPI table ...
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Import clang r309604 from branc...
ozaki-r[src/trunk]: src/sys/netinet6 Remove KASSERT (revert in6.c,v 1.232)
kamil[src/trunk]: src Refactor ptrace_watchpoint structure to allow extensions
christos[src/trunk]: src/tests/lib/libc/sys PR/51842: Ngie Cooper: don't leak fifo fi...
christos[src/trunk]: src/common/lib/libc/arch/arm/string fix rump
martin[src/trunk]: src/sys/arch/evbarm/conf Add options MODULAR
dholland[src/trunk]: src/doc/roadmaps Restore xhci support. It is not in a release yet.
abhinav[src/trunk]: src/share/man/man9 Fix typo: s/asychronously/asynchronously
uwe[src/trunk]: src/bin/sh Add missing word.
pgoyette[src/pgoyette-compat]: src/sys Rename sysv_mod.[ch] to compat_sysv_mod.[ch] f...
pgoyette[src/pgoyette-compat]: src/distrib/sets/lists/modules Update sets lists for n...
isaki[src/trunk]: src/sys/arch/x68k/dev Remove temporary VS_USE_PREC8 option.
khorben[src/trunk]: src/sys/dev/usb Sort the matching vendor list alphabetically
wiz[src/trunk]: src/usr.sbin/traceroute6 Fix punctuation markup, remove superflu...
ryoon[src/trunk]: src/sys/dev/usb Regen from previous changes of usbdevs to fix ke...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for H3 audio PLL and digital ...
mrg[src/trunk]: src/external/mit/xorg/server/drivers don't build apm, ark or gli...
knakahara[src/trunk]: src/sys/opencrypto pack crypto_drivers variables to struct and a...
christos[src/trunk]: src/distrib/sets/lists bump libpcap.
nat[src/trunk]: src/sys/dev The audio module will now compile with WARNS=5.
jmcneill[src/trunk]: src/sys/arch Add driver for the bcm2835 internal SD controller. ...
abhinav[src/trunk]: src/libexec/httpd Fix typo: s/suport/support
christos[src/trunk]: src/distrib/sets/lists/xcomp sort, add missing lint file
ozaki-r[src/trunk]: src/sys/netipsec Fix KASSERT(solocked(sb->sb_so)) failure in sba...
maya[src/trunk]: src/sys/arch/evbmips/conf Wrong architecture for IBCS2 compat! i...
macallan[src/trunk]: src/sys/arch/macppc gather per-CPU EEPROM contents if we have them
jdolecek[src/trunk]: src/share/man/man4 long month name
christos[src/trunk]: src/lib/libc/gen fix *syslog_ss*
mrg[src/trunk]: src/distrib/sets/lists/xserver s3virge.4 is a .man not a html.
mrg[src/trunk]: src/distrib/sets/lists/xcomp mark fontcache files as obsolete.
pgoyette[src/trunk]: src/common/lib/libprop Document E2BIG error when copying a large...
mrg[src/trunk]: src/external/mit/xorg/bin use xorg-pkg-ver.mk and define HAVE_US...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Add support for PCI_INTR_MPSAFE
ozaki-r[src/trunk]: src/tests/net/if_vlan Add test cases for vlan(4)
riastradh[src/trunk]: src/sys/arch/mac68k/nubus Avoid memory leak in netdock_get.
riastradh[src/trunk]: src/sys/compat/common Kill needless nested extern of vec_compat_...
christos[src/trunk]: src/usr.sbin/vnconfig improve previous, use getprogname() to get...
ozaki-r[src/trunk]: src/doc Write known issues on scalability
isaki[src/trunk]: src/sys/arch/x68k/dev Fix a Continue Operation.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Mmh, don't overwrite tf_err and tf_trap...
tsutsui[src/trunk]: src/sys/arch/atari/atari Fix another possible out of bounds.
khorben[src/trunk]: src/sys/dev/sdmmc Outsource setting the backplane window into a ...
knakahara[src/trunk]: src/sys/opencrypto use kmem_alloc KPI instead of malloc KPI.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64 regen...
mrg[src/trunk]: src/usr.bin/netstat re-do the previous to avoid malloc/free on t...
njoly[src/trunk]: src/share/man/man9 Last Nm macro line must not end with a comma.
jakllsch[src/trunk]: src/sys/arch/arm/nvidia Add TEGRA_EHCI_PHY_VBUS_WAKEUP_ID_REG an...
riastradh[src/trunk]: src/sys/dev Appease toxic bullshit warning from gcc.
knakahara[src/trunk]: src/sys/dev/pci update todo comment
christos[src/trunk]: src/tests/lib/libc/string PR/51815: Ngie Cooper: don't leak dlop...
isaki[src/trunk]: src/sys/dev Fix indent in comments.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Make some event counters MP safe. Now all ...
mlelstv[src/trunk]: src/sys/compat/netbsd32 Add DIOCLWEDGES
knakahara[src/trunk]: src/sys/net Fix vlan(4) obytes counter. Implemented by s-yamaguc...
knakahara[src/trunk]: src/tests/net/if_vlan Add counter check to vlan(4) ATF. Implemen...
mrg[src/trunk]: src/external/mit/xorg/bin/ico use xorg-pkg-ver.mk
eadler[src/trunk]: src/games/wtf wtf(6): quote "$f"
pgoyette[src/pgoyette-compat]: src Sync with HEAD
abhinav[src/trunk]: src/share/dict Fix spelling of themself
ozaki-r[src/trunk]: src/sys/net Call pserialize_perform and psref_target_destroy onl...
sevan[src/trunk]: src/share/man/man4 Update URL for the cited paper
abhinav[src/trunk]: src/share/man/man4 Fix couple of typos:
skrll[src/trunk]: src/sys/dev Pull across xhci(4) improvemnts from nick-nhusb
maxv[src/trunk]: src/sys/netinet Style
jdolecek[src/trunk]: src/sys/dev/ic refactor the locking code around DIOCGCACHE handl...
martin[src/trunk]: src/sys/arch/evbarm/stand/bootimx23 Include <string.h> for strcpy
macallan[src/trunk]: src/sys/dev/i2c remove some unused code, add comments for credit...
christos[src/trunk]: src/sys/arch/sparc/include remove dup definitions
kamil[src/trunk]: src/lib/libc/sys Fix one markup issue and add initial HISTORY se...
ozaki-r[src/trunk]: src/sys/net Use bpf_ops for bpf_mtap_softint
nonaka[src/trunk]: src/sys/dev/pci only bus_dmamap_sync(9) once for ICT region.
maxv[src/trunk]: src/sys/arch Pff, I forgot to revert my change in these files. I...
isaki[src/trunk]: src/share/man/man3 s/tail queue/simple queue/ in SIMPLE QUEUES s...
nat[src/trunk]: src/sys/dev Add auto config for channel/hw format.
maya[src/trunk]: src/sys/fs/msdosfs Be explicit about how we're placing part of t...
maxv[src/trunk]: src/sys/netinet Remove TCP_COMPAT_42. This feature is a workarou...
riastradh[src/trunk]: src/usr.bin/make Use, don't kludge, MAKE_ATTR_UNUSED.
nat[src/trunk]: src/sys/modules/audio Audio now compiles with WARNS=5, so there ...
ryo[src/trunk]: src/sys/arch/evbarm/gumstix fix compile error (unused variables)
christos[src/trunk]: src/sys/net Sync with libpcap-1.8.1
rin[src/trunk]: src/external/bsd/nvi/dist/vi Respect coding style of upstream; r...
uwe[src/trunk]: src/bin/sh Use \(or not \*(Ba when discussing case patterns.
maxv[src/trunk]: src/distrib/sets/lists/comp Should be comp-obsolete.
jakllsch[src/trunk]: src/sys/arch/evbarm/conf enable 'options NTP'
maxv[src/trunk]: src/sys/net/npf Declare NPC_FMTERR, and use it to kick malformed...
sevan[src/trunk]: src/doc macppc Bluetooth
jmcneill[src/trunk]: src/sys/dev/fdt Add support for simple fixed-rate clock source b...
christos[src/trunk]: src/tests/lib/libc/sys PR/51850: Ngie Cooper: add sys/socket.h f...
christos[src/trunk]: src/tests better name
snj[src/trunk]: src/doc expat 2.2.0 is out
ryo[src/trunk]: src/distrib/sets/lists/debug fix filename. sorry
jmcneill[src/trunk]: src/etc/bluetooth Add an example for configuring the Raspberry P...
maya[src/trunk]: src/sys/sys define constants as being wider than int when needed...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix sysctl stuff. Make the top sysctl node...
maxv[src/trunk]: src/sys/arch/i386/conf Disable all the compat options until COMP...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Create a config.txt for RPI and ...
maxv[src/trunk]: src/sys/modules Don't build the svr4 module on i386.
jmcneill[src/trunk]: src/usr.sbin/makemandb Make the 'no results found' message sound...
isaki[src/trunk]: src/sys/dev Fix typo in comment.
uwe[src/trunk]: src/sys/dev/hpc XXX: On hpcsh only - bring back old incorrect hp...
uwe[src/trunk]: src/bin/sh Use .Bd -literal for code example.
riastradh[src/trunk]: src/sys/arch/newsmips/apbus Avoid memory leak in sonic_get.
maxv[src/trunk]: src/sys/arch/i386/conf Remove svr4 from the config files.
christos[src/trunk]: src/sys/arch/alpha/include fix types.
christos[src/trunk]: src/sys/kern need intptr_t cast for linux_handler_t
ozaki-r[src/trunk]: src/sys/net Make bpf_setf static
ozaki-r[src/trunk]: src/sys Tweak softnet_lock and NET_MPSAFE
maya[src/trunk]: src/sys/arch increase max io mem on amd64. some devices need it.
maya[src/trunk]: src/sys/arch/evbmips/conf Build the loongson kernels with all th...
msaitoh[src/trunk]: src/sys/dev - Sprinkle static and const. No functional change.
kamil[src/trunk]: src/tests/lib/libc/sys ATF test attach2/t_ptrace_wait* is unstable
khorben[src/trunk]: src/sys/dev/usb Automatically eject RALINK RT73 devices
pgoyette[src/trunk]: src/doc Add a note regarding the need for a common mechanism for...
christos[src/trunk]: src/share/mk Don't barf if the ctf tools are not installed.
mrg[src/trunk]: src/external/mit/xorg/lib/xkeyboard-config regen these files for...
christos[src/trunk]: src/sys/rump/net/lib/libnet pfile_init earlier (not here)
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Reduce diff against FreeBSD. No functional...
maxv[src/trunk]: src/sys/arch/amd64/include Remove the prototypes for cpu_uarea_*...
maxv[src/trunk]: src/sys/arch/x86/include ... and also add IBPB ...
christos[src/trunk]: src/external/bsd/libpcap merge conflicts.
jmcneill[src/trunk]: src/sys/dev/ic Add COM_TYPE_BCMAUXUART type for BCM2835 AUX UART.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for Allwinner H3 audio codec.
christos[src/trunk]: src/tests/usr.bin/grep PR/51875: Ngie Cooper: portability fixes
christos[src/trunk]: src/tests/usr.sbin/mtree PR/51876: Ngie Cooper: kyua 0.11 $TMPDI...
wiz[src/trunk]: src/common/lib/libprop Sort errors.
msaitoh[src/trunk]: src/share/man/man4 Add note about Nuvoton.
riastradh[src/trunk]: src/sys/opencrypto Avoid another userland-controlled integer ove...
christos[src/trunk]: src/usr.sbin/npf/npfd output every 5 seconds instead of 60 or ev...
christos[src/trunk]: src/external/bsd/libpcap/lib add another header file
ozaki-r[src/trunk]: src/sys/netipsec Remove out-of-date log output
riastradh[src/trunk]: src/sys/compat/linux/common Only let the superuser set the compa...
nonaka[src/trunk]: src/sys/dev/pci Remove unused iwm_softc member.
christos[src/trunk]: src/bin/sh Don't let set cloexec for "exec n>&1" like ksh does (...
maxv[src/trunk]: src/sys/arch/x86/x86 Explain the TSC drift thing.
christos[src/trunk]: src/tests/lib/libc/sys PR/51848: Ngie Cooper: tests/lib/libc/sys...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Move the location of "struct work" as Free...
maya[src/trunk]: src/sys/dev/pci move declaration to #ifdef WM_DEBUG block as opp...
joerg[src/trunk]: src Add IRELATIVE support for ARM, X86 and PowerPC.
mrg[src/trunk]: src/external/mit/xorg/bin/xwd use xorg-pkg-ver.mk.
joerg[src/trunk]: src/libexec/ld.elf_so Like Sparc, PowerPC can use IRELATIVE relo...
christos[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch c++conf...
maya[src/trunk]: src/sys/arch/arm/include replace old style declaration
mrg[src/trunk]: src/external/gpl3 put the location of gmp/mpc/mpfr in a variable...
maxv[src/trunk]: src/sys/arch/x86/include Add the IBRS and STIBP MSRs.
nonaka[src/trunk]: src/sys/dev/pci PR/51797: initialize hardware completely when re...
christos[src/trunk]: src/sys/arch/arm/xscale fix device attributes
jakllsch[src/trunk]: src/sys/arch/arm/nvidia Add some SMMU registers and bit definiti...
pgoyette[src/pgoyette-compat]: src/sys/kern Use SET, CLR, ISSET macros from types.h
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist merge
knakahara[src/trunk]: src/sys/netipsec comment out confusing (and incorrect) code and ...
maya[src/trunk]: src/external/public-domain/xz/lib restrict psabi warning hack to...
kre[src/trunk]: src/distrib/sets/lists/comp If i386/svr4_machdep.h is no longer ...
christos[src/trunk]: src/sys/arch/zaurus/conf revert previous; this was no typo.
christos[src/trunk]: src/tests/lib/libc/sys PR/51855: Ngie Cooper: fix leaks
christos[src/trunk]: src/tests/lib/libc/sys PR/51857: Ngie Cooper: mark signo __unuse...
christos[src/trunk]: src/sys/arch/hppa/include undo paren change
agc[src/trunk]: src/doc Remove ROADMAP file which was last updated 9 years ago.
ozaki-r[src/trunk]: src/sys/arch/x86/x86 x86: avoid accessing invalid addresses in d...
isaki[src/trunk]: src/sys/arch/x68k/dev Update confused vs_set_params().
dholland[src/trunk]: src/sys/ufs Tidy up ufs_readdir. First step only; there's plenty...
cheusov[src/trunk]: src/usr.bin/csplit Compare return value of fputs(3) with EOF ins...
uwe[src/trunk]: src/bin/sh .Bd expects the display type to come first, so move -...
ozaki-r[src/trunk]: src Add a new command, show all locks, which shows information o...
roy[src/trunk]: src/sys nd6: add a nonce to DaD probes in-case they are looped b...
wiz[src/trunk]: src/share/man/man3 Bump date for previous.
jdolecek[src/trunk]: src/sys/arch/x86/x86 modify code handling mismatch of nsegs in _...
joerg[src/trunk]: src Update LLVM build glue for 5.0RC1.
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Import LLVM r309604 from branche...
christos[src/trunk]: src/share/mk everyone switched to openssl-1.1
maya[src/trunk]: src/sys appease coverity by using strlcpy instead of strncpy
bouyer[src/trunk]: src/doc Document bouyer-socketcan
snj[src/trunk]: src/doc note that spz updated BIND to 9.10.4-P5 (thanks!) and th...
jmcneill[src/trunk]: src/usr.sbin/btattach Make the "bcm43xx" type use H4 transport a...
christos[src/trunk]: src/lib/libc/gen don't include machine/param.h <sys/param.h> alr...
wiz[src/trunk]: src/sbin/fsdb Fix punctuation markup.
pgoyette[src/pgoyette-compat]: src Sync with HEAD
maxv[src/trunk]: src/sys/arch/xen/x86 Export xpmap_pg_nx, and put it in the page ...
msaitoh[src/trunk]: src/sys/dev Add NCT6796D. Some functions of NCT6796D is extended...
maxv[src/trunk]: src/sys/arch/mips Remove references to COMPAT_IRIX - does not ex...
knakahara[src/trunk]: src/sys/opencrypto use pool_cache(9) instead of pool(9) as they ...
mrg[src/trunk]: src/external/mit/xorg/bin/xterm build Tekparse.hin VTparse.hin n...
martin[src/trunk]: src/sys/arch/evbmips/loongson/dev The PCI_PRODUCT_VIATECH_VT82C6...
mrg[src/trunk]: src/sys/arch/sun3/conf also disable SYSCTL_INCLUDE_DESCR.
uwe[src/trunk]: src/sys/arch/hpcsh/dev Don't reschedule the callout in the scann...
ozaki-r[src/trunk]: src/sys/netipsec Use pool_cache(9) instead of pool(9) for tdb_cr...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Undo merge of changes from HEAD....
mrg[src/trunk]: src/usr.bin/gzip add SIGINFO support.
mrg[src/trunk]: src/external/mit/xorg fix libXfont2 sources list. update for xf...
kamil[src/trunk]: src/sys Add support for PTRACE_VFORK_DONE and stub for PTRACE_VF...
joerg[src/trunk]: src/libexec/ld.elf_so If a DF_1_NODELETE DSO has been removed fr...
maya[src/trunk]: src/usr.sbin/sysinst/arch/evbmips evbmips can "boot root FFSv2"
christos[src/trunk]: src/sys/compat/linux32/arch descend and regen
matt[src/trunk]: src/share/mk Resort _MKVARS.no
maya[src/trunk]: src/distrib/sets/lists/modules Mark the compat_svr4 module obsol...
mrg[src/trunk]: src complete the switch to xorgproto over *proto split packages
ginsbach[src/trunk]: src/usr.sbin/ypbind Initialize ypbind_resp before first possible...
joerg[src/trunk]: src/usr.sbin/tprof Mark tprof_monitor as dead
skrll[src/trunk]: src/sys/dev/usb Fix build
skrll[src/trunk]: src/sys/kern Simplify getiobuf. buf_init already does bp->b_obj...
kamil[src/trunk]: src/tests/kernel Update t_ptrace_wait* tests for added support f...
ozaki-r[src/trunk]: src/sys/netipsec Simplify ipsec_reinject_ipstack (NFC)
kamil[src/trunk]: src/tests/lib/libc/sys ATF: Add new test race1 in t_ptrace_wait*
isaki[src/trunk]: src/sys vs(4) became to able to play audio again.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add DMA gate
pgoyette[src/pgoyette-compat]: src/sys/kern Put the checks back in the original order...
pgoyette[src/pgoyette-compat]: src Sync with HEAD
isaki[src/trunk]: src/sys/dev Improve audio_set_vchan_defaults().
macallan[src/trunk]: src/sys/dev/sbus make comment match code...
christos[src/trunk]: src/sys/arch/emips/stand/common fix build, KNF, simplify.
mrg[src/trunk]: src/share/mk convert two pairs of MACHINE_ARCH into two single M...
taca[src/trunk]: src/doc ISC DHCP 4.3.6 has released.
christos[src/trunk]: src/sys/compat/linux/arch/arm regen
kamil[src/trunk]: src/games/fortune/datfiles Remove unmaintained link to imrryr fr...
christos[src/trunk]: src/sys/compat convert strcpy to a bounded copy to avoid compile...
msaitoh[src/trunk]: src/sys/arch/x86/include AMD L3 cache association bitfield is no...
maxv[src/trunk]: src/sys/arch/i386/i386 Remove undocumented hack.
wiz[src/trunk]: src/share/man/man8 Standardize NAME section.
christos[src/trunk]: src/external/public-domain/xz/lib Don't error out for psabi.
nonaka[src/trunk]: src/distrib/amd64 make amd64 EFI install image
christos[src/trunk]: src/distrib += for MAKEFS_FLAGS
ozaki-r[src/trunk]: src/sys/netinet Fix build w/ SCTP and w/o SCTP_DEBUG
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Now we can use multiqueue. It's default on...
riastradh[src/trunk]: src/share/misc NFCI no functional change intended
ozaki-r[src/trunk]: src/sys/netipsec MP-ify SAD (key_sad.sahlist and sah entries)
mrg[src/trunk]: src/distrib/sets/lists/xserver mark ark_drv as obsolete in xorg-...
wiz[src/trunk]: src/doc expat-2.2.2 security fix release out.
ryo[src/trunk]: src Add support IP_PKTINFO for sendmsg(2).
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix SFP+ insersion or replacement stuff.
christos[src/trunk]: src/external/bsd/flex/dist/src don't need sys/cdefs.h if tool.
jmcneill[src/trunk]: src/sys Add support for multiple clock domains in clk API.
ozaki-r[src/trunk]: src/sys/netipsec Destroy sav only in the loop for DEAD sav
christos[src/trunk]: src/sys/uvm finish moving the compat code out.
maxv[src/trunk]: src/sys/arch Remove TCP_COMPAT_42 from the config files. Pass 3.
msaitoh[src/trunk]: src/sys/net ifmedia_init(): Clear ifm_media with IFM_NONE instea...
jakllsch[src/trunk]: src/usr.sbin/btattach remove currently-unused variables that tri...
riastradh[src/trunk]: src/usr.bin/vndcompress Clarify compile-time and run-time arithm...
isaki[src/trunk]: src/sys/dev Typo in debug message.
maxv[src/trunk]: src/lib/libarch/i386 Deprecate.
hkenken[src/trunk]: src/sys Add support Microchip SST25VF016B.
christos[src/trunk]: src/sys/compat/linux32 Descend
christos[src/trunk]: src/tests/lib/libc/sys PR/51891: Ngie Cooper: use sys/disklabel....
uwe[src/trunk]: src/bin/sh Mark up "in" (of the "for" command) appropriately.
christos[src/trunk]: src/tests/lib/libc/sys PR/51862: Ngie Cooper: don't leak buf
maxv[src/trunk]: src/sys/arch Don't include opt_compat_ibcs2.h. No idea what it w...
kre[src/trunk]: src/bin/sh Remove atoi()
uwe[src/trunk]: src/bin/sh Start adding more gaudy markup. Use .Li or .Dv when ...
christos[src/trunk]: src/sys/compat/sys tidy up
maxv[src/trunk]: src Remove svr4_machdep.h right away, no one should include it.
ozaki-r[src/trunk]: src/sys/netipsec Limit the number of mbufs queued for deferred k...
christos[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 elide psabi errors on i386
tsutsui[src/trunk]: src/sys/arch/atari/atari Replace bus_dmamap_sync(9) op with a ne...
christos[src/trunk]: src/sys/sys remove timestamping diff that should have not been c...
skrll[src/trunk]: src/sys/arch/aarch64/include Sprinkle __volatile on asm instruct...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Support pic_set_affinity and pic_get_aff...
christos[src/trunk]: src/sys/dist/pf/net use in6_print
christos[src/trunk]: src/tests/lib/libc/ssp PR/51893: Ngie Cooper: prevent toolchain ...
uwe[src/trunk]: src/bin/sh Default values of PS1 and friends have only single sp...
christos[src/trunk]: src/tests/lib/libc/sys PR/51858: Ngie Cooper: don't leak buf
riastradh[src/trunk]: src/share/misc Add and tweak some cryptography entries.
rmind[src/trunk]: src/usr.sbin/npf/npfctl npfctl:
joerg[src/trunk]: src/tests/libexec/ld.elf_so Avoid casting fun by switching ifunc...
christos[src/trunk]: src/tests/lib/libc/sys PR/51861: Ngie Cooper: Sprinkle __unused, ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax add size ...
kamil[src/trunk]: src/doc Update TODO.ptrace
christos[src/trunk]: src/sys ip6_sprintf -> IN6_PRINT so that we pass the size.
ozaki-r[src/trunk]: src/sys/netipsec Add __read_mostly to key_psz
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add DMA controller driver for sun6i and l...
maya[src/trunk]: src/sys/dev/dkwedge use a bounded copy. NFCI
maxv[src/trunk]: src/sys/modules Don't build the ibcs2 module on i386.
wiz[src/trunk]: src/doc gdb-7.12.1 out.
knakahara[src/trunk]: src/sys/net Fix IPv6 ipsecif(4) ATF regression, sorry.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Init array no longer required
pgoyette[src/trunk]: src/sys/rump/dev/lib/libdrvctl We no longer need ioconf.c - remo...
abhinav[src/trunk]: src/external/bsd/dhcpcd/dist Fix several typos.
phx[src/trunk]: src/sys/arch/sandpoint/stand/altboot Some Synology network devic...
skrll[src/trunk]: src/sys/dev/ic Use our ipq... sorry martin
ozaki-r[src/trunk]: src/sys/netipsec Use pslist(9) for sah->savtree
pgoyette[src/pgoyette-compat]: src Synch with HEAD
perseant[src/trunk]: src/tests/lib/libc/locale Separate the C/POSIX locale test from ...
bouyer[src/trunk]: src/sys/arch fdt-ise the allwinner can and lradc drivers.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix burst field encoding, and add a helpe...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Add comment to note that compat_...
christos[src/trunk]: src/sys/arch/hpcmips/stand/libsa PR/52446: Devid Binderman: Fix ...
msaitoh[src/trunk]: src Add yet another Shared L2 TLB (2M/4M pages).
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips Disable ...
skrll[src/trunk]: src/sys/net KNF. Same code before and after.
uwe[src/trunk]: src/bin/sh Try to improve markup in the Parameter Expansion sect...
maxv[src/trunk]: src/sys/arch/x86/x86 Remove incorrect KASSERT, only the allocati...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax need CRYP...
rmind[src/trunk]: src/usr.sbin/npf/npfctl npfctl: fix shift/reduce conflicts, than...
christos[src/trunk]: src/sys/sys PR/53081: Fix size of the shift to depend on the typ...
ryo[src/trunk]: src/sys/arch/arm/include whitespace
wiz[src/trunk]: src/doc binutils-2.29 out.
christos[src/trunk]: src/sys/arch/ia64/include define empty bodies for incomplete imp...
isaki[src/trunk]: src/sys/dev Remove a duplicated line.
nat[src/trunk]: src/sys/dev If the harware ring is starved of data...Insert sile...
martin[src/trunk]: src/sys/arch/sparc/include Make the copies of the FE_* macros ma...
msaitoh[src/trunk]: src/sys/dev/pci Add Core 7G devices from "7th Generation Intel P...
isaki[src/trunk]: src/sys/arch/m68k/fpe exp(>11356) is +inf even if extended preci...
christos[src/trunk]: src/tests/lib/libpthread PR/51885: Ngie Cooper: Add delays to av...
ozaki-r[src/trunk]: src/sys/netipsec MP-ify SAD slightly
riastradh[src/trunk]: src/sys/compat/ibcs2 Don't drop vnode ref until we're done with ...
christos[src/trunk]: src/sys/arch/vax/include cast return value
nonaka[src/trunk]: src/usr.sbin/makefs makefs(8): add cd9660 eltorito-alt-boot opti...
roy[src/trunk]: src/lib/libcurses Note an issue with our cursor movement in 1 li...
kamil[src/trunk]: src/tests/kernel Add additional check for pe_report_event in lwp...
ginsbach[src/trunk]: src/bin/rmdir PR/48182: Fix rmdir -p handling of top-level (root...
ozaki-r[src/trunk]: src Add test cases for setsockopt(IP_IPSEC_POLICY)
ozaki-r[src/trunk]: src/sys Fix reference leaks of llentry
maxv[src/trunk]: src/sys Remove exec_aout support in compat_freebsd. The only rea...
pgoyette[src/pgoyette-compat]: src Sync with HEAD, resolve some conflicts
maxv[src/trunk]: src/sys/compat/sys Only compat_43 needs compat_osock. Note that ...
christos[src/trunk]: src/tests/lib/libc/sys PR/51892: Ngie Cooper: add __unused to `o...
uwe[src/trunk]: src/sys/dev/hpc Fix the previous fix that doesn't even compile.
maxv[src/trunk]: src/sys/netinet6 Perform the IP (src/dst) checks _before_ callin...
jdolecek[src/trunk]: src/sys/dev/ic stop using q_nccbs_avail for deciding whether the...
kamil[src/trunk]: src Add new ATF tests: kernel/t_zombie
mrg[src/trunk]: src stop building libXfontcache as it is obsolete for a decade.
isaki[src/trunk]: src/sys/dev/ic Improve diagnostic code.
msaitoh[src/trunk]: src/sys/dev/pci regen.
jmcneill[src/trunk]: src/sys/external/gpl2/dts Use cp -RL to follow symlinks
uwe[src/trunk]: src/bin/sh Use .Dv, not .Ev, to refer to LINENO, it's not an env...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips only use...
mrg[src/trunk]: src/external/gpl3 pass the target specific CPUFLAGS and CPPFLAGS...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable sun6idma
mrg[src/trunk]: src/distrib/sets/lists fixes for xorg-server 1.18.
nat[src/trunk]: src/sys/arch/evbarm/conf Add bluetooth serial uart devices.
maxv[src/trunk]: src/sys/arch Remove references to compat_ibcs2.
christos[src/trunk]: src/sys/compat add uvm swap compat code.
christos[src/trunk]: src/tools/compat undo previous; breaks the build. handle inside ...
msaitoh[src/trunk]: src/sys/arch/x86 s/CLFUSH/CLFLUSH/
maxv[src/trunk]: src/sys/net Don't forget to free the mbuf when we decide not to ...
christos[src/trunk]: src/tests/lib/libc/sys PR/51867: Ngie Cooper: misc cleanups
riastradh[src/trunk]: src/sys/dev/ic Null out sc_rx_mbuf[i] after m_freem to avoid dou...
kamil[src/trunk]: src/tests/lib/libc/sys ATF: Correct a race bug in attach2 (t_ptr...
maxv[src/trunk]: src/sys/net/npf Mmh, put back the RFC6946 check (about dummy fra...
ozaki-r[src/trunk]: src Rewrite tests for CARP in a shell script instead of C
christos[src/trunk]: src/sys/netinet really, use.
ozaki-r[src/trunk]: src/sys/netipsec Fix locking notes of SAD
kamil[src/trunk]: src/sys/arch/x86/x86 Remove assert that Debug Registers are not ...
jklos[src/trunk]: src/distrib/sets This fixes a bug where mtree would use names & ...
christos[src/trunk]: src/sys/arch/zaurus/conf fix typo (thanks gcc-6). There is no "p...
ozaki-r[src/trunk]: src/sys/netinet6 Avoid passing NULL to nd6_dad_duplicated
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Mark files not present in 30960...
christos[src/trunk]: src/tests/lib/libc/sys PR/51860: Ngie Cooper: don't leak fd
uwe[src/trunk]: src/bin/sh Instead of .Oo/.Oc use .Op directly where possible.
riastradh[src/trunk]: src/usr.bin/make Factor out parts of cached_realpath.
wiz[src/trunk]: src/doc binutils-2.30 out
msaitoh[src/trunk]: src/sys/dev/pci PCI device ID of Atom x5-Z8350's video is 0x22b0...
ozaki-r[src/trunk]: src/sys/netipsec Don't allow sav->lft_c to be NULL
skrll[src/trunk]: src/sys/dev/ic Merge from nick-nhusb - some MPification
kamil[src/trunk]: src/sys/arch/x86/x86 Fix bug with swapped event type and registe...
riastradh[src/trunk]: src/share/misc DNFT: do not feed troll
christos[src/trunk]: src/tests/lib/libc/sys PR/51844: Ngie Cooper: use root-owned fil...
christos[src/trunk]: src/tests/lib/libc/sys PR/51852: Ngie Cooper: mark signo __unused
christos[src/trunk]: src/sys PR/53103: Timo Buhrmester: linux emulation of sendto(2) ...
nat[src/trunk]: src/distrib/sets/lists/comp Update lists for btuart h5 protocol ...
knakahara[src/trunk]: src/sys/netipsec Fix fragment processing in ipsec4_fragout(). Po...
kamil[src/trunk]: src/tests/lib/libc/sys Mark syscallemu1/t_ptrace_wait* broken on...
ozaki-r[src/trunk]: src/sys Get rid of splnet for pool(9)
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/evp Enable AES_ASM e...
christos[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon PR/51682: Avoid DoS with ...
christos[src/trunk]: src/tests/lib/libc/sys PR/51846: Ngie Cooper: closefrom(3) inste...
ozaki-r[src/trunk]: src/sys Use pool(9) for llentry allocations
dholland[src/trunk]: src/doc/roadmaps Withdraw the 36-bit port item. While there's al...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add some changes from ix-3.2.17.tar.gz and...
kamil[src/trunk]: src/doc Add new entry for ptrace(2)
kamil[src/trunk]: src/sys/kern Fix generation of PTRACE_LWP_EXIT event
msaitoh[src/trunk]: src/sys/dev/pci Add Intel SSD DC P3520.
christos[src/trunk]: src/tests/lib/libpthread PR/51884: Ngie Cooper: Include and mess...
pgoyette[src/pgoyette-compat]: src/sys/kern Finish de-confliction
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Reduce diff against FreeBSD. No functional...
mrg[src/trunk]: src/external/mit/xorg/lib/libXfont2 add missing pcfwrite.c.
macallan[src/trunk]: src/sys/dev/i2c yet another temperature sensor / ADC
pgoyette[src/trunk]: src/doc Add new branch pgoyette-compat for cleaning up the compa...
maya[src/trunk]: src/sys/arch/mips/mips In working around loongson errata clear B...
kre[src/trunk]: src/bin/sh Restore some (*roff) comments deleted in previous (pa...
phx[src/trunk]: src/sys/arch/sandpoint/stand/altboot Fixed overflow in delay() f...
ginsbach[src/trunk]: src/share/misc PR/52479: Nikolai Lifanov: Add definitions for CR...
maxv[src/trunk]: src/sys/netipsec Add KASSERTs.
mrg[src/trunk]: src/share/mk switch bebox, cats, ibmnsw and prep to xorg-server ...
agc[src/trunk]: src/tests/lib/libm terminate the statement properly
jdolecek[src/trunk]: src/sys/dev/ic also remove now duplicate nvme_ccb_put() call fro...
jdolecek[src/trunk]: src/sys/dev/ic fix passthrough command usage also in nvme_get_nu...
maxv[src/trunk]: src/sys/arch/x86/x86 Use idt_vec_set instead.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Adapt for clock domain support
maxv[src/trunk]: src/sys/arch Remove the remaining parts of compat_oldboot.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm fix build...
maya[src/trunk]: src/sys/arch/mips/include Adjust ci on the second iteration.
christos[src/trunk]: src/distrib/sets/lists/debug add missing debuglib
maxv[src/trunk]: src/sys/arch/x86/x86 Add splhigh() around the FPU code, we don't...
knakahara[src/trunk]: src/sys/dev/pci rename unclear functions. pointed out by msaitoh...
maxv[src/trunk]: src/sys/arch/x86/x86 Fix GCC warning on NET4501, PR/52451.
christos[src/trunk]: src/sys/arch PR/51908: Kyle Amon: Allow customization of XEN ker...
christos[src/trunk]: src/external/bsd/tcpdump/dist Tuesday October 25, 2016 mcr@sande...
mrg[src/trunk]: src/external/mit/xorg/tools/bdftopcf move the src list from libX...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove debug printf()s.
christos[src/trunk]: src/tests/lib/libc/sys PR/51849: Ngie Cooper: headers portabilit...
macallan[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-chips build EXA ...
wiz[src/trunk]: src/bin/sh Remove Ic macro without effect.
maxv[src/trunk]: src/share/man/man7 Remove lurking reference to TCP_COMPAT_42.
jmcneill[src/trunk]: src/sys/arch/arm/broadcom Cleanup debug messages
dholland[src/trunk]: src/usr.bin/make nowadays function specifiers go in declaration_...
christos[src/trunk]: src/common/lib/libc/arch/arm/string fix weak symbols. More work ...
kamil[src/trunk]: src/doc Document the latest ptrace(2) and siginfo(2) additions:
christos[src/trunk]: src/tests/lib/libc PR/51868: Ngie Cooper: mkfifo does not return...
christos[src/trunk]: src/sys/sys Add PPC64
christos[src/trunk]: src/tests/lib/libc/sys PR/51859: Ngie Cooper: use closefrom/rest...
nonaka[src/trunk]: src/sys/dev/pci include <sys/intr.h> for softint(9).
ryo[src/trunk]: src/sys/arch/evbarm/conf fix build error. need midi* for umidi
knakahara[src/trunk]: src/tests/net/if_ipsec Enhance assertion ipsecif(4) ATF to avoid...
riastradh[src/trunk]: src/sys regen to confirm no functional change
roy[src/trunk]: src/usr.sbin/ifwatchd Remove case labels we will never trigger d...
maxv[src/trunk]: src/usr.sbin/tprof Finish the Skylake/Kabylake table, and improv...
wiz[src/trunk]: src/usr.sbin/npf/npfctl Bump date for previous.
christos[src/trunk]: src/sys/dev/pcmcia From bjoern johannesson, in netbsd-general......
kre[src/trunk]: src/bin/sh Markup fixes (partly from uwe@) and change some tabs ...
ozaki-r[src/trunk]: src/sys/arch/x86/x86 Use db_printf instead of printf in ddb
riastradh[src/trunk]: src/sys Declare mountcompatnames in sys/vfs_syscalls.h to kill n...
macallan[src/trunk]: src/sys/dev/sbus - use hardware to draw bitmap fonts
maxv[src/trunk]: src/sys Add the PR_LASTHDR flag on the PFsync and CARP entries. ...
sevan[src/trunk]: src/sys/arch/macppc/conf Forgot the pseudo devices in the previo...
christos[src/trunk]: src/sys/compat Add a Makefile to rebuild the syscall files for a...
kamil[src/trunk]: src/sys/arch Embed hardware trap and its type that fired (x86), ...
ozaki-r[src/trunk]: src/sys/netipsec Omit unnecessary check of sav->state
dholland[src/trunk]: src/doc/roadmaps Mention nvidia drmkms (will be in -8, people ar...
nat[src/trunk]: src/sys/dev Only call audio_initbufs and start playback if there...
khorben[src/trunk]: src/sys/dev/pci Always allow hdaudio(4) to suspend
mrg[src/trunk]: src/tools/gcc bump the NetBSD GCC version. both GCC 5 and 6 got...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Add #ifndef XEN, xen doesn't have specu...
christos[src/trunk]: src/sbin/fsck_lfs PR/51418: Jose Luis Rodriguez Garcia: Fix inco...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that "ifconfig ixgN down up" for...
christos[src/trunk]: src/bin/ed add -S to disable ! commands.
maxv[src/trunk]: src/sys/arch/amd64 Add the USER_LDT sysarch options in netbsd32....
maya[src/trunk]: src/sys/arch/evbmips/conf Comment out 'options DEBUG' on all evb...
nisimura[src/trunk]: src/sys/arch/aarch64/aarch64 - don't use ENTRY() for exception e...
macallan[src/trunk]: src/sys/dev/pci Mac Mini WIP:
roy[src/trunk]: src/sbin/route Handle the routing socket overflowing gracefully.
skrll[src/trunk]: src/share/man/man9 typos :S
maxv[src/trunk]: src/sys/arch/amd64/amd64 In cpu_mcontext32_validate, allow the r...
nonaka[src/trunk]: src/sys/dev/pci Add Intel Wireless AC 9260.
bouyer[src/trunk]: src/sys/arch/arm/sunxi work in progress on porting graphics driv...
maxv[src/trunk]: src/sys/dev/acpi Change the iteration, to make sure the ACPI_MCF...
rin[src/trunk]: src/sys/dev/cardbus Remove extra printf duplicate with MI codes.
uwe[src/trunk]: src/sys/arch/sh3/sh3 pmap_steal_memory - s/start/avail_start/ to...
christos[src/trunk]: src/sbin/mount_nfs remove debugging printf.
ozaki-r[src/trunk]: src/sys/sys Tweak m_get_rcvif
ozaki-r[src/trunk]: src/sys Add missing NULL checks for m_get_rcvif
martin[src/trunk]: src/sys/arch/sparc64/include PR port-sparc64/51925: remove EM_SP...
jmcneill[src/trunk]: src/usr.sbin/tpctl Try to use standard wsdisplay ioctls when HPC...
maxv[src/trunk]: src/sys/netinet Use consttime_memequal instead of memcmp, to pre...
jmcneill[src/trunk]: src/sys/arch/arm/pic The assertion at the bottom of intr_ipi_sen...
ryoon[src/trunk]: src/share/man/man4 Add viornd(4) to virtio(4) man page
nat[src/trunk]: src/sys/dev/pckbport If ALPS probe fails, send a PMS_RESET.
maya[src/trunk]: src/sys/uvm Fix off by one.
christos[src/trunk]: src/sys/kern don't return early holding a lock!
roy[src/trunk]: src/tests/lib/libc/sys Handle ENOBUFS when receiving messages.
jmcneill[src/trunk]: src/sys/arch Add sun4i DMA and audio codec support.
jdolecek[src/trunk]: src/sys/dev/usb regen
maya[src/trunk]: src/sys/arch/cats/cats remove unnecessary include. no aout code ...
jakllsch[src/trunk]: src/sys/dev/usb Support more varieties of USB keyboard reports.
nisimura[src/trunk]: src/libexec/ld.elf_so/arch/aarch64 explain AARCH64 PLT design
maxv[src/trunk]: src/sys/net/npf If we're trying to read the mss on a packet that...
ryo[src/trunk]: src/crypto/external/bsd when CPPFLAGS include a parameter that h...
ozaki-r[src/trunk]: src/sys Make GARP work again when DAD is disabled
pgoyette[src/trunk]: src/sys/kern Revert previous changes. They are wrong. The inte...
dholland[src/trunk]: src/lib/libc note to get rid of statfs() when bump time comes
msaitoh[src/trunk]: src/sys/dev/pci - Sync with FreeBSD r320688 (and up to r322865):
abhinav[src/trunk]: src/lib/libm/man Remove comma after last Nm entry.
maxv[src/trunk]: src/sys Remove vm86. Simplifies a number of critical places.
jdc[src/trunk]: src/sys/arch/sparc64/dev Correct a typo in the openprom variable...
rin[src/trunk]: src/sys/dev/ic Redo previous; reset async events only if scsibus...
mrg[src/trunk]: src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64 remove file tha...
tsutsui[src/trunk]: src/sys/arch/atari/conf Remove duplicated devices already define...
jmcneill[src/trunk]: src/etc/bluetooth Update Raspberry Pi 3 example to use dplcom0 i...
mrg[src/trunk]: src/sys/arch/vax/vax convert some spaces into new lines and tabs...
rin[src/trunk]: src/distrib/evbarm/instkernel/ramdisk Fix build with LLVM, which...
maxv[src/trunk]: src/share/man/man8 State that this is SVR3, not iBCS2.
maxv[src/trunk]: src/sys/arch Remove support for vm86 on i386. It is bug-friendly...
christos[src/trunk]: src/sys/kern We need to define COMPAT_NETBSD32 before we include...
christos[src/trunk]: src/sys/external/bsd/acpica/dist merge conflicts
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/kcm don't forget to initial...
christos[src/trunk]: src/sys/compat/linux/arch/amd64 regen
wiz[src/trunk]: src/external/bsd/blacklist/lib Quote - to make it a minus.
nisimura[src/trunk]: src/lib/libm add s_rintl.c for aarch64. ok by ryo@.
jakllsch[src/trunk]: src/sys/dev/ic Map coprocessor registers before igsfb_hw_setup()...
kamil[src/trunk]: src/tests/kernel Add io_read_auxv1 in t_ptrace_wait{, 3, 4, 6, id, pid}
ginsbach[src/trunk]: src/lib/libc/time Fix a couple comments and a spacing nit.
sevan[src/trunk]: src/share/man/man4 Add HISTORY section.
wiz[src/trunk]: src/share/man/man4 Remove unnecessary Tn macro.
nat[src/trunk]: src/sys/dev/bluetooth Conform to the spec. with regards to ackno...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
maxv[src/trunk]: src/sys/netinet Change the check to be <= instead of <. This fix...
abhinav[src/trunk]: src/sbin/fdisk Fix spelling of simultaneous.
mrg[src/trunk]: src/external/gpl3/gcc apply some more vax -O0/-O1. this now bui...
christos[src/trunk]: src/sys/compat/linux/common implement accept4
christos[src/trunk]: src/external/bsd/libpcap/dist propagate deadness.
hkenken[src/trunk]: src/sys/arch Use armv7_generic_[dma|bs]_tag.
martin[src/trunk]: src/sys/dev Make "options AUDIO_DEBUG=0" create a silent-by-defa...
wiz[src/trunk]: src/usr.sbin/rdate New sentence, new line. Remove superfluous Pp.
isaki[src/trunk]: src/sys/dev/ic Fix two typos. pfil -> rfil for recording.
kamil[src/trunk]: src/tests/usr.bin/c++ Add new ATF tests for Address Sanitzier (A...
mlelstv[src/trunk]: src/sys/dev validate length for discard operation and split oper...
mrg[src/trunk]: src/doc note sbmips -> evbmips
maxv[src/trunk]: src/sys/net/npf If we fail to advance inside TCP/UDP/ICMPv4/ICMP...
wiz[src/trunk]: src/share/man/man9 Bump date for psref, localcount changes.
kre[src/trunk]: src/distrib/sets/lists For libi386 major bump.
msaitoh[src/trunk]: src/doc ixg(4), ixv(4): Add C3000 and bypass function support.
wiz[src/trunk]: src/usr.sbin/installboot Remove superfluous Tn macros.
nisimura[src/trunk]: src/sys/arch/aarch64 retire copyinout.S and fusu.S
abhinav[src/trunk]: src/lib/libc/sys Add posix_madvise(2) in the NAME section.
pgoyette[src/trunk]: src/common/lib/libprop Update for the new *_size() functions rec...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix race about writing adapter->link_activ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Add missing IFM_NONE support. If a inte...
christos[src/trunk]: src/usr.bin/make Be more selective about detecting a SYSV includ...
ryo[src/trunk]: src/doc Add support for aarch64
christos[src/trunk]: src/sbin/dmesg Handle new timestamp sequences.
bouyer[src/trunk]: src/sys/arch/arm/sunxi external interrupt functions are named "e...
wiz[src/trunk]: src/lib/libutil Use mdoc macros.
maya[src/trunk]: src/sys/net/agr Switch agr(4) to use a workqueue. This is necess...
kre[src/trunk]: src/external/public-domain/tz Make this more automated - no long...
christos[src/trunk]: src/sys/compat/common remove error decl
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch From the latest Intel SDM:
wiz[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Sort SYNOPSIS, descriptions, SEE ALSO.
spz[src/trunk]: src merge expat-2.2.0 and document
maxv[src/trunk]: src/sys/netinet Remove unused fields and outdated comment.
mlelstv[src/trunk]: src/sys/dev/scsipi Use separate lock to protect internal state a...
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2018d from ftp:/...
knakahara[src/trunk]: src/sys Fix unexpected failure when ipsecif(4) over IPv6 is chan...
jmcneill[src/trunk]: src/sys/arch/arm Until config supports multiple 'attach driver a...
jmcneill[src/trunk]: src/sys/dev/wscons add WSKBD_TYPE_TCAKP for Texas Instruments TC...
skrll[src/trunk]: src/sys/net Make MP-safe and use kmem(9)
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Remove unnecessary flag.
jakllsch[src/trunk]: src/sys/compat/netbsd32 Catch netbsd32_copyargs() up to changes ...
christos[src/trunk]: src/external/bsd/libevent/include/event2 fix non _LP64
msaitoh[src/trunk]: src/sys/dev/pci s/been been/been/ in comment.
ragge[src/trunk]: src/sys/arch/vax/boot/common Do not use movc3 to copy boot progr...
christos[src/trunk]: src/sys/arch/atari/vme PR/51933: David Binderman: Boolean confusion
msaitoh[src/trunk]: src/sys/dev - WBSIO_ID_W83627DHG and newer devices have 12bit de...
martin[src/trunk]: src/usr.bin/sys_info Use tcsh --version instead of an echo $vers...
nonaka[src/trunk]: src/sys/arch/x86/x86 Fix compile failure on i386 with PAE.
maya[src/trunk]: src Don't fc-match bitmap fonts by default.
ryoon[src/trunk]: src/sys/dev/usb Regen.
wiz[src/trunk]: src/common/lib/libprop Use just the right amount of commas.
christos[src/trunk]: src/external/bsd/libpcap/include we have a cloning bpf, the conf...
bouyer[src/trunk]: src/sys/arch/evbarm/conf Add commented out entries for the displ...
macallan[src/trunk]: src/sys/dev/pci Radeon PLLs can't have odd post dividers when us...
maxv[src/trunk]: src/sys/netinet Remove unused variable.
macallan[src/trunk]: src/sys/arch fix build for 32bit non-bridge SMP kernels
rin[src/trunk]: src/sys/dev/ic Use ahc_freedmamem() for consistency. No function...
kre[src/trunk]: src/usr.bin/sys_info Put back getopts - it is easier to get corr...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix long standing bug that 82598 SFP+ pani...
rin[src/trunk]: src/sys/arch/amd64/conf Add njs(4) at pci(4) and cardbus(4).
joerg[src/trunk]: src/share/mk Strip .debug_macinfo when converting to a.out, clan...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 fix printf args
abhinav[src/trunk]: src/share/dict Also, fix spelling of lookup.
wiz[src/trunk]: src/bin/sh Whitespace fixes. Fix a typo. Refer to emacs using Ic...
wiz[src/trunk]: src Bump date for previous.
wiz[src/trunk]: src/share/man/man9 Remove superfluous Pp. Fix self-referencing x...
skrll[src/trunk]: src/share/man/man9 Note EX_EARLY
sjg[src/trunk]: src/usr.bin/make/unit-tests Add check to cmpv test to ensure tha...
christos[src/trunk]: src/sys/arch Rename the DDB IPI IDT vectors for consistency. ok ...
ginsbach[src/trunk]: src The military/nautical time zones were added following RFC 82...
joerg[src/trunk]: src/doc matt-timespec never saw any actual commits, so it has be...
maxv[src/trunk]: src/sys/netinet Style, use NULL for pointers, use KASSERT, and d...
maxv[src/trunk]: src/sys/net/npf Retrieve the complete IPv4 header right away, an...
christos[src/trunk]: src/crypto/external/bsd/heimdal Strip first otherwise we end up ...
sevan[src/trunk]: src/share/man/man4/man4.macppc Use An macro for author name.
skrll[src/trunk]: src/sys/dev/usb More usb_syncmem tweaks. The main one is sync'i...
maxv[src/trunk]: src/sys Rename ldt->ldtstore and gdt->gdtstore on i386. It reduc...
christos[src/trunk]: src/bin/sh Who Ride Wit Us?
ozaki-r[src/trunk]: src/sys/net Kill tsleep/wakeup and use cv
christos[src/trunk]: src/libexec/telnetd kerberos needs sqlite3
christos[src/trunk]: src/sys/arch Add ALPS pms support
mlelstv[src/trunk]: src/distrib/amiga/miniroot Ask for the boot command. It's necess...
knakahara[src/trunk]: src/sys/net fix ipsecif(4) unmatch curlwp_bind.
isaki[src/trunk]: src/sys/dev Clean up mix_write().
maxv[src/trunk]: src/sys/arch Add the IBRS mitigation for SpectreV2 on amd64.
mlelstv[src/trunk]: src/sys/arch/amiga/amiga Fix check of AmigaDOS environment vecto...
nonaka[src/trunk]: src/sys/dev/pci sync only mapped size.
ozaki-r[src/trunk]: src/tests/net Avoid setting IP addresses of the same subnet on d...
abhinav[src/trunk]: src/lib/libc/yp Insert comma between two Nm entries.
msaitoh[src/trunk]: src/sys/dev/pci Fix typo in comment.
snj[src/trunk]: src/external/gpl2/groff/tmac add 7.1
jakllsch[src/trunk]: src/sys/arch/evbarm/fdt Ignore 0-sized memory regions in the FDT.
christos[src/trunk]: src/crypto/external/bsd/heimdal/include override arc4* for tools...
skrll[src/trunk]: src/sys/arch/hppa/stand/boot Ensure all data is captured under t...
knakahara[src/trunk]: src/sys/net fix ipsec(4) encap_lock leak.
mrg[src/trunk]: src/external/lgpl3/mpc/dist initial import of MPC 1.0.3 package....
kamil[src/trunk]: src Add new ATF tests for Address Sanitzier (ASan)
skrll[src/trunk]: src/sys/arch/arm/omap Always perform code previously code under ...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Avoid touching the %tick_cmp...
jakllsch[src/trunk]: src/sys/dev/pci wpi(4): use MSI if available.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 DCZID_EL0:BS[0:3] is log2 of the bl...
nat[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Connection state machine improvemen...
wiz[src/trunk]: src/bin/sh Remove unnecessary Tn macro.
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Check DSDT signature in acpi_han...
jakllsch[src/trunk]: src/sys/arch/arm/imx Sprinkle 'bus_dma_generic needs-flag' to fi...
macallan[src/trunk]: src/sys/arch/powerpc/include/oea provide a wrapper for mapiodev(...
christos[src/trunk]: src/doc new libevent
sevan[src/trunk]: src/sys/dev/ieee1394 Listed UniNorth device is in fact the UniNo...
mlelstv[src/trunk]: src/sys/external/bsd/gnu-efi/dist/lib tag variables as __unused ...
joerg[src/trunk]: src/libexec/ld.elf_so Rework ifunc support to address a number o...
christos[src/trunk]: src/sys/kern Turn KASSERTS that check alignment which are user t...
christos[src/trunk]: src/external/bsd/cron/dist - since we use log_it for cron_pclose...
maxv[src/trunk]: src/sys/arch/amd64/include Remove misleading comment; these macr...
christos[src/trunk]: src/tests/net/net add v6 tests
maxv[src/trunk]: src/sys/arch/mips/mips spl leak, found by mootja
jakllsch[src/trunk]: src/sys/dev/usb re-generate
ryo[src/trunk]: src/sys/arch/evbarm/fdt fix build error
maxv[src/trunk]: src/sys Localify and remove unused prototypes.
spz[src/trunk]: src/external/bsd/tcpdump/dist Update of tcpdump to version 4.9.0
pgoyette[src/trunk]: src/sys/kern One more resource to release - the filename, if we ...
christos[src/trunk]: src/usr.sbin/bta2dpd/cosdata-gen dedup.
mlelstv[src/trunk]: src/distrib/notes/amiga Mention the installer question for the b...
knakahara[src/trunk]: src/sys/dev/pci fix endianness of "rsshash"(currently, used for ...
christos[src/trunk]: src/tests/lib/libc/string Add test from PR/52499
ragge[src/trunk]: src/sys/arch/vax/vax Fix cpu type printout error.
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 missing quote
christos[src/trunk]: src/sys/arch/arm/include fix the build (rump does not have opt_f...
bouyer[src/trunk]: src/sys/arch/arm/sunxi - sunxi_ccu_lcdxch1_set_rate(): enable pa...
nonaka[src/trunk]: src/sys/dev/ic Added missing splx(s).
christos[src/trunk]: src/sys/compat/linux/arch/alpha add send/recv mmsg and comment o...
christos[src/trunk]: src/sys/compat/linux/arch/alpha regen
roy[src/trunk]: src/tests/net/icmp Handle errors better.
maxv[src/trunk]: src/sys/arch/x86/x86 Use EOPNOTSUPP instead of EINVAL.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Call ixgbe_get_supported_physical_layer() ...
martin[src/trunk]: src/sys/kern No COMPAT_NETBSD32 for rump
nat[src/trunk]: src/tests/dev/audio Revert to previous. Audio passes the test p...
joerg[src/trunk]: src Move the complex logic for dynamically writing branches from...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: boot device is always e...
maxv[src/trunk]: src Remove the i386_vm86 API (instead of just deprecating it). T...
nisimura[src/trunk]: src/sys/arch/aarch64/aarch64 use lr for current x30. some commen...
kre[src/trunk]: src/sys/arch/shark/shark Add () around "1 << n' in #define's, wi...
skrll[src/trunk]: src/sys/dev/usb Improve the usb_syncmem calls in ohci_reset_std_...
abhinav[src/trunk]: src/external/bsd/blacklist/lib Fix a sentence.
nonaka[src/trunk]: src/sys efiboot: Boot parameters can be set via installboot(8).
kre[src/trunk]: src/external/public-domain/tz/dist Merge tzdata2018d
pgoyette[src/pgoyette-compat]: src/sys/compat/common Add compat_12 to the alias list, ...
christos[src/trunk]: src/sys/compat/linux/arch/mips regen
rin[src/trunk]: src/bin/ls white space
msaitoh[src/trunk]: src/sys/arch/x86/x86 Check buffer length correctly to not to pri...
christos[src/trunk]: src/sys/compat/linux/common New versions of linux on arm and oth...
jakllsch[src/trunk]: src/sys/dev/ic igsfb(4): use WSDISPLAY_BORDER_COLOR for overscan...
jakllsch[src/trunk]: src/sys/dev/usb Always try to set USB HID devices into Report Pr...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Avoid issues caused by sending old packets...
mrg[src/trunk]: src/external/lgpl3/gmp update these for GMP 6.1.2, and start to ...
christos[src/trunk]: src/sys/compat/linux/arch/powerpc regen
christos[src/trunk]: src/sys/compat/linux/common add sendmmsg and recvmmsg
pgoyette[src/trunk]: src/common/lib/libprop Add the *_size() variants to the .Nm list...
christos[src/trunk]: src/sys/compat/linux/arch/arm add send recv mmsg and unimpl
isaki[src/trunk]: src/sys/dev Split the first special element from sc_audiochan list.
maxv[src/trunk]: src/sys/arch/x86/pci Don't include malloc.h.
bouyer[src/trunk]: src/sys/arch/arm/sunxi Add some more A10/A20 clocks definitions; ...
mrg[src/trunk]: src/external/mit/xorg/lib/libdrm_amdgpu update for libdrm 2.4.83...
mrg[src/trunk]: src merge the rest of sbmips into evbmips. install the stand fi...
christos[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Fix the build (objdirs)
maxv[src/trunk]: src/sys/arch/amd64/amd64 Fix a bug in ucas_32 and ucas_64. There...
christos[src/trunk]: src/usr.bin/gzip now that we are processing SIGINFO write can be...
ryo[src/trunk]: src/sys/arch/evbarm/conf move "defparam opt_machdep.h BOOT_ARGS"...
macallan[src/trunk]: src/sys/arch/macppc/macppc mapiodev() the CPU reset GPIOs instea...
isaki[src/trunk]: src/sys/dev hw_if->set_params is mandatory, so it will never be ...
bouyer[src/trunk]: src/sys/arch/arm/sunxi Fix lvds output: PD10->19 are for lvds1, ...
jmcneill[src/trunk]: src/sys/dev/fdt Scan children of the /chosen node to pick up sim...
maxv[src/trunk]: src All things considered, remove the i386_pmc API. I deprecated...
jakllsch[src/trunk]: src Fix host tools build for asn1_compile, compile_et, and slc.
christos[src/trunk]: src/sys/compat include compat/sys/cpuio.h and multiple include p...
jakllsch[src/trunk]: src/sys/arch/arm/arm Drop inadvertent redundant CPU_CONTROL_MMU_...
spz[src/trunk]: src/external/mit/expat/dist from Changes:
mrg[src/trunk]: src/libexec/httpd uh, this is actually called 20170201 :-)
christos[src/trunk]: src/sys/sys remove extra function.
tsutsui[src/trunk]: src/share/mk Switch dreamcast to HAVE_XORG_SERVER_VER=118. It j...
ginsbach[src/trunk]: src/usr.sbin/rpcbind Fix compile warnings.
he[src/trunk]: src/tests/lib/libm Add test cases for nextafter() and nexttoward...
maxv[src/trunk]: src/sys/arch Remove unused and broken code. On amd64 we won't wa...
pgoyette[src/pgoyette-compat]: src/sys/kern In the data returned by MODCTL_STAT, incl...
maxv[src/trunk]: src/sys/arch Reduce the diff between amd64 and i386, and style.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add audio clocks
maya[src/trunk]: src/sys/ufs/ufs update the comment to the current IFMT/permissio...
knakahara[src/trunk]: src/sys/netipsec remove unnecessary comment.
maxv[src/trunk]: src/sys/dev/pci M_WAITOK cannot fail, so remove the test branche...
mrg[src/trunk]: src update for xkeyboard-config 2.21.
skrll[src/trunk]: src/sys/uvm/pmap Fix a UVMHIST_LOG after the "%s" removal
maya[src/trunk]: src/sys/ufs/lfs Fix typo in comment
maya[src/trunk]: src/share/man/man4 pxg(4) handles PMAG-D boards but not PMAG-C ones
sevan[src/trunk]: src/share/man/man8 The bogus number police
sevan[src/trunk]: src/sys/dev/pci There was only one G3 PowerBook with Firewire su...
maxv[src/trunk]: src/sys/netipsec typo in comments
hannken[src/trunk]: src/sys/kern When called with WRITECLOSE vflush() must sync the ...
skrll[src/trunk]: src/sys/fs/v7fs Remove some unnecessary duplicatioN
maxv[src/trunk]: src/sys/arch/x86/x86 Hum, don't let userland set bit 13, because...
joerg[src/trunk]: src/sys/arch/i386/stand/efiboot Unbreak clang again.
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/kcm - use c99 initializers
ryo[src/trunk]: src/common/lib/libc/arch/aarch64/string * aarch64/memset.S didn'...
maxv[src/trunk]: src/sys/arch/i386/include Remove the vm86 fields from the pcb.
christos[src/trunk]: src/external/bsd/libevent merge conflicts
bouyer[src/trunk]: src/sys/arch/arm/sunxi Make sunxi_ccu_div_set_rate() work on non...
maya[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/vax Add new predicate vola...
bouyer[src/trunk]: src/sys/dev/fdt Add connector and panel drivers (panel supports ...
maxv[src/trunk]: src/sys/arch Merge into x86/.
maxv[src/trunk]: src/sys/netinet Remove #ifdef INET. Same as tcp_input.c. Makes t...
maxv[src/trunk]: src/sys/arch/x86/x86 Reorganize to simplify.
skrll[src/trunk]: src/sys/net Fix logic inversion spotted by paulg
jmcneill[src/trunk]: src/sys Add EX_EARLY flag for extent_create, which skips locking...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add missing eint mappings
christos[src/trunk]: src/usr.bin/nc Import OpenBSD's netcat.
pgoyette[src/trunk]: src/sys/kern Release any allocated resources if we take the erro...
ryoon[src/trunk]: src/external/mit/xorg/server/xorg-server xorg-server.pc should i...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't limit number of queue pair to 8. Tak...
christos[src/trunk]: src/common/lib/libc/arch/arm/string No need to include namespace...
ginsbach[src/trunk]: src/usr.sbin/rdate Support -4 and -6.
martin[src/trunk]: src/sys/dev/mii Do not deref a NULL pointer if no current media ...
tron[src/trunk]: src/external/mit/xorg/lib/libxcb/dri3 Fix build with "USE_SSP=yes".
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src Some further changes fro...
ozaki-r[src/trunk]: src/tests/net Show outputs of commands if $DEBUG
bouyer[src/trunk]: src/sys/arch/arm/sunxi disable all clocks at end of attach funct...
ozaki-r[src/trunk]: src/sys/net Make bpf_gstats percpu
christos[src/trunk]: src/distrib/sets/lists/man add nc
skrll[src/trunk]: src/sys/dev/usb Check both buses for ub_usepolling and schedule ...
nisimura[src/trunk]: src/sys/arch/aarch64/aarch64 fill EL1 exception entry vector
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for H3 CPUX clock.
pgoyette[src/pgoyette-compat]: src/sys Remove fixed limit on number of modules which ...
ragge[src/trunk]: src/sys/arch/vax/vax Allow allocation of PTE space to fail in pm...
martin[src/trunk]: src/sys/compat/linux/arch Regen for accept4
christos[src/trunk]: src/sys expose sendmsg_so and recvmsg_so.
christos[src/trunk]: src add sqlite3
christos[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Avoid double frees (thank...
maxv[src/trunk]: src/sys/netinet Reorder and style, for clarity.
ozaki-r[src/trunk]: src/sys/netinet Don't set IN_IFF_* flags to ia4_flags if DAD is ...
maxv[src/trunk]: src/sys/arch/amiga/amiga spl leak, found by mootja
christos[src/trunk]: src/doc update openldap version
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon minimiz...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for deprecated pin configurat...
ginsbach[src/trunk]: src/lib/libc/rpc PR lib/15802: Shuuichirou Murata: Add missing x...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD r331224 except ixv_if_up...
roy[src/trunk]: src/sys/net rtsock: log dropped messages that we cannot report t...
abhinav[src/trunk]: src/share/dict Fix spelling of relocatable.
maya[src/trunk]: src/sys/kern restore r1.118
maxv[src/trunk]: src/sys/net/npf Add XXX (we don't handle IPv6 Jumbograms), and w...
nisimura[src/trunk]: src/libexec/ld.elf_so/arch/aarch64 - avoid caddr_t. use Elf_Addr...
pgoyette[src/trunk]: src/share/man/man9 Add locking(9) and psref(9) summaries to lock...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Fix lockdebug_locked annotations.
maya[src/trunk]: src/sys/ufs/lfs XXX question our double-flushing of dirops
isaki[src/trunk]: src/sys/dev Avoid possibility of integer overflow (and clean up).
he[src/trunk]: src/lib/libm In the non-softfloat m68k part, add s_nexttoward.c ...
mrg[src/trunk]: src/doc note gmp/mpfr/mpc updates
christos[src/trunk]: src/tools don't try to build links when cleaning or making obj dirs
sevan[src/trunk]: src/sys/dev/pci What we have listed as the PowerBook G3 Firwire ...
nat[src/trunk]: src/sys/dev Ensure the vc block size is set before call to set d...
maya[src/trunk]: src/sys/arch/mips/mips Don't need the errata workaround on user ...
chs[src/trunk]: src/external/bsd/libproc/dist implement proc_getlwpstatus() for ...
maxv[src/trunk]: src/sys/netinet Don't call tcp_input_checksum again, it was alre...
macallan[src/trunk]: src/sys/arch/macppc/dev be less spammy on i2c errors
uwe[src/trunk]: src/sys/compat/linux/common Use ELFOSABI_LINUX instead of a magi...
reinoud[src/trunk]: src/doc/roadmaps The Cheri https:// link is not valid, replace b...
christos[src/trunk]: src/sys/arch remove __HAVE_COMPAT_NETBSD32
christos[src/trunk]: src/sys/compat/linux32/common fix size computation
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix to use softint-based if_input in ixv(4).
pgoyette[src/trunk]: src/doc Add previous statement from core@ and add reference to e...
mrg[src/trunk]: src/external/lgpl3/gmp/lib/libgmp remove unused file
maxv[src/trunk]: src/sys/arch/x86/x86 oldlwp can be NULL, so ensure it isn't.
nat[src/trunk]: src/sys/dev Use sc_pr the mixing ring in full not just the first...
msaitoh[src/trunk]: src/sys/dev/mii Add some Intel devices.
hannken[src/trunk]: src/sys/kern Vrecycle() cannot wait for the vnode lock. On a le...
ozaki-r[src/trunk]: src/tests/net/arp Improve packet checks and error reporting
maxv[src/trunk]: src/sys/arch style, and move some i386-specific code into i386/
maya[src/trunk]: src/sys/arch/mips/mips use meaningful name for errata hack, dedup
wiz[src/trunk]: src/lib/libc/stdlib Typo fix.
msaitoh[src/trunk]: src/sys/dev Use uint8_t instead of int. No functional change.
agc[src/trunk]: src/usr.bin/sys_info + don't assume that tcsh is always installe...
skrll[src/trunk]: src/sys/arch/arm/arm #ifdef whack-a-mole
nat[src/trunk]: src/sys/dev Don't check hardware precision in autoconfig as some...
christos[src/trunk]: src/sys/arch provide __HAVE_COMPAT_NETBSD32 and fix multiple inc...
christos[src/trunk]: src/sys/compat/linux/arch/mips add missing unimpl and sendmmsg a...
nat[src/trunk]: src/sys/dev Audio passes the ver 1.2 of the atf test again. t_p...
mlelstv[src/trunk]: src/lib/libm rintl is required for archs that support long double.
christos[src/trunk]: src/sbin/fsck_msdos Prevent SEGV on corrupted msdos directories ...
christos[src/trunk]: src/distrib/sets/lists/debug the zombie test is not a rump test.
maxv[src/trunk]: src/sys/arch/mips/cavium/dev as the xxx implicitly points out, t...
isaki[src/trunk]: src/sys/dev Clean up audio_open().
ozaki-r[src/trunk]: src/tests/net/arp Add tests for GARP without DAD
abhinav[src/trunk]: src/lib/libm/man Fix sentence.
roy[src/trunk]: src/lib/libcurses If either set_escdelay(3) or set_tabsize(3) ar...
ozaki-r[src/trunk]: src/sys Defer some pr_input to workqueue
rin[src/trunk]: src/sys/arch PR port-mac68k/51923
mlelstv[src/trunk]: src/sys/dev/iscsi Destroy callouts when cleaning up.
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix the problem between eitr and link_speed.
mrg[src/trunk]: src/share/mk switch m68000 and m68k to GCC 6. ok mlelstv.
maxv[src/trunk]: src/sys/netinet Fix memory leak, we may reallocate 'tcp_saveti' ...
maxv[src/trunk]: src/sys/arch/x86 Move the SpectreV2 mitigation code into a dedic...
christos[src/trunk]: src/external/gpl2/xcvs/dist/src Fix for CVE-2017-12836; (cvs com...
christos[src/trunk]: src/usr.sbin/rpcbind fix typo, date, document -L
jmcneill[src/trunk]: src/sys/dev/fdt Print node path in debug log.
roy[src/trunk]: src/lib/libcurses Just return ERR instead of asserting if someon...
maxv[src/trunk]: src/sys/arch/x86/x86 Update the URLs, and add the DC_refills_ fl...
christos[src/trunk]: src/sys/kern Instead of expanding the syslog level into <level> ...
palle[src/trunk]: src/sys/arch/sparc64/doc sun4v: update TODO list to reflect the ...
christos[src/trunk]: src/sys/external/bsd/acpica/dist/compiler Remove __DATE__! Intel...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi "ahb" reset is optional
martin[src/trunk]: src/sys/compat/linux/arch/m68k Add accept4
maya[src/trunk]: src/share/man/man4 pmax uses wsdisplay since 2001, so omit BUGS ...
maxv[src/trunk]: src/sys/arch/x86 Localify. By the way, we should use a different...
macallan[src/trunk]: src/sys/dev/ic some bugs in chipsfb_putchar_aa():
maxv[src/trunk]: src/sys/arch/amd64/amd64 Split comment, otherwise it is misleadi...
msaitoh[src/trunk]: src/doc Add C3000 support into ichsmb(4) and ismt(4).
riastradh[src/trunk]: src/sys/kern Don't walk off the end of the dirent buffer.
kre[src/trunk]: src/doc Note update to tzdata2018d
jdolecek[src/trunk]: src/sys/uvm mark ubc_winshift and ubc_winsize as __read_mostly, ...
martin[src/trunk]: src/sys/rump/net/lib/libshmif Unconditionally include <unistd.h>...
ryo[src/trunk]: src Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
dholland[src/trunk]: src/usr.bin/make Fix bad markup.
macallan[src/trunk]: src/sys/arch/macppc/dev deal with PowerMac7, * mac-io/i2s/sound r...
maxv[src/trunk]: src/sys/netinet Minor changes: style, improve comments (and put ...
ragge[src/trunk]: src/sys/arch/vax/conf Use same major for rx floppies for both b ...
christos[src/trunk]: src/sys/compat/linux/common copy the terminating NUL (njoly)
christos[src/trunk]: src/sys/sys MAP_COPY moved to compat
maxv[src/trunk]: src/sys/arch/i386/i386 Pfff, use %ss and not %ds. The latter is ...
christos[src/trunk]: src/external/bsd/libevent/man regen man pages
jakllsch[src/trunk]: src/sys/dev/isa Use boolean logical and operation on booleans, r...
maxv[src/trunk]: src/sys/arch Fix these comments, we probably won't want to keep ...
maxv[src/trunk]: src/sys/arch/x86/x86 Add machdep.spectre_v2.method, a string tha...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 fix printf format
ozaki-r[src/trunk]: src/sys/net Don't take RT_LOCK in DDB
nonaka[src/trunk]: src/sys efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of...
christos[src/trunk]: src/sys/arch/amd64/amd64 use the right end macro: IDTVEC_END(nam...
bouyer[src/trunk]: src/sys/arch/arm/sunxi Consistently name the interrupt function ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Use the 64-bit counter as timecounter, an...
ginsbach[src/trunk]: src/usr.sbin/rdate Sort options alphabetically.
macallan[src/trunk]: src/sys/dev/pci in rtwn_attach(): return; before unconditionally...
maxv[src/trunk]: src/sys/arch Rename intrddb -> intrddbipi, like i386.
maxv[src/trunk]: src/sys/net/npf Don't read the L4 payload after IPPROTO_AH when ...
jakllsch[src/trunk]: src/sys/dev/ic Improve/fix igsfb(4) support for 15BPP.
sevan[src/trunk]: src/doc Note MAXTSIZ bump for PowerPC OEA
kre[src/trunk]: src/tests/bin/sh Add a basic test for $'...' quoting (roughly C ...
bouyer[src/trunk]: src/sys/arch/arm/sunxi Fix bad cut'n'paste, pointed out by David...
sevan[src/trunk]: src/share/man/man4 Add a CAVEATS section to give a heads up abou...
christos[src/trunk]: src/usr.sbin/rpcbind don't lock for RUMP
maxv[src/trunk]: src/sys/arch/i386/i386 Remove references to PSL_VM (implicitly v...
maxv[src/trunk]: src/lib/libarch/i386 Bump - removal of i386_vm86 and i386_pmc.
maya[src/trunk]: src/share/dict Add potage, it's a stew (French loanword)
christos[src/trunk]: src/usr.sbin/npf/npfctl Always print the rule id associated with...
knakahara[src/trunk]: src/sys/dev/pci add comment about txq->txq_lock contentions in w...
ozaki-r[src/trunk]: src ddb: rename "show lockstat" to "show lockstats" to avoid con...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Change clk and sclk variable...
bouyer[src/trunk]: src/sys Allow registering ACPI interrupt handlers with a xname.
mlelstv[src/trunk]: src/sys/net Reset fail counter when link goes down so that next ...
skrll[src/trunk]: src/sys/dev/usb Update edataphys if we truncate to the maximum T...
christos[src/trunk]: src/usr.bin/ftp Use the first name we requested the http/https U...
macallan[src/trunk]: src/sys/arch/powerpc/pic don't call mapiodev() - the caller shou...
christos[src/trunk]: src/sys/arch/evbmips/stand/sbmips no ssp and pie
agc[src/trunk]: src/usr.bin/sys_info restore martin's change for tcsh versioning...
mrg[src/trunk]: src/external/gpl3/gcc/dist/gcc add the spectre mitigation option...
mlelstv[src/trunk]: src/sys/fs/msdosfs Add more sanity checks for BPB parameters. Ha...
msaitoh[src/trunk]: src/sys/dev/pci Linux and FreeBSD defines 0x10f5 as E1000_DEV_ID...
maxv[src/trunk]: src/sys/arch/x86/x86 Fix sysctl type, should be bool.
christos[src/trunk]: src/sys/dev/pckbport PR/52483: Ryo ONODERA: Add support for ALPS...
jakllsch[src/trunk]: src/sys/dev/usb Fix memory leak in report parsing error paths.
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.2
kre[src/trunk]: src Document opendisk1() - it has been around long enough.
jmcneill[src/trunk]: src/sys/arch Add initial support for Allwinner A13 and R8 SoCs.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Move incq outside of the copy section. ...
christos[src/trunk]: src/sys/netinet6 PR/52382: BERTRAND Joel: Fix mapped IPv4 source...
maxv[src/trunk]: src/sys/netinet Remove dead code. It was introduced in rev1 (25 ...
isaki[src/trunk]: src/sys/dev Remove goto in mix_write()
pgoyette[src/pgoyette-compat]: src/doc Update with notes from a recent status update ...
abhinav[src/trunk]: src/lib/libm/man Fix a sentence.
christos[src/trunk]: src/sbin/dmesg eat NUL's first so that the state machine is not ...
christos[src/trunk]: src/sys/compat/linux/arch/amd64 add sendmmsg and recvmmsg
roy[src/trunk]: src/sys/arch/i386/stand/efiboot Mark reboot() and _rtt() as __dead.
kre[src/trunk]: src/usr.bin/sys_info Get rid of the arg sorting - it doesn't wor...
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/backend handle programs that have ...
ryoon[src/trunk]: src/sys/dev/pckbport Do not print ALPS related message when gene...
jmcneill[src/trunk]: src/sys/arch Disable sdhost instead of sdhc for non-wifibt boards.
maxv[src/trunk]: src/sys/arch/sparc64/sparc64 Apply only CCR. Otherwise userland ...
martin[src/trunk]: src/sys/compat/linux/arch/powerpc Add accept4
christos[src/trunk]: src/usr.sbin/bta2dpd/sbc_crc-gen KNF.
christos[src/trunk]: src/tests/lib/libevent add extra file.
christos[src/trunk]: src/sys/compat/linux/arch/mips fix broken entries that prevented...
spz[src/trunk]: src merge for tcpdump 4.9.0 and document
christos[src/trunk]: src/doc mention netcat (nc)
christos[src/trunk]: src/usr.sbin/racoon add commented out debugging options.
martin[src/trunk]: src/sys/arch/alpha/alpha Nowadays we can create new kernel threa...
abhinav[src/trunk]: src/lib/libm/man Add modff and modfl in the NAME section.
njoly[src/trunk]: src/lib/libpthread Fix a typo : pthread_mutexaddr_init -> pthrea...
spz[src/trunk]: src/crypto/external/bsd/openssl/dist import of OpenSSL 1.0.2k
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add MMC clocks
wiz[src/trunk]: src/share/man New sentence, new line.
christos[src/trunk]: src/tests/net/net add tests for 4->6 connections.
maxv[src/trunk]: src/sys/net/npf Ah, fix compilation. I tested my previous change...
isaki[src/trunk]: src/sys/dev Fix typo. sc_mrr -> sc_mpr for play buffer.
martin[src/trunk]: src/tests/fs/vfs PR kern/51762: add a test program
ryoon[src/trunk]: src/sys/dev/usb Add extra newline for normal message from uts(4)
rin[src/trunk]: src/sys/arch PR port-mac68k/51923
wiz[src/trunk]: src/usr.bin/sys_info Fix xref.
maxv[src/trunk]: src/sys/arch Merge into x86/.
christos[src/trunk]: src/external add sqlite3
nat[src/trunk]: src/sys/dev/bluetooth Apply the sequence number mask to txack.
martin[src/trunk]: src/sys/kern Restrict the forcing of COMPAT_NETBSD32 to _LP64 ke...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: implement missing handling o...
nonaka[src/trunk]: src/sbin/nvmectl nvmectl(8): sync with FreeBSD HEAD r316105.
christos[src/trunk]: src/crypto/external/bsd/heimdal/lib/libkrb5 Use ${TOOL_SED} and ...
ragge[src/trunk]: src/sys/arch/vax/boot/boot Fix bug causing autoboot on 750/780 n...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.2 with the follow...
ginsbach[src/trunk]: src/usr.sbin/rpcbind Write the "warm start" file to /var/run rat...
maxv[src/trunk]: src/sys/arch Reduce the diff between amd64 and i386. It also fix...
knakahara[src/trunk]: src/sys/netipsec Add IPv4 ID when the ipsecif(4) packet can be f...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.3 with the follow...
sevan[src/trunk]: src/sys/dev/pci regen
rin[src/trunk]: src/sys/dev/ic Do not call scsipi routines via njsc32_init befor...
maxv[src/trunk]: src/sys/netinet Reorder/Fix comments to clarify.
christos[src/trunk]: src/crypto/external/bsd/heimdal/lib/libkrb5 Include sqlite3 to t...
wiz[src/trunk]: src/usr.bin/nc Use full month name in Dd.
maxv[src/trunk]: src/sys/arch/x86/x86 Add #ifdef, for i386 not to panic.
abhinav[src/trunk]: src/sbin/gpt Fix spelling of partition.
joerg[src/trunk]: src/libexec/ld.elf_so/arch/sparc Don't skip PLT processing for t...
sevan[src/trunk]: src/share/man/man4/man4.macppc Add email address for author.
snj[src/trunk]: src remove rstart, which hasn't been used since the xfree86 days.
joerg[src/trunk]: src/share/man/man9 Drop stray .El.
mrg[src/trunk]: src/external/mit/xorg/lib/fontconfig/etc update fonts.conf for f...
maxv[src/trunk]: src/sys Remove #if 0 on USER_LDT.
knakahara[src/trunk]: src/sys/dev/pci fix memory leak at wm_detach.
nonaka[src/trunk]: src/sys/arch/i386/stand/lib efiboot: fix to find boot partition ...
christos[src/trunk]: src/sys/compat/linux/arch regen
maxv[src/trunk]: src/sys/arch/x86/x86 The first va should depend on the text offs...
ozaki-r[src/trunk]: src/sys/net Make global variables static
msaitoh[src/trunk]: src/sys/dev/pci Use new wm_gmii_setup_phytype() function to setu...
msaitoh[src/trunk]: src/sys/arch/x86/include From the latest Intel SDM:
kre[src/trunk]: src/tests/bin/sh Make the $'...' syntax tests test what is suppo...
agc[src/trunk]: src/usr.bin/sys_info Changes to sys_info (20170821)
mrg[src/trunk]: src move the GMP_MACHINE_ARCH definition into external/lgpl3/gmp...
christos[src/trunk]: src/sys/compat/linux/arch/m68k and send and recv mmsg and unimpl
christos[src/trunk]: src/sys/netinet add some more getsockopt(2) params
christos[src/trunk]: src/usr.sbin/rpcbind merge FreeBSD changes:
christos[src/trunk]: src/sys/arch/i386/stand/efiboot Don't error out for set but unus...
maya[src/trunk]: src/sys/ufs/ffs print mode as octal for readability
kamil[src/trunk]: src/tests/net/icmp Fix a printf(3)-like format in ATF ICMP t_ping.c
isaki[src/trunk]: src/sys/dev Remove meaningless sc_blkset.
ozaki-r[src/trunk]: src/tests/net/bpf Add a test case for BIOCGBLEN and BIOCSBLEN
nonaka[src/trunk]: src/sys/arch/zaurus/conf reduce install kernel size.
abhinav[src/trunk]: src/lib/libm/man Add comma between two Nm entries in the NAME se...
maxv[src/trunk]: src/sys/net Not sure what we are trying to achieve here, but the...
mrg[src/trunk]: src/external/lgpl3/mpfr/dist merge MPFR 3.1.5.
wiz[src/trunk]: src/bin/sh Remove trailing space.
maya[src/trunk]: src/sys/arch/amd64/amd64 Remove duplicate check. uvm_physseg_val...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove unused counters.
maya[src/trunk]: src/sys/arch Remove dead code. it isn't possible to do non-__ELF...
jakllsch[src/trunk]: src/sys/netbt avoid -Werror=sign-conversion
maya[src/trunk]: src/sys/kern correct typo: and and -> and
sjg[src/trunk]: src/usr.bin/make Just have :_ use current ctxt, avoid need to fo...
maxv[src/trunk]: src/sys Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No fu...
knakahara[src/trunk]: src/sys/netipsec fix localcount leak in sav. fixed by ozaki-r@n.o.
martin[src/trunk]: src/lib/libm/src Add missing alias for ldexpl on ! __HAVE_LONG_D...
christos[src/trunk]: src/tools make a symlink to krb5 for the tools build.
knakahara[src/trunk]: src/sys/dev/pci fix: wm(4) Rx descriptor is corrupted under high...
abhinav[src/trunk]: src/lib/libm/man Remove comma after the last Nm entry.
ozaki-r[src/trunk]: src/sys/net Use m_get_rcvif_psref instead of m_get_rcvif
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist Release Notes - Heimdal - V...
christos[src/trunk]: src/sys/compat/linux/arch/mips regen
kamil[src/trunk]: src/doc/roadmaps/people Add personal TODO and research goals
maya[src/trunk]: src/sys/dev/pcmcia Remove more dead code
msaitoh[src/trunk]: src/bin/pax s/copy copy/copy/ in comment.
abhinav[src/trunk]: src/external/bsd/openresolv/dist Fix spelling of exclusive.
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib netpgp_t is a structure
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Hook up syscall handling to ...
macallan[src/trunk]: src/sys/arch/macppc/macppc sprinkle oea_mapiodev()
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.3
msaitoh[src/trunk]: src/sys/arch/x86/include Add Some bit definitions of AMD Fn80000...
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src Drop superfluous zero pr...
wiz[src/trunk]: src/usr.sbin/rpcbind Use today's date. Sort options. Remove supe...
ragge[src/trunk]: src/sys/arch/vax/boot Let boot relocate to just below 8MB. This...
maxv[src/trunk]: src/sys/arch/x86/x86 Improve the detection. Future generations o...
nakayama[src/trunk]: src/sbin/raidctl Follow the ioctl arg changes of RAIDFRAME_GET_C...
maxv[src/trunk]: src/sys/arch Call cpu_speculation_init on i386 too. We don't hav...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Remove NAWIN_MP blocks (this code was exp...
wiz[src/trunk]: src/bin/ps Bump date for previous. Remove/replace bogus Tn uses.
maya[src/trunk]: src/sys/arch/mips/mips Leave TS and RE alone for the benefit of ...
skrll[src/trunk]: src/sys/arch/evbarm/conf __HAVE_CPU_UAREA_ALLOC_IDLELWP needed t...
christos[src/trunk]: src/sys/kern Add the ability to prepend a timestamp [ sec.nsec] ...
christos[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon make debugrm compile again.
kamil[src/trunk]: src/distrib/sets/lists/tests Sort files in usr/tests/usr.bin/c++/
macallan[src/trunk]: src/sys/arch/macppc/conf audio works now, so enable it
christos[src/trunk]: src/sys/arch/sparc/stand/boot Also move bootjs.net after we've e...
christos[src/trunk]: src/bin/sh Add fdflags builtin. Discussed with Chet and he has i...
maxv[src/trunk]: src/sys/netinet Dedup: introduce tcp_urp_drop() and use it.
roy[src/trunk]: src/external/bsd/dhcpcd/include Add support for setproctitle(3)
christos[src/trunk]: src/sys/arch Rename Xpreempt{recurse, resume} -> X{recurse, resume...
christos[src/trunk]: src/sys/kern The argument length is in bytes; don't use howmany()
bouyer[src/trunk]: src/sys/arch/arm/sunxi Reset more regs at attach time, just in c...
roy[src/trunk]: src/tests/net/icmp Allow a valid sendto .... duh
mrg[src/trunk]: src/external/lgpl3/gmp mp.h was removed a while ago. update the...
christos[src/trunk]: src/tests/lib/libm don't skip nexttoward for aarch64 and mips64
christos[src/trunk]: src/distrib/sets/lists/comp add more man pages
mrg[src/trunk]: src/sys/arch/mips/mips mips_emul_daddi and mips_emul_daddiu don'...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
wiz[src/trunk]: src/share/man/man4 Improve HISTORY section.
nonaka[src/trunk]: src/sys/dev/pci iwn(4): use MSI if available.
chs[src/trunk]: src/external/cddl/osnet/dev/cyclic fix this module to depend on ...
bouyer[src/trunk]: src/sys/arch/arm/sunxi Add missing A10_RST_LVDS entry
nisimura[src/trunk]: src/sys/arch/aarch64/aarch64 add cpu_set_onfault glue
riastradh[src/trunk]: src/sys/arch/amd64/conf Add some more bogus compat options to am...
christos[src/trunk]: src/sys/compat/linux/arch/arm regen
mlelstv[src/trunk]: src/sbin/gpt Check device parameter to avoid segfaults. Agument ...
he[src/trunk]: src/lib/libm Move the inclusion of s_nexttowardf.c into a common...
kamil[src/trunk]: src/lib/libc Document in libc's shlib_version request for exect(...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Remove the sunxi_debe driver in favour of...
snj[src/trunk]: src/lib/libutil new lookup order will be in 7.1 before 8.0
joerg[src/trunk]: src/external/gpl3/binutils/dist/bfd When trying to decide the st...
msaitoh[src/trunk]: src/sys/dev/pci Add C3000 devices.
roy[src/trunk]: src/tests/net/icmp Note value received. Harden another sendto fo...
christos[src/trunk]: src/sys/compat/linux32/common avoid the shadow
skrll[src/trunk]: src/sys/dev/usb Simplify an expression using the OHCI_PAGE_OFFSE...
nonaka[src/trunk]: src/sys wlan interfaces make interrupt routine running on softin...
ragge[src/trunk]: src/sys/arch/vax/boot/boot gcc 5.5 has no problem with -O2 on boot.
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix race about writing adapter->link_activ...
sevan[src/trunk]: src/share/man/man4/man4.macppc awacs(4) is enabled by default in...
christos[src/trunk]: src/sys/modules/compat_netbsd32 Define MODULAR so we can have sy...
ryo[src/trunk]: src/sys/net/npf Don't hold softnet_lock if NET_MPSAFE.
christos[src/trunk]: src/sys/netbt factor out common subexpressions.
maxv[src/trunk]: src/sys/arch/amd64/amd64 The call to svs_lwp_switch can clobber ...
eadler[src/trunk]: src/share/misc [bsd-family-tree] announce NetBSD 7.1.2 & 6.0.6
maxv[src/trunk]: src/sys/arch Enable the SpectreV2 mitigation by default at boot ...
martin[src/trunk]: src/sys/compat/linux/arch/m68k regen
mlelstv[src/trunk]: src/sys/arch/amd64/amd64 typo
maya[src/trunk]: src/sys/arch/amiga/amiga Simplify. error is constant, so replace...
nat[src/trunk]: src/usr.sbin/btattach Set controller clock based on baud rate.
maya[src/trunk]: src/sys correct typo: and and -> and (comments only)
ragge[src/trunk]: src/sys/arch/vax/vax Set max/dfl size for vm a process may have ...
maya[src/trunk]: src/sys/arch/ia64/include Remove fallback definition for __ELF__.
maxv[src/trunk]: src/sys/netinet Remove two more 'else' branches.
wiz[src/trunk]: src/share/man/man4 Make all headers bold.
christos[src/trunk]: src/sys/uvm MAP_COPY is handled in compat
maxv[src/trunk]: src/sys/netinet Fix an untriggerable memory leak. carp_prepare_a...
mrg[src/trunk]: src/libexec/httpd - fix a bug in cgi processing. from Dennis Li...
christos[src/trunk]: src/common/include/prop add sized versions of the copyin ioctls.
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/asn1 handle our basename.
abhinav[src/trunk]: src/lib/libterminfo Fix a typo.
sevan[src/trunk]: src/external/bsd/pkg_install/dist Import pkg_install-20180325.
nonaka[src/trunk]: src/usr.sbin/makefs/cd9660 Correctly mark the last El Torito sec...
sevan[src/trunk]: src/share/man/man4 As per ALTQ(9), refer to ALTQ as a system whi...
wiz[src/trunk]: src/share/man/man4/man4.macppc Remove Tn, comment out mediabay(4...
christos[src/trunk]: src/sys/kern rump does not have ucontext32_t
msaitoh[src/trunk]: src/sys/arch/x86/include Modify comment. Use long form.
christos[src/trunk]: src/distrib/sets/lists update for libevent
martin[src/trunk]: src/tests/lib/libc/sys Restrict special mode/owner settings to t...
christos[src/trunk]: src/sbin/mount_nfs use the netid value because it could be udp6...
roy[src/trunk]: src/lib/libcurses Check _cursesi_term is set in a few places and...
christos[src/trunk]: src/include/rpc s/not sure why// and make these work :-)
skrll[src/trunk]: src/sys/dev/usb Fix the range check for a single TD maximum tran...
riastradh[src/trunk]: src/sys/dev Tweak whitespace to make this definition more greppa...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Add new function acpi_select_add...
pgoyette[src/pgoyette-compat]: src/doc More updates to match reality.
maxv[src/trunk]: src/sys/netinet Several changes in syn_cache_respond:
maxv[src/trunk]: src/sys/arch/amd64/amd64 In cpu_mcontext_validate, treat %cs dif...
macallan[src/trunk]: src/sys/arch/macppc/dev don't map more PCI space than needed, av...
maya[src/trunk]: src/sys/ufs/lfs Not much point doing anything after a panic call
martin[src/trunk]: src/sys/compat/common XXX stub it completely for now to make it ...
mlelstv[src/trunk]: src/sys/net add prototypes, validate ifm_change and ifm_status v...
msaitoh[src/trunk]: src/sys/dev/pci Add Intel X299 and Z370 LPC.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Fix warning when compiling Xen; FLAT_RI...
tsutsui[src/trunk]: src/sys/arch/atari/conf Regen to denote GENERIC.in rev 1.115 in ...
chs[src/trunk]: src/external/cddl/osnet/dist/cmd/dtrace add some missing bits fr...
sevan[src/trunk]: src/sys/dev/pci PG3_FW device has been renamed UNINORTH_FW in pc...
mrg[src/trunk]: src/external/mit/xorg/lib/xkeyboard-config/rules update for xkey...
christos[src/trunk]: src/sys expose copyout_sockname_sb
macallan[src/trunk]: src/sys/conf chipsfb needs glyphcache now
maya[src/trunk]: src/tests/lib/libm use PRIu64 to print uint64_t, don't print sizeof
maxv[src/trunk]: src/sys/arch/x86/x86 Fix the check, should be >=.
ozaki-r[src/trunk]: src/sys/netinet Revert the previous two commits as per roy@'s re...
knakahara[src/trunk]: src/sys/dev/pci remove obsolete comment. wm(4) vlan have already...
mrg[src/trunk]: src/external/gpl3/gcc.old/dist/gcc add the spectre mitigation op...
ragge[src/trunk]: src/sys/arch/vax/boot/boot Use a common routine ubmap() that set...
skrll[src/trunk]: src/sys/kern Whitespace fix
maxv[src/trunk]: src/sys/kern Remove these global variables. They are unused, rac...
maxv[src/trunk]: src/sys/net/npf In addition to checking L4 in the cache, here we...
jdolecek[src/trunk]: src/sys/dev/pci use pci_intr_establish_xname()
isaki[src/trunk]: src/sys/dev Remove mixer chan from sc_audiochan.
wiz[src/trunk]: src/share/man/man4 Sort/merge errors.
maxv[src/trunk]: src/sys/arch Allow IBRS to be disabled dynamically.
kamil[src/trunk]: src/tests/kernel Add new test signal8 in t_ptrace_wait{, 3, 4, 6, id...
mlelstv[src/trunk]: src/sys/uvm Increase UVM read ahead window limit a bit to match ...
abhinav[src/trunk]: src/lib/libc/sys Remove comma after the last Nm entry.
christos[src/trunk]: src/sys/compat/linux/arch/m68k regen
christos[src/trunk]: src/sys/compat/linux/arch/powerpc add unimple sendmmsg secvmmsg
christos[src/trunk]: src new openssh
macallan[src/trunk]: src/sys/arch/macppc/dev explicitly enable the i2s part in the ke...
nisimura[src/trunk]: src/sys/arch/aarch64/aarch64 - reorder faultbuf member.
skrll[src/trunk]: src/sys/arch/arm/arm Fixup CPU_PJ4B for recent armv7 tlb operati...
kre[src/trunk]: src/etc PR misc/53145 (Bruce Lilly)
hannken[src/trunk]: src/sys/rump/librump/rumpvfs Run vflush() when going from read/w...
christos[src/trunk]: src/sys/kern es_arglen is already in bytes...
nat[src/trunk]: src/sys/dev/pad Don't hold the thread_lock between successive ca...
christos[src/trunk]: src/crypto/external/bsd/heimdal/include include roken-common.h d...
christos[src/trunk]: src/external/bsd/tcpdump/dist protect variable with the macro th...
christos[src/trunk]: src/distrib/sets/lists bump heimdal libraries
maxv[src/trunk]: src/sys/arch/i386/i386 Remove __ELF__ vestige.
mrg[src/trunk]: src/doc MPFR 3.1.5 is in.
maya[src/trunk]: src/sys/dev Initialize error also in the case where len=0, which...
kre[src/trunk]: src/bin/sh Add support for $'...' quoting (based upon C "..." st...
kamil[src/trunk]: src/tests/lib/libc/stdlib Fix typo in ATF test t_strtoi.c
christos[src/trunk]: src/crypto/external/bsd/openssh/dist OpenSSH 7.7 was released on...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add PocketCHIP display and input support.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Setup routing at init and toggle PA mute ...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Revert the *_PROT_RO_* define cha...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Add Tegra124 APB-DMA controller driver.
riastradh[src/trunk]: src/sys/compat/ibcs2 Make sure we move forward over the buffer.
maxv[src/trunk]: src/sys/netinet Clarify with KASSERT.
wiz[src/trunk]: src/share/man/man4 Fix a typo, add a comma.
mlelstv[src/trunk]: src/sys/ufs/ffs Don't time out the discard work queue here. Eith...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia APB-DMA channel registers start at offse...
christos[src/trunk]: src/sys/compat/linux32/common we have space for one more.
maxv[src/trunk]: src/sys/arch Remove unused arg, to have the same definition as a...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib prefer some local inclu...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove the sysretq fault handler. It is...
bouyer[src/trunk]: src/sys/arch/arm/sunxi Add a round_rate() callback for the sunxi...
joerg[src/trunk]: src/sys/arch/shark/shark Since left shifts of negative values is...
ginsbach[src/trunk]: src/usr.sbin/rpcbind Revert accidently committed enabling WARMST...
nonaka[src/trunk]: src/sys/arch/x86/x86 Fix compile failure on i386 with DEBUG_MEML...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
rin[src/trunk]: src/sys/dev/ic Initialize ahc->shared_data_size appropriately. F...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Remove AWIN_DEBE_FWINIT blocks
nat[src/trunk]: src bta2dpd - Bluetooth Advand Audio Distribution (A2DP) Profile...
dholland[src/trunk]: src/usr.bin/shuffle Fix misuse of arc4random by using arc4random...
macallan[src/trunk]: src/sys/dev/pci consistency...
agc[src/trunk]: src/usr.bin/sys_info add pkg_install to the list of programs rep...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Don't write EIMC directly. It is required ...
skrll[src/trunk]: src/share/man/man9 Bump date
mrg[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-openchrome updat...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe FreeBSD r320688 sorted a lot of functions....
ozaki-r[src/trunk]: src/sys/net Reduce return points
ozaki-r[src/trunk]: src/sys/rump/librump/rumpkern Unbreak builds of rump libraries w...
hannken[src/trunk]: src/sys/fs/tmpfs Run vflush() when going from read/write to read...
christos[src/trunk]: src/crypto/external/bsd/openssl merge conflicts
kamil[src/trunk]: src/tests/kernel Add new tests signal[23] in t_ptrace_wait{, 3, 4, ...
skrll[src/trunk]: src/sys/dev/usb Sprinkle some const
wiz[src/trunk]: src/usr.bin/sys_info Use Nm.
wiz[src/trunk]: src/usr.bin/sys_info Sync usage with man page.
hauke[src/trunk]: src/sys/dev/isa Enable the IT8628E shipped with my gigabyte GA-N...
maya[src/trunk]: src/sys/ufs/lfs Consistently use {, UN}MARK_VNODE macros rather t...
he[src/trunk]: src/lib/libm/src On second thought, don't introduce nexttowardl(...
msaitoh[src/trunk]: src/sys/dev/mii regen.
christos[src/trunk]: src/crypto/external/bsd/heimdal need libutil for pidfile
christos[src/trunk]: src/external/bsd/iscsi/dist/include need <sys/param.h>
wiz[src/trunk]: src/share/man/man9 Merge altq(4) HISTORY changes.
maxv[src/trunk]: src/sys/netinet Don't pass a pointer to tcp_reass, otherwise it ...
maxv[src/trunk]: src/sys/arch Reduce the diff between i386 and amd64 (bios32_serv...
ragge[src/trunk]: src/sys/arch/vax/include Shrink MAXDSIZ to 512MB.
mlelstv[src/trunk]: src/sys/dev make the sc_discard interface for the ld backend asy...
kre[src/trunk]: src/usr.bin/sys_info Add a \ -- allows sys_info -v pkg_install t...
agc[src/trunk]: src/usr.bin/sys_info also add tzdata versioning information
mlelstv[src/trunk]: src/sys/dev/scsipi Use separate lock to protect internal state a...
christos[src/trunk]: src/sbin/dmesg handle log being before timestamp...
sevan[src/trunk]: src/external/bsd/pkg_install/dist Import regenerated catalog files
joerg[src/trunk]: src/distrib/amd64/uefi-installimage Bump image to 1550MB to unbr...
roy[src/trunk]: src/lib/libcurses Move ESCDELAY to curses.c so all globals are c...
christos[src/trunk]: src/sys/compat/linux/arch implement accept4
uwe[src/trunk]: src/sys/arch/landisk/landisk It's completely bogus to pass physm...
ginsbach[src/trunk]: src/tests/lib/libpthread PR/49003: Ngie Cooper: add <sys/time.h>
knakahara[src/trunk]: src/sys/net fix ipsecif(4) stack overflow.
kamil[src/trunk]: src/sys/dev/scsipi Revert previous commit in st.c in order to un...
mrg[src/trunk]: src/external/lgpl3/gmp/dist merge GMP 6.1.2.
pgoyette[src/trunk]: src/share/man/man4 Document the keep-filename entry in the dicti...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
maxv[src/trunk]: src/sys/netinet Misc changes; no real functional change.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add sun5i touchscreen driver.
kamil[src/trunk]: src/sys/sys Welcome to 8.99.2!
christos[src/trunk]: src/sys/arch/hppa/stand disable PIE and SSP
nisimura[src/trunk]: src/sys/arch/arm/pic decouple pic_ipi_kpreempt() from DDB
christos[src/trunk]: src/external/bsd/tcpdump/include broken test.
maxv[src/trunk]: src/sys/netinet Improve a bit here and there. Replace bcopy by m...
knakahara[src/trunk]: src/sys/arch/x86/x86 Fix "intrctl list" causes panic while attac...
roy[src/trunk]: src/sys/kern socket: clear error even when peeking
maya[src/trunk]: src/sys/ufs/lfs Ask some question about the code in a XXX comment
spz[src/trunk]: src updated man pages & the x86_64 mont* asm fix for the new ope...
christos[src/trunk]: src/sys/net/npf - Increase copyin buffer size to 4M
christos[src/trunk]: src/external/bsd/libevent/man now we have evbuffer.h.3 and ebuff...
christos[src/trunk]: src/external/bsd/libevent/dist Changes in version 2.1.8-stable (...
isaki[src/trunk]: src/sys/dev Clean up audio_allocbufs().
nat[src/trunk]: src/sys/dev/pckbport Remove extra newline.
christos[src/trunk]: src/sys/kern Move the add char portion to its own function.
christos[src/trunk]: src/crypto/external/bsd/netpgp/dist/include remove unused struct...
christos[src/trunk]: src/sys/kern use __HAVE_COMPAT_NETBSD32
flxd[src/trunk]: src/share/man/man4/man4.pmax * sii(4) was never used in VAXstati...
nonaka[src/trunk]: src/sbin/nvmectl Added missing file...
martin[src/trunk]: src/distrib/sets/lists Add test program for PR kern/51762
christos[src/trunk]: src/crypto/external/bsd/heimdal/include this is not needed anymore
riastradh[src/trunk]: src/sys/compat/svr4 Zero stack data before copyout.
msaitoh[src/trunk]: src/sys/dev/isa Print chip name correctly.
maxv[src/trunk]: src/sys/arch Fill the .text padding with 0xcc (int3), in such a ...
maxv[src/trunk]: src/sys/netinet Simplify the computation:
macallan[src/trunk]: src/sys/dev/ic support anti-aliased fonts, glyphcache etc.
uwe[src/trunk]: src/sys/arch/sh3/sh3 pmap_steal_memory - a few more s/start/avai...
sevan[src/trunk]: src Update supporting files for components which rely on autocon...
christos[src/trunk]: src/common/lib/libprop missing brace
maxv[src/trunk]: src/sys/arch Reduce the diff between amd64 and i386.
abhinav[src/trunk]: src/external/bsd/blacklist/lib Remove comma after the last Nm en...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist match the man page, and exp...
abhinav[src/trunk]: src/external/bsd/blacklist/lib Correct the function names in the...
christos[src/trunk]: src/external/bsd/libevent/include need visibility.h
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_get_reg_byname
maxv[src/trunk]: src/sys Remove TCPREASS_DEBUG. It was introduced 20 years ago wh...
christos[src/trunk]: src/sys factor out some repeated code and simplify the logputcha...
christos[src/trunk]: src/tests/lib/libc/sys PR/51840: Ngie Cooper: portability fixes ...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: fix it can't boot from ...
christos[src/trunk]: src/lib/libm add nexttoward for mips64 and aarch64
kamil[src/trunk]: src/tests/kernel Remove debug printf(3)
jmcneill[src/trunk]: src/sys/arch/arm Add __HAVE_GENERIC_CPU_INITCLOCKS option. If se...
christos[src/trunk]: src/sys/kern always compile in the COMPAT32 code; it is tiny and...
joerg[src/trunk]: src Bump libc minor to 208 for strfmon_l.
mrg[src/trunk]: src/external/lgpl3/mpfr/dist initial import of MPFR 3.1.5 packag...
wiz[src/trunk]: src/lib/libc/sys Spelling fixes.
joerg[src/trunk]: src/external/bsd/pkg_install/dist Mark all files dead that shoul...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with the remaining part of FreeBSD r3...
maxv[src/trunk]: src/sys/arch/x86/x86 Set the "method" string at boot time too.
wiz[src/trunk]: src/share/man/man4 Remove superfluous Tn markup.
christos[src/trunk]: src/sys/arch/sun68k/stand/libsa PR/51935: David Binderman: bad c...
martin[src/trunk]: src/sys/arch/sparc/include PR port-sparc64/51925: cosmetic clean...
maxv[src/trunk]: src/sys/arch Use __read_mostly on these variables, to reduce the...
wiz[src/trunk]: src/doc openssh-7.7 out
he[src/trunk]: src/lib/libm Actually... s_nexttowardf.c appears to be usable on...
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2018d from ftp:/...
jmcneill[src/trunk]: src/sys/dev/fdt Add an FDT "Simple Framebuffer" driver. This let...
mrg[src/trunk]: src/libexec/httpd call this bozohttpd 20170201.
maxv[src/trunk]: src/sys/arch/amd64/amd64 style, reduces an incoming diff
maxv[src/trunk]: src/sys/netinet Rearrange a bit. No real functional change.
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Revert previous chan...
jdolecek[src/trunk]: src/sys/uvm fix typo in comment
jmcneill[src/trunk]: src/sys/dev/i2c Add driver for Texas Instruments TCA8418 I2C Con...
msaitoh[src/trunk]: src/sys/dev/pci Add two VIA xHCI devices from OpenBSD.
maxv[src/trunk]: src/sys/net Correctly handle the return value of arpresolve, oth...
maya[src/trunk]: src/sys/arch/mips/mips Eliminate redundant load delays.
maya[src/trunk]: src/tests/lib/libm Add test case for alpha's MPFR config test fa...
sjg[src/trunk]: src/usr.bin/make Partially initialize Dir before MainParseArgs c...
jdc[src/trunk]: src/share/man/man4/man4.sparc64 Note that EDID is only read on s...
roy[src/trunk]: src socket: report receive buffer overflows
sjg[src/trunk]: src/usr.bin/make Since we are avoiding VAR_INTERNAL, allow the v...
jmcneill[src/trunk]: src/sys/dev/i2c wscons is not mpsafe, so take kernel lock for in...
uwe[src/trunk]: src/sys/uvm Add missing spaces in split string literals.
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_gpio_acquire_index for accessing mult...
maya[src/trunk]: src/sys/arch/amd64/amd64 Match the iterator in sys/uvm/uvm_page....
jmcneill[src/trunk]: src/sys/dev/i2c Use linux_keymap instead of pckbd keymap
christos[src/trunk]: src/crypto/external/bsd/openssh merge conflicts
isaki[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k Implemen...
christos[src/trunk]: src/etc set 7 and 8 to close on exec.
maxv[src/trunk]: src/sys/arch/x86/x86 Rename spectreV2 -> spectre_v2, and introdu...
jakllsch[src/trunk]: src/sys/dev/usb Add Linux Foundation vendor ID, and their root h...
nonaka[src/trunk]: src/sys/dev/pci regen
kamil[src/trunk]: src/tests/kernel Add new test signal5 in t_ptrace_wait{, 3, 4, 6, id...
maxv[src/trunk]: src/sys/arch/amd64/conf After a careful review, and all things c...
macallan[src/trunk]: src/sys/arch/macppc/dev don't poke GPIOs directly, use obio_*() ...
ozaki-r[src/trunk]: src/sys/net Use kmem(9) instead of malloc/free
maya[src/trunk]: src/sys/net Most error paths that goto out; don't hold tun_lock.
christos[src/trunk]: src/sys/sys declare sockaddr_big;
he[src/trunk]: src/lib/libm/src On systems without __HAVE_LONG_DOUBLE, also ali...
pgoyette[src/pgoyette-compat]: src/doc Note changes to syscalls.master and friends
sevan[src/trunk]: src/etc veriexec is enabled by default in most kernel configs bu...
nisimura[src/trunk]: src/sys/arch/aarch64/conf add more sence. now compilable
mrg[src/trunk]: src updates for fontconfig 2.8.
ryoon[src/trunk]: src/sys/dev/usb Add Wacom Intuos2 A4 and Intuos Art pen tablets
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Count tso_err again. It was accidentally...
christos[src/trunk]: src/common/lib/libprop add sized versions of the copyin ioctls
chs[src/trunk]: src/external/cddl/osnet/dev/cyclic put back the include of dtrac...
maxv[src/trunk]: src/sys/compat/linux/arch/amd64 Missing pmap_ldt_cleanup.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix device attach:
snj[src/trunk]: src/distrib/sets/lists/xetc remove lingering x11 (xfree86) entries.
macallan[src/trunk]: src/sys/arch/powerpc first step towards G5 SMP:
joerg[src/trunk]: src Add missing strfmon_l. Noticed by Bruno Haible. Add test case.
maya[src/trunk]: src/sys/arch/mac68k/mac68k Remove dead code. it isn't possible t...
mrg[src/trunk]: src/doc fix spelling in previous
christos[src/trunk]: src/common/include/prop fix args
hannken[src/trunk]: src/sys/miscfs Handle v_writecount from layer_open(), layer_clos...
spz[src/trunk]: src/crypto/external/bsd/openssl/dist merge for OpenSSL 1.0.2k
jakllsch[src/trunk]: src/usr.sbin/bta2dpd Improve portability baseline of bta2dpd's c...
skrll[src/trunk]: src/sys/dev/usb Apply De Morgan's law to the TD maximum transfer...
knakahara[src/trunk]: src/sys/dev/pci remove WM_CORE_LOCK in deferred start routine.
mlelstv[src/trunk]: src/sbin/mbrlabel Handle sector sizes != 512, check partition ov...
sevan[src/trunk]: src/share/man/man4/man4.macppc Add email addresses to author names.
kamil[src/trunk]: src/tests/kernel Add new test signal4 in t_ptrace_wait{, 3, 4, 6, id...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 fix deleted line.
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: more pager.
riastradh[src/trunk]: src/share/misc NB: nota bene
christos[src/trunk]: src/sys For LOCKDEBUG:
mrg[src/trunk]: src add a note about MPC/MPFR updates breaking some types of upd...
sevan[src/trunk]: src/sys/arch/powerpc/include/oea Raise the maximum text size val...
kre[src/trunk]: src/bin/sh NFC - DEBUG mode change only - add some sanity to a d...
tnn[src/trunk]: src/sys/arch/evbarm/awin BPI has no programmable current limiter...
christos[src/trunk]: src/etc/etc.evbarm Creating installation/ramdisk here does not w...
hannken[src/trunk]: src/sys No need to cache anonymous device vnodes, they will neve...
hannken[src/trunk]: src/sys Change forced unmount to revert open device vnodes to an...
pgoyette[src/trunk]: src/share/misc Improve translation of TFW to use "proper english...
mrg[src/trunk]: src note GMP 6.1.2 release and the build issues that may occur.
maxv[src/trunk]: src/sys/arch Increase KERNTEXTOFF from 1MB to 2MB on amd64. [1MB...
christos[src/trunk]: src/external/bsd/bind kerberos now has sqlite3 support.
mrg[src/trunk]: src/external/lgpl3/gmp/dist initial import of GMP 6.1.2. main c...
martin[src/trunk]: src/sys/compat/linux/arch/powerpc regen
christos[src/trunk]: src/usr.bin Add nc.
martin[src/trunk]: src/sys/compat/linux/common Do not compile accept4 on i386, ther...
maxv[src/trunk]: src/sys/arch/x86/x86 style
christos[src/trunk]: src/usr.bin/make Appease the compiler gods; yes I know what I am...
christos[src/trunk]: src/share/mk add sqlite3 to statically linked libraries for pam.
roy[src/trunk]: src/tests/net/icmp Handle ENOBUFS in sendto
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe TX multiqueue. If you want to disable it, ...
uwe[src/trunk]: src/sys/arch/landisk/landisk Pass kernend as the start parameter...
kamil[src/trunk]: src/tests/kernel Add new test signal1 in t_ptrace_wait{, 3, 4, 6, id...
hannken[src/trunk]: src Add test for read/write to readonly update mount.
ryo[src/trunk]: src separate cputypes.h for CPU_ID_* from armreg.h,
pgoyette[src/pgoyette-compat]: src Finish separating the compat_09 and compat_43 stuff
joerg[src/trunk]: src/sys/arch/i386/stand/efiboot Be a bit nicer to outdated compi...
maxv[src/trunk]: src/sys/arch/x86/x86 Add 'break', otherwise we're not gonna go v...
christos[src/trunk]: src/distrib/sets/lists/comp one more include file
knakahara[src/trunk]: src/sys/dev/pci tabify
christos[src/trunk]: src/sys/compat move MAP_COPY in compat
jmcneill[src/trunk]: src/sys/dev/fdt Rename fdt_print to fdtbus_print and make it pub...
kre[src/trunk]: src/tests/bin/sh Add a few more sub-tests to the $'...' syntax t...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf enable gregulator
jmcneill[src/trunk]: src/sys/arch/sgimips/mace No need to print interrupt status for ...
jdolecek[src/trunk]: src/sys/dev/isa use isa_intr_establish_xname()
macallan[src/trunk]: src/sys/dev/sbus set WSSCREEN_RESIZE
maxv[src/trunk]: src/sys/netinet bcopy -> memcpy, it's obvious the areas don't ov...
mlelstv[src/trunk]: src/distrib/miniroot Support installing from a CD9660 formatted ...
jmcneill[src/trunk]: src/sys/dev/i2c Add direct configuration support.
maxv[src/trunk]: src/sys/net/npf Fix use-after-free.
sevan[src/trunk]: src/share/man/man9 Extend HISTORY section to match altq(4)
simonb[src/trunk]: src/sys/arch/evbmips/conf Re-enable the NOFPU and (renamed) FPEM...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for interrupt pins.
jmcneill[src/trunk]: src/sys/dev/fdt Add GPIO regulator driver.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix link status stuff:
joerg[src/trunk]: src/distrib/sparc/miniroot Bump image size again for new bloat.
sevan[src/trunk]: src/external/bsd/pkg_install/dist/lib Import regenerated catalog...
kre[src/trunk]: src/bin/sh Fiddle the (new) fdflags implementation:
roy[src/trunk]: src/sys Sprinkle more soroverflow().
jmcneill[src/trunk]: src/sys/arch/arm Do runtime detection of MP extensions to allow ...
maxv[src/trunk]: src/sys/arch/x86/include Add RDCL_NO and IBRS_ALL.
mrg[src/trunk]: src/doc GCC 4.8 is gone, and GCC 7.2 is out.
christos[src/trunk]: src/tests/lib/libm fix build (missing nexttoward on mips64 and a...
maxv[src/trunk]: src/sys/dev/ic M_WAITOK cannot fail, so remove the test, otherwi...
christos[src/trunk]: src/crypto/external/bsd/heimdal merge conflicts, adjust the build.
christos[src/trunk]: src/crypto/external/bsd/openssh/dist/moduli-gen regen
martin[src/trunk]: src/sys/compat/linux/arch Add accept4 definitions
ryo[src/trunk]: src/common/lib/libc/arch/aarch64/string aarch64/strlen.S didn't ...
ragge[src/trunk]: src/sys/arch/vax/boot/boot Change the driver to map the data str...
abhinav[src/trunk]: src/share/man/man5 Use Xr to refer fnmatch(3).
riastradh[src/trunk]: src/sys/compat Fix indexing of svr4 signals.
ozaki-r[src/trunk]: src/sys/net Use pslist(9) instead of queue(9) for psz/psref
mrg[src/trunk]: src/external/lgpl3/gmp updates for GMP 6.1.2 and most platforms....
macallan[src/trunk]: src/sys/arch/macppc/pci more oea_mapiodev()
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add a basic sun5i FB driver. This assumes...
kamil[src/trunk]: src Remove the filesystem tracing feature
skrll[src/trunk]: src/sys/arch/evbarm/conf group __HAVE* options
kamil[src/trunk]: src/tests/usr.bin/c++ Sort entries in ATF tests in tests/usr.bin...
maxv[src/trunk]: src/sys/netinet Remove 'else', makes it clearer that we leave.
maxv[src/trunk]: src/sys/arch Revert my previous change. I hadn't checked careful...
christos[src/trunk]: src/tests/lib/libm PR/51839: Ngie Cooper: reset errno to 0 befor...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set IFM_10G_T on 10G...
roy[src/trunk]: src/sys/kern socket: remove now incorrect comment that so_error ...
maya[src/trunk]: src/share/dict potate isn't a word (at least not in English), re...
nat[src/trunk]: src/sys/dev Improved drain function for vc[0].
kamil[src/trunk]: src/tests/usr.bin/c++ Correct a small regression typo in usr.bin...
maxv[src/trunk]: src/sys/arch/x86 Retrieve cpuid.7:%edx.
rmind[src/trunk]: src/sys/netinet tcp_urp_drop: fix a bug introduced in 1.390 rev ...
christos[src/trunk]: src/crypto/external/bsd/openssh/bin krb5 needs sqlite3 now
christos[src/trunk]: src/usr.sbin/npf/npftest/libnpftest fix function argument.
christos[src/trunk]: src/distrib/sets/lists/comp Add evbuffer.h.3
christos[src/trunk]: src/tests/lib/libc/sys PR/51841: Ngie Cooper: portability fixes ...
maya[src/trunk]: src/sys/arch/amd64/amd64 Fix off by one.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Now that valid_user_selector only check...
maya[src/trunk]: src/sys/arch/mips/cavium/dev Reword warning message
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Lookup reg resources by name instead of i...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf enable axp20x
jmcneill[src/trunk]: src/sys/dev/i2c Add powerdown support and hook it in to FDT
christos[src/trunk]: src/usr.bin/nc - Disable crypto for now, and functionality that ...
maxv[src/trunk]: src/sys/net/npf Change npf_cache_all so that it ensures the pote...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Add link related softint's counter.
ozaki-r[src/trunk]: src/sys/netinet Simplify; clear then set flags to ia4_flags (NFCI)
skrll[src/trunk]: src/sys/net KNF and trailing whitespace. No functional change.
nisimura[src/trunk]: src/sys/arch/aarch64/aarch64 make them better shape
jmcneill[src/trunk]: src/sys/arch/arm/dts Add a PocketCHIP -specific dts with informa...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
jmcneill[src/trunk]: src/sys/dev/wscons Add a keymap for converting Linux event codes...
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/backend pretty much everything dep...
wiz[src/trunk]: src/usr.sbin/btattach Indent to avoid line breaks in tag; give t...
isaki[src/trunk]: src/sys/dev Remove dead codes.
riastradh[src/trunk]: src/sys/compat/svr4 Feebly attempt to get this reference countin...
roy[src/trunk]: src/sys Fix build with clang.
martin[src/trunk]: src/doc Move sbmips -> evbmips entry to CHANGES.prev
maya[src/trunk]: src/sys/arch/evbmips/conf Get rid of ATADEBUG on LOONGSON
maxv[src/trunk]: src/sys/netinet Fix the log. mtod never returns NULL, so 'ip' is...
pgoyette[src/trunk]: src/doc Add comment about possibly prompting for "release" porti...
sjg[src/trunk]: src/usr.bin/make Use VAR_INTERNAL when calling ApplyModifiers fo...
christos[src/trunk]: src/usr.sbin/rpcbind fix path to the warmstart file.
abhinav[src/trunk]: src/share/man/man9 Add missing entries in the NAME section.
tsutsui[src/trunk]: src/sys/arch/atari/conf Regen from HADES.in rev 1.16:
kamil[src/trunk]: src/tests/kernel Add new tests signal[67] in t_ptrace_wait{4, 6, i...
christos[src/trunk]: src/etc add +
christos[src/trunk]: src/sys/compat/linux/common handle accept4 for i386
plunky[src/trunk]: src/share/man/man4 update for addition (a while ago) of features...
ozaki-r[src/trunk]: src/sys/net Kill remaining rt->rt_refcnt++
nisimura[src/trunk]: src/sys/arch/aarch64/aarch64 reimplement copy/fetch/store(9). mo...
sjg[src/trunk]: src/usr.bin/make Add :range and :_
ginsbach[src/trunk]: src/share/misc Add virtual routing and forwarding
mrg[src/trunk]: src/libexec/httpd/libbozohttpd fix the prototype for bozo_set_pr...
christos[src/trunk]: src/sys/arch/i386/stand/efiboot/bootx64 Fix operand width
christos[src/trunk]: src/common/lib/libprop call the proper size functions
skrll[src/trunk]: src/sys/dev/fdt Fix non-DIAGNOSTIC build
bouyer[src/trunk]: src/sys/arch/arm/sunxi A10 and A20 should have the same display ...
maxv[src/trunk]: src/sys/arch/x86/x86 style
dholland[src/trunk]: src/sys/kern If we go to allocate and find someone else has at t...
agc[src/trunk]: src/usr.bin/sys_info Parse the arguments to sys_info(1) a bit di...
christos[src/trunk]: src/distrib/evbarm/instkernel/ramdisk Create the ramdisk destina...
mrg[src/trunk]: src/lib don't build gmp/mpfr/mpc if we're not building GCC comma...
roy[src/trunk]: src/sys/arch/i386/stand/efiboot rows is a uint ... it will alway...
kamil[src/trunk]: src/tests/kernel Add new tests signal{9, 10} in t_ptrace_wait{, 3, ...
christos[src/trunk]: src/lib/libc/string PR/52499: Justin: stresep uses memmove with ...
skrll[src/trunk]: src/sys/dev/usb Oops missed a )
skrll[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm Don't call _...
pgoyette[src/pgoyette-compat]: src/doc Note current lack of implementation for syscal...
agc[src/trunk]: src/usr.bin/sys_info Move back to a simple version string for sy...
bouyer[src/trunk]: src/sys/dev/clk As discussed on tech-kern@ 10 days ago, add a cl...
mrg[src/trunk]: src/share/man/man4 add a link to midirecord(1).
kamil[src/trunk]: src Drop the USE_LIBTRE build option
nat[src/trunk]: src/doc Add bta2dpd(8) - bluetooth advanced audio daemon.
christos[src/trunk]: src/doc new Heimdal
msaitoh[src/trunk]: src/sys/dev/pci Add C3000 devices.
skrll[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_CPU_UAREA_ALLOC_IDLELWP s...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: Added serial console su...
maxv[src/trunk]: src/sys/netinet Remove two unused args from syn_cache_get().
kre[src/trunk]: src/distrib/sets/lists + /usr/bin/nc (someone please check th...
simonb[src/trunk]: src/sys/arch/evbmips/conf Remove the NOFPU option. The main MAL...
maxv[src/trunk]: src/sys/arch/amd64/amd64 (Re)Fix handling of segment register fa...
roy[src/trunk]: src/tests/net/icmp Handle ENOBUFS in recv
maxv[src/trunk]: src/sys/netinet Remove #ifdef INET. Nobody is doing that in the ...
kamil[src/trunk]: src Add new C++ ATF tests
mrg[src/trunk]: src/share/mk swtich luna68k to xorg-server 1.18. tested by tsut...
abhinav[src/trunk]: src/usr.sbin/makemandb Bring the comment in sync with code (afte...
christos[src/trunk]: src/usr.bin/patch Pass -S to ed(1) so that patches containing ! ...
macallan[src/trunk]: src/sys/dev/i2c effectively enforce fan speed limits, deal with ...
kre[src/trunk]: src/sys/kern Build fix attempt ... changes affect !KERNEL (ie: u...
abhinav[src/trunk]: src/lib/libm/man Also, fix spelling of described.
msaitoh[src/trunk]: src/sys/dev/pci Add Intel Coffee Lake internal graphics devices....
sevan[src/trunk]: src Include scripts from the DTrace Toolkit if DTrace support is...
christos[src/trunk]: src/external/gpl3/binutils - merge conflicts for 2.30
jdolecek[src/trunk]: src/doc/roadmaps update the NVMe entry; perhaps time to consider...
khorben[src/trunk]: src/sys/arch/i386/include Correct discrepancy with the Multiboot...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use dmat64 if available. Same as ixgbe.c r...
kamil[src/trunk]: src/doc Update TODO.ptrace
maxv[src/trunk]: src/sys/arch Move xpq_idx into cpu_info, to prevent false sharin...
wiz[src/trunk]: src/bin/ed Sort option descripts, fix markups, fix typos.
christos[src/trunk]: src/external/bsd/bind merge 9.7.10
christos[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk fix typo.
joerg[src/trunk]: src Honor HOST_CC.
joerg[src/trunk]: src/usr.bin/nc Turn off fatal linker warnings for now due to mkt...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Setup PLLU
maxv[src/trunk]: src/sys/netinet Reduce the diff between similar blocks.
mrg[src/trunk]: src/sys/dev/usb remove redundant checks against sc and sc->sc_dy...
riastradh[src/trunk]: src/share/misc DM: direct message
snj[src/trunk]: src catch up with 2012 xkeyboard-config and stop generating *.dir
christos[src/trunk]: src/doc new postfix
maxv[src/trunk]: src/sys Remove the second argument from USERMODE and KERNELMODE, ...
macallan[src/trunk]: src/sys/arch/macppc/dev provide a bus_space to child devices
macallan[src/trunk]: src/sys/arch/macppc/dev direct configure i2c devices
kamil[src/trunk]: src Note TRAP_HWWPT -> TRAP_DBREG rename manual steps for build....
christos[src/trunk]: src/sys/arch/hppa/conf there is no netbsd 17
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Revert previous - paddr_t is...
msaitoh[src/trunk]: src/sys/dev/pci Check some wm_nvm_read()'s return vale.
cherry[src/trunk]: src/sys/arch/x86/x86 Remove redundant static function declaration
christos[src/trunk]: src/usr.sbin/makefs/ffs Don't store random (from ASLR) pointers ...
christos[src/trunk]: src/distrib/sets/lists/debug add vfp
skrll[src/trunk]: src/sys/arch/hppa/stand/cdboot Use the same linker script as sys...
kamil[src/trunk]: src/sys/kern Be paranoid about PT_SET_SIGINFO and PT_GET_SIGINFO...
kamil[src/trunk]: src/sys/arch/x86/x86 Add paranoid code to X86 Debug Registers
hannken[src/trunk]: src/sys/kern Let syncer try fstrans_start() before running VFS_S...
maxv[src/trunk]: src/sys/kern Put the "free" functions close to one another. No f...
christos[src/trunk]: src/sbin/fsck_ffs use __empty
maya[src/trunk]: src/doc Update current versions of some 3rd party components
skrll[src/trunk]: src/sys/arch/arm/arm32 KNF
maxv[src/trunk]: src/sys/netipsec Don't assume M_PKTHDR is set only on the first ...
maxv[src/trunk]: src/sys/netipsec Style, and remove unused MALLOC_DECLARE.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove unused IXGBE_FC_HI and IXGBE_FC_LO....
christos[src/trunk]: src/external/bsd/openldap merge conflicts
maya[src/trunk]: src minor bump libc for accept4
christos[src/trunk]: src/sys more const
ginsbach[src/trunk]: src/share/misc Add IFF and IFTTT
hkenken[src/trunk]: src/sys/arch - Move CFATTACH_DECL_NEW() from common uart driver.
maya[src/trunk]: src/sys/external/bsd keep dsb in vchiq code.
maxv[src/trunk]: src/sys/compat/linux/arch/amd64 Don't let userland choose %rip. ...
christos[src/trunk]: src/distrib/cdrom add chrp
mlelstv[src/trunk]: src/sys/kern expose pmf debug switches with sysctl.
christos[src/trunk]: src/external/gpl3/gcc regen for netbsd-stdint.h inclusion
msaitoh[src/trunk]: src/sys/dev/pci Add new I219 devices (using with 300 series chip...
ozaki-r[src/trunk]: src/sys Do ND in L2_output in the same manner as arpresolve
christos[src/trunk]: src/usr.sbin/makefs/ffs gut const for now.
christos[src/trunk]: src/lib/libedit For readline emulation, don't reset the tty to "...
isaki[src/trunk]: src/sys/dev Remove duplicated code.
sevan[src/trunk]: src/usr.sbin/veriexecgen Remove the ability to generate a signat...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Decode the following entries:
christos[src/trunk]: src/external/bsd moved dhcp to mpl
kamil[src/trunk]: src/doc Add new entry in TODO.ptrace
christos[src/trunk]: src/sys/kern flip the default and enable kernel timestamps.
skrll[src/trunk]: src/sys/arch/shark/ofw Remove comment (and its typo) that doesn'...
christos[src/trunk]: src/sbin/newfs_msdos add -T for reproducible builds (used in mak...
nonaka[src/trunk]: src/sys/arch/x86 efi_md::md_virt always uses uint64_t.
maxv[src/trunk]: src/sys/net Minor stylistic changes, add XXX and fix typo. No fu...
wiz[src/trunk]: src/lib/libc/gen Sort sections. Make error descriptions complete...
maxv[src/trunk]: src/sys/arch Localify, add a comment and merge some others.
christos[src/trunk]: src add nsd and unbound example dirs
ryoon[src/trunk]: src/share/man/man4 Add ALPS description
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/backend fix some more missing depe...
maxv[src/trunk]: src/sys/netinet6 Localify global variables, style, and add two X...
msaitoh[src/trunk]: src/doc ixv(4): Add Intel 10G Ethernet virtual function driver.
christos[src/trunk]: src/external/bsd/ntp/dist ---
nonaka[src/trunk]: src/sys/dev sdhc(4): hardware reset support for Intel eMMC contr...
ginsbach[src/trunk]: src/share/misc Add SDLC - software/system(s) development life cycle
skrll[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm Spaces to TAB
maya[src/trunk]: src/sys/external/bsd Move barrier to common so it can be shared ...
mrg[src/trunk]: src/sys/arch/x86/x86 minor KNF.
christos[src/trunk]: src/share/mk switch everyone to binutils.old
christos[src/trunk]: src/sys/compat/linux/common use proper arg functions, remove bog...
christos[src/trunk]: src/distrib/sets/lists/base Add postfix .so dir
bouyer[src/trunk]: src/sys/dev/fdt Allow to remove entries from the fdt, either by ...
christos[src/trunk]: src/external/bsd/file merge conflicts for file-5.33
maxv[src/trunk]: src/sys/arch/amd64/amd64 check sc_eip in the ldt branch too
isaki[src/trunk]: src/sys/dev Don't assign sc->sc_pr/rr.blksize in audio_initbufs().
christos[src/trunk]: src/external/bsd/file/dist 2017-02-10 12:24 Christos Zoulas <c...
christos[src/trunk]: src/sbin/gpt use __arraycount
uwe[src/trunk]: src/usr.bin/kdump Print negative time offsets correctly. Provid...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist PR/51973: Use proper fd for...
ozaki-r[src/trunk]: src/sys/netipsec Use kmem(9) instead of malloc/free
mlelstv[src/trunk]: src/sys/kern limits are bytes, vm sizes are clicks.
christos[src/trunk]: src/external/apache2/mDNSResponder/usr.sbin/mdnsd remove format ...
christos[src/trunk]: src/sys/netinet Protect ip_dad_count with if NARP > 0 to fix com...
tsutsui[src/trunk]: src/etc/etc.luna68k Make sure to prepare /dev/xp node entry.
wiz[src/trunk]: src/usr.bin/kdump Sync usage with man page.
sevan[src/trunk]: src/doc As instructed, one tab to start an item, and two tabs to...
ozaki-r[src/trunk]: src/sys/net Make bpf MP-safe
joerg[src/trunk]: src/usr.bin/nc Mark help as static+dead. Don't use __attribute__.
christos[src/trunk]: src/external/bsd/file/dist/src pacify lint.
christos[src/trunk]: src/bin/ps use EXIT_FAILURE instead of 1
maxv[src/trunk]: src/sys/netinet Remove whitespaces/tabs, and one non-ASCII chara...
christos[src/trunk]: src/usr.bin/stat - if st_dev/st_rdev == NODEV print -1 instead o...
wiz[src/trunk]: src/usr.bin/stat whitespace fixes, use Xr.
christos[src/trunk]: src/external/bsd/file/dist/src add __noreturn__ attribute to fil...
maxv[src/trunk]: src/sys/netipsec cosmetic
macallan[src/trunk]: src/sys/arch/macppc/dev ki2c uses i2c addresses with the directi...
wiz[src/trunk]: src/doc sqlite-3.17.0 out.
sevan[src/trunk]: src/doc Note installation of scripts from the DTrace Toolkit in ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix A64 PHY enable
nonaka[src/trunk]: src/sys/dev nvme(4): Added some delay before check RDY bit quirk...
kre[src/trunk]: src/sys/ufs/ffs Sprinkle in a pinch of const, not too much, just...
ozaki-r[src/trunk]: src/sys/net Ensure that nobody references a rtentry that is pass...
sevan[src/trunk]: src/doc Note veriexec(4) supported fingerprint algorithms change
jakllsch[src/trunk]: src/sys/arch/shark Add initial basic driver for DNARD's VT82C505...
jdolecek[src/trunk]: src/doc/roadmaps fix year for the tls-maxphys resync
christos[src/trunk]: src/distrib/common there is no -f in install
roy[src/trunk]: src/share/terminfo Import terminfo-20170128.src
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add 'console=fb' cmdline support.
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Remove unused EXT_CSD[CARD_TYPE] def...
jmcneill[src/trunk]: src/sys/arch/arm/dts Correct model and compatible string for Pin...
knakahara[src/trunk]: src/sys/net Improve comment. Pointed out by maxv@n.o, thanks.
maxv[src/trunk]: src/sys Localify m_ext_free.
martin[src/trunk]: src/sys/arch Add more details about the boot device as a new boo...
maxv[src/trunk]: src/sys/kern Add a KASSERT, otherwise it looks like a NULL deref...
maxv[src/trunk]: src/sys Remove misleading comment; we're just checking the SP, n...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Only attach to the phy specified in dt, i...
nakayama[src/trunk]: src/tests/usr.sbin/mtree Add test mtree -O with same hash value ...
nonaka[src/trunk]: src/sys/arch/x86/include x86: add e820 memory type.
rin[src/trunk]: src/doc sorry, correct English grammer
sevan[src/trunk]: src/doc As instructed, start the content with a capital and end ...
christos[src/trunk]: src/external/bsd/bind/dist Merge 9.10.4-P6
christos[src/trunk]: src/doc new bind
ozaki-r[src/trunk]: src/lib/librumphijack Support paccept for nc
christos[src/trunk]: src/usr.sbin/makefs allow 0 timestamp
knakahara[src/trunk]: src l2tp(4) support rump.
martin[src/trunk]: src/sys/arch/sparc64/sparc64 Redo previous with the proper macros
maxv[src/trunk]: src/sys/netipsec Style, and remove another misleading comment.
jmcneill[src/trunk]: src/sys/arch/arm/cortex gtmr_intr: If the ISTATUS bit is 0, time...
jun[src/trunk]: src/sys/arch/arm/dts Add local patches to sun8i-h3-orangepi-one ...
ozaki-r[src/trunk]: src/sys/netinet Fix return value
kre[src/trunk]: src/sys/net PR kern/51280
christos[src/trunk]: src/usr.bin/nc the tls ifdef was a bit too aggressive.
jmcneill[src/trunk]: src/sys/arch/aarch64 Fix encoding of MMAP flags for generic_bs_mmap
christos[src/trunk]: src/external/bsd/file merge conflicts
kamil[src/trunk]: src/doc Update TODO.ptrace with new entries
christos[src/trunk]: src/tools Use the __clang__ preprocessor symbol to check for cla...
maxv[src/trunk]: src/sys/netipsec Add XXX. If this code really does something, it...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix bit offsets for OHCI
sevan[src/trunk]: src/share/man/man8 Add missing VERIFIED_EXEC_FP_SHA384 option.
maxv[src/trunk]: src/sys/sys clarify
ozaki-r[src/trunk]: src/sys/netipsec Run key_timehandler in thread context (workqueue)
ozaki-r[src/trunk]: src/sys/sys Dump the kernel version for the latest change of str...
rin[src/trunk]: src/distrib/utils/x_ifconfig Replace ".PATH ${SRCDIR}" before in...
jmcneill[src/trunk]: src/sys/arch Add support for Allwinner A64 SoCs.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Reorder for clarity, and style.
scole[src/trunk]: src/sys/arch/ia64 List some obvious remaining items to-do
uwe[src/trunk]: src/sys/kern netbsd_elf_signature - look at note segments (phdrs...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove more ix*_start_locked() from interr...
maxv[src/trunk]: src/sys/netinet Add 'static', like the prototype.
maxv[src/trunk]: src/sys/netinet Don't pass IP_ALLOWBROADCAST in ipsec4_input. Th...
msaitoh[src/trunk]: src/doc - ichsmb(4), puc(4): add new devices.
scole[src/trunk]: src/sys/arch/ia64/ia64 Add XXX note regarding incomplete forking
christos[src/trunk]: src/sys/arch/hppa/include const me harder.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Simplify interrupt handling by only enabl...
christos[src/trunk]: src/lib/libc/include __empty is defined in <sys/cdefs.h>
maya[src/trunk]: src/lib/libc Make paccept a weak symbol in preparation for using...
christos[src/trunk]: src/distrib/sets Document sets programmatically instead of keepi...
hannken[src/trunk]: src/sys/fs/msdosfs Take vnode lock for VOP_FSYNC().
kre[src/trunk]: src/tests/lib/libc/sys Use PROT_MPROTECT() (which would have bee...
christos[src/trunk]: src/external/gpl3/binutils.old add missing files
christos[src/trunk]: src/external/bsd/file/dist 2017-09-02 11:53 Christos Zoulas <c...
abhinav[src/trunk]: src/share/man/man8 Fix typo.
rin[src/trunk]: src Shrink the ramdisk of INSTALL kernel for zaurus in order to ...
msaitoh[src/trunk]: src/sys/dev/pci Add PCH_CNP support (I219 with Intel 300 series ...
ozaki-r[src/trunk]: src/tests/net/if_l2tp Make test names self-descriptive
rin[src/trunk]: src/external/gpl3/gcc/usr.bin/backend sorry, fix comment...
christos[src/trunk]: src/external/gpl3/binutils.old readd files.
hannken[src/trunk]: src/sys/miscfs/procfs Lock the target cwdi and take an additiona...
isaki[src/trunk]: src/sys/dev Separete sc->sc_pr/rr (mix ring) block size and hwvc...
snj[src/trunk]: src/external/mit/xorg/lib/xkeyboard-config regen for xkeyboard-c...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Remove AHB2 source select init for now, i...
wiz[src/trunk]: src/share/man/man4 Remove scc(4) reference, driver was replaced ...
phx[src/trunk]: src/sys/arch/powerpc/include Fixed feholdexcept() by copying the...
skrll[src/trunk]: src/sys/arch/arm/fdt Spaces to TABs
jmcneill[src/trunk]: src/sys/arch/arm/nvidia parse ports node and configure usb2/usb3...
nonaka[src/trunk]: src/sys/arch/x86/pci vmx(4): compute if_ibytes using rxq->vxrxq_...
kamil[src/trunk]: src/sys/kern Set initproc inside start_init()
christos[src/trunk]: src/crypto/external/bsd/heimdal/lib/libasn1 Add hack for profili...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: don't call WaitForSingl...
christos[src/trunk]: src/external/bsd don't overwrite etc files.
kre[src/trunk]: src Ammend previous, mention compat/amd64/i386/lib/libc as well.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Fix div calculation and utmip init params
maxv[src/trunk]: src/sys/netipsec Remove unused includes, remove misleading comme...
kamil[src/trunk]: src/doc Add new entry in doc/CHANGES
nonaka[src/trunk]: src/sys/arch/x86/pci vmx(4): Fix calculation of interface statis...
kamil[src/trunk]: src Remove the rnewprocp argument from fork1(9)
ozaki-r[src/trunk]: src/tests/net/if Add tests for ifconfig up/down
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Change the Interrupt Moderation flag from ...
skrll[src/trunk]: src/sys/net KNF (sort #include <sys/...>) and remove a duplicate
christos[src/trunk]: src/sys/kern let the modular code load the sysv modules.
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
maxv[src/trunk]: src/sys/arch/x86/x86 Import iomem_ex locally.
nat[src/trunk]: src Audio now uses fdclone, there is no longer a limitation of o...
ozaki-r[src/trunk]: src/sys Replace splnet with splsoftnet
nonaka[src/trunk]: src/sys/dev/pci remove extra crlf.
maxv[src/trunk]: src/sys/compat/linux/arch/amd64 Make sure %rip is in userland. T...
christos[src/trunk]: src/distrib/amd64/uefi-installimage Add ${GPT_TIMESTAMP}
ozaki-r[src/trunk]: src/sys/net Remove unnecessary splnet
ozaki-r[src/trunk]: src/sys/net Simplify bridge_rtnode_insert (NFC)
pgoyette[src/trunk]: src/sys/dev/sysmon Improve tracking of the state of an event's c...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use cprng_strong64() insread of cprng_fast...
knakahara[src/trunk]: src/sys/net update locking notes.
maya[src/trunk]: src Add accept4, a tiny wrapper around paccept.
christos[src/trunk]: src/usr.sbin/makefs/ffs fix msdos reproducible builds!
kamil[src/trunk]: src/sys/sys Commit TRAP_HWWPT -> TRAP_DBREG switch in <sys/sigin...
mrg[src/trunk]: src/sys clean up COMPAT_* options for native netbsd code:
christos[src/trunk]: src/sys/external/bsd/acpica merge conflicts
nonaka[src/trunk]: src/sys/arch/i386/stand PR/51953: fix unable to boot on some AMD...
christos[src/trunk]: src/sbin/dmesg match the linux dmesg flags.
christos[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-openchrome more ...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Clear TEX Remap Enable in SCTLR. U-Boot ...
maxv[src/trunk]: src/sys Remove vm86.
wiz[src/trunk]: src/usr.sbin/makefs file system police.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Read sc_if_flags after taking core lock. S...
christos[src/trunk]: src/sys/arch/sgimips rename "panel" to "button" to avoid conflic...
wiz[src/trunk]: src/lib/libc/gen Remove superfluous Tn.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use ixgbe_eitr_write() when writing the EI...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print CPU number correctly.
ozaki-r[src/trunk]: src/sys/net Fix bridge_rtdelete
maxv[src/trunk]: src/sys/arch/amd64/amd64 Treat page faults from iretq/etc as fat...
maxv[src/trunk]: src/sys/netinet Add XXX.
nat[src/trunk]: src/sys/dev Committed a temporary copy with extra lines of code ...
ginsbach[src/trunk]: src/share/misc PR misc/52542: Nikolai Lifanov: add definitions f...
knakahara[src/trunk]: src/sys/net loop_clone_create() must be called after ncpu is cou...
wiz[src/trunk]: src/share/man/man4 Punctuation and macro improvements.
msaitoh[src/trunk]: src/doc Enable I219 by default.
kamil[src/trunk]: src/sys/kern Don't set errno ESRCH for empty result of KINFO_PRO...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSCore Add the locatio...
christos[src/trunk]: src/external/bsd/openldap/dist/servers/slapd resolve conflict
snj[src/trunk]: src/sys/dev/ic fix inverted logic.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD r316541:
macallan[src/trunk]: src/sys/dev/i2c support MAX6642 - yet another adm1021 kinda-sort...
jmcneill[src/trunk]: src/sys/conf Add support for building dts files from multiple pa...
martin[src/trunk]: src/distrib Introduce CDRELEASE_NODEBUG - if set, avoids putting...
christos[src/trunk]: src/external/bsd/tcpdump merge changes.
maya[src/trunk]: src/lib/libm/src ifdef out some dead code. improves code readabi...
knakahara[src/trunk]: src/sys/net net.pppoe.term_unknown can be written safely now.
martin[src/trunk]: src/sys/arch/amd64/conf Simplify previous, pointed out by mrg.
jakllsch[src/trunk]: src/sys/dev/usb Use ostype from <sys/systm.h> instead of a liter...
maxv[src/trunk]: src/sys/kern change the comment
christos[src/trunk]: src/usr.bin/config Keep previous location of device definitions ...
maxv[src/trunk]: src/sys/netinet6 style
maxv[src/trunk]: src/sys/arch/amd64/amd64 No, do not just copy code from i386 and...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Make ixv(4) TX/RX descriptors size the sam...
kamil[src/trunk]: src/external/gpl2/gmake/dist/glob Fix build of gmake (in tools) ...
maya[src/trunk]: src/sys/external/bsd/drm2/include/linux include linux/kernel.h (...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add support for arm,arm1176jzf-s
christos[src/trunk]: src/external/bsd/dhcp merge dhcp-4.4.1
skrll[src/trunk]: src/sys/net Convert to kmem(9)
jmcneill[src/trunk]: src/sys/arch Remove old Allwinner port.
rin[src/trunk]: src Rename sbin/ifconfig/Makefile.inc to Makefile.common; the fo...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Disable debug
uwe[src/trunk]: src/usr.bin/kdump Drop support for KTRFACv0 (NetBSD 3) and KTRFA...
kamil[src/trunk]: src/lib/libc/gen Remove the BUGS section from devname(3)
ozaki-r[src/trunk]: src/sys Invalidate rtcache based on a global generation counter
macallan[src/trunk]: src/sys/arch/macppc/dev follow sparc64 and do direct config for ...
macallan[src/trunk]: src/sys/arch/powerpc/oea add quick path for timebase-frequency d...
khorben[src/trunk]: src/sys/arch/evbarm Typo
maxv[src/trunk]: src/sys/arch/x86/x86 Make MTRR_GET privileged, the structures ar...
phx[src/trunk]: src/sys/arch/amiga/dev Remove double device pointers. The pointe...
martin[src/trunk]: src/sys Make debug code compile
jakllsch[src/trunk]: src/sys/kern Initialize ex_lock and ex_cv only in the not-EX_EAR...
gson[src/trunk]: src/sys/arch/i386/i386 Don't use a const variable as an array si...
nonaka[src/trunk]: src/sys/arch/x86/pci vmx(4): handled SIOCZIFDATA.
macallan[src/trunk]: src/sys/arch/macppc/dev first step to clean up & bus-spacification:
maya[src/trunk]: src/lib/libc/string overlapping strcpy is UB. use memmove
maxv[src/trunk]: src/sys/nfs Memory leak, found by Mootja; not tested, but obviou...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSCore When we adverti...
wiz[src/trunk]: src/doc gdb-8.0.1 out.
christos[src/trunk]: src/external/historical/nawk/dist PR/52516: Guy Incognito: Fix m...
leot[src/trunk]: src/doc Delete a leading space (` ').
nakayama[src/trunk]: src/usr.sbin/mtree Don't modify strings stored in hash, otherwis...
christos[src/trunk]: src/sbin/newfs_msdos Allow 0 timestamp
bouyer[src/trunk]: src/sys/arch The last GDT slots are reserved for Xen, so use FIR...
hannken[src/trunk]: src Add generic genfs_suspendctl() and use it for all file systems.
jakllsch[src/trunk]: src Add a note about potential tools build failure due to yester...
mlelstv[src/trunk]: src Make sys/pmf.h available to userland (again).
maxv[src/trunk]: src/sys/dev m_free -> m_freem, m_copyback could have added mbufs...
christos[src/trunk]: src/sys/arch/cobalt rename panel to lcdpanel.
maxv[src/trunk]: src/sys Add comment about IPsec.
joerg[src/trunk]: src/distrib Bump install image sizes. Clang alone adds 100MB+ fo...
roy[src/trunk]: src/lib/libterminfo Following a newline, strip leading whitespac...
christos[src/trunk]: src/external/bsd/file/dist put back maintainer mode
christos[src/trunk]: src/external/ibm-public/postfix Resolve conflicts.
rin[src/trunk]: src/sbin __empty -> __nothing
tsutsui[src/trunk]: src/sys/arch/macppc/dev Fix an inverted logic.
joerg[src/trunk]: src Bump the ram disk and miniroot size slightly for clang.
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Add MMC HS DDR52 timing support bit ...
nat[src/trunk]: src/sys/dev/bluetooth Remove references to BlueCore.
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSCore Allow overridin...
hannken[src/trunk]: src/sys/kern Function pserialize_perform() usually succeeds afte...
christos[src/trunk]: src/external/ibm-public/postfix/dist/src/global set the default ...
rin[src/trunk]: src The default values for MKPIC are yes and no for sh3 and m680...
msaitoh[src/trunk]: src/sys/dev/pci If the extended configration size in the EXTCNFS...
uwe[src/trunk]: src/usr.sbin/postinstall Don't use slow file_exists_exact if we ...
kre[src/trunk]: src/sbin/dmesg Make timestamp reading code adapt to whatever pre...
jdolecek[src/trunk]: src/sys/dev/ata remove superfluous semicolon
chs[src/trunk]: src/sys/sys move include of <sys/iostat.h> back to where userlan...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix non-MULTIPROCESSOR builds
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Quick hack to fix ixv(4)'s hardware counte...
jmcneill[src/trunk]: src/sys/dev/ic Add AC-link slot assignment definitions.
knakahara[src/trunk]: src/sys/dev/pci refactor: functionize deferred_start code holdin...
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Use EXT_CSD[HS_TIMING] definitions.
kre[src/trunk]: src/lib/libc/gen Fix a typo, and some wording improvements.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Enable regulators at attach
christos[src/trunk]: src/distrib more MKREPRO_TIMESTAMP fixes (for pax/tar generated ...
christos[src/trunk]: src/sbin/gpt Add -T timestamp for reproducible builds.
maya[src/trunk]: src/sys/external/bsd/common/include/asm add dsb macro from vchiq
knakahara[src/trunk]: src/sys/dev/pci detach wm(4) evcnt.
skrll[src/trunk]: src/sys/arch/arm/arm32 Remove useless KASSERT - we can't assert ...
ryoon[src/trunk]: src/share/man/man4 Bump date
msaitoh[src/trunk]: src Define CPUID Fn00000001 %ebx bits and use them. No functiona...
msaitoh[src/trunk]: src/sys/dev/pci - Print Data Select and Data Scale in pci_conf_p...
he[src/trunk]: src/external/gpl3/gcc/usr.bin/backend Replicate fix from the old...
martin[src/trunk]: src/sys/arch/amd64/conf Fix copy & pasto
christos[src/trunk]: src/sys/dev rename ledpanel lcdpanel
maxv[src/trunk]: src/sys/sys No, fix previous.
riastradh[src/trunk]: src/lib/libc Omit duplicate text.
rin[src/trunk]: src Add smaller versions of fsck_ffs(8) and newfs(8) for install...
christos[src/trunk]: src/tests/lib/libc/gen remove exect, it will not be fixed and it...
maya[src/trunk]: src/tests/lib/libm Use a global double to stop GCC from optimizi...
christos[src/trunk]: src/distrib/amd64 MKREPRO_TIMESTAMP fixes for efiboot
joerg[src/trunk]: src Give clang a bit more space on the RAM disk.
mrg[src/trunk]: src/external/gpl3/gcc.old apply the changes from GCC 6 / powerpc...
christos[src/trunk]: src/tools/gcc fix the variable name for then non-gmake case.
ryoon[src/trunk]: src/sys/dev/usb Support some Wacom pen tablets:
martin[src/trunk]: src/sys/arch/sparc64/sparc64 Make DEBUG code compile again.
matt[src/trunk]: src/sys/arch/arm Add Cortex-A35 CPU ID.
roy[src/trunk]: src/external/bsd/dhcpcd/dist Sync
roy[src/trunk]: src/share/terminfo Sync our changes.
knakahara[src/trunk]: src/sys/dev/pci fix typo
christos[src/trunk]: src/lib/libedit PR/51517: Jay West: Tty settings not restored on...
maxv[src/trunk]: src Move NPF's todo list into src/doc/TODO.npf, and add some ent...
jmcneill[src/trunk]: src/sys Remove MOTG_ALLWINNER option
joerg[src/trunk]: src/crypto/external/bsd/openssh/dist Fix clang build by adding _...
kamil[src/trunk]: src/tests/lib/libc/sys ATF t_ptrace_wait* refactoring: vforkdone...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Check %eip with USER_LDT too.
msaitoh[src/trunk]: src/sys/dev/pci KNF. No functional change.
hannken[src/trunk]: src/sys/miscfs/procfs Change procfs_revoke_vnodes() to use vrecy...
christos[src/trunk]: src/distrib/sets/lists/tests put back exect directory; we try to...
maxv[src/trunk]: src/sys/netipsec Remove extra long file paths from the headers.
mrg[src/trunk]: src/sbin/gpt if a new map entry doesn't fit, be more verbose abo...
christos[src/trunk]: src/bin/ps kvm_geterr() already contains errno, use errx.
christos[src/trunk]: src/usr.bin/stat - add the sticky bits to mode
jmcneill[src/trunk]: src/sys/dev/fdt Add console support.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix detach path:
christos[src/trunk]: src/doc update bind and dhcp
maxv[src/trunk]: src/sys/netinet Remove unused mbuf argument from arpcreate() and...
msaitoh[src/trunk]: src/sys/dev/pci Our PCH_SPT part of wm_nvm_valid_bank_detect_ich...
christos[src/trunk]: src/sys/net disentangle a bit more the compat ioctl code.
christos[src/trunk]: src/sys/kern ignore the ancient NetBSD emulation tag.
christos[src/trunk]: src/share/mk switch x86 to binutils-2.30
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe txt_si softint is used only for multiqueue...
msaitoh[src/trunk]: src/sys/dev/pci I354 uses an external PHY, so don't use wm_set_e...
christos[src/trunk]: src/external/gpl3/binutils.old import current binutils.
christos[src/trunk]: src/doc new dhcp
msaitoh[src/trunk]: src/doc ixg(4): Support TX/RX multiqueue
christos[src/trunk]: src/etc/etc.cobalt rename ledpanel to lcdpanel
macallan[src/trunk]: src/sys/arch/macppc/dev switch to direct configuration
macallan[src/trunk]: src/sys/arch/macppc/conf all i2c controllers support direct conf...
jmcneill[src/trunk]: src/sys/arch Replace unused mpio driver with a more generic inte...
roy[src/trunk]: src/lib/libterminfo Don't bother allocating space for the databa...
maxv[src/trunk]: src/sys/arch Support PMCs on multi-processor systems. Still seve...
knakahara[src/trunk]: src/sys/net Fix l2tp(4) alignment check. Pointed out and reviewe...
rin[src/trunk]: src also compile poly1305.c with -O0 on vax to address ssh login...
jmcneill[src/trunk]: src/external/mit/ctwm/bin/ctwm Fix path to system.ctwmrc
nonaka[src/trunk]: src/sbin/nvmectl nvmectl(8): fix wdc command usage.
ozaki-r[src/trunk]: src/sys/net Get rid of a unnecessary semicolon
maxv[src/trunk]: src/sys Remove misleading comments.
gson[src/trunk]: src/usr.sbin/sysinst/arch/i386 Clear the screen after running in...
maxv[src/trunk]: src/doc mention SVS, retpoline, SMAP
nat[src/trunk]: src/sys/dev/usb Drop sc_lock whilst doing uaudio_chan_open uaudi...
msaitoh[src/trunk]: src/doc itesio(4) Add IT8628E, IT8728F and IT877[12]E support.
phx[src/trunk]: src/sys/arch/m68k/include The __fgetenv() macro operates on a fe...
kamil[src/trunk]: src Remove entry for "TRAP_HWWPT renamed to TRAP_DBREG" from UPD...
skrll[src/trunk]: src/sys/arch/arm/broadcom spaces to tabs
nonaka[src/trunk]: src/sys/dev/ic NVMe 1.2.1
christos[src/trunk]: src/sys/dev rename cobalt panel to ledpanel
yamaguchi[src/trunk]: src/sys/netipsec Fix panic of SADB when the state of sav is chan...
rin[src/trunk]: src add hack for libmandoc on vax:
joerg[src/trunk]: src/sys/kern Fix a race between sysctl_unpcblist and closef.
kre[src/trunk]: src/sys/arch/i386/i386 Analagous fix to that just committed to t...
kamil[src/trunk]: src/tests/lib/libc/sys Cover more fork/vfork/vforkdone scenarios...
knakahara[src/trunk]: src add l2tp(4) basic test.
christos[src/trunk]: src/external/ibm-public/postfix/dist The stable Postfix release ...
maxv[src/trunk]: src/sys/netinet6 Remove the RH0 code from ICMPv6. RH0 is depreca...
msaitoh[src/trunk]: src/sys/dev/pci Add some 8th Generation Intel Core Processor dev...
knakahara[src/trunk]: src/sys/arch/amd64/conf add l2tp(4) to amd64/GENERIC and amd64/A...
nonaka[src/trunk]: src/sys/arch/i386/stand/lib efiboot: Copy bootinfo to safe arena.
christos[src/trunk]: src/external/bsd/dhcp/dist Internet Systems Consortium DHCP Dist...
kamil[src/trunk]: src/tests/lib/libc/sys ATF: ptrace: Merge code in fork2 and vfor...
mlelstv[src/trunk]: src/usr.bin/vmstat Don't print "nan" when there is no disk activ...
wiz[src/trunk]: src/share/man/man4 Sort sections.
ozaki-r[src/trunk]: src/sys/net Resolve tangled lock dependencies in route.c
ginsbach[src/trunk]: src/usr.sbin/syslogd Use looked up remote host for remote messag...
kre[src/trunk]: src Time waro (thanks Kamil)
christos[src/trunk]: src/external/bsd/nsd/etc need FILESBUILD_
jmcneill[src/trunk]: src/sys/dev/ic Use AC97_SLOT_* definitions instead of magic numb...
macallan[src/trunk]: src/sys/dev/pci make fallback to PIO actually work properly
kamil[src/trunk]: src/doc Update TODO.ptrace
christos[src/trunk]: src/sys/sys more const
macallan[src/trunk]: src/sys/arch/shark/conf add major number for pci ( same as in ar...
knakahara[src/trunk]: src/sys/net add lock for sclist to exclude ifconfig gifX add/del...
kre[src/trunk]: src/usr.bin/stat Handle the new %f (as an addition to the strfti...
nonaka[src/trunk]: src/sys/arch/x86/include x86: Increase BOOTINFO_MAXSIZE to 8Kib.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that ix*_start_locked() is calle...
maxv[src/trunk]: src/sys/netinet Reorder a few instructions to clarify. Replace t...
maxv[src/trunk]: src/sys/arch/i386 Declare INTRFASTEXIT as a function, like amd64...
christos[src/trunk]: src/sys/external/bsd/acpica/dist One more time in the right plac...
knakahara[src/trunk]: src/doc update doc/CHAGES
maxv[src/trunk]: src/sys/net/npf Fix bug I introduced in previous commit.
ozaki-r[src/trunk]: src/tests/net/if Make the test more stable
hannken[src/trunk]: src/sys/kern Protect attaching and detaching lwp_info to mount w...
yamaguchi[src/trunk]: src/sys/netipsec Removed the unnecessary order check of key_look...
jmcneill[src/trunk]: src/sys/arch/evbarm/rpi For boards with bluetooth, use AUX UART ...
jakllsch[src/trunk]: src/sys/arch/arm/nvidia Update #include guard #define after move.
joerg[src/trunk]: src/usr.bin/cvslatest Force _GNU_SOURCE on Linux, otherwise strp...
abhinav[src/trunk]: src/lib/libc/gen Add execlpe and execvpe to the NAME section
mrg[src/trunk]: src/share/man/man4 note that COMPAT_XX netbsd options enable all...
tnn[src/trunk]: src/sys/arch/arm/xscale update firmware download URL
maxv[src/trunk]: src/sys/arch/i386/include Remove tlog.h - unused now. Note that ...
maxv[src/trunk]: src/sys/netipsec style
maxv[src/trunk]: src/sys/netipsec Simplify the IPv4 parser. Get the option length...
jdolecek[src/trunk]: src/doc/roadmaps update tls-maxphys
maxv[src/trunk]: src/sys/arch Instead of using a global array with per-cpu indexe...
mrg[src/trunk]: src/sys/compat/netbsd32 redo the previous -- compat/sys/siginfo....
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that 1Gbps is printed even if th...
christos[src/trunk]: src/sys - Convert sb_lowat to unsigned for consistency. There ar...
wiz[src/trunk]: src/share/man/man9 Merge EAGAIN descriptions.
christos[src/trunk]: src/sys/arch/sgimips/sgimips kill variable stack allocation
christos[src/trunk]: src/doc new openldap
christos[src/trunk]: src/external/bsd/openldap/dist OpenLDAP 2.4 Change Log
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Mark files not in r294123 as dead.
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd build dhcpcd with ARPING sup...
skrll[src/trunk]: src/sys/arch/arm/arm32 Remove an #ifdef PMAP_CACHE_VIVT that's i...
abhinav[src/trunk]: src/common/lib/libprop Use .Fn to refer a function name instead ...
ozaki-r[src/trunk]: src/sys/net Update comments to reflect bpf MP-ification
ozaki-r[src/trunk]: src/doc Add BRIDGE_IPF
ozaki-r[src/trunk]: src/sys/netipsec Replace kmem_alloc + memset with kmem_zalloc
skrll[src/trunk]: src/sys/arch/arm/cortex Typo
nakayama[src/trunk]: src/distrib/sets/lists/tests Redo rev.1.718, remove trash in lin...
kamil[src/trunk]: src/tests/kernel Switch back arch/amd64/t_ptrace_wait.c to r1.6 ...
christos[src/trunk]: src/usr.bin/make Use strncpy here because we need to be portable...
abhinav[src/trunk]: src/lib/libcurses Fix typo
rtr[src/trunk]: src/share/misc GVFS git virtual file system
jmcneill[src/trunk]: src/sys/arch The xusbpad driver is tegra 124 specific so split i...
maxv[src/trunk]: src/sys/netinet6 Add XXX. In fact, it would be better, if all th...
maxv[src/trunk]: src/sys/arch/x86/include Don't include opt_vm86.h.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add PHY init for OTG ports in host mode.
jmcneill[src/trunk]: src/sys/arch Add Pinebook support.
kamil[src/trunk]: src/tests/kernel Reintroduce ATF_TP_ADD_TC_HAVE_DBREGS for t_ptr...
nonaka[src/trunk]: src/sys/arch/x86/x86 Quell maybe-uninitialized false positives f...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set get_link_status to true in ixv_init_lo...
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Added comments at EXT_CSD[CARD_TYPE]...
msaitoh[src/trunk]: src/sys/dev/isa Add IT8728F and IT877[12]E.
christos[src/trunk]: src/lib/libc/include empty to nothing
hannken[src/trunk]: src/sys/kern Take fstrans_start before syncing a file system.
rin[src/trunk]: src Factor out a common part in Makefile's of ifconfig and x_ifc...
christos[src/trunk]: src/sys/compat/linux/arch/mips revert listen
jmcneill[src/trunk]: src/sys/arch/arm/nvidia add USB2_TRK and HSIC_TRK clocks
maxv[src/trunk]: src/sys/netipsec fix comments
ryoon[src/trunk]: src/share/man/man4 Add newline for easier reading
christos[src/trunk]: src/sys/compat/common If we are modular, allow us to use modules...
kamil[src/trunk]: src/sys/modules/examples Add new example kernel module: sysctl
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Do if_snd check even if IXGBE_LEGACY_TX is...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
knakahara[src/trunk]: src/sys/dev/pci rxq_ptr must be updated holding rxq_lock consist...
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
rin[src/trunk]: src/doc correct grammar
jakllsch[src/trunk]: src/sys/arch/arm/nvidia Add more Tegra124 XUSB PADCTL register b...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add wskbd at gpiokeys
knakahara[src/trunk]: src/sys add lock for percpu route like l2tp(4).
eadler[src/trunk]: src/share/misc [bsd-family-tree] announce OpenBSD 6.3 & DragonFl...
christos[src/trunk]: src/external/bsd/tcpdump/dist Import tcpdump 4.9.2
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Enable multiqueue.
phx[src/trunk]: src/sys/arch/amiga/dev Set the correct device data size wdc_xsur...
kamil[src/trunk]: src/tests/lib/libc/sys Refactor fork-like ATG tests in t_ptrace_...
martin[src/trunk]: src/tests/usr.bin/shmif_dumpbus Use tcpdump -n to avoid reverse ...
mrg[src/trunk]: src/sys/net/npf apply some INET6 so this compiles in INET6-less ...
hannken[src/trunk]: src/sys/kern Make sure vcache_reclaim() will complete before fil...
kre[src/trunk]: src/tests/lib/libc/sys Allow the test to build on systems where ...
wiz[src/trunk]: src/share/man/man4 Remove reference to non-existing mac68k/bm.4.
christos[src/trunk]: src/sys/compat/common remove another error decl.
macallan[src/trunk]: src/sys/arch/macppc/conf add uni_n, ki2c etc., commented out svw...
maya[src/trunk]: src/lib/libossaudio speed limit is 80 (missed this one)
maxv[src/trunk]: src/sys/kern The mbuf length is allowed to be zero.
christos[src/trunk]: src/usr.sbin/makefs start fixing msdosfs for reproducible builds...
maxv[src/trunk]: src/sys Synchronize the code between raw_ip6.c<->icmp6.c<->raw_i...
maxv[src/trunk]: src/sys Remove unused netipsec/xform.h includes.
wiz[src/trunk]: src Remove scc(4), driver was replaced by zs(4).
roy[src/trunk]: src/lib/libcurses Disable typeahead being set to infd by default...
roy[src/trunk]: src/lib/libcurses Note that typeahead(3) is no longer set to inf...
maxv[src/trunk]: src/sys/arch Remove VM_MAX_KERNEL_BUF (unused). Looks like sever...
macallan[src/trunk]: src/sys/arch/macppc/conf move i2c devices to iic, add valkyriefb...
maxv[src/trunk]: src/sys/netinet6 Remove dead code. It is the same as the non-obs...
christos[src/trunk]: src/external/bsd/file/dist/src __noreturn__ does in the header.
christos[src/trunk]: src/sys/kern more debug info
christos[src/trunk]: src/lib/libpam/modules/pam_ssh fix and use the macro.
christos[src/trunk]: src/external/mpl/dhcp Add build glue.
blymn[src/trunk]: src/lib/libcurses Remove checks for cursor being in scrolling re...
maxv[src/trunk]: src/sys/net Add KASSERT. The input point expects struct ether_he...
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Break down explanati...
kamil[src/trunk]: src Add new si_code TRAP_DBREG
wiz[src/trunk]: src/doc expat-2.2.4 out.
ragge[src/trunk]: src/share/man/man8/man8.vax Fix spelling error and boot block na...
maxv[src/trunk]: src/sys/netinet Add XXX.
hannken[src/trunk]: src/sys Untangle VFS_SYNC() from VFS_SUSPENDCTL().
christos[src/trunk]: src/sys/arch/ia64/include don't define __empty.
christos[src/trunk]: src/external/gpl2/xcvs/dist/src 1/2 the number of {l, s}stat(2) c...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/crypto/external/bsd/openssh/dist fix compilation for non LDAP
christos[src/trunk]: src/distrib/sets/lists/misc nsd is optional
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: Added network boot supp...
wiz[src/trunk]: src/bin/ed New sentence, new line. Sort SEE ALSO. Remove Xr to n...
kamil[src/trunk]: src/doc Add new entry in TODO.ptrace
kre[src/trunk]: src/usr.bin/stat Set the default time format for linux mode (-x)...
christos[src/trunk]: src/sys/net make attach and detach locking symmetric (detaching ...
knakahara[src/trunk]: src/sys/dev/pci/ixgbe Fix panic when "sysctl -w hw.ixg0.txrx_wor...
pgoyette[src/trunk]: src/distrib/common/bootimage Remove leftover "-f" from when this...
kre[src/trunk]: src/sys/kern Allow the precision of the sub-second field of time...
zafer[src/trunk]: src/sys/kern fix number of arguments of kmem_alloc and kmem_zall...
nonaka[src/trunk]: src/sys/arch/x86 x86: make btinfo_memmap from btinfo_efimemmap f...
knakahara[src/trunk]: src/sys/dev/pci more fix about IFF_OACTIVE.
yamaguchi[src/trunk]: src/sys/netipsec Added a lookup table to find an sav quickly
abhinav[src/trunk]: src/share/man/man7 Fix spelling: s/alogorithms/algorithms
ozaki-r[src/trunk]: src/sys/net Fix locking against myself in ifa_ifwithroute_psref
christos[src/trunk]: src/external/bsd/file merge file-5.32
kamil[src/trunk]: src/lib/libc/stdlib Correct the documentatin of ptsname_r(3)
christos[src/trunk]: src/doc new file
roy[src/trunk]: src/usr.bin/infocmp _ti_database now includes the database exten...
maxv[src/trunk]: src/sys Fix a subtle ring0 escalation vulnerability in amd64, an...
christos[src/trunk]: src/sbin/gpt PR/52522: Piotr Meyer: Don't NUL terminate the gpt ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Fix aprint_*()s in ixv_allocate_msix().
christos[src/trunk]: src/distrib/sets/lists remove exect test
wiz[src/trunk]: src/usr.bin/kdump Sort flags in SYNOPSIS. Remove unnecessary .Tn...
christos[src/trunk]: src/sys/sys more const.
ryoon[src/trunk]: src/share/man/man4 Add sm(4) in evbarm INTEGRATOR_CP kernel
kre[src/trunk]: src/lib/libedit PR lib/52547 - read_history (readline.c) should ...
sevan[src/trunk]: src/doc Note veriexecgen change
snj[src/trunk]: src/external/bsd/ntp/scripts fix ntp version some more
skrll[src/trunk]: src/sys/dev/usb PR/52553 Panic on "ifconfig athn0 up"
mbalmer[src/trunk]: src/share/misc Fix COC.
palle[src/trunk]: src/sys/arch sun4v: Update code to retrieve CPU clock frequency ...
joerg[src/trunk]: src/sys/kern Fix non-DIAGNOSTICS build by adjusting _vstate_asse...
maxv[src/trunk]: src/sys/arch/x86/acpi Reinitialize the PAT MSR when waking up, o...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add simplefb stub for Allwinner A64
maxv[src/trunk]: src/sys/netinet6 Release the lock a little earlier.
msaitoh[src/trunk]: src/sys/dev/pci Add 300 series chipset support.
jmcneill[src/trunk]: src/sys Remove COM_AWIN option
kamil[src/trunk]: src/tests/lib/libc/sys Add check in ATF tests for security.model...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Use percpuq.
ozaki-r[src/trunk]: src/sys/dev Fix build of ALL of amd64
christos[src/trunk]: src/external/bsd/file/dist/src fix reversed logic
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/sys/arch/cobalt/conf rename the cobalt panel to ledpanel to ...
kamil[src/trunk]: src libpthread_dbg(3) deletion from the base distribution
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0-rc2
maxv[src/trunk]: src/sys/sys Add a KASSERT, we want M_PKTHDR.
maxv[src/trunk]: src/sys/arch/amd64/amd64 If the preloaded modules cannot be mapp...
christos[src/trunk]: src/usr.bin/nc use mkstemp to prevent linker warning.
maxv[src/trunk]: src/sys/netipsec Style, add XXX (about the mtu that goes negativ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe xv(4) VLAN fixes:
nonaka[src/trunk]: src/sys/dev/ic Add some new structure fileds, opcodes and status...
christos[src/trunk]: src/external/mpl/dhcp/dist sync our changes.
knakahara[src/trunk]: src/sys/net Fix previous my mistake and odd unaligned case. Poin...
maxv[src/trunk]: src/sys/netinet6 Fix 'icmp6len', it shouldn't be ip6_plen, becau...
mrg[src/trunk]: src/sys/arch turn on GCC spectre v2 mitigation options.
knakahara[src/trunk]: src add man for l2tp(4).
ragge[src/trunk]: src/sys/arch/vax/vsa Fix bug causing DMA to/from user space fail...
christos[src/trunk]: src/sys/compat provide vectors for the ifconf compat code and if...
christos[src/trunk]: src/sys/dev/i2c PR/53177: David Binderman: Better error handling
mrg[src/trunk]: src/share/mk switch vax to GCC 6. thanks to Krister and Maya fo...
palle[src/trunk]: src/sys/arch/sparc/include Fix typo in comment
wiz[src/trunk]: src/lib/libedit Remove trailing whitespace; convert Xr readline ...
christos[src/trunk]: src/sys/arch/sparc64/sparc64 make this compile again.
christos[src/trunk]: src/external/gpl3/binutils/dist 2018-01-10 Nick Clifton <nickc...
jmcneill[src/trunk]: src/sys/arch Add basic tegra210 xusbpad driver, shorten tegra*xu...
macallan[src/trunk]: src/sys/arch/macppc/dev no more special treatment for dbcool
jdolecek[src/trunk]: src add vioscsi(4) manpage
christos[src/trunk]: src/tools do the bracket nesting only for clang for now.
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSCore instead of shor...
ozaki-r[src/trunk]: src/sys/netinet6 Pull out a sleepable function (in6_selectsrc) f...
abhinav[src/trunk]: src/lib/libedit Fix indentation (convert spaces to tab)
jakllsch[src/trunk]: src/sys/arch/arm/nvidia use more symbolic register bits
roy[src/trunk]: src/lib/libterminfo Remove ticcmp and extend _ti_checkname so it...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Document "debug" in usage().
christos[src/trunk]: src/etc/etc.cobalt rename panel to ledpanel
szptvlfn[src/trunk]: src/distrib/sets/lists/misc fix build (MKUNBOUND=no)
msaitoh[src/trunk]: src/sys/dev/pci Add Intel SSD 760p.
nonaka[src/trunk]: src/sbin/nvmectl 128 bit integers are displayed in decimal.
maxv[src/trunk]: src/sys/kern If the mbuf is shared leave M_PKTHDR in place. Give...
ozaki-r[src/trunk]: src/sys/net Remove obsolete NULL checks
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
kamil[src/trunk]: src Introduce new interface in ptrace(2) - PT_GET_SIGMASK and PT...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Build sun50i-a64 dts files
maxv[src/trunk]: src/sys/netinet Remove unused field, and sync comment with reality.
nat[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd RTP timestamp is now set correctly....
nakayama[src/trunk]: src/external/bsd/mdocml Re-enable wchar_t support. mandoc(1) ca...
kamil[src/trunk]: src/sys Add new sysctl(3) entry: security.models.extensions.user...
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Import LLVM 4.0RC1 r294123.
christos[src/trunk]: src/external/bsd/bind/dist Changes since 9.10.5-P2:
skrll[src/trunk]: src/sys/net Whitespace
jmcneill[src/trunk]: src/usr.bin/sys_info add dtc (Device Tree Compiler) version info
maxv[src/trunk]: src/sys/netinet Make 'opts' local to rip_sbappendaddr().
maxv[src/trunk]: src/sys/netinet Remove useless comment and style.
maxv[src/trunk]: src/sys/kern cosmetic
maxv[src/trunk]: src/doc add two entries
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Change EXT_CSD[CARD_TYPE] HS DDR 52 ...
knakahara[src/trunk]: src/sys/net support interface name which includes digit.
christos[src/trunk]: src/external/mpl/dhcp/dist import dhcp-4.4.1
jmcneill[src/trunk]: src/sys/arch/arm/fdt Use PSCI for reset and poweroff when availa...
ozaki-r[src/trunk]: src/sys Protect mtudisc and redirect stuffs of icmp/icmp6 with m...
nat[src/trunk]: src/sys/dev Don't call grow_mixer_states with sc_intr_lock held.
kamil[src/trunk]: src/external/gpl2/gmake/dist/glob Revert previous glob.c change
msaitoh[src/trunk]: src/sys/dev/pci Add 300 series chipset support.
kre[src/trunk]: src/usr.sbin/makefs/ffs Revert the part of mkfs.c 1.36 that "gut...
maxv[src/trunk]: src/sys/arch/x86/include Fix a few (unused) MSR values, and add ...
roy[src/trunk]: src/lib/libterminfo Warn about unprintable characters in capabil...
christos[src/trunk]: src/external/bsd/byacc/dist 2017-02-01 Thomas E. Dickey <dicke...
ryoon[src/trunk]: src/share/man/man4 Bump date
elric[src/trunk]: src/usr.sbin/inetd Increase buffer size reported to strlcpy() to...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: handle MMU-related traps pro...
hannken[src/trunk]: src/sys Bring back vrele_flush() to flush deferred vrele() o an ...
maxv[src/trunk]: src/sys/netinet Add XXX.
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Added efiboot TODO.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe No functional change:
christos[src/trunk]: src/share/mk Add MKDIRMODE
pgoyette[src/trunk]: src/distrib/amd64/uefi-installimage Clean up another extraneous ...
nonaka[src/trunk]: src nvmectl(8): Add big-endian support.
maxv[src/trunk]: src/sys/netipsec Style, and remove meaningless XXX.
skrll[src/trunk]: src/sys/arch/arm/arm32 Perform tracking of unmanaged mappings fo...
wiz[src/trunk]: src/tests/lib/libm Fix verb form.
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump - Space, tab and newline change ...
macallan[src/trunk]: src/sys/arch/macppc/dev bus_space-ify
snj[src/trunk]: src/external/bsd/bind disable SIT, as we've been doing in -7 sin...
roy[src/trunk]: src/lib/libterminfo Improve the scope of some variables.
kamil[src/trunk]: src Import new C and C++ ATF tests for ASan
christos[src/trunk]: src/etc/rc.d Simplify so we don't have to hard-code the key file...
christos[src/trunk]: src/distrib/sets/lists bump libmagic for file-5.33
isaki[src/trunk]: src/sys/dev/ic Revert previous local conversion for vs(4).
macallan[src/trunk]: src/sys/arch/macppc/dev attach to iic, use direct config
macallan[src/trunk]: src/sys/arch/macppc/conf no more special attachment for dbcool, ...
ozaki-r[src/trunk]: src/sys/net Remove the global lock for rtcache
msaitoh[src/trunk]: src/sys/arch/x86/pci Supress verbose message "This pci host supp...
maya[src/trunk]: src/sys/arch/x86/acpi Remove unused macro
ozaki-r[src/trunk]: src/sys/netipsec Share a global dummy SP between PCBs
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Add some xusb clocks (not working yet)
macallan[src/trunk]: src/sys/dev/i2c add MAX6690 which seems to be a straight up ADM1...
rin[src/trunk]: src/external/bsd/nvi/dist/vi PR bin/53164: Comment why we abort ...
nonaka[src/trunk]: src/sys Handle persistent memory. Currently only debug output.
kamil[src/trunk]: src/doc Add new entry to TODO.ptrace
kre[src/trunk]: src/sys/arch/amd64/amd64 All bow down before the Great Code Comp...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump - Calculate offset of a sub head...
maya[src/trunk]: src/lib/libossaudio strncpy->strlcpy. use sizeof instead of numb...
uwe[src/trunk]: src/usr.bin/kdump Option -E to display elapsed timestamps (time ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 simplify
macallan[src/trunk]: src/sys/arch/powerpc/oea flesh out RANGE_TYPE_MACIO
ozaki-r[src/trunk]: src/tests/net/ipsec Enable DEBUG for babylon5
macallan[src/trunk]: src/sys/arch/macppc/conf remove sgsmix since it can't occur on b...
snj[src/trunk]: src update for xkeyboard-config 2.20
pgoyette[src/trunk]: src/sys/compat/common Declare 'error' if needed
maya[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat Use common barr...
macallan[src/trunk]: src/sys/arch/macppc/macppc downgrade some debug spam to aprint_d...
ryoon[src/trunk]: src/share/man/man4 Bump date
rin[src/trunk]: src Add progress(1) into /rescue.
maxv[src/trunk]: src/sys/netinet Small changes in ip_dooptions: replace bcopy by ...
wiz[src/trunk]: src/share/man/man4 Remove scc(4) reference, driver was replaced ...
scole[src/trunk]: src/share/man/man4 Add powermac 7200 to list of supported hardware
kamil[src/trunk]: src/tests/lib/libc/sys Merge code in tests: fork1 and vfork1 (AT...
mbalmer[src/trunk]: src/external/mit/lua/dist/src Apply bug fix from lua.org/bugs.ht...
christos[src/trunk]: src/crypto/external/bsd/heimdal Use getpwuid_r instead of getpwu...
christos[src/trunk]: src/sys s/static inline/static __inline/g for consistency.
skrll[src/trunk]: src/sys/net Remove redundant splnet/splx calls - ec_lock is IPL_...
nat[src/trunk]: src/sys/dev Use fnullop_fcntl instead of audiofcntl.
knakahara[src/trunk]: src/sys/dev/pci fix about IFF_OACTIVE.
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: pass memory map after E...
skrll[src/trunk]: src/sys/arch/arm/pic spaces to TAB
nonaka[src/trunk]: src/sys/dev/ic nvme(4): Limit the number of queues to the number...
christos[src/trunk]: src/etc/mtree add postfix .so dir
christos[src/trunk]: src/sys/compat/common - use the conditional from the header file
macallan[src/trunk]: src/sys/dev/i2c MAX6642 does not have lower limit registers
nonaka[src/trunk]: src/sys/arch/x86/pci efiboot reports parent ppb bus/device/funct...
christos[src/trunk]: src/sys/kern stsrt with an alignment of 1 (which means no alignm...
maxv[src/trunk]: src/sys/netinet6 Add XXX, using a pool would be better than kmem.
christos[src/trunk]: src/usr.bin/nc no more warnings for ld.
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Added 4 and 8 bit mode DDR definitio...
nonaka[src/trunk]: src/sys/dev/sdmmc sdhc(4), sdmmc(4): Added MMC HS DDR52 support.
maxv[src/trunk]: src/sys/arch Remove TRAPLOG from i386. Nowadays there are better...
isaki[src/trunk]: src/sys/dev Move defines to the appropriate place.
christos[src/trunk]: src/share/man/man8/man8.x86 fix cross references.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Initialize DDMA_PARA_REG with a sane value
christos[src/trunk]: src/sys/compat/common XXX: don't reference the global for now so...
ozaki-r[src/trunk]: src/sys/net Add missing PSLIST_ENTRY_INIT and PSLIST_ENTRY_DESTROY
maxv[src/trunk]: src/sys/netipsec Remove dead code.
christos[src/trunk]: src/external/bsd/acpica/bin/iasl Adjust for acpica 20170831
christos[src/trunk]: src/sys/sys Add flags bits print
mrg[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 fix the grep pattern for ...
christos[src/trunk]: src/external/mpl add a Makefile
mlelstv[src/trunk]: src/usr.sbin/iostat Re-evaluate drive selection to catch hog-plu...
kre[src/trunk]: src/sys/kern Change the default precision of timestamps from 9 d...
christos[src/trunk]: src/external/bsd/file/dist 2018-04-15 14:52 Christos Zoulas <c...
pgoyette[src/trunk]: src/sys/compat/sys Remove unnecessary __BEGIN_DECLS ... __END_DE...
christos[src/trunk]: src/doc add sparc64 hack
snj[src/trunk]: src/bin/ed fix date
nat[src/trunk]: src/usr.sbin/btattach Fix copyright error.
ozaki-r[src/trunk]: src/sys/net Avoid if_dl and if_sadl to be NULL
wiz[src/trunk]: src/share/man/man4 Remove reference to removed iso(4).
maxv[src/trunk]: src/sys/arch Remove gdt_reload_cpu. GDTR takes a VA as base, and...
aymeric[src/trunk]: src/sbin/gpt Make gpt(8) work when compiled on a glibc-based OS.
christos[src/trunk]: src/sys/arch/ia64/include __empty -> __nothing
ryo[src/trunk]: src/sys/arch/arm/sunxi sunxi: mmc: increase max number of descri...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix a typo that prevented ahb reset from ...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 always use rk_getp...
christos[src/trunk]: src/sys/netinet6 Skip the scope test for loopback addresses in n...
wiz[src/trunk]: src/lib/libcurses Use Dv for non-errno return values (instead of...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0-rc2 with the fo...
christos[src/trunk]: src/sys/arch/macppc/stand/fixcoff PR/52564: Scole Mail: current ...
ozaki-r[src/trunk]: src/sys/net Remove unnecessary NULL check of rt_ifp
christos[src/trunk]: src/sys/dev add button use by sgimips
wiz[src/trunk]: src/lib/libc/gen Fix typo.
maya[src/trunk]: src/share/man/man8 Update wifi guide to reflect dhcpcd no longer...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for sun50i new timing mode an...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix panic caused by rev. 1.58's change. Do...
agc[src/trunk]: src/usr.bin/sys_info Update sys_info to 20170920
kamil[src/trunk]: src/tests/lib/libc/sys Improve documentation of the ATF test t_p...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Add APBDMA clock
jmcneill[src/trunk]: src/sys/arch/arm/nvidia More XUSB init stuff.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove unused include, remove dead code...
maxv[src/trunk]: src/sys/arch/amd64 Remove useless debug code, and split trap() i...
kre[src/trunk]: src/sys/rump/librump/rumpkern As if rump wasn't constipated enou...
palle[src/trunk]: src/sys/arch/sparc64/dev sun4v: Fix potential memory leaks - spo...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Both mbuf_defrag_failed and m_defrag_fai...
maxv[src/trunk]: src/sys/netipsec Remove unused malloc.h include.
mlelstv[src/trunk]: src/sys/dev/ic Avoid rounding errors for timeout values.
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc include nbsd_tm_file for ppc netb...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech This is why...
msaitoh[src/trunk]: src/sys/dev/sysmon Fixes a problem that some driver(e.g. acpitz(...
christos[src/trunk]: src/sys factor out the ccd COMPAT_60 code.
knakahara[src/trunk]: src/sys/opencrypto make some locks and condvar static
christos[src/trunk]: src/sys/rump/librump/rumpnet remove now unused crap.
ozaki-r[src/trunk]: src/sys Rename if_acquire_NOMPSAFE to if_acquire
hannken[src/trunk]: src/sys/sys Welcome to 7.99.60
kamil[src/trunk]: src/lib/libpthread Support <pthread_typs.h> on C89 compilers
mrg[src/trunk]: src/usr.sbin/iostat two minor fixes for -x and -y mode:
palle[src/trunk]: src/sys/arch/sparc64 sun4v: Added handling of trap type 0x034 (a...
maxv[src/trunk]: src/sys/netipsec Add a KASSERT (which is not triggerable since i...
maxv[src/trunk]: src/sys/netipsec Remove unused typedef, remove unused arguments ...
wiz[src/trunk]: src/share/man/man4 Use \(em instead of --.
nonaka[src/trunk]: src/sys/dev/pci Added some NVMe devices.
ozaki-r[src/trunk]: src/tests/net/bpf Add tests for several bpf ioctls
christos[src/trunk]: src/sys/compat/linux/arch/mips fix listen
christos[src/trunk]: src/distrib/emips/instkernel loosen the belt again.
joerg[src/trunk]: src/external/bsd/llvm Switch to the 4.0 release branch and updat...
ozaki-r[src/trunk]: src/sys/netinet Use IFQ_LOCK instead of splnet for if_snd
nonaka[src/trunk]: src/sbin/nvmectl nvmectl(8): Remove some wdc subcommands from ma...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Don't define GAS adddess ID cons...
rin[src/trunk]: src lcWrap.c is miscompiled on vax, which results in input failu...
msaitoh[src/trunk]: src Enable I219.
snj[src/trunk]: src/external/mit/xorg/tools delete the xkbcomp tool now that not...
kamil[src/trunk]: src/doc Update TODO.ptrace
christos[src/trunk]: src/external/bsd/file/dist/src Ignore files that start with .
christos[src/trunk]: src/doc new byacc
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Enable xusb on tegra210
macallan[src/trunk]: src/sys/dev/i2c use direct config
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Print an error if we can't acquire a clo...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable max77620pmic and tcagpio
kamil[src/trunk]: src/sys/compat/linux/common Remove unused variable p from linux_...
tnn[src/trunk]: src/sys/arch/arm/xscale remove misleading comment about version ...
ozaki-r[src/trunk]: src/sys/net bridge: use pslist(9) for rtlist and rthash
snj[src/trunk]: src/distrib/notes/common update core
knakahara[src/trunk]: src/sys/opencrypto refactor crypto_dispatch (1/3): divide batch ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print Mailbox API version.
kamil[src/trunk]: src/lib/libc/gen Document devname_r(3) in devname(3).
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Added EXT_CSD[HS_TIMING] definitions.
christos[src/trunk]: src/sys/kern make this narrower by popular request.
christos[src/trunk]: src/usr.sbin/makefs stampst.st_ion consistent treatment (non-zer...
rin[src/trunk]: src Cosmetic changes. No functional changes.
ozaki-r[src/trunk]: src/tests/net Use nc instead of ftp/httpd
ozaki-r[src/trunk]: src/sys/net Fill rmx_locks too
maxv[src/trunk]: src/sys/arch/amd64/acpi Make sure %edx is clear.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for USB OTG controllers in "h...
christos[src/trunk]: src/sys/sys add __empty
palle[src/trunk]: src/sys/arch/sparc64/doc sun4v: Update TODO file with current st...
ryoon[src/trunk]: src/share/man/man4 Add uts(4)
ozaki-r[src/trunk]: src/tests/net/if_bridge Add a test case for bridge_rtdelete
maxv[src/trunk]: src/sys/arch Add most of my USER_LDT code for amd64, but disable...
knakahara[src/trunk]: src add l2tp(4) L2TPv3 interface.
macallan[src/trunk]: src/sys/dev/pci fix tpyo
christos[src/trunk]: src/sys/compat/linux/arch/mips regen
maxv[src/trunk]: src/sys/netinet6 Cosmetic, and remove one XXX (no problem).
maxv[src/trunk]: src/sbin/ping6 typo in comment
wiz[src/trunk]: src/sbin/ifconfig New sentence, new line.
christos[src/trunk]: src/external/bsd/byacc/dist merge conflicts
christos[src/trunk]: src/external/bsd/file fix der.c bump shared library
maxv[src/trunk]: src/sys/arch/amiga/stand/bootblock/installboot Uninitialized var...
snj[src/trunk]: src prune /usr/X11R7/lib/X11/xkb/torture, a ghost from the days ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove unused structure entries. No functi...
wiz[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Remove trailing whit...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Print driver feature capabilities and en...
christos[src/trunk]: src/share/mk add MKDIRPERM
christos[src/trunk]: src/sys/dev/dkwedge PR/52522: ent_name is not necessarily 0 term...
knakahara[src/trunk]: src/sys/opencrypto opencrypto: cleanup debug messages.
maxv[src/trunk]: src/sys/netipsec Remove dead code.
christos[src/trunk]: src/sys/arch/evbppc/conf fix path miff
macallan[src/trunk]: src/sys/arch/macppc/conf add iic at pmu and admtemp
christos[src/trunk]: src/sys/sys remove comment in comment
maya[src/trunk]: src/lib/libc/sys Document accept4 in accept(2)
christos[src/trunk]: src/usr.sbin/makefs mention timezone change for -T timestamp
nonaka[src/trunk]: src/sbin/nvmectl nvmectl(8): fix subcommand usage.
wiz[src/trunk]: src/share/man/man4 Improve wording.
ryoon[src/trunk]: src/share/man/man4 Bump date
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/backend fix the hard coded depends...
maxv[src/trunk]: src/sys/netinet Improve the check, we want to have len >= udphdr...
nat[src/trunk]: src/sys/dev Move play/rec mix ring buffers into a virtual channe...
kamil[src/trunk]: src/doc Update TODO.ptrace
skrll[src/trunk]: src/sys/uvm/pmap There's no need to call pmap_tlb_invalidate_add...
maya[src/trunk]: src/sys/external/bsd/drm2/include/asm sys/errno.h for EFAULT
bacon[src/trunk]: src/distrib/notes/common Add Jason Bacon to developers list
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Include tegra210 dts files with kernel ...
christos[src/trunk]: src/external/gpl2/gmake/dist/glob According to:
knakahara[src/trunk]: src/sys/net Fix sending PADT to unexpected hosts when net.pppoe....
maxv[src/trunk]: src Remove m_getclr. It is unused, confusing (vs m_clget), and i...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSPosix Add the missin...
christos[src/trunk]: src/etc Hide ps error about processes not found (we could be mor...
christos[src/trunk]: src/sys/arch more const.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Initialize PLLE
christos[src/trunk]: src/doc update for file-5.33
christos[src/trunk]: src/external/mpl/dhcp now mpl
mlelstv[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk increase sshramdisk fro...
skrll[src/trunk]: src/sys/dev/pci Add an XHCI_DISABLE_MSI option
skrll[src/trunk]: src/sys/net Typo in comment
abhinav[src/trunk]: src/common/lib/libprop Add entry for prop_ingest in the NAME sec...
roy[src/trunk]: src Note a new tic tool is required for the new terminfo database.
nat[src/trunk]: src/sys/dev Revert the changes made with holding sc_lock in audi...
nonaka[src/trunk]: src nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.
martin[src/trunk]: src/sys/arch/sparc64/sparc64 If the bootloader passes us informa...
wiz[src/trunk]: src/sys/sys Remove duplicate words in comment.
maya[src/trunk]: src/share/dict Re-apply 1.35 which was accidentally reverted in ...
wiz[src/trunk]: src/sbin/newfs_msdos file system police.
bsiegert[src/trunk]: src/external/bsd/dhcpcd/dist/src dhcp: Fix classless static routes
maxv[src/trunk]: src/sys/netinet Remove the ipre_mlast field and the TRAVERSE macro.
nat[src/trunk]: src/sys/dev Remove stray closef.
christos[src/trunk]: src/usr.sbin/makefs/ffs need <sys/stat.h>
knakahara[src/trunk]: src/sys/opencrypto fix opencrypto(9) part of PR kern/52515
macallan[src/trunk]: src/sys/dev/i2c add more names for direct config
christos[src/trunk]: src/doc new tcpdump
christos[src/trunk]: src/sys/sys There have never been binaries with a checksum tag f...
jmcneill[src/trunk]: src/sys/dev/i2c Add GPIO drivers for MAX77620 and TCA9539 as fou...
maya[src/trunk]: src/tools Remove hack previously needed to build gcc/arm with cl...
wiz[src/trunk]: src/sbin/dmesg Update usage.
nakayama[src/trunk]: src/distrib/sets Handle compatdir first whether making obsolete ...
maya[src/trunk]: src/doc note accept4
jmcneill[src/trunk]: src/sys/dev/sdmmc For SD cards, send the SET_WR_BLK_ERASE_COUNT ...
isaki[src/trunk]: src/sys/arch/x68k/dev - Revert temporary local conversion introd...
kamil[src/trunk]: src Install new man-page devname_r(3).
maxv[src/trunk]: src/sys/arch/amd64/amd64 Declare onfault_restore, and be stricte...
christos[src/trunk]: src/usr.sbin/rtadvd Don't start another copy of rtadvd if one is...
rin[src/trunk]: src/sbin/newfs switch to __empty
maxv[src/trunk]: src/sys/netipsec Fix a pretty bad mistake, that has always been ...
christos[src/trunk]: src/sys/kern fix type confusion on 32 bits
christos[src/trunk]: src/usr.sbin/makefs If we are using a timestamp from the command...
roy[src/trunk]: src/sys/netinet Allow Unicast Poll from RFC 1122 to bypass DaD c...
christos[src/trunk]: src/lib/libc/gen fix off-by-one, found by asan.
maya[src/trunk]: src/external/gpl3/gcc/dist/gcc Apply upstream commit:
christos[src/trunk]: src/distrib/sets/lists fix the sets for binutils-2.30
kamil[src/trunk]: src/sys/modules/examples Add a new example kernel module
maxv[src/trunk]: src/sys/net Replace KASSERTMSG by a real check. L2 encapsulation...
wiz[src/trunk]: src/usr.bin/sys_info Sort options and their descriptions in man ...
kre[src/trunk]: src Note libc update build issue after change from arch/exect.S ...
christos[src/trunk]: src/sys/sys use __nothing instead since __empty is taken in stl_...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Fix calculation the offset of th...
kre[src/trunk]: src/usr.bin/stat KNF, and since this gets compiled as a tool, av...
hikaru[src/trunk]: src/sys/dev/pci Add Intel QuickAssist devices.
maxv[src/trunk]: src/sys Introduce a m_verify_packet function, that verifies the ...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Restore %ds before swapgs. Movs to segm...
wiz[src/trunk]: src/sbin/dmesg Sort flags in SYNOPSIS.
nonaka[src/trunk]: src/sys/dev/pci regen
yamaguchi[src/trunk]: src/sys/netipsec Introduced a hash table to sahlist
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia,tegra210-apbdma
jmcneill[src/trunk]: src/external add nvidia-firmware license
isaki[src/trunk]: src/sys/arch/x68k/dev - Finally MI audio supports 4bit precision...
roy[src/trunk]: src/lib/libterminfo Move pathbuf into the function where it's ac...
christos[src/trunk]: src/external/bsd/ntp/include sun2 does not have stdatomic.h
ozaki-r[src/trunk]: src/tests/net/if_bridge Add a test that checks if brconfig flush...
roy[src/trunk]: src/lib/libcurses Allow a subwindow to contain another subwindow.
jmcneill[src/trunk]: src/sys/dev/fdt fdtbus_get_string: support special 'name' property
ozaki-r[src/trunk]: src/sys/netinet Protect sysctl_net_inet_ip_pmtudto with icmp_mtx...
bouyer[src/trunk]: src/sys/arch/arm/vfp Remove the call to vfp_fpscr_handler() from...
christos[src/trunk]: src/sys/arch/news68k/news68k pass the right argument
ozaki-r[src/trunk]: src/sys Make NOMPSAFE comments informative
maxv[src/trunk]: src/sys/arch/x86/x86 Use macros instead of hard-coded constants....
maya[src/trunk]: src/lib/libm/src Appease static analyzers by making all code pat...
chs[src/trunk]: src/sys/compat es_arglen is now in units of bytes, update the em...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia #define<tab>
ozaki-r[src/trunk]: src/doc Add many entries
msaitoh[src/trunk]: src/sys/dev/pci Add Intel 300 series devices.
christos[src/trunk]: src/doc - new acpica
christos[src/trunk]: src/sys/netinet6 explain why in6_setscope fails...
joerg[src/trunk]: src/sys Change the VSTATE_ASSERT_UNLOCKED code by pushing the po...
martin[src/trunk]: src/sys/arch/i386/conf Make SPECTRE_V2_GCC_MITIGATION overridabl...
skrll[src/trunk]: src/sys/arch/mips/include Don't define UVM_KM_VMFREELIST on mips...
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable ethernet on Pine64+
snj[src/trunk]: src/tools GCC build exceeds the macOS clang default bracket nest...
msaitoh[src/trunk]: src/sys/dev/pci SW PHY Config Enable bit for ICH8 B0 stepping is...
christos[src/trunk]: src/sys/arch/news68k/news68k make this compile
martin[src/trunk]: src/sys/arch/amd64/conf Fix previous: HAVE_GCC needs to be check...
rin[src/trunk]: src/distrib/sets/lists/debug Fix build with MKDEBUG=yes for sun2:
rin[src/trunk]: src Remove ifconfig hack on m68000. I've confirmed that the prob...
christos[src/trunk]: src/external/bsd/bind/dist Import bind 9.10.4-P6
maxv[src/trunk]: src/sys/arch/amd64/conf Put 2MB alignments between the kernel se...
christos[src/trunk]: src/usr.sbin/makefs untorture language.
christos[src/trunk]: src/sys/modules/if_ppp This also needs INET6!
nonaka[src/trunk]: src/usr.bin/ftp ftp(1): split the auth processing function.
knakahara[src/trunk]: src/sbin/ifconfig add l2tp(4) subcomands to ifconfig(8).
christos[src/trunk]: src/sbin/gpt allow 0 timestamp
maya[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat Include opt_mul...
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Allow USB keyboards to attach as console...
christos[src/trunk]: src/sys add missing const
mrg[src/trunk]: src/sbin/gpt add information about how to boot from gpt. mostly...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia More USB3 port init stuff
maxv[src/trunk]: src/sys/net80211 Improve an XXX of mine, and fix one stat.
maxv[src/trunk]: src/sys/arch/amd64 Declare INTRFASTEXIT as a function, so that t...
christos[src/trunk]: src/sys/net Add one more not supported error
maxv[src/trunk]: src/sys/arch/x86/acpi Initialize the errata MSRs when waking up, ...
wiz[src/trunk]: src/share/man/man4 Sort SEE ALSO.
skrll[src/trunk]: src G/C VM_MAX_KERNEL_BUF
christos[src/trunk]: src/sys/arch/evbarm/conf bump...
christos[src/trunk]: src/sys/arch/x68k/x68k pass the correct argument
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable USB-OTG-EHCI and USB-OTG-OHCI contro...
christos[src/trunk]: src/sys/arch/sgimips/hpc rename panel to button.
maxv[src/trunk]: src/doc mention meltdown/spectre fixes
snj[src/trunk]: src/share/mk prune duplicate xkeyboard-config and xkbcomp
kamil[src/trunk]: src/doc Update TODO.ptrace
christos[src/trunk]: src/distrib Initial pass to be unaffected by build umask on buil...
christos[src/trunk]: src/usr.sbin/rtadvd KNF, fix time printing formats.
christos[src/trunk]: src/sys/dev/dkwedge use arraycount.
rin[src/trunk]: src/distrib/atari/floppies/install Switch to x_fsck_ffs and x_ne...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Revert changing the byte order ...
maxv[src/trunk]: src/sys/arch/x86/x86 As the XXX implicitly suggests, this line i...
knakahara[src/trunk]: src/sys/dev/pci unify Tx softint and Rx softint to uniform ixg(4...
kre[src/trunk]: src/sbin/dmesg Minor wording change (no date bump needed.)
maxv[src/trunk]: src/sys/netinet Replace comment by KASSERT.
sevan[src/trunk]: src Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP...
hikaru[src/trunk]: src/sys/dev/pci Regen.
maxv[src/trunk]: src/sys/netipsec Remove duplicate sysctls:
ozaki-r[src/trunk]: src Add tests of rtcache invalidation
kamil[src/trunk]: src/lib/libc/citrus Include namespace.h in citrus/citrus_lc_ctype.c
knakahara[src/trunk]: src/sys/dev/pci refactor: functionize txrxintr disable/enable code.
msaitoh[src/trunk]: src/sys/arch/x86/x86 Set ci->ci_cflush_lsize correctly. This bug...
christos[src/trunk]: src/distrib/common/bootimage remove extra endif
snj[src/trunk]: src/doc fix ntp version
maxv[src/trunk]: src/sys/netmpls Add one more XXX in the list.
maxv[src/trunk]: src/sys/arch/x86/x86 If the segment list is full, print a warnin...
msaitoh[src/trunk]: src/sys/dev/pci No binary change:
rin[src/trunk]: src PR port-vax/51967 GCC 5.4 aborts on vax due to SIGILL for cc1
rin[src/trunk]: src add hack for libssh on vax
ryoon[src/trunk]: src/share/man/man4 Refer to wsmouse(4) instread of wscons(4)
nonaka[src/trunk]: src/sys/dev/sdmmc sdmmc(4): Fix cell type in comments.
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Fix calculation of mmu data ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add motg
jmcneill[src/trunk]: src/sys/arch/arm/dts Add a simplefb node for H3 SoCs
wiz[src/trunk]: src/usr.sbin/veriexecgen Fix enumeration.
hannken[src/trunk]: src/sys/ufs/ffs Flush the log to disk when ffs_sync() gets calle...
msaitoh[src/trunk]: src/sys/arch/x86/x86 Add cpu_ucode_intel_verify() to verify micr...
christos[src/trunk]: src/external/gpl3/binutils.old no conflicts
snj[src/trunk]: src/sys/arch/powerpc/oea fix a few typos in comments
maxv[src/trunk]: src/sys/kern Disable the M_PKTHDR check for now. It causes PR/53...
jakllsch[src/trunk]: src/external/bsd/file/dist/src sprinkle #ifdef __dead \n __dead ...
jmcneill[src/trunk]: src/sys/dev/fdt Print an error if we fail to acquire a regulator
jmcneill[src/trunk]: src/sys/dev/fdt For known Linux keycodes, report key press event...
maya[src/trunk]: src/lib/libc/sys oops, do not write the same file twice -- accid...
nat[src/trunk]: src/sys/dev Audio passed the atf test again.
maxv[src/trunk]: src/sys/sys Improve comment.
rin[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k Do not u...
christos[src/trunk]: src/sys/compat/linux/arch/mips regen
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Import Clang 4.0RC1 r294123.
wiz[src/trunk]: src/share/man/man4 Remove Tn.
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add ephy clk gate
maxv[src/trunk]: src/sys/netipsec Remove the
maxv[src/trunk]: src/sys/arch/amd64/amd64 Obviously, I was being absolutely dumb ...
jakllsch[src/trunk]: src/sys Stop potential misuse of vendor names and USB vendor IDs...
knakahara[src/trunk]: src/sys add missing files.
bouyer[src/trunk]: src/sys/arch/arm/sunxi Take the interrupt lock in interrupt hand...
msaitoh[src/trunk]: src/sys/dev/pci On PCH_SPT (and newer), FLASH access should be d...
christos[src/trunk]: src/doc new file(1)
macallan[src/trunk]: src/sys/arch/macppc/pci track bus-range for every bus and restri...
tls[src/trunk]: src/sys/arch/x86/x86 On i386 (but not on amd64) we can enable SS...
christos[src/trunk]: src/distrib/sets/lists bump libmagic
maxv[src/trunk]: src/sys/netipsec Remove duplicate, to better show that this plac...
jdolecek[src/trunk]: src/doc mention recent vioscsi/virtio changes
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/rsa CVE-2018-0737: S...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Mmh, restore %cs and %ss on Xen. Otherw...
martin[src/trunk]: src/etc/defaults Cosmetics: default to dmesg -t when writing /va...
maxv[src/trunk]: src/sys/netinet6 Remove useless DIAGNOSTIC block, the caller alr...
christos[src/trunk]: src/sbin/gpt - make sure that the utf16 string is padded with 0'...
ozaki-r[src/trunk]: src/tests/net/net Add basic tests for forwarding fragmented packets
christos[src/trunk]: src/sys/netsmb From FreeBSD:
njoly[src/trunk]: src/lib Fix {clock, pthread}_getcpuclockid to return an error num...
jdolecek[src/trunk]: src/sys/dev/ic got 'bad mbi comp_stat 5' during DIOCGCACHE under...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia add SOC_THERM and TSENSOR clocks
macallan[src/trunk]: src/sys/arch/macppc/conf add obio and some child devices
abhinav[src/trunk]: src/lib/libedit Fix typo in comment
christos[src/trunk]: src/sys/sys undo extra sbtimestamp argument.
maxv[src/trunk]: src/sys/netinet6 Remove nullcheck, m is not allowed to be null.
jmcneill[src/trunk]: src Install ARM ACLE and NEON intrinsics headers on aarch64.
mrg[src/trunk]: src/external/mit/xorg add some missing @foo@ cases for libepoxy, ...
chs[src/trunk]: src/sys/arch/powerpc/include the FP_* exception constants need t...
kamil[src/trunk]: src/doc Correct the date of PT_GETDBREGS and PT_SETDBREGS introd...
maya[src/trunk]: src GC some GCC 4.8 specific sh3 HACKS entries.
jmcneill[src/trunk]: src/sys/arch/aarch64/include Increase default MSGBUFSIZE to matc...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add pcf8563rtc
riastradh[src/trunk]: src/libexec/ftpd Add -f option to ftpd to stay in foreground wit...
christos[src/trunk]: src/tests/kernel/arch/x86 make bitfields unsigned
wiz[src/trunk]: src/share/man/man9 Fix xrefs.
rkujawa[src/trunk]: src/sys/arch/amiga/dev Update driver to support firmware v1.5+.
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua Unbreak script ...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Cosmetic change (tab and newline).
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for sun4i SRAM controller.
abhinav[src/trunk]: src/lib/libc/sys Fix spelling of "includes".
wiz[src/trunk]: src/external/gpl3/gcc.old/usr.bin/include Fix typo in comment.
ragge[src/trunk]: src/sys/arch/vax/include Add __KERNEL_RCSID() macro.
kamil[src/trunk]: src/lib/libc/sys Document PT_GETDBREGS and PT_SETDBRGS in ptrace(2)
kamil[src/trunk]: src/tests/kernel/arch/amd64 Add new tests dbregs_dr*_trap_variab...
chs[src/trunk]: src/tests/lib/csu/arch/powerpc check the lower bits of the stack...
maxv[src/trunk]: src/share/man/man9 Remove m_prepend from the man page, it's a he...
maxv[src/trunk]: src/sbin/ping6 Fix usage(), A/E don't exist.
maxv[src/trunk]: src/sys/net80211 Remove ovbcopy from net80211.
ozaki-r[src/trunk]: src/sys/netinet6 Get rid of unnecessary splsoftnet
maxv[src/trunk]: src/sys/netinet Remove unused argument from udp4_espinudp, and r...
maxv[src/trunk]: src/sys/arch/x86/x86 Declare pmap_remap_global, and map the four...
bouyer[src/trunk]: src/sys/arch/i386/i386 Fix (once again) Xen boot
nonaka[src/trunk]: src/sys/lib/libsa fix CTF section symbol size was not counted wi...
jakllsch[src/trunk]: src/sys/arch/arm/cortex Cover all pic_maxsources lines for armgi...
wiz[src/trunk]: src/share/man/man4 Improve wording and formatting.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable Allwinner H6 support
wiz[src/trunk]: src/usr.bin/crunch/crunchgen New sentence, new line. Remove supe...
maxv[src/trunk]: src/usr.sbin/traceroute6 Remove dead code.
maya[src/trunk]: src/lib/libm/man List a few more functions
scole[src/trunk]: src Add fenv for ia64, imported from FreeBSD, compile tested only.
palle[src/trunk]: src/sys/arch/sparc64/doc sun4v: Note that the code recently adde...
skrll[src/trunk]: src/sys/sys Call sysctl_kernhist_new for KERNHIST_LINK_STATIC. ...
wiz[src/trunk]: src/share/man/man9 New sentence, new line.
sborrill[src/trunk]: src/sbin/resize_ffs Fix the most obvious integer overflow errors...
wiz[src/trunk]: src/share/man/man4 Add some articles.
jmcneill[src/trunk]: src/sys/dev/fdt Add DesignWare DWC3 XHCI driver.
msaitoh[src/trunk]: src/sys/dev/pci - Fix the base power's value in the power budget...
maya[src/trunk]: src/sys/dev/pci regen
kamil[src/trunk]: src/tests/kernel/arch/amd64 Add new tests dbregs_dr[67]_dont_inh...
christos[src/trunk]: src/tools/compat fix fpurge declaration
jmcneill[src/trunk]: src/sys/dev/i2c Add support for poweroff and the power on-off ke...
kre[src/trunk]: src/usr.sbin/sysinst PR install/53220
ragge[src/trunk]: src/sys/arch/vax/vax Remove the old unneccessary cksum files.
rin[src/trunk]: src/sys/arch/evbppc/conf Factorize kern/subr_disk_mbr.c into fil...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add ahcisata
christos[src/trunk]: src/share/mk Add general {DP,LD}ADD.rump variables
ozaki-r[src/trunk]: src/sys/arch/x86/include Fix build
kre[src/trunk]: src/bin/sh In uses like $(( var )) (un-dollared vars in arithmet...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot/bootia32 efiboot: Don't access o...
ozaki-r[src/trunk]: src/tests/net/mcast Add tests that destroy an interface while th...
pgoyette[src/trunk]: src/etc/mtree Move the /etc/sasl stuff to proper position in col...
kamil[src/trunk]: src/sys/kern Improve the proc_stoptrace() function
hannken[src/trunk]: src/sys/kern Must always lock the parent -> lock the child -> un...
maxv[src/trunk]: src/sys Change MCLGET, so that it calls m_clget instead of doing...
chs[src/trunk]: src/sys/arch/mips/include the FP_* rounding constants need to be...
pgoyette[src/trunk]: src/sys/arch/amd64/conf Add commented-out ident lines to the XEN...
msaitoh[src/trunk]: src/sys/dev/pci Fix 0x%u...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add sun4i (A10) and sun7i (A20) USB PHY s...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Fix dbregs_dr[0123]_trap_variable in...
abhinav[src/trunk]: src/lib/libc/gen Fix spelling of "parenthesis".
maxv[src/trunk]: src/sbin/ping6 Remove annoying (void) casts.
jakllsch[src/trunk]: src/sys/dev/marvell Add check during mvsdio_attach that CMD line...
jmcneill[src/trunk]: src/sys/dev/i2c Hook axp20x into fdt regulator api
ozaki-r[src/trunk]: src/sys/netipsec Fix deadlock between pserialize_perform and loc...
maxv[src/trunk]: src/sys/kern Style and simplify.
kre[src/trunk]: src/usr.bin/tail Remove some unnecessary words.
maxv[src/trunk]: src/sys/netinet6 Replace
macallan[src/trunk]: src/sys/dev/i2c attach to ds1775 which was already more or less ...
nat[src/trunk]: src/sys/dev Ensure proper use of sc_opens (play back) and sc_rec...
maya[src/trunk]: src Add sanity check: passed -x but no xsrc directory
kre[src/trunk]: src/bin/sh PR bin/53201
ozaki-r[src/trunk]: src/sys/netipsec Don't abuse key_checkrequest just for looking u...
maxv[src/trunk]: src/sys/arch/x86/x86 Use roundup instead. Otherwise some (userla...
kre[src/trunk]: src/sys/conf (untested) attempt to fix b5 evbarm-earmv7hf build ...
kamil[src/trunk]: src/share/misc Add SSA to wtf(6)
maxv[src/trunk]: src/sys/arch/i386/i386 Fix a bug I introduced yesterday. The arg...
nonaka[src/trunk]: src/sys/arch/x86 Avoid panic when amd64 kernel is booted from 32...
nonaka[src/trunk]: src/sys/dev/wsfb genfb(4): Enabling/Disabling shadowfb can be co...
isaki[src/trunk]: src/sys/dev Improve logic in audio_initbufs(). No functional ch...
christos[src/trunk]: src/lib/libc/resolv PR/52578: Benjamin M. Schwartz Set the AD bi...
maxv[src/trunk]: src/sbin/ping6 Simplify: remove #ifdefs for constants that are a...
sevan[src/trunk]: src Add a manual for netpgp(3lua)
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2017a from ftp:/...
jmcneill[src/trunk]: src/sys/dev/i2c FDT-ize X-Powers AXP805/806 PMIC driver.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo Avoi...
ozaki-r[src/trunk]: src/sys/netinet6 Prevent ia6 from being freed in in6_ifinit
christos[src/trunk]: src/tools/mips-elf2ecoff/machine refresh
christos[src/trunk]: src/usr.bin/elf2ecoff This only works with 32 bit Elf and COFF f...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add audio pll and codec clocks
kre[src/trunk]: src/tests/usr.bin/mixerctl Skip most of the mixerctl tests when ...
nat[src/trunk]: src/sys/dev Call audio_mix for a third time - thus ensuring ther...
christos[src/trunk]: src/tools/compat handle __fpurge being declared in <stdio_ext.h>
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add axp806pmic, axp806reg
jmcneill[src/trunk]: src/sys/dev/i2c Use IPL_VM for bus lock so we can do i2c xfers f...
maxv[src/trunk]: src/sys Remove compat_linux32 from the autoload list and add a e...
ryo[src/trunk]: src/sys/arch/aarch64/include remove suspicious compare, and clea...
msaitoh[src/trunk]: src/sys/dev/pci Decode IOMMU capability of PCI secure device cap...
ozaki-r[src/trunk]: src/sys/netinet6 Make IPv6 multicast MP-safe partially
maxv[src/trunk]: src/sys/arch/x86/x86 use bootspace (this branch is never taken)
wiz[src/trunk]: src/usr.sbin/rtadvd Minor improvements.
maxv[src/trunk]: src/usr.sbin/traceroute6 Remove now unused code.
christos[src/trunk]: src/external/bsd/elftosb/usr.sbin/elftosb Fix the tools build.
bouyer[src/trunk]: src/sys/arch/i386/conf Restore alignement of _end to rev 1.12: t...
jmcneill[src/trunk]: src/sys Add generic DT cpu frequency and voltage scaling driver.
chs[src/trunk]: src/sys/arch/mips/mips the second operand to cfc1/ctc1 isn't an ...
maxv[src/trunk]: src/sys/kern Change comment, to clearly say that m_prepend shoul...
kamil[src/trunk]: src/share/misc Register new acronym in wtf(6)
hannken[src/trunk]: src/sys Enable fstrans on all file systems.
ragge[src/trunk]: src/sys/arch/vax/boot Enable ffsv2 in boot.
pgoyette[src/trunk]: src/etc/mtree Mark the entry for /etc/rc.d/nsd optional - it's n...
kamil[src/trunk]: src/doc Add new entry to TODO.ptrace
kamil[src/trunk]: src/doc Update TODO.ptrace
maya[src/trunk]: src/lib/libm/man Fix typo
knakahara[src/trunk]: src/sys/dev/pci fix EITR setting.
maxv[src/trunk]: src/sbin/ping6 Remove dead/broken code, we want to favor RFC3542...
rin[src/trunk]: src/sys/compat/linux/common CID 980928: fix NULL pointer dereferece
jmcneill[src/trunk]: src/sys/arch More PCIe / XUSBPAD initialization goo for Tegra210.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add 2.5GBASE-T and 5GBASE-T support. (forg...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Initialize TWI clock rate to 100kHz
chs[src/trunk]: src apply changes equivalent to freebsd r256822, r267759 and r29...
skrll[src/trunk]: src/sys/arch/arm/nvidia Attach the usb2 bus - missed in merge fr...
rin[src/trunk]: src PR kern/51208
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add A80 (sun9i) support
maxv[src/trunk]: src/sys/net Drop early if there's no PPPoE interface. Otherwise ...
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua Add support for...
maxv[src/trunk]: src/sys/arch/x86/include Remove PG_u from the kernel pages on Xe...
wiz[src/trunk]: src/usr.sbin/traceroute6 Remove -g from SYNOPSIS.
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-7.0.4 with the fo...
ozaki-r[src/trunk]: src/tests/net/net Add simple tests of behaviors of alias addresses
ozaki-r[src/trunk]: src/tests/net/ndp Add tests for expiration of default router and...
mrg[src/trunk]: src/sys/dev minor clean ups:
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add cpufreqdt and sy8106a
christos[src/trunk]: src/libexec/makewhatis make this compile.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi sunxits needs sysmon_envsys
christos[src/trunk]: src/lib Add a library for the rump resolver interception code so...
abhinav[src/trunk]: src/lib/libedit Add '*' and '[' to the list of characters which ...
scole[src/trunk]: src Add fenv.h for ia64, imported from FreeBSD, compile tested o...
abhinav[src/trunk]: src/usr.sbin/powerd Fix spelling of "occurs".
jmcneill[src/trunk]: src/sys/dev/i2c Fix register write location
christos[src/trunk]: src/tools/m68k-elf2aout need bsd.hostinit.mk before bsd.endian.mk
nonaka[src/trunk]: src/external/gpl2/texinfo/makedoc Restore MAKEDOC. Fix a build f...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove HUMMINGBIRD_A31 kernel config (s...
mrg[src/trunk]: src/external/mit/xorg/lib/libICE define HAVE_ARC4RANDOM_BUF.
ozaki-r[src/trunk]: src/sys/dev/ic Fix assertion failure in bpf_mtap by applying def...
alnsn[src/trunk]: src/sys Add KAUTH_MACHDEP_SVS_DISABLE and add support to secmode...
maxv[src/trunk]: src/sys Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHI...
martin[src/trunk]: src/sys/dev/sun Disks without a disk label happen in normal oper...
christos[src/trunk]: src/sys/dev/pci Establish a softint for legacy, otherwise BOOM!
kre[src/trunk]: src/sbin/gpt Spello. (it is "existence").
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add platform support for allwinner, sun4i-...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.4
rin[src/trunk]: src/sys/arch/amiga/amiga If lp->d_secsize is updated, we need to...
chs[src/trunk]: src/libexec/ld.elf_so tag the powerpc hackish_return_address() a...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto fix lint build.
mlelstv[src/trunk]: src/sbin/gpt clarify that alignment is the number of bytes to al...
kamil[src/trunk]: src/sys/kern Harden the NetBSD PT_TRACE_ME operation
macallan[src/trunk]: src/sys/arch/macppc/conf don't pull in pic_u3_ht with uninorth -...
christos[src/trunk]: src/external/bsd/ipf/dist/ipsend fix the build: tcpiphdr is now ...
palle[src/trunk]: src/sys/arch/sparc64/doc sun4v: Update TODO with the status of t...
skrll[src/trunk]: src/sys/arch/mips/mips Can't profile ras_atomic_cas_noupdate
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src Revert "Remove a useless...
knakahara[src/trunk]: src/sys/dev/pci 82574 should follow MSI-X mode IMS manner.
maxv[src/trunk]: src/sys/arch/amd64 Add the prekern entry point in the kernel.
jdolecek[src/trunk]: src/sys/dev/ofisa fix wdc_init_shadow_regs() arg
macallan[src/trunk]: src/sys/arch/macppc/conf smusat attaches to iic now
ozaki-r[src/trunk]: src/sys Make usages of ifp MP-safe in some functions of IP multi...
kamil[src/trunk]: src/tests/lib/libc/sys Refactor the traceme1 and traceme4 ATF pt...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Disable poorly implemented tx interrupt m...
sevan[src/trunk]: src/share/man/man4 Include uipad(4) in miscellaneous section.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add Allwinner A80 (sun9i) support.
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Remove a useless loo...
jmcneill[src/trunk]: src/sys/sys Add definitions required for VIDIOC_ENUM_FRAMESIZES and
wiz[src/trunk]: src/lib/libm/man Remove Tn.
mbalmer[src/trunk]: src/usr.sbin/wakeonlan shorten hardware address wording
christos[src/trunk]: src/distrib/sets/lists/misc add config files as examples
msaitoh[src/trunk]: src/tests/net/if_vlan Add a test case for duplicated VLAN ID.
christos[src/trunk]: src/sys/dev/usb use the proper station nodeid read command.
mlelstv[src/trunk]: src/sys/dev/pci regen
msaitoh[src/trunk]: src/sys/dev/pci Add some NVIDIA devices.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add sun4i-a10 support
wiz[src/trunk]: src/sbin/gpt Sort sections.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for Allwinner USB3 PHY.
skrll[src/trunk]: src/sys/arch/evbarm/gumstix Set xscale_cache_clean_addr appropri...
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist merge conflicts
joerg[src/trunk]: src/sys/arch/amd64/amd64 Do not use movq for loading arbitrary 6...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Clean up, and initialize the lwp0 field...
roy[src/trunk]: src/external/bsd/dhcpcd dhcpcd no longer needs hmac_md5.c
wiz[src/trunk]: src/doc tmux-2.6 out.
joerg[src/trunk]: src/external/gpl3 Don't try to rebuild gengtype-lex.c from yacc.
ozaki-r[src/trunk]: src/sys/netipsec Convert some sanity checks to CTASSERT
maya[src/trunk]: src/sys/dev/usb Reorder to test for null before null deref in de...
roy[src/trunk]: src/sys/compat/common Test for valid interface for ioctls that d...
maxv[src/trunk]: src/sys/netipsec Remove duplicate prototype.
christos[src/trunk]: src/lib/libc/net PR/52578: Benjamin M. Schwartz: sync the intern...
msaitoh[src/trunk]: src/sys/net Check if VLAN ID isn't duplicated on a same parent i...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf enable sun8ih3rccu
pgoyette[src/trunk]: src/sys/sys Fix the LIST_MOVE macro to properly update the back-...
maxv[src/trunk]: src/sys/arch/arm/gemini Fix inverted arguments in m_gethdr().
kre[src/trunk]: src PR bin/50934
kre[src/trunk]: src/tests/lib/libc/sys Don't bother attempting any of the (real)...
joerg[src/trunk]: src/crypto/external/bsd/openssh/dist Mark do_ca_sign as dead.
maya[src/trunk]: src/sys/dev/scsipi Add a DEBUG assert for the problem noted in P...
wiz[src/trunk]: src/lib/libc/sys Formatting fix.
jmcneill[src/trunk]: src/sys/sys Add PMFE_THROTTLE_ENABLE / PMFE_THROTTLE_DISABLE eve...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Tegra210 HDA support.
maxv[src/trunk]: src/sys/arch/x86/x86 Add a machdep.tsc_user_enable sysctl, to en...
yamaguchi[src/trunk]: src/sys/dev/isa Use spin mutex to fix a panic
maxv[src/trunk]: src/sys Remove unused ipsec_var.h includes.
kamil[src/trunk]: src/doc Add new entry in TODO.ptrace about PT_STEP with a signal
ozaki-r[src/trunk]: src/sys/net Make updating a rtentry in rtinit MP-safe
christos[src/trunk]: src/crypto/external/bsd/openssh/dist PR/52604: Tatoku Ogaito: Fi...
christos[src/trunk]: src/distrib/sets/lists bump libssh
maya[src/trunk]: src/sys/arch/x86/x86 Simplify macro logic of cpu_probe_old_fpu
wiz[src/trunk]: src/share/man/man8 Fix xrefs, sort.
bouyer[src/trunk]: src/sys/arch/arm/sunxi Remove sunxi_codec_drain(). It's optional...
maxv[src/trunk]: src/sys/arch/amd64/conf Add GENERIC_KASLR, only toolchain parts ...
kamil[src/trunk]: src/distrib/sets/lists/tests Fix build of !x86 ports
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for Allwinner H6 PRCM CCU.
maxv[src/trunk]: src/usr.sbin/traceroute6 Remove dead/broken code. We want to fav...
jmcneill[src/trunk]: src/sys/arch/arm/dts add thermal sensor controller
chs[src/trunk]: src/tests/lib/libc/gen reenable sigfpe_flt on powerpc now that F...
christos[src/trunk]: src/external/gpl3/gcc/usr.bin/include sync with gcc.old
christos[src/trunk]: src/sys/kern define MBUFTYPES here.
abhinav[src/trunk]: src/lib/libc/stdio Fix a sentence.
htodd[src/trunk]: src/share/man/man3lua Fix typo in Makefile to fix build.
christos[src/trunk]: src Add NOBINARIES, useful to build tools are libraries which is...
mlelstv[src/trunk]: src/sys/dev/ata Don't assert channel lock in polled mode.
kre[src/trunk]: src/external/public-domain/tz/dist Merge tzdata2017a
kamil[src/trunk]: src/tests/kernel Mark syscall1 broken in t_ptrace_wait*
jmcneill[src/trunk]: src/sys/arch/arm/sunxi 0xB -> 0xb on previous
tsutsui[src/trunk]: src/share/mk Switch hp300 to HAVE_XORG_SERVER_VER=118.
maya[src/trunk]: src/sys/dev/pci add realtek RT525A PCI-E card reader
christos[src/trunk]: src/include add recallocarray (used by openssh-7.6)
ozaki-r[src/trunk]: src/sys/netinet6 Restore/add some softnet_lock for nd6_rt_flush ...
bouyer[src/trunk]: src/sys/arch/arm/sunxi sun4idma_halt(): do not set the control r...
jdolecek[src/trunk]: src/sys/dev/ata split off functions used by 'wd* at umass?' into...
christos[src/trunk]: src/distrib/sets/lists Add librumpres
maxv[src/trunk]: src/sys/net Move if_name() from net_osdep.h to if.h. net_osdep.h...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 add sysctl for machdep.{cpu_id, id_r...
mlelstv[src/trunk]: src/sys/dev/isa Fix an ancient typo, instead of setting the base...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sunxinmi
jdolecek[src/trunk]: src/sys/dev/usb add KASSERT() that sc_child* is set to NULL afte...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi add dma and codec gates
kre[src/trunk]: src/tests/bin/sh Add a new sub-test to validate ~ expansions.
maxv[src/trunk]: src/sys/kern Panic in m_copypacket if no header is present, that...
maxv[src/trunk]: src/sys/arch/x86/x86 use bootspace
maxv[src/trunk]: src/sys/arch/i386/stand/boot Reset has_prekern if pkboot fails. ...
agc[src/trunk]: src/usr.bin/sys_info Also report versions of tcpdump, libpcap, a...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist Potentially-incompatible ch...
joerg[src/trunk]: src/games/phantasia Include time.h for time. Drop sys/types.h an...
wiz[src/trunk]: src/share/man/man7 New sentence, new line.
joerg[src/trunk]: src/sys/dev Initialize tfd even when not waiting for DSC.
wiz[src/trunk]: src/sbin/gpt Bump date for new EXIT STATUS section.
christos[src/trunk]: src/sys/dev/ata Re-use the err label more so it is not unused fo...
jmcneill[src/trunk]: src/sys/arch/arm/conf defflag CPU_CORTEXA53
ozaki-r[src/trunk]: src/sys/netipsec Separate sending message routine (NFC)
ozaki-r[src/trunk]: src Remove mkludge stuffs
kamil[src/trunk]: src Implement PTRACE_VFORK
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Add the following fu...
wiz[src/trunk]: src/share/man/man4 Fix xrefs, sort.
sevan[src/trunk]: src Hello netpgp(3lua)
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Do not crash when li...
msaitoh[src/trunk]: src/usr.sbin/acpitools/acpidump Print ACPI_HEST_GHES_ASSIST flag...
maxv[src/trunk]: src/sys/netinet6 Move the address checks into one function, ip6_...
ryoon[src/trunk]: src/share/man/man4 Add valz(4)
christos[src/trunk]: src/sys/net/npf Don't reassemble ipv6 fragments, instead treat t...
christos[src/trunk]: src/sys/lib/libsa mark first as used for platforms that define P...
christos[src/trunk]: src/sys/net/npf PR/53207: David Binderman: Use logical and
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable motg
knakahara[src/trunk]: src/sys/arch/powerpc/booke/dev only get vtag when we have vtag l...
christos[src/trunk]: src/tools/gcc use the variable for the source dir instead of dup...
knakahara[src/trunk]: src/sys/dev/pci refactor: functionalize ITR/EITR writing process...
maxv[src/trunk]: src/usr.sbin/traceroute6 Remove the "-g" option, it uses RH0, wh...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Remove mistakenly commited debug.
maya[src/trunk]: src/sys/arch GC i386_fpu_present. no FPU x86 is not supported.
skrll[src/trunk]: src/sys/arch/arm/marvell Trailing whitespace
maxv[src/trunk]: src/sys/netipsec Remove useless icmp6.h include, remove manual e...
mrg[src/trunk]: src/libexec/httpd s/u_int/unsigned/.
mlelstv[src/trunk]: src/sys/net/npf npf_ifmap_getname requires the config to be lock...
maxv[src/trunk]: src/sys Rename m_pkthdr_remove -> m_remove_pkthdr, to match the ...
maxv[src/trunk]: src Stop adding '0's in parameter and function names, that's jus...
nonaka[src/trunk]: src/sys/dev/rasops reset ri->ri_hwbits too if RI_CFGDONE is set.
christos[src/trunk]: src/distrib/sets/lists/comp Don't install stdatomic.h if we don'...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for sun4i (A10) and sun7i (A20...
maya[src/trunk]: src/sbin/ping un-ifdef sgi. NFC
rin[src/trunk]: src/sys/sys s/u_char/unsigned char/
nonaka[src/trunk]: src/sys/arch Apply deferred if_start to more MD drivers.
ragge[src/trunk]: src/sys/arch/vax/vax Kernel linker support for vax. Now modules...
mlelstv[src/trunk]: src/distrib/sets/lists/debug add t_list test.
hannken[src/trunk]: src/sys/miscfs/genfs Protect genfs_getpages() against vnodes dis...
maya[src/trunk]: src/sys/arch GC gcc < 4.8 logic.
jmcneill[src/trunk]: src/sys/dev/fdt Add support for lid switch event codes.
knakahara[src/trunk]: src/sys/netinet Fix sys/netinet/in.c:r1.229 problem. I have miss...
nat[src/trunk]: src/sys/dev Rectify an error in mulaw/alaw conversion to big end...
christos[src/trunk]: src/sys/dev/usb It was not gcc's fault for correctly detecting a...
kre[src/trunk]: src/tests/sbin/resize_ffs Make most of the resize_ffs tests skip...
pgoyette[src/trunk]: src/bin/sh Minor grammatical correction (don't end a sentence/ph...
chs[src/trunk]: src/sys/arch/m68k/include use FPCR instead of FPSR to manipulate...
jdolecek[src/trunk]: src/sys/dev refactor the ld(4) DIOCCACHESYNC hook into general i...
rin[src/trunk]: src/sys/dev/dkwedge determine the buffer size by roundup(9)
chs[src/trunk]: src/lib/libc/arch/mips/gen fix asm operands: "ctc1" uses the reg...
ozaki-r[src/trunk]: src Make CARP on IPv6 work
maya[src/trunk]: src/lib/libm/complex Mention tgmath cproj, creal, cabs
pgoyette[src/trunk]: src Synch with HEAD
christos[src/trunk]: src/lib/libc/sys Explain PROT_MPROTECT better, add references to...
ozaki-r[src/trunk]: src/sys/arch Apply deferred if_start to more drivers...
nat[src/trunk]: src/sys/dev Audio passes the atf test again.
nonaka[src/trunk]: src/sys/external/bsd/drm2 Revert "drmkms_pci: use MSI if availab...
christos[src/trunk]: src/tools/gcc - gcc.old == gcc-5.3, so copy mknative-gcc{, .old} ...
kre[src/trunk]: src/bin/sh Three fixes and a change to ~ expansions
abhinav[src/trunk]: src/usr.sbin/syslogd Fix typos.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a problem that mailbox interrupt never...
msaitoh[src/trunk]: src/sys/net Add 2.5GBASE-T and 5GBASE-T.
christos[src/trunk]: src/share/mk need a few more commits to enable this.
kre[src/trunk]: src/doc Note update of tzdata to 2018e
maxv[src/trunk]: src/sys/netipsec Fix the checks in compute_ipsec_pos, otherwise ...
kre[src/trunk]: src/doc Note update to tzdata2017a
macallan[src/trunk]: src/sys/arch/macppc/dev pass the right OF node to i2c devices
jdolecek[src/trunk]: src/sys/dev/ic change DIOCCACHESYNC to not issue the FLUSH comma...
kre[src/trunk]: src/sbin/resize_ffs Fix the syntax (pointed out by David H. Gutt...
ozaki-r[src/trunk]: src/sys Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
maxv[src/trunk]: src/sys/netipsec Move the ipsec6_input prototype into ipsec6.h, ...
christos[src/trunk]: src/sys/arch/amiga/stand/loadkmap remove bsd.hostinit.mk; it bre...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Fix more issues with compat to i386 ...
christos[src/trunk]: src/distrib/sets/lists/comp Missed a "C"
pgoyette[src/trunk]: src/sys/arch/x86/x86 Remove unused variabe (I reverted too much ...
christos[src/trunk]: src/sys/net/npf forgot to commit this (new prototype)
maxv[src/trunk]: src/sys M_CLUSTER -> M_EXT_CLUSTER
kamil[src/trunk]: src Add new ATF Undefined Behavior Sanitizer tests
maxv[src/trunk]: src/sys/arch/x86/x86 Should be PG_k, doesn't change anything.
kamil[src/trunk]: src Add kernel/arch/x86 ATF tests for CPU Debug Registers for am...
macallan[src/trunk]: src/sys/arch/powerpc/oea use 7450 HID0 bitmask on 7447A and 7448...
flxd[src/trunk]: src/sys/arch/arm/arm32 In vmapbuf use pmap_enter(pmap_kernel(), ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for sun4i and sun6i, and enab...
maya[src/trunk]: src/sys/arch/hppa/dev Reorder to avoid null deref before null test
christos[src/trunk]: src/share/mk Add variables for static PIE
htodd[src/trunk]: src/share/misc Added NTBF.
maxv[src/trunk]: src/sys Add a new option in libsa, to load dynamic binaries. A s...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Shuffle attach order so CCUs attach bef...
joerg[src/trunk]: src/sbin/fdisk Really don't include ioctl code for tools build.
maxv[src/trunk]: src/sys/netinet Remove #ifndef __vax__.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix maximum xfer length for sun7i-a20 com...
jdolecek[src/trunk]: src/share/man/man4 update to note NCQ support
christos[src/trunk]: src/sys/arch more NOMAN= removal.
christos[src/trunk]: src/sys/dev/pci only get vtag when we have vtag like the other d...
christos[src/trunk]: src/sys Canonicalize the interpreter path in #! scripts since ch...
abhinav[src/trunk]: src/doc mdocml-1.14.1 released.
sevan[src/trunk]: src/share/man/man4 u3ginit was split out and became umodeswitch.
kre[src/trunk]: src/tests/lib/libc/sys Skip the mincore_shmseg test case if the ...
kre[src/trunk]: src/usr.bin/mixerctl Generate usage error for bad usage, before ...
nat[src/trunk]: src/sys/dev Hold the intr_lock when broadcasting/waiting on sc_[...
nat[src/trunk]: src/sys/dev Remove use of sc_intr_lock from audio_read. Fixes L...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that TSO doesn't work correctly....
nat[src/trunk]: src/sys/dev Simplify locking. Hold intr lock only when dealing ...
maxv[src/trunk]: src/share/man/man9 Improve the documentation of m_copypacket(), ...
msaitoh[src/trunk]: src/sys/dev/pci - Backout if_wm.c rev.1.574 and print "device ti...
ragge[src/trunk]: src/sys/arch/vax/conf Enable CPU_IN_CKSUM.
jmcneill[src/trunk]: src/doc arm: Add support for Allwinner H6 SoC.
knakahara[src/trunk]: src/sys/dev/pci make kernel config option WM_RX_PROCESS_LIMIT_DE...
christos[src/trunk]: src/sys/kern PR/kern/53202: Kernel hangs running t_ptrace_wait:r...
leot[src/trunk]: src/usr.bin/look Properly check mmap(2) return value. We can end...
macallan[src/trunk]: src/sys/arch/macppc/dev do what linux and freebsd do here:
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Explicitly select external PHY on H6
christos[src/trunk]: src/crypto/external/bsd/heimdal/lib/libasn1 reproduced also on t...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add A10 and A20 support
ozaki-r[src/trunk]: src/doc Add l2tp(4)
christos[src/trunk]: src/sys/dev/pci fix printf formats (clang build)
palle[src/trunk]: src/sys/arch/sparc64/dev sun4v: Fixed PR 51554 - Avoid unsafe al...
macallan[src/trunk]: src/sys/arch/macppc/dev if there is no 'compatible' property try...
msaitoh[src/trunk]: src/sys/arch/x86/x86 Print the following cpuid bits:
christos[src/trunk]: src/share/mk add the rump resolver library.
nat[src/trunk]: src/sys/dev Allow maxused to be an odd number of bytes. This ma...
ozaki-r[src/trunk]: src/sys/net Fix a deadlock (rt_free vs. route_intr on rt_so_mtx)
sevan[src/trunk]: src/libexec/httpd/lua Enable checking arguments for validity.
kre[src/trunk]: src/sys/miscfs/procfs Use %ju and (intmax_t) to unbreak i386 build.
jmcneill[src/trunk]: src/sys/dev/i2c titemp_match: filter on ia_addr for indirect con...
hannken[src/trunk]: src/sys/kern Test for fstrans support before trying to allocate ...
christos[src/trunk]: src/sys/arch/amd64/conf use the modular versions of spkr
joerg[src/trunk]: src/external/gpl2/groff/dist/src/preproc Remove pre-generated fi...
ryo[src/trunk]: src/sys/arch/aarch64/include Oops, my previous commit is totally...
kamil[src/trunk]: src/tests/lib/libc/sys Handle core dumps in ATF ptrace(2) tests ...
christos[src/trunk]: src/lib Add the netpgp lua bindings so that the compat build can...
christos[src/trunk]: src/crypto/external/bsd/netpgp/bindings/lua don't build for non pic
jdolecek[src/trunk]: src/sys/dev pass also DIOCGCACHE to underlying device, so that u...
dholland[src/trunk]: src/lib/libc One of the things we should do when bumping libc is...
lukem[src/trunk]: src/share/man/man8 Clarify foo.sh behaviour
maxv[src/trunk]: src/sys/sys Change/Improve the comments, so that the definitions...
jmcneill[src/trunk]: src/etc/etc.aarch64 Create bpf and openfirm devices
maxv[src/trunk]: src/sys/netipsec Remove IPSEC_SPLASSERT_SOFTNET, it has always b...
joerg[src/trunk]: src/libexec/makewhatis Include time.h for time.
christos[src/trunk]: src/sys/dev/pci - only get the vtag if we have it like the other...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a problem that m_defrag() isn't called...
ozaki-r[src/trunk]: src/sys/netinet6 Fix racy in6m_sol
maya[src/trunk]: src/sbin/routed unifdef sgi. NFCI
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
ozaki-r[src/trunk]: src/sys/netinet Fix the position of curlwp_bindx; it should be a...
skrll[src/trunk]: src/sys/arch/arm/arm KNF
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src Remove a useless loop ar...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0-rc3
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo Avoi...
sjg[src/trunk]: src/usr.bin/make loadfile: in the mmap case ensures that the buf...
mlelstv[src/trunk]: src/sys/dev/pci Add Symbios/LSI RAID and SAS controllers.
jmcneill[src/trunk]: src/sys/arch/aarch64/include Define __HAVE_OLD_DISKLABEL for com...
maxv[src/trunk]: src/sys/netinet6 Fix a bug introduced in rev1.154 (2009). mcl_ca...
kre[src/trunk]: src/tests/bin/sh Add a test case for PR bin/53201
joerg[src/trunk]: src/sys/rump Honor REPROFLAGS for rump components.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add sunxigmacclk, awge, and rlphy
kre[src/trunk]: src If we're going xsrc hunting, lets's do it properly. In par...
wiz[src/trunk]: src/sbin/ping6 Sort options. Sort option descriptions. Remove Tn.
kamil[src/trunk]: src/sys/arch Garbage collect unneeded inclusion of <x86/dbregs.h...
msaitoh[src/trunk]: src/sys/arch/x86/x86 Fix the location of AMD's smca(Scalable MCA...
christos[src/trunk]: src/doc new openssh
sevan[src/trunk]: src/etc/rc.d With the new version of OpenSSH, SSHv1 is no longer...
christos[src/trunk]: src/sys/netipsec cast reduction, NFC.
pgoyette[src/trunk]: src/distrib/sets/lists/tests Add new LIST_MOVE test to sets list.
maya[src/trunk]: src/sys/dev/usb Reorder to test for null before null deref in de...
rin[src/trunk]: src/sys/compat/linux/common KNF; no binary changes
christos[src/trunk]: src/lib/libpuffs Adjust to prototype.
isaki[src/trunk]: src/sys/arch/x68k/dev Avoid magic numbers and give appropriate n...
maya[src/trunk]: src/sys/arch/mips/conf leave the part for GCC >= 5.3 in.
alnsn[src/trunk]: src/share/man/man9 Add SVS. It may not be disabled at secureleve...
ozaki-r[src/trunk]: src/sys/external/bsd/acpica/dist/utilities Remove a unnecessary ...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src/crypt Cleanup
sevan[src/trunk]: src Add a manual for uipad(4)
jmcneill[src/trunk]: src/sys/dev/i2c Add driver for Silergy SY8106A regulator
christos[src/trunk]: src/external/gpl3/gcc.old/usr.bin/include Add stdatomic.h
nonaka[src/trunk]: src/external/gpl2/gmake/dist gmake: Make this work with glibc gl...
rin[src/trunk]: src Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Blo...
sevan[src/trunk]: src/doc netpgp(3lua)
christos[src/trunk]: src/crypto/external/bsd/openssh merge conflicts.
christos[src/trunk]: src/external/bsd/atf/lib/libatf-c++ bump because libstdc++
ozaki-r[src/trunk]: src/sys/netipsec Fix SP is broken on transport mode
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for Allwinner H6 CCU.
ozaki-r[src/trunk]: src/sys/netinet6 Plug a race condition on accessing i6mm_maddr
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Add an alignment to fill strict...
maya[src/trunk]: src/lib/libm/man Remove CAVEATS section
abhinav[src/trunk]: src/usr.bin/tic Fix spelling of "discovered"
knakahara[src/trunk]: src/sys/net add todo comment. pointed out by s-yamaguchi@IIJ
abhinav[src/trunk]: src/usr.bin/qsubst Use Nm to refer the program name.
maya[src/trunk]: src/sys/dev/pci Add some broadcom 802.11ac wifi devices
kamil[src/trunk]: src/share/misc Fix VLC -> VLA
dyoung[src/trunk]: src/share/man/man9 Fix PR standards/51989: the extension bit ext...
jmcneill[src/trunk]: src/sys/dev/usb "Root Hub" -> "root hub" for consistency with ot...
kamil[src/trunk]: src/tests/lib/libc/sys Refactor the traceme3 ATF ptrace(2) test
msaitoh[src/trunk]: src/sys/dev/pci - Add PCI_MAPREG_ROM_ADDR_MASK macro and PCI_MAP...
ozaki-r[src/trunk]: src/sys/net Add curlwp_bind to bridge_input for psref
christos[src/trunk]: src/distrib/sets/lists bump libstdc++ to account for disabling t...
maxv[src/trunk]: src/sys/kern Remove reference to m_ext.ext_type (doesn't exist).
jdolecek[src/trunk]: src/sys/dev/usb make compile with UISDATA_DEBUG
macallan[src/trunk]: src/sys/arch/macppc/dev we support the drive bay sensor now
maya[src/trunk]: src/sys/arch Remove commented DISKLABEL_EI for strictly little e...
maxv[src/trunk]: src/sys/external/bsd/ipf/netinet Remove unused alias to tcpiphdr.
christos[src/trunk]: src/sys/net - add a constant for the vlan mask.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add queue number into interrupt name.
kamil[src/trunk]: src/tests/kernel/arch/amd64 Protect dbregs_dr*_dont_inherit_lwp ...
christos[src/trunk]: src/tools Centralize NOMAN handling.
maxv[src/trunk]: src/sys/fs/nfs/common Fix inverted arguments in MGET().
msaitoh[src/trunk]: src/sys Decode AGP capability.
abhinav[src/trunk]: src/share/man/man7 Change reference from malloc(3) to jemalloc(3...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add sunxisramc
kamil[src/trunk]: src/sys/kern Add additional hardening in PT_TRACE_ME and PT_ATTACH
maxv[src/trunk]: src/sys/netipsec Remove unused macros.
knakahara[src/trunk]: src/sys/dev/pci implement AIM(Adaptive Interrupt Moderation), bu...
ozaki-r[src/trunk]: src/sys Take softnet_lock on pr_input properly if NET_MPSAFE
jmcneill[src/trunk]: src/sys/arch/evbarm/conf enable sunxisid and sunxithermal
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add A10/A20 SATA support
maxv[src/trunk]: src/sys/kern Simplify m_copydata, use unsigned int, and change i...
maxv[src/trunk]: src/sys Remove _MCLGET, merge its content into m_clget(). The co...
macallan[src/trunk]: src/sys/arch/macppc overhaul SMU i2c handling:
martin[src/trunk]: src/sys/arch/x86/x86 Make it compilable in non-diagnostic kernels
mlelstv[src/trunk]: src/sys/dev pacify disklabel validation message
rin[src/trunk]: src/sys/sys Include <sys/types.h> and replace u_long with uint32...
maxv[src/trunk]: src/usr.bin/pmc KNF, and make it less i386-specific.
jakllsch[src/trunk]: src/sys/arch/shark/ofw Fix up OFW_DEBUG printfs, particularly re...
christos[src/trunk]: src/lib/libedit Grow the buffer for event search if there was no...
wiz[src/trunk]: src/share/man/man4 End sentence with a dot.
maxv[src/trunk]: src/sys/kern Modify m_defrag, so that it never frees the first m...
martin[src/trunk]: src/usr.sbin/sysinst vnconfig has been renamed to vndconfig. Poi...
christos[src/trunk]: src/sys/arch/arm/arm32 fix unused.
maxv[src/trunk]: src/sys Remove references to m_copy in comments.
ozaki-r[src/trunk]: src Add tests for loopback interface
christos[src/trunk]: src/sys/ufs/ffs ifdef reduction
jmcneill[src/trunk]: src/sys/dev/i2c Add FDT support
maxv[src/trunk]: src/sys/arch KASLR: add workarounds to compute the bootinfo VAs ...
jmcneill[src/trunk]: src/distrib/utils/embedded Install a boot.scr on armv7.img that ...
njoly[src/trunk]: src/lib Fix man page ERRORS section for (clock, pthread}_getcpucl...
maxv[src/trunk]: src/sys/lib/libsa Improve comments.
jdolecek[src/trunk]: src/sys/dev/scsipi revert the logic in wdc_atapi_intr() for wdc_...
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Remove this #if, these options ...
rin[src/trunk]: src/sys/dev/dkwedge remove unnecessary substitution. no function...
ozaki-r[src/trunk]: src/sys/netipsec Add missing ifdef NET_MPSAFE
macallan[src/trunk]: src/sys/arch/macppc/include bump message buffer size
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for Allwinner NMI / R_INTC int...
christos[src/trunk]: src/external/gpl2/xcvs/dist/src keep going if there is a CVS dir...
chs[src/trunk]: src/sys/arch/powerpc/powerpc in cpu_setmcontext(), do not update...
palle[src/trunk]: src/sys/arch/sparc64/doc sun4v: Note that prom_getprop() leaks m...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Add new tests dbregs_dr*_dont_inheri...
christos[src/trunk]: src/sys/dev/usb downgrade error to debug.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi export sunxi_sid_read_tscalib
jdolecek[src/trunk]: src/doc note NCQ support for ahcisata(4), mvsata(4), and siisata...
christos[src/trunk]: src/distrib/sets Add MKSTATICPIE
christos[src/trunk]: src/usr.bin/crunch/crunchgen Handle static PIE
jmcneill[src/trunk]: src/sys/dev/i2c act8846_match: filter on ia_addr (device is expe...
nonaka[src/trunk]: src/sys/external/bsd/drm2 drmkms_pci: Use MSI if available (Take 2)
spz[src/trunk]: src/crypto/external/bsd/heimdal/dist/kdc avoid busy-waiting on a...
christos[src/trunk]: src/usr.bin/elf2ecoff fix printf format
martin[src/trunk]: src/tests/usr.bin/cc In the -m32 test, additionally test profile...
kamil[src/trunk]: src/distrib/sets/lists/man Register a missing file in the distri...
ozaki-r[src/trunk]: src/tests/net Provide a more robust regexp for time formats of 1...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot fix to be able to boot amd64 ker...
maxv[src/trunk]: src/sys/netinet Redefine the structure, not to rely on tcpiphdr.
maxv[src/trunk]: src/sys/netipsec When IP6_EXTHDR_GET fails, return ENOBUFS, and ...
christos[src/trunk]: src/doc document -P
ozaki-r[src/trunk]: src/sys/net Use kmem instead of malloc
jdolecek[src/trunk]: src/sys/arch adapt the rest of wdc attachments for NCQ branch merge
maxv[src/trunk]: src/sys Remove net_osdep.h completely.
ozaki-r[src/trunk]: src/sys/netinet6 Use kmem istead of malloc
kre[src/trunk]: src/bin/sh Simplify convoluted language, and remove incorrect st...
maxv[src/trunk]: src/sys/kern Reorder, to group related functions.
nonaka[src/trunk]: src/external/gpl2/gmake/dist gmake: Apply patch to support GLIBC...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Remove half-duplex setting for more than...
mrg[src/trunk]: src/sys/uvm/pmap avoid using %s in UVMHIST.
knakahara[src/trunk]: src/sys/dev/pci fix r1.492 bug, sorry
maya[src/trunk]: src/sys/arch/evbarm/stand Get rid of more -mno-thumb -mno-thumb-...
jmcneill[src/trunk]: src/sys/dev/clk Create private sysctl nodes for inspecting clock...
hannken[src/trunk]: src/sys/kern Prepare to move fstrans into vnode_if.c, allow "FST...
maya[src/trunk]: src/sys/arch GC more logic that was intended for GCC <4.8 (or !L...
kre[src/trunk]: src/distrib/sets/lists/base tzdata2017a: new timezone America/Pu...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia use CLK_GATE_SIMPLE
christos[src/trunk]: src/sys/miscfs/procfs Split the status printing routines (one fo...
kre[src/trunk]: src/sys/arch/x86/x86 And now do what 1.128 should have done, and...
chs[src/trunk]: src/sys/arch/powerpc/powerpc in cpu_switchto() and the fast-soft...
maya[src/trunk]: src/share/man/man4 Denote RTS525A, bump date
chs[src/trunk]: src/sys/arch/m68k/include the FP_* constants need to be differen...
ozaki-r[src/trunk]: src/sys/netinet Protect ia_allhosts by in_ifaddr_lock
rin[src/trunk]: src/sys/arch Comment out DISKLABEL_RDB as it is too specific for...
macallan[src/trunk]: src/sys/arch/macppc/dev identify as 'Audio Codec' and print out ...
christos[src/trunk]: src/sys/arch/atari/stand/keymaps remove bsd.hostinit.mk
maxv[src/trunk]: src/sys Remove unused debug code.
maxv[src/trunk]: src/sys Remove compat_linux from the autoload list, and add a sy...
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
maxv[src/trunk]: src M_CLUSTER -> M_EXT_CLUSTER, and remove M_CLUSTER completely.
macallan[src/trunk]: src/sys/arch/macppc/dev provide crude but working fan control ba...
roy[src/trunk]: src/share/terminfo Remove kLFT and kRIT from putty.
sevan[src/trunk]: src/sys/dev/usb Remove comment about BlackBerry devices which ar...
ryo[src/trunk]: src/sys/arch/aarch64/include define __HAVE_ATOMIC64_OPS
maxv[src/trunk]: src Add code 3 of paramprob, part of RFC7112: "IPv6 First Fragme...
maxv[src/trunk]: src/sys/netipsec Inline M_EXT_WRITABLE directly, and remove the ...
rin[src/trunk]: src/sys/arch/amiga/amiga fix off-by-one
pgoyette[src/trunk]: src/sys/uvm Fix user-triggerable kernel crash as reported in PR ...
nat[src/trunk]: src/sys/dev Improve LINEAR_LINEARN macro - inparticular BE/LE co...
kamil[src/trunk]: src Introduce new ptrace(2) API to allow/prevent exection of LWP
phx[src/trunk]: src/sys/arch/powerpc/powerpc Fixed non-critical typo in tlbdsmis...
ozaki-r[src/trunk]: src/sys Add assertions and comments for lock states of socket an...
chs[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/m68k revert rev 1.2 (disab...
mlelstv[src/trunk]: src/sys/dev/iscsi Use correct lock for session wakeup.
knakahara[src/trunk]: src/sys/dev/pci fix Tx queue assignment when the number of H/W q...
christos[src/trunk]: src/sys/dev/scsipi don't initialize tfd twice.
maya[src/trunk]: src/sys/dev/pci/n8 Delete bogus NULL test.
christos[src/trunk]: src/sbin/resize_ffs PR/52590: David H. Gutteridge: Minor documen...
skrll[src/trunk]: src/sys/arch/arm/include Trailing whitespace.
chs[src/trunk]: src/sys/arch/mips/include fix fesetround() to set the FPSR to th...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't free and reallocate bus_dmamem when ...
nat[src/trunk]: src/sys/dev Ensure we still have a virtual channel after sleepin...
jdolecek[src/trunk]: src/sys/dev/ata as a stopgap measure, include necessary parts of...
maya[src/trunk]: src/sys/arch/x86/x86 Don't probe for the no FPU case. it's not s...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for thermal sensor controller ...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add operating points for OrangePi Plus2E an...
jakllsch[src/trunk]: src/sys/uvm In uvm_page_recolor(), kmem_free() old size rather t...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Add new tests dbregs_dr*_dont_inheri...
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist Updated Allwinner H6 dts from htt...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print device name in ixv_attach().
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for sun6i/sun7i ethernet
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add sun4i watchdog support.
ryo[src/trunk]: src/libexec/rshd fix to compile without USE_PAM. (unused variables)
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Don't install uEnv.txt for beagl...
abhinav[src/trunk]: src/lib/libc/stdio Insert comma between two Nm entries.
hannken[src/trunk]: src/sys Remove now redundant calls to fstrans_start()/fstrans_do...
hannken[src/trunk]: src/sys/kern Add an operation to test a mount for fstrans suppor...
maya[src/trunk]: src/sys/arch Fix ALL configs following MPVERBOSE becoming a defp...
kamil[src/trunk]: src/doc Add new entry in TODO.ptrace about QPassSignals
msaitoh[src/trunk]: src/sys Add missing opt_net_mpsafe.h.
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: fix efivar command.
maxv[src/trunk]: src/sys Remove unused mbuf argument from sbsavetimestamp.
christos[src/trunk]: src/sys/arch/mips/include provide ecoff 32 defines.
chs[src/trunk]: src/sys/arch/mips/mips in mips_emul_fp(), clear all pending FP e...
jmcneill[src/trunk]: src/lib/libc/compat/arch/aarch64 Add some compat stubs for aarch...
maxv[src/trunk]: src/sys/netipsec Remove unused.
wiz[src/trunk]: src/usr.bin/midiplay Merge options without arguments in synopsis.
kre[src/trunk]: src/external/gpl3/gcc.old/lib Actually bump lib versions, to mat...
msaitoh[src/trunk]: src/sys/dev/pci Use pcireg.h's macro. No functional change.
wiz[src/trunk]: src/share/man/man4 Remove Tn. Comment out xref to non-existent u...
rin[src/trunk]: src/doc add DKWEDGE_METHOD_RDB
chs[src/trunk]: src/sys/arch/powerpc/include update the FE0/FE1 MSR bits as need...
joerg[src/trunk]: src/tools/compat Be consistent with our header.
christos[src/trunk]: src/distrib/sets/lists/comp add stdatomic.h
wiz[src/trunk]: src/share/man/man9/man9.x86 Sort.
pgoyette[src/trunk]: src/etc/mtree Add /etc/rc.d/unbound per christos@
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Print mac.type and the TrackID.
skrll[src/trunk]: src/sys/arch/evbarm/conf Add pci attachment for mvsata
maxv[src/trunk]: src/sys/net Add missing pserialize_read_exit in error branch, sp...
jnemeth[src/trunk]: src/doc time marches on for lvm2tools
maya[src/trunk]: src/sys/dev GC private 802.11 rateset declarations, use the stan...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add A31 audio codec support.
maxv[src/trunk]: src/sys Move m_align and m_append into iee80211_netbsd.c. They a...
christos[src/trunk]: src/external/apache2/mDNSResponder/usr.sbin/mdnsd show how to tu...
abhinav[src/trunk]: src/lib/libc/sys Use .Fn to refer functions instead of .Nm.
wiz[src/trunk]: src/bin/cat Add cross reference to tac(1).
macallan[src/trunk]: src/sys/dev/i2c get sensor descriptions from OpenFirmware if we ...
kre[src/trunk]: src/bin/sh DEBUG only changes (non-debug, ie: normal, shell unaf...
maxv[src/trunk]: src/sbin/ping6 Remove the "-R" option. It uses IPV6_REACHCONF, b...
jdolecek[src/trunk]: src/sys/dev/dkwedge pass also DIOCGCACHE to underlying device, s...
christos[src/trunk]: src/external/bsd/blacklist/diff amend the patch to close.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia enable PHYs
jdolecek[src/trunk]: src/sys/dev/ic implement DIOCGCACHE
macallan[src/trunk]: src/sys/arch/macppc/conf add lmtemp
kamil[src/trunk]: src Introduce PT_GETDBREGS and PT_SETDBREGS in ptrace(2) on i386...
christos[src/trunk]: src/lib/libc/sys add link for accept4.
mlelstv[src/trunk]: src/sbin/resize_ffs Fix computation of left-over fragments also ...
jdolecek[src/trunk]: src/sys/dev/ic make compile with ATAPI_DEBUG_PROBE (by copying o...
christos[src/trunk]: src regen
christos[src/trunk]: src/usr.bin/kdump print the mprotect perm argument symbolically.
kamil[src/trunk]: src/tests/kernel/arch/amd64 Add checks for si_code in dbregs_dr[...
kamil[src/trunk]: src/tests/lib/libc/sys Refactor the traceme2 ATF ptrace(2) tests
christos[src/trunk]: src/sys/arch/hppa/include const me harder!
ryo[src/trunk]: src/usr.sbin/cpuctl/arch add aarch64 support for cpuctl identify.
maya[src/trunk]: src/sys/dev/usb Remove set but not used sc_flags.
pgoyette[src/trunk]: src/tests/include/sys Add a new minimalistic test for LIST_MOVE ...
pgoyette[src/trunk]: src/sys/sys White-space - NFCI
maxv[src/trunk]: src/sbin/ping6 Remove the "hops" parameter, it uses RH0, which i...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Support snps, reset-gpio property and deas...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add axp20xreg
maxv[src/trunk]: src/sys/arch/x86/x86 use bootspace
chs[src/trunk]: src/sys/arch/evbarm/conf fix the build of this kernel config by ...
jakllsch[src/trunk]: src/sys/kern pi_bsize must be at least pi_secsize
mrg[src/trunk]: src/usr.bin/midiplay if just parsing don't try to read the unini...
christos[src/trunk]: src/tools PR/53238: Robert Elz: Disable MKREPRO in tools; the ho...
rin[src/trunk]: src/doc Add DISKLABEL_EI.
christos[src/trunk]: src/share/mk PR/53209: David Shao: lang/llvm BFD (NetBSD Binutil...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add H5 (sun50i) support.
pgoyette[src/pgoyette-compat]: src/sys/compat Rename if_[45]0_{init, fini} entry point...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add mmc sample and output phase clocks
maxv[src/trunk]: src/sys Use M_UNWRITABLE, no functional change.
martin[src/trunk]: src/sys/arch/sparc/include Fix __PIC__ profiled binaries
maya[src/trunk]: src/share/man/man8 Omit mention of a script that doesn't actuall...
maxv[src/trunk]: src/sys/sys Add KASSERTs in the rcvif functions.
kamil[src/trunk]: src/sys/sys Add new SIGTRAP types: TRAP_SCE and TRAP_SCX
christos[src/trunk]: src/external bump because of libstdc++
roy[src/trunk]: src/sys/netinet Only do DaD if the interface actually has the ad...
maxv[src/trunk]: src/sys Remove the kernel RH0 code. RH0 is deprecated by RFC5095...
maya[src/trunk]: src/tests/rump/kernspace Add declaration. build fix
maxv[src/trunk]: src/sys/netipsec Remove some more dead code.
kamil[src/trunk]: src/doc Sync TODO.ptrace with reality
kamil[src/trunk]: src/sys/kern Fix build of ports without PT_STEP
kre[src/trunk]: src/tests/usr.bin/mixerctl Drop the test for QEMU and instead sk...
christos[src/trunk]: src/sys/arch/riscv/riscv PR/53206: David Binderman: fix array bo...
skrll[src/trunk]: src/sys/arch/arm/omap Fix compile... is this right?
knakahara[src/trunk]: src/sys/dev/pci IFEF_START_MPSAFE flag should be set only if WM_...
knakahara[src/trunk]: src/sys/arch/x86/pci Apply deferred if_start to vmx(4).
abhinav[src/trunk]: src/lib/libc/stdio Add reference to flockfile(3) in SEE ALSO sec...
riastradh[src/trunk]: src/share/man/man9 Clarify that kauth_cred_get doesn't modify wi...
jmcneill[src/trunk]: src/sys/dev/i2c tcakp_match: filter on ia_addr for indirect conf...
sevan[src/trunk]: src/share/man/man4 Correct document date.
knakahara[src/trunk]: src/sys/dev/pci apply 82574 RFCTL workaround the same as FreeBSD...
christos[src/trunk]: src/external/bsd/am-utils/dist/fixmount we don't have mtab or rmtab
christos[src/trunk]: src/sys/sys oops forgot to commit this one (fixes for prototypes)
rin[src/trunk]: src/sys/arch/amiga/amiga multiply the missing factor to offset w...
abhinav[src/trunk]: src/lib/libc/gen Use Fn for function name.
ozaki-r[src/trunk]: src/tests/net/ipsec Test TCP communications over IPsec transport...
christos[src/trunk]: src remove recallocarray
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Remove a bogus KASSERT and clear IRQ pend...
jmcneill[src/trunk]: src/sys Initialize clk domain name and call clk_attach to regist...
christos[src/trunk]: src/sys/sys Provided sized definitions for ecoff 32 bit headers.
ozaki-r[src/trunk]: src/sys/netipsec Pull out ipsec_fill_saidx_bymbuf (NFC)
kamil[src/trunk]: src/doc Document PT_GETDBREGS, PT_SETDBREGS, TRAP_SCE and TRAP_S...
kre[src/trunk]: src/usr.bin/make/PSD.doc Improve appearance (a little) when read...
jdolecek[src/trunk]: src/sys/dev/ic mark local functions static, similar to other ld(...
chs[src/trunk]: src/lib/libm/src the MI lrint() code assumes that rounding is do...
maya[src/trunk]: src/sys/arch/mips/conf GC workaround for GCC 4.8 fixed in GCC 5+
pgoyette[src/trunk]: src Re-add files that were accidentally deleted in my previous c...
jmcneill[src/trunk]: src/sys/arch/arm/dts add Security ID EFUSE node
hannken[src/trunk]: src/sys/nfs nfsrv_readlink: stop attaching a zero-length mbuf fo...
macallan[src/trunk]: src/sys/dev/pci add missing break;s
hannken[src/trunk]: src/sys Regen.
ryo[src/trunk]: src/sys/arch/aarch64 fix instability behavior of bufcache on aar...
maxv[src/trunk]: src/sys/kern Revert my rev1.190, remove the M_READONLY check. Th...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add thermal sensor clocks
kre[src/trunk]: src Better validation of var name args to -V and -Z, in a way th...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove ALLWINNER_A80 kernel config; use...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add sun4i (A10) and sun7i (A20) GPIO supp...
jdolecek[src/trunk]: src/sys Merge support for SATA NCQ (Native Command Queueing) fro...
rin[src/trunk]: src/sys/arch PR kern/51208
wiz[src/trunk]: src/doc tmux-2.5 out.
sjg[src/trunk]: src/usr.bin/make/unit-tests Ensure consistent results on differe...
maya[src/trunk]: src Add arguments to tail:
pgoyette[src/trunk]: src/tests/include/sys Update recently-added test to adapt to new...
maxv[src/trunk]: src/usr.sbin/traceroute6 Clean up the IPsec ifdefs, same as ping6.
christos[src/trunk]: src/sys/netipsec - sanitize key debugging so that we don't print...
maya[src/trunk]: src/share/man/man4 Remove outdated BUGS entry - vnd does work on...
pgoyette[src/pgoyette-compat]: src/sys Merge christos's recent changes on HEAD
maxv[src/trunk]: src/sys/kern Rename
maxv[src/trunk]: src/sys/nfs Hum. This should be M_READONLY, not M_ROMAP.
bouyer[src/trunk]: src/sys/arch/xen/xen Try to be smarted in the rx path: if the pa...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sun50ih6rccu
jmcneill[src/trunk]: src/sys/dev/i2c add direct config support
mlelstv[src/trunk]: src/sys/dev/usb add missing KERNEL_LOCK protection around autoco...
mrg[src/trunk]: src/sys/arch actually do what the previous change said:
ozaki-r[src/trunk]: src/sys/sys Include socketvar.h for softnet_lock
wiz[src/trunk]: src/usr.bin/tail Sort options.
joerg[src/trunk]: src/usr.bin/tic unistd.h for close.
kamil[src/trunk]: src/sys/kern Remove unused code branch in the signal code
maya[src/trunk]: src/usr.bin/make The previous change might actually be less gene...
maxv[src/trunk]: src/sys/sys Remove unused function.
abhinav[src/trunk]: src/usr.sbin/mtree Fix typo.
macallan[src/trunk]: src/distrib/sets/lists/comp add MIPS-specific clang header file
knakahara[src/trunk]: src/sys Fix LOCKDEBUG kernel panic when many(about 200) tunnel i...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Add new tests dbregs_dr*_trap_variab...
kamil[src/trunk]: src/tests/lib/libc/sys Enable traceme_raise1 in the ATF ptrace(2...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Whitespace in comment
hannken[src/trunk]: src/sys/rump/librump/rumpkern Add weak aliases for _fstrans_star...
sevan[src/trunk]: src/share/man/man4 Include port in the kernel configuration decl...
pgoyette[src/trunk]: src/sys/sys Use do {...} while 0; construct for KERNHIST_LINK_ST...
maxv[src/trunk]: src/sys/netipsec Remove double include, opencrypto/xform.h is al...
skrll[src/trunk]: src/sys/arch/arm/marvell Typo in comment
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sun50i-a64-teres-i.dts, sun50i-h5-o...
ozaki-r[src/trunk]: src/sys/dev/ic Apply deferred if_start to more drivers
christos[src/trunk]: src/external/mit/xorg/lib bump c++ libraries because of the libs...
jmcneill[src/trunk]: src/doc Update to Linux dts 4.17-rc2
wiz[src/trunk]: src/lib/libc/sys Sort sections. Sort ERRORS. Remove trailing whi...
martin[src/trunk]: src/usr.sbin/sysinst Simplify and get rid of external "grep" dep...
maxv[src/trunk]: src/usr.sbin/traceroute6 Remove CPPFLAGS+=-DUSE_RFC3542, it's no...
maxv[src/trunk]: src/sys/netipsec Fix the net.inet6.ipsec6.def_policy node, the v...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 delete unused code
christos[src/trunk]: src/sys/sys make mbuftypes always visible
ragge[src/trunk]: src/sys/arch/vax/vax Fix bug causing small constants not to be p...
roy[src/trunk]: src/usr.sbin/rtadvd Back out part of the prior commit where we a...
kre[src/trunk]: src/tests/usr.bin/pkill Ugh... fix a last minute fix that went h...
ozaki-r[src/trunk]: src/sys Stop using useless IN6_*_MULTI macros
christos[src/trunk]: src/sys/kern For static PIE set the interpreter address to be th...
christos[src/trunk]: src/tools/compat regen
maya[src/trunk]: src Accept also ../xsrc in our sanity check, we use this as a de...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add a simple Security ID EFUSE driver.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that X550EM (Denverton) can't fo...
christos[src/trunk]: src/usr.bin/elf2ecoff fix printf format.
maxv[src/trunk]: src/sbin/ping6 Remove double include and unused macros.
kamil[src/trunk]: src/tests/kernel Add new test syscall1 in t_ptrace_wait*
kre[src/trunk]: src/usr.bin/pkill PR bin/50934 -- avoid core dump if a process b...
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua The secret key ...
sevan[src/trunk]: src/libexec/httpd/lua Pass the expected httpd instance when call...
kamil[src/trunk]: src/tests/kernel Mark resume1 and syscallemu1 tests broken in t_...
knakahara[src/trunk]: src/sys/dev/pci divide ITR/EITR value from wm_softc to wm_queue ...
snj[src/trunk]: src/sys/dev/usb add MacBookPro 9,2 bluetooth controller
christos[src/trunk]: src/sbin user librumpres
knakahara[src/trunk]: src/share/man/man4 add WM_RX_PROCESS_LIMIT_DEFAULT and WM_RX_INT...
snj[src/trunk]: src/share/man/man4 CardBus capitalization police
ozaki-r[src/trunk]: src/sys/netinet6 Protect ia6_memberships by in6_ifaddr_lock
jdolecek[src/trunk]: src/sys/sys Welcome to 7.99.63 - struct ld_softc changes
christos[src/trunk]: src/sys/dev/usb merge duplicated code, back to logging error.
skrll[src/trunk]: src/sys/arch/arm/include Whitespace
jmcneill[src/trunk]: src/usr.bin/mkubootimage add sh arch
wiz[src/trunk]: src/bin/sh Remove Pps without effect.
maxv[src/trunk]: src/sys Stop using m_copy(), use m_copym() directly. m_copy is u...
pgoyette[src/trunk]: src/external/ibm-public/postfix/dist/conf Set the smtputf8_enabl...
jdolecek[src/trunk]: src/sys/sys bump kernel version for SATA NCQ branch merge
ragge[src/trunk]: src/sys/arch/vax/vax Extract M_DATA, M_LEN, M_NEXT.
ozaki-r[src/trunk]: src/sys Replace malloc for DAD with kmem and move them out of th...
christos[src/trunk]: src/sys Fix COMPAT_NETBSD32 cmsg handling:
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add A10/A20 cpufreq scaling support
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSShared initialize ad...
pgoyette[src/trunk]: src/sys/compat/common Clean up a stray #ifdef _MODULE - it preve...
kre[src/trunk]: src/lib/libedit Make the default editrc file be $EDITRC (from en...
uwe[src/trunk]: src/sys/arch/macppc/stand/fixcoff PR port-macppc/52564: revert p...
wiz[src/trunk]: src/share/man/man8 Mention that linux and linux32 emulations are...
ozaki-r[src/trunk]: src/usr.sbin/rtadvd Fix the default value of rltime
uwe[src/trunk]: src/usr.sbin/vnconfig Fix missed s/vnconfig/vndconfig/ in an exa...
maxv[src/trunk]: src Rename the 'flags' and 'nowait' arguments to 'how'. The othe...
martin[src/trunk]: src/external/bsd/bind/include/isc Use crypto code from openssl. ...
maxv[src/trunk]: src/sys/netipsec When the replay check fails, return EACCES inst...
jdolecek[src/trunk]: src/sys/dev/isapnp adapt for NCQ branch merge too
macallan[src/trunk]: src/sys/arch/macppc/dev pass the right device node to i2c devices
jdolecek[src/trunk]: src/sys/dev/usb trigger the softint processing on that child bus...
maxv[src/trunk]: src/sys/arch/i386/stand/boot Bump bootloader version, support fo...
ozaki-r[src/trunk]: src/sys/net Reinit a pslist entry before inserting it to a pslis...
roy[src/trunk]: src/lib/libc/hash Cast away some compile warnings.
ozaki-r[src/trunk]: src/tests/net/ipsec Remove a unused local variable
maxv[src/trunk]: src/sys/net m_copy -> m_copym
maxv[src/trunk]: src/sys/kern Stop passing the pool as argument of the storage. M...
christos[src/trunk]: src/lib/libc/stdlib add recallocarray
maya[src/trunk]: src/tests/rump/rumpkern Run both tests (rather than rumptest_thr...
msaitoh[src/trunk]: src/sys/net All Ethernet media more than 1000Mbps don't support ...
skrll[src/trunk]: src/sys/arch/xen/xen Hold the interlock before cv_broadcast as p...
wiz[src/trunk]: src/usr.sbin/wakeonlan Fix Dd argument.
christos[src/trunk]: src/etc/mtree sort completely
rin[src/trunk]: src/lib/libarch/alpha Fix -O0 build; <machine/bwx.h> should be i...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - ixv_enableintr(): Fix a bug that ixv_ena...
christos[src/trunk]: src/external/gpl3/gcc.old re-run mknative to disable the libstdc...
christos[src/trunk]: src/rescue Extra flags for static PIE
rin[src/trunk]: src/external/ibm-public/postfix bump from NETBSD4 to NETBSD7, no...
maxv[src/trunk]: src/usr.sbin/traceroute6 ... another occurrence of OLDRAWSOCKET ...
ozaki-r[src/trunk]: src/sys/netinet6 Make sure im6o_memberships is protected by in6p...
hannken[src/trunk]: src/sys/kern Suspend the mounted file system while updating.
kamil[src/trunk]: src/tests/kernel/arch/amd64 Extend dbregs_dr*_trap_variable test...
christos[src/trunk]: src/distrib/sets/lists/comp add accept4
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua Utilise the pas...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Trailing whitespace
maya[src/trunk]: src/lib/libc/gen move VAX notes to CAVEATS, clarify.
nonaka[src/trunk]: src/external/gpl2/gmake/dist gmake: Revert dir.c r.1.2.
nonaka[src/trunk]: src/sys/lib/libsa update marks[MARK_DATA] with COUNT_DATA.
flxd[src/trunk]: src/sys/arch/arm/arm32 Revert attempt at tracking unmanaged mapp...
kre[src/trunk]: src/tests/lib/libc/sys Make this test skip if running on a kerne...
christos[src/trunk]: src/tools/lex Simplify.
kamil[src/trunk]: src/tests/kernel Add new test syscallemu1 in t_ptrace_wait*
skrll[src/trunk]: src/sys/arch/arm/marvell Use PEX numbers consistently. No funct...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for Allwinner H3 PRCM clock c...
rin[src/trunk]: src/sys/arch Add DKWEDGE_METHOD_RDB option, which is enabled for...
chs[src/trunk]: src/sys/kern assert that vmem_alloc() with VM_SLEEP does not fail.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi TX DMA status registers start at 0xB0 not...
kre[src/trunk]: src/sys/arch/x86/x86 Revert previous. Removing unused variable...
riastradh[src/trunk]: src/sbin/resize_ffs Use int64_t for loop index so we don't itera...
mlelstv[src/trunk]: src/sbin/resize_ffs - More fixes to use 64bit offsets.
wiz[src/trunk]: src/share/man/man8 Wording improvements for previous from maxv.
ozaki-r[src/trunk]: src/sys Sweep unnecessary malloc.h inclusions
christos[src/trunk]: src/sys/lib/libsa try a different style of __used.
rin[src/trunk]: src/sys/dev/dkwedge Remove PARANOID macro; we should always upda...
christos[src/trunk]: src Create a new bsd.hostinit.mk file and put the build definiti...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sunxiusb3phy and xhci
chs[src/trunk]: src have fpsetmask() change the FE0/FE1 MSR bits to precise mode...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set PCI_INTR_MPSAFE, SOFTINT_MPSAFE, CALLO...
jdolecek[src/trunk]: src/sys/kern add some event counters, for commits, writes, cache...
mrg[src/trunk]: src build fixes and updates for libxcb / xcb-proto 1.12.
maxv[src/trunk]: src/sys/netipsec Rename ipip_allow->ipip_spoofcheck, and add net...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi match allwinner,sun7i-a20-codec
christos[src/trunk]: src/sys/net typo
chs[src/trunk]: src/distrib/sets/lists/xdebug add glint driver debuginfo file.
ragge[src/trunk]: src/sys/arch/vax/vax VAX version of cpu_in_checksum(). Increase...
sevan[src/trunk]: src/distrib/utils/embedded/files Fix test otherwise we try to lo...
hannken[src/trunk]: src/sys/ufs/ffs Make compile again without "options WAPBL".
jmcneill[src/trunk]: src/sys/dev/fdt Listen for PMFE_THROTTLE_* events and limit CPU ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for gated dividers and /1, /2, ...
maxv[src/trunk]: src/sys Remove now unused net_osdep.h includes, the other BSDs d...
ragge[src/trunk]: src/sys/arch/vax/conf Add cpu_in_cksum.S.
ozaki-r[src/trunk]: src/sys/netipsec Split the timer handler into small functions (NFC)
rin[src/trunk]: src/external/ibm-public/postfix/dist/src/util correct obviously ...
ozaki-r[src/trunk]: src/sys/netipsec Constify isr at many places (NFC)
maxv[src/trunk]: src/sys/netipsec Style and remove unused stuff.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Make mailbox statistic counters evcnt(9).
maya[src/trunk]: src/sys/dev/pci regen
scole[src/trunk]: src/share/man/man9 Rename "cpu_switch" to "cpu_switchto"
maxv[src/trunk]: src/sys Implement M_COPY_PKTHDR as a function, like m_move_pkthdr.
skrll[src/trunk]: src/sys/dev Fix a locking botch in previous
maxv[src/trunk]: src/sys Remove unused and misleading argument from ipsec_set_pol...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sunxiusb3phy
wiz[src/trunk]: src/usr.bin/midiplay Sync usage with manpage.
maya[src/trunk]: src/lib/libm/man Restore CAVEATS section unmodified.
msaitoh[src/trunk]: src/sys/arch/x86/x86 - Use per cpu ci->ci_max_cupid instead of g...
mrg[src/trunk]: src install libsync.h. new in libdrm 2.4.75.
pgoyette[src/trunk]: src/sys/arch/x86/conf Make MPVERBOSE a defparam rather than deff...
christos[src/trunk]: src/external/mit/xorg/tools Apply the same fixes from the regula...
jmcneill[src/trunk]: src/sys/arch/arm/dts add cpu regulator and operating points for ...
joerg[src/trunk]: src/bin/pax Include time.h for time(2). Sort.
nonaka[src/trunk]: src/sys/arch/x86 EFI console is drawing faster by shadowfb.
sevan[src/trunk]: src Hello bozohttpd(3lua)
sevan[src/trunk]: src Hello libbozohttpd(3)
nonaka[src/trunk]: src/external/gpl2/gmake/dist gmake: Revert configure r1.2 and co...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add sun4i-a10 RTC support.
maya[src/trunk]: src Add simple test for workqueue(9)
kre[src/trunk]: src/usr.sbin/sysinst Change return type of pm_lvm_find() from in...
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist Import dts from Linux 4.17-rc2
wiz[src/trunk]: src/share/man/man3lua Fix copyright year. Fix whitespace, slight...
christos[src/trunk]: src use librumpres
maya[src/trunk]: src/sys/arch/i386/pnpbios catch up with i386 rename of gdt to gd...
ozaki-r[src/trunk]: src/tests/net/carp Add a test case for CARP on IPv6
christos[src/trunk]: src/crypto/external/bsd/openssh define recallocarray locally.
mrg[src/trunk]: src/external/mit/xorg/bin/xauth define HAVE_STRLCPY.
hannken[src/trunk]: src/sys Change the protocol to update a mounted file system from...
maxv[src/trunk]: src/sys/arch/amd64/stand Add the amd64 prekern. It is a kernel r...
msaitoh[src/trunk]: src/share/man/man4 Remove RSS's note in BUGS section because it'...
hannken[src/trunk]: src/sys/miscfs/specfs Add a diagnostic test for buffers written ...
ozaki-r[src/trunk]: src/sys/netinet6 Provide in6_multi_group
jakllsch[src/trunk]: src/sys/arch/shark/ofw Flesh out missing functions. Get IO spac...
ozaki-r[src/trunk]: src/sys/netinet6 Separate the code of joining multicast groups
pgoyette[src/pgoyette-compat]: src Actually create the new compat_sysctl_09_43 module
maxv[src/trunk]: src/usr.sbin/traceroute6 Remove dead code.
msaitoh[src/trunk]: src Add links for kmem_intr_alloc.9, kmem_intr_free.9 and kmem_i...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add axp22x and pcf8563rtc
kamil[src/trunk]: src/etc/mtree Add new directory usr/tests/kernel/arch/x86 in mtree
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sun7i-a20-olimex-som204-evb-emmc.dt...
kre[src/trunk]: src/tests/usr.bin/mixerctl Limit previous to the i386 qemu kerne...
jdolecek[src/trunk]: src/sys/dev/usb enable code to only trigger usb processing when ...
kamil[src/trunk]: src Remove tests/lib/libc/gen/exect paths from mtree and sets
knakahara[src/trunk]: src/sys/net Fix "how" argument of MGET(). Pointed out by maxv@n....
joerg[src/trunk]: src Switch from __ABICALLS__ to __mips_abicalls like upstream GC...
kamil[src/trunk]: src/tests/kernel/arch/amd64 Add new tests dbregs_dr[0123]_trap_c...
maya[src/trunk]: src/lib GC deprecated logic. GCC 4.8 is not in tree any more.
kamil[src/trunk]: src Improve PT_SET_SIGMASK and PT_GET_SIGMASK API in ptrace(2)
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add sun7i RTC support.
jdolecek[src/trunk]: src/sys/dev adapt several more wdc attachments for NCQ branch merge
maxv[src/trunk]: src/sys/netipsec Remove obsolete/dead code, the IP-in-IP encapsu...
nonaka[src/trunk]: src/sys/external/bsd/drm2 drmkms_pci: use MSI if available.
maxv[src/trunk]: src/sys/sys Fix comment, M_LOOP is not used for statistics, it's...
kamil[src/trunk]: src/sys/kern Correct XXX comment in the ptrace(2) kernel code
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Make sure we're relocating a re...
christos[src/trunk]: src/tests/kernel/arch/x86 kill stray q
knakahara[src/trunk]: src/sys/opencrypto swcrypto0 was initialized twice. Fix like pse...
ozaki-r[src/trunk]: src/sys/netinet6 Add missing NULL check
msaitoh[src/trunk]: src/sys/dev/pci Count timeout correctly. This change reduce time...
maxv[src/trunk]: src/sys Stop using a macro, rename the function to ipsec_init_pc...
kamil[src/trunk]: src/sys/sys Welcome to 7.99.62!
nat[src/trunk]: src/sys/dev/pad Update pad due to changes in audio. sc_bytes_co...
ozaki-r[src/trunk]: src/sys/netinet6 Use LIST_* macros
maya[src/trunk]: src Simplify.
ryo[src/trunk]: src/sys/arch/arm/include fix define of CPU IDs
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add options SOC_SUN50I_H5
knakahara[src/trunk]: src/sys/dev/pci implement polling mode for multiqueue. It can su...
joerg[src/trunk]: src/sys/arch/amd64/amd64 Adjust Xsyscall_svs to not use movq for...
kamil[src/trunk]: src/usr.bin/pmap pmap: Refresh debugging facilities
uwe[src/trunk]: src/sys/arch/macppc/stand/fixcoff Add cvs id keyword.
msaitoh[src/trunk]: src/sys/dev/pci Use macro. KNF. No functional change.
njoly[src/trunk]: src/sys/compat/netbsd32 Apply fix from natuve clock_nanosleep(2)...
christos[src/trunk]: src/distrib/sets/lists bump libraries that depend on libstdc++.
ozaki-r[src/trunk]: src/sys/netinet6 Fix prefix invalidation via nd6_timer
maya[src/trunk]: src GC more gcc 4.8 specific (dead) logic
msaitoh[src/trunk]: src/sys/dev/pci regen.
kamil[src/trunk]: src/doc TODO.ptrace: Remove entry about addition of TRAP_SCE and...
kre[src/trunk]: src/tests/kernel Since it is unlikely that any of this really wa...
christos[src/trunk]: src/external/bsd/cron/dist Remove debugging log statement
kre[src/trunk]: src/external/public-domain/tz/dist Merge tzdata2018e
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable Allwinner SID and thermal sensor...
nonaka[src/trunk]: src/sys/arch/i386/stand/lib no need COUNT_KERNEL hack.
rin[src/trunk]: src/share/mk add missing LIBCXX
kamil[src/trunk]: src/tests/lib/libc/sys Add two new ptrace(2) ATF tests
jakllsch[src/trunk]: src/sys/arch/shark/ofw Filter configuration space at and above P...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: rft_user needs special handl...
rin[src/trunk]: src/external/ibm-public/postfix/dist/src/util We have getifaddrs...
maya[src/trunk]: src/sys/dev/pci Reorder to avoid null deref before null test
christos[src/trunk]: src/sys/dev/scsipi initialize tfd
maxv[src/trunk]: src/sys Remove unused ext_flags field in struct _m_ext_storage.
maxv[src/trunk]: src Remove now unused tcpip.h includes. Some were already unused...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set iflg-rwc for sun6i-a31 compatible dev...
maxv[src/trunk]: src/sys Remove m_copy completely.
maxv[src/trunk]: src/sys/arch Add a bootspace structure. It describes the physica...
maxv[src/trunk]: src/tests/net/net Remove ping6_opts_hops, "-g" does not exist an...
maya[src/trunk]: src/sys/dev rtsx(4): Add support for RT525A, from openbsd.
christos[src/trunk]: src/external add mpl
christos[src/trunk]: src/distrib/sets/lists bump libglapi, libGL libGLU because of th...
chs[src/trunk]: src/tests/lib/libpthread reenable mutex2 and mutex3 on powerpc n...
kre[src/trunk]: src/tests/lib/libc/sys If we have SYSVMSG in kernel (test finds ...
pgoyette[src/trunk]: src/share/man/man3 Update for new signature for LIST_MOVE()
hannken[src/trunk]: src/sys/ufs/ffs Bring back read-write to read-only mount update ...
maxv[src/trunk]: src/sys/arch Pack the useful variables at the end of the trampol...
sevan[src/trunk]: src/libexec/httpd/lua Unbreak script for Lua 5.3.
maxv[src/trunk]: src/sys/sys Remove unused M_MAXCOMPRESS macro.
ryoon[src/trunk]: src/sys/netipsec Fix typo in comment
martin[src/trunk]: src/sbin/gpt Make the "gpt header" command return EXIT_FAILURE w...
skrll[src/trunk]: src/sys/arch/arm/marvell Typo in a model string
scole[src/trunk]: src/sys/arch/ia64/include Update some of the _UC_MACHINE* macros...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add support for Pinebook lid switch and eMMC
jdolecek[src/trunk]: src/sys/dev/ic remote extra pasted line
skrll[src/trunk]: src/sys/arch/evbarm/conf typo
skrll[src/trunk]: src/sys/arch/arm/arm Trailing whitespace
abhinav[src/trunk]: src/usr.sbin/syslogd Remove duplicate word from the sentence.
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua Enable checking...
ozaki-r[src/trunk]: src/tests/net/carp Test handovers on interface down as well as s...
scole[src/trunk]: src/sys/dev/usb Add ELAN keyboard
ozaki-r[src/trunk]: src/sys/netinet Make sure imo_membership is protected by inp's l...
christos[src/trunk]: src/external/bsd/libevent/dist remove debugging abort that makes...
pgoyette[src/trunk]: src/sys/arch/x86/x86 Partially revert previous. Rather than com...
skrll[src/trunk]: src/sys/arch/arm Fixup the compile time decisions around PMAP_{I...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 fix KASSERT panic. pv_entry may not...
christos[src/trunk]: src/external/bsd/acpica/bin/iasl Redo so that parallel makes wor...
msaitoh[src/trunk]: src/sys/net Remove accidentally added code (for VLAN hardware fi...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0-rc3 with the fo...
pgoyette[src/trunk]: src/doc Add some comments/suggestions from John Nemeth. Thanks!
jmcneill[src/trunk]: src/sys/dev/i2c Change aprint_verbose on voltage change to aprin...
riastradh[src/trunk]: src/sys/dev Paranoia: parenthesize macro operands.
maxv[src/trunk]: src/sys Rename m_reclaim -> mb_drain, and localify.
christos[src/trunk]: src/lib/libc/sys Add EXAMPLE and ERRORS section.
martin[src/trunk]: src/distrib/sets/lists/man Add missing netpgp.html (for new lua ...
christos[src/trunk]: src/sys/netipsec humanize printing of ip addresses
maxv[src/trunk]: src/sys/netinet Move struct tcpiphdr from tcpip.h to tcp_var.h, ...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Add "Xhandle*" interrupt handling.
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua sign_file funct...
maya[src/trunk]: src/libexec/ld.elf_so Revert to version 1.55 of map_object.c. Th...
jmcneill[src/trunk]: src/sys/dev/i2c Add ACIN and VBUS present sensors
wiz[src/trunk]: src/share/man/man4 Use Nx. Fix typo. Capitalize Gigabit and Ethe...
njoly[src/trunk]: src/common/lib/libprop Fix commas in NAME section.
sevan[src/trunk]: src/share/man/man3 Pass through mandoc -Tlint, drop Pp before Bl.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Pass set_rate calls on fixed factor clock...
nonaka[src/trunk]: src/sys/dev/pci Added Intel Wireless 3168 entry.
reinoud[src/trunk]: src/sys/arch/usermode/include Add new mcontext and depends to th...
maxv[src/trunk]: src/sys/netinet6 Remove misleading comments.
maya[src/trunk]: src/sys/ufs/lfs actually cast to unsigned long long and use %llu...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe The TQSMR register is not for receiving bu...
christos[src/trunk]: src/sys/kern bump the pathname size to NAME_MAX as POSIX wants.
roy[src/trunk]: src/sys/sys Whitespace.
roy[src/trunk]: src/external/bsd/unbound Now builds with libevent.
joerg[src/trunk]: src/external/gpl2/groff/dist/src/preproc/grn Remove obsolete reg...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add HP jack detect support. When HP is pr...
alnsn[src/trunk]: src/sbin/cgdconfig Add '-e' option (echo the passphrase) and wip...
ozaki-r[src/trunk]: src/doc Add ixg(4)
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add audio clocks
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for Allwinner A64 audio codec.
christos[src/trunk]: src/sys/external/bsd/acpica/dist merge acpica 20180427
maxv[src/trunk]: src/sys/arch/arm/gemini Remove nonsensical KASSERT.
ozaki-r[src/trunk]: src/sys/uvm Fix typo
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Add descriptions for
kre[src/trunk]: src/doc The sh $(()) update is signifigant enough to mention...
nonaka[src/trunk]: src iwm(4): update firmware to maintained core release.
snj[src/trunk]: src/sys/dev/usb match MacBookPro 9, 2 bluetooth controller
joerg[src/trunk]: src/sys/arch/arm/cortex Remove a number of debug #if 0s.
maxv[src/trunk]: src/sys IP6_EXTHDR_GET performs a basic mbuf operation, which ha...
thorpej[src/trunk]: src/sys/arch/alpha/conf Actully, we can STAR the iic instances (...
maxv[src/trunk]: src/sys/netinet Clarify ESP-in-UDP.
macallan[src/trunk]: src/sys/arch/macppc/conf fix tpyo
joerg[src/trunk]: src/external/bsd/openpam/dist/lib/libpam Cast enum explicitly to...
jdolecek[src/trunk]: src/sbin/mount expand a little the explanation about discard
christos[src/trunk]: src/sys/rump/librump/rumpnet add an empty stub
christos[src/trunk]: src/external/bsd/blacklist/libexec fixes from FreeBSD via Kurt Lidl
ozaki-r[src/trunk]: src/sys/netinet6 Replace DIAGNOSTIC + panic with CTASSERT
wiz[src/trunk]: src/share/man/man9 Bump date for previous.
maxv[src/trunk]: src/sys/netipsec Remove now unused 'isr', 'skip' and 'protoff' a...
riastradh[src/trunk]: src/share/man/man9 Move out-of-place note about interrupt contex...
nat[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Use the correct tag options.
macallan[src/trunk]: src/sys/arch/powerpc/pic special case IPIs so we don't mess with...
sevan[src/trunk]: src/sys/arch/hpcarm/conf The the MII/PHY section. It's not techn...
msaitoh[src/trunk]: src/sys/dev/pci - Don't try to sizing a BAR not if a device is h...
christos[src/trunk]: src/distrib/sets/lists/tests add new lint test
maya[src/trunk]: src/sys/external/bsd/drm2 Clarify ttm state transitions tt_unpop...
skrll[src/trunk]: src/sys/arch/arm/include Trailing whitespace
christos[src/trunk]: src/distrib/sets/lists/comp fix bozo issues:
maya[src/trunk]: src/share/misc Add APM, APM, APU and ZFS
tsutsui[src/trunk]: src Add a driver for LUNA's front panel LCD. Ported from OpenBS...
roy[src/trunk]: src/sys/netinet Add the local route after finishing the configur...
riastradh[src/trunk]: src/sys Make cache_lookup return bool for clarity.
jmcneill[src/trunk]: src/sys/dev/fdt Add SoC sound driver based on "simple-audio-card...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add A64 thermal sensor node
riastradh[src/trunk]: src/sys/kern #if DIAGNOSTIC panic ---> KASSERT; __diagused police
sjg[src/trunk]: src/usr.bin/make Skip setting wantToken.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sun50ia64rccu
ozaki-r[src/trunk]: src/sys/net Fix race condition in sysctl_iflist
msaitoh[src/trunk]: src/sys/dev/pci No functional change:
ginsbach[src/trunk]: src/usr.bin/ypwhich Remove spurious error(1) inserted compiler e...
maxv[src/trunk]: src/sys/netipsec Clarify IPIP: ipe4_xformsw is not allowed to ca...
kamil[src/trunk]: src/tests/lib/libc/sys Add a new ptrace(2) ATF exploit for: CVE-...
jmcneill[src/trunk]: src/sys/arch/arm/dts Pinebook is not based on Pine64, so do not ...
christos[src/trunk]: src/doc new tzcode.
sevan[src/trunk]: src/libexec/httpd/lua Do not try and process empty requests. Thi...
jmcneill[src/trunk]: src/sys Rename axp806pmic to axppmic, and add support for AXP803.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set "DMA MCLK interface circuit auto gati...
dholland[src/trunk]: src/share/misc cve
christos[src/trunk]: src/doc new sqlite3 tzcode
snj[src/trunk]: src/share/man/man4 bump date, improve english
msaitoh[src/trunk]: src/sys/dev/pci Add another 100 Series SMBus (100SERIES_LP_SMB)
wiz[src/trunk]: src/share/man/man7 Fix tab/macro order.
roy[src/trunk]: src/sys Increase the default size of some receive buffers from 8...
macallan[src/trunk]: src/sys/arch/macppc/macppc deal with IPIs on U3/HT machines, onl...
maxv[src/trunk]: src/sys/netipsec Remove unused calls to nat_t_ports_get.
martin[src/trunk]: src/share/man/man9 PR misc/52058: replace all proc_trampoline wi...
uwe[src/trunk]: src/sys/netinet Fix unsigned wraparound on window size calculati...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Revert new watchdog timer commits. The new...
maxv[src/trunk]: src Add a version argument, set to 1, and check it in usr.bin/pm...
ozaki-r[src/trunk]: src/sys/net Remove unnecessary splnet
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add mic preamp controls and unswap L/R DA...
chs[src/trunk]: src/sys/arch/powerpc/powerpc use kpreempt_disable() rather than ...
roy[src/trunk]: src/lib/libterminfo Allow terminfo users to update flag and nume...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add pwm node
joerg[src/trunk]: src/sys/arch/arm/cortex Remove unused gtmr_bootdelay.
maya[src/trunk]: src/share/man/man4 Update bwfm(4) man page to note pci support
kamil[src/trunk]: src/tests/lib/libc/sys Refactor code in ATF ptrace(2) tests
kre[src/trunk]: src/lib/libutil Fix PR lib/52101 -- 12:30 am is 00:30:00 and 12:...
wiz[src/trunk]: src/share/man/man4 Bump date for previous. Use American spelling.
macallan[src/trunk]: src/sys/arch/macppc/dev use obio_space_map() to map DMA register...
riastradh[src/trunk]: src/sys/kern Gather alldevs into a cacheline-aligned struct.
hannken[src/trunk]: src/sys/ufs/ffs Adapt the test "enable WAPBL on rw mounts only" ...
christos[src/trunk]: src/sys/kern get the maxrss from the vmspace field, and handle p...
christos[src/trunk]: src/etc set cloexec to the rc postprocessor fd (rudolf in tech-u...
kre[src/trunk]: src/bin/sh PR bin/52090 - fix expansion of unquoted $*
christos[src/trunk]: src/usr.sbin/syslogd grow AF_UNIX receive buffer size
wiz[src/trunk]: src/usr.sbin/installboot Bump date for previous.
skrll[src/trunk]: src/distrib/utils/embedded Mark the msdos parition active for bo...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for Allwinner PWM controller.
christos[src/trunk]: src/sys/uvm update maxrss (used to always be 0). Patterned after...
dholland[src/trunk]: src/share/misc qvl
macallan[src/trunk]: src/sys/arch/macppc/macppc fix the fix
reinoud[src/trunk]: src/sys/arch/usermode/target/x86_64 Use knowledge about the mcon...
msaitoh[src/trunk]: src/sys/dev/mii Add Intel X540 internal PHY.
christos[src/trunk]: src/libexec/httpd fix lint
martin[src/trunk]: src/tests/sbin/gpt Skip the "migrate" test on architectures not ...
mrg[src/trunk]: src/tests/lib/libc/sys don't print "long" with "%zu".
jmcneill[src/trunk]: src/sys/dev/fdt Emit initial lid switch state event at startup
ginsbach[src/trunk]: src/external/bsd/libpcap/dist PR lib/51952: Brad Harder: Apply u...
snj[src/trunk]: src/doc libevent is at 2.1.8, not 2.1.18
christos[src/trunk]: src/tests/usr.bin/xlint/lint1 add builtin_offsetof
kre[src/trunk]: src/bin/sh Finish support for all required $(( )) (shell arithme...
nat[src/trunk]: src/sys/dev Fix a typo with sc_out/inports when setting the hard...
kre[src/trunk]: src/tests/lib/libutil Fix typo in a comment.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi MMC clock source is the pll_periph's 2X o...
msaitoh[src/trunk]: src/sys/dev/pci Pint PCI Interface name if available.
maxv[src/trunk]: src Remove i386 from libpmc; it has its own interface (sysarch),...
kamil[src/trunk]: src/tests/lib/libc/sys Improve the description of traceme_vfork_...
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that TX might stall because WM_TXQ_NO_...
nat[src/trunk]: src/sys/dev/wscons Remove dying ftom vb_args and use sc_dying in...
kre[src/trunk]: src/sbin/cgdconfig Check whether the cgd device selected is avai...
wiz[src/trunk]: src/usr.bin/pmc Sort sections. Remove unnecessary/incorrect macros.
msaitoh[src/trunk]: src/share/man/man4 Add missing .Nd.
ozaki-r[src/trunk]: src/sys/net Add missing pserialize_read_exit
bouyer[src/trunk]: src/sys/arch/arm/sunxi Defer display hardware reset to pipeline ...
christos[src/trunk]: src/lib/libcurses Make this compile again: use ce instead of clr...
nat[src/trunk]: src/sys/dev Expose the audio_info structure of vchan zero(0) the...
roy[src/trunk]: src/lib/libterminfo Revert botched commit.
jakllsch[src/trunk]: src/external/bsd/mdocml/dist Fix configure script to not always ...
sevan[src/trunk]: src/share/man/man3lua drop redundant repeat-until loop for now. ...
roy[src/trunk]: src/sys/netinet Only check target address collision if the sende...
pgoyette[src/trunk]: src/sys/dev/sysmon Defend against some table-lookup-not-found er...
riastradh[src/trunk]: src/sys/lib/libkern Add garbage instructions at end of kern_asse...
maxv[src/trunk]: src/sys/dev/marvell Fix double-free, m_tag_delete_chain is alrea...
kre[src/trunk]: src/tests/bin/sh Add new test case in to check (coming) bug fix ...
jdolecek[src/trunk]: src/sys/dev/pci allocate bus dma maps during attachment, rather ...
ozaki-r[src/trunk]: src/sys/net Fix panic on ifconfig <number>
maxv[src/trunk]: src/sys/nfs Use M_MOVE_PKTHDR.
jmcneill[src/trunk]: src/sys/arch/arm/dts Add audio codec nodes
kre[src/trunk]: src/lib/libutil Make parsedate handle "12 noon" and "12 midnight...
kre[src/trunk]: src/external/public-domain/tz/dist Merge tzdata2017b
christos[src/trunk]: src/sys/kern don't use pathbuf here; it is intertwined with vfs ...
jmcneill[src/trunk]: src/sys/dev/fdt Build fix for FDT kernels without audio
macallan[src/trunk]: src/sys/arch/powerpc/include/oea add Hardware Interrupt Offset R...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a problem that the watchdog timer some...
nisimura[src/trunk]: src/share/mk remove duplicated cobalt in MACHINES.mips= line.
jmcneill[src/trunk]: src/sys/dev/fdt Build fix
joerg[src/trunk]: src/external/gpl3/gdb/dist/gdb Annotate mixing of enums from dif...
skrll[src/trunk]: src/sys/arch/evbarm/conf Drop INSECURE - expect /etc/modules.con...
knakahara[src/trunk]: src/sys/opencrypto fix: remove unmatched mutex_exit/enter. must ...
ozaki-r[src/trunk]: src/sys/net Fix memory leak in vlan_start
snj[src/trunk]: src/games/fortune/datfiles make fortune fatter
alnsn[src/trunk]: src/sbin/cgdconfig use explicit_memset(3)
maya[src/trunk]: src/lib/libm/gen Remove redundant null check before free()
msaitoh[src/trunk]: src/sys/dev/pci Don't print BAR's window size on pcictl pciN dum...
skrll[src/trunk]: src/sys/arch Initialise the windows and allow access to PCI Expr...
martin[src/trunk]: src/sys/arch/shark Implement {pci, isa}_intr_disestablish
joerg[src/trunk]: src/share/mk Always provide --sysroot arguments, even for EXTERN...
joerg[src/trunk]: src/usr.sbin/sysinst deconst -> __UNCONST, the former involves U...
riastradh[src/trunk]: src/share/misc AMA: ask me anything
knakahara[src/trunk]: src/share/man/man4 add "net.inet.ipsec.crypto_support" man
skrll[src/trunk]: src/sys/uvm Ensure we pass the prot in flags to pmap_enter when ...
wiz[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Fix typo, add 'and' ...
christos[src/trunk]: src/sys/compat finish ktrace argument removal for do_sys_{send, r...
riastradh[src/trunk]: src/sys/ufs/lfs #if DIAGNOSTIC panic ---> KASSERTMSG
kre[src/trunk]: src/bin/sh Undo local changes not intended to be committed (and ...
macallan[src/trunk]: src/sys/arch/macppc/dev map 64KB register space on G5, provide f...
maya[src/trunk]: src/external/mit/xorg/lib/libdrm We do HAVE_NOUVEAU. so use it.
jdolecek[src/trunk]: src remove ubc_alloc(9) and ubc_release(9) from ubc(9) from the ...
jakllsch[src/trunk]: src/sys/dev/pci Enable the appropriate memory or I/O space decod...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 allow to execute cache operation (D...
maya[src/trunk]: src/sys/external/bsd/drm2/ttm Restore unpopulated state on fail1...
maya[src/trunk]: src Adjust for freetype 2.9.1
wiz[src/trunk]: src/share/man/man9 Bump date for previous.
christos[src/trunk]: src/tests/lib/libc/sys add tests for maxrss, msgsnd
maxv[src/trunk]: src/sys/netinet6 Dedup: introduce rip6_sbappendaddr. Same as IPv4.
jdolecek[src/trunk]: src/sys/dev/usb add LAN78xx family (Raspberry Pi 3B+) entries - ...
wiz[src/trunk]: src/share/man/man8 Sort SEE ALSO.
kamil[src/trunk]: src Correct handling of: vfork(2) + PT_TRACE_ME + raise(2)
joerg[src/trunk]: src/share/mk Document that EXTERNAL_TOOLCHAIN should be used tog...
riastradh[src/trunk]: src/sys/sys Tiny fix for namecache locking rules.
kre[src/trunk]: src/lib/libutil parsedate.y: meaningless KNF of a comment (no c...
maxv[src/trunk]: src/usr.bin/pmc We don't use libi386 anymore.
riastradh[src/trunk]: src/sys regen
christos[src/trunk]: src/sys/kern correct the function name.
riastradh[src/trunk]: src/sys/kern Omit needless volatile qualifiers.
snj[src/trunk]: src/share/man/man4 clarify history.
macallan[src/trunk]: src/sys/dev/ofw attach display devices first so we see more kern...
maya[src/trunk]: src/sys/ufs/lfs Fill in some XXXs with the exact action describe...
nonaka[src/trunk]: src/sys/compat/common Added missing ifi_link_state at compat_50_...
maxv[src/trunk]: src/sys/net80211 Remove three useless debug messages, remove mea...
maxv[src/trunk]: src/sys/netinet Fix possible buffer overflow. We need to make su...
ozaki-r[src/trunk]: src/sys/compat Fix pserialize enter/exit pairs in linux_getifcon...
msaitoh[src/trunk]: src/sys/dev/pci rxipsum and rxtusum are not interrupt counter, s...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set SUNXI_CCU_NM_DIVIDE_BY_TWO on mmc mod...
chs[src/trunk]: src/sbin/disklabel use warnx() rather than warn() in a case wher...
thorpej[src/trunk]: src/sys/arch/arm If we don't get informed (via device properties...
thorpej[src/trunk]: src/sys/arch/evbarm/conf Fully specifiy the location of indirect...
jmcneill[src/trunk]: src/sys/dev Add APIs for digital audio interface drivers
thorpej[src/trunk]: src/sys/arch Fully specifiy the location of indirectly-configure...
roy[src/trunk]: src/lib/libterminfo term.h
jdolecek[src/trunk]: src/sys/ufs/ffs sync any delayed writes when updating filesystem...
roy[src/trunk]: src/sys/netinet If we're not doing DAD, don't set IN_IFF_TENTATIVE.
macallan[src/trunk]: src/sys/arch/powerpc/pic use 128 as IPI_VECTOR to avoid overlap ...
kre[src/trunk]: src/tests/lib/libutil Fix a typo - it doesn't matter now, as the...
christos[src/trunk]: src/external/gpl3/gdb/lib/libgdb clean generated file
nat[src/trunk]: src/distrib/sets/lists Update for wsbell(4) manual pages.
wiz[src/trunk]: src/share/man/man4 Capitalize Gigabit and Ethernet.
joerg[src/trunk]: src/share/mk Don't assume that EXTERNAL_TOOLCHAIN is gcc. HAVE_G...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add cpu0 clock
thorpej[src/trunk]: src/sys/arch/sandpoint/conf Revert previous; we actually use dir...
ozaki-r[src/trunk]: src/tests/net/route Add some tests to change flags of routes
maxv[src/trunk]: src/sys/arch PMCs for amd64 - still disabled, like i386.
nonaka[src/trunk]: src/sys/arch/i386/i386 fix build failure.
skrll[src/trunk]: src/sys/arch/arm/omap PR/51380: Mutex error: mutex_vector_enter:...
riastradh[src/trunk]: src/share/man/man9 Remove excessive indentation from function de...
ozaki-r[src/trunk]: src/sys Replace DIAGNOSTIC + panic with KASSERT
msaitoh[src/trunk]: src/sys/dev/pci ECN: Change Root Complex Event Collector Class Code
christos[src/trunk]: src/external/gpl3/binutils/dist/bfd add missed patch
skrll[src/trunk]: src/sys/kern Reduce #ifdefs
jmcneill[src/trunk]: src/sys/dev/fdt Add support for PWM backlights.
christos[src/trunk]: src/games/tetris elide compiler stupidity.
hannken[src/trunk]: src/sys/kern Always use the lowest mount for fstrans and suspend...
riastradh[src/trunk]: src/sys regen
tsutsui[src/trunk]: src/doc Mention about addition of luna68k's front panel LCD driver.
maya[src/trunk]: src/sys/dev sync with openbsd bwfm to some extent.
jmcneill[src/trunk]: src/sys/dev/i2c Battery charge state is invalid until we refresh...
maxv[src/trunk]: src/sys When reassembling IPv4/IPv6 packets, ensure each fragmen...
christos[src/trunk]: src/external/gpl3/gcc/lib need .WAIT before *san since they depe...
htodd[src/trunk]: src/distrib/sets/lists/debug Fix build.
ozaki-r[src/trunk]: src/sys Use if_acquire and if_release instead of using psref API...
ozaki-r[src/trunk]: src/usr.sbin/puffs Fix build of puffs
christos[src/trunk]: src/sys/uvm don't store the rssmax in the lwp rusage, it is a pe...
maxv[src/trunk]: src/sys/netinet Make sure we have at least an IP header, and rem...
maxv[src/trunk]: src/sys IP6_EXTHDR_GET -> M_REGION_GET, no functional change.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 Fix memory leak. it was leaking one...
wiz[src/trunk]: src/sbin/mount_nfs Remove Tn for standard abbreviations.
knakahara[src/trunk]: src make kernel config flag WM_EVENT_COUNTERS.
maxv[src/trunk]: src/sys/netipsec Replace dumb code by M_VERIFY_PACKET. In fact, ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix panic or hangup when "sysctl -w hw.ixg...
maxv[src/trunk]: src/sys/arch/i386/i386 Fix compilation on Xen.
joerg[src/trunk]: src/sys/arch Workaround A-008585 errata in GTMR.
sevan[src/trunk]: src/sys/arch/evbarm/conf Build with DTrace support by default.
kre[src/trunk]: src/tests/bin/sh Add tests for the $(( )) assignment operators ...
christos[src/trunk]: src/sys bump PIPSIZ from 4 to 8K like FreeBSD and provide the sa...
chs[src/trunk]: src/lib/libc/arch/sh3/gen fix the mapping table. this sh3 versi...
christos[src/trunk]: src/doc new mdocml; fix sqlite
christos[src/trunk]: src/usr.bin/xlint/lint1 handle typeof in casts
riastradh[src/trunk]: src/sys/sys Make VIMPL_TO_VNODE and VNODE_TO_VIMPL type-safe.
christos[src/trunk]: src/sys/arch make as not having pmap statistics available
bouyer[src/trunk]: src/sys/arch/xen/xenbus On second through, it may be possible to...
maxv[src/trunk]: src/sys/netinet6 Fix the KASSERTs. It doesn't matter at all sinc...
kamil[src/trunk]: src Add new ATF tests: t_fork and t_vfork
maya[src/trunk]: src/sys/dev/usb memcpy of overlapping arguments is UB. use memmove.
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Remove `fix module_init()' entry.
christos[src/trunk]: src/external/bsd/mdocml/dist Changes in version 1.14.1, released...
christos[src/trunk]: src/sys/compat/netbsd32 add {send,recv}mmsg
kamil[src/trunk]: src/tests/lib/libc/sys Add a new ATF ptrace(2) test: traceme_vfo...
kre[src/trunk]: src/lib/libc/gen Unbreak build, init variable (not a false alarm...
ryo[src/trunk]: src/usr.sbin/cpuctl/arch TGran64 indication was actually the opp...
maxv[src/trunk]: src/sys/kern Copy some KASSERTs from m_move_pkthdr into m_copy_p...
nat[src/trunk]: src/sys/dev Adjust array bounds depending on type in macros for ...
riastradh[src/trunk]: src/sys/uvm __diagused police
snj[src/trunk]: src/doc add netbsd-7-1
ozaki-r[src/trunk]: src/sys/netipsec Restore TCP header inclusions for TCP_SIGNATURE
chs[src/trunk]: src/libexec/ld.elf_so really unmap the gap between the text and ...
maya[src/trunk]: src/sys/external/bsd/drm2/ttm oops, copied the code from the wro...
kre[src/trunk]: src/tests/lib/libutil Since PR lib/52101 is now fixed, the tests...
martin[src/trunk]: src/tests/lib/libc/sys Make the getrusage_maxrss test more stabl...
christos[src/trunk]: src/sys Load the struct rusage text, data, and stack fields from...
jdolecek[src/trunk]: src/sys/dev/pci replace req queue offset with define, only set &...
maya[src/trunk]: src/sys/dev/pci add bwfm pci support, from openbsd
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Delete whitespace, NFC
snj[src/trunk]: src/usr.bin/calendar/calendars add 7.1 release date
maya[src/trunk]: src/sys/arch/amd64/conf Enable bwfm at pci.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sunxipwm, pwmbacklight
macallan[src/trunk]: src/sys/arch/shark/conf include files.usb, vlpci needs-flag
kamil[src/trunk]: src/tests/lib/libc/sys Add a new ATF ptrace(2) test: traceme_vfo...
ozaki-r[src/trunk]: src/sys/net Fix use of curlwp_bind
thorpej[src/trunk]: src/sys/arch Fully specifiy the location of indirectly-configure...
jakllsch[src/trunk]: src/sys/arch/alpha/conf Move iic0 at alipm? to iic1. Using iic0...
nonaka[src/trunk]: src/sys/arch/i386/stand efiboot: Kernel modules are loaded in pr...
kre[src/trunk]: src/share/man/man8 wpa_supplicant.conf(5) not (8)
wiz[src/trunk]: src/share/man/man4 Fix some typos.
christos[src/trunk]: src/sys/kern don't use stack for name (requested by joerg)
christos[src/trunk]: src/doc new acpica
mlelstv[src/trunk]: src/sys/dev/acpi Bail if we have a zero-length memory resource.
jmcneill[src/trunk]: src/sys/arch/arm/dts Add backlight node and enable pwm
martin[src/trunk]: src/sbin/gpt Add missing endianes swap to make the "recover" com...
wiz[src/trunk]: src/share/man/man4 Fix xref.
joerg[src/trunk]: src/share/mk Drop checks for EXTERNAL_TOOLCHAIN for crt*.o. We'v...
maxv[src/trunk]: src/sys/lib/libsa Remove annoying things, style, and fix buffer ...
wiz[src/trunk]: src/share/man/man7 Remove Tn.
macallan[src/trunk]: src/sys/dev/pci set ATACH_DMA_BEFORE_CMD
sevan[src/trunk]: src State the reason script bombed.
kre[src/trunk]: src/sys/uvm Ugh. This stuff is disgusting. We really need an...
scole[src/trunk]: src/usr.bin/units Add most common thai length/area measurements ...
wiz[src/trunk]: src/sbin/cgdconfig Add commas in enumeration.
christos[src/trunk]: src/external/bsd/mdocml merge conflicts.
roy[src/trunk]: src/lib/libterminfo Ensure there is a terminal to return capabil...
ozaki-r[src/trunk]: src/tests/net/arp Improve test stability and output messages on ...
jdolecek[src/trunk]: src/sys/dev/pci several small tweaks:
chs[src/trunk]: src allow pcu_save() and pcu_discard() to be called on other thr...
kre[src/trunk]: src/tests/lib/libutil Add tests for "12 noon", "12 midnight".
jmcneill[src/trunk]: src/sys/dev/usb Fix off-by-one in rx packet processing
riastradh[src/trunk]: src/sys/uvm #if DIAGNOSTIC panic ---> KASSERT
kre[src/trunk]: src/tests/bin/sh PR bin/52090 - the $* tests are no longer expec...
ozaki-r[src/trunk]: src/sys/sys Bump kernel version for ifnet_psref_class hiding
reinoud[src/trunk]: src/sys/arch/usermode/dev Refactor for easier debugging and whil...
kamil[src/trunk]: src/tests/lib/libc/sys Improve the description of traceme_vfork_...
christos[src/trunk]: src/external/bsd/mdocml/dist don't redefine EFTYPE (tools build, ...
riastradh[src/trunk]: src/share/man/man9 Clarify wording: pathname component is not a ...
riastradh[src/trunk]: src/sys regen
maxv[src/trunk]: src/sys/netinet Remove IP6_EXTHDR_GET0, remove pointless XXXs, a...
riastradh[src/trunk]: src/sys/ufs/ufs #if DIAGNOSTIC panic ---> KASSERT
ozaki-r[src/trunk]: src/sys/net Add missing splnet to if_deferred_start_common
mrg[src/trunk]: src/external/mit/xorg/server build timingsafe_memcpy.c.
christos[src/trunk]: src/sys/compat/netbsd32 regen
sevan[src/trunk]: src/share/misc Add HKP - OpenPGP HTTP Keyserver Protocol
sevan[src/trunk]: src/share/misc Add IFS - internal field separator.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Fix broken watchdog timer. This change d...
christos[src/trunk]: src/sys/compat/netbsd32 PR/53280: Andreas Gustafsson: Fix panic ...
christos[src/trunk]: src/lib/libcurses comment out unused code.
skrll[src/trunk]: src/sys/arch/cats/cats Now that bus_space can use devmap - use i...
reinoud[src/trunk]: src/sys/arch/usermode/target/i386 Use knowledge of mcontext for ...
christos[src/trunk]: src/usr.sbin/makefs Change duplicate 'D' option to 'm'. From Ed ...
ozaki-r[src/trunk]: src/sys/net Use if_is_mpsafe (NFC)
nat[src/trunk]: src/sys/dev Fix numbering of vchan mixer controls to correspond ...
maxv[src/trunk]: src/lib/libarch/i386 Deprecate the pmc functions in libi386. The...
jmcneill[src/trunk]: src/sys/dev Add APIs for linking dai devices and jack detection
christos[src/trunk]: src/share/man/man7 Document new PF_LOCAL sysctls.
christos[src/trunk]: src/sys/dev/usb use x alt format and print vendor and product in...
kamil[src/trunk]: src/tests/lib/libc/sys Simplify the x86_64_cve_2018_8897 ATF ptr...
thorpej[src/trunk]: src/sys/arch Fully specifiy the location of indirectly-configure...
maxv[src/trunk]: src/sys/arch Move pmc.c into x86/, it can be shared with amd64.
riastradh[src/trunk]: src/sys/uvm __diagused police
joerg[src/trunk]: src/tests/lib/libobjc Handle the GCC restriction like the set li...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb remove generated file
kre[src/trunk]: src/bin/sh At the suggestion of Matthew Sporleder (on current-us...
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 https://orpheus-ly...
maxv[src/trunk]: src/usr.bin/pmc PRIu64
riastradh[src/trunk]: src/sys/ufs/lfs #if DIAGNOSTIC panic ---> KASSERT
jakllsch[src/trunk]: src/sys/arch/i386/stand/efiboot During awaitkey(), move the curs...
riastradh[src/trunk]: src/share/man/man9 Omit excessive indentation for text.
christos[src/trunk]: src/lib/libedit fix uninitialized
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Enable HP PA output
jdolecek[src/trunk]: src add tests for the mount update from rw to rw+log, which used...
christos[src/trunk]: src/lib/libc/time merge 2017a
jmcneill[src/trunk]: src/sys/arch/arm/dts Disable spdif nodes on pinebook
chs[src/trunk]: src/sys/arch/x86/x86 in pmap_get_ptp(), if we need to allocate m...
martin[src/trunk]: src/tests/fs/tmpfs Do not assume anything about the pseudo-diskl...
ryo[src/trunk]: src/sbin/ping Fix cksum calculation for clearing the cached route.
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Add a description of...
roy[src/trunk]: src/lib/libterminfo Revert prior .... some ncurses application e...
christos[src/trunk]: src/tests/usr.bin/xlint/lint1 add a test for a typeof cast
maxv[src/trunk]: src/sys/arch A few changes:
christos[src/trunk]: src/usr.bin/xlint/lint1 Accept PTR for addtype
jakllsch[src/trunk]: src/sys/dev/usb With the hope it fixes PR #52911, be extra paran...
wiz[src/trunk]: src/share/man/man4 Fix typo in macro name.
skrll[src/trunk]: src/sys/arch/arm/footbridge Use devmap if available
christos[src/trunk]: src/etc Clear rc variables that contain state that is gone after...
jmcneill[src/trunk]: src/etc add dial-out device node for plcom
maya[src/trunk]: src/sys/dev/ic Don't loop infinitely if the output pointer was c...
riastradh[src/trunk]: src/share/man/man9 Bump date.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set AUDIO_PROP_INDEPENDENT.
pgoyette[src/trunk]: src/sys/dev/ic Fix mis-placed right paren. kern/53271
maxv[src/trunk]: src/sys/arch Mitigation for the SS bug, CVE-2018-8897. We disabl...
nonaka[src/trunk]: src/sys/dev/pci regen
christos[src/trunk]: src/distrib/sets/lists bump libsqlite3
maya[src/trunk]: src/lib/libc/gen Remove redundant null check before free. it is ...
riastradh[src/trunk]: src/sys/ufs/ffs #if DIAGNOSTIC panic ---> KASSERT
christos[src/trunk]: src/distrib/sets/lists/comp fix proflib for bozo
ozaki-r[src/trunk]: src/doc Tidy up the lists
reinoud[src/trunk]: src/sys/arch/usermode/usermode Include our doctored types.h inst...
maya[src/trunk]: src Add firmware for use with bwfm at pci.
maxv[src/trunk]: src Retire ICMPPRINTFS, it's annoying and it doesn't build.
christos[src/trunk]: src/sys/arch/macppc/macppc make this compile again.
maya[src/trunk]: src/external/mit/xorg/lib/freetype Correct pkgconfig version.
ryo[src/trunk]: src/sys/net need to membar_producer() *before* switching.
reinoud[src/trunk]: src/sys/arch/usermode/usermode Second part for creating sensible...
jdolecek[src/trunk]: src/share/man/man9 adjust description for ubc_uiomove() to not r...
maxv[src/trunk]: src/sys/arch/xen/x86 Style, and remove debug code that does not ...
jdolecek[src/trunk]: src/sys/ufs/ffs need to turn off async during ffs_sync(), otherw...
nat[src/trunk]: src/sys/dev/wscons Change sc_dying from u_char to bool.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add driver for Allwinner A64 PRCM CCU
riastradh[src/trunk]: src/sys/kern Omit duplicate forward declaration of cache_invalid...
ozaki-r[src/trunk]: src/tests/net/route Add a test case for PR kern/52083
maxv[src/trunk]: src/sys Merge ipsec4_input and ipsec6_input into ipsec_ip_input....
ozaki-r[src/trunk]: src/sys/net Protect packet input routines with KERNEL_LOCK and s...
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
sevan[src/trunk]: src/share/man/man3lua Add bozohttpd(3lua)
maxv[src/trunk]: src/sys/netipsec ENOBUFS -> EACCES when updating the replay coun...
maxv[src/trunk]: src/sys Replace
wiz[src/trunk]: src/share/man/man7 Various improvements, more markup, typo fixes.
ozaki-r[src/trunk]: src/sys/net Remove unnecessary splnet for bridge_enqueue
chs[src/trunk]: src/sys/arch/powerpc/powerpc set signo and code correctly for si...
tsutsui[src/trunk]: src/sys/dev/scsipi Add NOLUNS quirk for SEAGATE ST39236LC disk d...
christos[src/trunk]: src/external/bsd/flex/dist/src Regen without #line directives
maya[src/trunk]: src/distrib/sets/lists/man fix set lists for pxaip(4). it's not ...
kamil[src/trunk]: src/tests/lib/libc/sys Add extra asserts in three ATF ptrace(2) ...
reinoud[src/trunk]: src/sys/arch/usermode/usermode Remove yet another debug printf()
msaitoh[src/trunk]: src/sys/dev/pci - Fix a bug that bnx(4) panics on shutdown. Stop...
maxv[src/trunk]: src Add the AMD 10h family, with additional events that I believ...
maxv[src/trunk]: src/distrib/sets/lists Mark as obsolete instead of removing (fro...
kre[src/trunk]: src/sys Cause a process's user and system times to become non-de...
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable audio codec
riastradh[src/trunk]: src/sys/kern Omit vestigial comment.
joerg[src/trunk]: src Avoid complicated arithmetic involving NULL.
riastradh[src/trunk]: src/usr.bin/vndcompress Simplify.
ozaki-r[src/trunk]: src/sys/arch/i386/i386 Use frame_dump if TRAP_SIGDEBUG is enabled
sevan[src/trunk]: src/share/misc Add another APM, advanced power management.
mrg[src/trunk]: src/usr.bin/crunch/crunchgen in dir_search(), don't assume a dir...
kre[src/trunk]: src/sys/uvm Perhaps fix printf format for KASSERTMSG (unbreak i3...
christos[src/trunk]: src/sys/uvm PR/52078: Don't panic on 0 allocation, check more bo...
jmcneill[src/trunk]: src/sys/dev/fdt Use enable gpio to turn the display on/off
ozaki-r[src/trunk]: src/doc Tidy up again
maya[src/trunk]: src/lib/libc/net Drop redundant null checks.
alnsn[src/trunk]: src/sbin/cgdconfig Missed one change when doing a manual merge o...
cherry[src/trunk]: src/sys/arch/xen/xen Fixes port-xen/53267
reinoud[src/trunk]: src/sys/arch/usermode/usermode Don't dynamically allocate memory...
msaitoh[src/trunk]: src/sys/dev/mii Regen.
jmcneill[src/trunk]: src/sys Pass mixer requests to the codec. It is the responsibili...
christos[src/trunk]: src/distrib/sets/lists/tests more lint tests
jmcneill[src/trunk]: src/sys/dev/fdt Keep the backlight off while the lid is closed.
kre[src/trunk]: src/distrib/sets/lists/comp Do it properly. Thanks wiz.
kamil[src/trunk]: src/tests/lib/libc/sys Revert previous change in t_ptrace.c
roy[src/trunk]: src/external/bsd/unbound Build support for libevent.
roy[src/trunk]: src/sbin/route Report the PID for the process changing the address.
jmcneill[src/trunk]: src/usr.bin/usbhidaction Add an optional '-p pidfile' parameter.
wiz[src/trunk]: src/lib/librt file system police; remove trailing whitespace; me...
skrll[src/trunk]: src/sys/arch/cats/cats Support __HAVE_MM_MD_DIRECT_MAPPED_PHYS
kre[src/trunk]: src/sbin/cgdconfig Fix missing -p in usage message (noted by Chr...
kre[src/trunk]: src/sbin/cgdconfig Fix usage for rump. Fixes test breakage cau...
dholland[src/trunk]: src/share/man/man9 boottime is a timespec these days.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for A64 thermal sensor clocks
maxv[src/trunk]: src/sys/arch/x86/x86 Add a comment to answer a question regardin...
ozaki-r[src/trunk]: src/sys/net Add missing NULL check
dholland[src/trunk]: src/games/fortune/datfiles another one
thorpej[src/trunk]: src/sys/dev/i2c Fix a problem reported by jmcneill@ where by a s...
riastradh[src/trunk]: src/sys/kern Need membar_datadep_consumer here.
riastradh[src/trunk]: src/share/man/man9 Use `\(em', not `--'.
christos[src/trunk]: src/usr.bin/xlint/lint1 fix typeof, add __builtin_offsetof
ryoon[src/trunk]: src/sys/dev/acpi Insert a whitespace after comma
kre[src/trunk]: src/bin/sh Fix for the "${unset-var#$(cmd1)}$(cmd2)" runs the wr...
jmcneill[src/trunk]: src/sys/dev/fdt Attach aux devices to the codec
sjg[src/trunk]: src/usr.bin/make Do not consider using -C arg "as is" for .CURDI...
roy[src/trunk]: src/sys/netinet If an ARP packet is received to the null host (0...
kre[src/trunk]: src/tests/bin/sh PR bin/52090
martin[src/trunk]: src/tests/crypto/opencrypto Avoid variable lenght buffers to hel...
maxv[src/trunk]: src/sys/netipsec static const on ipsecif4_encapsw
ozaki-r[src/trunk]: src/sys/net Avoid debug printf just if DIAGNOSTIC
maxv[src/trunk]: src/sys Add KASSERTs, related to PR/39794.
sevan[src/trunk]: src/share/misc Move HTTP Keyserver Protocol entry to the correct...
christos[src/trunk]: src/distrib/sets/lists/comp new sqlite man pages
chs[src/trunk]: src/lib/libm/arch/arm lrint() and lrintf() are supposed to use t...
ozaki-r[src/trunk]: src/sys/net Tweak and KNF some functions
msaitoh[src/trunk]: src/sys/dev/pci Fix typo. s/TPL/TLP/
ozaki-r[src/trunk]: src/sys/dev/ic Apply deferred if_start (from maya@)
skrll[src/trunk]: src/sys/arch/arm/arm Fixup the catchall for the media instructio...
riastradh[src/trunk]: src/sys/kern Fix lock order statement. Annotate with references...
jmcneill[src/trunk]: src/sys/arch/aarch64/include Increase PAGER_MAP_DEFAULT_SIZE to ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf whitespace fix
jmcneill[src/trunk]: src/sys/dev/fdt Pass WSDISPLAYIO_SVIDEO through to pmf
wiz[src/trunk]: src/doc binutils-2.28 released.
maya[src/trunk]: src/sys/ufs/lfs print inode number in an assert I keep hitting a...
thorpej[src/trunk]: src/sys/arch/zaurus/conf Fully specifiy the location of indirect...
mrg[src/trunk]: src/external/mit/xorg add some missing -I paths for new freetype.
jdolecek[src/trunk]: src/sys/ufs/ffs slightly rearrange the code for IMNT_WANTRDONLY ...
christos[src/trunk]: src/external/public-domain/sqlite merge 3.17.0
msaitoh[src/trunk]: src/sys/dev/pci Add two new PCI classes:
bouyer[src/trunk]: src/sys/arch/xen/xenbus Fix /kern/xen/xenbus handling. It's badl...
reinoud[src/trunk]: src/sys/arch/usermode/include Regen usermode headers
maxv[src/trunk]: src/sys/netipsec Remove unused 'mp' argument from all the xf_out...
martin[src/trunk]: src/distrib/sets/lists/comp PR misc/52058: proc_trampoline becam...
macallan[src/trunk]: src/sys/arch/macppc/macppc really fix the fix
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add PLL_CPUX clock
sborrill[src/trunk]: src/doc Note that mss clamping should be improved
sevan[src/trunk]: src/usr.bin/who Match sequence of flags with usage()
nat[src/trunk]: src/share/man Add wsbell.
sevan[src/trunk]: src Add a manual for bozohttpd(3lua)
maxv[src/trunk]: src/sys/arch/i386/include unused
skrll[src/trunk]: src/sys/arch/evbarm/conf convert spaces to tab
macallan[src/trunk]: src/sys/arch/shark/ofw - provide access to PCI memory space
jmcneill[src/trunk]: src/sys/dev/i2c POKS IRQ register / bit differ between AXP803 an...
jmcneill[src/trunk]: src/sys/dev/i2c Add battery sensors.
jmcneill[src/trunk]: src/sys/dev/i2c No need to read battery capacity warning levels ...
nat[src/trunk]: src/sys/dev/wscons Implement missing ioctls for the default bell.
sevan[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Add the type of info...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Count some register correctly:
maxv[src/trunk]: src/sys/netipsec Clean up, and panic if we call functions that a...
sjg[src/trunk]: src/usr.bin/make Just skip polling job token pipe.
wiz[src/trunk]: src/doc Fix typo.
kre[src/trunk]: src/sys/uvm Third time lucky...
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2017b from ftp:/...
knakahara[src/trunk]: src/sys/dev/pci missing M_CSUM_IPv4 checking. It does not cause ...
riastradh[src/trunk]: src/sys/kern Assert write lock in wapbl_write_revocations, wapbl...
riastradh[src/trunk]: src/share/man/man9 Clarify what NOCACHE and MAKEENTRY do and who...
sevan[src/trunk]: src/sys/arch/evbarm/conf KDTRACE_HOOKS is enabled by default in ...
kardel[src/trunk]: src/sys/dev/pci PR kern/52039: use same safeguard as for the 82578
maya[src/trunk]: src/share/man/man8 document the current easiest way to use WPA f...
jdolecek[src/trunk]: src/sys/uvm make ubc_alloc() and ubc_release() static, they shou...
knakahara[src/trunk]: src/sys/dev/pci add comments about transmit context descriptor
kre[src/trunk]: src/sys/uvm One more (should have noticed last time) and this ti...
ozaki-r[src/trunk]: src/sys/net Protect if_deferred_start_softint with KERNEL_LOCK i...
chs[src/trunk]: src/sys/arch/amd64/amd64 improve readability of TRAP_SIGDEBUG in...
macallan[src/trunk]: src/sys/dev/pci print out the actual stride value
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix locations of bus gates
jdolecek[src/trunk]: src/sys add prot parameter for uvm_emap_enter(), so that it's po...
wiz[src/trunk]: src/share/man/man3lua Remove unnecessary macro. Fix typo.
macallan[src/trunk]: src/sys/arch/shark/shark if we have vlpci, map in 1MB worth of P...
kamil[src/trunk]: src/sys Remove an element from struct emul: e_tracesig
ozaki-r[src/trunk]: src/tests/net/arp Improve test stability and output messages on ...
nat[src/trunk]: src/sys/dev Fix over cautious compiler error - setmode may not b...
msaitoh[src/trunk]: src/sys/dev/pci Add Huawei Hi1710 BMC
ozaki-r[src/trunk]: src/sys/net Simplify ifunit, if_get and if_get_byindex by reusin...
reinoud[src/trunk]: src/sys/arch/usermode/conf Where did kern.ldscript go?
wiz[src/trunk]: src/share/man/man4 Use more macros.
tsutsui[src/trunk]: src/sbin/scsictl Fix format.
mrg[src/trunk]: src/external/mit/xorg add freetype2/freetype to the include path.
maxv[src/trunk]: src/sys/net/npf Improve comment, it's not just IPv4.
sevan[src/trunk]: src remove definition of LUA_USE_APICHECK, it is a build time op...
riastradh[src/trunk]: src/share/man/man9 Organize namei flags by whose perspective the...
christos[src/trunk]: src/usr.bin/pmap handle field rename.
maya[src/trunk]: src/sys/external/bsd/drm2/ttm Remove redundant handling for tt_u...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Enable MMC HS200 on sun50i-a64
thorpej[src/trunk]: src/sys/arch/sandpoint/conf Fully specifiy the location of indir...
maxv[src/trunk]: src/usr.sbin/route6d Rename allocopy -> xstrdup, and simplify.
riastradh[src/trunk]: src/sys/kern #if DIAGNOSTIC panic ---> KASSERT
joerg[src/trunk]: src/bin/sh Add includes guards since we can include the header t...
chs[src/trunk]: src/sys/arch/arm/vfp in vfp_state_load(), fix backwards logic fo...
maxv[src/trunk]: src/sys/net Simplify: use M_MOVE_PKTHDR directly.
khorben[src/trunk]: src/sys/netinet Fix spello in a comment
lukem[src/trunk]: src/usr.bin/locate/locate locate: fix support for multiple datab...
chs[src/trunk]: src/sys/arch/powerpc/booke apply changes to this file as well, a...
riastradh[src/trunk]: src/sys/ufs/lfs #if DIAGNOSTIC panic ---> KASSERT
sevan[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Bump image size to unbr...
snj[src/trunk]: src/external/mit/xorg/lib/freetype add a note about our freetype...
riastradh[src/trunk]: src/sys/kern Make sure we hold alldevs_mtx for access to alldevs...
knakahara[src/trunk]: src/sys/dev/pci fix PR kern/52068 (82574 Tx csum offload bug in ...
riastradh[src/trunk]: src/sys/kern Back out part of previous: missed a caller of wapbl...
kre[src/trunk]: src/doc Christos updated tzcode to 2017a
martin[src/trunk]: src/sys/arch/shark/conf Include the atheros hal files
wiz[src/trunk]: src/lib/libz Update zlib version in pkgconfig file.
ozaki-r[src/trunk]: src Separate tests for learning table of bridge
maxv[src/trunk]: src/sys/netinet Don't crash if there is no inner IP header.
msaitoh[src/trunk]: src/sys/dev/pci KNF. No binary change.
kre[src/trunk]: src/sbin/cgdconfig With the change to use getpass_r the 128 byte...
christos[src/trunk]: src/usr.bin/make PR/53285: Andreas Gustafsson: Build times tripl...
christos[src/trunk]: src/lib/libcurses Make this compile again (gcc does not like str...
thorpej[src/trunk]: src Default NFS mounts to using TCP transport instead of UDP.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add ausoc, sun8icodec, a64codec, sunxii2s
wiz[src/trunk]: src/share/man/man9 Add width argument to list.
kamil[src/trunk]: src/bin/ksh Stop using the register keyword in ksh(1)
maya[src/trunk]: src/lib/libc/net Remove entirely redundant free right after decl...
riastradh[src/trunk]: src/sys/arch/x86/x86 #if DIAGNOSTIC panic ---> KASSERT
maxv[src/trunk]: src Switch to per-CPU PMC results, and completely rewrite the pm...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Whitespace fix. No functional change.
kre[src/trunk]: src/bin/sh That will teach me to commit from the version I've ac...
msaitoh[src/trunk]: src/doc Add ixv(4) to MP-safe component's list.
knakahara[src/trunk]: src/sys/net ifp->if_transmit() must free mbuf even if error occu...
skrll[src/trunk]: src/sys/kern Use brelsel while the bufcache_lock is held rather ...
maya[src/trunk]: src/sys/external/bsd/drm2/ttm Mark the state as unbound a bit ea...
mrg[src/trunk]: src/external/mit/xorg/lib/fontconfig/src add more include paths ...
christos[src/trunk]: src/sys/net/npf fix MIN/MAX confusion.
maxv[src/trunk]: src/share/man/man9 Clean up, improve a bit, and document m_remov...
riastradh[src/trunk]: src/sys/kern Sort #includes.
joerg[src/trunk]: src/lib/libpam/modules/pam_unix Improve type safety by using the...
chs[src/trunk]: src/sys/arch/i386/i386 improve readability of TRAP_SIGDEBUG info.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Mixer improvements:
maxv[src/trunk]: src/sys/arch/x86/x86 Mmh, remove a debug printf I mistakenly add...
nat[src/trunk]: src Renane ioctl AUDIO_SETPROC to AUDIO_SETCHAN.
maxv[src/trunk]: src/sys/netipsec Remove a dummy reference to XF_IP4, explain bri...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Disable lineout by default. If HP is not ...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add cpu0 supply and operating points table
jakllsch[src/trunk]: src/sys/arch/evbarm/awin Avoid tripping on opposite-endian sysco...
christos[src/trunk]: src/usr.bin/find PR/52295: Anthony Mallet: find -delete: "relati...
chs[src/trunk]: src/sys/arch add an lwp_trapframe() interface to return an LWP's...
maxv[src/trunk]: src/usr.sbin/route6d Remove dead/broken code.
mlelstv[src/trunk]: src/sys/arch/amiga/amiga use printf format macros for fixed-size...
thorpej[src/trunk]: src/sys/dev/i2c The probe this driver uses is potentially destru...
jdolecek[src/trunk]: src/sys/ufs/ffs move the ffs_sync() after wapbl_log_position() c...
chs[src/trunk]: src/share/man/man4 mention KDTRACE_HOOKS.
nat[src/trunk]: src/share/man/man4 Update the speaker man page, mentioning wsbel...
hannken[src/trunk]: src/sys/kern Fix a logic error introduced with Rev. 1.507: defer...
chs[src/trunk]: src/sys/kern create an nmap table for module symtabs too.
jmcneill[src/trunk]: src/sys Add kernel API for pwm channels.
nonaka[src/trunk]: src/sys/arch search SMBIOS from UEFI configuration table when bo...
riastradh[src/trunk]: src/sys/kern Summarize lifetime of cache entries.
martin[src/trunk]: src/tests/dev/fss Do not assume an all-zeroes disk label will re...
dholland[src/trunk]: src/lib/libc more trash to take out at bump time
riastradh[src/trunk]: src/sys/kern Sort includes.
kre[src/trunk]: src/bin/sh Alternative way of writing (part of) the arithmetic l...
wiz[src/trunk]: src/usr.sbin/wakeonlan End sentence with a dot.
jmcneill[src/trunk]: src/sys/dev/i2c Fix off by one in axp803 dcdc2/3/4 definitions
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable ehci0/ohci0 (attached to left USB port)
roy[src/trunk]: src/lib/libcurses Put back filter(3) I mistakenly removed in r1.29
jmcneill[src/trunk]: src/sys/dev/i2c Don't sleep with IPL_VM lock held.
jmcneill[src/trunk]: src/sys/dev/i2c Trigger shutdown on POKLIRQ instead of POKSIRQ.
mlelstv[src/trunk]: src/sys/dev Support dump on wedges.
pgoyette[src/trunk]: src/share/man/man4 Update for inclusion of references to the new...
kre[src/trunk]: src/distrib/sets/lists/comp /usr/include/pmc.h is installed on i...
msaitoh[src/trunk]: src/share/man/man4 Add ixv.4.
joerg[src/trunk]: src/tools For EXTERNAL_TOOLCHAIN, MKLLVM=yes needs to build only...
macallan[src/trunk]: src/sys/arch/powerpc/powerpc disable the MULTIPROCESSOR case in ...
riastradh[src/trunk]: src/sys Rework namecache locking commentary.
hannken[src/trunk]: src/sys/miscfs/genfs Protect genfs_do_putpages() against vnodes ...
msaitoh[src/trunk]: src/sys/dev/pci Modify some variables to make code more understa...
riastradh[src/trunk]: src/share/man/man9 Rewrite operating modes section.
jmcneill[src/trunk]: src/sys/dev/i2c Use IRQs to update status whenever we can. Reduc...
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable mmc1 (SDIO Wi-Fi is attached here)
maxv[src/trunk]: src/sys/arch/arm/imx Don't remove M_PKTHDR manually, use m_remov...
kamil[src/trunk]: src/tests/kernel Correct assert in ATF t_zombie test
leot[src/trunk]: src/share/misc Add UB (undefined behavior)
christos[src/trunk]: src/external/public-domain/sqlite/dist 2017-02-13 (3.17.0)
roy[src/trunk]: src/lib POSIX says that use_env(3) must precede setupterm(3).
maya[src/trunk]: src/sys/dev/pci Add missing comma, else the strings are concaten...
nat[src/trunk]: src/share/man Manual pages for wsbell.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add outputs.mute control
christos[src/trunk]: src/sys/dev/acpi introduce acpi_device_present() to replace the ...
reinoud[src/trunk]: src/sys/arch/usermode/include Implement own process register cap...
martin[src/trunk]: src/sys/dev/sdmmc Add missing includes
christos[src/trunk]: src/tests/usr.bin/xlint/lint1 new test
tsutsui[src/trunk]: src/sys/dev/acpi Remove extra newline during attach.
maya[src/trunk]: src/doc Remove already fixed HACKS entry. correct path to makein...
msaitoh[src/trunk]: src Add a maunal page for ixv(4).
maxv[src/trunk]: src/usr.sbin/route6d Clean up.
riastradh[src/trunk]: src/sys/kern Nix trailing whitespace.
riastradh[src/trunk]: src/sys regen
skrll[src/trunk]: src/sys/arch/evbarm/conf Disable DIAGNOSTIC - it is already enab...
maxv[src/trunk]: src/sys/arch Mmh, allow iret to be handled when an #SS fault (T_...
rin[src/trunk]: src/sys/netisdn Remove unused variable since previous revision.
skrll[src/trunk]: src/sys/arch/evbarm/conf +KDTRACE_HOOKS and INSECURE
kre[src/trunk]: src/tests/lib/libutil PR lib/52101
roy[src/trunk]: src openlog(3): add LOG_PTRIM and LOG_NLOG log options.
chs[src/trunk]: src provide a common softfloat fenv implemenation and use it for...
riastradh[src/trunk]: src/sys/kern Assert ownership of alldevs_mtx, as required for co...
wiz[src/trunk]: src/doc gdb-8.0 out.
nat[src/trunk]: src/sys/dev Ensure to detach children.
kre[src/trunk]: src/bin/sh Have "make clean" remove sh.html1 and adapt it to cle...
salazar[src/trunk]: src/distrib/notes/common add my name to distrib/notes/common/main
riastradh[src/trunk]: src/sys/kern Nix trailing whitespace.
riastradh[src/trunk]: src/sys/sys Fix locking comments.
riastradh[src/trunk]: src/share/man/man9 Rewrite intro to say positively, actively how...
maxv[src/trunk]: src/sys/netinet static
maxv[src/trunk]: src/sys Rename ipsec4_forward -> ipsec_mtu, and switch to void.
riastradh[src/trunk]: src/sys/ufs/lfs Fix inadvertently reversed sense of comparisons.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Rename mic1 control to mic so audiorecord...
maxv[src/trunk]: src/sys/netinet Remove reference to tcpiphdr in comment.
maxv[src/trunk]: src/sys/arch/i386/i386 Mitigation for CVE-2018-8897 on i386. Con...
kre[src/trunk]: src/sbin/cgdconfig Check arg count in configure() at entry, rath...
kre[src/trunk]: src/doc tzdata updated to 2017b.
ozaki-r[src/trunk]: src/sys/netinet6 Remove unnecessary NULL check
ozaki-r[src/trunk]: src/doc Remove multicast stuffs from the list of Non MP-safe com...
ozaki-r[src/trunk]: src/tests/net/if Add a test case of ifconfig <if_index>
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Rename pwm0 function to pwm for PD22
christos[src/trunk]: src/external/gpl3/binutils/dist/ld/emultempl fix misapplied patch
maxv[src/trunk]: src/sys/net Use m_remove_pkthdr.
maya[src/trunk]: src/sys/ufs/lfs Update mtime even if oip->i_size == length
bad[src/trunk]: src/usr.sbin/installboot Document option console=auto. Works sin...
maya[src/trunk]: src/sys/dev Dedup functions which vary only by type using fancy ...
sevan[src/trunk]: src/usr.sbin/wakeonlan Document history.
nat[src/trunk]: src Add the audio mixer specification to section 7 of the manual.
nat[src/trunk]: src/share/man/man7 Update the introduction page to section 7 of ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi 32-bit build fix
riastradh[src/trunk]: src/sys/kern Nix trailing whitespace.
kre[src/trunk]: src/tests/lib/libc/sys The bytes_transfer_piod_read_auxv test us...
christos[src/trunk]: src/share/mk Need to delete ${DESTDIR} for lint
tsutsui[src/trunk]: src/sys Remove auto-repeat key functions in WSKBD_RAW mode.
ozaki-r[src/trunk]: src/sys/netipsec Fix assertion failure in in6_lookup_multi via k...
hannken[src/trunk]: src/sys/kern Lock the vnode before changing its writecount.
ozaki-r[src/trunk]: src/doc Write about bpf's statistic counters
reinoud[src/trunk]: src/sys/arch/usermode/include Include OUR types.h and not the ma...
scole[src/trunk]: src/sys/arch/ia64/ia64 Add kstack_top variable
para[src/trunk]: src/distrib/sets/lists/comp fix build
pgoyette[src/trunk]: src/sys Add new sysctl variable proc.curproc.paxflags so a proce...
martin[src/trunk]: src/usr.bin/kdump Ooops, backout previous - it was an update bui...
ozaki-r[src/trunk]: src/sys/netinet Don't use a single global variable as a temporal...
maxv[src/trunk]: src/sys/arch/x86 Extend the AMD NONARCH method to family 17h. Th...
jmcneill[src/trunk]: src/sys/dev/i2c Add battery voltage, charge current, and dischar...
pgoyette[src/trunk]: src/share/man/man9 Document ubc_zerorange(9). Add it (and ubc_p...
riastradh[src/trunk]: src/sys KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator ...
kamil[src/trunk]: src/lib/libc/sys Document new calls and be more clear about PT_S...
kamil[src/trunk]: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common Che...
roy[src/trunk]: src/external/bsd/dhcpcd Let's make things easier and split the e...
scole[src/trunk]: src/sys/arch/ia64/include com_isa uses isa_intr_establish_xname ...
maxv[src/trunk]: src/sys/netipsec Correctly handle the padding for IPv6-AH, as sp...
kamil[src/trunk]: src/tests/kernel/arch/x86 Try to fix Clang/LLVM build
jnemeth[src/trunk]: src/sys/dev/pci regen
kamil[src/trunk]: src/tests/kernel Merge kernel/t_ptrace_wait with kernel/arch/i38...
mrg[src/trunk]: src/sys/arch docpureset() doesn't return anything, so mark it void.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 style
msaitoh[src/trunk]: src/sys/dev/pci IF PCIe's Alternative Routing-ID Interpretation ...
mrg[src/trunk]: src/sys/dev/pci regen.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't need gdtstore here.
christos[src/trunk]: src/share/mk install bsd.hostinit.mk
christos[src/trunk]: src/sys/arch centralize vers.c building for standalone programs.
kamil[src/trunk]: src/sys/kern Generate ELF AUXV for core(5) and ptrace(2) limited...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 pmap_enter() must update modified/r...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0-beta2 with the ...
wiz[src/trunk]: src/lib/libc/sys Remove reference to itself.
thorpej[src/trunk]: src/sys/dev/sysmon Avoid dereferencing NULL if we attempt to loo...
kamil[src/trunk]: src/tests/lib/libc/sys Enable traceme_vfork_raise2 in ATF ptrace...
christos[src/trunk]: src/external/mit/xorg/lib/xkeyboard-config Generate xml files pr...
abhinav[src/trunk]: src/lib/libutil Use Sy to highlight the table header.
christos[src/trunk]: src/sys/modules/procfs Add auxv
maya[src/trunk]: src/sys/ufs/lfs if DEBUG panic => KDASSERT. reduces ifdefs. NFC
kamil[src/trunk]: src Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEP
maya[src/trunk]: src/sys/ufs/lfs stopgap fix- move lfs_lock to include calls to l...
roy[src/trunk]: src/usr.sbin/postinstall Move dhcpcd lease files to new location.
jdolecek[src/trunk]: src/sys add support for loading vioscsi driver dynamically
jakllsch[src/trunk]: src/sys/conf Compile dtbs with -@ so that fdtoverlay(1) et.al. c...
riastradh[src/trunk]: src/sys/miscfs/genfs Simplify genfs_getpages_read async/unlock p...
kamil[src/trunk]: src/sys/kern Stop masking raise(SIGSTOP) in a vfork(2)ed child t...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Output signatures to...
maxv[src/trunk]: src/sys/arch/x86/x86 style
abhinav[src/trunk]: src/bin/sh Use \- instead of .Fl for the -number argument.
mrg[src/trunk]: src/sys/arch/sun2/conf disable a few more things and return anot...
maxv[src/trunk]: src/sys/arch Remove PG_k completely.
sjg[src/trunk]: src/usr.bin/make When we change .OBJDIR we should delete any cac...
bouyer[src/trunk]: src/sys/arch/xen/xenbus Avoid variable reassignement; reported b...
knakahara[src/trunk]: src/sys/dev/pci fix typo
christos[src/trunk]: src/etc/mtree Add dc docs
kamil[src/trunk]: src/sys/arch/i386/include Define PTRACE_BREAKPOINT_ASM for i386 ...
knakahara[src/trunk]: src/sys fix module build
wiz[src/trunk]: src/usr.sbin/ofctl Sort options in usage.
kamil[src/trunk]: src/tests Make the trigger_bus() test compatible with more CPUs ...
kamil[src/trunk]: src/tests/kernel Merge kernel/t_ptrace_wait with kernel/arch/x86...
maxv[src/trunk]: src/sys/netinet6 Style.
zafer[src/trunk]: src/share/wscons/keymaps Add AltGr modifier for brazilian abnt2 ...
knakahara[src/trunk]: src/sys/net KNF. pointed out by s-yamaguchi@IIJ
christos[src/trunk]: src/sys kern/5201{2,8,9}: Fix PT_SYSCALL stopping.
maxv[src/trunk]: src/sys/arch Don't compile PMCs on Xen.
thorpej[src/trunk]: src/sys/arch/alpha/include Implement PMAP_DIRECT / pmap_direct_p...
maxv[src/trunk]: src/sys/arch/x86/include Clean up the FPU headers.
martin[src/trunk]: src/sys/dev/pci PR kern/52107: for now (while we still use the l...
chs[src/trunk]: src/sys/compat/netbsd32 never pass mp->mnt_stat to dostatvfs(), ...
christos[src/trunk]: src/sys/arch/arm/include one typedef for fenv_t is enough.
kamil[src/trunk]: src/sys/kern Enhance the signal routing of a trapsignal under a ...
jdolecek[src/trunk]: src/sbin/dkctl write info about DKCACHE_FUA, DKCACHE_DPO in disk...
scole[src/trunk]: src/sys/arch/ia64/conf Add more options, mainly want "options IN...
mlelstv[src/trunk]: src/sys/dev/scsipi ignore a failed scspi_prevent when accessing ...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0-beta2
ryoon[src/trunk]: src/sys/dev/acpi If fixed feature buttons exist, print detection...
ryoon[src/trunk]: src/sys/dev/pckbport Remove trailing tab
reinoud[src/trunk]: src/sys/arch/usermode/dev Only set requested parts of the mconte...
kamil[src/trunk]: src/tests/kernel Mark signal6 as failing due to timeout not regu...
chs[src/trunk]: src/sys/sys welcome to 8.99.13:
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/libipsec Remove ipsec_bindump, t...
kamil[src/trunk]: src Fix and enable traceme_signal_nohandler2 in ATF ptrace(2) tests
reinoud[src/trunk]: src/sys/arch/usermode/include Fix compilation errors so NetBSD/u...
nat[src/trunk]: src ABI of libossaudio did not change, so there was no need to b...
maxv[src/trunk]: src/sys/arch/x86/x86 Handle counter overflows, and sample with 5...
martin[src/trunk]: src/sys/arch/sparc64/sparc64 Add boot device recognition for ld ...
scole[src/trunk]: src/sys/arch/ia64/include Add ci_vhpt to cpu_info
reinoud[src/trunk]: src/sys/arch/usermode/target Include <machine/mcontext.h> now it...
knakahara[src/trunk]: src/sys/net Reviewd by ohishi@IIJ. Sorry, I jumped the gun and c...
kamil[src/trunk]: src/tests/lib/libc/sys Correct the t_ptrace_wait*:signal5 ATF te...
kamil[src/trunk]: src/tests/kernel Correct another string about securelevel in t_p...
dholland[src/trunk]: src/share/man/man9 Add missing .Sh RETURN VALUES
alnsn[src/trunk]: src/external/mit/lua/dist/src Change LUAL_BUFFERSIZE from 4-8K t...
knakahara[src/trunk]: src/sys/net Fix panic when ipsecif(4) adds discard policy. Point...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon More unused variables.
abhinav[src/trunk]: src/lib/libc/sys Add EV_SET() to the NAME section
christos[src/trunk]: src/sys/conf Add makefile snippet for vers.c building.
maya[src/trunk]: src/sys/ufs/lfs Provide a LFS_ENTER_LOG (__nothing) in the !DEBU...
kre[src/trunk]: src/distrib/sets/lists/comp Sort (NFC)
ozaki-r[src/trunk]: src/sys Prepare netipsec for rump-ification
kamil[src/trunk]: src/share/man/man7 Minor update to signal(7)
martin[src/trunk]: src/tests/lib/libc/sys Add a test to verify syscall() and/or __s...
jdolecek[src/trunk]: src/sys/dev/pci fix pasto for nbo_bus_space_write_4() - value ne...
knakahara[src/trunk]: src/sys/opencrypto fix race among crypto_done(), cryptoret(), an...
maxv[src/trunk]: src/sys/arch/x86/x86 Add a comment about recent AMD CPUs.
kamil[src/trunk]: src/tests/lib/libc/sys Try to fix 32-bit build
msaitoh[src/trunk]: src/sys/arch/x86/x86 Add SSBD bit for Intel.
maya[src/trunk]: src Don't mention sprintf and vsprintf, they don't exist in the ...
skrll[src/trunk]: src/sys/arch/arm/include Expose correct cpu_number(), CPU_IS_PRI...
maxv[src/trunk]: src/sys/arch/x86/x86 Several changes:
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Enable gpio reset logic
ginsbach[src/trunk]: src/share/misc Fix spelling
hannken[src/trunk]: src/sys Locking a layer vnode is racy as it may become reclaimed...
roy[src/trunk]: src/usr.sbin/postinstall Pluck dhcpcd.conf from dist/src
kamil[src/trunk]: src/tests/kernel/arch/x86 Eliminate code duplication in the x86 ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi sunxi_gpio_release: hold lock around call...
ozaki-r[src/trunk]: src/sys/netipsec Fix non-INET6 builds
sevan[src/trunk]: src/doc Note libbozohttpd(3) & bozohttpd(3lua) from earlier in t...
msaitoh[src/trunk]: src/sys/dev/pci Lowercase for consistency. No functional change.
nonaka[src/trunk]: src/sys/arch/i386/stand/lib efiboot: fix calculation of the kern...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
jdolecek[src/trunk]: src/sys/uvm add the KASSERT() for loan_count wrap-around to all ...
joerg[src/trunk]: src/sys/external/bsd/acpica/dist/include Replace null pointer ar...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgp Also document alt...
macallan[src/trunk]: src/sys/dev/usb add ELAN Microelectronics
chs[src/trunk]: src/sys add more accessor functions for various struct module fi...
kamil[src/trunk]: src Remove kernel/arch/{amd64,i386,x86} tests
christos[src/trunk]: src/sys/fs/puffs use ubc_zerorange
tsutsui[src/trunk]: src/sys/arch/hp300/dev Include <sys/kernel.h> for hz.
kamil[src/trunk]: src/tests/lib/libc/sys Refactor and enable the signal3 ATF ptrac...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Do not truncate pass...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Clear que->disabled_count in {ixgbe, ixv}_i...
scole[src/trunk]: src/sys/arch/ia64/ia64 Add more from FreeBSD
christos[src/trunk]: src/external/gpl3/binutils/dist/ld/emultempl don't prepend sysro...
kamil[src/trunk]: src/sys/kern Revert previous
abhinav[src/trunk]: src/lib/libedit Add missing argument for H_SET.
christos[src/trunk]: src/include fexcept_t + fenv_t should be handled the same way fo...
wiz[src/trunk]: src/share/man/man9 Add missing word.
maxv[src/trunk]: src/sys/netipsec style
maxv[src/trunk]: src/crypto/dist/ipsec-tools Add a note about FreeBSD.
christos[src/trunk]: src/tools/elftosb remove trailing newline
kre[src/trunk]: src/tests/lib/libc/sys 80 column police. Some KNF and whitespa...
kamil[src/trunk]: src/tests/kernel/arch/x86 Refactor dbregs_dr*_dont_inherit_execv...
pgoyette[src/trunk]: src/share/man/man7 Document new proc.curproc.paxflags variable.
mrg[src/trunk]: src/sys/external/bsd/drm2/nouveau the previous change doubled th...
roy[src/trunk]: src/external/bsd/dhcpcd Adjust build glue for dhcpcd-7
ozaki-r[src/trunk]: src/tests/net/if_pppoe Use the utility functions for rump_server
phil[src/trunk]: src/gnu/usr.bin Remove bc from building here. Now in external/bsd.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 implement properly branch_taken() a...
knakahara[src/trunk]: src/sys/dev/pci add prototype.
kamil[src/trunk]: src/tests/kernel Deduplicate code in step* tests in t_ptrace_wait*
wiz[src/trunk]: src/share/man/man4 Remove superfluous Pp.
jdolecek[src/trunk]: src/sys add experimental new function uvm_direct_process(), to a...
martin[src/trunk]: src/sys/arch/sparc/stand/ofwboot Bump version - virtio support a...
martin[src/trunk]: src/sys/dev/pci Backout previous, no need for these accessor in ...
skrll[src/trunk]: src/sys/arch/hppa/hppa PR/52129: NetBSD/hppa 7.1 fails to boot o...
pgoyette[src/trunk]: src/share/man/man9 Expand on previous, and note that splnet() an...
msaitoh[src/trunk]: src/sys/dev/pci Move struct ppb_softc into ppbvar.h.
martin[src/trunk]: src/sys/arch/sparc64/dev Reorder attach slightly to avoid uninti...
kamil[src/trunk]: src/tests/lib/libc/sys Add new auxiliary functions in ATF ptrace...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto remove DES_random_...
ryoon[src/trunk]: src/sys/dev/hid Fix HIDMS_DEBUG build
kamil[src/trunk]: src/tests/kernel/arch/x86 Remove deuplicated code in dbregs_dr[0...
jdolecek[src/trunk]: src/sys/dev/pci use ipl level specified by child when attaching ...
uwe[src/trunk]: src/share/man/man7 Shorten pleonastic "by the tty driver tty(4)".
maxv[src/trunk]: src/sys/arch/amd64/amd64 Unconditionnally save the segment regis...
kamil[src/trunk]: src Import ptrace(2) tests into appropriate directory tests/lib/...
knakahara[src/trunk]: src/sys/dev/pci make self-describing function the code reading s...
christos[src/trunk]: src/external/bsd/dhcpcd/dist/src transposition police!
christos[src/trunk]: src/external/bsd/blacklist/diff refresh the diffs to the latest ...
ozaki-r[src/trunk]: src/sys/net Use sp->pp_framebytes instead of the constant value "3"
maya[src/trunk]: src/sys/ufs/lfs Switch lfs_writer_daemon to use condvar instead ...
kamil[src/trunk]: src/tests/kernel Correct securelevel in attach_pid1_securelevel
christos[src/trunk]: src/sys/conf - modernize: use getopts/usage/true/false variables
tsutsui[src/trunk]: src/sys/arch/hp300/dev In RAWKBD mode, don't schedule autorepeat...
msaitoh[src/trunk]: src/sys/dev/pci Print sc_flags with snprintb().
scole[src/trunk]: src/sys/arch/ia64/ia64 Add more PTE and IA64 mem region variables
wiz[src/trunk]: src/sys/sys Fix typo in comment.
jdolecek[src/trunk]: src/sys introduce DKCACHE_COMBINE() macro - it combines the flag...
kamil[src/trunk]: src/sys/kern Correct reporting SIGTRAP TRAP_EXEC when SIGTRAP is...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add "bool txr_no_space" for TX descriptor ...
chs[src/trunk]: src/sys add a genfs method to allow a file system to limit the r...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0-beta1
maya[src/trunk]: src/sys/ufs/lfs Simplify locking
maxv[src/trunk]: src/sys/arch/x86/include Add RSBA. When set, it indicates that t...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't check IFF_RUNNING in ixgbe_rxeof(). ...
msaitoh[src/trunk]: src/sys/dev/pci Add some Intel 4 series chipset devices.
jdolecek[src/trunk]: src/sys/uvm adjust heuristics for read-ahead to skip the full re...
ginsbach[src/trunk]: src/share/misc Fix spelling/typos
reinoud[src/trunk]: src/sys/arch/usermode/dev Only report the things we've passed in...
maxv[src/trunk]: src/sys/netipsec Strengthen and simplify, once more.
mrg[src/trunk]: src/sys/dev/pci add a bunch of nvidia devices from various gener...
pgoyette[src/trunk]: src/lib/libc/sys Fix typos and some grammar
christos[src/trunk]: src/sys/arch/epoc32/stand/e32boot/include sync with HEAD.
maxv[src/trunk]: src/sys/netinet Fix an XXX of mine, be clearer about what we're ...
ozaki-r[src/trunk]: src/tests/net/route Add test cases for PR kern/52077
knakahara[src/trunk]: src/sys/net ipsecif(4) must not set port number to spidx even if...
leot[src/trunk]: src/usr.bin/tr Do not accept invalid octal character values (>= ...
christos[src/trunk]: src/usr.bin switch to the OpenBSD dc
msaitoh[src/trunk]: src/sys/dev/pci Add missing "else" in wm_nvm_release().
christos[src/trunk]: src/sys/fs/puffs use MAX_PAGE_SIZE.
christos[src/trunk]: src/sys/arch/x68k/x68k PR/52135: David Binderman: Fix loop bound...
abhinav[src/trunk]: src/lib/libutil Add getmntoptstr, getmntoptnum, and freemntopts ...
martin[src/trunk]: src/sys/arch Assign majors for ld(4)
msaitoh[src/trunk]: src/sys Fix 0x%d and 0x%u.
hannken[src/trunk]: src/sys/kern Change the operations vector before changing the mo...
tsutsui[src/trunk]: src/distrib/notes/hp300 Sync description of "supported hardware"...
martin[src/trunk]: src/tests/lib/libpthread Make the mutex6 test (which fails every...
phil[src/trunk]: src/external/bsd Enable bc.
hannken[src/trunk]: src/sys/kern Change vrelel() to defer the test for a reclaimed v...
ozaki-r[src/trunk]: src/sys/netinet Get rid of unused macros
christos[src/trunk]: src/external/bsd/bc/dist Add missing attributes to fix clang com...
martin[src/trunk]: src New dhcpcd does not like update builds from previous versions.
maxv[src/trunk]: src/sys/netipsec Rename padding -> padlen, pad -> tail, and clar...
christos[src/trunk]: src - Allow all other targets (like kernel=) to obey mkrepro (-P)
wiz[src/trunk]: src/share/man/man4 End sentence with a dot.
maxv[src/trunk]: src/sys/arch/x86/x86 Clarify and extend the fix for the AMD FPU ...
hannken[src/trunk]: src/sys/ufs/lfs Remove now redundant calls to fstrans_start()/fs...
maxv[src/trunk]: src/sys/netatalk Remove aarp_clean, unused. By the way this func...
hannken[src/trunk]: src/sys/coda Use spec_node_lookup_by_dev() and spec_node_getmoun...
christos[src/trunk]: src/external/bsd/dhcpcd/dist delete extra file
ozaki-r[src/trunk]: src/sys/net Revert "Make sure to hold if_ioctl_lock when calling...
christos[src/trunk]: src/external/bsd/dhcpcd/dist/src The last stderr message felt lo...
riastradh[src/trunk]: src/sys/dev/usb Simplify various logic: replace an ad hoc condva...
knakahara[src/trunk]: src/sys/opencrypto fix missing mutex_exit() in crypto_destroy().
reinoud[src/trunk]: src/sys/arch/usermode/dev Pass the address of the array, this fi...
scole[src/trunk]: src/sys/arch/ia64 Attempted port over from FreeBSD with suggesti...
martin[src/trunk]: src/sys/arch/sparc64/sparc64 Simplify boot device detection for ...
ozaki-r[src/trunk]: src/sys/netinet6 Make a refcount decrement and a removal from a ...
maxv[src/trunk]: src/sys/netipsec Clarify, remove superfluous things.
maxv[src/trunk]: src/sys/net Remove an XXX of mine, actually it's fine. While her...
christos[src/trunk]: src/usr.sbin/crash Fix reproducible builds
riastradh[src/trunk]: src/etc/rc.d Revert previous: Don't generate XMSS host keys for ...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Expect a FILE * for ...
skrll[src/trunk]: src/sys/arch/evbarm/conf Enable xhci(4)
kamil[src/trunk]: src/tests/lib/libc/sys Drop trailing white space
jmcneill[src/trunk]: src/usr.sbin/ofctl Add -v flag which prints the full path of eac...
cherry[src/trunk]: src/sys/uvm Make uvm_physseg_set_avail_start(9) available uncond...
prlw1[src/trunk]: src/sys/netinet6 Mark in6m as used for non-DIAGNOSTIC builds.
nat[src/trunk]: src/sys/dev Fix suspend/resume logic.
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/libipsec fix -Wunused and -Wold-...
pgoyette[src/trunk]: src/share/man/man7 Improve some grammar, let verbs agree in numb...
jakllsch[src/trunk]: src/sys/arch/i386/stand/mbr Compact crc32 code by 12 bytes of text.
skrll[src/trunk]: src/sys/kern spaces to tab
scole[src/trunk]: src/sys/external/bsd/acpica/dist/tables Add #ifdef so ski emulat...
maxv[src/trunk]: src/sys/netinet Add XXX.
mrg[src/trunk]: src/external/mit/xorg/share/fonts remove unused include.
maxv[src/trunk]: src/sys/arch/amd64/amd64 When the previous contrext is in kernel...
maxv[src/trunk]: src/sys/netipsec Simplify the padding computation. Until now 'pa...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Avoid a type cast
kamil[src/trunk]: src/sys/arch/i386/include Define PT_SETSTEP and PT_CLEARSTEP for...
ginsbach[src/trunk]: src/share/misc Add the more prevalent media access control (MAC)...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Replace stable_read/write debug printfs ...
christos[src/trunk]: src/usr.sbin/npf/npfd can't call pcap_datalink before activate.
martin[src/trunk]: src/tests/lib/libc/sys Fix typo in local macro name, pointed out...
msaitoh[src/trunk]: src/sys/dev/pci - Add some Intel 82965 devices.
christos[src/trunk]: src/distrib/sets/lists/comp rename {HMAC, MD5} to openssl_{HMAC, M...
scole[src/trunk]: src/sys/arch/ia64/ia64 Updates from FreeBSD, mostly compile-tested
macallan[src/trunk]: src/sys/dev/pci support screen blanking
msaitoh[src/trunk]: src/sys/dev/pci Fix typos:
martin[src/trunk]: src/distrib/sets/lists Add new test program
kamil[src/trunk]: src/lib/libc/sys Minor improvement in sigaction(2)
chs[src/trunk]: src/sys add copyin_pid(), to copyin from a different user addres...
wiz[src/trunk]: src/share/man/man7 Mark up argument. Fix typo.
kamil[src/trunk]: src/external/bsd/top/dist Fix unitialized signal mask passed to ...
knakahara[src/trunk]: src/sys/net fix missing mutex_destroy when modunload.
nat[src/trunk]: src/sys/compat/ossaudio Update compat/ossaudio with GETISPACE/GE...
msaitoh[src/trunk]: src/sys/dev/pci Use correct macro "PCI_SATA_REV" instead of PCI_...
abhinav[src/trunk]: src/lib/libutil Add missing functions
mlelstv[src/trunk]: src/sys/dev/iscsi Lock correctly around CV calls.
jdolecek[src/trunk]: src/sys/dev/pci reorganize the attachment process for virtio chi...
martin[src/trunk]: src/sys/dev/pci Provide an accessor for the pci attach args of a...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey fix -Wold-style-definition
joerg[src/trunk]: src/usr.bin/mkdep deconst -> __UNCONST to avoid null pointer ari...
christos[src/trunk]: src/sys factor out getauxv code.
ginsbach[src/trunk]: src/share/misc Add ABRT, AER, BERT, CMC, COS, CPE, CPER, CRUD, E...
kamil[src/trunk]: src/sys/modules/examples Introduce new example kernel module: pa...
spz[src/trunk]: src/etc/ssh add ssh-ed25519 keys
kamil[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Cherry-...
wiz[src/trunk]: src Add evbarm/gxio(4).
abhinav[src/trunk]: src Add man page links for:
mrg[src/trunk]: src/sys/arch/sparc/sparc convert Lfp_null_fpstate (which is invo...
reinoud[src/trunk]: src/sys/arch/usermode/conf Compile NetBSD/userland without CTF f...
pgoyette[src/trunk]: src/sys/dev Don't display step-by-step detailed error messages u...
mrg[src/trunk]: src/sys/external/bsd/drm2/nouveau disable matching nouveau on pa...
knakahara[src/trunk]: src/sys/opencrypto simplify mutex_enter/exit(crypto_q_mtx), and ...
jdolecek[src/trunk]: src/sys make ena(4) compile, with best efford exercised to conve...
scole[src/trunk]: src/sys/arch/ia64/ia64 Fix a possible infinite loop in pmap_krem...
maxv[src/trunk]: src/sys/arch/x86/x86 Simplify the sysctl handlers.
jakllsch[src/trunk]: src/sys/dev/pci Match PCI_PRODUCT_INTEL_82Q45_IDER.
reinoud[src/trunk]: src/sys/arch/usermode/dev First try at TLS support and getcontex...
wiz[src/trunk]: src/lib/libc/md Use .An in authors section. Remove empty section.
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Remove unused labels, fun...
martin[src/trunk]: src/sys/arch/sparc64/conf Add virtio PCI devices, some of them m...
macallan[src/trunk]: src/sys/arch/macppc/conf smusat attaches to iic now
kamil[src/trunk]: src/tests/lib/libc/sys Fix ATF ptrace(2) bytes_transfer_piod_rea...
maxv[src/trunk]: src/sys/netipsec Introduce ah_authsiz, which computes the length...
abhinav[src/trunk]: src/share/dict Fix spelling of `administered'.
maxv[src/trunk]: src/sys/arch/x86/x86 Forgot switch cases for AMD.
maxv[src/trunk]: src/sys/arch Mmh, don't compile spectre.c on Xen.
christos[src/trunk]: src/libexec/ld.elf_so rename flag to the official name.
msaitoh[src/trunk]: src/sys/dev/pci regen.
kamil[src/trunk]: src/sys/compat/netbsd32 Fix sysctl(3):vm.minaddress in compat_ne...
martin[src/trunk]: src/etc Add ld(4) nodes
pgoyette[src/trunk]: src/share/man/man9 Partial update for new module interfaces. Th...
christos[src/trunk]: src/usr.bin/make/unit-tests unit test for $ underquoting in :Q m...
nat[src/trunk]: src Move the audio specification to section 9 under audio_system.
sevan[src/trunk]: src/sys/arch/hpcarm/conf Set the relevant options to build a ker...
roy[src/trunk]: src/usr.sbin/postinstall Move dhcpcd's rdm monotonic file if it ...
knakahara[src/trunk]: src/sys/opencrypto fix build failure ALL
macallan[src/trunk]: src/sys/dev/usb add bug workaround for ELAN touchscreens
kamil[src/trunk]: src/sys/kern Harden PT_ATTACH in ptrace(2)
jmcneill[src/trunk]: src/sys/arch/arm/sunxi hdmiddc -> hdmi for function name on PH6/...
maxv[src/trunk]: src/sys/arch/x86/x86 Mmh, don't automatically set enabled=1 for ...
wiz[src/trunk]: src/share/man/man7 Add missing .El. Replace Ta outside its defin...
joerg[src/trunk]: src/lib/libc/stdlib Simplify to avoid pointless null pointer ari...
jnemeth[src/trunk]: src/sys/dev/pci add Oxford Semiconductor OXPCIe954 PCIe 4-port s...
khorben[src/trunk]: src/external/bsd/ipf/dist/man Typo
kamil[src/trunk]: src/etc/mtree Remove tests/kernel/arch from mtree entries
scole[src/trunk]: src/sys/arch/ia64/ia64 Add ia64_handle_intr() stub
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd No more need to disable stac...
mrg[src/trunk]: src/sys/arch it's called VM_MAXUSER_ADDRESS32 not VM_MAXUSER32_A...
christos[src/trunk]: src/sys/rump/librump/rumpkern adjust flag.
msaitoh[src/trunk]: src/sys/dev/pci Indent. No functional change.
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Style.
christos[src/trunk]: src/sys/sys Complete the list of DF_1 flags.
jnemeth[src/trunk]: src/sys/dev/pci add Oxford Semiconductor OXPCIe954 PCIe 4-port s...
sevan[src/trunk]: src/sys/arch/arm/arm Define NCPUINFO and set it to 1 or MAXCPUS ...
mbalmer[src/trunk]: src/share/misc add Turukhansk airport
reinoud[src/trunk]: src/sys/arch/usermode Pretend we already included the <types.h>
christos[src/trunk]: src/distrib/sets/lists/comp obsolete DES_random_key
hannken[src/trunk]: src/sys Change last users of FSTRANS_LAZY to FSTRANS_SHARED and ...
christos[src/trunk]: src/sys/dev/ic PR/52136: David Binderman: Rewrite loop to fix bo...
kamil[src/trunk]: src/tests/lib/libc/sys Introduce can_we_write_to_text() to ATF p...
thorpej[src/trunk]: src/sys/dev/i2c Update the compat strings to match what Linux us...
martin[src/trunk]: src/sys Virtio block devices may have a "scsi" device_type inste...
martin[src/trunk]: src/sys/arch/sparc64/sparc64 Use new accessor to get the PCI att...
christos[src/trunk]: src/sys Instead of copying parts of sigswitch to process_stoptra...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Remove unused 'error' var...
ozaki-r[src/trunk]: src/sys/netinet6 Release in6_multilock on callout_halt of mld_ti...
christos[src/trunk]: src/external/gpl3/gdb/dist add minimal glue to make gdb compile ...
christos[src/trunk]: src/sys/arch/sun68k/stand/libsa no need fo clean vers.c
kamil[src/trunk]: src/tests Add a comment for the workaround in trigger_bus()
mrg[src/trunk]: src/external/mit/xorg fix XORG_PKG_PACKAGE_NAME to not include m...
martin[src/trunk]: src/sys/arch/arm/arm PR kern/53261: handle SYS_syscall indirecti...
maya[src/trunk]: src/lib/libpthread Remove outdated CAVEATS.
thorpej[src/trunk]: src Add a driver for the Taos TSL256x light sensors.
jmcneill[src/trunk]: src/sys/dev/fdt Enable apb_pclk clock if present
skrll[src/trunk]: src/tests/kernel kern/52012 kern/52018 kern/52019 were all fixed...
pgoyette[src/trunk]: src/share/man/man9 Document splbio() as a deprecated synonym for...
christos[src/trunk]: src/usr.sbin/crash Protect the right part.
roy[src/trunk]: src/external/bsd/dhcpcd/libexec We should build the hooks as wel...
maya[src/trunk]: src/sys/ufs/lfs switch lfs_sleepers to condvar (from mtsleep)
ozaki-r[src/trunk]: src/doc Write about lingering obsolete variables due to kvm(3)
ozaki-r[src/trunk]: src/sys/dev/pci Handle config change interrupts to inhibit sendi...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Style, a little...
abhinav[src/trunk]: src/lib/libc/time As per the IEEE 1003.1-2008 standard, the rang...
kamil[src/trunk]: src/sys Make stopsigmask a non-static symbol now as it's used in...
maxv[src/trunk]: src/sys/arch/x86 Implement a mitigation for SpectreV4 on AMD fam...
hannken[src/trunk]: src/sys Remove now redundant calls to fstrans_start()/fstrans_do...
jdolecek[src/trunk]: src/sys/dev support DIOCGCACHE - result is intersection of flags...
msaitoh[src/trunk]: src/sys/dev/pci - Flush every MTA write. Same as Linux.
jdolecek[src/trunk]: src/sys/dev/pci cap adapt_openings to minimum of cmd_per_lun and...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Do not ask for a pas...
wiz[src/trunk]: src/usr.sbin/ofctl Merge single-letter options. Use more markup.
knakahara[src/trunk]: src/sys/dev/pci remove extra "+"
scole[src/trunk]: src/sys/arch/ia64/ia64 Add include and panic in startlwp()
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Workaround bogus GCC warning about an uni...
macallan[src/trunk]: src/sys/arch/macppc/conf enable svwsata now that it works properly
msaitoh[src/trunk]: src/sys/dev/pci Regen.
pgoyette[src/trunk]: src/sys/sys Update a comment. No functional change.
pgoyette[src/trunk]: src/distrib/sets/lists/comp Fix typo: s/ubc_range/ubc_zerorange/
christos[src/trunk]: src/sys/conf Fix typo
maxv[src/trunk]: src/sys/compat/svr4 Add XXX for NULL deref. Not sure how to fix ...
taca[src/trunk]: src/doc Postfix 3.1.9/3.2.6/3.3.1 has released.
maxv[src/trunk]: src/sys/arch Clarify the parameters for the SpectreV2 mitigation.
abhinav[src/trunk]: src/lib/libc/sys Fix sentence.
msaitoh[src/trunk]: src/sys Remove extra 0x. This bug was added when replacing bitma...
thorpej[src/trunk]: src Add a 1PPS-over-GPIO driver, originally by Brad Spencer, wit...
knakahara[src/trunk]: src/sys remove unnecessary if_vlanvar.h. add missing include "vl...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add rxd_nxck (Receive Descriptor next to c...
maxv[src/trunk]: src/sys/netipsec Remove dead code, 'espx' is never NULL and dere...
msaitoh[src/trunk]: src/sys/kern Remove extra 0x in m_print().
nat[src/trunk]: src Using audioctl without the -p switch defaults to the mix rin...
msaitoh[src/trunk]: src/sys/arch/x86/include Fix the bit location of SSBD in the mac...
knakahara[src/trunk]: src/sys/opencrypto fix processes accessing /dev/crypto stall whe...
christos[src/trunk]: src/external/gpl3/binutils/dist Teach me about the NetBSD-CORE E...
msaitoh[src/trunk]: src/sys/dev/pci - Add BROADCOM BCM4313 802.11b/g/n
palle[src/trunk]: src/sys/arch/sparc64/sparc64 next_stick() - fix typy in comment:...
jakllsch[src/trunk]: src/sys/dev/pci regen
hannken[src/trunk]: src/sys Change _fstrans_start() to allocate per lwp info for lay...
maya[src/trunk]: src/tests/fs/union Add failing test cases for PRs kern/2423, ker...
msaitoh[src/trunk]: src/sys/dev/pci Use macro. No functional change.
christos[src/trunk]: src/usr.sbin/crash stack protector issue on sparc
hkenken[src/trunk]: src/sys/arch/arm/imx Modified CCM register defines.
kamil[src/trunk]: src/tests/lib/libc/sys Merge the eventmask[1-6] ATF ptrace(2) te...
christos[src/trunk]: src/usr.bin/make Since ${MAKE} converts $$ -> $ during parsing w...
ozaki-r[src/trunk]: src/sys/net Make sure to hold if_ioctl_lock when calling ifp->if...
maya[src/trunk]: src/sys/ufs/lfs Drop single use macro LFS_BCLEAN_LOG with an inl...
kamil[src/trunk]: src/lib/libc/sys Fix typo in previous (ptrace(2))
jmcneill[src/trunk]: src/sys/arch/arm/fdt Export a psci_fdt_reset function, usable fr...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey drop __P, suggested by sevan
christos[src/trunk]: src/distrib/sets/lists/misc PSD docs for dc
reinoud[src/trunk]: src/sys/arch/usermode Implement cpu_lwp_setprivate(). This remov...
christos[src/trunk]: src/distrib/sets/lists/base add bsd.hostinit.mk
ozaki-r[src/trunk]: src/sys/netinet6 Avoid NULL pointer dereference on imm->i6mm_maddr
christos[src/trunk]: src/share/man/man8/man8.x86 remove extra /
msaitoh[src/trunk]: src/sys/dev/pci Sort & indent. No functional change.
uwe[src/trunk]: src/sys/ddb Add missing $NetBSD$ comment at the beginning.
mrg[src/trunk]: src/external use FIRMWAREDIR instead of hard coded /libdata/firm...
maxv[src/trunk]: src/sys/netipsec Add a comment and a KASSERT. I remember wonderi...
scole[src/trunk]: src/sys/arch/ia64/include Add more funcs from FreeBSD
sevan[src/trunk]: src/sys/arch/hpc/stand/hpcboot/res Update the label text using A...
nonaka[src/trunk]: src/external/gpl2/gmake/dist/glob gmake: __alloca and __stat are...
christos[src/trunk]: src/sys/netipsec PR/52150: Ryota Ozaki: ipsec: kernel panic on a...
jdolecek[src/trunk]: src/sys/dev/raidframe rf_get_component_caches(): remove useless ...
maxv[src/trunk]: src/sys/dev/ic Use m_remove_pkthdr() instead of "&= ~M_PKTHDR", ...
macallan[src/trunk]: src/sys/dev/pci explicitly turn off tiling translation - now sof...
abhinav[src/trunk]: src/share/dict Add `preexist'
kamil[src/trunk]: src/tests/kernel Merge kernel/t_ptrace_wait with kernel/arch/amd...
pgoyette[src/trunk]: src/share/man/man9 Add man-page links for new module_* accessor ...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Remove dead code, and style.
macallan[src/trunk]: src/sys/dev/usb regen
pgoyette[src/trunk]: src/share/man/man4 Fix a typo in the example properties
christos[src/trunk]: src/sys/arch/ia64/stand/ia64/efi move vers.c evaluation before w...
kamil[src/trunk]: src/sys/kern Revert previous.
christos[src/trunk]: src/usr.bin/mail Remove Mail
ozaki-r[src/trunk]: src/sys/netinet6 Improve atomicity of in6_leavegroup and in6_del...
martin[src/trunk]: src/usr.bin/kdump Use proper forward declaration for kmutex_t. T...
macallan[src/trunk]: src/sys/arch/macppc/conf add config for SMP G5 kernels
phil[src/trunk]: src/external/bsd/bc Add Phil Nelson's bc version nb1.0
nat[src/trunk]: src/sys/dev Exclude mixer channels from channel numbering.
sevan[src/trunk]: src/sys/arch/evbarm/conf While KDTRACE_HOOKS is enabled by defau...
kamil[src/trunk]: src/tests/lib/libc/sys Add new ATF ptrace(2) tests: traceme_send...
scole[src/trunk]: src/sys/arch/ia64/include Add ia64_handle_intr() declaration
ozaki-r[src/trunk]: src/sys/net Use psz/psref to hold ifa
jdolecek[src/trunk]: src/sys/dev/pci cap also adapt_nchannels to 1, we only attach one
christos[src/trunk]: src/sys/dev/pci fix printf format.
thorpej[src/trunk]: src Add a 1PPS-over-GPIO driver, originally by Brad Spencer, wit...
ozaki-r[src/trunk]: src/sys/netinet6 Don't hold softnet_lock in mld_timeo
jdolecek[src/trunk]: src/sys/dev/acpi provide intr xname
scole[src/trunk]: src/doc Add ia64 ski emulator hack
jdolecek[src/trunk]: src/sys/dev/raidframe add support for DIOCGCACHE; contrary to DI...
ozaki-r[src/trunk]: src/sys Avoid touching a mbuf after enqueuing it
sevan[src/trunk]: src/sys/arch/hpc/stand/hpcboot/res Replace icon with black NetBS...
maxv[src/trunk]: src/sys/netipsec Apply the previous change in esp_input too, sam...
wiz[src/trunk]: src/share/man/man4 Minor improvements.
wiz[src/trunk]: src/usr.bin/xlint/xlint Whitespace, sort, remove some superfluou...
nat[src/trunk]: src/sys/dev Use play/record gain from last open. Fixes jumping ...
wiz[src/trunk]: src/usr.sbin/ofctl Document -l, -r, and -w, based on input by jm...
christos[src/trunk]: src/distrib/sets/lists/tests add new tests
martin[src/trunk]: src/usr.bin/kdump Backout previous: "typedef void *kmutex_t;
knakahara[src/trunk]: src/sys/opencrypto the processing said "ghastly hacks" is unnece...
christos[src/trunk]: src/sys/arch/amiga/stand/bootblock make this work again.
msaitoh[src/trunk]: src/sys/dev/pci - Fix wm_set_ral():
nat[src/trunk]: src/sys/dev Add mulaw to audio device for auconv_set_converter.
macallan[src/trunk]: src/sys/arch/powerpc add clock speed control for 970MP CPUs
kamil[src/trunk]: src/tests/kernel Extend ATF tests in t_trapsignal.sh to verify s...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgp Correct option "-...
kamil[src/trunk]: src/tests/kernel/arch/x86 Deduplicate shared code in dbregs_pres...
sevan[src/trunk]: src/include Add RCS tag.
christos[src/trunk]: src/sys/miscfs/procfs remove comment.
skrll[src/trunk]: src/sys/dev/pci Fix BCM4727 entry
maxv[src/trunk]: src/sys/netinet6 Remove notyet, we've never had this.
kamil[src/trunk]: src/tests/lib/libc/sys Port the CVE 2018-8897 mitigation to i386...
jakllsch[src/trunk]: src/sys/dev/pci Add Intel 82Q45 IDER
pgoyette[src/trunk]: src/share/man/man7 A couple more minor changes for readability.
hannken[src/trunk]: src/sys/fs Update mtime when updating file size.
kamil[src/trunk]: src/usr.bin/cal After Todd C. Miller[0] - cal(1) first appeared ...
mrg[src/trunk]: src introduce MKFIRMWARE that controls where (most) of the contents
ozaki-r[src/trunk]: src/sys/net Make sure to not change if_hwdl once set
christos[src/trunk]: src/distrib/sets/lists remove Mail
kamil[src/trunk]: src/tests/lib/libc/sys Add new ATF ptrace(2) tests verifying cra...
uwe[src/trunk]: src/share/man/man7 Avoid widowed signal numbers.
kamil[src/trunk]: src/sys/compat/netbsd32 Handle vm.maxaddress in compat_netbsd32(8)
wiz[src/trunk]: src/share/man/man7 Add signal numbers in overview table.
ozaki-r[src/trunk]: src Improve backward compatibility of (fake) routing messages on...
kamil[src/trunk]: src/tests/kernel Optimize signal6 in t_ptrace_wait
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0-beta. Changes f...
abhinav[src/trunk]: src/share/man/man9 Fix couple of typos.
ozaki-r[src/trunk]: src/sys/netinet6 Make a deletion of in6m in nd6_rtrequest atomic
christos[src/trunk]: src/sys/arch/mac68k/mac68k PR/52134: David Binderman: Fix loop b...
maxv[src/trunk]: src/crypto/dist/ipsec-tools Update, after ten years. Importantly...
riastradh[src/trunk]: src/share/misc Add a topical acronym for this week: GDPR.
kamil[src/trunk]: src/tests/kernel Handle FPE and BUS scenarios in the ATF t_traps...
abhinav[src/trunk]: src/lib/libc/sys Remov comma from the last Nm entry
maxv[src/trunk]: src/sys/arch/x86/x86 Don't forget to flush the xpq queue, otherw...
scole[src/trunk]: src/sys/arch/ia64/include Make restorectx() and swapctx() match ...
uwe[src/trunk]: src/etc/defaults Provide resize_disklabel=NO default. Used by a...
jdolecek[src/trunk]: src/sys expose disk device FUA/DPO support via DIOCGCACHE, and a...
sevan[src/trunk]: src/sys Revert change to allow builds to continue until the miss...
ozaki-r[src/trunk]: src/distrib/sets/lists/tests Add t_ping_opts
ozaki-r[src/trunk]: src/tests/net/net Add test cases for ping options
nat[src/trunk]: src/sys/dev Fix channel assignment for multiple channels.
maxv[src/trunk]: src/sys/netipsec Constify ipseczeroes, and remove one use of it.
knakahara[src/trunk]: src/sys/net fix potentially use after free between "ifconfig l2t...
kamil[src/trunk]: src/doc Update TODO.ptrace
macallan[src/trunk]: src/sys/dev/wscons don't forget to store bounds rectangle in raw...
macallan[src/trunk]: src/sys/arch/macppc/conf enable SMP, remove some ADB-only comments
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/libipsec drop __P, suggested by ...
pgoyette[src/trunk]: src/distrib/sets/lists/comp Add new module(9) links to the sets ...
maxv[src/trunk]: src/sys/dev/pci Fix M_PKTHDR use in if_alc, if_age and if_ena.
christos[src/trunk]: src/sys/arch/sparc/stand/boot move .for generated rules after OB...
christos[src/trunk]: src/usr.bin/dc build fixes.
kim[src/trunk]: src/etc Make precedence between {cat, man}[39]{, lua} logical:
hannken[src/trunk]: src/sys/kern Add flag VRELEL_FORCE_RELE to vrelel() to force rel...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Use strict prototypes, wh...
maya[src/trunk]: src/sys/ufs/lfs Keep on holding lfs_lock when calling cv_broadcast
martin[src/trunk]: src/sys/arch/sparc/sparc Add KASSERTs to catch access to NULL OF...
christos[src/trunk]: src/tests/lib/libc/sys alloca, bad; stack protector, good.
maxv[src/trunk]: src/sys/arch/x86/x86 Reorder and rename, to make the code less S...
msaitoh[src/trunk]: src/sys/dev/pci Add some Marvell Yukon devices.
nakayama[src/trunk]: src/sys/dev/usb Change aprint_error_dev to aprint_normal_dev for...
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Do not use random da...
thorpej[src/trunk]: src Add support for light sensors that report Illuminance in lux.
abhinav[src/trunk]: src/share/man/man9 Add extent_alloc1 and extent_alloc_subregion1...
maxv[src/trunk]: src/sys/arch Merge convert_xmm_s87.c into fpu.c. It contains onl...
maya[src/trunk]: src/sys/ufs/lfs remove deprecated comment (and move it below ass...
kamil[src/trunk]: src/tests/lib/libc/sys Refactor the attach[1-8] and race1 ATF t_...
maxv[src/trunk]: src/sys/netinet Remove the non-IKE part of the computation, too.
kamil[src/trunk]: src Remove tests/kernel/t_ptrace* from the tree
skrll[src/trunk]: src/sys/dev/pci regen
tsutsui[src/trunk]: src/sys/arch/hp300/dev Send break signal to reset keyboard state...
dholland[src/trunk]: src/games/fortune/datfiles add somethign
scole[src/trunk]: src/sys/arch/ia64/include Add more defs from FreeBSD
kamil[src/trunk]: src/tests/lib/libc/sys Extend traceme_vfork_breakpoint in ATF pt...
ozaki-r[src/trunk]: src/sys/net Fix ifdef; care about a case w/ INET6 and w/o INET
kamil[src/trunk]: src/tests/lib/libc/sys Refactor the PT_WRITE*/PT_READ* and PIOD_...
kamil[src/trunk]: src/sys/kern Simplify comparison of two processes
sevan[src/trunk]: src/sys/arch/zaurus/conf Drop NOPORTALGO option which was introd...
jdolecek[src/trunk]: src/sys/dev/isa fix off-by-one in the mapping of the ISA DMA pag...
mrg[src/trunk]: src make 'clean' and/or 'cleandir' actually clean all the things.
christos[src/trunk]: src/external/mpl/dhcp/dist/common PR/50893: Bruce Lilly: Handle ...
joerg[src/trunk]: src/external/gpl3/gcc/usr.bin Honor HOST_CXX.
christos[src/trunk]: src/external/bsd/blacklist/bin One more possible star.
macallan[src/trunk]: src/sys/arch/powerpc copy HID1 from the boot CPU to secondary CP...
ozaki-r[src/trunk]: src/sys Don't use a single global variable to store source route...
abhinav[src/trunk]: src/share/man/man9 Use Xr instead of Fn to reference splsched(9)
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that SR-IOV's system page size was dou...
kamil[src/trunk]: src/tests/kernel Set timeout expected in resume1 (t_ptrace_wait*)
ozaki-r[src/trunk]: src/sys Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer...
pgoyette[src/trunk]: src/tests/lib/libc/sys Rather than ghecking system global state ...
martin[src/trunk]: src/sys/dev/pci Duh, remove accidently left over debug printfs
maxv[src/trunk]: src/lib/libipsec Disable draft_00 in racoon, discussed on tech-n...
christos[src/trunk]: src/gnu/usr.bin Don't descend into dc
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Rename the entry points of the ...
kamil[src/trunk]: src/tests/kernel Mark PT_STEP tests in t_ptrace_wait* as broken ...
maya[src/trunk]: src/sys/ufs/lfs don't guard lfs_reshash with splbio, lfs_lock is...
kamil[src/trunk]: src/doc ptrace(2): Add operations to single step specified threads:
kamil[src/trunk]: src/tests/kernel Add new ATF test: t_trapsignal:trap_ignore
jdolecek[src/trunk]: src/sys/arch/ia64/ia64 Don't use uvm_emap_size, emap was removed
scole[src/trunk]: src/sys/arch/ia64/ia64 Convert cpu_switchto() from assembly to C...
martin[src/trunk]: src/sys/arch/sparc64/dev Do not call OF_getprop on our node blin...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add hw.ixgN.debug sysctl. "sysctl -w hw.ix...
jmcneill[src/trunk]: src/sys Rename COM_TYPE_SUNXI -> COM_TYPE_DW_APB
sevan[src/trunk]: src/sys/arch/evbarm/conf Add a heading to describe the class of ...
knakahara[src/trunk]: src/sys/net fix atf failed.
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib No longer hard-code ...
christos[src/trunk]: src/etc put also MAKEFILES in the MKREPRO section since they var...
dholland[src/trunk]: src/sys/compat Return value pointers should be the last argument.
ozaki-r[src/trunk]: src Drop RTF_UP from a routing message of a deleted ARP/NDP entry
ginsbach[src/trunk]: src/share/misc Add M&O, ROM, and SWOT
maxv[src/trunk]: src Drop support for 586 PMCs; the detection is broken, and I'm ...
dholland[src/trunk]: src/sys/compat/linux/common speed limit 80
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/libipsec fix -Wdiscarded-qualifiers
kamil[src/trunk]: src/tests/kernel Explain expected behavior for PTRACE_FORK event...
jmcneill[src/trunk]: src/etc/rc.d Silence ssh-keygen output when host keys are genera...
chs[src/trunk]: src/external/cddl/osnet add some new files missed by my script:
mrg[src/trunk]: src/sys/external/bsd/drm2/nouveau disable drm2 on modern nouveau...
maxv[src/trunk]: src/sys/netinet6 Remove dead code, we don't care.
chs[src/trunk]: src/sys allow tmpfs files to be larger than 4GB.
martin[src/trunk]: src/tests/lib/libc/sys PR port-amd64/53316: two int don't make a...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Enable TX multiqueue by default on both ix...
kre[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Build fix atte...
maya[src/trunk]: src/sys/ufs/lfs switch lfs_dirops to condvar (from mtsleep)
maxv[src/trunk]: src Remove support for non-IKE markers in the kernel. Discussed ...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto rename {MD5, HMAC} ...
christos[src/trunk]: src/lib/libc Add cross references to the openssl man pages.
ozaki-r[src/trunk]: src/sys/netinet6 Move LIST_REMOVE
kamil[src/trunk]: src/distrib/sets/lists/man Fix build with MKCATPAGES=yes
skrll[src/trunk]: src/sys/arch/mips/cavium Indentation
kamil[src/trunk]: src/usr.bin/gcore Remove the BUGS section from gcore(1) - issues...
abhinav[src/trunk]: src/doc Sqlite 3.18.0 is out.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
abhinav[src/trunk]: src/external/bsd/ntp/bin/ntpd Remove duplicated NAME section
kamil[src/trunk]: src/external/bsd/top/dist/machine Fix read of unitialized array ...
sevan[src/trunk]: src/share/misc Sync with r316082 from FreeBSD
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that non-GMII devices don't send a rou...
maxv[src/trunk]: src/sys Rename
kamil[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Disable stack-protector for ...
jdolecek[src/trunk]: src/sys/kern optionally use FUA instead of full cache sync, and ...
kamil[src/trunk]: src/external/bsd/dhcpcd/dist/src Try to fix build of dhcpcd (bpf...
christos[src/trunk]: src/share/mk Be more selective about remapping object directorie...
pgoyette[src/trunk]: src/distrib/sets/lists/comp Add entries for ubc_purge(9) and ubc...
kamil[src/trunk]: src/lib/libc/sys Correction in ptrace(2) about operations that e...
scole[src/trunk]: src/sys/arch/ia64/include Add VM_INIT_KERNEL_ADDRESS from FreeBSD
dholland[src/trunk]: src/sys/miscfs/genfs Clarify meaning of "glocked" argument of ge...
ozaki-r[src/trunk]: src/sys/dev/pci Don't write to read-only VIRTIO_NET_S_LINK_UP bit
ozaki-r[src/trunk]: src/sys/net Remove extra semicolon
maxv[src/trunk]: src/sys/arch/amd64/stand/prekern Hide a bunch of local symbols.
martin[src/trunk]: src/sys PR kern/52117: move stop code for debuged children after...
abhinav[src/trunk]: src/lib/libutil Add getdiskcookedname to the NAME section
kamil[src/trunk]: src/tests/kernel Mark fork1 and siginfo5 as broken on sparc, spa...
christos[src/trunk]: src/usr.sbin/crash fix syntax
wiz[src/trunk]: src/share/man/man4 End sentence with a dot.
christos[src/trunk]: src/bin/sh Don't trash the logical $PWD if a component is a syml...
macallan[src/trunk]: src/sys/dev/pci another G5-specific fix - do a 32bit read of the...
wiz[src/trunk]: src/share/man/man5 More markup.
hannken[src/trunk]: src/sys/fs/tmpfs Protect tmpfs_getpages() against reclaiming vno...
knakahara[src/trunk]: src/sys remove duplicated validation. That is already done in l2...
pgoyette[src/trunk]: src/share/man/man9 Oooppsss - the MLINK for splbio.9 was already...
christos[src/trunk]: src/share/mk Also substitute ${X11SRCDIR} for the random seed fo...
abhinav[src/trunk]: src Add MLINKS for extent_alloc1(9) and extent_alloc_subregion1(9).
jmcneill[src/trunk]: src/sys Rename sunxi_com to dw_apb_uart and move it to dev/fdt s...
chs[src/trunk]: src merge a new version of the CDDL dtrace and ZFS code.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use a bitmap-based allocator, will be e...
wiz[src/trunk]: src/usr.bin/cal Remove superfluous Pp.
ozaki-r[src/trunk]: src/sys/net Make sure to remove all AF_LINK addresses in if_detach
christos[src/trunk]: src/external/bsd/blacklist/bin handle '*' entries in rules.
ryoon[src/trunk]: src/sys/dev/pckbport Remove double and trailing whitespaces
christos[src/trunk]: src - Introduce :q modifier for make variables and make it doubl...
kamil[src/trunk]: src/share/man/man5 Update core(5) with current reality
kre[src/trunk]: src/external/cddl/osnet/sys/sys Avoid duplicate typedefs so thes...
christos[src/trunk]: src/sys/miscfs/procfs add an auxv node.
khorben[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Avoid some type casts
roy[src/trunk]: src/external/bsd/dhcpcd/libexec/dhcpcd-hooks Fix building 50-ypbind
macallan[src/trunk]: src/sys/arch/macppc/dev support I2C bus and direct config of sla...
pgoyette[src/trunk]: src/share/man/man9 Bump date for previous.
scole[src/trunk]: src/sys/arch/ia64/ia64 Add more cpus to identify, from FreeBSD
flxd[src/trunk]: src/etc/etc.vax Add GENERIC_USB to vax kernel sets, but not to s...
ozaki-r[src/trunk]: src/sys/netinet Commit a forgotten change for "Prepare netipsec ...
ozaki-r[src/trunk]: src/sys Ensure to call if_register after interface initializatio...
ozaki-r[src/trunk]: src Fix usage of routing messages on arp -d and ndp -d
jdolecek[src/trunk]: src/sys/modules add vioscsi to the list (disabled)
ozaki-r[src/trunk]: src/sys/netinet6 Fix usage of ip6_get_membership
abhinav[src/trunk]: src/share/man/man9 Use Xr to refer uiomove(9) and kcopy(9)
msaitoh[src/trunk]: src/sys/net Print "NET_MPSAFE enabled" if it's enabled.
ozaki-r[src/trunk]: src/sys/net Relax a lock check in if_mcast_op unless NET_MPSAFE
christos[src/trunk]: src/usr.sbin/ndp PR/53371: Thomas Barabosch: Potential memory le...
maya[src/trunk]: src/sys/ufs/lfs don't guard lfs_sbactive or lfs_log with splbio, ...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist Increase strictness of blac...
maxv[src/trunk]: src/sys/arch/x86 Mitigation for SpectreV4, based on SSBD. The fo...
jdolecek[src/trunk]: src/sys/uvm uvm_pageactivate() needs to be called _after_ code i...
sevan[src/trunk]: src/sys/arch/arm/include Fix rcs tag.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Call IFQ_SET_MAXLEN() even if TX multiqueu...
scole[src/trunk]: src/sys/arch/ia64/ia64 Add vmparam.h include
christos[src/trunk]: src/sys/arch/acorn32/stand Put back KLINK_MACHINE
ozaki-r[src/trunk]: src/sys/netinet6 Avoid double LIST_REMOVE which corrupts lists
chs[src/trunk]: src/external/cddl/osnet/dist import new CDDL dtrace and ZFS code...
christos[src/trunk]: src/external/bsd/bc/dist Add missign % (yyerror argument is a pr...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Sync
kamil[src/trunk]: src/tests/lib/libc/sys Try to fool $CC harder in ATF ptrace(2) t...
maxv[src/trunk]: src/sys/netipsec Adapt rev1.75, suggested by Alexander Bluhm. Re...
maxv[src/trunk]: src/sys/net Replace KASSERT by m_pullup. While the ethernet head...
wiz[src/trunk]: src/share/man/man9 File system police.
thorpej[src/trunk]: src/sys/dev/gpio Fix a paste-o that prevented the 2-pin interrup...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 Add miss...
reinoud[src/trunk]: src/sys/arch/usermode Revert to working state
khorben[src/trunk]: src/sys/dev/usb Avoid parentheses in return statements (KNF)
khorben[src/trunk]: src/sys/dev/usb Allow kmem_alloc(9) to sleep when attaching
snj[src/trunk]: src/external/mit/xorg/lib/freetype - remove duplicate ftpfr.c fr...
hannken[src/trunk]: src/sys/compat/ultrix Switch ultrix_sys_getmnt() to mountlist it...
maxv[src/trunk]: src/doc SpectreV4, backports in NetBSD-8, no XSAVEOPT
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Add dhcpcd-embedded.h to DPS...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic undo debug code
snj[src/trunk]: src/external/mit/xorg/lib/freetype/freetype/cache prune unused-f...
kamil[src/trunk]: src/bin/expr Detect properly overflow in expr(1) for 0 + INT
martin[src/trunk]: src/sys/dev/ata Whitespace
kamil[src/trunk]: src/bin/ksh ksh: Remove symbol clash with libc
msaitoh[src/trunk]: src/sys/dev/pci Add forgotten BGE_EVCNT_INCR() for spurious inte...
sevan[src/trunk]: src/share/misc Add POWER/PowerPC/PPC.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic enable ATAPI on mvsata(4); it seems to wor...
jdolecek[src/trunk]: src/sys/dev/scsipi execute the cache page MODE SENSE with XS_CTL...
christos[src/trunk]: src/external/cddl/osnet/dev/dtrace/amd64 remove <sys/proc.h> don...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata MVSATA_WITHOUTDMA seems to work fine
wiz[src/trunk]: src/external/bsd/cron/dist Fix Dd argument. Remove unnecessary w...
christos[src/trunk]: src/external/cddl/osnet/dist/uts/common/sys add <sys/proc.h> bec...
christos[src/trunk]: src/external/cddl/osnet/sys/sys don't include <sys/proc.h>
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata note the QEMU bug
christos[src/trunk]: src/lib/libedit Provide more compatibility with readline headers...
rin[src/trunk]: src/external/bsd/nvi/dist Make sure that every wide char occupie...
chs[src/trunk]: src/sys/uvm add missing boilerplate for UVMHIST.
christos[src/trunk]: src/external/gpl3/gcc/lib/libubsan Add libstdc++ again; needed for:
christos[src/trunk]: src/external/cddl/osnet/dev/dtrace/i386 better to put this (<sys...
wiz[src/trunk]: src/share/man/man9 Whitespace fixes.
christos[src/trunk]: src/sys/arch/mips/conf use the compiler way of passing arguments...
kamil[src/trunk]: src Add new documentation for klua_mod_register(9) and klua_lock(9)
christos[src/trunk]: src/share/mk Move the RELRO and the SANITIZER stuff outside of t...
jakllsch[src/jdolecek-ncq]: src/sys/dev Add NCQ support to siisata(4).
ozaki-r[src/trunk]: src/sys/opencrypto Fix usage of MD5Final/SHA1Final
uwe[src/trunk]: src/sys/dev/wscons wsevent_copyout_events50 - don't leak garbage...
kamil[src/trunk]: src/sys/dev/pci Enhance the syntax in order to be acceptable by ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata remove ata_queue_get_active_xfer() KASSER...
jakllsch[src/trunk]: src/share/man/man4 make note of new 'virtio at fdt' attachment
jdolecek[src/trunk]: src/sys/dev/pci revert rev. 1.29 'Only tick mii if the phy had a...
christos[src/trunk]: src/usr.sbin/makefs leave the size alone and set the create_size...
wiz[src/trunk]: src/share/man/man9 Whitespace nit.
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Build logerr support.
jdolecek[src/jdolecek-ncq]: src/sys/arch/atari pass ata channel interlock to st_dmagr...
martin[src/trunk]: src/usr.sbin/sysinst Add an option to install onto a pre-configu...
yamaguchi[src/trunk]: src/sys/net Replace macros related to multicast address with inl...
ozaki-r[src/trunk]: src Rumpify netipsec
jmcneill[src/trunk]: src/distrib/utils/embedded/conf tegra: set loadaddr to 0x9000000...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic use satafis routine to build the command b...
christos[src/trunk]: src/external/bsd/blacklist Explain a bit more how to examine the...
maxv[src/trunk]: src/sys Remove KAUTH_MACHDEP_X86PMC, now unused.
hannken[src/trunk]: src/sys/miscfs/procfs Switch procfs_domounts() to mountlist iter...
sevan[src/trunk]: src/share/man/man3lua Cross reference the manuals for listed mod...
abhinav[src/trunk]: src/bin/sh Fix mandoc -Tlint warnings:
macallan[src/trunk]: src/sys/arch/macppc/conf set options ADBKBD_EMUL_USB by default
wiz[src/trunk]: src/share/man/man4 Sort errors. Use \(em.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata one down
jmcneill[src/trunk]: src/sys/arch Add support for QEMU ARM Virtual Machine ("virt").
thorpej[src/trunk]: src/sys/arch/arm/broadcom A minimal change to prevent the Raspbe...
kamil[src/trunk]: src/external/gpl2/grep/dist/lib Avoid Undefind Behavior in DEFAU...
yamaguchi[src/trunk]: src/sys Add the lock to refer the list included in ethercom for ...
maxv[src/trunk]: src/sys/arch/i386/i386 Eager FPU on i386.
riastradh[src/trunk]: src/share/man/man9 B_DELWRI got renamed BO_DELWRI ages ago.
ozaki-r[src/trunk]: src Add tests for ipsec
jdolecek[src/jdolecek-ncq]: src/sys/dev adjust ata code to support more than one acti...
eadler[src/trunk]: src/sys/dev/usb usbdevs: misc updates from FreeBSD
jakllsch[src/trunk]: src/sys/arch/arm/fdt more completely gic_fdt_disestablish() such...
christos[src/trunk]: src/doc new ntpd
christos[src/trunk]: src/tools/compat Move the typedefs before the header inclusions ...
pgoyette[src/trunk]: src/share/man/man9 Finish documenting the new modules(9) interfa...
sjg[src/trunk]: src/usr.bin/make Str_Match: allow [^a-z] to behave as expected.
christos[src/trunk]: src/sbin/newfs_msdos Use the create_size if given to compute the...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata atastart() rechecked - it's okay to call ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic add macro for getting the slot from contex...
thorpej[src/trunk]: src/sys/dev/i2c Adjust come defaults:
jdolecek[src/jdolecek-ncq]: src/sys/dev pass also ata_command via ata_xfer, callers o...
ryoon[src/trunk]: src/sys/dev/pckbport Enable Synaptics multifinger capability (Ex...
christos[src/trunk]: src/external/public-domain/xz/lib Don't warn about undefined sym...
ozaki-r[src/trunk]: src Retire fast_ipsec.4
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Hide debug messages with TEGRA_XUSBPAD_D...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Make tegra_mc_intr static to match proto...
christos[src/trunk]: src/sys/arch/i386/conf Disable RELRO/SANITIZER
kamil[src/trunk]: src/sys/dev/pci/ixgbe Comment out unused functions in order to f...
knakahara[src/trunk]: src/sys/arch/x86/pci disable msi/msix when the system doesn't de...
hannken[src/trunk]: src/sys/kern Switch vfs_getvfs(), dounmount() and vfs_mountroot(...
abhinav[src/trunk]: src/sbin/mount_ntfs Use Xr instead of Fn to refer readdir(3)
kamil[src/trunk]: src Fix the MKGROFF=no MKCXX=yes build
jakllsch[src/trunk]: src/sys/kern Make identification of accounted aprint_error()s po...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata restore the atac_claim_hw and atac_free_h...
jdolecek[src/jdolecek-ncq]: src/sys/dev two last forgotten on-stack xfers replaced wi...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata ATAPI on siisata(4), ahcisata(4) tested
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic remove left-over curly brace
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic do not do the drive reset on non-fatal rec...
hannken[src/trunk]: src/sys Add an iterator over the currently mounted file systems.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix inverted logic for calling atastart()
christos[src/trunk]: src/sys/kern use opt_kmem.h for the KMEM_ variables.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata make compile without NATA_DMA
macallan[src/trunk]: src/sys/dev/pci make this work on rv350 chips found in last gene...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic move mvsata_bio(), mvsata_exec_command() a...
kamil[src/trunk]: src/tests/bin/expr Add 2 new expr(1) ATF tests
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Revert "use len=0 for max length transfer...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata some more notes for dump on unopened devi...
christos[src/trunk]: src/sys/arch/amd64/stand/prekern Disable MKSANITIZER
nat[src/trunk]: src/sys/dev Insert silence into the mix ring if there is no audi...
jmcneill[src/trunk]: src/sys/arch/arm/dts Add extra sun50i-a64 nodes to SoPine Basebo...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic adjust code to be closer to HEAD to it's e...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic need to explicitely call siisata_timeout()...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata remove ahci timeouts, fixed by Jonathan
maxv[src/trunk]: src/sys/dev/ic Constify ug2_mb[], so that it lands in .rodata.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata explicitly do not try to activate any fur...
maya[src/trunk]: src/share/i18n/esdb/ISO-8859 Add more aliases for Hebrew and Ara...
jdolecek[src/jdolecek-ncq]: src/sys/dev change ata_queue_hwslot_to_xfer() and ata_que...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic whitespace
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic use MVSATA_EDMAQ_LEN instead of magic numb...
ozaki-r[src/trunk]: src/tests/net/ipsec Mark tests of tunnel/AH/IPv6 as expected fai...
jdolecek[src/jdolecek-ncq]: src/sys/dev fix dump for siisata(4) to work - need to cal...
gson[src/trunk]: src/share/man/man9 Remove stray space to unbreak build
christos[src/trunk]: src/sys/arch/i386/conf No need for NORELRO here.
kamil[src/trunk]: src/external/cddl/osnet/dev/systrace Correct compilation of osne...
eadler[src/trunk]: src/external/bsd/top/dist top(1): revert 1.11
wiz[src/trunk]: src/doc gcc-8.1 is out.
yamaguchi[src/trunk]: src/tests/net/if_vlan Update the error message in t_vlan (ENXIO ...
kamil[src/trunk]: src/sbin/ifconfig Correct Undefined Behavior in ifconfig(8)
christos[src/trunk]: src use SUBDIR.roff suggested by uwe@
msaitoh[src/trunk]: src/sys/dev/pci - Read chip ID correctly on BCM57782 and BCM57786.
christos[src/trunk]: src/sys/sys make his freestanding.
jakllsch[src/trunk]: src/sys/arch/arm/fdt Bump PIC_MAXSOURCES to 352.
christos[src/trunk]: src/external/gpl3/gcc/lib don't depend on libstdc++
christos[src/trunk]: src/share/mk include bsd.hostinit.mk instead of bsd.init.mk
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Replace early init node name list with a...
chs[src/trunk]: src/external/cddl/osnet/sys/sys tweak the osnet compat headers t...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic make compile without AHCI_DEBUG
jakllsch[src/trunk]: src/sys/arch/arm/fdt Add "arm, arm-v7" to compatible strings.
ozaki-r[src/trunk]: src/sys/netipsec Make sure a sav is inserted to a sah list after...
maxv[src/trunk]: src/sys/net/npf Rewrite npf_fetch_tcpopts:
riastradh[src/trunk]: src/sys regen
jmcneill[src/trunk]: src/distrib/utils/embedded/files Grow the MBR partition table en...
thorpej[src/trunk]: src/sys/arch Revert changes that pinned-down i2c parent specs. ...
mrg[src/trunk]: src/usr.bin/man move 'utsname' to the main() function scope, so ...
hannken[src/trunk]: src/sys/compat/ndis Switch NdisOpenFile() to mountlist iterator.
christos[src/trunk]: src/sys/netipsec cosmetic fixes:
kamil[src/trunk]: src/doc Document new additions to ptrace(2) in doc/CHANGES
pgoyette[src/trunk]: src/share/man/man9 Also add new entries in the .Nm list, and upd...
uwe[src/trunk]: src/sys timespec_to_timespec50 - don't leak kernel memory in str...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.5a
kamil[src/trunk]: src/external/cddl/osnet/usr.sbin/dtrace Make cddl/osnet/usr.sbin...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Sync
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata ata subsystem needs more work before wd(4...
jmcneill[src/trunk]: src/sys/dev/ic Add VERID reg bits
christos[src/trunk]: src/external/cddl/osnet/sys/sys - Remove more extraneous include...
jakllsch[src/trunk]: src/sys/dev/pci remove trailing whitespace
maya[src/trunk]: src/tests/lib/libm Test and clear exception around scalbn calls.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata hide active_xfer from drivers
christos[src/trunk]: src/distrib/sets/lists/misc add more dc, sort
roy[src/trunk]: src/usr.sbin/rtadvd Use RO_MSGFILTER.
riastradh[src/trunk]: src/tests/fs/union Mark expected failures as such.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata use AT_LBA48 flag for the READ LOG EXT - ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic adjust error recovery to similar shape as ...
pgoyette[src/trunk]: src/share/man/man9 Bump date for previous changes
kamil[src/trunk]: src/lib/libc/sys Document PT_SET_SIGINFO and PT_GET_SIGINFO in p...
maya[src/trunk]: src/share/man/man9 Bump date for previous.
ozaki-r[src/trunk]: src/tests/net/ipsec Revert "Mark tests of tunnel/AH/IPv6 as expe...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata put back reset of retry count to 0 when s...
christos[src/trunk]: src/usr.bin/kdump - instead of hard-coding the include paths in ...
kamil[src/trunk]: src/external/gpl2/grep/dist/src Prevent Undefined Behavior in sh...
christos[src/trunk]: src/usr.sbin/sysinst/arch/i386 add missing brace.
msaitoh[src/trunk]: src/sys/dev/pci Remove extra tabs. No functional change.
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_clock_byname, which can be used by cl...
christos[src/trunk]: src/sys/netipsec PR/52161: Ryota Ozaki: Fix AH tunnel ipsec for ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata doesn't seem the freeze/thaw in error rec...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata ata_free_xfer() must be called with lock ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata hold channel lock for ata_exec_xfer() and...
riastradh[src/trunk]: src/sys Eliminate now-unused WILLUNLOCK vop flag.
maya[src/trunk]: src/tools/compat Revert my previous config test inclusion for u_...
jdolecek[src/jdolecek-ncq]: src/sys/dev remove ata queue downsizing - every device, a...
jnemeth[src/trunk]: src/usr.bin/calendar/calendars Update calendar files for the upc...
jmcneill[src/trunk]: src/sys/dev/fdt If clock-output-names is specified, use it for t...
jakllsch[src/trunk]: src/sys/arch/evbarm/conf ... -mcpu=armv7-a is actually spelled -...
christos[src/trunk]: src/sys/netipsec change into __func__
jakllsch[src/trunk]: src/sys fix up virtio module for current structure; add virtio_p...
jdolecek[src/jdolecek-ncq]: src/sys/dev attend error paths, more strict asserts and c...
maxv[src/trunk]: src/sys/dev/pci Constify ahc_pci_ident_table[] so that it lands ...
riastradh[src/trunk]: src/sys/kern Simplify: eliminate a now-needless unlock/lock cycle.
christos[src/trunk]: src/sys/arch/xen/conf disable sanitizers and relro
jmcneill[src/trunk]: src/distrib/utils/embedded Improvements and fixes for FAT+FFS im...
rjs[src/trunk]: src Add missing xcb files to build.
jmcneill[src/trunk]: src/distrib/utils/embedded Now that FAT+FFS images include the B...
reinoud[src/trunk]: src/sys/arch/usermode/usermode Prevent nested SIGIOs ruining the...
christos[src/trunk]: src/sys/arch/i386/stand - Disable MKSANITIZER
jakllsch[src/trunk]: src/sys/arch/evbarm/virt fix xputc FIFO address for virt platform
martin[src/trunk]: src/sys/dev/usb regen
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata make PMP working great again
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic make compile without MVSATA_DEBUG
jdolecek[src/trunk]: src/sys/dev/pci actually recognize the Yukon 2 variants up to SK...
christos[src/trunk]: src/sbin/sysctl say ipsec stats are viewable with netstat.
sevan[src/trunk]: src/sys/dev/usb regen
hannken[src/trunk]: src/sys/kern Switch vfs_vnode_lock_print() and printlockedvnodes...
reinoud[src/trunk]: src/sys/arch/usermode/dev Its a hack, but make sure the pages ar...
jdolecek[src/jdolecek-ncq]: src/sys/arch/amiga/dev need <sys/param.h> for DEV_BSIZE n...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata update to note remaining work
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic make ahci_channel_recover() non-static, so...
christos[src/trunk]: src/sys/compat/common use the standard rules, instead of rolling...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia get cpu pll clock from devicetree
hannken[src/trunk]: src/sys/compat/netbsd32 Switch compat_20_netbsd32_getfsstat() to...
kamil[src/trunk]: src/sys/modules/examples Build without installation example lua ...
christos[src/trunk]: src/external/cddl/osnet/sys/sys The native mutex.h has a userlan...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata change wd_standby() to remove the ata_cha...
msaitoh[src/trunk]: src/sys/dev/pci s/regisrer/register/. No functional change.
jdolecek[src/trunk]: src/sys/dev/pci add two more Yukon variants (from OpenBSD)
yamaguchi[src/trunk]: src/sys/net Fix to check whether the address has been added befo...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata by default make the chaos monkey do nothi...
ozaki-r[src/trunk]: src/sys/net vlan: call ether_ifdetach without IFNET_LOCK
jdolecek[src/jdolecek-ncq]: src/sys/dev add NCQ error recovery for mvsata(4)
skrll[src/trunk]: src/sys/arch/arm/arm32 No need for '\n' in UVMHIST_LOG
kamil[src/trunk]: src/sys/modules/dtrace Restrict -Wno-discarded-qualifiers in sys...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Only route USB ports to XHCI controller ...
pgoyette[src/trunk]: src/distrib/sets/lists/comp Fix names of module_{, un}register_ca...
jdolecek[src/trunk]: src/sys/dev/pci port basic match support for several more Yukon ...
jdolecek[src/trunk]: src/sys/arch/amd64/conf uncomment ena(4) now that it compiles; e...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic when reducing DELAY(), it's necessary to a...
kamil[src/trunk]: src/sys/modules/dtrace/dtrace Restrict -Wno-unused-but-set-varia...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Add GPU gating clock
jdolecek[src/jdolecek-ncq]: src/sys/arch use ata_queue_alloc() to dynamically allocat...
christos[src/trunk]: src/usr.sbin/route6d PR/53365: Thomas Barabosch: memory leak in ...
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot Remove unused include.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Set SDHC_FLAG_NO_HS_BIT for Tegra sdhc. ...
kamil[src/trunk]: src/sys/modules/dtrace/linux_syscall Really disable unsupported ...
reinoud[src/trunk]: src/sys/arch/usermode/dev Split out error reporting and make it ...
uwe[src/trunk]: src/sys/arch/powerpc/oea Fix fmttab value for L2CR_L2PE (parity ...
maxv[src/trunk]: src/sys/arch/x86/pci Constify lpcib_devices[] so that it lands i...
ozaki-r[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey Fix parsing ah without a key
roy[src/trunk]: src/sys Separate receive socket errors from general socket errors.
flxd[src/trunk]: src/sys/arch/i386/conf Add wsmux so wsconsctl will not fail when...
christos[src/trunk]: src/external/cddl/osnet/sys/sys Add a blurb of a general approac...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic adjust error handling in interrupt handler...
jakllsch[src/trunk]: src/sys/arch/evbarm/conf 'virt' platform adjustments:
jdolecek[src/jdolecek-ncq]: src/sys/dev add ata_channel lock, use it to protect queue...
hannken[src/trunk]: src/sys/kern Switch do_sys_sync() and do_sys_getvfsstat() to mou...
roy[src/trunk]: src Use RO_MSGFILTER.
jdolecek[src/trunk]: src/sys/dev/pci fix whitespace
nat[src/trunk]: src/sys/dev Increase the priority of the mixing thread yet again.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata introduce ATA_BSIZE and use it instead of...
maya[src/trunk]: src/sys/arch/powerpc/oea inline HAVE_64BIT_HID0 and remove macro...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ata Add a few more NCQ branch action items.
roy[src/trunk]: src Use RO_MSGFILTER.
riastradh[src/trunk]: src/sys regen to confirm no functional change
wiz[src/trunk]: src/share/mk Fix MKFIRMWARE description.
christos[src/trunk]: src/external/gpl3/gcc/lib/libubsan use LIBISCXX = yes, instead o...
kamil[src/trunk]: src/external/cddl/osnet/dev/profile Correct compilation of osnet...
knakahara[src/trunk]: src/sys/net l2tp(4) support when hashinit() cannot allocate requ...
christos[src/trunk]: src/lib/libc/gen Fix out of bounds read for very large numbers (...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix condition for switching to kernel thre...
thorpej[src/trunk]: src/sys/arch/x86/x86 In device_register(), if the device is an "...
reinoud[src/trunk]: src/sys/arch/usermode Enhance the NetBSD/usermode thunk interface
riastradh[src/trunk]: src/tests/fs/union Gotta mark crashes on signal separately from ...
skrll[src/trunk]: src/sys/arch/vax/include Trailing whitespace
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata add ATA FUA support
jmcneill[src/trunk]: src/sys/dev/sdmmc Remove a test that prevents tuning from happen...
kamil[src/trunk]: src/sys/modules/examples/luareadhappy Add new example kernel mod...
mrg[src/trunk]: src/sys/altq simplify priq_class_create(): if the alloc for cl_...
jakllsch[src/trunk]: src/sys/dev Add Virtio MMIO transport.
kamil[src/trunk]: src/external/cddl/osnet Make cddl/osnet/Makefile.zfs compatible ...
kamil[src/trunk]: src/lib/libc/sys Add more notes explaining how debuggers work on...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata reset xfer c_flags before retry, to clear...
jdolecek[src/jdolecek-ncq]: src/sys/dev actually remove the KASSERT() for queue_activ...
pgoyette[src/trunk]: src/share/man/man9 Clean-up, improve wording, and use terminolog...
jdolecek[src/jdolecek-ncq]: src/sys/dev fix dump on mvsata - there was misplaced mvsa...
jakllsch[src/trunk]: src/sys/arch fill in vexpress_platform_early_putchar(); make com...
sevan[src/trunk]: src/share/man/man9 Re-edit
macallan[src/trunk]: src/sys/arch/macppc/dev don't cut off upper bits in the i2c addr...
jdolecek[src/jdolecek-ncq]: src/sys/dev remove all logic around ATACH_IRQ_WAIT and ch...
christos[src/trunk]: src/external/bsd/bind/dist merge conflicts.
jakllsch[src/jdolecek-ncq]: src/sys/dev/ata Use WDC_QUEUE_DEPTH_MASK to correctly mas...
kamil[src/trunk]: src/sys/arch/i386/stand/mbr Set NOSANITIZER in i386 mbr files
mrg[src/trunk]: src/sys/compat/sys include libkern.h or string.h & stddef.h, to ...
christos[src/trunk]: src/share/mk Elide -nostdinc from LINK.c when linking object fil...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0-beta3
jmcneill[src/trunk]: src/sys Remove simplebus driver and allow fdtbus to attach direc...
riastradh[src/trunk]: src/sys/sys New diagnostic functions vn_locked, vn_anylocked.
hannken[src/trunk]: src/sys/kern Switch fstrans_dump() to _mountlist_next().
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata wddone() doesn't need more locking
sevan[src/trunk]: src/sys/dev/usb Apple Bluetooth adapter, as found on the G4 Powe...
abhinav[src/trunk]: src/bin/sh Instead of removing markup as I did in the last commi...
ozaki-r[src/trunk]: src Add entries of pmap(9) functions
jdolecek[src/trunk]: src/sys/dev/mii regen
jmcneill[src/trunk]: src/sys/dev/clk If setting rate on a clock with no set_rate func...
ozaki-r[src/trunk]: src/sys/net Check if ether_ifdetach is called without INET_LOCK
jmcneill[src/trunk]: src/sys/dev/fdt Remove unnecessary include
skrll[src/trunk]: src/share/man/man4 Fix details around the AX88179 USB 3.0 chipset
hannken[src/trunk]: src/sys/miscfs Field "layerm_vfs" of "struct layer_mount" got su...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata up to 65536 sectors can be transferred fo...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata group items, slightly expand description
riastradh[src/trunk]: src/distrib/sets/lists cvslatest is unconditional, not condition...
christos[src/trunk]: src We can't build those three with MKSANITIZER, they are used t...
dholland[src/trunk]: src/lib/libc/atomic atomic_and/atomic_or do bitwise ops, not log...
christos[src/trunk]: src/external/bsd/cron/dist Replace with the OpenBSD man page. It...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata actually change the retry to also use NCQ...
christos[src/trunk]: src/share/mk Handle more objdir variations for MKREPRO (untested)
kamil[src/trunk]: src/lib/libc/citrus/modules Correct Undefined Behavior in libc/c...
hannken[src/trunk]: src/sys/compat/osf1 Switch osf1_sys_getfsstat() to mountlist ite...
christos[src/trunk]: src/gnu Bye gnu!
kamil[src/trunk]: src/bin/ksh ksh: Remove symbol clash with libc
christos[src/trunk]: src/sys/arch/i386/stand/lib switch CFLAGS from using MAKEOBJDIRP...
jdolecek[src/jdolecek-ncq]: src/sys/dev must drop channel lock before calling ata_dma...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic update error handling:
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Allocate a full compliment of queue slots ...
mlelstv[src/trunk]: src/sys/dev/sdmmc Decrypt comment about the attach thread. No fu...
macallan[src/trunk]: src/sys/arch/macppc/macppc reduce debug spam, use IPI_VECTOR
jmcneill[src/trunk]: src/sys/arch Provide bs_mmap implementations for bcm283x based b...
christos[src/trunk]: src/usr.sbin/makefs/msdos Fix error handling; msdosfs_wfile is s...
christos[src/trunk]: src/sys/kern return EPERM like the other failures.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata note to previous: the KASSERT() insisted ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata more notes, esp. PMP on siisata doesn't w...
jdolecek[src/trunk]: src/sys/dev/pci small sync of Marvell Yukon PCI product ids with...
msaitoh[src/trunk]: src/sys/dev/pci The revision number of Yukon FE A2 is not 0x3 bu...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata another one down
jmcneill[src/trunk]: src/sys/dev/ic If the bus glue does not provide values for fifo ...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
jakllsch[src/trunk]: src/sys/arch/arm/cortex Avoid unnecessarily touching CNTP_CTL.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata notes from dump testing - TL; DR: broken, ...
jmcneill[src/trunk]: src/doc arm: Add support for QEMU ARM Virtual Machine ("virt").
jdolecek[src/jdolecek-ncq]: src/sys/dev use a fake ata_channel struct in umass_isdata...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Use ata_queue_free() instead of free() to ...
wiz[src/trunk]: src/share/man/man9 Improve wording.
abhinav[src/trunk]: src/share/man/man9 Use Xr instead of Fn to refer kqueue(2)
nat[src/trunk]: src/sys/dev Increase the priority of the mixing thread to improv...
christos[src/trunk]: src/sys/dev/pckbport restore \n printing.
zafer[src/trunk]: src/sbin/fsck_lfs Remove duplicate assignments.
jdolecek[src/jdolecek-ncq]: src/sys/dev do not use PRD Byte Count for queued commands...
skrll[src/trunk]: src/sys/dev/usb PR/52154: xHCI Slot Context Not Include in confi...
kamil[src/trunk]: src/sys/arch/x86 x86: Export fpu_save, fpu_save_size, xsave_feat...
christos[src/trunk]: src/tools revert previous, breaks llvm build and not easy to fix.
christos[src/trunk]: src/libexec/httpd fix the rest of the compilers.
christos[src/trunk]: src/share/mk Create NETBSDOBJDIR to handle MAKEOBJDIRPREFIX, sin...
kamil[src/trunk]: src/tests/lib/libc/sys Mark sigbus ATF tests in t_ptrace_wait as...
riastradh[src/trunk]: src/sys regen to confirm no functional change
kamil[src/trunk]: src/external/cddl/osnet/dist/uts/common/dtrace Correct compilati...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic restore part of what was removed in 1.30.4...
hkenken[src/trunk]: src/sys Rename ARM A9 Global Timer driver name to support fdt.
uwe[src/trunk]: src/sys/dev/wscons PR kern/53245 - support SGR 39 (default foreg...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata defflag WD_CHAOS_MONKEY into opt_wd.h tog...
zafer[src/trunk]: src/usr.sbin/user Set default homeperm values before writing use...
maya[src/trunk]: src/tools/compat Add configure check and fallback definition for...
nonaka[src/trunk]: src/usr.sbin/arp fix usage of `arp -d'.
kamil[src/trunk]: src/external/cddl/osnet/dev/dtrace Correct compilation of osnet/...
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that BCM5785 write wrongly to the PCI ...
rin[src/trunk]: src/share/locale/ctype Add characters in "Emoji & Pictographs" f...
jdolecek[src/jdolecek-ncq]: src/sys/dev convert the atabus thread to use the channel ...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Don't use the third argument of the xfer i...
riastradh[src/trunk]: src/sys/netinet No need for membar_datadep_consumer here.
jakllsch[src/trunk]: src/sys Add basic ARM PL061 GPIO driver with FDT attachment.
christos[src/trunk]: src/external/bsd/ntp/dist Import ntp 4.2.8p10
martin[src/trunk]: src/usr.sbin/sysinst In the generated /etc/fstab, do not use the...
jdolecek[src/jdolecek-ncq]: src/sys change wdc_init_shadow_regs() to accept only stru...
kamil[src/trunk]: src/tests/lib/libc/sys Fix previous
christos[src/trunk]: src/sys/arch revert previous MAKEOBJDIRPREFIX massaging
pgoyette[src/trunk]: src/share/man/man9 Add documentation on the module_{, un}register...
christos[src/trunk]: src don't descend into gnu
abhinav[src/trunk]: src/lib/libedit Handle filename autocompletion when the cursor i...
christos[src/trunk]: src/usr.sbin/makefs for consistency with ffs, don't count the of...
jdolecek[src/jdolecek-ncq]: src/sys/arch/atari/dev g/c mistakely left over code
maxv[src/trunk]: src/sys/arch Add some code to support eager fpu switch, INTEL-SA...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata some notes around c_start/atastart()
riastradh[src/trunk]: src Make VOP_INACTIVE preserve vnode lock on return.
snj[src/trunk]: src/external/bsd/top/dist rats in my attic, mice in my top. i'v...
jdolecek[src/jdolecek-ncq]: src/sys/dev add detach code for umass_isdata; compile-tes...
jakllsch[src/trunk]: src/sys/dev/pci Begin to detangle virtio from its PCI attachment
maya[src/trunk]: src/lib/libc/citrus/modules Avoid left-shifting a negative numbe...
jdolecek[src/jdolecek-ncq]: src/sys/dev/pci revert, bad tree
jmcneill[src/trunk]: src/sys/arch/arm/nvidia DT ode path to i2c controller with ams37...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata reserve the highest slot for error recove...
maya[src/trunk]: src/tests/lib/libm Blindly add __TEST_FENV in the hope of fixing...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata move debug printf where it belongs
macallan[src/trunk]: src/sys/arch/macppc/dev fix low CPU speed reporting when using DFS
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata move the wd* at umass? item to bugs, too
christos[src/trunk]: src Redo the statistics through an indirection array and put the...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Don't call ixgbe_rearm_queues() in ixgbe_l...
christos[src/trunk]: src/sys/dev/pckbport use a more data-driven :-) approach to avoi...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 Widen shift to the LHS type.
jdolecek[src/jdolecek-ncq]: src/sys/dev adjust reset channel and dump paths
sjg[src/trunk]: src/usr.bin/make/unit-tests Add test case for :M[^A-Z]
yamaguchi[src/trunk]: src Add if_vlan directory to lists to fix the build failure
jmcneill[src/trunk]: src/sys/dev/fdt Change order in which nodes in the devicetree ar...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic add support for NCQ on Gen IIe hardware
kamil[src/trunk]: src/usr.bin/gzip Correct Undefined Behavior in gzip(1)
maya[src/trunk]: src/tests/lib/libm for consistency, print the statement that is ...
christos[src/trunk]: src/distrib more gnu directory removal.
jakllsch[src/trunk]: src/sys/arch/evbarm/vexpress fix xputc for big endian
yamaguchi[src/trunk]: src Add test cases for multicast address handling of vlan(4)
christos[src/trunk]: src/sys/dev/scsipi Put back module_autoload code; the module_aut...
thorpej[src/trunk]: src/sys/dev/i2c Changes / enhancements to i2c indirect device au...
reinoud[src/trunk]: src/sys/arch/usermode Add ATAPI passtrough support giving the Ne...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic ata/TODO.ncq
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata set NCQ priority field to 'high' for BPRI...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata bunch of random observations
nat[src/trunk]: src/usr.bin/fstat Update fstat for audio(4) and pad(4) devices.
hannken[src/trunk]: src/sys/kern Switch veriexec_dump() and veriexec_flush() to moun...
ozaki-r[src/trunk]: src/sys/netipsec Correct wrong assumption of sav->refcnt in key_...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata actually count the REQUEUE as retry also, ...
jdolecek[src/jdolecek-ncq]: src/sys/dev do not reset drive after successful NCQ error...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata move the dump note to post-merge, it's no...
jakllsch[src/trunk]: src/sys/dev/fdt add FDT "qemu, fw-cfg-mmio" glue for qemufwcfg
jdolecek[src/trunk]: src/sys/dev/pci match three more variants - DGE550T_B1, 8040T, 8042
jakllsch[src/jdolecek-ncq]: src/sys/dev/ata Simplify wi_find() with container_of().
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata make usage of NCQ 'high' priority for BPR...
jakllsch[src/trunk]: src/sys/dev Add cfprint_t virtiobusprint() and use it for virtio...
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt port-evbarm/52388: Fix number of args to...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata introduce some code to test retry paths
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Increase the size of the boot pa...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata add missing ata_channel_unlock() in bailo...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic remove debug printf
kamil[src/trunk]: src/share/man/man2 Document that TRAP_EXEC is .Nx extension and ...
kre[src/trunk]: src/external/cddl/osnet/dev/dtrace/i386 The (dtrace version of) ...
kamil[src/trunk]: src/external/historical/nawk/dist Do not use index out of bounds...
hannken[src/trunk]: src/sys/ufs/lfs Switch lfs_flush() and lfs_writerd() to mountlis...
jmcneill[src/trunk]: src/sys/dev/fdt Allow devices to attach to nodes without a "comp...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf ODROID-C1: Now that the MBR part...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata put recovery command on head of active xf...
knakahara[src/trunk]: src/sys/dev/pci Fix "ifconfig iwm0" failures reported by ryoon@n...
skrll[src/trunk]: src/share/man/man9 Typo
jdolecek[src/trunk]: src/sys convert the (still disabled) 'direct write' for pipes to...
ozaki-r[src/trunk]: src/sys/net Remove KERNEL_LOCK for arpresolve in ether_output
msaitoh[src/trunk]: src/sys/dev lm(4): Add suport for NCT5174D, NCT6775F, NCT6779D a...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic adjust to interface changes - ata_queue is...
martin[src/trunk]: src/usr.sbin/sysinst Reorder fetch options: http before ftp
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Use ata_kill_active() in siisata_reset_cha...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Merge HEAD.
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Merge HEAD.
pgoyette[src/trunk]: src/share/man/man9 Improve synopsis, remove unnecessary .Nm markup
jakllsch[src/trunk]: src/sys/arch/evbarm/conf Add virtio drivers and potential childr...
uwe[src/trunk]: src/sys/arch/powerpc/powerpc In mtmsr emulation ignore PSL_VEC w...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic prb_control need to add (or) PRB_CF_INTERR...
thorpej[src/trunk]: src/sys/dev/i2c Back out unintended commits.
wiz[src/trunk]: src/share/man/man9 Improve wording. Use standard section headers...
abhinav[src/trunk]: src/lib/libc/sys Use more markup for `struct timespec`
jdolecek[src/jdolecek-ncq]: src/sys/dev replace all remaining tsleep()/wakeup() calls...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic reduce the polling interval also for siisa...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata only limit the openings for I/O xfer if t...
hannken[src/trunk]: src/sys/gdbscripts Change command mountdump to evaluate mountlis...
jakllsch[src/trunk]: src/sys/arch/arm/arm Use correct value for PSCI 0.2+ PSCI_CPU_ON.
jdolecek[src/trunk]: src/sys/dev/ata take mutex around check for pending flush, as th...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic header changes for siisata switch to new e...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata add checksum verification for data return...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
christos[src/trunk]: src/sys/arch switch from MAKEOBJDIRPREFIX to MAKEOBJDIR.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix the driver to work again - switch to u...
wiz[src/trunk]: src/share/man/man9 More wording and whitespace.
wiz[src/trunk]: src/share/man/man9 Wording.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic use xfer->c_slot instead of slot = 0
eadler[src/trunk]: src/sys/dev/usb usbdevs: regen generated files
wiz[src/trunk]: src/share/man/man9 Merge "userland" to be consistent with other ...
maxv[src/trunk]: src/sys/arch/x86/x86 Install the FPU state on the current CPU in...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata some more notes
pgoyette[src/trunk]: src/distrib/sets/lists/comp Add the module specificdata entries ...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic 3rd xfer interrupt argument fix change mis...
christos[src/trunk]: src/sys/arch/acorn32/stand/lib Switch from using MAKEOBJDIRPREFI...
sevan[src/trunk]: src/doc macppc IPsec change from last week
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.5a.
msaitoh[src/trunk]: src/sys/dev/pci regen.
christos[src/trunk]: src/lib/libpthread But set NOSANITIZER
wiz[src/trunk]: src/share/man/man7 Fix a macro. Fix two tables.
jdolecek[src/jdolecek-ncq]: src/sys/dev/pci kill dead code
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Increase storage space for FDT data
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic make compile again with MVSATA_WITHOUTDMA
sevan[src/trunk]: src/doc Note the new additions to MAKEDEV(8) after regen.
jmcneill[src/trunk]: src/sys/arch/arm/dts Upstream dts specifies emac for sun50i-a64 now
jdolecek[src/trunk]: src/sys/dev/pci move SK_HASH_BITS to if_skreg.h and reuse in if_...
maya[src/trunk]: src/doc sqlite 3.24 out.
eadler[src/trunk]: src/external/bsd/top/dist top(1): chdir to / at init
nat[src/trunk]: src/sys/dev audioclear needs first channel in the queue not 0 (f...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix logic bug in processing of finished co...
kiyohara[src/trunk]: src/sys/dev/marvell Support Marvell Dove. Use irq array. Dove'...
jakllsch[src/trunk]: src/sys/arch Big endian support for virt_platform_early_putchar ...
christos[src/trunk]: src/bin/pax PR/53362: Thomas Barabosch: Use strlcpy() to prevent...
kamil[src/trunk]: src/external/bsd/libc++/lib Don't pass -z defs to libc++ with MK...
kamil[src/trunk]: src/external/gpl2/grep/dist/lib Make the alignof() usage more po...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata KASSERT() that chaosed xfer actually ends...
maxv[src/trunk]: src/sys/dev/pci/ixgbe Constify several variables in ixgbe/ so th...
macallan[src/trunk]: src/sys/arch/powerpc/oea when switching CPU speed using DFS, onl...
joerg[src/trunk]: src/share/man/man7 Document vm.guard_size and vm.thread_guard_size
nonaka[src/trunk]: src/sys/net It is necessary to set wall time instead of monotoni...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata make atastart() schedule as many commands...
maya[src/trunk]: src/sys/net if MGETHDR fails, don't try to copy to single mbuf a...
macallan[src/trunk]: src/sys/dev/pci cosmetics, no functional change
maya[src/trunk]: src/tests/lib/libm Test for FE_INVALID in a way that works for p...
perseant[src/trunk]: src/lib/libc/stdio A more correct fix for PR standards/52282.
jdolecek[src/jdolecek-ncq]: src/sys/dev refactor code so that xfer c_start() hook is ...
riastradh[src/trunk]: src/distrib/sets/lists/debug libdevmapper is conditional on lvm.
riastradh[src/trunk]: src/sys/kern Keep vnode locked during VOP_RECLAIM.
chs[src/trunk]: src/sys/rump/librump/rumpvfs initialize the new gop_putrange met...
knakahara[src/trunk]: src/sys/dev/pci improve comments about the difference between le...
kiyohara[src/trunk]: src/sys/dev/marvell Change MVSPI_SIZE to 0x80 instead of 0x50.
riastradh[src/trunk]: src/crypto/external/bsd/openssh/dist Disable loading XMSS keys b...
jakllsch[src/trunk]: src/sys shuffle mechanics of files.virtio config(5) include loca...
christos[src/trunk]: src/sys/arch/amd64/conf l2tp is a module
jmcneill[src/trunk]: src/sys/dev/fdt Process assigned clock parents and rates on cloc...
kamil[src/trunk]: src Swap conditions HAVE_LLVM -> HAVE_GCC
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata take atabus_qlock while inserting into at...
msaitoh[src/trunk]: src/doc - Add some devices to lm(4).
abhinav[src/trunk]: src/lib/libc/sys s/Sets/Set: Use style consistent with the other...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic rework the error handling and recovery, so...
msaitoh[src/trunk]: src/sys/dev/pci Add Mobility Radeon HD 4300(0x9552) and Mobility...
jakllsch[src/trunk]: src/sys/dev/fdt Fix fdtbus_get_cells(, 2) when running big endian.
jdolecek[src/jdolecek-ncq]: src/sys/arch switch to ata_queue_alloc() so that this at ...
sevan[src/trunk]: src/etc/rc.d Prior to ZFSv15, volinit was an undocumented comman...
christos[src/trunk]: src/sys/sys bump to 59: mountiterator changes/vnode stuff make t...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Slightly reduce the size of the ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata note possible problem with ata_exec_xfer()
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix condition for calling atastart() when ...
jakllsch[src/trunk]: src/sys/dev/pckbport Move two probe-time aprint_errors to debug ...
maxv[src/trunk]: src/sys/external/bsd/ipf/netinet Constify a bunch of global vari...
uwe[src/trunk]: src/sys/arch/macppc/stand/ofwboot Provide commented out OF_enter...
christos[src/trunk]: src/usr.bin/kdump remove extra quotes.
kiyohara[src/trunk]: src/sys/dev/sdmmc Add flags SDHC_FLAG_NO_AUTO_STOP and SDHC_FLAG...
jmcneill[src/trunk]: src/sys/dev/fdt If we don't have a native driver for a node and ...
jdolecek[src/trunk]: src/sys/dev/pci fix device name in printf when not matched
wiz[src/trunk]: src/share/man/man4 Add missing word.
zafer[src/trunk]: src/sys/ufs/lfs Add missing b_cflags and b_oflags.
jdolecek[src/trunk]: src/sys/dev/pci regen
jakllsch[src/jdolecek-ncq]: src/sys/dev/ata Avoid destroying uninitialized xfer on er...
kamil[src/trunk]: src Restore the MKGROFF=bo MKCXX=yes build
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0-beta3 with the ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata add debug printf if we fail to obtain xfe...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata provide channel flag when executing NCQ c...
jdolecek[src/trunk]: src/sys/dev/pci adopt tx/rx buffer size computation from OpenBSD...
jdolecek[src/jdolecek-ncq]: src/sys/dev/isa initialize properly ata_channel during probe
roy[src/trunk]: src/share/man/man4 Cast sizeof to socklen_t as pointed out by kre@
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata add note about DEV_BSIZE use
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic move mvsata_quetag_get() to the start rout...
msaitoh[src/trunk]: src/sys/dev/pci Add a workaround for BCM57780 to prevent device ...
christos[src/trunk]: src/usr.sbin/dumplfs PR/53367: Thomas Barabosch: Integer overflo...
kamil[src/trunk]: src/usr.bin/ktruss ktruss: Remove symbol clash with libc
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata change ata_delay() to tsleep for 1 hz rat...
christos[src/trunk]: src/external/bsd/bind/dist --- 9.10.4-P8 released ---
wiz[src/trunk]: src/usr.sbin/makefs Whitespace fixes.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata restart I/O processing after freeing xfer...
knakahara[src/trunk]: src/sys/dev/pci Fix panic on boot with iwm(4). Advised by nonaka...
skrll[src/trunk]: src/common/lib/libc/arch/arm/string Comment alignment. No functi...
christos[src/trunk]: src/etc remove env.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata two more - mvsata MVSATA_WITHOUTDMA seems...
christos[src/trunk]: src/doc new bind
jakllsch[src/trunk]: src/sys/dev/pci add feature/register definitions from virtio-v1....
jdolecek[src/jdolecek-ncq]: src/sys/dev/scsipi do not use freed xfer in error message...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata include opt_wd.h instead of opt_wd_softba...
ozaki-r[src/trunk]: src/doc Refer ipsec(4) instead of fast_ipsec(4)
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata tighen and expand error handling, mostly ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata update notes
sevan[src/trunk]: src/share/man/man9 Improve wording.
ozaki-r[src/trunk]: src/sys/netipsec Use time_mono_to_wall (NFC)
knakahara[src/trunk]: src wm(4) can disable msi/msix by build option and ddb command.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic use free slot for drive reset, rather than...
jakllsch[src/trunk]: src/sys/modules add virtio_pci to list of not-yet-enabled modules
skrll[src/trunk]: src/share/man/man9 Typo - although maybe the language should change
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic only clear the bcount for NCQ case when th...
kre[src/trunk]: src/distrib/sets/lists/man The new bc/dc has no dc.info file.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Apply changes of FreeBSD ix-3.2.18.tgz:
christos[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 fix typo.
oster[src/trunk]: src/sys/dev/raidframe Fix two mis-spellings in comments. No fun...
ozaki-r[src/trunk]: src/sys/netipsec Fix that ah_algorithm_lookup and esp_algorithm_...
martin[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Quick h...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic convert over to new error handling world o...
roy[src/trunk]: src Add RO_MSGFILTER socket option to PF_ROUTE to filter out
christos[src/trunk]: src/sys/kern Don't try to autoload modules before root is mounted.
jakllsch[src/trunk]: src/doc note virtio(4) now attaching to fdt(4) w/ MMIO transport
martin[src/trunk]: src/sys/miscfs/specfs Make the non-DIAGNOSTIC version compile
maya[src/trunk]: src/tests/lib/libc/time use ATF_CHECK instead of ATF_REQUIRE
maya[src/trunk]: src/sys Remove duplicate ;
jmcneill[src/trunk]: src/sys/dev/fdt Print the full DT node path in "not configured" ...
yamaguchi[src/trunk]: src/sys Use ether_lookup_multi() instead of the macro
jdolecek[src/trunk]: src/sys/dev/mii add E1000 with model id 0x0006, it exists accord...
jdolecek[src/jdolecek-ncq]: src/sys/arch/amiga/dev remove <sys/param.h> include again...
uwe[src/trunk]: src/sys/arch/macppc/stand/ofwboot Provide an option to use libsa...
pgoyette[src/trunk]: src/distrib/sets/lists/comp Update sets lists for new MLINKS for...
perseant[src/trunk]: src/lib/libc/stdio Do not use thousands grouping when none is sp...
kiyohara[src/trunk]: src/sys/dev/marvell Add tags for AXI_CS[01].
christos[src/trunk]: src/sys/kern use a different root vnode variable to appease the ...
kamil[src/trunk]: src/lib Disable sanitizers for libm and librt
maya[src/trunk]: src/external/cddl/osnet/dist/uts/common/rpc Avoid declaring ulon...
jmcneill[src/trunk]: src/sys/dev/i2c Fix pasto
christos[src/trunk]: src/share/mk Add rules for building relocatable objects to avoid...
msaitoh[src/trunk]: src/sys/dev/pci Add counters for spurious interrupts.
pgoyette[src/trunk]: src/share/man/man9 Make a first pass at documenting the specific...
kamil[src/trunk]: src/external/cddl/osnet/lib/libdtrace Make cddl/osnet/lib/libdtr...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic remove ata queue downsizing - every device...
kiyohara[src/trunk]: src/sys/arch/arm/marvell Add register macros.
pgoyette[src/trunk]: src/share/man/man4 Some minor edits:
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Macro argument parentheses paranoia.
jdolecek[src/jdolecek-ncq]: src/sys/dev/isa deallocate the channel structures properl...
flxd[src/trunk]: src/etc/etc.shark Add PCI devices for vlpci(4).
kamil[src/trunk]: src Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD part
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata for wd, only call disk_busy() on the firs...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata sync with HEAD, remove the nonfunctional ...
kre[src/trunk]: src/sys/compat/sys If we are going to use offsetof() we'd need t...
jmcneill[src/trunk]: src/sys/dev/ic Add flag for disabling store-and-forward mode, an...
jakllsch[src/trunk]: src/sys/dev/pci The virtio block device capacity config item is ...
reinoud[src/trunk]: src/sys/arch/usermode/usermode Now we use timestamp info, use di...
sevan[src/trunk]: src/share/man/man9 Improve wording.
christos[src/trunk]: src/usr.sbin/makefs Explain the 's' image size better.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Use a spin lock -- we...
christos[src/trunk]: src/usr.bin/make PR/52159: Jamie Landeg-Jones: Don't try to expa...
martin[src/trunk]: src/sys/dev/usb Add missing vendor ZORAN
jakllsch[src/trunk]: src/sys/dev/pci Make ld_virtio aware of a possible device-side w...
christos[src/trunk]: src/external/gpl3/gcc/lib/libasan consistency, define to empty.
maxv[src/trunk]: src/sys/dev/usb Constify atu_devs[] so that it lands in .rodata ...
jakllsch[src/trunk]: src/sys/dev/pci unload payload dma map upon command completion
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic put the non-NCQ KASSERT() before edma disa...
ozaki-r[src/trunk]: src/tests/net/if_vlan Add tests of vlan with bridge
jakllsch[src/trunk]: src/sys/dev/pci remove irrelevant pci(9) #includes from virtio c...
pgoyette[src/trunk]: src/share/man/man9 Add missing .Fn mark-up
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata fix regression in atabus_thread() when it...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata write the device and channel for port mul...
chs[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs avoid calling kpa...
msaitoh[src/trunk]: src/sys/dev/pci Detach sysctl and event counters in bge_release_...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata expand what needs to be done with error h...
joerg[src/trunk]: src Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. ...
kamil[src/trunk]: src/bin/expr Rework perform_arith_op() in expr(1) to omit Undefi...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic seems the CMD/CCS slot is always zero at l...
jakllsch[src/trunk]: src/sys/arch/arm/fdt Fix PSCI 0.1 detection.
roy[src/trunk]: src/usr.sbin/ldpd Use RO_MSGFILTER.
kamil[src/trunk]: src/external/cddl/osnet/dist/cmd/dtrace Correct compilation of o...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Another one missed in previous.
roy[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Generate dhcpcd-embedded.c f...
kamil[src/trunk]: src/external/cddl/osnet/dev/dtrace/x86 Correct compilation of os...
kamil[src/trunk]: src Replace HAVE_GCC with ACTIVE_CC == gcc checks
msaitoh[src/trunk]: src/sys/dev/pci Add Broadcom BCM577x5 SDMMC, Memstic and xD.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata add sysctls to control if NCQ is being us...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic make compile without DIAGNOSTIC
roy[src/trunk]: src/doc Backdate a note about adding RO_MSGFILTER.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Get DC clock parent from devicetree
jmcneill[src/trunk]: src/sys/arch/arm/virt Pull in arm/locore.h for arm_dsb() on aarch64
ozaki-r[src/trunk]: src/sys/kern Don't wait on workqueue_wait if called from worker ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata move the drive recovery block to drive st...
eadler[src/trunk]: src/lib/libc/stdlib libc: remove explicit cast NULL in atoi
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix confusion around AT_WAIT vs AT_POLL fo...
martin[src/trunk]: src/usr.sbin/sysinst/arch/i386 Default console device and speed ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic replace magic 3100 with locall defined WDC...
jdolecek[src/jdolecek-ncq]: src/sys/dev/usb fix comment
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Fix inverted ata_waitdrain_xfer_check() lo...
jakllsch[src/jdolecek-ncq]: src/sys/dev/ic Merge HEAD.
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata restore the fallback to non-NCQ on retrie...
jdolecek[src/jdolecek-ncq]: src/sys/dev/pci match Adaptec 1220SA; that card actually ...
christos[src/trunk]: src/sys/arch/aarch64/aarch64 PR/53338: David Binderman: Widen sh...
knakahara[src/trunk]: src/sys/dev/pci iwm(4) workaround as ifp->if_hwdl can be set onl...
jdolecek[src/trunk]: src/sys/dev/pci sync and adapt with OpenBSD if_msk.c rev. 1.43-1...
pgoyette[src/trunk]: src/share/man/man9 Add note that there is no way to delete an in...
uwe[src/trunk]: src/share/man/man9 Fix pasto in .Dt title
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Fix reading through /dev/gpio and use ...
christos[src/trunk]: src/lib/librt It is not a bug that we are only allowing /name. U...
skrll[src/trunk]: src/sys/arch/arm/arm32 KNF
wiz[src/trunk]: src Install qemufwcfg(4) and mount_qemufwcfg(8).
roy[src/trunk]: src/external/bsd/wpa/dist/src/drivers Use recvmsg(2) to read rou...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata add forgotten destroy of queue_idle cv in...
riastradh[src/trunk]: src/sys/ufs/lfs Fix non-DIAGNOSTIC build by using vp outside KAS...
christos[src/trunk]: src/bin/expr return to caller instead of exit(2)
kiyohara[src/trunk]: src/sys/dev/marvell Fix macro MVXORE_CHAN2BASE(). The XORE has ...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic forced commit to get into history - previo...
dholland[src/trunk]: src/sys/sys Typo.
jakllsch[src/trunk]: src/sys/dev/pci remove now-irrelevant <dev/pci> includes
mrg[src/trunk]: src/usr.bin/systat add missing 'b' to the optstring. alpha-sort...
christos[src/trunk]: src/sys/net Avoid using a zero family mask.
christos[src/trunk]: src/sys/lib Use the standard build rules.
skrll[src/trunk]: src/sys/kern Paranoia... keep vmspace reference while doing pmap...
riastradh[src/trunk]: src/sys/ufs/lfs Sprinkle lock ownership assertions.
christos[src/trunk]: src/external/bsd/ntp (4.2.8p10-win-beta1) 2017/03/21 Released by...
maxv[src/trunk]: src/sys/dev Constify the microcode variables used by BNX. This m...
jmcneill[src/trunk]: src/doc arm: Add support for Rockchip RK3328 SoC.
jmcneill[src/trunk]: src/sys/dev/i2c axppmic depends on sysmon_envsys
ozaki-r[src/trunk]: src/sys/netipsec Add missing splx to key_spdexpire
snj[src/trunk]: src belatedly bump the shlib version for freetype-2.9.1, using t...
jdolecek[src/trunk]: src/sys/dev/pci Factual correction: actually old code also used ...
rin[src/trunk]: src/external/bsd/nvi/dist A boundary between single- and multi-w...
yamaguchi[src/trunk]: src/sys/net Move macros related to multicast address into #ifdef...
jdolecek[src/jdolecek-ncq]: src/sys/dev/ic fix AHCI_P_CMD_CCS_SHIFT - must shift only...
christos[src/trunk]: src/sys/net/npf provide a copy function used for logging that do...
kre[src/trunk]: src/sys/compat/sys Revert previous, mrg's fix is better (even wi...
thorpej[src/trunk]: src/sys/dev/i2c When initiating a transfer, if a device isn't pr...
yamaguchi[src/trunk]: src/sys/net Remove ETHER_LOOKUP_MULTI()
uwe[src/trunk]: src/lib/libc/sys .Xr makedev 3
rin[src/trunk]: src/external/bsd/nvi/usr.bin/nvi We always need -Wno-format-nonl...
christos[src/trunk]: src/sys/arch/evbarm/conf we don't need manual removals now that ...
christos[src/trunk]: src/bin/expr remove notreached
wiz[src/trunk]: src/doc Mention gcc-5.5 import.
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.5b
jdolecek[src/jdolecek-ncq]: src/sys/dev/ata note ATAPI on siisata, ahcisata needs to ...
jmcneill[src/trunk]: src/sys/dev/ic Disable interrupts before returning from isr, and...
jdolecek[src/trunk]: src/sys/dev/mii sort the models, and add several more variants; ...
kamil[src/trunk]: src Add new documentation locking(9)
jdolecek[src/trunk]: src/sys/dev/pci regen
christos[src/trunk]: src/sys/netipsec - fix old refactoring which zeroed the wrong pa...
kamil[src/trunk]: src/bin/ksh Change typ of tilde_ok from int to unsigned int in k...
sevan[src/trunk]: src/distrib/sets/lists/comp files with _p.a suffix should be tag...
wiz[src/trunk]: src/share/man/man4 Sort SEE ALSO.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Disable HS200 and DDR52 on A64 eMMC for n...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Update a comment, and use testw instead.
sevan[src/trunk]: src/share/man/man9 Add authors email address.
snj[src/trunk]: src/usr.bin/systat add -b to usage.
kamil[src/trunk]: src/tests/lib/libc/sys Restore atf_tc_expect_fail in signal4 of ...
jmcneill[src/trunk]: src/sys/dev/fdt fdtbus_clock_assign: simplify
rin[src/trunk]: src/external/bsd/tre/dist/lib Add REG_INVARG and REG_STARTEND if...
skrll[src/trunk]: src/sys/dev/usb Use a #define instead of a magic number
hannken[src/trunk]: src/sys/compat/common Switch compat_20_sys_getfsstat() to mountl...
christos[src/trunk]: src/share/mk Instead of checking for obj existance which can be ...
dholland[src/trunk]: src/lib/libc/gen The list of async-signal-safe functions got mov...
uwe[src/trunk]: src/sys/dev/pckbport Don't pass response buffer to the reset com...
riastradh[src/trunk]: src/usr.bin/make Clarify that assignment is for effect, not trut...
christos[src/trunk]: src put back lsan
jmcneill[src/trunk]: src/sys/arch/evbarm/conf typo fix
rjs[src/trunk]: src/sys/netinet Add ipsec option header.
jakllsch[src/trunk]: src/sys/dev/ic Fix typo in comment.
riastradh[src/trunk]: src/sys/sys Welcome to 7.99.71, courtesy of a slight increment i...
eadler[src/trunk]: src/share/man/man7 sysctl.7: fix speeling mistake
kre[src/trunk]: src/bin/sh Keep track of the biggest fd used by, or available to...
christos[src/trunk]: src/distrib/sets need to treat as one word.
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 initialize bs_cookie for generic_ds...
msaitoh[src/trunk]: src/sys/dev/pci Enable PCIe's interrupt as much as possilbe in p...
msaitoh[src/trunk]: src/sys/dev/ppbus KNF & fix typo. No functional change.
roy[src/trunk]: src/sys/netinet6 Treat unvalidated addresses as deprecated in ru...
jakllsch[src/trunk]: src/sys/dev/pci destroy 'sc_sync_wait' condvar and mutex upon de...
martin[src/trunk]: src/sys/sys PR kern/52805: fix copy & pasto, from Onno van der L...
knakahara[src/trunk]: src/sys/arch/x86/x86 always notice if the device's interrupt set...
jmcneill[src/trunk]: src Add missing RPI FDT build goop, from nick.
christos[src/trunk]: src/external/gpl3/gdb/dist/bfd we need popcount again
jmcneill[src/trunk]: src/etc make a few more drm nodes
joerg[src/trunk]: src Use libarchive 3.x interface and not obsolete 2.x versions.
skrll[src/trunk]: src/usr.sbin/sysinst/arch/evbarm Fix RPI kernel file after FDTis...
skrll[src/trunk]: src/sys/arch/arm/fdt typo
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer Add support for lsan (Le...
jakllsch[src/trunk]: src/sys/arch/aarch64/conf locore.S is a MD_SFILES.
jmcneill[src/trunk]: src/sys/kern When cold, manually update timecounters before call...
jdolecek[src/trunk]: src/sys/dev/acpi use isa_intr_establish_xname() so this passes t...
christos[src/trunk]: src/sys/lib/libkern provide memmem
sevan[src/trunk]: src/sys/modules/examples Add luareadhappy to the list.
nat[src/trunk]: src/sys/dev Add all encoding supported by the mixer.
jdolecek[src/trunk]: src/sys/arch/xen/x86 make compile without DDB
ozaki-r[src/trunk]: src/sys/netipsec Return early, reduce identation (NFCI)
christos[src/trunk]: src/tools/gdb Adjust to gdb-8.0.1 which uses c++
msaitoh[src/trunk]: src/sys/dev/mii All of 88E151[0248]'s model number is 0x001d.
msaitoh[src/trunk]: src/sys/dev/mii - All of Marvell PHY's registers from addr 0x0 t...
jakllsch[src/trunk]: src/sys/arch/amd64/conf Add acpiecdt* at acpi?.
jdolecek[src/trunk]: src/sys/dev/ata remove the workaround for Seagate 'mod15write' b...
christos[src/trunk]: src/usr.sbin/arp Fix the logic for the non auto case
maya[src/trunk]: src/usr.bin/make Use bmake_malloc where we don't test the return...
christos[src/trunk]: src/bin/ln mark usage dead, simplify strings in it.
msaitoh[src/trunk]: src/usr.sbin/cpuctl/arch Whitespace fix. No functional change.
mrg[src/trunk]: src add two new members to uvmexp_sysctl{}: bootpages and poolp...
kre[src/trunk]: src/lib/libc/stdlib Fix obvious typo (cut&pasto or whatever) - t...
maxv[src/trunk]: src/sys/arch/amd64/conf Remove options that do not exist on amd64.
thorpej[src/trunk]: src/sys/sys Add slightly-more generalized version of the "of_com...
bouyer[src/trunk]: src Fix fallout from hid factorisation:
msaitoh[src/trunk]: src/sys/dev/pci Disable and disestablish interrupt in ppbdetach().
christos[src/trunk]: src/sys/dev/pcmcia adjust for printf signature.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Fixes two problem:
uwe[src/trunk]: src/sys/dev/pckbport Make the error message from pms_alps_probe_...
sevan[src/trunk]: src/share/dict Add missing words beginning with 'h' to 'j' from ...
thorpej[src/trunk]: src/sys/dev/i2c More cleanup to i2c autoconfiguration:
christos[src/trunk]: src/usr.sbin/arp Add an "auto" keyword to auto-determine the lin...
ozaki-r[src/trunk]: src/sys/netipsec Use %zu for size_t (fix build of 32bit archs)
jmcneill[src/trunk]: src/sys/arch/arm/samsung Set module clock on rate changes
pgoyette[src/trunk]: src/sys/kern Use __func__ for routine name in printf() calls. N...
maxv[src/trunk]: src/sys/arch/x86/x86 No, I meant to put the panic in fpudna not ...
kamil[src/trunk]: src/external/bsd/nvi/dist/common Avoid unportable offsetof(3) ca...
kre[src/trunk]: src/tests/usr.bin/mixerctl If we are using the pad audio device, ...
jmcneill[src/trunk]: src/sys/external/bsd/drm2/drm drm_stat: fix device minor calcula...
christos[src/trunk]: src/sys/compat/netbsd32 don't forget to convert the timespec.
ozaki-r[src/trunk]: src/sys/net loop: don't allocate a unnecessary link-state-change...
ryo[src/trunk]: src/sys/arch/arm/cortex fixed a case of gtmr_cntvct_stable_read(...
kamil[src/trunk]: src/external/gpl2/grep Specify SANITIZER_RENAME_SYMBOL in grep
jmcneill[src/trunk]: src/sys/dev/fdt Avoid using kmem in fdtbus_get_reg so we can use...
wiz[src/trunk]: src/share/man/man7 Use serial comma. Update a count.
skrll[src/trunk]: src/sys/arch/arm/include Expose lwp_trapframe for _KEMUSER, e.g....
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Remove unused defines
ozaki-r[src/trunk]: src/sys/netipsec Change panic if DIAGNOSTIC to KASSERT
wiz[src/trunk]: src/lib/libc/sys Remove trailing whitespace.
riastradh[src/trunk]: src/usr.bin/make Check fcntl return values out of paranoia.
christos[src/trunk]: src/share/man/man7 Add some more text from FreeBSD.
roy[src/trunk]: src/lib/libterminfo Whitespace, fit in 80 and extra braces for r...
pgoyette[src/trunk]: src/sys/kern When looking for a duplicate module name, also chec...
maya[src/trunk]: src/sys/dev/hdaudio remove redundant assignments
jdolecek[src/trunk]: src/sys/dev/ic whitespace fix
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-7.0.6 with the fo...
christos[src/trunk]: src/external/mpl/dhcp Explain the -Bstatic -Bdynamic dance.
christos[src/trunk]: src/external/gpl3/gcc/lib/liblsan Add lsan support.
nat[src/trunk]: src Improved mixing function - more expensive in cycles though.
martin[src/trunk]: src/crypto/external/bsd/heimdal/lib/libkdc Explicit libheimbase ...
hannken[src/trunk]: src/sys Remove unused argument "nextp" from vfs_busy() and vfs_u...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0-rc4
ozaki-r[src/trunk]: src Introduce MKSTRIPSYM build option
maya[src/trunk]: src/external/bsd/acpica/bin/iasl Remove unused code. No function...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb use the right emulation
knakahara[src/trunk]: src/sys/dev/isa Add Watchdog timer implementation to wbsio(4). I...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Disable SDR104 until the Tegra K1 custom...
maxv[src/trunk]: src/sys/arch/x86/x86 Reorder the code a little. On Xen, return e...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip rk_cru_composite_set_rate: allow selec...
uwe[src/trunk]: src/sys/arch/macppc/stand Quash .eh_frame unwind tables in boot ...
ozaki-r[src/trunk]: src/sys/net Remove wrong assertions
chs[src/trunk]: src/sys/ufs/ffs fix the UVM_PAGE_TRKOWN page-locking assertion a...
ozaki-r[src/trunk]: src/tests/net/ndp Add tests for net.inet6.ip6.prefer_tempaddr
christos[src/trunk]: src/distrib/sets/lists/tests new tests
jdolecek[src/trunk]: src/sys/arch re-do the XEN XSAVE support, this time to leave all...
msaitoh[src/trunk]: src/sys/dev/pci Add BCM4401 B0 step. Old BCM4401 B0 entry is cha...
kamil[src/trunk]: src/external/mpl/dhcp Make building of dhcp compatible with MKSA...
msaitoh[src/trunk]: src/sys/dev Use {isa, pci}_intr_establish"_xname"() for intrctl(8).
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't even bother with the trap frame, ...
ozaki-r[src/trunk]: src/sys/netipsec Use KDASSERT for mutex_ownable
jdolecek[src/trunk]: src/sys/modules/nvme update from HEAD
jdolecek[src/trunk]: src/sys/arch add support for kern.intr.list aka intrctl(8) 'list...
christos[src/trunk]: src/tests/lib/libc/gen - add range tests
thorpej[src/trunk]: src/sys/dev/i2c Remove now-unused variable.
jakllsch[src/trunk]: src/sys/dev/i2c Bail early if gttwsi_send_start() fails in gttws...
mrg[src/trunk]: src/share/mk allow EXTERNAL_GCC_SUBDIR to be overriden.
bouyer[src/trunk]: src Add man pages for new ihidev and ims drivers.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Revert previous; L4T's T124 U-Boot does...
christos[src/trunk]: src/bin/csh switch to a backtracking instead of a recursive patt...
martin[src/trunk]: src/sys We use .BEGIN for our own cleanup and won't ever need DT...
riastradh[src/trunk]: src/sys/arch/xen/xen Use xcall to suspend/resume clocks on _all_...
uwe[src/trunk]: src/sbin/route Fix typo in flag name. We should probably just u...
jmcneill[src/trunk]: src/sys/dev/fdt Match generic snps,dwc2 compat string
uwe[src/trunk]: src/sys/dev/pckbport If the first byte of E7 signature is not 0x...
christos[src/trunk]: src/sys/compat/linux/common Enable executing linux go binaries b...
christos[src/trunk]: src/sys/arch/amd64/amd64 Keep fs/gs the same for the signal cont...
joerg[src/trunk]: src/external/bsd/libarchive Tell GCC to shut up about strftime f...
riastradh[src/trunk]: src/sys/kern Count vnode arguments correctly.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Attach cpufreq scaling provider to ourself, ...
mrg[src/trunk]: src/sys/dev/sbus fix audiomp bugs:
ozaki-r[src/trunk]: src/sys/net Use IFADDR_WRITER_FOREACH instead of IFADDR_READER_F...
msaitoh[src/trunk]: src/sys/dev/mii Use definitions in mii.h and mdio.h.
martin[src/trunk]: src/usr.sbin/postinstall If -x (xsrc location) is passed for "ch...
ozaki-r[src/trunk]: src/sys/dev/usb Add missing function declarations
bouyer[src/trunk]: src/sys/dev/ic Make it clear that SUNXI registers are not define...
kamil[src/trunk]: src/distrib/amd64/ramdisks/common Specify NOSANITIZER in distrib...
kre[src/trunk]: src/external/gpl3/gcc/lib Since liblsan has been added to the se...
riastradh[src/trunk]: src/sys/dev/usb Tweak locking rule. Fix broken unlocked rmw.
ozaki-r[src/trunk]: src/sys Fix build of kernel with SCTP
uwe[src/trunk]: src/sys/arch/macppc/stand/fixcoff Merge .eh_frame_hdr and .eh_fr...
christos[src/trunk]: src/sys - Propagate the signal mask from the ucontext_t to the n...
riastradh[src/trunk]: src Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.
maxv[src/trunk]: src/sys/arch/x86/x86 Add XXX in fpuinit_mxcsr_mask.
kre[src/trunk]: src/bin/sh When verifying the size of the fd arg for fdflags ski...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Remove a piece of COMPAT_13, that I mis...
abhinav[src/trunk]: src/lib/libc/gen Add ctype to the NAME section (as this is a man...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Reduce the number of build artifacts an...
ozaki-r[src/trunk]: src/sys/netipsec Fix KASSERT; restore a lost statement
msaitoh[src/trunk]: src/sys/dev/pci Use macro. No functional change.
kre[src/trunk]: src/bin/sh When matching a char class ([[:name:]]) in a pattern ...
maya[src/trunk]: src/sys/arch/x86/x86 switch pmc_ncounters to unsigned int.
martin[src/trunk]: src/sys/arch/evbarm/fdt Fix the calculation of the end address o...
bouyer[src/trunk]: src/sys Factor out bus-independant HID code so that it can be sh...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add missing call to arm_fdt_timer_register
christos[src/trunk]: src/lib/libpthread unconst the timestamp
msaitoh[src/trunk]: src Removal of bpf_tap().
christos[src/trunk]: src/lib/libc/resolv F_DUPFD* needs an argument (minfd) found by ...
msaitoh[src/trunk]: src Implement the BPF direction filter (BIOC[GS]DIRECTION). It p...
kamil[src/trunk]: src/sys/sys Try to appease KUBSan in sys/sys/wait.h in W_EXITCODE()
riastradh[src/trunk]: src/sys/altq Reject negative indices.
christos[src/trunk]: src/sys/kern use process_*reg32 instead of struct *reg32.
maxv[src/trunk]: src/sys/netatalk Mmh, pull up the packet to ether_aarp, otherwis...
knakahara[src/trunk]: src/sys/opencrypto separate crypto_drv_mtx from crypto_mtx.
nonaka[src/trunk]: src/sys/arch/x86/include Added AMD extended APIC register space ...
kamil[src/trunk]: src/rescue Set NOSANITIZER in rescue/Makefile
jmcneill[src/trunk]: src/sys/net Make tap(4) MP-safe.
kamil[src/trunk]: src/doc/roadmaps/people Remove roadmap/kamil
christos[src/trunk]: src/crypto/external/bsd/openssh/lib bump
christos[src/trunk]: src/share/mk - Fix groff reproducibility:
christos[src/trunk]: src/sys/arch/amd64/amd64 make the TRAP_SIGDEBUG code less intrus...
thorpej[src/trunk]: src/sys/dev/fdt In fdtbus_print(), aprint_normal the path to the...
sevan[src/trunk]: src/share/misc Add GDI, NeWS, PRAM, PS, RIP, WDM, WDDM
gson[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Use space between...
maya[src/trunk]: src/share/misc bsd-family-tree: update freebsd rcsid, too.
knakahara[src/trunk]: src/sys/dev/isa Add wbsio(4) GPIO driver. Implemeted by s-yamagu...
kamil[src/trunk]: src/usr.sbin/installboot/arch Fix integer overflow in installboo...
christos[src/trunk]: src/doc mention lsan
jmcneill[src/trunk]: src/sys/arch/sgimips/dev Add support for overriding the video mo...
mbalmer[src/trunk]: src/external/mit/lua/dist/src resolve import conflicts
kamil[src/trunk]: src/sys/arch/x86/x86 Revert previous
ozaki-r[src/trunk]: src/sys/net Get rid of outdated comments
jdolecek[src/trunk]: src/sys/arch/xen/xen similar treatment as xennetback_xenbus.c:
jmcneill[src/trunk]: src/sys/dev/mii Use symbolic names for chip revision. NFC.
hkenken[src/trunk]: src/sys/arch/arm/imx Fix typo.
ozaki-r[src/trunk]: src/sys/netipsec Replace leading whitespaces with tabs and tweak...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Set host1x parent to pll_p_out0
ozaki-r[src/trunk]: src/doc Mention the limitation of enabling both NET_MPSAFE and ALTQ
ozaki-r[src/trunk]: src/sys Ensure to not turn on IFF_RUNNING of an interface until ...
skrll[src/trunk]: src/sys/uvm/pmap Improve a comment
pgoyette[src/trunk]: src/share/man/man9 And actually remove the double-negative that ...
abhinav[src/trunk]: src/usr.sbin/makemandb Better handle MLINKS in apropos(1).
skrll[src/trunk]: src/sys/dev/usb In umass_detach set sc_dyring so that further at...
christos[src/trunk]: src/external/bsd/file/dist/src If we don't have any formatting c...
ozaki-r[src/trunk]: src/sys/net Fix panic in callout_halt (fix typo)
uwe[src/trunk]: src/sys/dev/pckbport Use PMS_SEND_DEV_STATUS for E9 instead of P...
ozaki-r[src/trunk]: src/sys/netipsec Use KASSERT for sanity checks of function argum...
skrll[src/trunk]: src/sys/arch/arm/arm Move mcrr/mrrc earlier so they match before...
maxv[src/trunk]: src/sys/net/npf Set the scopes before calling icmp6_error(). Thi...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb don't suspend other threads if we...
rmind[src/trunk]: src/sys/net/npf - npf_cop_table: handle non-IP packets in the et...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Put RSB controller into known state at th...
kre[src/trunk]: src/tests/lib/libc/gen Correct a couple of broken test cases:
riastradh[src/trunk]: src/usr.bin/make Assert archive member syntax. Cite who guarant...
jakllsch[src/trunk]: src/sys/arch/x86/pci If mode 1 enable check fails, give mode 1 a...
maxv[src/trunk]: src/sys/arch Call fpu_eagerswitch a little later, after we make ...
jdolecek[src/trunk]: src/doc note the Xen AVX fix
knakahara[src/trunk]: src/sys/dev/isa Improve the error log message to use product nam...
bouyer[src/trunk]: src/sys Add support for I2C designware controllers (as found in ...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb include nbsd-nat.h
christos[src/trunk]: src/sys/conf Add more complexity because of the path mess in the...
christos[src/trunk]: src/distrib/sets TOOL_SED is bogus when building source sets, us...
ozaki-r[src/trunk]: src/sys/netipsec Fix indentations (NFC)
ozaki-r[src/trunk]: src/sys/netipsec Remove unnecessary LIST_FOREACH definition
jmcneill[src/trunk]: src/sys/dev/i2c Add support for AS3722 RTC.
hannken[src/trunk]: src/share/man/man9 Update vfs_busy(), vfs_unbusy(), vfs_mountall...
christos[src/trunk]: src/usr.bin/unzip new libarchive need crypto.
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Replace register numbers with defines, ...
mbalmer[src/trunk]: src/external/mit/lua/dist/src Apply a bugfix from lua.org/bugs, h...
chs[src/trunk]: src/sys/arch/amd64/amd64 restore the ability to run netbsd 1.0 3...
plunky[src/trunk]: src regen
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Fix previous; pci_intr_setattr takes a p...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add aarch64 support.
christos[src/trunk]: src/lib/libc/time merge tzcode2017b.
christos[src/trunk]: src/sys/dev/usb adjust for hexdump signature
rin[src/trunk]: src/external/gpl3/gdb/lib/libgdb Remove blank lines.
christos[src/trunk]: src/sys regen
joerg[src/trunk]: src/sys/compat Unbreak Linux emulation by default. While not loa...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 allow to execute wfi/wfe instructio...
christos[src/trunk]: src/distrib/sets/lists/debug add new test.
knakahara[src/trunk]: src/share/man/man4 Update the manual of wbsio(4). Implemeted by ...
ozaki-r[src/trunk]: src/sys/net Spinkle __noinline to some non-performance-sensitive...
kamil[src/trunk]: src/share/mk Reset SANITIZERFLAGS when specified NOSANITIZER / M...
msaitoh[src/trunk]: src/sys/dev/ic bpf_mtap*() before ieee80211_encap() should be bp...
pgoyette[src/trunk]: src/games/fortune/datfiles Fix typos, thanks to Tom Ivar Helbekkmo
riastradh[src/trunk]: src/usr.bin/make Plug memory leaks in Dir_FindFile.
christos[src/trunk]: src/sys/arch/i386/stand/efiboot use += :-)
kamil[src/trunk]: src/usr.bin/ldd Disable SANITIZER for ldd(1)
kamil[src/trunk]: src/external/gpl2/xcvs Specify SANITIZER_RENAME_SYMBOL in cvs
snj[src/trunk]: src/sys/dev/pci fix typo
thorpej[src/trunk]: src/sys/dev - Unify the "rtwn" and "urtwn" register definitions ...
kre[src/trunk]: src/sys/dev/pci For want of a comma, the compiler was lost.
msaitoh[src/trunk]: src/sys/dev/pci regen.
riastradh[src/trunk]: src/sys/arch/x86/x86 cpu_trace is no more, remove vestige of it ...
martin[src/trunk]: src/sys/kern Avoid integer overflow in kern_malloc(). Reported b...
abhinav[src/trunk]: src/usr.sbin/makemandb Teach whatis(1) to handle MLINKS
knakahara[src/trunk]: src/sys/opencrypto refactor crypto_unblock(). No functional change.
kamil[src/trunk]: src/games/fortune/datfiles Correct code flow of a quote translat...
christos[src/trunk]: src/bin/sh Convert the pattern matcher from recursive to backtra...
ozaki-r[src/trunk]: src/tests/net/ipsec Add minimum sets of algorithms for testing
kre[src/trunk]: src/external/gpl3/binutils.old Apply the change made to binutils:
bouyer[src/trunk]: src/sys/dev/ic Put back SUNXI definitions in the COM_REGMAP case...
flxd[src/trunk]: src/sys/arch/shark/ofw First pass reducing magic numbers adding ...
christos[src/trunk]: src/sys add fo_name so we can identify the fileops in a simple way.
ryo[src/trunk]: src/common/lib/libc/arch/aarch64/string avoid reading from out o...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Fix fractional divider calculations and ...
riastradh[src/trunk]: src/sys/arch/amd64/amd64 Attempt to clarify panic messages for n...
msaitoh[src/trunk]: src/sys/dev/mii Regen.
ozaki-r[src/trunk]: src/sys/netipsec Remove __FreeBSD__ and __NetBSD__ switches
kre[src/trunk]: src/tests/lib/libpthread Since there has been no objection (or e...
msaitoh[src/trunk]: src/sys/dev/pci - Print Power Management Control/status register...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Comment out EARLYCONS
jdolecek[src/trunk]: src/sys/dev/ata split the port status reporting to new function ...
ozaki-r[src/trunk]: src/sys/netipsec Reduce return points (NFC)
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Fix soft reset logic
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Sync with FreeBSD's r326022. All of the fo...
joerg[src/trunk]: src/distrib/sets/lists/comp Remove a couple of over eager obsole...
christos[src/trunk]: src/tests/lib/libc/sys Remove expected failure (fixed in kern_si...
leot[src/trunk]: src/doc/roadmaps Fix a typo
christos[src/trunk]: src/bin/ln Replace ours with the FreeBSD version; it is more ver...
knakahara[src/trunk]: src/tests/crypto/opencrypto add opencrypto atf for CRYPTO_3DES_C...
thorpej[src/trunk]: src/sys/arch Use the "flags" config directive modifier to specif...
snj[src/trunk]: src/distrib/notes/common remove core list, portmaster list, rele...
riastradh[src/trunk]: src/sys/modules/lua Can't destroy pb until we're done using it.
christos[src/trunk]: src/sys/lib/libkern use a different, more readable approach.
jdolecek[src/trunk]: src/sys/dev/pci Intermediate changes to make it further into act...
jdolecek[src/trunk]: src/sys provide pci_intr_establish_xname() on x86 independantly ...
riastradh[src/trunk]: src/usr.bin/make Make it clearer that this is not a memory leak.
maya[src/trunk]: src/sys/arch Uncomment MULTIPROCESSOR in dom0 kernels
maya[src/trunk]: src/sys/dev/iscsi Remove redundant duplicate assignment.
jakllsch[src/trunk]: src/sys/dev/ic Fix PRB blanking, so as not to stomp on the feet ...
kamil[src/trunk]: src/sys/sys Prevent signed integer left shift UB in FD_SET(), FD...
kamil[src/trunk]: src/share/mk Enhance the documentation of MKSANITIZER in bsd.README
khorben[src/trunk]: src/sys/dev/usb Be more defensive towards malicious USB devices
riastradh[src/trunk]: src/sys/opencrypto Don't disclose uninitialized 32-bit word if c...
maxv[src/trunk]: src/sys/netinet6 Fix use-after-free: if m_pullup fails the (free...
christos[src/trunk]: src/doc new tmux.
knakahara[src/trunk]: src/sys/opencrypto reduce crypto_q_mtx lock regions.
christos[src/trunk]: src/share/mk back to gdb 801
msaitoh[src/trunk]: src/sys/dev/pci Remove bpf_tap() call in rx. It's done in if_per...
kamil[src/trunk]: src/sbin/disklabel Avoid misaligned access in disklabel(8) in fi...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb match our number of registers.
riastradh[src/trunk]: src/usr.bin/make Check return value of fseek.
christos[src/trunk]: src/usr.bin/patch Keep things portable (requested by joerg) by n...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf dts: add sun7i-a20-olimex-som-evb-emmc....
maxv[src/trunk]: src/sys/arch/x86/x86 When using EagerFPU, create the fpu state i...
jdolecek[src/trunk]: src/sys/dev add KASSERT() just before setting sc_deferred, to en...
knakahara[src/trunk]: src/sys Fix psref(9) part of PR kern/52515. It is complete to fi...
jmcneill[src/trunk]: src/sys/arch/evbarm/ifpga Initialize intr_setattr of arm32_pci_c...
jdolecek[src/trunk]: src/doc remove the xen XSAVE entry, needs more work before it ca...
pgoyette[src/trunk]: src/share/man/man9 Reword further to make it clearer that the tw...
jdolecek[src/trunk]: src/share/man/man4 xref also mvsata(4), siisata(4)
ozaki-r[src/trunk]: src/sys/net Rename IFNET_LOCK to IFNET_GLOBAL_LOCK
pgoyette[src/trunk]: src/sys/arch/xen/conf Remove trailing '&&' from shell script to ...
riastradh[src/trunk]: src/sys/altq Zero buffers copied to userland to avoid stack disc...
msaitoh[src/trunk]: src/sys/dev/pci Add 0x for register output.
jdolecek[src/trunk]: src/sys/arch as a stop-gap, make fpuinit_mxcsr_mask() for native...
knakahara[src/trunk]: src/distrib/sets/lists fix build failure
riastradh[src/trunk]: src/sys gson@ informs me the Alea I and II have the same USB pro...
christos[src/trunk]: src/lib/libpuffs cast for lint
joerg[src/trunk]: src/share/mk Add netpgpverify to the library list.
hannken[src/trunk]: src/sys/kern Add file-local iterator variant vfs_vnode_iterator_...
maxv[src/trunk]: src/sys/arch/x86/x86 Need IPIs when enabling eager fpu switch, t...
rin[src/trunk]: src/external/bsd/nvi/dist/ex Check format strings for ex_printf.
christos[src/trunk]: src/usr.bin/unzip fix conditional
msaitoh[src/trunk]: src/sys/dev/pci Disable ppb(4)'s interrupt for a while. It cause...
christos[src/trunk]: src/sys/arch/amd64/conf Catch up with GENERIC changes.
uwe[src/trunk]: src/libexec/ld.elf_so PR port-macppc/47464 - Old binutils genera...
knakahara[src/trunk]: src/sys/dev/isa Add an option to enable GPIO function of wbsio. ...
ozaki-r[src/trunk]: src/sys/net Fix build of kernels without ether
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist Import dts from Linux 4.15-rc1
chs[src/trunk]: src/sys/dev/pci in ppbdetach(), try to detach the children befor...
christos[src/trunk]: src/distrib/sets/lists Add the lsan libraries
maxv[src/trunk]: src/sys/arch/x86/x86 Explicitly clear l2's pcb_fpcpu when forking.
agc[src/trunk]: src/crypto/external/bsd/netpgp/lib/verify libnetpgpverify major ...
kre[src/trunk]: src/bin/ln When called as "link" (not currently installed that w...
christos[src/trunk]: src/external/bsd/libarchive Obey MKCRYPTO.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Explicitly initialize interrupt controll...
christos[src/trunk]: src/usr.sbin/npf/npfctl Add things implemented
nonaka[src/trunk]: src/sys/arch/x86 move LAPIC_MSR* to specialreg.h.
jmcneill[src/trunk]: src/sys/arch/arm/include Add function ptr for pci_intr_setattr t...
jmcneill[src/trunk]: src/sys/arch/arm Initialize intr_setattr of arm32_pci_chipset
maya[src/trunk]: src/share/misc Amend MIPS, there are multiple stages in a pipeline.
christos[src/trunk]: src/tests/kernel fix usage.
scole[src/trunk]: src/sys/arch/ia64 add intr_string() stub for acpi_util.c:acpi_in...
christos[src/trunk]: src/tests/kernel Add trapsignal tests that make sure that traps ...
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common disable...
maxv[src/trunk]: src/sys Style, and fix several bugs:
sevan[src/trunk]: src/tools/compat regen
jmcneill[src/trunk]: src/sys/dev/fdt Defer acquiring the gpio until first use.
msaitoh[src/trunk]: src/sys/dev/pci Add nSYS Technologies.
msaitoh[src/trunk]: src/sys/dev/pci 5776[0156], 5778[02568] and 5779[015] are not Fa...
mrg[src/trunk]: src/usr.bin/vmstat fix the kvm version of counting pool pages fo...
gson[src/trunk]: src/tests No semicolon after macro do ... while (0) wrapper.
riastradh[src/trunk]: src/sys regen
uwe[src/trunk]: src/sys/lib/libsa Section at index 0 is SHN_UNDEF. When searchi...
mbalmer[src/trunk]: src/doc Lua updated to versionb 5.3.4
jmcneill[src/trunk]: src/sys/arch/i386/conf add qemufwcfg(4)
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_attach_i2cbus, used to attach an i2cb...
christos[src/trunk]: src/lib/libedit For applications that don't issue their own prom...
sevan[src/trunk]: src/share/misc An acronym entry needs to be all uppercase.
msaitoh[src/trunk]: src/sys/dev/pci Regen.
ozaki-r[src/trunk]: src/sys/netipsec Convert IPSEC_ASSERT to KASSERT or KASSERTMSG
christos[src/trunk]: src/tests/kernel add a test to check that the interpreter is pre...
ozaki-r[src/trunk]: src/tests/net/ipsec Test transport mode as well as tunnel mode
bouyer[src/trunk]: src/sys/dev/i2c For direct-config devices, pass the whole dictio...
jdolecek[src/trunk]: src/usr.sbin/intrctl fix intrctl_io_firstline() to properly retu...
msaitoh[src/trunk]: src/sys It's not required to include net/bpfdesc.h. Remove it.
mrg[src/trunk]: src/sys/kern properly account PR_RECURSIVE pools like vmstat does.
sevan[src/trunk]: src/tools/compat Add asnprintf() to the AC_CHECK_DECLS list.
rin[src/trunk]: src/lib/libc/gen Revert change made by rev 1.11; now, fmtcheck(3...
ozaki-r[src/trunk]: src/sys/netinet Fix build without INET6
mrg[src/trunk]: src/usr.bin/vmstat deref the right address to get the pool_alloc...
christos[src/trunk]: src/sys/conf use -@ like bsd.klinks.mk
msaitoh[src/trunk]: src/distrib/sets/lists/debug Add missing h_segv.debug.
maya[src/trunk]: src/share/man/man5 Describe something for npf, npfd, blacklistd.
pgoyette[src/trunk]: src/sys/kern Be consistent about checking for text section addre...
jmcneill[src/trunk]: src/doc dtc 1.4.5 is the latest release
knakahara[src/trunk]: src/sys/net missing if_extflags of l2tp(4). l2tp(4) is already M...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0-rc4 with the fo...
kamil[src/trunk]: src/lib/csu Disable MKSANITIZER in lib/csu
msaitoh[src/trunk]: src/sys/arch/sun3/dev Remove bpf_tap() in iexmit() because ie_st...
christos[src/trunk]: src/external/gpl3/gcc/lib/liblsan remove temp hack.
kamil[src/trunk]: src/sys/netinet6 Paper over Undefined Behavior in in6_control1()
riastradh[src/trunk]: src/sys/kern Remove spammy kevent failure printf.
christos[src/trunk]: src/external/gpl3/gdb/lib/libgdb/arch regen
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Use psci_fdt_bootstrap for MP spinup on ...
pgoyette[src/pgoyette-compat]: src create the compat_12 module
maxv[src/trunk]: src/sys/net80211 Update the pointer after m_pullup, otherwise po...
jmcneill[src/trunk]: src/sys/dev Only need to build stbi if options SPLASHSCREEN is d...
ozaki-r[src/trunk]: src/sys/net Protect ifp returned from route_output_get_ifa surely
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner Fix...
christos[src/trunk]: src/sys regen
christos[src/trunk]: src/sys/lib/libkern Even smaller and takes print function.
christos[src/trunk]: src/usr.sbin/sysinst Revert previous, fix iteration loops to be ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Add support for new emac bindings
christos[src/trunk]: src/sys/miscfs/procfs Allow procfs_kqfilter, since we allow poll...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Back to stepping everyone.
bouyer[src/trunk]: src/sys/arch Fixes for physical interrupts on Xen:
bouyer[src/trunk]: src/sys/dev/acpi Cast to uintptr_t before casting to void *; fix...
knakahara[src/trunk]: src/sys/dev/isa Fix NCT6779 gpio pin configuration. Implemeted b...
kre[src/trunk]: src/sys/kern Fix module build.
ozaki-r[src/trunk]: src/sys/netipsec Fix function name in log message
nakayama[src/trunk]: src/external/bsd/mdocml/include Disable wchar_t support since ou...
kamil[src/trunk]: src/share/mk Refactor MKSANITIZER flags in mk rules
skrll[src/trunk]: src/distrib Build fix (really this time) from Harold Gutch
mlelstv[src/trunk]: src/sys/dev/iscsi use same lock for ref/deref.
msaitoh[src/trunk]: src/doc Add the BPF direction filter (BIOC[GS]DIRECTION).
riastradh[src/trunk]: src/usr.bin/make Replace dead conditional by assert.
jakllsch[src/trunk]: src/sys/arch/x86/pci Disable all contemporary mode 1 quirks.
christos[src/trunk]: src/external/gpl3/binutils.old/dist/bfd FIx reproducible builds ...
kre[src/trunk]: src/etc/rc.d Do away with (not well specified, even if it happen...
bouyer[src/trunk]: src/sys/dev/acpi/wmi Fix dell WMI mappings:
riastradh[src/trunk]: src/sys/rump/dev/lib/libualea Make comment match.
uwe[src/trunk]: src/sys/arch/macppc/stand/ofwboot Group CLEANFILES assignments.
christos[src/trunk]: src/external/bsd/elftoolchain/dist/libdwarf add more DW_ATE_ con...
maxv[src/trunk]: src/doc todo list for kaslr, with the issues I can think of righ...
christos[src/trunk]: src/sys/kern move the compat code in compat.
maya[src/trunk]: src/lib/libc/gen always initialize iovcnt
ozaki-r[src/trunk]: src/sys Ensure to call if_mcast_op with holding IFNET_LOCK
riastradh[src/trunk]: src/usr.bin/make Guarantee no arithmetic overflow.
msaitoh[src/trunk]: src/sys/dev/pci Add missing ':'
kre[src/trunk]: src/sys/compat Finish the previous change - as well as setting t...
christos[src/trunk]: src/sys/arch/amd64/amd64 adjust for new hexdump signature
bouyer[src/trunk]: src/doc ihidev(4), ims(4): Added drivers for i2c HID mice
ozaki-r[src/trunk]: src/sys/dev/iscsi Fix typo
martin[src/trunk]: src/external/gpl3/gcc/lib Disable liblsan for now - it seems to ...
christos[src/trunk]: src/distrib/sets/lists/base add the efi boot blocks
kamil[src/trunk]: src/bin/ps ps: Rename local routine name from uname to usrname
ozaki-r[src/trunk]: src/sys/net Describe which lock is used to protect each member v...
rmind[src/trunk]: src/sys/net/npf - npf_mk_rules: enforce unique names for the dyn...
hannken[src/trunk]: src/sys/dev/usb Use USB_DEBUG, not XHCI_DEBUG to protect `dci', ...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Split cpufreq driver out into a separate...
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Add handling of trap 0x06c @...
christos[src/trunk]: src/common/lib/libc/string switch to FreeBSD's memmem (faster)
riastradh[src/trunk]: src/usr.bin/make Plug memory leak in ParseTraditionalInclude.
hkenken[src/trunk]: src/sys/arch Modified CCM register defines.
jmcneill[src/trunk]: src/sys/dev/fdt Add support for RK3328
thorpej[src/trunk]: src/sys/dev/i2c Remove the i2c "size" locator and corresponding ...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Install RK3328 .dtb files to the...
kamil[src/trunk]: src/external/bsd/nvi/dist/common Include <stddef.h> for offsetof(3)
jmcneill[src/trunk]: src/sys/dev/fdt Add regulator APIs for setting and getting voltage.
msaitoh[src/trunk]: src/sys/dev/pci Fix a bug that 8257[56] can't receive packet rep...
kamil[src/trunk]: src/sys/kern Try to fix build of sys_lwp.c
jmcneill[src/trunk]: src/sys/dev/fdt Add fdtbus_todr_attach.
wiz[src/trunk]: src/external/bsd/bc/dist Convert bc(1) to mdoc.
christos[src/trunk]: src make _lwp_park return the remaining time to sleep in the "ts...
jdolecek[src/trunk]: src/sys Remove emap support. Unfortunately it never got to state...
jakllsch[src/trunk]: src/sys/arch/x86/include remove some remaining uvm_emap(9)-relat...
pgoyette[src/trunk]: src/doc Add my new prg-localcount2 branch, to take over from the...
kre[src/trunk]: src/tests/lib/libc/locale Since the C standard allows for interm...
skrll[src/trunk]: src/sys/arch/arm/arm32 Perform icache syncs for ARM_MMU_EXTENDED...
christos[src/trunk]: src/sys/dev/iscsi - add a prefix to struct members (but not the ...
christos[src/trunk]: src/sys/kern PR/52174: Remove root test, it is too verbose. XXX:...
kamil[src/trunk]: src/share/mk Rephrase the documentation of MKSANITIZER
maxv[src/trunk]: src/sys/arch Add and use bootspace.smodule. Initialize it in loc...
kre[src/trunk]: src/bin/sh When processing character classes ([:xxx:] inside [])...
jdolecek[src/trunk]: src/sys/dev do not attach nvme ld as randomness source - device ...
skrll[src/trunk]: src/sys/arch/mips/mips Comment indentation
pgoyette[src/pgoyette-compat]: src/sys/compat/common Only need to #include sysctl.h once
ozaki-r[src/trunk]: src/sys/netinet6 Tweak icmp6_input; always use off, not *offp
ozaki-r[src/trunk]: src/sys/netipsec Improve message on assertion failure
christos[src/trunk]: src/sbin/fsck_ext2fs Fix previous properly (wrong variable was t...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
christos[src/trunk]: src/distrib/sets/lists bump libssh
mbalmer[src/trunk]: src/external/mit/lua/dist/doc Lua 5.3.4
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Disconnect maintaining fragment...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add H5 dts files
jdolecek[src/trunk]: src/sys/external/bsd/ena-com adapt for NetBSD
jmcneill[src/trunk]: src/sys/dev/fdt Add driver for DesignWare Watchdog Timer. Untest...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Fix 'last argument of ptrace is t...
ryo[src/trunk]: src/sys/arch/arm/cortex keep stack pointer even if chainging CPU...
ozaki-r[src/trunk]: src/crypto/dist/ipsec-tools/src/libipsec Print protocol number a...
dholland[src/trunk]: src/usr.bin/calendar/calendars Mention the Sand Creek massacre.
maxv[src/trunk]: src/sys/net Make sure we have an llc structure in the packet, an...
ozaki-r[src/trunk]: src/sys Wrap if_ioctl_lock with IFNET_* macros (NFC)
ryo[src/trunk]: src As is the case with IPV6_PKTINFO, IP_PKTINFO can be sent wit...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Free the right fragment (Cy Sch...
mbalmer[src/trunk]: src/external/mit/lua/dist/doc after-import fixes, conflict resol...
jdolecek[src/trunk]: src/sys/arch/xen mark with XXXSMP all remaining spl*() and tslee...
hannken[src/trunk]: src/sys/kern No need to keep a not yet visible mount busy. Move...
gson[src/trunk]: src No semicolon after macro do ... while (0) wrapper.
joerg[src/trunk]: src/external/gpl3/gdb Improve CFLAGS definition for clang. Use m...
maya[src/trunk]: src/share/misc Fixup bsd family tree for netbsd after PR misc/52808
mbalmer[src/trunk]: src/doc Upstream Lua is at version 5.3.4.
mrg[src/trunk]: src/sys/kern include opt_compat_netbsd.h, so that eg COMPAT_70 w...
msaitoh[src/trunk]: src/sys/dev/pci - Add some Pericom (Diodes) devices.
msaitoh[src/trunk]: src/sys/dev/pci Use macro. No binary change.
skrll[src/trunk]: src/sys/arch/arm/footbridge Use designated initialisers and fix ...
riastradh[src/trunk]: src Modularize ualea(4).
jmcneill[src/trunk]: src/etc/etc.evbarm Unhook BPI, CUBIEBOARD, and CUBIETRUCK kernel...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist fix conflict.
knakahara[src/trunk]: src/sys sbappendaddr() is required any lock. Currently, softnet_...
christos[src/trunk]: src/sys/kern - Reset ignored or masked traps to avoid infinite l...
martin[src/trunk]: src/crypto/external/bsd/heimdal/lib/libheimntlm Add explicit pat...
christos[src/trunk]: src/sys/kern Also wait interruptibly when exiting. Avoids deadlo...
abhinav[src/trunk]: src/lib/libc/sys Fix sentences at couple of places
jakllsch[src/trunk]: src/sys/dev/ic Whitespace fixes.
christos[src/trunk]: src/sys/arch/x86 tuck in all the compat microcode code in one pl...
christos[src/trunk]: src/sys/kern Make {s, g}et{db, fp, }regs work again for PK_32 proce...
maxv[src/trunk]: src/sys/arch/i386/conf Disable vm86 by default. The use case is ...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Remove legacy awin kernels from ...
thorpej[src/trunk]: src/sys/dev/fdt Revert previous.
jmcneill[src/trunk]: src/sys/dev/sdmmc Ensure that the task is returned to the free t...
ozaki-r[src/trunk]: src/sys/net Ensure to hold if_ioctl_lock on if_up and if_down
kamil[src/trunk]: src/doc Add TODO.sanitizer
kamil[src/trunk]: src/bin/expr Add a missing check to handle correctly 0 * 0 in ex...
kamil[src/trunk]: src/external/bsd/nvi Specify SANITIZER_RENAME_SYMBOL in nvi
maxv[src/trunk]: src/sys/net Kick MPLS packets earlier.
maya[src/trunk]: src/lib/libc/rpc avoid calloc(1,0).
wiz[src/trunk]: src/lib/libc/sys Sort errors.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Add missing opt_svs.h.
nat[src/trunk]: src/sys/dev Improved blksize calculation.
knakahara[src/trunk]: src/sys/opencrypto When crypto request is deferred processing, o...
kre[src/trunk]: src/lib/libpthread Deal with more lwp_park() timestamp unconsting
jmcneill[src/trunk]: src/sys/arch/arm/fdt Match generic arm, arm-v8 compatible string
thorpej[src/trunk]: src/sys/dev/i2c Oops, another one.
jmcneill[src/trunk]: src/sys/dev/sdmmc Add a vendor callback for setting signal voltage.
christos[src/trunk]: src/sys/arch/x86/x86 Handle more Vortex CPU's from Andrius V.
sevan[src/trunk]: src/share/misc The s in AST is system.
abhinav[src/trunk]: src/share/man/man9 Fix typo.
ozaki-r[src/trunk]: src/sys/netipsec Accept AH with NULL algorithm of zero-length key
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
leot[src/trunk]: src/doc/roadmaps Fix a typo in a year (s/2007/2017/)
thorpej[src/trunk]: src Overhaul of GPIO interrupt support (that wasn't even used by...
christos[src/trunk]: src/lib/libc/sys Mention that the signal stack of the newly crea...
maxv[src/trunk]: src/dist/pf/share/man/man4 Add a bold note to say our PF is obso...
maxv[src/trunk]: src/doc Note the removal of non-PAE-32bit-PV.
maxv[src/trunk]: src/sys/arch/i386/i386 Xen is PAE, so remove ifdefs.
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 remove -...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 s/_ARM32_BOOT_MACHDEP_H_/_ARM32_M...
skrll[src/trunk]: src/sys/arch/aarch64/include Some whitespace improvements. NFC.
sevan[src/trunk]: src/share/man/man4 Can't see a thing (which see)
skrll[src/trunk]: src/sys/external/bsd/dwc2/dist Fix the alignment argument to usb...
maxv[src/trunk]: src/sys/arch Unreference IPF/PF from the x86 config files (amd64...
ryo[src/trunk]: src/common/lib/libc/arch/aarch64/string strnlen(s, (size_t)-1) r...
msaitoh[src/trunk]: src/sys/dev/pci regen.
christos[src/trunk]: src/lib/libc/gen Switch from a recursive pattern matching algori...
thorpej[src/trunk]: src/sys Change device_compatible_match() and iic_compatible_matc...
pgoyette[src/pgoyette-compat]: src/sys/kern Rather than allocating and freeing the re...
jakllsch[src/trunk]: src/sys/dev/ic Add PR_PS_ACTIVE_SLOT bits.
riastradh[src/trunk]: src/sys/netsmb Reject negative offset/count for smb read/write.
sjg[src/trunk]: src/usr.bin/make Str_Match: fix closure tests for [^] and add un...
skrll[src/trunk]: src/sys/arch/arm/arm Report trapframe where possible
maya[src/trunk]: src/share/misc Add EBDA.
agc[src/trunk]: src/distrib/sets/lists Bumped libnetpgpverify major from 4 to 5
bouyer[src/trunk]: src/sys/arch Add dwiic, ihidev and ims
kre[src/trunk]: src/lib/libpthread This time do _lwp_park() timeout unconsting c...
ozaki-r[src/trunk]: src/lib/librumphijack rumphijack: don't modify a cmsg on just va...
nonaka[src/trunk]: src/sys/arch use CR8 instead of LAPIC Task Priority register on ...
jmcneill[src/trunk]: src/sys/arch/arm/include Provide a pci_intr_setattr implementati...
sevan[src/trunk]: src/share/dict Add missing words beginning with 'l' and 'm' from...
riastradh[src/trunk]: src Import SHA-3 code into libc and libkern.
christos[src/trunk]: src/sys/arch/evbarm/stand/bootimx23 use the machine link for boo...
ozaki-r[src/trunk]: src/sys/netipsec Don't touch an SP without a reference to it
ozaki-r[src/trunk]: src/sys/net Write a guideline for converting an interface to IFE...
dholland[src/trunk]: src/doc/roadmaps Update roadmaps, unilaterally, because most of ...
ozaki-r[src/trunk]: src/sys/netipsec Fix a deadlock happening if !NET_MPSAFE
macallan[src/trunk]: src/sys/arch/sparc/dev fix tpyos and pastos
christos[src/trunk]: src/sys/arch/x86/x86 dedup and handle XEN here.
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/lsan use the proper type...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Increase reserved space at start...
christos[src/trunk]: src/sys/sys cast align result to int, since the flags argument i...
martin[src/trunk]: src/sys/arch/i386/stand/misc Remove Rawrite32 installer - no poi...
riastradh[src/trunk]: src/sys/dev/usb Fix typo in comment. No functional change.
knakahara[src/trunk]: src/sys/sys Bump kernel version for if_tunnel_check_nesting() us...
jakllsch[src/trunk]: src/sys/dev/pci Re-enable PCI window decode enable in PCI Comman...
abhinav[src/trunk]: src/share/man/man3 Use Fn instead of Nm to refer the macros in t...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf dts: add sun50i-h5-libretech-all-h3-cc.dts
christos[src/trunk]: src/tests/lib/libc/sys sync a bit more with reality; some things...
riastradh[src/trunk]: src/usr.bin/make Plug memory leak.
mlelstv[src/trunk]: src/usr.sbin/npf/npfctl allow PASS opt_proto ALL syntax in map s...
ozaki-r[src/trunk]: src/sys/netipsec Retire ipsec_osdep.h
christos[src/trunk]: src/tests/kernel PR/52812: scole_mail: src/tests/kernel/t_timele...
jdolecek[src/trunk]: src/sys/modules/nvme again remove mistakely committed debug flags
martin[src/trunk]: src/sys/dev/i2c iic_use_direct_match(): when iic_compatible_matc...
maxv[src/trunk]: src/sys/dev constify
martin[src/trunk]: src/distrib/notes Replace references to i386 install media for R...
jdolecek[src/trunk]: src/sys/kern according to benchmark extracting pkgsrc.tar, using...
riastradh[src/trunk]: src/sys/arch Just use struct cpu_info members for the Xen clock ...
nonaka[src/trunk]: src/sys/arch/x86/include Added I/O APIC EOI register definition.
abhinav[src/trunk]: src/share/man/man9 Fix a sentence (remove double negation)
christos[src/trunk]: src/share/mk Prevent 'make obj' creating an objdir inside an obj...
christos[src/trunk]: src/bin/ln - fix number in copyright
ozaki-r[src/trunk]: src/sys Revert "Make if_timer MP-safe if IFEF_MPSAFE"
christos[src/trunk]: src/sys/kern Put previous removed diagnostic back as debug. It h...
christos[src/trunk]: src/share/mk remove multiple copies of the same logic.
ozaki-r[src/trunk]: src/sys/netipsec Use inph for variable name of struct inpcb_hdr ...
ozaki-r[src/trunk]: src/sys/netipsec Use IPSEC_DIR_IS_INOROUT (NFC)
jmcneill[src/trunk]: src/sys/arch/arm/dts Re-add this, it is still needed for simplefb
hkenken[src/trunk]: src/sys/arch/arm/fdt Support Cortex-A9 (addr_d > addr_c).
pgoyette[src/trunk]: src/sys/dev/ata Fix build for WD_SOFTBADSECT option. PR kern/52814
jmcneill[src/trunk]: src/sys/arch/evbarm Setup the console serial port using the /cho...
rmind[src/trunk]: src/lib/libnpf libnpf(3): improve the wording, fix and expand so...
christos[src/trunk]: src/usr.sbin/mtree use uintmax_t for nlink_t from FreeBSD
abhinav[src/trunk]: src/share/man/man3 Remove comma after the last Nm entry.
uwe[src/trunk]: src Include somewhat misleadingly named do-x11 into BUILDTARGETS...
pgoyette[src/trunk]: src/sys/kern Remove the check for duplicate-module-name-on-pendi...
pgoyette[src/pgoyette-compat]: src/sys/compat/common Update modules' required lists t...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove chipid and sysmmu drivers
riastradh[src/trunk]: src/sys/dev/usb regen
thorpej[src/trunk]: src/sys More cleanup to i2c autoconfiguration:
christos[src/trunk]: src/sys/compat/linux32/arch/amd64 catch up with unit fixes for e...
jakllsch[src/trunk]: src/sys/arch/x86/x86 remove more vestiges of uvm_emap_*(), to fi...
msaitoh[src/trunk]: src Move txintr_setup() stuff from lmc_interrupt() and do it in ...
kre[src/trunk]: src/bin/sh When -x is set, show assignments to the loop variable...
jdolecek[src/trunk]: src/share/man/man4 seems VirtualBox 5.1.20 doesn't have the bugg...
ozaki-r[src/trunk]: src Correct the length of the SADB_EXT header in debug outputs
riastradh[src/trunk]: src/usr.bin/vndcompress Justify the last unjustified assertion h...
leot[src/trunk]: src/usr.bin/calendar/calendars Fix a typo.
maxv[src/trunk]: src/sys/arch Revert jdolecek's changes related to FXSAVE. They j...
pgoyette[src/trunk]: src/usr.bin/unzip Add crypto stuff on top of what we already hav...
christos[src/trunk]: src/include Fix the rest of the functions that have been made vi...
bouyer[src/trunk]: src/sys/dev/acpi Implement a ACPI helper to fill the property ar...
msaitoh[src/trunk]: src/sys/dev/mii - Rename ENP (Extended Next Page) to XNP.
maxv[src/trunk]: src/sys/arch/x86/x86 Add more KASSERTs, see if they help PR/53383.
thorpej[src/trunk]: src/sys - Rename iic_compat_match() to iic_compatible_match() an...
jmcneill[src/trunk]: src/sys/dev/fdt dmesg fix
kamil[src/trunk]: src/tests/bin/expr Add 3 more expr(1) ATF tests detecting overflow
christos[src/trunk]: src/lib/libc/gen Add VIS_DQ (for OpenBSD compat)
christos[src/trunk]: src/sys coalesce the two copies of hexdump into libkern
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Remove more FreeBSD code that we ...
christos[src/trunk]: src/sys/compat/common Make code look the same, in particular zer...
kamil[src/trunk]: src/sys/kern Avoid Undefined Behavior in pr_item_notouch_get()
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add sun8i-a83t-tbs-a711.dts and sun8i-h...
martin[src/trunk]: src/distrib/sets/lists/comp Add the new sha3.h file
martin[src/trunk]: src/distrib/notes Document debug sets and kernel module directory.
jmcneill[src/trunk]: src/sys/dev/fdt Fix 32-bit build
roy[src/trunk]: src/distrib/notes/common rtsol(8) and rtsold(8) have been long r...
christos[src/trunk]: src/sys/sys belated bump for fileops struct size change.
mlelstv[src/trunk]: src/games/fortune/datfiles move offensive quotes per board@
rin[src/trunk]: src/external/bsd/nvi/dist/ex Compare ap->len wide chars, not ap-...
mbalmer[src/trunk]: src/external/mit/lua/dist/src import conflict resolution
christos[src/trunk]: src/share/mk don't try to build .debug files for shell scripts.
kamil[src/trunk]: src/bin/expr Improve the * operator handling in expr(1)
jakllsch[src/trunk]: src/sys/arch/i386/stand/mbr Fix some whitespace style issues.
kre[src/trunk]: src/bin/sh Deal with ref after free found by ASAN when a functio...
jmcneill[src/trunk]: src/sys/dev/fdt If the stdout-path property is missing on /chose...
ozaki-r[src/trunk]: src/sys/netipsec Change ifdef DIAGNOSTIC + panic to KASSERT
ozaki-r[src/trunk]: src/sys/netipsec Provide IPSEC_DIR_* validation macros
jmcneill[src/trunk]: src/sys Allow for specifying (optional) pass number locator for ...
ozaki-r[src/trunk]: src/sys Don't output debugging logs just if DIAGNOSTIC
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Fix xref. Sort SEE ALSO.
ozaki-r[src/trunk]: src/sys Simplify logic of udp4_sendup and udp6_sendup
jmcneill[src/trunk]: src/sys/dev/i2c Add SD0 regulator.
hkenken[src/trunk]: src/sys/arch/arm/cortex Use mpcaa_off1 parameter for mapping sub...
kre[src/trunk]: src/lib/libpthread Revert last 2 updates - these are, of course, ...
jmcneill[src/trunk]: src/etc/root Update example PKG_PATH entry to use the CDN fronte...
rin[src/trunk]: src/lib/libc/gen Correct oversight of wrong format string with f...
christos[src/trunk]: src/external/bsd/tmux merge conflicts
christos[src/trunk]: src/external/bsd/tmux/dist CHANGES FROM 2.3 to 2.4 20 April 2017
kamil[src/trunk]: src/external/gpl2/gettext/lib/libnlspr Fix typo in previous
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Set twi clock based on parent clock, and ...
knakahara[src/trunk]: src/sys/net unify processing to check nesting count for some tun...
plunky[src/trunk]: src/doc state correct location for install-image (RELEASEDIR/ima...
kamil[src/trunk]: src/external/bsd/tmux/dist Avoid UB in tmux/window_copy_add_form...
skrll[src/trunk]: src/sys/arch/arm/arm32 Dump more of the trapframe
riastradh[src/trunk]: src/sys/netsmb Reject allocations for too-small buffers from use...
jmcneill[src/trunk]: src/sys/arch Get the physical memory layout from the /memory nod...
msaitoh[src/trunk]: src/sys/dev/pci Add Downstream Port Containment (DPC) ECN and En...
ginsbach[src/trunk]: src/share/misc PR misc/52776: Nikolai Lifanov: add definitions f...
maya[src/trunk]: src/sys/arch Remove commented out MATH_EMULATE from kernel confi...
christos[src/trunk]: src/sys/arch/xen/xen sync with x86; the version code could be me...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Ignore dc parent clock from devicetree a...
sevan[src/trunk]: src/share/dict Add missing words beginning with 'm' from FreeBSD...
agc[src/trunk]: src/crypto/external/bsd/netpgp Update netpgpverify sources in ba...
knakahara[src/trunk]: src/sys/arch/x86/x86 use DPRINTF instead of #define INTRDEBUG an...
kamil[src/trunk]: src/sys/arch Correct unportable signed integer left shift in i38...
ozaki-r[src/trunk]: src/sys/net/agr Simplify; share agr_vlan_add and agr_vlan_del (N...
riastradh[src/trunk]: src/sys/dev/usb Follow my own locking rules.
nakayama[src/trunk]: src/tests/kernel Use SCRIPTS instead of PROGS to avoid strip(1) ...
maxv[src/trunk]: src/sys/dev constify
christos[src/trunk]: src/lib/libc/gen fix typo (Leonardo Taccari)
mrg[src/trunk]: src/sys/arch/sparc/sparc note some bits no longer present in Sup...
joerg[src/trunk]: src/external/gpl3 Don't override X87_ENABLE_ARITH. Since we defa...
riastradh[src/trunk]: src/share/man/man9 Specify memory ordering implied by mutex_(spi...
mbalmer[src/trunk]: src/external/mit/lua/dist fix import conflicts
skrll[src/trunk]: src/sys/arch/mips/mips Typo in comment
christos[src/trunk]: src/sys/conf handle absolute $S paths; we want to add ../ if the...
rin[src/trunk]: src/lib/libc/gen Teach fmtcheck(3) about the ' (thousands separa...
jakllsch[src/trunk]: src/sys Refine previous change to enable PCI window decoding in ...
christos[src/trunk]: src/doc new OpenSSH
kamil[src/trunk]: src/share/misc Document sanitizers in acronyms.comp
christos[src/trunk]: src/lib/libpuffs revert previous now that MAP_ALIGNED has been f...
wiz[src/trunk]: src/share/man/man5 Use Fl, Xr. New sentence, new line. Bump date...
joerg[src/trunk]: src/external/bsd/pkg_install/dist Import pkg_install-20170419.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Remove nmbclusters check. We don't use the...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Don't play with the linked list...
maya[src/trunk]: src/share/misc sync bsd family tree with freebsd
skrll[src/trunk]: src/distrib/evbarm/instkernel/instkernel Fix evbarm build - patc...
maya[src/trunk]: src/share/mk Strip -Wsystem-headers from CXXFLAGS.
kamil[src/trunk]: src/usr.sbin/sysinst Enlarge the set_status[] array by a single ...
msaitoh[src/trunk]: src/usr.bin/fstat Print BPF direction correctly.
jmcneill[src/trunk]: src/sys/arch/arm/dts Make brightness-levels available in increme...
skrll[src/trunk]: src/sys/arch/mips/mips Typo in comment
skrll[src/trunk]: src/sys/arch/arm When attaching gtmr at fdt use fdtbus_intr_esta...
dholland[src/trunk]: src/sys/arch/amd64/conf Sort the file system options by which fs...
macallan[src/trunk]: src/sys/dev/i2c fix a tpyo so now we get the correct maximum spe...
christos[src/trunk]: src/external/bsd/ppp/usr.sbin/pppd New arp code needs RTF_LLDATA...
maxv[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Remove unused variables.
kamil[src/trunk]: src/sys/kern Enhance verbosity of debug message for ELF magic mi...
riastradh[src/trunk]: src/usr.bin/make Plug memory leak.
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist merge conflicts
pgoyette[src/trunk]: src Split ip_ecn code into its own module, so it can be shared b...
leot[src/trunk]: src/usr.sbin/npf/npfctl Fix a typo
christos[src/trunk]: src/sys/conf Use similar restrictions to bsd.klinks.mk for .BEGI...
wiz[src/trunk]: src/share/man/man9 Remove superfluous Pp.
jmcneill[src/trunk]: src/sys/arch/arm/dts Switch to new emac bindings for H3 boards
jdolecek[src/trunk]: src/sbin/nvmectl use setprogname()/getprogname(), do not hardcod...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Use fdtbus_todr_attach
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Support nodes w/o a defined clock.
roy[src/trunk]: src Remove dhclient from the base system.
thorpej[src/trunk]: src/sys/arch/arm/broadcom Add support for interrupts on GPIO pin...
msaitoh[src/trunk]: src/sys/dev/pcmcia Simplify bpf_mtap() call. No functional change.
bouyer[src/trunk]: src/sys/arch Disable MULTIPROCESSOR for dom0. The dom0 support c...
maya[src/trunk]: src/usr.bin/make Use correct header for SIZE_MAX. from a.rin
msaitoh[src/trunk]: src/sys/sys Bump version to 8.99.20 (removal of bpf_tap()).
riastradh[src/trunk]: src/sys/rump/dev/lib/libugenhc Fix order of outputs in rumpuser_...
hannken[src/trunk]: src Cleanup after mountlist iterator:
christos[src/trunk]: src/distrib/sets/lists/tests new test for trapsignal
msaitoh[src/trunk]: src/sys/kern Don't allocate memory and return EFTYPE if sc->sc_b...
szptvlfn[src/trunk]: src/bin/ln fix number in copyright(4->3)
abhinav[src/trunk]: src/usr.bin/man Fix comment indentation at couple of places: Use...
nonaka[src/trunk]: src/sys/arch/x86/include remove prototypes of nonexistent function.
riastradh[src/trunk]: src/bin/kill Clarify `kill -0'. Note standard exit codes.
ozaki-r[src/trunk]: src/sys Check if solock of PCB is held when SP caches in the PCB...
jmcneill[src/trunk]: src/doc dts updated to 4.15-rc1
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add sun4i and sun7i DTS files to the bu...
maxv[src/trunk]: src/sys/arch Revert the rest of jdolecek's changes. This puts us...
wiz[src/trunk]: src/doc Use Fl and Xr. New sentence, new line.
maxv[src/trunk]: src/sys/arch/x86/x86 Optimize FNSAVE. The size of its save area ...
maya[src/trunk]: src/sys/arch/x86 Disable MWAIT/MONITOR on Apollo Lake CPUs to wo...
kre[src/trunk]: src/sys/compat Finally (hopefully) return completely to the stat...
christos[src/trunk]: src/bin/kill Clarify 0
jdolecek[src/trunk]: src/usr.sbin/intrctl fix free() on unitialized value for list -c...
mrg[src/trunk]: src/games/tetris fix the previous. the code was right, just bad...
joerg[src/trunk]: src/external/bsd/libarchive/dist Merge libarchive-3-3-2pre.
thorpej[src/trunk]: src/sys/dev/i2c Use the device_compatible_entry mechanism rather...
wiz[src/trunk]: src/share/man/man9 Fix month in Dd.
msaitoh[src/trunk]: src/sys/dist/pf/net Add missing BPF_D_OUT. Reported by John D. B...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Only process a tx or rx interrupt if th...
christos[src/trunk]: src/tests/kernel Add tests to make sure that the program name is...
bouyer[src/trunk]: src/sys/dev/i2c Add drivers for HID over I2C devices, and a driv...
kamil[src/trunk]: src/share/mk Add a framework for renaming symbols in libc&co for...
mrg[src/trunk]: src/lib/libc/stdlib normalise some indentation. NFC.
pgoyette[src/pgoyette-compat]: src/sys Re-enable inclusion of CPU_UCODE for i386/amd6...
maxv[src/trunk]: src/sys/net80211 Fix use-after-free: ieee80211_crypto_decap does...
riastradh[src/trunk]: src/sys/compat/ibcs2 Check for NUL termination within the buffer...
msaitoh[src/trunk]: src/sys/dev/mii Sort OUI by number. No functional change.
maya[src/trunk]: src/share/man/man5 Remove documentation references to rtsol.
martin[src/trunk]: src/distrib/common Do not put debug.tgz and xdebug.tgz onto inst...
hannken[src/trunk]: src/sys Add vfs_ref(mp) and vfs_rele(mp) to add or remove a refe...
pgoyette[src/pgoyette-compat]: src/sys/kern Typos (new = old, not old = new!), whites...
sevan[src/trunk]: src/share/misc Add LISPs (programming language & network protoco...
maxv[src/trunk]: src/sys/net80211 remove unused arguments
mlelstv[src/trunk]: src/sys/dev/iscsi unreference session only for responses to SCSI...
msaitoh[src/trunk]: src/sys/dev/mii Add 25G(802.3by), 2.5G and 5G (802.3bz).
maya[src/trunk]: src/external/bsd/bc/dist Remove dummy breaks and returns after b...
kamil[src/trunk]: src/usr.bin/crunch/crunchgen Add new option -s to crunchgen(1) -...
christos[src/trunk]: src/external/gpl2/groff/dist Don't look in random (legacy) place...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi match allwinner,sun50i-a64-dma
christos[src/trunk]: src/sys/kern Allow attaching for write, but return no events.
jmcneill[src/trunk]: src/doc dts updated to 4.18-rc2
jmcneill[src/trunk]: src/sys/dev/pckbport Add hw.synaptics.movement_enable sysctl. De...
ozaki-r[src/trunk]: src/sys/net Use kmem_alloc instead of kmem_intr_alloc in ether_a...
rin[src/trunk]: src/lib/libc/gen Teach fmtcheck(3) about wint_t, intmax_t, char ...
jmcneill[src/trunk]: src/sys/dev/i2c remove unused field in softc
skrll[src/trunk]: src/sys/arch/arm/fdt Handle NULL arg interrupt handlers that wan...
jdolecek[src/trunk]: src/sys/sys bump version to 8.99.18 - emap removal
bouyer[src/trunk]: src/sys/dev/acpi Define _COMPONENT and ACPI_MODULE_NAME; fix ACP...
mrg[src/trunk]: src/usr.bin/vmstat remove now wrong comment. minor KNF.
christos[src/trunk]: src/share/mk enable again system header warnings now amd64 builds.
martin[src/trunk]: src/sys/dev/i2c Add a kernel panic when we matched but can not h...
jmcneill[src/trunk]: src/sys/dev/fdt Fix name of snps, dis_u2_susphy_quirk property
sevan[src/trunk]: src/share/misc Add HVDS, LVDS, RDRAM
abhinav[src/trunk]: src/share/man/man9 Fix typo: s/nshashtbl/nchashtbl
kamil[src/trunk]: src/usr.sbin/sysinst Fix invalid free(3) in sysinst(8)
jakllsch[src/trunk]: src/sys/kern add a kobj_error() to a recently added error case
dholland[src/trunk]: src/sys/arch/amd64/conf Add missing wsbell, commented out with a...
jmcneill[src/trunk]: src/usr.sbin/sysinst/arch/sgimips Official builds now append a t...
kamil[src/trunk]: src/lib/libutil Fix stack use after scope in libutil/pty
christos[src/trunk]: src/external/gpl3/gdb Switch to FreeBSD's native implementation ...
jdolecek[src/trunk]: src/share/man/man4 add a NOTE section documenting the broken Sea...
sevan[src/trunk]: src/share/misc Add MDC, MDI, MDI-X, MDIO
sevan[src/trunk]: src/share/misc typo
christos[src/trunk]: src/sbin/fsck_ext2fs e2di_block is an array; can't be NULL, (clang)
thorpej[src/trunk]: src/sys Add device_compatible_match(), a generalized routine for...
martin[src/trunk]: src/sys/kern Change a KASSERTMSG into a regular module_error - n...
joerg[src/trunk]: src Update build system for libarchive-3.3.2pre.
ozaki-r[src/trunk]: src/sys/netipsec Use KASSERT
ozaki-r[src/trunk]: src/sys/kern Improve debugging functions
wiz[src/trunk]: src regen using regen target in doc.
riastradh[src/trunk]: src/share/misc Update for dfly 5.0.1 and 5.0.2.
rin[src/trunk]: src/lib/libc/gen Fix possible use of uninitialized variable in c...
knakahara[src/trunk]: src/sys fix pullup'ed mbuf leaks. pointed out by maxv@n.o, thanks.
pgoyette[src/trunk]: src/sys/kern Use KASSERT to ensure that the newly-added module's...
christos[src/trunk]: src/include Add vis DQ.
christos[src/trunk]: src/sys/arch/amd64 Save maxv@ some work and put back the compat_...
christos[src/trunk]: src/sys/lib/libkern don't ifdef _KERNEL
hannken[src/trunk]: src/sys/sys Welcome to 7.99.70
christos[src/trunk]: src/sys/arch/ia64/stand/common comment out unused hexdump
riastradh[src/trunk]: src Offering for the wiz daemon.
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Use PSCI to spinup secondary CPUs on sun5...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Hide the debug output unless either TEGR...
pgoyette[src/trunk]: src/sys/modules/nand Include the flash_mtd_parts in the nand mod...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Fix spelling in error message
rjs[src/trunk]: src/sys/netinet Improve compliance to RFC 6458.
dholland[src/trunk]: src/lib/libc/sys Describe what this actually does. Bump date.
msaitoh[src/trunk]: src/sys/dev/ic bpf_mtap*() after ieee80211_encap() should be bpf...
ozaki-r[src/trunk]: src/sys/net Ensure to hold if_ioctl_lock when calling if_flags_set
msaitoh[src/trunk]: src/sys/dev/pci Style fix. No functional change.
ozaki-r[src/trunk]: src/sys/net Remove IFNET_GLOBAL_LOCK where it's unnecessary beca...
wiz[src/trunk]: src/sbin/mount_qemufwcfg Sync (dead) usage with man page.
msaitoh[src/trunk]: src/usr.bin/netstat Fix a bug that BPF_D_OUT isn't printed corre...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi report VLAN MTU capability
maya[src/trunk]: src Add test case for PR lib/50646.
riastradh[src/trunk]: src/sys/dev/usb Fix the same typo again in the same comment.
jakllsch[src/trunk]: src/sys/dev/ic Drop unused prototype. Whitespace fixes. Wrap/re-...
msaitoh[src/trunk]: src/sys/dev/pci Add Flattening Portal Bridge capability ID and H...
christos[src/trunk]: src/sys/dev/usb Add some more products
wiz[src/trunk]: src/share/man/man9 Remove superfluous Pp.
riastradh[src/trunk]: src/sys/kern Clamp the length we use, not the length we don't.
christos[src/trunk]: src/sys/compat/netbsd32 disable 32 bit signal ktrace records; 32...
christos[src/trunk]: src/external/bsd/byacc/dist add more casts (needed for c++)
riastradh[src/trunk]: src/sys/arch/x86/x86 #if DIAGNOSTIC panic ---> KASSERTMSG
jmcneill[src/trunk]: src/external/bsd/nvi/dist/cl When testing to see if a signal han...
jdolecek[src/trunk]: src/sys/arch fix FPU initialization on Xen to allow e.g. AVX whe...
jmcneill[src/trunk]: src/doc gnu-efi 3.0.6 is the latest release
bouyer[src/trunk]: src/sys/dev/acpi/wmi - make sure strtoul() is called with a NULL...
kamil[src/trunk]: src/tests/lib/libc/sys Temporarily disable t_ptrace_wait*::resum...
jmcneill[src/trunk]: src/sys/dev/ic Fix value for RE_TDESC_CMD_LGSEND_V6 (currently u...
knakahara[src/trunk]: src/sys backout wrong fix as it causes atf net/ipsec/t_ipsec_l2t...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Set parent clock rate to 100MHz when SDR...
msaitoh[src/trunk]: src/sys/dev/pci - 82583 supports jumbo frame. Fixes PR#52773 rep...
wiz[src/trunk]: src/share/man/man4 Remove comma from one-member enumeration.
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb get the debugging registers for t...
kre[src/trunk]: src/tests/lib/libc/locale Update this test to expect the output ...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb Fix thread debugging.
msaitoh[src/trunk]: src/sys/dev/pci Fix device timeout problem when MSI is used on B...
rin[src/trunk]: src/lib/libc/gen Teach fmtcheck(3) about the flags a, A, F, G, t...
thorpej[src/trunk]: src/sys/dev/i2c Encode the size information in the compat data.
joerg[src/trunk]: src/external/bsd/libarchive/dist Import libarchive 3.3.2pre (7ad...
hannken[src/trunk]: src/sys Add vfs_trybusy() and mountlist_iterator_trynext() and u...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip device_printf -> aprint_debug
christos[src/trunk]: src/sys/compat redo the cpu ucode compat code.
christos[src/trunk]: src/distrib/sets/lists/debug add new test.
jmcneill[src/trunk]: src/sys/arch/arm/dts Enable DWC3 USB DRD (host mode) on Rock64.
abhinav[src/trunk]: src/lib/libc Clean up the NAME section.
jdolecek[src/trunk]: src/sys/arch/xen/xen fix panic of DOM0 in xennetback_xenbus_dest...
uwe[src/trunk]: src/sys/lib/libsa Move deallocation of shstrsz inside the block ...
maxv[src/trunk]: src/sys/compat/ultrix Fix uninitialized pointer, found by Mootja...
msaitoh[src/trunk]: src/sys/dev/pci Check slot registers if a device is PCI/PCI-X to...
abhinav[src/trunk]: src/sys/kern Rearrange the if conditions in order to get rid of ...
kamil[src/trunk]: src/games/fortune/datfiles Add new fortune entry with a quote fr...
ozaki-r[src/trunk]: src/sys Remove unnecessary NULL checks for inp_socket and in6p_s...
christos[src/trunk]: src/usr.bin/xlint/lint1 add missing args for 123
riastradh[src/trunk]: src/usr.bin/make Plug memory leak in JobPrintCommand.
rin[src/trunk]: src/external/bsd/libproc/dist Use PRIxPTR instead of lx to print...
jmcneill[src/trunk]: src/sys/dev/ic Avoid calling bus_dmamap_sync with len=0
jmcneill[src/trunk]: src/sys/arch/arm/sunxi More fixes for new emac bindings.
msaitoh[src/trunk]: src/sys/sys Bump version to 8.99.21 (bpf_mtap*() API change & BI...
christos[src/trunk]: src/sys/dev/usb PR/52791: Robert Sprowson: avoid duplicate tests...
knakahara[src/trunk]: src/sys/arch/x86/x86 change aprint_verbose() to know easily msi ...
maya[src/trunk]: src/sys/opencrypto Remove duplicate assignment.
pgoyette[src/trunk]: src/share/man/man9 The whole point of my recent addition of the ...
rin[src/trunk]: src/tests/lib/libc/gen Revert rev 1.4: fmtcheck(3) neglect unuse...
mbalmer[src/trunk]: src/external/mit/lua/dist/src kernel mode lua has no floating po...
christos[src/trunk]: src/sys/dev/raidframe more faithful to the original (from coypu)
jmcneill[src/trunk]: src/sys/dev/i2c Add LDO6 regulator support.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add more USB3 clocks
riastradh[src/trunk]: src/sys/rump/dev/lib/libugenhc Fix bulk xfer buffer with usedma ...
sjg[src/trunk]: src/usr.bin/make Ensure VAR+=val on command line is handled corr...
jmcneill[src/trunk]: src/distrib/utils/embedded/conf On 64-bit boards, U-Boot expects...
mbalmer[src/trunk]: src/doc Note Lua bugfix.
ozaki-r[src/trunk]: src/sys Ensure to call if_addr_init with holding if_ioctl_lock
christos[src/trunk]: src/external/bsd/tmux/usr.bin/tmux Add our utempter since it now...
abhinav[src/trunk]: src/share/dict Add ``cooperate''
christos[src/trunk]: src/doc new tzcode.
msaitoh[src/trunk]: src/sys/arch/amd64/conf Add ixg(4). Fixes PR#52180 from Harry Wa...
mrg[src/trunk]: src/sys/arch/sparc/include - normalise some tab/space issues.
maxv[src/trunk]: src/sys/arch/amd64 Drop COMPAT_10 on amd64. The support for it c...
macallan[src/trunk]: src/sys/dev/rasops add RI_PREFER_ALPHA flag, for drivers that ca...
riastradh[src/trunk]: src/share/man/man4 The wiz daemon was unsatisfied with offering, ...
christos[src/trunk]: src/external/bsd/byacc/dist regen
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix regression introduced in r1.2
riastradh[src/trunk]: src/usr.bin/vndcompress Emphasize that MAX_WINDOW_SIZE is bounde...
mlelstv[src/trunk]: src/sys/dev/iscsi add debug messages
thorpej[src/trunk]: src Add an example "gpioirq" driver that demonstrates interrupts...
macallan[src/trunk]: src/sys/dev/wscons properly optimize drawing stretches of blanks...
maxv[src/trunk]: src/sys/net style
wiz[src/trunk]: src/usr.sbin/npf/npfctl Remove superfluous Pp.
ryo[src/trunk]: src/sys/arch on evbarm/RPI, RPI2, VERBOSE_INIT_ARM had broken.
kamil[src/trunk]: src/external/bsd/nvi/dist/common Do not cause Undefined Behavior...
ozaki-r[src/trunk]: src/sys/net Don't overwrite an existing llentry on RTM_ADD to av...
jmcneill[src/trunk]: src/sys/dev Performance improvements for PCIe and 8168 based dev...
christos[src/trunk]: src/sys Remove duplicate copies of the SET/CLR/ISSET macros.
thorpej[src/trunk]: src/sys In my quest to make device_compatible_entry (and associa...
spz[src/trunk]: src/sys/dev/usb change handling hint to point to the full instru...
christos[src/trunk]: src/sys/kern simplify.
sevan[src/trunk]: src/share/misc Add AFP, AMD, ASA, BSDP, DEC, IPL, MDMX, MIPS, PI...
kamil[src/trunk]: src/sys/rump/librump/rumpkern Fix build of rump after change in ...
yamaguchi[src/trunk]: src/sys/net Fix not to use PPPOE_UNLOCK before acccess to pppoe_...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi first param for bs funcs is the cookie, n...
pgoyette[src/pgoyette-compat]: src/external/cddl/osnet/dev/fbt Adapt to new dynamical...
nonaka[src/trunk]: src/sys/arch/x86/include Add x2APIC register definitions.
ryo[src/trunk]: src/sys/arch/arm move from sys/arch/arm/arm32/armv7_generic_dma....
maxv[src/trunk]: src/sys/arch/amd64/amd64 Put these arrays in .rodata, they aren'...
nat[src/trunk]: src hw.driverN.saturate bool->integer (default 16).
christos[src/trunk]: src/sys/arch/xen dedup microcode handling.
thorpej[src/trunk]: src/sys/dev/ofw In of_enter_i2c_devs(), we no longer need to set...
jmcneill[src/trunk]: src/sys/arch/evbarm/include Pull in opt_bootconfig.h for DRAM_BL...
joerg[src/trunk]: src/external/bsd/pkg_install/sbin Help silly sun2 along.
christos[src/trunk]: src/usr.sbin/makemandb libarchive now needs crypto
ryo[src/trunk]: src/sys/arch * make to work printf() and panic() even before con...
christos[src/trunk]: src/sys/dev/acpi/wmi make this compile again and:
christos[src/trunk]: src/sbin/route Use the definitions from the standard header file...
joerg[src/trunk]: src/external/bsd/pkg_install/sbin Update build system for pkg_in...
abhinav[src/trunk]: src/usr.sbin/makemandb Disable the database compression if DEBUG...
pgoyette[src/trunk]: src/sys/kern Add a check to ensure that a new sysctl node was at...
rin[src/trunk]: src/external/bsd/nvi/dist/common Remove ex_printf duplicate with...
maya[src/trunk]: src/share/mk Add comment describing why we remove -Wsystem-heade...
msaitoh[src/trunk]: src/sys/dev/pci Simplify & white space fix. No functional change.
ozaki-r[src/trunk]: src/sys Make if_timer MP-safe if IFEF_MPSAFE
dholland[src/trunk]: src/games/fortune/datfiles attributions are supposed to be inden...
kamil[src/trunk]: src/external/gpl2/gettext/lib/libnlspr Specify -Wno-format-extra...
hkenken[src/trunk]: src/sys/arch/arm/imx Move intr_establish() before imxuart_attach...
kamil[src/trunk]: src/external/gpl2/diffutils Specify SANITIZER_RENAME_SYMBOL in d...
mbalmer[src/trunk]: src/doc Lua is at version 5.3.4 now
kre[src/trunk]: src/bin/sh Deal with traps that reset the (same) trap in the tra...
thorpej[src/trunk]: src/doc Note GPIO interrupt support overhaul.
ozaki-r[src/trunk]: src/sys/netipsec Tweak KEYDEBUG macros
riastradh[src/trunk]: src/usr.bin/vndcompress Omit needless XXX comment.
maxv[src/trunk]: src/sys/arch Sync the ld scripts:
christos[src/trunk]: src/sys/kern add disgusting magic to handle compat_netbsd32 as a...
christos[src/trunk]: src/sys finish MD glue for compat ucode module.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add as3722reg
wiz[src/trunk]: src/share/man/man9 Use more markup.
wiz[src/trunk]: src/share/man/man4 Wording.
chs[src/trunk]: src/share/mk fix another parallel-build race with MKDEBUG=yes by...
christos[src/trunk]: src/sys/arch/amd64/amd64 Put back the old syscall glue for netbs...
kamil[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 Do not reference b...
pgoyette[src/pgoyette-compat]: src Sync with HEAD. 77 conflicts resolved - all of th...
christos[src/trunk]: src/sys - Allow multiple .BEGIN targets
thorpej[src/trunk]: src/sys/kern Sigh, fix another stupid mistake in previous that s...
kamil[src/trunk]: src/usr.bin/chpass Specify SANITIZER_RENAME_SYMBOL in chpass
wiz[src/trunk]: src/lib/libc/hash/sha3 Add riastradh's man pages for sha3 and fr...
ozaki-r[src/trunk]: src/sys/net Reorder some destruction routines in if_detach
rmind[src/trunk]: src/usr.sbin/npf npfctl: add support for the 'no-ports' flag in ...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist Since now we are called fro...
jdolecek[src/trunk]: src/sys/arch/amd64/conf follow change in rev. 1.22 of kern.ldscr...
ryo[src/trunk]: src/doc SMP support for aarch64
rkujawa[src/trunk]: src/share/man/man9 Try to bring this man page up to NetBSD stand...
macallan[src/trunk]: src/sys/arch/sparc - return early in xcall() if the function is ...
maya[src/trunk]: src/sys/arch/macppc/dev Catch up with hid.h header location change
rin[src/trunk]: src/external/gpl3 Remove old leftover of migration from gnu/dist...
christos[src/trunk]: src/sys/arch/mips/include provide 32 and 64 bit register struct ...
christos[src/trunk]: src/external/gpl3/gdb/lib/libgdb/arch/hppa regen hppa
uwe[src/trunk]: src/sys/dev/pckbport When E6 signature is checked, ignore presse...
msaitoh[src/trunk]: src/sys/dev/pci Make ppb(4) interrupt support stable:
riastradh[src/trunk]: src/sys/kern Revert "Sprinkle cold conditionals to make tc_tickt...
kamil[src/trunk]: src/sys/kern Avoid unportable signed integer left shift in fd_co...
darcy[src/trunk]: src/sys/arch/amd64/conf PR port-xen/50446
msaitoh[src/trunk]: src/sys Remove duplicated inclusion of net/bpf.h.
riastradh[src/trunk]: src/sys Fail, don't panic, on bad dirents from file system.
christos[src/trunk]: src/sys/kern Add some debugging in case someone else wants to de...
sevan[src/trunk]: src/share/misc Add another ARC, DCL, Emacs
jdolecek[src/trunk]: src/doc/roadmaps ld(4) already improved to arbitrary ioctls, and...
riastradh[src/trunk]: src/sys/arch Attach wsmouse at wsmousedev on x86 so modular mice...
christos[src/trunk]: src/usr.bin/jot Don't require any arguments as the usage indicat...
kre[src/trunk]: src Add tests for pattern matching (filename expansion (glob), c...
pgoyette[src/trunk]: src/doc Abandon pgoyette-localcount branch due to unrecoverable ...
hkenken[src/trunk]: src/sys/arch/arm/imx Rename a9tmr to arma9tmr.
christos[src/trunk]: src/sys/arch Separate the compat code in its own file to facilit...
thorpej[src/trunk]: src/sys/kern Fix a silly mistake in device_compatible_entry_matc...
ginsbach[src/trunk]: src/share/misc Fix spelling mistake -- no el -- for previous
ozaki-r[src/trunk]: src/sys/net Fix locking against myself on ifpromisc
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that reading hw.ixgM.qN.interrup...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Fix defparam name (CONADDR -> CONSADDR)
yamaguchi[src/trunk]: src/sys/net Fix to aquire pppoe_softc_list_lock before read and ...
riastradh[src/trunk]: src/sys/dev/usb regen
christos[src/trunk]: src/include PR/53393: coypu: move rint to the right section.
sjg[src/trunk]: src/usr.bin/make We cannot tollerate things like trailing /.. et...
nonaka[src/trunk]: src iwm(4): 3165 works fine with iwlwifi-7265D-17.ucode firmware.
msaitoh[src/trunk]: src/sys Simplify like other drivers. NULL check of ifp->if_bpf i...
ozaki-r[src/trunk]: src Add test cases for L2TP/IPsec
kamil[src/trunk]: src/lib/libutil Prevent underflow buffer read in trim_whitespace...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Use syscon API instead of mapping syscon ...
mbalmer[src/trunk]: src/external/mit/lua/dist/src Apply bugfix #7 from lua.org/bugs....
mrg[src/trunk]: src/share/mk check MK{FOO} defaults for $MACHINE as well as $MAC...
maxv[src/trunk]: src/sys/arch/i386/conf Disable svr4 and ibcs2 by default.
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Fix off-by-one in nfdt_physmem KASSERT, ...
wiz[src/trunk]: src/doc tmux-2.4 out.
skrll[src/trunk]: src/sys/arch/arm/arm32 KNF
jdolecek[src/trunk]: src/sys/dev/pci port ips(4) driver from OpenBSD; needs a lot mor...
rin[src/trunk]: src/external/gpl3/gdb When forcing C++ mode for C sources, clang...
christos[src/trunk]: src/lib/libc/locale PR/52801: Kamil Rytarowski: Add missing weak...
christos[src/trunk]: src/sys/kern defflag {SETUID,FD}SCRIPTS
macallan[src/trunk]: src/sys/arch/sparc64/dev - don't blindly copy attribute bits whi...
maxv[src/trunk]: src/sys/kern If no auxv is present, don't kmem_alloc(0). Easy to...
sjg[src/trunk]: src/usr.bin/make We cannot use buf as both src and destination f...
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb PR/52799: Martin Husemann: Correc...
hannken[src/trunk]: src/sys/arch/i386/conf Add option XHCI_DEBUG.
uwe[src/trunk]: src/sys/lib/libsa Don't hide first = 1 assignment inside for(), ...
jdolecek[src/trunk]: src/sys/uvm change code to take advantage of direct map when ava...
maxv[src/trunk]: src/sys/arch Drop COMPAT_13 on amd64, already not enabled. Reduc...
christos[src/trunk]: src/distrib/sets/lists/tests add interp test.
abhinav[src/trunk]: src/lib/libedit When doing filename autocompletion, append a tra...
jmcneill[src/trunk]: src/sys/dev/fdt Add some helpers to find the stdout device.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia If the "vqmmc-supply" regulator is prese...
jmcneill[src/trunk]: src/sys/arch Get rid of tegra_cpuinit after scanning fdt and att...
ozaki-r[src/trunk]: src/tests/net/ipsec Prefer rijndael-cbc
ozaki-r[src/trunk]: src Add test cases for gif/IPsec
christos[src/trunk]: src/lib/libarch/arm fix compilation
macallan[src/trunk]: src/sys/arch/sparc64/dev - set RI_FULLCLEAR
jmcneill[src/trunk]: src/sys/dev/fdt If max-frequency is not specified, use UINT_MAX ...
jmcneill[src/trunk]: src/sys/dev/ic Write MAC address high register before low regist...
joerg[src/trunk]: src/crypto/external/bsd/openssh/dist GC multistate_privsep.
joerg[src/trunk]: src/external/bsd/pkg_install/dist Merge pkg_install-20170419.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Revert compressed uimg change, it is ca...
nat[src/trunk]: src/sys/dev If there is no data in the mix ring, insert silence.
macallan[src/trunk]: src/sys/arch/sparc/dev add SCATTER/GATHER instructions
ozaki-r[src/trunk]: src/sys Make if_link_queue MP-safe if IFEF_MPSAFE
riastradh[src/trunk]: src/sys/dev/usb IPL_SOFTUSB suffices here to synchronize with us...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Set cpu_cc_freq when changing frequencies.
msaitoh[src/trunk]: src/sys/dev/pci Add another BCM4401 chip support.
sevan[src/trunk]: src/sys/arch/evbarm/conf Switch BEAGLEBONE config over to using ...
joerg[src/trunk]: src/external/bsd/libarchive/dist GC old files.
christos[src/trunk]: src/bin/ed Prevent shell execution also in the 'r ! dobad' case, ...
jmcneill[src/trunk]: src/sys/dev dwcmmc: set ciu clock rate rather than assuming fixe...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add missing return in error path
maxv[src/trunk]: src/sys/net80211 Fix use-after-free, m_cat can free m.
uwe[src/trunk]: src/sys/lib/libsa Swap arguments to strncmp() so that the thing ...
uwe[src/trunk]: src do-x11 target builds and installs only the tools and librari...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist merge conflicts
flxd[src/trunk]: src/sys/arch/shark/ofw KNF, whitespace.
joerg[src/trunk]: src/doc Update libarchive and pkg_install.
riastradh[src/trunk]: src/sys/netsmb Plug another overflow: refuse bogus sa_len from u...
pgoyette[src/trunk]: src/sys/kern Add additional duplicate-module-name check in case ...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Disable threshhold mode for TX/RX DMA ...
skrll[src/trunk]: src/sys/uvm/pmap Trailing whitespace
christos[src/trunk]: src/sys/net Add bit definitions for flags so that route(8) can u...
ozaki-r[src/trunk]: src/sys/net Fix a bug that tries to psref_acquire ifa with a psr...
jmcneill[src/trunk]: src/sys/arch/sgimips/conf Enable BUFQ_PRIOCSCAN
christos[src/trunk]: src/sys/arch/x86/include Add padding to make the 32/64 bit struc...
skrll[src/trunk]: src/sys FDTise RapberryPI support. Thanks for jmcneill for a lot...
riastradh[src/trunk]: src New rndsource driver for Araneus Alea II TRNG USB devices.
msaitoh[src/trunk]: src/sys/arch/x86/x86 Print package ID, core ID and SMT ID.
christos[src/trunk]: src/lib/libm Replace our rounding functions with the ones from F...
msaitoh[src/trunk]: src/sys/arch/x86/x86 - Detect and set Atom's Tj(max) to 90 if it...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Cleanup of combiner driver and make it ...
christos[src/trunk]: src/usr.sbin/tpctl cast through intptr_t
hannken[src/trunk]: src/sys Move v_writecount adjustment from revoke to reclaim.
skrll[src/trunk]: src/sys/arch/hpcmips/hpcmips When compiled with DEBUG/DIAGNOSTIC...
kre[src/trunk]: src/bin/sh Enhance the trap command to make it possible to do wh...
sevan[src/trunk]: src/sys/arch/evbarm/conf Allow gpio children for any parent whic...
abhinav[src/trunk]: src/usr.bin/sortinfo Add missing words.
maxv[src/trunk]: src/sys Remove the second argument from ip_reass_packet(). We wa...
macallan[src/trunk]: src/sys/arch/powerpc/include/oea add functions to access SCOM re...
joerg[src/trunk]: src/lib/csu/common _DYNAMIC is present for static PIE as well, s...
nat[src/trunk]: src/sys/dev Bounds checking inside the mixing of the audio block.
riastradh[src/trunk]: src/sys/arch/xen/xen Rearm the Xen timer on resume.
kre[src/trunk]: src/tests/bin/sh More test sub-cases for the dollar_hash ( ${#.....
knakahara[src/trunk]: src/sys/opencrypto refactor crypto_unregister()
christos[src/trunk]: src/bin/ksh Use backtracking for regular patterns, but not ksh-s...
christos[src/trunk]: src/libexec/ld.elf_so/arch/aarch64 Initialize new_value to accou...
kamil[src/trunk]: src/sys/kern Avoid undefined behavior in lwp_ctl_alloc()
kre[src/trunk]: src/bin/sh NFC: whitespace (indentation).
nat[src/trunk]: src/sys/dev More debuging output - if mix or hw ring inserts sil...
kamil[src/trunk]: src/sys/kern Fix kernel panic triggered with LLDB
jakllsch[src/trunk]: src/sys/dev revert previous, unintended, commit
joerg[src/trunk]: src/doc Static PIE support on x86.
ryo[src/trunk]: src/sys/arch/aarch64 fix build with aarch64 gcc/gas
maya[src/trunk]: src/sys/dev/pckbport Send the 'magic reverse engineered sequence...
christos[src/trunk]: src/sys/arch/aarch64/include - use #define to define constants i...
kamil[src/trunk]: src/tests/usr.bin/cc Correct hellp_pic ATF test in usr.bin/cc
wiz[src/trunk]: src/lib/libc/sys Use Nx.
nat[src/trunk]: src/sys/dev If silence is inserted into hw ring directly the fre...
htodd[src/trunk]: src/distrib/sets/lists/debug Debug build fix.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 keep stack pointer when changing fr...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 remove unused code
roy[src/trunk]: src/lib/libterminfo Whitespace police.
kre[src/trunk]: src/bin/sh Fix some parser weirdness...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Dump clock tree with aprint_debug inste...
kamil[src/trunk]: src Add new ATF C++ tests in usr.bin/c++
wiz[src/trunk]: src/share/man/man4 Use An.
christos[src/trunk]: src/lib/libc/rpc - limit size of buffers to RPC_MAXDATASIZE
kre[src/trunk]: src/bin/sh The beginnings of the great shell DEBUG (tracing) upg...
kre[src/trunk]: src/bin/sh Fix several problems with the implementation of the "...
riastradh[src/trunk]: src/sys/kern Sprinkle cold conditionals to make tc_ticktock befo...
jdolecek[src/trunk]: src/sys/dev/pci minor fix for earlier sync with OpenBSD if_msk.c...
martin[src/trunk]: src/sys/dev Fix a debug printf
abhinav[src/trunk]: src/usr.sbin/makemandb Get rid of unnecessary variable.
skrll[src/trunk]: src/sys/uvm/pmap Fix a comment
jmcneill[src/trunk]: src/sys/arch/arm/fdt Fix arm32 build
kamil[src/trunk]: src/sys/sys Avoid undefined operation in signed integer shift in...
gson[src/trunk]: src/bin/sh Fix inconsistent whitespace
martin[src/trunk]: src/sys/arch/arm/arm32 Revert previous and cast to u_quad_t inst...
abhinav[src/trunk]: src/usr.sbin/makemandb Update the comment to be in sync with the...
roy[src/trunk]: src/lib/libterminfo Clean up some more warnings.
mbalmer[src/trunk]: src/share/examples/lua Clarify gpio example.
sevan[src/trunk]: src/usr.sbin Drop main() prototype.
jmcneill[src/trunk]: src/sys/dev/fdt Add FDT DMA controller API.
roy[src/trunk]: src/usr.sbin/postinstall Remove dhclient references.
msaitoh[src/trunk]: src/sys/arch/x86/x86 - Print 0x00000007:0 ecx leaf bits.
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add tegraapbdma driver
skrll[src/trunk]: src/sys/uvm/pmap Remove unused LNAME macro
jmcneill[src/trunk]: src/sys/dev/fdt Fix a regression with interrupt-map handling in ...
christos[src/trunk]: src/sys/netipsec merge duplicated code, more informative debugging.
christos[src/trunk]: src/sys/compat/linux/common - fix constants and explain limit
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add a proper MCT driver rather than rel...
sevan[src/trunk]: src/usr.bin Remove more _KERNTYPES definitions in rump components.
htodd[src/trunk]: src/distrib/sets/lists/debug Fix debug build.
abhinav[src/trunk]: src/usr.sbin/makemandb Avoid a call to strncmp when comparing on...
christos[src/trunk]: src/sys/arch/aarch64/aarch64 remove unused variables, add missin...
martin[src/trunk]: src/sys/dev Fix a debugging message
nat[src/trunk]: src/sys/dev Don't hold sc_lock whilst calling mix_write/read. T...
msaitoh[src/trunk]: src/sys/dev/mii - Add ASIX Ax88x9x
christos[src/trunk]: src/sys/rump/include/rump ... but define RUMP_REGISTER_T if not ...
skrll[src/trunk]: src/sys/arch/mips/mips Handle the maximum number of colors acros...
abhinav[src/trunk]: src/usr.sbin/makemandb Don't parse Nm macro when it occurs anywh...
christos[src/trunk]: src/external/bsd/bc/bin Add CVSID.
macallan[src/trunk]: src/sys/dev/videomode add quirk to find the native resolution on...
kamil[src/trunk]: src Add new c++ ATF tests in usr.bin/c++: t_hello
pgoyette[src/trunk]: src/tests/rump/rumpkern Fix detection of expected results. The ...
kre[src/trunk]: src/sys/arch/xen/xen Build fix bandaid.
reinoud[src/trunk]: src/usr.bin/make Remove duplicate code in make(1)'s dir.c.
kre[src/trunk]: src/bin/sh This change affects shells compiled in DEBUG mode onl...
jakllsch[src/trunk]: src/sys/dev <sys/pmc.h> is gone; dont
ozaki-r[src/trunk]: src/sys/netipsec Add debugging facilities for refcnt of SA/SP
abhinav[src/trunk]: src/usr.sbin/makemandb Avoid copying strings where it is not nee...
jmcneill[src/trunk]: src/sys/arch/arm Use fdtbus_attach_i2cbus
christos[src/trunk]: src/lib/libm/src add missing namespace.h
maxv[src/trunk]: src/sys/net/npf Simplify the pointer handling. Set *mp = NULL at...
joerg[src/trunk]: src/external/gpl3 PT_PHDR is useful without PT_INTERP, i.e. for ...
sevan[src/trunk]: src/crypto/external/bsd/openssh/dist Amend whitelisted filesyste...
christos[src/trunk]: src/distrib/utils/x_ifconfig define SMALLPROG
maxv[src/trunk]: src/sys/net/npf Update the pointer when fast-kicking, because it...
maxv[src/trunk]: src/usr.sbin/tprof/arch Skylake/Kabylake are family 6, so add a ...
christos[src/trunk]: src/sys/external/bsd/acpica/dist/compiler Arrays can't be NULL
maxv[src/trunk]: src Remove the kernel PMC code. Sent yesterday on tech-kern@.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia add APB-DMA clock gate
snj[src/trunk]: src/share/dict prompted by dh's latest PR, add a missing word: a...
pgoyette[src/trunk]: src/sys/sys Revert previous as requested. Leaving it to dhollan...
msaitoh[src/trunk]: src/sys Detect USB 3.1.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Build fix
martin[src/trunk]: src/sys/conf More ipkdb removal
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add support for ARMv7 performance monitor (...
christos[src/trunk]: src/lib/libc/gen Don't make assert use stdio; saves >100K on an ...
rjs[src/trunk]: src/sys/netinet Remove some foreign conditional code, NFC intended.
jmcneill[src/trunk]: src/sys/arch/arm/pic I added is_affinity to intrsource in the pr...
jmcneill[src/trunk]: src/sys Allow nodes to attach child devices using the same sorti...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Delete chipid and sysmmu drivers, they ...
christos[src/trunk]: src/sys/arch/aarch64/include flip the byte order
spz[src/trunk]: src/sys/dev/usb regenerated (now with correct reference id)
jmcneill[src/trunk]: src/sys/arch/arm/fdt aarch64 build fix
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't push/pop %rdx, we don't care abou...
ozaki-r[src/trunk]: src Test tunnel mode with IPv4 over IPv6 and IPv6 over IPv4
abhinav[src/trunk]: src/usr.sbin/makemandb Simplify
christos[src/trunk]: src/sys/external/bsd/acpica/dist merge conflicts
kamil[src/trunk]: src/sys/kern Avoid unportable signed integer left shift in fd_un...
maya[src/trunk]: src/sys/arch/amd64/conf Add entries for viadrmums to amd64 kerne...
skrll[src/trunk]: src/sys/arch/arm/arm KNF
maya[src/trunk]: src/lib/libc/inet Avoid shift of negative signed integer. this i...
nat[src/trunk]: src/sys/dev UVM_ADV_NORMAL-> UVM_ADV_RANDOM as this reflects the...
martin[src/trunk]: src/lib/libm/arch/arm Complete the namespace dance
knakahara[src/trunk]: src/sys/opencrypto use macro instead of immediate value
jmcneill[src/trunk]: src/sys/arch/arm/samsung Align AUDIOCORE size to 1M, and add def...
skrll[src/trunk]: src/sys/arch/mips/mips Sprinkle some KASSERTs
jmcneill[src/trunk]: src/sys/dev/fdt sc_clock_freq is in Hz, not kHz
abhinav[src/trunk]: src/usr.bin/man Teach man -p to respect the MANPATH environment ...
martin[src/trunk]: src/sys/arch/next68k/dev PR port-next68k/52205 from Miod Vallat:...
kre[src/trunk]: src/bin/sh NFC: better protect the INTON (etc) macros ( do { } w...
jdolecek[src/trunk]: src/sys/dev/pci sync SK_IMTIMER_TICKS_YUKON value with OpenBSD (...
christos[src/trunk]: src/sys/kern de-triplicate.
nat[src/trunk]: src/sys/dev Use uvm_map_pageable to wire audio ringbuffer pages ...
kamil[src/trunk]: src/sys/kern Correct typo in the comment
maxv[src/trunk]: src/sys/arch Handle NMIs correctly when SVS is enabled. We store...
nat[src/trunk]: src/sys/rump/librump/rumpkern Add uvm_map_pageable dummy functio...
martin[src/trunk]: src/etc Temporary hack to get MKREPRO debug info out of the buil...
abhinav[src/trunk]: src/share/man/man9 Fix a sentence: s/a operation/an operation/
maxv[src/trunk]: src Revamp tprof.
jdolecek[src/trunk]: src/sys/dev/pci add the RX refill callout (forgot to commit with...
kamil[src/trunk]: src/regress/usr.bin Eliminate regress/usr.bin/c++/static_destruc...
knakahara[src/trunk]: src/sys/opencrypto unify implementation of crypto_unregister() a...
kamil[src/trunk]: src/share/misc Add new entries for wtf(6)
riastradh[src/trunk]: src/sys/arch Rewrite Xen timecounter and hardclock timer.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Make the pinctrl driver actually work.
maya[src/trunk]: src/share/mk Update comment to match what the below text does
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
msaitoh[src/trunk]: src/sys/arch/x86/include CPUID_CFLUSH bit is not for CFLUSH insn...
christos[src/trunk]: src/external/gpl3/binutils enable coff/pe executable vectors for...
hannken[src/trunk]: src/sys/kern Move fstrans initialization to vfs_mountalloc().
christos[src/trunk]: src/external/mit/xorg/tools/mkfontscale Use the fonts from our i...
christos[src/trunk]: src/sbin/mount_portal set only the effective user id to the user...
ozaki-r[src/trunk]: src/sys/netipsec Omit two arguments of ipsec4_process_packet
kre[src/trunk]: src/bin/sh (Perhaps temporarary) updated "hash" command. New op...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable Exynos USB support
joerg[src/trunk]: src/sys/arch/aarch64/include Be consistent and explicitly size r...
maya[src/trunk]: src/distrib/sets/lists/base blindly bump libm shlib version here...
maxv[src/trunk]: src Retire libpmc. It uses the legacy PMC interface in the kerne...
jmcneill[src/trunk]: src/sys/arch/aarch64/include Include aarch64/machdep.h for arm32...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Rock64 needs more time for the PHY to ...
jmcneill[src/trunk]: src/sys/dev/sdmmc Regen
skrll[src/trunk]: src/sys/uvm/pmap Sprinkle some KASSERTs
christos[src/trunk]: src/external/gpl3/gdb/lib new config files for aarch64 but no pr...
msaitoh[src/trunk]: src/sys/dev/pci VGA 16 bit decode bit is not bit 3 but bit 4.
sevan[src/trunk]: src Revert previous change so builds can resume.
maxv[src/trunk]: src/distrib/sets/lists/comp Obsolete pmc.3, it was part of libpmc.
kre[src/trunk]: src Fix build. pf_ioctl.c needs netinet/in_offload.h (after pr...
wiz[src/trunk]: src/share/man/man9 Bump date for previous.
msaitoh[src/trunk]: src/sys/dev/pci A device except Root Complex integrated has a li...
msaitoh[src/trunk]: src/sys/net ifmedia_removeall(): Clear ifm_cur and ifm_media aft...
nat[src/trunk]: src/sys/dev Ignore the interrupt if playback or recording has no...
chs[src/trunk]: src/sys/compat/linux/arch/powerpc add missing arg to fpu_discard().
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add armpmu
christos[src/trunk]: src/usr.bin/mail reset signal handler before returning.
msaitoh[src/trunk]: src/sys/dev/mii Regen.
jmcneill[src/trunk]: src/sys/dev/tprof Define TPROF_IDENT_ARMV8_GENERIC
roy[src/trunk]: src/lib/libcurses Document recently added functions in curses.3
kamil[src/trunk]: src Rework the changes to DTRACE/ZFS files that were fixing Clan...
jakllsch[src/trunk]: src/sys - Recognize the AS3722 sd0_v_minus_200mV bit, which is 1...
wiz[src/trunk]: src/bin/sh Uppercase UID. Fix typo.
hauke[src/trunk]: src/sys/dev/usb Recognize the Sierra un2430 WWAN/GPS Module as f...
jmcneill[src/trunk]: src/sys/dev/fdt Add support for Samsung Exynos USB3 DRD.
nonaka[src/trunk]: src/usr.sbin/ndp Use s6, not mysin.
martin[src/trunk]: src/crypto/external/bsd/heimdal/lib/libgssapi Explicit heimbase ...
kre[src/trunk]: src/sys/dev/virtio Be consistent with double include guard name ...
christos[src/trunk]: src/sys/kern fp == NULL in the DIAGNOSTIC, so use the real fp an...
jdolecek[src/trunk]: src/sys/dev/pci fix comment typo
mbalmer[src/trunk]: src/share/misc fix TIA entry
jakllsch[src/trunk]: src/sys/arch/arm <sys/pmc.h> is gone; don't #include it
sevan[src/trunk]: src/sys/rump/dev/lib Match the ioconf name in sys/modules.
kre[src/trunk]: src/lib/csu/common i386/amd64 build fix. Fix "possibly used un...
nat[src/trunk]: src/sys/dev Improved overflow test for audio_mmap.
christos[src/trunk]: src/doc new acpica
christos[src/trunk]: src/sys/rump/include/rump Use the same exposure rules for regist...
kre[src/trunk]: src/bin/sh DEBUG mode shell update (changes nothing for shells w...
jmcneill[src/trunk]: src/sys/dev/tprof RW fields in performance monitor registers are...
christos[src/trunk]: src/doc mention openssl
nat[src/trunk]: src/sys/dev Improved hw draining. Draining of hw will only comp...
christos[src/trunk]: src/lib/libm/complex Add the imprecise catrigl functions back.
kre[src/trunk]: src/bin/sh Fix a minor omission in last...
maxv[src/trunk]: src/sys/arch/x86/x86 I realized the changes I made broke the !as...
kre[src/trunk]: src/bin/sh Add mention of ; & in the list of control operators (f...
prlw1[src/trunk]: src/sys/dev/pci regen
skrll[src/trunk]: src/sys/arch/mips/mips Set mci_{, i}cache_alias_mask for all vari...
maya[src/trunk]: src/external/bsd/acpica/bin/iasl Correctly specify that iasl nee...
pgoyette[src/trunk]: src/sys/sys Bump version for changes to struct cpu_info
ozaki-r[src/trunk]: src/sys/netipsec Provide foreach macros for SA states (NFCI)
joerg[src/trunk]: src/external/gpl3/gcc/dist/gcc/config Static PIE should have no ...
skrll[src/trunk]: src/sys/arch/mips/mips Code style and add a comment
maya[src/trunk]: src/lib/libm/compat Drop superfluous ; in __warn_references
christos[src/trunk]: src/lib/libpuffs use a switch.
christos[src/trunk]: src/external/gpl3/gdb/dist/gdb fix signness issues.
maxv[src/trunk]: src/sys/arch Drop NENTRY() from the x86 kernels, use ENTRY(). Wi...
wiz[src/trunk]: src/share/man/man4 Improve wording.
christos[src/trunk]: src/lib/librumpclient Don't depend on stars in order to define t...
jmcneill[src/trunk]: src/sys/dev/fdt When attaching child devices, consider the best ...
kre[src/trunk]: src/external/bsd/atf/dist/atf-sh Add some information learned fr...
kre[src/trunk]: src/bin/sh POSIX says that the arg to break or continue is to be...
maxv[src/trunk]: src/distrib/sets/lists/comp ...and obsolete the html of pmc.3 to...
roy[src/trunk]: src/lib/libcurses Document baudrate(3).
jmcneill[src/trunk]: src/sys/arch/arm/fdt Switch to PSCI 0.1 mode only if the first c...
ryo[src/trunk]: src/sys/arch/aarch64 add MULTIPROCESSOR support
maya[src/trunk]: src/sys/arch/evbmips/conf COPY_SYMTAB=1 so ddb commands ps, bt work
christos[src/trunk]: src/lib/libpam/modules/pam_ssh function grew an extra argument now.
roy[src/trunk]: src/lib/libterminfo Clean up some compile warnings.
manu[src/trunk]: src/external/bsd/bind/lib/libdns Allow building with MKKERBEROS=no
ozaki-r[src/trunk]: src/sys/netipsec Use LIST_* functions (NFC)
skrll[src/trunk]: src/sys/arch/mips/mips Fix non-DIAGNOSTIC build
jakllsch[src/trunk]: src/sys/dev/pci Disable interrupt moderation, as it is it causes...
ozaki-r[src/trunk]: src/tests/net/ipsec Introduce check_sa_entries to remove lots of...
maxv[src/trunk]: src/sys/net/npf Fix the IPv6 payload computation in npf_tcpsaw. ...
maxv[src/trunk]: src/sys/net/npf Set con = NULL just once, instead of doing it in...
kamil[src/trunk]: src/sys/kern Avoid undefined behavior in lwp_ctl_free()
maya[src/trunk]: src/sys/dev/usb Side-load dev/hid/hid.h to restore the previous ...
kre[src/trunk]: src/bin/sh Remove bogus extra \n from syntax error message.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Make IRQ sharing work again
pgoyette[src/trunk]: src/share/man/man9 Ooops, localcount.9 was not supposed to be in...
wiz[src/trunk]: src/share/man/man9 Use more markup. Bump date for previous.
martin[src/trunk]: src/external/bsd/tcpdump/dist toupper() takes an unsigned char.
christos[src/trunk]: src/share/mk Back to always using just the list of sources for t...
dholland[src/trunk]: src/sbin/restore Document what rrestore is (was once) for. PR 53...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Fix non-MULTIPROCESSOR build
christos[src/trunk]: src/sys/arch/aarch64/aarch64 Keep in .data by using a section at...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add options __HAVE_GENERIC_CPU_INITCLOCKS
christos[src/trunk]: src/usr.sbin/rpcbind Limit size of buffer:
kre[src/trunk]: src/bin/sh Make ${NETBSD_SHELL} value include (a human recognis...
tnn[src/trunk]: src/sys/dev/i2c define control register and associated bits for ...
jmcneill[src/trunk]: src/sys/dev/fdt Move logic for checking "status" property out of...
christos[src/trunk]: src/crypto/external/bsd/openssh/dist fix unconst
skrll[src/trunk]: src/sys/arch/mips/mips Check the TLB entry ASID against base (a0...
christos[src/trunk]: src/bin/ksh PR/52210: David H. Gutteridge: revert var pattern ha...
jakllsch[src/trunk]: src/sys/dev/i2c Add AS3722 SD4 regulator frobbing bits.
kre[src/trunk]: src/bin/sh If we are going to permit
kre[src/trunk]: src/bin/sh Deal with \newline line continuations more correctly.
kamil[src/trunk]: src/sys/arch/x86/x86 Remove unaligned access to mpbios_page[]
jdolecek[src/trunk]: src/sys/dev/pci fix detach code and do it on shutdown
christos[src/trunk]: src/sbin/mount_portal prevent hang on vnode EOF.
jdolecek[src/trunk]: src/sys/dev/pci add callout for re-filling RX ring - it's invoke...
kamil[src/trunk]: src/sys/dev/scsipi Avoid undefined behavior in scsipiconf.h in _...
nat[src/trunk]: src/sys/dev Blksize is now calculated on sc_pustream/sc_rustream.
kamil[src/trunk]: src/share/misc Fix typo in "Interrupt"
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.0-rc1
msaitoh[src/trunk]: src/sys/dev/pci - Use pci_intr_establish_xname().
christos[src/trunk]: src/sys/arch/arm Add missing pointer <-> integer casts
palle[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: The %ver register is not ava...
kamil[src/trunk]: src/tests/usr.bin/c++ Disable profile and compat 32-bit c++ sani...
jdolecek[src/trunk]: src/sys/dev/pci refactor error handling in vioscsi_scsipi_reques...
dholland[src/trunk]: src/games/fortune/datfiles a thing.
martin[src/trunk]: src/lib/libm/src Limit some rintl usage to #ifdef __HAVE_LONG_DO...
kamil[src/trunk]: src/tests/usr.bin/c++ Use more C++ sugar in t_cxxruntime (ATF test)
jmcneill[src/trunk]: src/sys/arch/arm/samsung Remove some duplicate code
mbalmer[src/trunk]: src/share/examples/lua Fix flags for DB open.
ozaki-r[src/trunk]: src/sys Stop ipsec4_output returning SP to the caller
ozaki-r[src/trunk]: src/distrib/sets/lists/tests Sort
christos[src/trunk]: src/sys/arch/amd64/conf Disable sanitizers for the kernel.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add pwm clocks
christos[src/trunk]: src/distrib/sets/lists/base bump libpam.
kre[src/trunk]: src/bin/sh Drop the lex library - hasn't been needed since the a...
jdolecek[src/trunk]: src/sys/dev/pci replace code using SK_WA_4109 workaround flag by...
riastradh[src/trunk]: src/tests/kernel Stress rump hyperentropy a little harder.
sevan[src/trunk]: src/sbin/mount_cd9660 Note vnconfig(8) may be of interest, espec...
nat[src/trunk]: src/sys/dev Explicitly set ioflag in audio_[read/write] IO_NDELA...
kre[src/trunk]: src/bin/sh Correct a dsl comment relating to setting $_ - I thou...
kre[src/trunk]: src/tests/bin/sh Add a test for opening files with exec "when" i...
christos[src/trunk]: src/sys/net Calling rtinit(sa_family = AF_LINK, RTM_DELETE, 0) i...
kre[src/trunk]: src/sys/net UPdate previous so that there is no unused (but assi...
msaitoh[src/trunk]: src/sys/dev/pci Use pci_intr_establish_xname().
martin[src/trunk]: src/sys/rump/librump/rumpkern Add a dummy (non-working) uvm_map().
joerg[src/trunk]: src/share/mk Update MKSTATICPIE entry to actually do something.
kamil[src/trunk]: src/sys/kern Avoid undefined behavior in pr_item_notouch_put()
jmcneill[src/trunk]: src/sys/dev/tprof Add tprof backend for ARMv7 performance monitors.
kre[src/trunk]: src/bin/sh NFC: Whitespace, KNF, and (some) consistency.
spz[src/trunk]: src/sys/dev/usb add identification for some Yubikeys
martin[src/trunk]: src/distrib/sets/lists Comment out liblsan entries to fix the build
skrll[src/trunk]: src/sys/arch/arm/arm KASSERT -> MASSERTMSG
jmcneill[src/trunk]: src/sys cpus: use fdt_add_bus
kamil[src/trunk]: src/sys/kern Avoid undefined behavior in mq_recv1()
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add pseudo-device tprof (fix build)
maxv[src/trunk]: src Remove the usr.bin/pmc tool. People should use tprof instead.
christos[src/trunk]: src/sys/dev/fdt Use PRI?64 instead of ll?
kamil[src/trunk]: src/regress/sys Remove bpf regress tests, obsoleted by ATF net/b...
kre[src/trunk]: src/sys/dev/pci Whitespace fixes. NFC.
maxv[src/trunk]: src/usr.sbin/tprof/arch Inline the values in amd_f10h_names[], w...
kamil[src/trunk]: src/regress/sys/crypto Drop regress test for des, obsoleted by A...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that if_obytes and if_omcasts ar...
christos[src/trunk]: src/doc new acpica
christos[src/trunk]: src/sys/arch/evbarm/fdt fix printf formats ll? -> PRIx64
jmcneill[src/trunk]: src/usr.sbin/usbdevs Print USB_SPEED_SUPER_PLUS capability if pr...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable options MULTIPROCESSOR
martin[src/trunk]: src/share/mk Debug hack: print out full random-seed for C++ comp...
skrll[src/trunk]: src/sys/arch/mips/mips opt_multiprocessor.h police
martin[src/trunk]: src/sys/netinet Add missing <netinet/in_offload.h> include.
martin[src/trunk]: src/distrib/arc/ramdisk Slightly increase the image size
kamil[src/trunk]: src/sys/kern Use consistently "bufq_private(bufq)" instead of "b...
christos[src/trunk]: src/crypto/external/bsd/openssl/dist *) Constructed ASN.1 types ...
jmcneill[src/trunk]: src/sys/arch/arm Use fdtbus_attach_i2cbus
jmcneill[src/trunk]: src/sys/arch/evbarm/exynos Use KERNEL_IO_VBASE instead of magic ...
sevan[src/trunk]: src/share/man/man8 Direct reader solely to ftp.FreeBSD.org.
maxv[src/trunk]: src/sys/netinet Style, rename 'iph' -> 'ip', and reduce the diff...
kamil[src/trunk]: src/regress/sys/uvm Remove dead leftover Makefiles from src/regress
kre[src/trunk]: src/lib/libc/time Turns out that the previous fix is incorrect, ...
sevan[src/trunk]: src/lib/librumpuser Update NetBSD values obtained from running c...
christos[src/trunk]: src/sbin/nvmectl sprinkle static and death
kre[src/trunk]: src/bin/sh Improve the description of option processing (includi...
maxv[src/trunk]: src/sys/arch/x86/x86 Add more KASSERTs.
jmcneill[src/trunk]: src/sys/dev/fdt Return the interrupt controller's cookie directl...
kamil[src/trunk]: src/sys/kern Set clear comment about EI_OSABI and EI_ABIVERSION
macallan[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-nv build EXA sup...
christos[src/trunk]: src/share/mk Sanitizers don't support static linking.
joerg[src/trunk]: src/lib/libc/tls Determine dynamic binaries by presence of PT_IN...
ryo[src/trunk]: src/sys/arch/evbarm/rpi remove unnecessary code. .Lmmu_init_tabl...
maxv[src/trunk]: src/sys/arch/x86/x86 Oh. Don't call svs_pdir_switch if SVS is di...
jmcneill[src/trunk]: src/sys/dev/fdt When searching for interrupt parent, stop as soo...
christos[src/trunk]: src/lib/libpuffs correct previous cast.
skrll[src/trunk]: src/sys/arch/hpcmips/hpcmips Trailing whitespace
nat[src/trunk]: src/sys/dev Restore the use of sc_intr_lock as it was in rev 1.334.
jmcneill[src/trunk]: src/sys/dev/fdt Store node path in device properties "fdt-path" ...
ozaki-r[src/trunk]: src/tests/net/ipsec Fix typo
christos[src/trunk]: src/sbin/ifconfig We don't need agr or l2tp when we are small.
christos[src/trunk]: src/sys/arch/aarch64/aarch64 add default statements, use PRI?64 ...
rjs[src/trunk]: src/sys/netinet Change SPL around call to in_pcbbind().
msaitoh[src/trunk]: src/sys/dev/pci - Fix a bug that a device which has no PCIe capa...
abhinav[src/trunk]: src/share/man/man9 Fixes in NAME section:
christos[src/trunk]: src/lib/libc/gen use the symbolic M_ALL and trim with M_MASK
skrll[src/trunk]: src/sys/arch/mips/mips Fix off-by-one in tlb_record_asids
jakllsch[src/trunk]: src/sys/dev/rasops Add rasops15_putchar_aa() for greyscale fonts.
martin[src/trunk]: src/external/bsd/tcpdump/dist Add missing argument
christos[src/trunk]: src/sys/net Provide an inline to return the data part of the arp...
kamil[src/trunk]: src/regress Drop usr.bin/rtld/testlib, replaced with ATF tests i...
martin[src/trunk]: src/crypto/external/bsd/heimdal/lib/libkadm5srv Provide an expli...
maxv[src/trunk]: src/usr.sbin/tprof Change the arguments of the tprof tool, to ma...
jnemeth[src/trunk]: src/sys/dev/usb PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN...
kamil[src/trunk]: src/sys/dev/ic Avoid undefined behavior of signedness bit shift ...
maxv[src/trunk]: src/sys/net/npf Fix an inverted logic.
pgoyette[src/trunk]: src/distrib/sets/lists/comp Too early for including localcount h...
jmcneill[src/trunk]: src/sys/dev/ofw Rename of_getprop_bool to of_hasprop and make of...
jmcneill[src/trunk]: src/sys/dev/tprof Add TPROF_IDENT_ARMV7_GENERIC
kre[src/trunk]: src/bin/sh Don't forget the ! reserved word exists (node ype NNO...
christos[src/trunk]: src/lib/librumpclient make it the same as rump.h
knakahara[src/trunk]: src/sys/opencrypto add some assertion. tested by ATF net/ipsec/ ...
jdolecek[src/trunk]: src/sys/dev/pci use pci_intr_establish_xname()
christos[src/trunk]: src/sys/compat/common remove extra S
christos[src/trunk]: src/external/gpl3/gcc/dist/libiberty clang does not like auto in...
christos[src/trunk]: src/doc new OpenPAM
msaitoh[src/trunk]: src/lib/libc/stdio Indent.
jmcneill[src/trunk]: src/sys/dev/ic Reduce 10 second timeouts to 2 seconds.
roy[src/trunk]: src/lib/libterminfo Fix some compile warnings.
abhinav[src/trunk]: src/usr.bin/sortinfo Free the buffer allocated by getline(3).
skrll[src/trunk]: src/sys/arch/mips/mips Add a KASSERT
jmcneill[src/trunk]: src/sys/arch/arm/samsung Fix value of PHY_CLK_RST_FSEL_24M, USB2...
ryo[src/trunk]: src/sys/arch/arm/broadcom hatch secondary processors (aarch64)
martin[src/trunk]: src/lib/librumpuser Evil hack to fix the build: provide PRIxREGI...
hannken[src/trunk]: src/sys/kern Enter fstrans from _vfs_busy() and leave from vfs_u...
kamil[src/trunk]: src/sys/kern Avoid unportable signed integer left shift in fd_us...
skrll[src/trunk]: src/sys/arch/mips/mips Remove #if 0'ed old style cache handling ...
skrll[src/trunk]: src/sys/uvm/pmap Trailing whitespace
maya[src/trunk]: src/external/mit/xorg/bin Claim to have getopt_long.
kre[src/trunk]: src/bin/sh Undocument (comment out) the description of the unimp...
mbalmer[src/trunk]: src/external/mit/lua/dist/src Fix a bug that gerenates wrong cod...
skrll[src/trunk]: src/sys/arch/mips/mips Improve comment wording.
christos[src/trunk]: src/lib/libc/string switch to FreeBSD's memmem
ozaki-r[src/trunk]: src/tests/net/ipsec Disable DAD rather than waiting its completi...
kamil[src/trunk]: src/sys/kern Avoid unportable signed integer left shift in fd_is...
prlw1[src/trunk]: src/sys/dev/pci Add Western Digital (Sandisk) WD Black NVMe SSD...
maxv[src/trunk]: src/sys/arch Remove "options DEBUG_BY_TOOLS", it doesn't exist.
ozaki-r[src/trunk]: src/sys/netipsec Show __func__ instead of __FILE__ in debug log ...
ozaki-r[src/trunk]: src/tests/net/ipsec Dedup some routines
msaitoh[src/trunk]: src/sys/dev/pci Fix typos.
bouyer[src/trunk]: src/sys/arch Put back trace in DDB_COMMANDONENTER; in seems that...
maxv[src/trunk]: src/sys/net/npf Modify the logic in npf_reassembly. Don't call n...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Use syscon API.
kamil[src/trunk]: src/sys/kern Try to avoid signed integer overflow in callout_sof...
ozaki-r[src/trunk]: src Add test cases for SA lifetime
ozaki-r[src/trunk]: src/tests/net Fix typo
kre[src/trunk]: src/sys Avoid redefining SET/CLR/ISSET (which in the kernel are ...
maxv[src/trunk]: src/sys/netinet Add KASSERTs in in_undefer_cksum_tcpudp.
kre[src/trunk]: src/tests/bin/sh Add a test case for the various ways that ${xxx...
kamil[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Remove UB from definitio...
jmcneill[src/trunk]: src/sys/arch Replace sscom with a much simpler uart driver. The ...
maxv[src/trunk]: src Remove tpfmt(1). Its code was merged into tprof(8).
christos[src/trunk]: src/share/man/man4 Add more message types.
skrll[src/trunk]: src/sys/uvm/pmap KASSERT -> KASSERTMSG
abhinav[src/trunk]: src/external/cddl/osnet/dist/cmd/dtrace Change section number fr...
abhinav[src/trunk]: src/usr.sbin/makemandb Instead of dereferencing the pointer pass...
msaitoh[src/trunk]: src/sys/dev/ata KNF. No functional change.
kre[src/trunk]: src/bin/sh Keep track of which file descriptors the shell is usi...
pgoyette[src/trunk]: src/share/man/man9 Make the primary name for this man-page devsw
hannken[src/trunk]: src/sys/kern Handle the case where the mount is gone and its mnt...
roy[src/trunk]: src/lib/libcurses Note the substantial work by others on the cur...
nat[src/trunk]: src/sys/dev Increase the priority of the mixing/record threads a...
nat[src/trunk]: src/sys/dev Revert to previous.
joerg[src/trunk]: src Extend the mmap(2) interface to allow requesting protections...
christos[src/trunk]: src/doc new ntp
rkujawa[src/trunk]: src/share/man/man4 Note slurm(4) driver, improve history.
christos[src/trunk]: src Merge conflicts; STA methods and fields are not present anym...
joerg[src/trunk]: src/external/gpl3 Reapply with fixed condition:
ozaki-r[src/trunk]: src/tests/net/ipsec Test flushing SAD/SPD entries
jakllsch[src/trunk]: src/sys/arch/arm/dts catch up to upstream dts changes/additions
christos[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer Reduce sizes for non _LP...
abhinav[src/trunk]: src/usr.sbin/makemandb Remove the table name parameter from the ...
pgoyette[src/trunk]: src/sys Introduce mutex_ownable() to determine if it is possible...
kre[src/trunk]: src/bin/sh NFC: Change prototype of pushstring() to give a real ...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia tegra_apbdma_acquire: length param is in...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add expwm, pwmfan
kamil[src/trunk]: src/regress/sys Remove tests for executable/non-executable stack.
roy[src/trunk]: src/usr.bin/tic Whitespace and formatting.
dholland[src/trunk]: src/sbin/dump Document what rdump is (was once) for. PR 53442.
christos[src/trunk]: src/usr.bin/xlint/lint1 Add our syslog format.
maxv[src/trunk]: src/sys/arch Remove "options IPKDB", and the other associated op...
skrll[src/trunk]: src/sys/arch/mips/mips Allow cpu_uarea_alloc to return NULL for ...
roy[src/trunk]: src/lib/libcurses And more functions ....
sevan[src/trunk]: src/share/misc Add PSA
triaxx[src/trunk]: src/external/bsd/dhcpcd Fix an inconsistency that showed /var/db...
rkujawa[src/trunk]: src/share/man/man4 Clarify caveats.
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add support for Samsung Exynos USB.
christos[src/trunk]: src/usr.bin/make Fix previous: cached_stats() returning < 0 mean...
christos[src/trunk]: src/external/bsd/openpam/dist merge conflicts
maxv[src/trunk]: src/sys Move
nonaka[src/trunk]: src/sys/arch/i386/stand/efiboot efiboot: implement consdev command.
jmcneill[src/trunk]: src/distrib/utils/embedded/files Enable booting of netbsd-EXYNOS...
ozaki-r[src/trunk]: src/sys/netinet6 Add missing KEY_FREESP to ip6_forward
martin[src/trunk]: src/etc Drop output for MAKECONF MAKEOBJDIR MAKEOBJDIRPREFIX MAK...
sjg[src/trunk]: src/usr.bin/make Main_SetObjdir: ensure buf2 is in scope
kamil[src/trunk]: src/sys/arch/x86/x86 Avoid unportable signed integer left shift ...
kamil[src/trunk]: src/regress/sys Remove regress sys/crypto tests, obsoleted by AT...
abhinav[src/trunk]: src/lib/libc/sys Add missing word.
kamil[src/trunk]: src/distrib/sets/lists/comp Fix distribution build for MKCATPAGE...
kamil[src/trunk]: src/sbin/mount_portal Sync example portal.conf with reality
maxv[src/trunk]: src Retire ipkdb entirely. The option was removed from the confi...
kre[src/trunk]: src/sys/dev/pci Build fix: Supply missing symbol definition.
maya[src/trunk]: src/share/man/man4/man4.i386 Don't mention options that don't ap...
hannken[src/trunk]: src/sys/kern Remove now invalid comment.
christos[src/trunk]: src/external/gpl3/binutils regen aarch64
skrll[src/trunk]: src/sys/arch/mips/mips KNF
kre[src/trunk]: src/bin/sh When opening a file descritor with "exec n>/file" (an...
christos[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64 selec...
kre[src/trunk]: src/bin/sh Another fix from FreeBSD. I'm not sure how to trigg...
kre[src/trunk]: src/bin/sh Fix the heredoc line counting bug that I caused when ...
nat[src/trunk]: src Audio mmap now works with all devices as hw->mappage is no l...
abhinav[src/trunk]: src/usr.sbin/makemandb Use sqlite3_mprintf() to generate SQL que...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 fix compile error
hubertf[src/trunk]: src/distrib/utils/embedded/conf minor cleanup in customize_evbar...
pgoyette[src/trunk]: src/sys/sys Use a different, type-insensitive idiom for CLR().
ozaki-r[src/trunk]: src/usr.sbin/arp arp: warn if failed to delete a specified arp e...
kamil[src/trunk]: src/regress/sys/kern Drop broken tests (no longer builds in years)
ryo[src/trunk]: src/sys/arch/evbarm/conf enable options MULTIPROCESSOR
knakahara[src/trunk]: src/sys/opencrypto fix: crypto_drivers[hid].cc_process() could b...
christos[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSPosix put back handl...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Adjust voltage when changing CPU frequency.
christos[src/trunk]: src/usr.sbin/npf/npfctl don't print decimal and parse hex!
jmcneill[src/trunk]: src/sys/arch Attach mct early. Do not attach gtmr to mct.
abhinav[src/trunk]: src/usr.sbin/makemandb We do need to copy the return value from ...
martin[src/trunk]: src/distrib/amd64 Try to make images big enough for debug sets
kre[src/trunk]: src/bin/sh Fix some bogus usage of EV_EXIT in evaltree(). Fix ...
christos[src/trunk]: src/sys/kern protect against NULL, from PaulG
skrll[src/trunk]: src/sys/arch/evbarm/conf Add bcm2835-rpi-zero-w.dts and bcm2837-...
kre[src/trunk]: src/bin/sh Corrected some typos, added some (hopefully improving...
gdt[src/trunk]: src/sys/arch/evbarm/conf RPI: remove commented-out pseudodevices
mbalmer[src/trunk]: src/lib/lua/sqlite Guard against double freeing of objects (expl...
christos[src/trunk]: src/sys/dev/acpi/acpica implement new interfaces
maya[src/trunk]: src/lib/libm Belatedly bump minor.
christos[src/trunk]: src/external/bsd/tmux/dist add missing printflike
skrll[src/trunk]: src/sys/arch/mips/mips Fix typo that got dcache alias mask set f...
wiz[src/trunk]: src/lib/libc/sys file system police.
pgoyette[src/trunk]: src/share/man/man9 Update mutex(9) for mutex_ownable()
christos[src/trunk]: src/lib/libpuffs Only add a write filter for sockets. It is not ...
roy[src/trunk]: src/usr.bin/tic Remove __VALGRIND__ guard .... just clean up.
christos[src/trunk]: src/usr.bin/tic fix the tools build. reported by Utkarsh Anand
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 check off SMP
maya[src/trunk]: src Remove viadrm(4), superseded by viadrmums.
riastradh[src/trunk]: src/sys/kern Forward-declare `struct lwp' so we can use `struct ...
nat[src/trunk]: src/sys/dev Possibile vchan mixer overflow panic avoided.
kre[src/trunk]: src/external/gpl3/gcc/lib Remove (recently) commented out (recen...
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist/arch Merge conflicts.
martin[src/trunk]: src/sys/rump/librump/rumpkern Provide stupid uvm_map() and uvm_u...
kamil[src/trunk]: src/sys/arch/aarch64/include Use __uint128_t conditionally in aa...
jmcneill[src/trunk]: src/sys/dev/fdt Add basic pwm-fan driver. This doesn't have any ...
christos[src/trunk]: src/sys/external/bsd/ipf/netinet Call the right filter function ...
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.0-rc1 with the fo...
kamil[src/trunk]: src/share/misc Document SPL in wtf(6)
riastradh[src/trunk]: src/sys regen
jmcneill[src/trunk]: src/sys/arch/arm/samsung No need to use hold reg when updating c...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add driver for Rockchip I2C controller.
christos[src/trunk]: src/doc new acpica
jdolecek[src/trunk]: src/sys/dev/pci fix number of maximum segments in the queue allo...
maxv[src/trunk]: src Remove the X86PMC code I had written, replaced by tprof. Man...
eadler[src/trunk]: src/share/misc bsd-family-tree: Add missing DragonFly and FreeBS...
maxv[src/trunk]: src/usr.sbin/tprof/arch specialreg.h is x86-specific, don't incl...
maya[src/trunk]: src/lib/libm/src Correct misleading indentation. NFC
jmcneill[src/trunk]: src/usr.sbin/tprof Add ARMv8 support.
bouyer[src/trunk]: src/sys/arch/arm/sunxi Handle 'console=serial' passed from the b...
kardel[src/trunk]: src/sys/netinet6 avoid a double ifa_release() and thus a panic w...
kamil[src/trunk]: src/distrib/sets/lists/debug Fix MKPAM=no build
jmcneill[src/trunk]: src/sys/arch/arm/fdt Return the real interrupt handle from gic_f...
maxv[src/trunk]: src/sys/netinet Remove the callback, localify, and add a comment.
skrll[src/trunk]: src/sys/arch/mips/mips Don't access pg before the KASSERT it's n...
nonaka[src/trunk]: src/usr.sbin/ndp Remove duplicate rtrlist() function prototype.
christos[src/trunk]: src/external/bsd/ntp merge conflicts
kre[src/trunk]: src/sys/dev/virtio Do the previous in the way it probably should...
sevan[src/trunk]: src With the removal of HAVE_REGISTER_T from rumpuser_port.h, _K...
christos[src/trunk]: src/sys/arch/i386/stand Enable efiboot on i386, for 32 bit bootb...
ozaki-r[src/trunk]: src/sys/netipsec Kill useless IPSEC_DEBUG2 (NFC)
joerg[src/trunk]: src/lib/csu/common Add static PIE support for i386 and AMD64.
ozaki-r[src/trunk]: src/sys/netipsec Fix diagnostic assertion failure in ipsec_init_...
abhinav[src/trunk]: src/usr.sbin/makemandb Simplify handling of the section argument...
abhinav[src/trunk]: src/external/cddl/osnet/dist/cmd/dtrace Fix a typo: s/intepretat...
msaitoh[src/trunk]: src/usr.bin/netstat Print iqdrops, too. This change also fixes a...
bouyer[src/trunk]: src/sys/arch/evbarm/conf Enable the display engine devices. Note...
rjs[src/trunk]: src/sys/netinet Change bzero -> memset, bcopy -> memcpy.
jdolecek[src/trunk]: src/sys/dev/pci attach the rnd source only once even with dual-p...
hannken[src/trunk]: src/sys Return ENOENT if trying to suspend an unmounted file sys...
christos[src/trunk]: src/external/gpl3/gcc/usr.bin/backend Aarch64 specific generated...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add i2c clocks.
ryo[src/trunk]: src/sys/netipsec Make ipsec_address() and ipsec_logsastr() mpsafe.
christos[src/trunk]: src/external/gpl3/gcc First pass at mknative for aarch64, based ...
ryo[src/trunk]: src/sys/netinet replace in_fmtaddr() by IN_PRINT(), and delete f...
christos[src/trunk]: src/sbin/mount_portal We need to provide a size for getattr for ...
wiz[src/trunk]: src/sbin/nvmectl Remove unnecessary Pp. Add missing plural-s. Mo...
martin[src/trunk]: src/sys/dev/usb Andrius V in PR kern/53461: add support for D-Li...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add force_10_100_autonego sysctl. The defa...
maya[src/trunk]: src/share/man/man5 Remove dhclient references.
msaitoh[src/trunk]: src/sys/compat/linux/common Fix compile error.
ginsbach[src/trunk]: src/share/misc add EEE, MII, RGMII, SGMII
spz[src/trunk]: src/sys/dev/usb add Yubikey ids, this time more complete (thanks...
skrll[src/trunk]: src/sys/arch/mips/mips Save/restore pgMask in tlb_record_asids
jmcneill[src/trunk]: src/share/man/man4 Add qemufwcfg* at fdt? to synopsis
kre[src/trunk]: src/usr.bin/printf Avoid printing error messages twice when an i...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add driver for Exynos PWM timer.
kamil[src/trunk]: src/tests/bin/expr Add a couple of new ATF expr(1) tests
kre[src/trunk]: src/bin/sh Implement the '; &' (used instead of '; ; ') case statem...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 allow to read CNTVCT_EL0 and CNTFRQ...
christos[src/trunk]: src/external/bsd/tcpdump/dist - don't use their ntoh{l, s}/hton{l...
kamil[src/trunk]: src/sys/kern Avoid undefined behavior in mq_send1()
jakllsch[src/trunk]: src/sys/arch/arm/nvidia The DMA Request number is seperate from ...
kamil[src/trunk]: src/regress/sys/fs Remove regress getdents test, obsoleted by AT...
jnemeth[src/trunk]: src/share/man/man4 mention Oxford Semiconductor OXPCIe954 4-port...
bouyer[src/trunk]: src/sys/arch/arm/sunxi Allow the graphic driver to be the kernel...
sevan[src/trunk]: src/sbin/mount_cd9660 vnconfig name is retained for backwards co...
wiz[src/trunk]: src/bin/sh Use more, or more appropriate, markup.
martin[src/trunk]: src/lib/libm/arch/arm Add missing namespace.h include
jnemeth[src/trunk]: src/sbin/gpt Not all things that write to the disk do something ...
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add glue for ARMv8 performance monitor (PMU).
pgoyette[src/trunk]: src/distrib/sets/lists/comp Sets list for new mutex_ownable(9) e...
kamil[src/trunk]: src/sys/dev/pci Avoid undefined behavior in pciiide macros
wiz[src/trunk]: src/share/man/man8 Use URL and appropriate macro for pointing to...
jmcneill[src/trunk]: src/sys/dev/tprof Add tprof backend for ARMv8 performance monitors.
christos[src/trunk]: src/crypto/external/bsd/openssh/dist restore default xx salt.
maxv[src/trunk]: src/sys Rename
macallan[src/trunk]: src/sys/dev/pci restrict a magic number 'fix' inherited from xf8...
jmcneill[src/trunk]: src/sys/kern Revert previous
martin[src/trunk]: src/sys/dev Be carefull with play-only/record-only devices. Sugg...
maxv[src/trunk]: src/usr.sbin/tprof Merge tpfmt(1) into tprof(8). We want to have...
kamil[src/trunk]: src/sys/ufs/ffs Avoid Undefined Behavior in ffs_clusteracct()
kre[src/trunk]: src/bin/sh Fix idiot typos in previous (this is not the advertis...
pgoyette[src/trunk]: src/share/man/man9 Add a cross-ref to devsw(9)
sevan[src/trunk]: src Do not define _KERNTYPES as this breaks build with buildrump...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Use arm_generic_bs_tag instead of armv7_...
pgoyette[src/trunk]: src/distrib/sets/lists/comp Add new primary entry for devsw(9) m...
christos[src/trunk]: src/etc/rc.d support xmss keys
mrg[src/trunk]: src add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that...
martin[src/trunk]: src/sys/kern More ipkdb removal
maya[src/trunk]: src/share/man/man5 Xref dhcpcd, not removed dhclient.
maya[src/trunk]: src/share/examples/apm dhclient->dhcpcd
macallan[src/trunk]: src/sys/dev/rasops rasops_reconfig(): don't clear flags we won't...
jmcneill[src/trunk]: src/share/man/man4 .Fl prepends a dash, no need to specify anoth...
maxv[src/trunk]: src/sys/arch/x86/include Hum. Move the __HAVE_DIRECT_MAP block a...
nonaka[src/trunk]: src/usr.sbin/ndp ndp(8): host_buf should not be used in delete().
christos[src/trunk]: src/external/gpl3/gdb/lib/libbfd it is not xx but nn that we wan...
nat[src/trunk]: src/sys/kern Explicitly set the flags instead of masking set val...
kamil[src/trunk]: src/tests/lib/libc/sys Improve style of PT_SETSTEP and PT_CLEARS...
ozaki-r[src/trunk]: src/sys/netipsec Fix memory leaks of sah->idents and sah->identd
christos[src/trunk]: src/lib/libpam Bump version
abhinav[src/trunk]: src/usr.sbin/makemandb Avoid dereferencing pointer at multiple p...
maxv[src/trunk]: src/sys/arch/x86/pci Fix bug, SPINOUT() is not supposed to take ...
hauke[src/trunk]: src/sys/dev/usb Recognize the Ralink RT5370 adapter. It has been...
christos[src/trunk]: src/usr.bin/xlint/lint1 recognize noinline attribute
kamil[src/trunk]: src/regress/sys Remove regress lseek tests, obsoleted by ATF
kre[src/trunk]: src Add the new signalname/signalnext/signalnumber interface to ...
maya[src/trunk]: src/lib/libc/time ++bool to bool=true to appease GCC 8. NFC
roy[src/trunk]: src/sys/netinet carp should call if_link_state_change instead of...
kamil[src/trunk]: src/lib/libc/sys Make the PIOD_READ_AUXV operation more clear
maxv[src/trunk]: src/sys/netinet Remove dead code.
pgoyette[src/trunk]: src/distrib/sets/lists/comp Remove yet another entry for localco...
christos[src/trunk]: src/external/gpl3/gdb/dist/bfd aarch64 does not have PT_STEP so ...
kre[src/trunk]: src/bin/sh Make "export VAR" work correctly ... if VAR was unset...
christos[src/trunk]: src/external/gpl3/gcc/lib vaxinate the sanitizer build.
martin[src/trunk]: src/etc Remove debug hack (revert previous)
kre[src/trunk]: src/bin/sh So sayeth posix (of the special builtin "eval"):
kre[src/trunk]: src/bin/sh I noticed!
kre[src/trunk]: src/bin/sh NFC: changes to comments only - expand/add comments r...
wiz[src/trunk]: src/lib/libc/gen Formatting and punctuation improvements.
maxv[src/trunk]: src/sys/arch/x86/x86 Remove ifdef GPROF.
jmcneill[src/trunk]: src/sys/dev/fdt Get rid of unnecessary calls to kmem_alloc
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
martin[src/trunk]: src/sys/sys We need to make ISSET/SET/CLR available for bootload...
christos[src/trunk]: src/share/mk Build seed fixes:
martin[src/trunk]: src/sys/dev/ebus Make it compilable with AUDIODEBUG
christos[src/trunk]: src/external/gpl3/gcc/usr.bin/frontend Give aarch64 the "special...
maya[src/trunk]: src/sys Remove unused macro.
ozaki-r[src/trunk]: src/sys/netipsec Fix kernel build with IPSEC
jmcneill[src/trunk]: src/sys/external/gpl2/dts/dist Import dts from Linux 4.18-rc2
msaitoh[src/trunk]: src/sys/dev/pci - Add RICOH R5C576 SD Card Controller.
sborrill[src/trunk]: src/sys/arch/amd64/conf Add commented out carp and mpls pseudo-d...
christos[src/trunk]: src/sys/kern PR/51916: Kamil Rytarowski: Don't multiply es_argle...
christos[src/trunk]: src/sys/netinet PR/52074: Frank Kardel: current npf map directiv...
maya[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-openchrome Add m...
skrll[src/trunk]: src/sys/arch/mips/mips Really fix typo that got dcache alias mas...
jmcneill[src/trunk]: src/sys/dev/sdmmc Add vendor REALTEK and product RTL8703BS
wiz[src/trunk]: src/share/mk Fix MKSANITIZER default in description.
jmcneill[src/trunk]: src/usr.sbin/tprof/arch Mark tprof_event_init, tprof_event_list, ...
nat[src/trunk]: src/sys/dev Revert FNONBLOCK logic to that from rev 1.335.
ozaki-r[src/trunk]: src/sys/net Don't use aprint_* functions for logging unrelated t...
skrll[src/trunk]: src/sys/arch/mips/include Trailing whitespace
ozaki-r[src/trunk]: src/sys/netipsec Fix a debug log message
kre[src/trunk]: src/bin/sh Remove a now unnecessary (ater the changes in 1.136) ...
jmcneill[src/trunk]: src/sys/dev/fdt Add support for system controller nodes.
ryo[src/trunk]: src/sys/kern whitespace police
jnemeth[src/trunk]: src/sys/dev/usb PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN...
kamil[src/trunk]: src/doc Remove the expr(1) entry from TODO.sanitizer (finished)
christos[src/trunk]: src/external/bsd/acpica/bin/iasl Adjust for 20170303
dholland[src/trunk]: src/share/dict Add missing word: cactus. PR 53432.
kre[src/trunk]: src/sys/net Avoid attempting to call arp related functions if th...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Small optimization: don't execute the M...
jmcneill[src/trunk]: src/sys/arch/arm/dts No need to define our own emac node as this...
jakllsch[src/trunk]: src/sys/dev/wscons Double size of WSDISPLAYIO_SFONT name buffer ...
kre[src/trunk]: src/bin/sh Avoid truncating the command string saved with backgr...
jmcneill[src/trunk]: src/doc arm: Add support for ARMv8 performance event monitoring ...
martin[src/trunk]: src/sys/dev/sbus Make it compile with AUDIODEBUG
bouyer[src/trunk]: src/sys/arch/evbarm/conf Move sunxidep to pass5, it has to attac...
roy[src/trunk]: src/lib/libcurses Reference curses_slk(3).
msaitoh[src/trunk]: src/sys/dev/mii Add PMA/PMD control 2 register bit definitions.
maxv[src/trunk]: src/sys/arch/amd64/conf Remove "no options GPROF", we don't have...
skrll[src/trunk]: src/sys/arch/mips/mips Make cpu_uarea_{alloc, free} conditional o...
kamil[src/trunk]: src Add new ATF C++ tests in usr.bin/c++: t_static_destructor
ryo[src/trunk]: src/sys/arch/arm/pic fix false positive KASSERT.
jdolecek[src/trunk]: src/sys/dev/pci free the virtio slot _before_ calling scsipi_don...
skrll[src/trunk]: src/sys/arch/mips/mips Call an ASID an ASID in comments
mbalmer[src/trunk]: src/sys/modules/lua Avoid possible null pointer dereferencing.
maya[src/trunk]: src/external/gpl3 stopgap fix: revert bfd PT_PHDR without PT_INT...
mrg[src/trunk]: src/usr.bin don't try to decend into remove 'pmc' subdir.
christos[src/trunk]: src/lib/libm/complex mention why we don't support this (yet)
maxv[src/trunk]: src/sys/arch/x86/x86 Use a variable-sized memcpy, instead of cop...
jmcneill[src/trunk]: src/sys/arch/arm/samsung Add USB clocks and missing MMC biu clocks
christos[src/trunk]: src/external/lgpl3/gmp/lib/libgmp/arch/aarch64 aarch64 files for...
ozaki-r[src/trunk]: src/tests/net/ipsec Dedup some routines
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 need locks in pmap_kremove() and pm...
christos[src/trunk]: src/external/gpl3/gcc/lib/libgcc avoid dups for aarch64
kamil[src/trunk]: src/sbin/mount_portal Minor and non-functional enhancements in m...
jdolecek[src/trunk]: src/sys/dev/pci sync OpenBSD if_msk.c revs 1.66-1.79 skipping fr...
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
jdolecek[src/trunk]: src/sys/kern add DIAGNOSTIC check for rnd_attach_source() being ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf add syscon
christos[src/trunk]: src/external/gpl3/gdb/lib/libbfd Add another elfxx conversion.
rkujawa[src/trunk]: src Add TEA5767 FM radio driver. From Karuna Grewal.
maxv[src/trunk]: src/sys/arch/x86 Remove unused x86/include/tprof.h, there should...
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in udav(4).
christos[src/trunk]: src/crypto/external/bsd/openssl/dist limit the aarch64 hack to c...
mbalmer[src/trunk]: src/external/mit/lua/dist/src don't spam the console, just outpu...
wiz[src/trunk]: src/sbin/canconfig New sentence, new line. Fix typos. More consi...
kre[src/trunk]: src/bin/sh Fix several bugs in the command / type builtin ( incl...
hannken[src/trunk]: src/sys/miscfs/genfs Protect layer_getpages against vnodes disap...
bouyer[src/trunk]: src/doc Update status of bouyer-socketcan
christos[src/trunk]: src/share/mk Everyone has gcc-6 now.
jmcneill[src/trunk]: src/sys Move console initialization out of platform code into th...
christos[src/trunk]: src/compat gcc aarch64 does not have multilib
joerg[src/trunk]: src/usr.bin/unzip Ignore malformed directory entries as created ...
pgoyette[src/trunk]: src/sys/arch/x86/include More rearrangement of struct cpu_info t...
kamil[src/trunk]: src/distrib/sets/lists/comp Fix MKCATPAGES=yes build
christos[src/trunk]: src/sys/arch/evbarm/fdt restore type of uboot_args
riastradh[src/trunk]: src/doc Note removal of MKCRYPTO_RC5 and MKCRYPTO.
jmcneill[src/trunk]: src/sys/arch Fix VERBOSE_INIT_ARM build with TEGRA kernel.
msaitoh[src/trunk]: src/sys/dev/usb Regen.
ozaki-r[src/trunk]: src/tests/net Change the default value of DEBUG of stable tests ...
riastradh[src/trunk]: src/share/man/man9 No more need to call fstrans_mount: vfs does ...
martin[src/trunk]: src/tests/net/can Fix size_t format strings
ozaki-r[src/trunk]: src/sys/netipsec Support SO_OVERFLOWED on PF_KEY sockets
kamil[src/trunk]: src/tests/include/sys Avoid undefined behavior in an ATF test: t...
jmcneill[src/trunk]: src/sys/arch/evbarm/tegra Adjust a comment that refers to Tegra1...
ozaki-r[src/trunk]: src/sys/netipsec Protect acqtree and regtree with a mutex (key_mtx)
bouyer[src/trunk]: src/sys/netcan Needs <sys/types.h> not <machine/int_types.h>
christos[src/trunk]: src/sys/arch/aarch64/aarch64 - add missing casts
christos[src/trunk]: src/sys/arch/arm/include Fix formats for gcc where int64 is long...
msaitoh[src/trunk]: src/sys/dev/pci - The Captured Slot Power Limit value is only fo...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-efuse compat string.
maxv[src/trunk]: src/external/cddl/osnet/dev/dtrace/amd64 Replace KERN_BASE by VM...
joerg[src/trunk]: src/lib/libc/dlfcn Compute relocbase correctly for static PIE. A...
roy[src/trunk]: src/lib/libterminfo Fix prior for multiple terminfo aliases.
rin[src/trunk]: src/sbin/fsck_ffs Do not compile in progress.c when SMALLPROG is...
knakahara[src/trunk]: src/sys/opencrypto decrease the priority of batch crp even if th...
sevan[src/trunk]: src/external/gpl3/gcc/dist/gcc Fix building GCC 5 with clang 4.0
nonaka[src/trunk]: src/sys/arch/x86 x86: No ioapic_softc.sc_apicid is used anymore....
maxv[src/trunk]: src/sys/arch Clean up dbregs; remove useless comments, remove ar...
christos[src/trunk]: src/lib/libc/stdlib use strerror_r_ss()
msaitoh[src/trunk]: src/sys/dev/usb - USB_VENDOR_QUALCOMM -> USB_VENDOR_LG
abhinav[src/trunk]: src/share/man/man4/man4.vax Correct xrefs.
ozaki-r[src/trunk]: src/sys/netipsec Fix memory leaks of allocated data to sav on ke...
christos[src/trunk]: src/sys/uvm sprinkle __diagused to fix the powerpc build, which ...
martin[src/trunk]: src/distrib/sets/lists/debug Add t_strcoll
jmcneill[src/trunk]: src/sys/dev/fdt Handle reg values beyond 4GB for platforms with ...
kamil[src/trunk]: src/lib/libc/stdlib Avoid undefined behavior in left bit shift i...
ozaki-r[src/trunk]: src/sys/netipsec Avoid using variable newsp for an existing SP (...
ryo[src/trunk]: src/sys/arch/aarch64 * fix icache invalidations.
jmcneill[src/trunk]: src/sys/arch Add a facility for platform-specific callbacks and ...
maxv[src/trunk]: src/sys/arch/amd64/include Remove KERN_BASE, unused. It has alwa...
ozaki-r[src/trunk]: src/tests/net Enable debug logging of kernels such as ARP and ND...
ozaki-r[src/trunk]: src/sys/netipsec Remove unnecessary MALLOC_DEFINE(M_SECA)
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/aarch64 Go back to using i...
ozaki-r[src/trunk]: src/sys/netipsec Simplify; assignment just works for spidx (NFC)
mbalmer[src/trunk]: src/sys/modules/lua Only load a module if it is not already load...
ozaki-r[src/trunk]: src/sys/netipsec KNF
christos[src/trunk]: src/lib/libedit Add DragonFly.
maya[src/trunk]: src/tests/lib/libc/stdlib Don't require size to be a multiple of...
kamil[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgpverify Avoid undef...
maxv[src/trunk]: src/sys/arch/xen Remove dead code. This looks like a leftover fr...
kamil[src/trunk]: src/common/lib/libc/sys Avoid undefined behavior in an cpuset.c
khorben[src/trunk]: src/sys/dev/usb Add Synet MW-P54SS USB Wireless Broadband Router
kre[src/trunk]: src/bin/sh Command line, and "set" command options processing cl...
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Mark files not tagged with llvm-...
nat[src/trunk]: src/sys/dev/bluetooth bt_lock is now used as the audio interrupt...
bouyer[src/trunk]: src/sys/kern In mi_switch(), also call pserialize_switchpoint() ...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Print ethernet address at attach
wiz[src/trunk]: src/usr.bin/base64 Fix typo. Comment out SEE ALSO since it only ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Add missing {ixgbe, ixv}_stop() in the deta...
ragge[src/trunk]: src/sys/arch/vax/vax Update copyright notice for Ludd (remove cl...
jmcneill[src/trunk]: src/sys/arch/arm Add a few bootconfig helpers:
ozaki-r[src/trunk]: src/sys/ufs/ffs Avoid using magic numbers for arguments of workq...
kamil[src/trunk]: src/external/bsd/libarchive Simplify linking libarchive with lib...
nat[src/trunk]: src/share/man/man4 Document the HIRES_BELL option.
hannken[src/trunk]: src/sys/ufs/ffs No need to call vgone() on the just created in f...
christos[src/trunk]: src/distrib/sets/lists sets for base64
msaitoh[src/trunk]: src/sys/dev/usb Add Huawei E182.
wiz[src/trunk]: src/share/man/man9 Cleanups and standardization.
christos[src/trunk]: src/sys/uvm Provide a helpful message to the user trying to run ...
kamil[src/trunk]: src/sys/sys Convert EV_SET from macro to static __inline function
nonaka[src/trunk]: src/sys/arch x86: hypervisor detection from FreeBSD for x2APIC s...
nonaka[src/trunk]: src/sys/dev/ic nvme(4): Mask non relevant bits when pritting ver...
maya[src/trunk]: src/lib/libc/stdlib C17 conformance: aligned_alloc's size doesn'...
pgoyette[src/trunk]: src/share/man/man9 Identify TNF as the copyright holder.
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in axen(4).
skrll[src/trunk]: src/sys/arch/arm/arm32 Indent comment to match code it's describing
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-ehci and nvidia, te...
maxv[src/trunk]: src/sys/arch/xen Merge the content of xen_debug.c into xen_machd...
kre[src/trunk]: src/bin/sh Now that the shell is protecting its internal fds pro...
christos[src/trunk]: src/sys/arch/aarch64 centralize fp,lr definitions
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Remove trailing white...
christos[src/trunk]: src/sys/sys s/static inline/static __inline/g for consistency wi...
maya[src/trunk]: src/lib/libc/stdlib it's C18, not C17.
joerg[src/trunk]: src/sys/lib/libunwind The semantics of DW_CFA_GNU_args_size have...
ozaki-r[src/trunk]: src/sys/netinet Fix that a fresh in_ifaddr is unexpectedly freed...
ryo[src/trunk]: src/sys/dev/usb u3ginit rename to umodeswitch
joerg[src/trunk]: src Add __clear_cache implementatin for SPARC/SPARC64.
martin[src/trunk]: src/tests/lib/libc/sys Comment out two tests that regularily han...
christos[src/trunk]: src/tests/fs/psshfs there is no more UsePrivilegeSeparation
kamil[src/trunk]: src/sys/modules/examples Add new example loadable kernel module:...
kamil[src/trunk]: src/usr.bin/crunch/crunchgen Introduce a new option -S in crunch...
pgoyette[src/trunk]: src/share/misc Add TU/Tango-Uniform --> "tits up"
nat[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Streaming channel is now opened in ...
bouyer[src/trunk]: src/sys/arch Add options CAN and pseudo-device canloop to ALL ke...
maya[src/trunk]: src/sys/dev/hpc/apm Remove unused variable.
maxv[src/trunk]: src/sys/arch/xen/x86 Reduce the size of the blocks. No functiona...
jmcneill[src/trunk]: src/sys/arch/arm/pic Add support for setting and getting interru...
phil[src/phil-wifi]: src/sys State save. New kernel config for this brach only. ...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-rtc and nvidia, teg...
ryo[src/trunk]: src/sys/arch/evbarm/fdt remove ifdef __clang.
snj[src/trunk]: src/share/man/man4 PR kern/53461: D-Link DUB-1312 is now supported.
kamil[src/trunk]: src/sys/fs/msdosfs Avoid undefined behavior semantics in msdosfs...
perseant[src/trunk]: src/tests/lib/libc/string Add simple expect-fail test case for s...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-ictlr compat string.
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in axe(4).
skrll[src/trunk]: src/sys/arch/arm/arm32 Check the "Havard TLB" maintenance operat...
knakahara[src/trunk]: src/sys/opencrypto initialize sysctl in the same way regardless ...
christos[src/trunk]: src/sys/dev/usb make typing on the console work during boot:
christos[src/trunk]: src/distrib/sets/lists fix sets (again), I got it backwards before.
ryo[src/trunk]: src/lib/libc/arch/aarch64/sys fix a bug. no need postincrement h...
christos[src/trunk]: src/usr.sbin/npf/npftest set "testing mode" for ioctl I/O
bouyer[src/trunk]: src/sys/arch/xen/x86 Fix what looks like a typo in xen_send_ipi():
wiz[src/trunk]: src/share/man/man4 Various minor improvements.
phil[src/phil-wifi]: src/sys State save.
ozaki-r[src/trunk]: src/tests/net/carp Test CARP handover on setups without having I...
nat[src/trunk]: src/sys/dev/usb Fix locking botch. Ensure that sc_lock is still...
ozaki-r[src/trunk]: src/sys/netipsec Use IPSECLOG instead of ipseclog
skrll[src/trunk]: src/sys/arch/arm/arm32 Move closer to the common pmap by using t...
kre[src/trunk]: src/bin/sh Minor cleanups to growstackblock(). This should rea...
jmcneill[src/trunk]: src/sys/arch Enumerate CPUs, GIC, and generic timer using FDT da...
jmcneill[src/trunk]: src/sys/arch Rename armv7fdt to armfdt now that bus space + dma ...
christos[src/trunk]: src/tests/lib/libc/sys Handle dk disks and print errors.
maxv[src/trunk]: src/sys/kern Cast to int, to properly handle dstoff > MHLEN (whi...
kre[src/trunk]: src/usr.bin/printf Add support for F a and A formats (which go w...
skrll[src/trunk]: src/sys/arch Provide and use some CP0 accessor functions instead...
leot[src/trunk]: src/distrib/sets/lists/debug Adjust for MKCRYPTO_RC5 removal (fi...
christos[src/trunk]: src/share/mk Let's build gdb for aarch64.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 copy(9) had returned -1 if a bad ad...
skrll[src/trunk]: src/sys/uvm/pmap Use the define name PMAP_HWPAGEWALKER and not P...
maxv[src/trunk]: src/sys/arch Forgot to commit a change in i386/cpufunc.S; add rd...
kamil[src/trunk]: src/rescue Specify NOLIBCSANITIZER for rescue
abhinav[src/trunk]: src/share/man/man9 Remove reference to pathname(9), its man page...
ozaki-r[src/trunk]: src/sys/netipsec Replace remaining DPRINTF with IPSECLOG
maxv[src/trunk]: src/sys/arch/x86/x86 Remove useless/outdated comments. No functi...
christos[src/trunk]: src/sys/dev/wsfont vcons needs fonts now.
ozaki-r[src/trunk]: src/sys/netipsec Hide details of the sadb message format (NFCI)
reinoud[src/trunk]: src/sys/fs/udf Enhance logical volume integrity descriptor handl...
alnsn[src/trunk]: src/libexec/httpd Cosmetic changes to Lua binding in bozohttpd.
uwe[src/trunk]: src/sys/ufs/ffs ffs_superblock_validate - check fs_old_size too.
wiz[src/trunk]: src/share/man/man9 New sentence, new line. Punctuation fixes.
ozaki-r[src/trunk]: src/tests/net/ipsec Enable DEBUG to know what is happening on an...
chs[src/trunk]: src MAP_FIXED means something different for mremap() than it doe...
kre[src/trunk]: src/tests/net/can Needs %zu fix for sizeof as well.
knakahara[src/trunk]: src/sys/opencrypto add cryptkop alloc/free KPI instead of manipu...
riastradh[src/trunk]: src/sys/kern Check VOP_INACTIVE contract with a judicious assert.
pgoyette[src/trunk]: src/distrib/sets/lists/debug Also add the debug entries for the ...
christos[src/trunk]: src/sys/arch rename u3ginit driver to umodeswitch
jnemeth[src/trunk]: src/share/man/man4 mention RTSYS CT57A radio cable
roy[src/trunk]: src/usr.sbin/rtadvd White space police.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that number of input packet coun...
riastradh[src/trunk]: src/sys/dev/usb Use usb_rem_task_wait in atu(4).
riastradh[src/trunk]: src/sys/dev/acpi Reassign my copyright to TNF.
jmcneill[src/trunk]: src/sys/arch/aarch64/include Add more PMC registers
christos[src/trunk]: src/sys/arch/aarch64/aarch64 use c comments instead of #, consis...
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait(4) in ura...
abhinav[src/trunk]: src Add MLINKS for the functions described in bufq(9)
ryo[src/trunk]: src/sys/arch/aarch64 * avoid deadlock. mutex_owned() works only ...
christos[src/trunk]: src/sys/arch/pmax/pmax Fix debug (make it compile)
nat[src/trunk]: src/sys/dev Now that the scope of setting the gain is limited, t...
phil[src/phil-wifi]: src/sys/net80211 Add RCS ID at the top of all the files.
macallan[src/trunk]: src/sys/arch enable font loading / screen resizing
knakahara[src/trunk]: src/sys/opencrypto refactor crypto_kdispatch() in a similar way ...
kre[src/trunk]: src/bin/sh NFC: added a minor comment (and enev then, in DEBUG c...
kre[src/trunk]: src/sys/arch/x86/x86 Unbreak build. Fake out (ie: remove) rdts...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 Implement sigill_debug variable for...
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Import clang r337282 from trunk
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-uart and nvidia, te...
jmcneill[src/trunk]: src/sys/arch/arm/arm32 Add a generic armv7 bus dma tag.
nonaka[src/trunk]: src/sys/dev/ic nvme(4): Do not use bus_space_{read, write}_8() ev...
jmcneill[src/trunk]: src/sys/arch GC unused tegra_dma_bootstrap function.
rin[src/trunk]: src/distrib/utils/x_ifconfig Define NOMAN before including bsd.o...
nonaka[src/trunk]: src/sys/dev/pci regen
jmcneill[src/trunk]: src/sys/arch Allow ARM FDT drivers to register per-cpu init call...
nat[src/trunk]: src/sys/dev/usb Fix locking around calls to [p/r]int with a patc...
ryo[src/trunk]: src/sys/arch/aarch64 changes of pmap.c r1.13 seems to be unstable.
jnemeth[src/trunk]: src/sys/dev/usb regen for RTSYS CT57A
pgoyette[src/trunk]: src/sys/dev Include auvolconv.o in the audio driver, even if the...
nonaka[src/trunk]: src/sys/dev/ic nvme(4): Don't set prp1 for DEL_IOCQ
wiz[src/trunk]: src/usr.bin/crunch/crunchgen Sync usage with man page.
kre[src/trunk]: src/usr.bin/printf NFC: More KNF (remove () around returned cons...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-usb-phy and nvidia...
christos[src/trunk]: src/tests/fs/psshfs give it more time.
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in run(4)...
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in url(4)...
maxv[src/trunk]: src/sys/arch/xen/x86 style, localify global variables, etc, no r...
ozaki-r[src/trunk]: src/sys/dev/ic Remove an out-of-date comment
pgoyette[src/trunk]: src/distrib/sets/lists/tests Add the new t_toupper to unbreak th...
joerg[src/trunk]: src/lib/libc_vfp Push FPU choice into the assembler sources them...
knakahara[src/trunk]: src/sys/opencrypto refactor crypto_dispatch (3/3): do "blocked" ...
pgoyette[src/trunk]: src/share/man/man9 Minor improvements in wording.
maxv[src/trunk]: src/sys/arch Retire XENDEBUG_LOW, and switch its only user to XE...
roy[src/trunk]: src/usr.sbin/rtadvd Allow timers to exist but be inactive.
martin[src/trunk]: src/sys/arch/evbarm/conf Revert previous, the needed signals are...
joerg[src/trunk]: src/external/cddl/osnet/dist/lib/libuutil/common Fix argument or...
christos[src/trunk]: src/sys/kern switch to a switch
kamil[src/trunk]: src/common/lib/libutil Avoid undefined behavior in snprintb.c
bouyer[src/trunk]: src/doc Note can(4)
wiz[src/trunk]: src/share/man/man4 Remove superfluous macros.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 avoid double-fault caused by readin...
ozaki-r[src/trunk]: src/sys/netipsec Make key_cmpspidx_exactly and key_cmpspidx_with...
christos[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/i386 remove bogus indirect...
ozaki-r[src/trunk]: src/sys/netipsec Use key_senderror
pgoyette[src/trunk]: src/sys/sys The DEVSW_MODULE_INIT stuff is for possible future u...
knakahara[src/trunk]: src/sys/opencrypto refactor cryptointr(), no functional changes.
kre[src/trunk]: src/bin/sh Arrange for set -o and $- output to be sorted, rather...
christos[src/trunk]: src/tests/net/can fix format.
hauke[src/trunk]: src/usr.sbin/pf/etc/defaults Enable carp packets early during bo...
christos[src/trunk]: src/sys/uvm mention the man page instead of the command.
nat[src/trunk]: src/sys/dev The audio bell is now in 16 bit slinear format.
kamil[src/trunk]: src/sys/fs/udf Avoid undefined behavior in ecma167-udf.h
kamil[src/trunk]: src/sys/netbt Appease GCC in hci_filter_test()
roy[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-7.0.7 with the follow...
riastradh[src/trunk]: src/sys/dev/usb Use usb_rem_task_wait in urtwn(4) detach.
maya[src/trunk]: src/external/bsd/mdocml/dist s/17/18, I was reading a draft.
mrg[src/trunk]: src/external/gpl3/gcc/usr.bin/backend add missing cgraphunit.c d...
maya[src/trunk]: src/doc/roadmaps Remove completed items. Go everyone!
christos[src/trunk]: src/sys/arch/aarch64/aarch64 Add missing casts, remove unused va...
knakahara[src/trunk]: src/sys/opencrypto add crypto_ret_{, k}q length sysctl entries an...
christos[src/trunk]: src/usr.bin Tiny base64 encoder/decoder command patterned after ...
christos[src/trunk]: src/distrib/sets/lists fix sets for clang aarch64
hannken[src/trunk]: src Restrict vgone() to suspended file systems only.
joerg[src/trunk]: src/external/bsd/llvm/dist/llvm Import LLVM r337282 from trunk
maya[src/trunk]: src/sys/arch Remove comment mentioning an i386 problem from non-...
christos[src/trunk]: src/tests/lib/libc/sys not allowed to map RWX anymore.
ozaki-r[src/trunk]: src/sys/netinet Add missing NULL check for pool_get call with PR...
jmcneill[src/trunk]: src/sys/arch/evbarm/tegra Remove unused SOC_MPINIT definition
kre[src/trunk]: src/bin/sh DEBUG mode only change - correctly track internal she...
bouyer[src/trunk]: src/sys/netcan Forced commit for previous (1.2) rev commit message:
kamil[src/trunk]: src/lib/libc/sys Document transition of EV_SET() from a macro to...
kamil[src/trunk]: src/tests/usr.bin/cc Disable profile and compat 32-bit tests cc ...
gson[src/trunk]: src/share/man/man4 Add missing backslash to unbreak the build
riastradh[src/trunk]: src/sys/dev/usb New function usb_rem_task_wait(dev, task, queue).
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
riastradh[src/trunk]: src regen
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe - Count "Total Packets Missed" by evcnt(9)
christos[src/trunk]: src/distrib Bump a little to handle clang images.
perseant[src/trunk]: src/tests/lib/libc/locale Add a member to the test data structur...
wiz[src/trunk]: src/share/man/man9 Remove trailing whitespace.
christos[src/trunk]: src/usr.bin/make use the logical path for -C if correct.
christos[src/trunk]: src/external/bsd/file/dist Import file-5.31; mostly oss-fuzz fou...
nat[src/trunk]: src/sys/dev The high resolution bell is the only option. The 8 ...
joerg[src/trunk]: src Document aarch64 ABI break.
christos[src/trunk]: src/sys/arch/arm/arm32 fix incorrect printf format (off_t needs t)
ozaki-r[src/trunk]: src/sys/netipsec KNF: remove extra leading whitespaces
christos[src/trunk]: src/sys/arch/aarch64/aarch64 add missing casts
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 return correct signo and code in ac...
nonaka[src/trunk]: src/sys/arch x86: Add preliminary x2APIC support.
christos[src/trunk]: src/sys s/static inline/static __inline/g for consistency.
ragge[src/trunk]: src/sys Update copyright notice for Ludd (remove clause 3 & 4).
joerg[src/trunk]: src/crypto/external/bsd/openssl/dist Drop special case for clang...
pgoyette[src/trunk]: src/share/man/man9 Missed this during the localcount(9) import:
knakahara[src/trunk]: src/sys/net remove obsoleted comment. pointed out by s-yamaguchi...
kre[src/trunk]: src/usr.sbin/ypserv/ypinit PR bin/53458
riastradh[src/trunk]: src/sys/dev/usb Use usb_rem_task_wait in uatp(4) detach.
kamil[src/trunk]: src/share/mk Document MKLIBCSANITIZER in bsd.README
phil[src/phil-wifi]: src/sys Start of WiFi refresh. Copy of FreeBSD net80211 dir...
ozaki-r[src/trunk]: src/sys/net Call in6_ifdetach only if in6_present (for rump)
kre[src/trunk]: src/bin/sh Add DEBUG tracing to arithmetic $(( )) parsing & eval...
christos[src/trunk]: src/tests/net/can undo previous; we don't have any archs where s...
sevan[src/trunk]: src/sys Be consistent among ethernet drivers on the convention f...
ozaki-r[src/trunk]: src/share/man/man4 Remove unmaintained (and probably unmaintaina...
christos[src/trunk]: src/sys/arch/evbarm/fdt XXX: make this assemble with gas, but I ...
msaitoh[src/trunk]: src/sys/dev/usb Regen.
kre[src/trunk]: src/bin/sh Redo mkoptions.sh .. much better this way, now fully ...
christos[src/trunk]: src/tests/lib/libc/sys Add the error in syscall failure.
kre[src/trunk]: src/bin/sh More standard (and saner) implementation of the ! res...
nat[src/trunk]: src/sys/dev/pad Rework of previous.
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Punctuation fixes.
roy[src/trunk]: src/usr.sbin/rtadvd Ensure that the soliciter list is initialise...
ryo[src/trunk]: src/tests/lib/libc/arch/aarch64 aarch64 support per page execute...
jmcneill[src/trunk]: src/sys/arch/evbarm/tegra Don't try to use memory above 4GB PA.
joerg[src/trunk]: src/lib/libc/compiler_rt Use MACHINE_ARCH for the sparc check.
khorben[src/trunk]: src/sys/dev/usb Also attach the MW-P54SS USB Wireless Broadband ...
hannken[src/trunk]: src/sys/kern Suspend file system while revoking a vnode. This w...
jmcneill[src/trunk]: src/sys/arch/evbarm/tegra Remove tegra_chip_id vs compat string ...
ozaki-r[src/trunk]: src/sys/netipsec Replace "cmp" of function names to "match" and ...
ozaki-r[src/trunk]: src/sys/netipsec Use key_getsah more (NFCI)
knakahara[src/trunk]: src/sys SIOCSIFDSTADDR uses struct ifreq instead of struct ifadd...
jmcneill[src/trunk]: src/doc arm: Add support for ARMv7 performance event monitoring ...
ozaki-r[src/trunk]: src/sys/netipsec Move key_init_spidx_bymsghdr to just before spi...
christos[src/trunk]: src/sys/dev/usb split the mode switch part of the u3g driver int...
maya[src/trunk]: src/external/gpl2/groff/dist/tmac it's c18, not c17.
riastradh[src/trunk]: src Remove some vestiges of MKCRYPTO_IDEA/MKCRYPTO_MDC2.
kre[src/trunk]: src/bin/sh More DEBUG mode changes. As usual, read the source ...
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in upgt(4).
kre[src/trunk]: src/bin/sh First pass at fixing some of the more arcane pattern ...
jmcneill[src/trunk]: src/sys/arch/arm Recognize Cortex-A57 FPU, GIC, and Generic Timer.
phil[src/phil-wifi]: src/sys Add sbuf files from FreeBSD to support net80211.
maxv[src/trunk]: src/sys/arch Rework dbregs, to switch the registers during conte...
wiz[src/trunk]: src/share/man/man9 Bump date for previous.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Chip detection and MP spinup code for Te...
riastradh[src/trunk]: src/sys Eliminate crusty debugging sludge.
christos[src/trunk]: src/sys/arch/evbarm make sure uboot_args is in the data segment ...
kre[src/trunk]: src/usr.bin/printf Add the new formats to the list of format cra...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.7
pgoyette[src/trunk]: src Introduce new localcount(9) reference-count primitives.
hannken[src/trunk]: src/sys/rump/librump/rumpvfs Suspend file system for vgone().
christos[src/trunk]: src/sys/arch/aarch64/aarch64 add missing casts
hannken[src/trunk]: src/sys Remove the syncer dance from dounmount(). The syncer skips
maxv[src/trunk]: src/sys/arch/xen/x86 Remove dead code.
christos[src/trunk]: src/usr.sbin/makefs no, this is wrong.
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in cue(4).
ozaki-r[src/trunk]: src/sys/netipsec Use kmem_intr_free in key_freesaval which can b...
snj[src/trunk]: src/usr.bin/calendar/calendars add netbsd 8.0, fix whitespace
joerg[src/trunk]: src/doc Update LLVM entry.
msaitoh[src/trunk]: src/sys/dev/usb - Add Huawei HWD12, E353, E355, E392, EC156, E32...
para[src/trunk]: src/sys/arch/amd64/conf follow u3ginit driver rename to umodeswitch
jmcneill[src/trunk]: src/sys/arch/arm/nvidia tegra_dma_bootstrap is no more
kamil[src/trunk]: src/lib/libc/gen Avoid undefined behavior in ftok(3)
kre[src/trunk]: src/bin/sh Added comma and plus to the "don't need quoting" set....
roy[src/trunk]: src/usr.sbin/rtadvd Insist on newer socket options.
phil[src/phil-wifi]: src/sys End of the week state save:
riastradh[src/trunk]: src/sys/dev/usb Use usb_rem_task_wait in otus(4) detach.
mlelstv[src/trunk]: src/sys/netipsec release key_mtx on return path.
kre[src/trunk]: src Add a test of sh syntax & parsing (first attempt anyway.)
nat[src/trunk]: src/sys/dev/pad Add missing sc_bytes_count.
ozaki-r[src/trunk]: src/sys/netipsec Comment out unused key_freesp_so and key_freeso
msaitoh[src/trunk]: src/sys Initialize some members in a mbuf which is on stack.
kamil[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Avoid potential undefined behavior ...
ozaki-r[src/trunk]: src/sys/dev Apply deferred if_start to more drivers
abhinav[src/trunk]: src/usr.sbin/makemandb Make the name comparison case insensitive.
skrll[src/trunk]: src/sys/uvm/pmap Remove incorrect __diagused
msaitoh[src/trunk]: src/sys/dev/usb - Vendor ID 0x0430 is not Sun Microsystems but F...
ozaki-r[src/trunk]: src/sys/netipsec Send up an error message on error as well as ot...
kamil[src/trunk]: src/doc pthread_dbg(3): Removed from the base distribution.
roy[src/trunk]: src Allow rc.conf to setup resolv.conf via resolvconf(8).
kre[src/trunk]: src/bin/sh DEBUG mode only change (ie: no effect to any normal s...
martin[src/trunk]: src/sys/dev/usb Andrius V in Pr kern/53461: add D-Link DUB-1312
wiz[src/trunk]: src/crypto/external/bsd/openssh/dist Fix Dd argument.
christos[src/trunk]: src/etc Use make -C instead of cd && make; this is done to prese...
chs[src/trunk]: src/sys/uvm make MAP_FIXED mapping operations atomic. fixes PR 5...
ozaki-r[src/trunk]: src/sys/netipsec Warn if failed to send up a PF_KEY message
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Add Tegra210 chip ID.
macallan[src/trunk]: src/sys/dev/pci g/c some unused / #if 0-ed goop, support firmwar...
christos[src/trunk]: src/lib/libc/stdlib remove accidental __strong_alias additions, ...
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in urtw(4).
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in zyd(4)...
hannken[src/trunk]: src/sys/kern Suspend file system while unmounting. This way no ...
riastradh[src/trunk]: src/sys regen
jmcneill[src/trunk]: src/sys/dev/fdt Change first pass from 1 to 0.
skrll[src/trunk]: src/sys/arch Move arch/mips/mips/bus_dma.c to correct location
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-pmc compat string.
macallan[src/trunk]: src/sys/dev/usb fix tpyo
kamil[src/trunk]: src/tests/include/sys Avoid undefined behavior in an ATF test: t...
christos[src/trunk]: src/sys/arch/aarch64 Implement TRAP_SIGDEBUG for aarch64...
christos[src/trunk]: src/share/mk Kernel build objdirs have a kernel name after the o...
christos[src/trunk]: src/share/mk Remove special-casing of aarch64 now that gcc works...
nonaka[src/trunk]: src/sys/arch/x86 whitespace
christos[src/trunk]: src/etc/mtree deal with g++ header files.
msaitoh[src/trunk]: src/sys/dev/pci Fix watchdog timer. Without this change, watchdo...
christos[src/trunk]: src/distrib/sets/lists fix sets for gcc aarch64 build.
riastradh[src/trunk]: src/sys/dev/usb Use usb_rem_task_wait in usb athn(4) detachment.
kre[src/trunk]: src/bin/sh Allow abbreviations of option names for the "fdflags ...
msaitoh[src/trunk]: src/sys/dev/usb Regen.
roy[src/trunk]: src/usr.sbin/rtadvd Use EXIT_FAILURE instead of an arbtitary num...
kre[src/trunk]: src/tests/bin/sh Skip the test of non-posix behaviour if we are ...
hannken[src/trunk]: src/sys/kern Add a helper to propagate file system suspension fo...
ozaki-r[src/trunk]: src/sys/netipsec Simplify; we can assume the arguments are alway...
kre[src/trunk]: src/bin/sh PR bin/36532 (perhaps)
kre[src/trunk]: src/bin/sh Part 2 of pattern matching (glob etc) fixes.
roy[src/trunk]: src/usr.sbin/rtadvd Fix some unaligned pointer issues.
maxv[src/trunk]: src Retire the non-PAE-i386-PV configuration files. Keep only PA...
martin[src/trunk]: src Entry for MKSTATICPIE fallout in /rescue build.
christos[src/trunk]: src/sys/dev/tprof use PRI?64 instead of ll?
khorben[src/trunk]: src/sys/dev/usb regen
maxv[src/trunk]: src Merge the tprof_pmi and tprof_amdpmi modules into a single t...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Remove reference to CONSPEED, this valu...
abhinav[src/trunk]: src/share/man/man9 Remove references to cpu_swapout(9) and cpu_e...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-gpio and nvidia, te...
reinoud[src/trunk]: src/sys/arch/usermode/usermode Fix typo
joerg[src/trunk]: src Update LLVM/Clang build system to r337282.
roy[src/trunk]: src/usr.sbin/rtadvd Use pidifle_lock(3)
joerg[src/trunk]: src/sys/lib/libunwind Remove redundant setIP call overwritten a ...
msaitoh[src/trunk]: src/sys/dev/usb On detach, print error message with aprint_error...
jmcneill[src/trunk]: src/sys/arch Use an FDT-based ARM_INTR_IMPL for Tegra.
jmcneill[src/trunk]: src/sys/dev/fdt Add CPUs ("/cpus" node) driver. CPUs is a contai...
maxv[src/trunk]: src/doc note removal of tpfmt
phil[src/phil-wifi]: src/sys State save:
riastradh[src/trunk]: src Remove MKCRYPTO_RC5. Unconditionally include RC5 in libcryp...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Set ifm_active to IFM_NONE when the physic...
hannken[src/trunk]: src/sys With dounmount() working on a suspended file system remo...
martin[src/trunk]: src/tests/usr.bin Add (currently failing) test cases for profile...
knakahara[src/trunk]: src/sys/opencrypto fix cryptointr() can process unexpected request.
christos[src/trunk]: src/sys/uvm snprintb(3) for UVM_FLAGS.
skrll[src/trunk]: src/sys/arch/arm/arm32 KNF
joerg[src/trunk]: src/external/bsd/llvm/dist/clang Mark files not tagged with clan...
ozaki-r[src/trunk]: src/sys/netipsec Introduce IPSECLOG and replace ipseclog and DPR...
para[src/trunk]: src/sys/arch/x86/pci adjust for possible 49K offset
ozaki-r[src/trunk]: src/sys/netipsec Prepare to retire __LIST_CHAINED
kamil[src/trunk]: src/common/lib/libc/inet Avoid undefined behavior in an inet_addr.c
kre[src/trunk]: src/tests/bin/sh Add a new test case wrap_strip based upon strip...
skrll[src/trunk]: src/sys/uvm/pmap Whitespace
joerg[src/trunk]: src/libexec/ld.elf_so Apply relocbase for tlsinit of the executa...
riastradh[src/trunk]: src/sys/dev/usb Use usb_rem_task_wait in umcs(4) detach.
ozaki-r[src/trunk]: src/sys/netipsec Sanity-check and return on error early
christos[src/trunk]: src/sys/arch/aarch64/include match declaration types for registe...
martin[src/trunk]: src/distrib/sets/lists/debug Add t_toupper.debug
hannken[src/trunk]: src/sys/ufs/ext2fs Change ext2fs to use vcache_new like we did f...
ozaki-r[src/trunk]: src/sys/netipsec Use __arraycount (NFC)
reinoud[src/trunk]: src/sys/arch/usermode/usermode Remove debugging printf()
pgoyette[src/trunk]: src/sys/kern Fix a comment - in localcount_fini(), we don't care...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-i2c and nvidia, teg...
maxv[src/trunk]: src/sys/arch Remove NPTECL, unused.
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in smsc(4).
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Spell ARM_MMU_EXTENDED correctly
martin[src/trunk]: src/share/misc Add 8.0 release date in history table (but no "gr...
kamil[src/trunk]: src/share/mk Document the default value of MKSANITIZER in bsd.RE...
christos[src/trunk]: src/lib/libc/stdlib The BSD qsort() performs tail recursion elim...
mbalmer[src/trunk]: src/sys/modules/lua always put the module on the stack
ryo[src/trunk]: src/sys/arch/aarch64/include don't depend endian.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 Use __debugused
christos[src/trunk]: src/external/bsd/file merge 5.31
christos[src/trunk]: src/sys/arch/i386/include prevent coredumps by skipping everythi...
jmcneill[src/trunk]: src/sys/arch/evbarm Rename tegra_machdep.c to fdt_machdep.c now ...
eadler[src/trunk]: src/share/misc bsd-family-tree: announce NetBSD 8.0; dfly 5.2.2
kre[src/trunk]: src/bin/sh NFC: Whitespace cleanups
maya[src/trunk]: src/lib/libc/stdlib Claim C17 (although I'm unsure), add a note ...
wiz[src/trunk]: src/usr.bin/gencat Use An -nosplit. Use Mt. Fix some mandoc lint.
reinoud[src/trunk]: src/sys/arch/usermode/usermode Oops, forgot a debug printf
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 don't call pool_cache_put with lock...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Count Bad SFD (Start Frame Delimiter). X55...
leot[src/trunk]: src/games/wargames Permit Prof. Steven Falcon [sic] to play hals...
christos[src/trunk]: src/sys/arch/aarch64/aarch64 fix printf format.
wiz[src/trunk]: src/usr.sbin/tprof Various improvements to man page. Sync usage.
roy[src/trunk]: src/usr.sbin/rtadvd Unicast solicited RA's as per RFC 7772.
riastradh[src/trunk]: src/share/man/man9 Omit description of fstrans_mount/unmount too.
kre[src/trunk]: src/lib/libpthread PR lib/53477 (rudolf at eq.cz) - correct an o...
nonaka[src/trunk]: src/sys/dev/pci iwm(4): match Wireless 8265 device.
riastradh[src/trunk]: src/sys/sys Welcome to 7.99.74, courtesy assertable VOP_RECLAIM.
kamil[src/trunk]: src/sys/uvm Add missing , to fix syntax
skrll[src/trunk]: src/sys/arch Trailing whitespace
maxv[src/trunk]: src/sys/arch/xen/x86 Try to reduce the confusion, rename:
kamil[src/trunk]: src/sys/arch Specify NOLIBCSANITIZER in x86 bootloader-like code...
ozaki-r[src/trunk]: src/sys/dev/ic Fix builds
ozaki-r[src/trunk]: src/sys/netipsec Don't make isr->sav NULL
nonaka[src/trunk]: src/sys/dev/pci Fixed m is not freed if m_defrag() fails.
ozaki-r[src/trunk]: src/sys/netipsec Disable secspacq stuffs that are now unused
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait on detach...
maya[src/trunk]: src/doc/roadmaps phil is working on wifi, thanks phil!
maxv[src/trunk]: src/sys/arch Remove the non-PAE-i386 code of Xen. The branches a...
kamil[src/trunk]: src/lib/libc Mark exect(3) obsolete and bind it to plain execve(...
kamil[src/trunk]: src/lib/libc/rpc Avoid undefined behavior in the definition of L...
jdolecek[src/trunk]: src/sys/dev/pci do not set IFF_OACTIVE if dma map load or the vi...
jdolecek[src/trunk]: src/sys/dev/pci simplify vioif_start() - remove the delivery att...
nat[src/trunk]: src/share/man/man4 Revert to previous as what was the HIRES_BELL...
jmcneill[src/trunk]: src/sys/arch/arm/cortex If the "frequency" property is not speci...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 add support for disasm pmull, aes, sh...
maxv[src/trunk]: src/sys/arch More ASLR. Randomize the location of the direct map...
ozaki-r[src/trunk]: src/tests/net/ipsec Don't check the existence of SA entries eagerly
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-sdhci compat string.
maya[src/trunk]: src/doc/roadmaps Nouveau is now in a release, hurray.
ozaki-r[src/trunk]: src/sys/netipsec Introduce key_fill_replymsg to dedup some routines
knakahara[src/trunk]: src/sys/opencrypto fix: crypto_unregister didn't work.
kre[src/trunk]: src/external/bsd/cron/dist Fix from Michael Kaufmann in PR bin/5...
macallan[src/trunk]: src/sys/dev/pci first step to support chips newer than geforce 2MX
jdolecek[src/trunk]: src/sys/dev/pci more precise m_freem() on error paths, and updat...
perseant[src/trunk]: src/tests/lib/libc/locale Add test cases for sprintf/sscanf/strt...
eadler[src/trunk]: src/share/misc bsd-family-tree: use the right date...
macallan[src/trunk]: src/sys/dev/wscons add support for loading fonts in vcons and su...
perseant[src/trunk]: src/tests/lib/libc/locale Add simple test case for toupper/tolower
roy[src/trunk]: src/usr.sbin/rtadvd Lack of timeout is a programming error, so u...
maya[src/trunk]: src/doc/roadmaps throw in drmkms, mention riscv work by zmcgrew
msaitoh[src/trunk]: src/sys/dev/usb Read xHCI 1.1's HCCPARAMS2 registar and print it...
abhinav[src/trunk]: src/lib/libcurses Fix typo in the man page reference
jmcneill[src/trunk]: src/sys Add facility for fdt devices to register reset and power...
wiz[src/trunk]: src/share/man/man9 New sentence, new line. Bump date for previous.
jmcneill[src/trunk]: src/sys/arch/evbarm/evbarm Don't assume that the root autoconfig...
bouyer[src/trunk]: src/sys/arch/xen/x86 Sync cpu_boot_secondary_processors() with x...
knakahara[src/trunk]: src/sys/opencrypto implement crypto_ret_q limitation. original c...
pgoyette[src/trunk]: src/sys/net Call cv_destroy() to deactivate the tun_cv before ca...
martin[src/trunk]: src/sys/arch/evbarm/conf Add (commented out) can bus options, CU...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Use the define name PMAP_HWPAGEWA...
nat[src/trunk]: src/sys/dev The scope of setting the gain for playback or record...
pgoyette[src/trunk]: src/sys/arch Remove unnecessary SYSMON_* options.
wiz[src/trunk]: src/share/man/man4 Fix xref.
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-timer and nvidia, t...
christos[src/trunk]: src/usr.sbin/makefs zero out the superblock so that it does not ...
msaitoh[src/trunk]: src Add /d(dump) and /v(verbose) modifiers to DDB's "show mbuf" ...
nonaka[src/trunk]: src/sys/dev/pci Add some AMD entries.
hannken[src/trunk]: src/sys/fs/union Use VCALL() to lock or unlock the lower node.
kre[src/trunk]: src/bin/sh Revert previous, change has nothing to do with DEBUG ...
pgoyette[src/trunk]: src/sys/dev/usb Fix the USBVERBOSE stuff so it does not get incl...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Clear all event counters when SIOCZIFDATA(...
bouyer[src/trunk]: src merge the bouyer-socketcan branch to HEAD.
chs[src/trunk]: src/sys/uvm add assertions that would have caught the recent aud...
wiz[src/trunk]: src/share/man/man4 New sentence, new line. Bump date for previous.
macallan[src/trunk]: src/sys/dev/wsfb enable font loading and screen resizing
msaitoh[src/trunk]: src/sys/kern - Fix compile error for kernel configuration file w...
khorben[src/trunk]: src/share/man/man4 Document a caveat with the Synet MW-P54SS
nat[src/trunk]: src/sys/dev/usb Revert locking changes back to rev 1.149. Dropp...
msaitoh[src/trunk]: src Add "show socket" command written by Hiroki SUENAGA. It prin...
christos[src/trunk]: src/sys/uvm more snprintb bits
christos[src/trunk]: src/sys/arch/pmax/ibus PR/52242: Utkarsh Anand: Minimal fix for ...
sevan[src/trunk]: src/etc Create fw(4) & fwmem(4) device nodes by default so fwctl...
wiz[src/trunk]: src/doc binutils-2.31 out
roy[src/trunk]: src/usr.sbin/rtadvd Punt dead code
wiz[src/trunk]: src/external/bsd/byacc/bin Fix applyo.
knakahara[src/trunk]: src/sys/opencrypto remove obsoleted declarations.
ryo[src/trunk]: src/sys/arch/aarch64 use panic() instead of some printf to show ...
pgoyette[src/trunk]: src/distrib/sets/lists/tests Add new t_strcol test to the sets l...
kamil[src/trunk]: src/doc TODO.sanitizers: Remove a finished item
wiz[src/trunk]: src/share/man/man9 Various improvements.
christos[src/trunk]: src/external/bsd/libproc/dist unbreak aarch64
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Match nvidia, tegra210-pcie compat string.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Document says M[LR]FC are valid when link ...
kamil[src/trunk]: src/external/gpl3/gdb Detach libpthread_dbg(3) from gdb(1) and g...
wiz[src/trunk]: src/sbin/restore Remove superfluous macro.
christos[src/trunk]: src/usr.bin/base64 Provide MacOS/X compatible flags (where possi...
ryo[src/trunk]: src/sys/arch/aarch64 rather than using flags to resolve nested l...
maxv[src/trunk]: src/sys/arch/xen/x86 Simplify the conditions; (PTP_LEVELS > 3) a...
maya[src/trunk]: src/doc gcc 7.3 / 8.2 out, we have 6.4.
abhinav[src/trunk]: src/share/man/man4 Correct the xref: return_address(9) is only a...
msaitoh[src/trunk]: src/sys/dev/pci Print MSI Message data in 32bits when the Extend...
ozaki-r[src/trunk]: src/sys Allow CARP to call the link_state_change handler immedia...
christos[src/trunk]: src/share/mk remove ugly profiling hack now that the compiler is...
christos[src/trunk]: src/distrib/sets/lists/etc Don't track /etc/nsd/nsd.conf and /et...
riastradh[src/trunk]: src Remove MKCRYPTO option.
kamil[src/trunk]: src/lib/csu Specify NOLIBCSANITIZER in lib/csu
christos[src/trunk]: src/share/mk XXX: Remove -fPIE for profiled libraries because th...
maya[src/trunk]: src/external Support -isoC-2017
riastradh[src/trunk]: src/sys/dev/usb Use callout_halt and usb_rem_task_wait in rum(4)...
riastradh[src/trunk]: src Make VOP_RECLAIM do the last unlock of the vnode.
kre[src/trunk]: src/bin/sh DEBUG mode only change - mostly to output when option...
christos[src/trunk]: src/doc add file
skrll[src/trunk]: src/sys/arch/mips/mips Don't use index cache operations unnecess...
knakahara[src/trunk]: src/sys/opencrypto strictly use crypto_checkdriver(i) instead of...
maxv[src/trunk]: src/usr.sbin/tprof Add a "support" section.
martin[src/trunk]: src/distrib/sets/lists/tests Fix typo
ozaki-r[src/trunk]: src/sys/netinet Lookup caches from a CARP interface if the packe...
maxv[src/trunk]: src Remove the tprof_amdpmi.4 and tprof_pmi.4 man pages.
abhinav[src/trunk]: src/external/historical/nawk/bin Use literal for formatting the ...
kre[src/trunk]: src/bin/sh It turns out that most shells do not do variable valu...
nat[src/trunk]: src/sys/dev Set the gain of play back, rather than altering the ...
wiz[src/trunk]: src/share/man/man4 Remove superfluous Pp.
jakllsch[src/trunk]: src/sys/dev/pci Re-enable RTKQ_IM_HW. Timeout issues appear to ...
nat[src/trunk]: src/sys/dev Fix broken logic with regard to the use of uvm_unmap...
kre[src/trunk]: src/share/man/man4/man4.x86 When files are deleted, they need to...
kre[src/trunk]: src/usr.bin/printf Correct a typo (off by one (key)) ...
joerg[src/trunk]: src/lib/libc_vfp The fpu mode for VFP2 instructions is still jus...
bouyer[src/trunk]: src/common/lib/libc/arch/i386/atomic On Xen, always alias _atomi...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Move children of armperiph to the "mpcor...
joerg[src/trunk]: src/external/bsd/libc++/lib Ignore atomic alignment warnings on ...
kamil[src/trunk]: src/share/mk Introduce MKLIBCSANITIZER in the share/mk rules
wiz[src/trunk]: src/usr.bin/crunch/crunchgen Add -S to SYNOPSIS. Sort option des...
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Remove unused tegra_dma_tag
kre[src/trunk]: src/external/bsd/cron/dist Add some more "crappy error detection...
reinoud[src/trunk]: src/sys/arch/usermode/include Provide hand-doctored redirection ...
christos[src/trunk]: src/sys/arch/aarch64/aarch64 add missing casts; use PRI?64 inste...
riastradh[src/trunk]: src/sys/dev/usb Use usb_rem_task_wait in usbd_kill_pipe.
abhinav[src/trunk]: src/share/man/man9 Remove reference to suser(9), its man page wa...
perseant[src/trunk]: src/distrib/sets/lists/tests Add new locale tests to distrib set...
maxv[src/trunk]: src/sys/arch/xen/x86 Merge the blocks. No functional change.
jnemeth[src/trunk]: src/sys/dev/usb add RTSYS CT57A to list of FTDI based USB serial...
christos[src/trunk]: src/sys/dev/usb propagate pullup-782 for NetBSD-8 to HEAD (gcc u...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that the driver prints "Link is ...
nat[src/trunk]: src/sys/dev/usb Release sc_intr_lock between successive calls to...
darcy[src/trunk]: src/bin/cp Re-order the code to short circuit all the opens and ...
joerg[src/trunk]: src/external/bsd/elftosb Explicitly build as C++03 source.
maxv[src/trunk]: src/etc Create /dev/ksyms as "440 $g_kmem". This prevents unpriv...
maxv[src/trunk]: src/sys/arch/xen/x86 Reduce the confusion, rename a bunch of var...
pgoyette[src/trunk]: src/sys/kern When logging a history record for biowait(), includ...
ozaki-r[src/trunk]: src/sys/netipsec Make refcnt operations of SA and SP atomic
ozaki-r[src/trunk]: src/tests/net/carp Reduce duplicated codes (DRY)
abhinav[src/trunk]: src/usr.bin/su Correct the man page reference
kre[src/trunk]: src/usr.bin/printf NFC: whitespace & KNF.
macallan[src/trunk]: src/sys/dev/fdt if the framebuffer address isn't page aligned, s...
knakahara[src/trunk]: src/sys/opencrypto make the default values of q_maxlen build par...
knakahara[src/trunk]: src/share/man/man9 update opencrypto(9)
joerg[src/trunk]: src/external/bsd/libc++/dist/libcxx/include Provide consistent e...
kamil[src/trunk]: src/external/gpl3/gdb.old Detach libpthread_dbg(3) from gdb(1) a...
christos[src/trunk]: src/sys/net/npf Allow npf to be used "normally" from a rump kern...
msaitoh[src/trunk]: src/sys/dev/pci Decode TPH Requester Control register.
maya[src/trunk]: src/sys/arch/x86/x86 Do not pause many times between testing if ...
kre[src/trunk]: src/bin/sh NFC (normal builds): DEBUG only change - convert pars...
maxv[src/trunk]: src/usr.sbin/tprof Use errx, there is no errno.
jnemeth[src/trunk]: src/sys/dev/usb add RT Systems Inc. CT57A Radio Cable for progra...
kre[src/trunk]: src/tests/bin/sh Several improvements to this test...
nat[src/trunk]: src/sys/dev Be even more carefull with devices that support only...
roy[src/trunk]: src/usr.sbin/rtadvd Update values from RFC 8319
roy[src/trunk]: src/usr.sbin/rtadvd Make the #defines more readable
jmcneill[src/trunk]: src/sys/arch/arm/nvidia Correct an issue introduced in r1.7 that...
christos[src/trunk]: src/lib/libc/stdlib PR/51958: Ngie Cooper: ESRCH error descripti...
riastradh[src/trunk]: src/sys/kern Clarify comment.
hannken[src/trunk]: src/sys/fs/smbfs When a vnode has an invalid type because the ty...
rjs[src/trunk]: src/sys/sys Add declaration of getsockopt2().
rjs[src/trunk]: src/sys/compat/netbsd32 Add getsockopt2().
sevan[src/trunk]: src regen
sevan[src/trunk]: src/sbin/ifconfig Remove ISO & XNS references which are now long...
jdolecek[src/trunk]: src/sys/dev/ata mark satapmp_rescan() static, it's not to be use...
rjs[src/trunk]: src/sys/sys Bump version for addition of getsockopt2() syscall.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 fix copy{in, out}str to return ENAME...
sevan[src/trunk]: src/share/man/man4 Drop ISO references as it's no longer supported.
darcy[src/trunk]: src/doc Suggest command line variables.
sevan[src/trunk]: src/sbin/route Remove references to XNS
wiz[src/trunk]: src/usr.sbin/iostat Fix mandoc warnings.
rjs[src/trunk]: src Userland changes for getsockopt2().
sevan[src/trunk]: src/usr.sbin/iostat Document "in" field in CPU section
msaitoh[src/trunk]: src/sys/dev/pci Regen.
khorben[src/trunk]: src Add a port of the umb(4) driver from OpenBSD
alnsn[src/LUA]: src/external/mit/lua/dist Import Lua 5.3.5.
christos[src/trunk]: src/share/mk Add NORELRO
khorben[src/trunk]: src/sys/dev/usb Re-generate
msaitoh[src/trunk]: src/sys/dev/pci Add Toshiba's XG4 and XG5 NVMe SSD.
nonaka[src/trunk]: src/usr.sbin/arp arp(8): Fix the host output when arp -dav.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 don't depend on clang code to backt...
rjs[src/trunk]: src Add man page for sctp(4).
kre[src/trunk]: src/usr.bin/m4 Avoid an infinite loop caused by a line accidenta...
ryo[src/trunk]: src/share/man/man4 Add machine commands for aarch64.
martin[src/trunk]: src/sys/arch/arm/arm32 #ifdef VERBOSE_INIT_ARM some format strin...
maxv[src/trunk]: src/doc Add new item, about deprecating IPF/PF; I thought it was...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
skrll[src/trunk]: src/sys/arch Define and use VPRINTF
sevan[src/trunk]: src/doc Spelling mistake.
rjs[src/trunk]: src/sys regen.
skrll[src/trunk]: src/sys/arch Sprinkle #include "opt_arm_debug.h" where VERBOSE_I...
rjs[src/trunk]: src/sys/netinet Change implementation of sctp_connectx() to use ...
alnsn[src/trunk]: src/external/mit/lua/dist Import Lua 5.3.5.
rjs[src/trunk]: src/sys/compat/netbsd32 regen.
jmcneill[src/trunk]: src/sys/dev/usb Skip urtwn_chip_stop for 88E family chips as we ...
khorben[src/trunk]: src/sys/dev/usb Add the Sierra Wireless MC7304 and EM7455 USB mo...
hannken[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Initialize z_lock...
sevan[src/trunk]: src/lib/libc/sys Remove ISO references
msaitoh[src/trunk]: src/sys/dev/pci Add some Intel devices. Some of them are found i...
kre[src/trunk]: src/distrib/sets/lists/debug debug versions of libraries need mi...
alnsn[src/trunk]: src/external/mit/lua/dist Remove files imported to a wrong direc...
rjs[src/trunk]: src/sys/netinet Enable SCTP sysctl nodes.
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Make jcl allocation per queue to reduce mu...
rjs[src/trunk]: src/sys/kern Add getsockopt2() syscall.
kre[src/trunk]: src/external/public-domain/tz/dist Import tzdata2018e from ftp:/...
jmcneill[src/trunk]: src/sys/arch/arm/cortex Simplify gtmr_delay and don't mix and ma...
knakahara[src/trunk]: src/doc add opencrypto(9)'s scalability comment
kre[src/trunk]: src/bin/sh NFC: correct typo in a comment.
knakahara[src/trunk]: src/sys/net Integrate two locks used to protect PPPoE softc. Con...
ozaki-r[src/trunk]: src/doc Mention NOMPSAFE
maxv[src/trunk]: src/sys/arch/amd64/amd64 Use bootspace.
maxv[src/trunk]: src/sys/net80211 Remove duplicate macros. Reported in PR/29786.
skrll[src/trunk]: src/sys/arch Trailing whitespace
christos[src/trunk]: src/sys/external/bsd/ipf/netinet When growing the state, remembe...
martin[src/trunk]: src/tests/usr.bin/cc Use more formal speech in messages
kamil[src/trunk]: src/distrib/sets/lists/man Improve the category of libbozohttpd....
christos[src/trunk]: src/usr.bin/fmt Wse wide functions to avoid file corruption. Q+D...
knakahara[src/trunk]: src/sys/net sppp_lock is changed from mutex to rwlock now. Contr...
kamil[src/trunk]: src/tests/usr.bin/cc Explain VLA in t_ubsan_vla_out_of_bounds.sh...
jdolecek[src/trunk]: src/doc actually Xen XSAVE support itself is bigger deal than th...
flxd[src/trunk]: src/sys/arch/mac68k/obio Exclude Enhanced Apple Sound Chip (EASC...
kamil[src/trunk]: src/tests/usr.bin/c++ Explain VLA in c++/t_ubsan_vla_out_of_boun...
msaitoh[src/trunk]: src/sys/dev/pci IOMMU cap dump fixes:
knakahara[src/trunk]: src/sys/net Add a locking notes for if_pppoe
maxv[src/trunk]: src/sys/arch/x86/x86 Use PMAP_DIRECT_UNMAP.
ryo[src/trunk]: src/lib/libc/arch/aarch64/sys return 0xffffffffffffffff (= -1). ...
ozaki-r[src/trunk]: src/sys/net Set IFEF_START_MPSAFE by default
christos[src/trunk]: src/lib/libc/time Merge 2018e
kre[src/trunk]: src Note possible need to clean objdir (or depends at least) for
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Show 2.5GBASE-T and 5GBASE-T correctly on ...
hkenken[src/trunk]: src/sys/arch/arm Add l2cc support.
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.6
christos[src/trunk]: src/sys/external/bsd/ipf/netinet put back the cast.
ozaki-r[src/trunk]: src/doc Mention MP-ifications of bpf, vlan, opencrypto and ipsec
macallan[src/trunk]: src/sys/arch/powerpc save & restore HID4 and HID5, zero SPR_HIOR...
sevan[src/trunk]: src/distrib/sets/lists/debug Unbreak build until the privatisati...
jmcneill[src/trunk]: src/sys/arch/arm/sunxi Fix PA16 and PA17 function 2; was reserve...
kre[src/trunk]: src/external/bsd/tmux/dist cast pointers to uintptr_t, not uint6...
knakahara[src/trunk]: src/sys/net Add a locking notes for if_spppsubr
kamil[src/trunk]: src/tests/usr.bin/c++ Improve wording for non-native speakers of...
mrg[src/trunk]: src/usr.bin/kdump just include <sys/mutex.h> for mkioctls. this...
macallan[src/trunk]: src/sys/arch/powerpc/powerpc when spinning up secondary CPUs, pu...
pgoyette[src/trunk]: src/sys/dev/ata Call config_cfattach_attach() regardless of whet...
leot[src/trunk]: src/distrib/notes Fix a typo
kamil[src/trunk]: src/distrib/sets/lists/man Register a new cat page: libbozohttpd.0
reinoud[src/trunk]: src/sys/arch/usermode/usermode Fix too long line
reinoud[src/trunk]: src/sys/arch/usermode Add preliminary KGDB support for NetBSD/us...
reinoud[src/trunk]: src/sys/arch/usermode/include Add headers for support functions ...
reinoud[src/trunk]: src/sys/arch/usermode/usermode Add the kgdb meat
reinoud[src/trunk]: src/sys/arch/usermode/include Forgot the two header files
reinoud[src/trunk]: src/sys/arch/usermode/include Max kernel address is end of kernel
reinoud[src/trunk]: src/sys/arch/usermode/usermode Allow the usermode pmaps to also ...
wiz[src/trunk]: src/sbin/umbctl Various improvements to the man page.
khorben[src/trunk]: src/sys/dev/usb Fix building umb(4) on NetBSD-current
khorben[src/trunk]: src/sys/arch Build the umb(4) driver in the ALL kernels (amd64, ...
wiz[src/trunk]: src/share/man/man4 Move RCS Id to top. Fix date.
ryo[src/trunk]: src/lib/libc/arch/aarch64/gdtoa fix long double NaN definition.
kre[src/trunk]: src/sys/sys Add a comment to explain the purpose of POWER_IOC_GE...
maxv[src/trunk]: src/sys/arch Unreference IPF/PF from all the config files, and e...
08/02/2018
mrg[src/NetBSD]: src/external/gpl3/gcc.old import GCC 4.8.5 as gcc.old, in prepa...
christos[src/NetBSD]: src/external/gpl3/binutils.old import the HEAD of binutils as b...
christos[src/NetBSD]: src/external/gpl3/gdb.old import current gdb-7.10.1 as gdb.old
christos[src/NetBSD]: src/external/gpl3/gdb.old Import head of gdb to gdb.old
christos[src/NetBSD]: src/external/gpl3/binutils.old Import current binutils
mrg[src/NetBSD]: src/sys/arch/evbmips sbmips->evbmips merge: import all the all...
mrg[src/NetBSD]: src/external/gpl3/gcc.old import GCC 5.5 into gcc.old.
mrg[src/NetBSD]: src/sys/arch/evbmips import most of the sbmips port into evbmip...
mrg[src/NetBSD]: src/external/gpl3/gcc.old import the GCC 5.4 srcs from -current...
christos[src/NetBSD]: src/crypto/external/bsd/openssl.old Import the HEAD of OpenSSL ...
christos[src/NetBSD]: src/external/gpl3/gdb.old Import HEAD of gdb-7.12
christos[src/NetBSD]: src/external/gpl3/binutils.old import current binutils.
mrg[src/trunk]: src/external/gpl3/gcc.old import GCC 6.4 srcs into gcc.old in pr...
mrg[src/NetBSD]: src/external/gpl3/gcc.old import GCC 6.4 srcs into gcc.old in p...
mrg[src/NETBSD]: src/external/gpl3/gcc.old import GCC 6.4 srcs into gcc.old in p...
sevan[src/trunk]: src/share/man/man4 Drop ISO/Xerox references which are now long ...
rjs[src/trunk]: src/sys Add ioctl(2) handler for kernel part of sctp_peeloff().
mrg[src/trunk]: src/external/gpl3/gcc.old merge GCC 6.4 into gcc.old.
roy[src/trunk]: src/sbin/umbctl Mark _error() as printflikee
msaitoh[src/trunk]: src/sys/kern Adjust alignment in m_pulldown().
pgoyette[src/pgoyette-compat]: src/sys/kern Clean up from sync-with-HEAD
riastradh[src/trunk]: src/sys/dev/usb Fix usb_rem_task_wait API.
rjs[src/trunk]: src/sys Add ioctl(2) handler for kernel part of sctp_peeloff().
mrg[src/trunk]: src/external/gpl3/gcc.old import GCC 6.4 srcs into gcc.old in pr...
sevan[src/trunk]: src/share/man/man4 Drop ISO/Xerox references which are now long ...
roy[src/trunk]: src/sbin/umbctl Mark _error() as printflikee
riastradh[src/trunk]: src/sys/dev/usb Fix usb_rem_task_wait API.
msaitoh[src/trunk]: src/sys/kern Adjust alignment in m_pulldown().
rjs[src/trunk]: src Add userland support for SCTP and manpages.
mrg[src/trunk]: src/external/gpl3/gcc.old/usr.bin/include/sanitizer fix the sani...
mrg[src/trunk]: src/external/gpl3/gcc.old merge GCC 6.4 into gcc.old.
rjs[src/trunk]: src/lib/libc/net Add missing SCTP manpage.
maxv[src/trunk]: src/distrib/notes/common Remove netbsd-INSTALL_XEN3_DOMU.gz (it ...
maxv[src/trunk]: src Distribute GENERIC_KASLR on amd64.
sevan[src/trunk]: src/usr.sbin/npf Use Nm macro
maxv[src/trunk]: src/sys/arch/amd64 Add a "version" field in the prekern_args str...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Don't forget to call init_slotspace whe...
maxv[src/trunk]: src/doc Mark two entries as done.
08/03/2018
kamil[src/trunk]: src/external/mit/xorg/lib/libGLU Fix libGLU build with Clang/LLVM
kamil[src/trunk]: src/external/mit/xorg/lib/dri7 Fix dri7 build with Clang/LLVM
kamil[src/trunk]: src/external/bsd/dhcpcd/dist/src Fix build failure in dhcpcd und...
kamil[src/trunk]: src/common/lib/libc/misc Import micro-UBSan (ubsan.c)
kamil[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-wsfb Fix xf86-vi...
kamil[src/trunk]: src/external/mit/xorg/lib/libXfont2 Fix libXfont2 build with Cla...
kamil[src/trunk]: src/lib/libc Disable sanitization of -fsanitize=function in libc
kamil[src/trunk]: src/share/mk Allow to overwrite sanitizer flags for userland
kamil[src/trunk]: src/external/bsd/dhcpcd/dist/src Fix build failure in dhcpcd und...
kamil[src/trunk]: src/external/mit/xorg/lib/dri7 Fix dri7 build with Clang/LLVM
kamil[src/trunk]: src/common/lib/libc/misc Import micro-UBSan (ubsan.c)
kamil[src/trunk]: src/external/mit/xorg/lib/libGLU Fix libGLU build with Clang/LLVM
kamil[src/trunk]: src/external/mit/xorg/lib/libXfont2 Fix libXfont2 build with Cla...
kamil[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-wsfb Fix xf86-vi...
kamil[src/trunk]: src/lib/libc Disable sanitization of -fsanitize=function in libc
kamil[src/trunk]: src/share/mk Allow to overwrite sanitizer flags for userland
kamil[src/trunk]: src/common/lib/libc Register a new directory in common/lib/libc/...
kamil[src/trunk]: src/common/lib/libc/misc Tidy up the comment in ubsan.c
kamil[src/trunk]: src/lib/libc/misc Add a support to build ubsan.c in libc
kamil[src/trunk]: src Register micro-UBSan ATF tests in the distribution
kamil[src/trunk]: src/tests/lib/libc/misc Import micro-UBSan ATF tests
kamil[src/trunk]: src/crypto/external/bsd/openssh/dist Appease GCC in the openssh ...
kamil[src/trunk]: src/sys Register kUBSan in the GENERIC amd64 kernel config
msaitoh[src/trunk]: src/share/man/man4 Add some missing IFM_* entries.
kamil[src/trunk]: src/distrib/sets/lists Fix distribution lists with MKCATPAGES=yes
reinoud[src/trunk]: src/sys/arch/usermode/usermode Fix physical memory size issue. I...
skrll[src/trunk]: src/sys/arch/evbarm/fdt Mark fdt_addr_r __attribute__((__section...
ozaki-r[src/trunk]: src/sys/net tun: fix locking against myself
reinoud[src/trunk]: src/sys/arch/usermode Allow for setting kernel breakpoints in ou...
jmcneill[src/trunk]: src/sys/net Use a different psz for a different lock. Patch from...
skrll[src/trunk]: src/sys/arch/evbarm/fdt s/DPRINTF/VPRINTF/ for consistency
kre[src/trunk]: src/crypto/external/bsd/openssh/dist Add a "gcc is stupid" comme...
skrll[src/trunk]: src/sys/dev/usb Fix build
skrll[src/trunk]: src/sys/arch Provide and use a evbarm/fdt/machdep.h
kamil[src/trunk]: src/lib/libc Restrict -fno-sanitize=function to Clang/LLVM only
skrll[src/trunk]: src/sys/arch/evbarm/rpi Subtract KERNEL_BASE_VOFFSET from all VA...
skrll[src/trunk]: src/sys/arch Provide and use kern_vtopdiff in KERN_{VTOPHYS, PHYS...
kamil[src/trunk]: src/common/lib/libc/misc Try to fix the evbppc-powerpc64 build
ryo[src/trunk]: src/sys/arch/aarch64 set kernel text/rodata readonly when not de...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 don't set lwp->l_private if no _UC_...
phil[src/phil-wifi]: src/sys State Save:
08/04/2018
ryo[src/trunk]: src/lib/libc/arch/aarch64/gen need to set _UC_TLSBASE of uc_flag...
kre[src/trunk]: src/sys/arch/evbarm/bcm53xx Hack workaround to deal with KERN_VT...
skrll[src/trunk]: src/sys/arch/evbarm/tisdp24xx Fix KERN_VTOPHYS build fallout
alnsn[src/LUA]: src/external/mit/lua/dist Import Lua 5.3.5.
alnsn[src/trunk]: src/external/mit/lua/dist README.import with step-by-step import...
alnsn[src/trunk]: src/external/mit/lua/dist Don't use $NetBSD$ in a sentence, refe...
alnsn[src/trunk]: src/external/mit/lua/dist Resolve conflicts.
08/05/2018
skrll[src/trunk]: src/sys/arch/evbarm/bcm53xx Fix KERN_{VTOPHYS, PHYSTOV) fallout d...
skrll[src/trunk]: src/sys/arch/arm/include/arm32 Expose kern_vtopdiff
skrll[src/trunk]: src/sys/arch Refactor code to split aarch{32, 64} kernel page tab...
skrll[src/trunk]: src/sys/arch/aarch64/include More whitespace
skrll[src/trunk]: src/sys/arch/evbarm Build fix after recent KERN_{VTOPHYS, PHYSTOV...
kamil[src/trunk]: src/doc Update TODO.sanitizers
kamil[src/trunk]: src/doc Update TODO.ptrace
kamil[src/trunk]: src/doc Register micro-UBSan in CHANGES.
kre[src/trunk]: src/sys/arch/evbarm/bcm53xx One more step towards fixing some bu...
skrll[src/trunk]: src/sys/arch/evbarm/bcm53xx Undo previous as it is not required.
skrll[src/trunk]: src/sys/arch/arm/nvidia Use PRIxBUSADDR and remove unnecessary cast
skrll[src/trunk]: src/sys/arch Add prefixes to struct arm_platform{, _info} members.
reinoud[src/trunk]: src/sys/arch/usermode/usermode To avoid possible collisions betw...
alnsn[src/trunk]: src/doc Update Lua, add myself to responsible.
reinoud[src/trunk]: src/sys/arch/usermode Add KGDB definitions for i386
reinoud[src/trunk]: src/sys/arch/usermode/usermode Advise to explicitly set flags +a...
08/06/2018
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux hweight32 should take ui...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fix find_first_zero_bit ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Flush chipset writes after GGT...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Round nsec up for usec d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Use uvm_km_alloc(kernel_...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux libkern min/max is 32-...
ozaki-r[src/trunk]: src/sys/net Fix tun(4) kevent locking
msaitoh[src/trunk]: src Add simple test case for if_nametoindex(3).
msaitoh[src/trunk]: src/sys/net Change pktq's drops count sysctl from CTLTYPE_INT to...
msaitoh[src/trunk]: src/distrib/sets/lists/tests s/t_ifnametoindex/t_if_nametoindex/
martin[src/trunk]: src/distrib/sets/lists/debug Add debug info for t_if_nametoindex
ryo[src/trunk]: src/sys/arch/aarch64 set kernel text/rodata readonly by default.
ryo[src/trunk]: src/sys/arch/aarch64 set kernel rodata/data non-executable.
jdolecek[src/trunk]: src/sys/dev/ata add wddebug() which dumps some status for attach...
08/07/2018
sevan[src/trunk]: src/doc Update some current version information.
sevan[src/trunk]: src/doc Update current version info for IANA services & protocol...
sevan[src/trunk]: src/usr.sbin/npf/npfctl First pass at editing this manual.
ozaki-r[src/trunk]: src/doc Categorize non MP-safe components into protected and unp...
ozaki-r[src/trunk]: src/doc Add ipsecif(4)
rin[src/trunk]: src/external/bsd/nvi Add imctrl and imkey options, inspired by c...
martin[src/trunk]: src/distrib/notes Remove leftovers from the separate xen port (w...
rin[src/trunk]: src/sys/external/bsd/dwc2 Do not call usb_syncmem(9) with len = ...
gson[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm One newline ...
maxv[src/trunk]: src/sys/arch/x86 Add five errata for AMD Family 17h (Ryzen etc), ...
rin[src/trunk]: src/external/bsd/nvi/dist/common Remove unnecessary buffer alloc...
rin[src/trunk]: src/external/bsd/nvi/dist/ex Use wp and wlen instead of ip and i...
skrll[src/trunk]: src/sys/external/bsd/dwc2 aprint_verbose the core version
sevan[src/trunk]: src/dist/pf/sbin/pflogd Escape Dx which otherwise gets interpret...
08/08/2018
sevan[src/trunk]: src/usr.sbin/npf/npfd Escape ellipsis to stop it being interpret...
sevan[src/trunk]: src/usr.sbin/npf/npfd Simplify the description of npfd, default ...
simonb[src/trunk]: src/lib/libcurses Avoid curx going beyond end of window when add...
msaitoh[src/trunk]: src/sys/dev/pci Add MDIC_WA and CLSEMWA to snprintb() string for...
simonb[src/trunk]: src/sys/external/bsd/dwc2/dist Merge
simonb[src/trunk]: src/sys/arch/mips/mips Make change of ABI printf()s #ifdef DEBUG...
jmcneill[src/trunk]: src/sys/arch/aarch64/include Add fields for per-cpu GICv3 state
jmcneill[src/trunk]: src/sys/arch/aarch64/include Add GICv3 system registers
jmcneill[src/trunk]: src/sys/arch/arm/cortex Update for GICv3
jmcneill[src/trunk]: src/sys/arch/arm/cortex Add GICv3 support.
jmcneill[src/trunk]: src/doc arm: Add driver for ARM GICv3 interrupt controllers.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Add GICv3 FDT glue
christos[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto Add missing func...
maya[src/trunk]: src/distrib/sets/lists/man Adjust set lists better.
maya[src/trunk]: src Remove nsp(4) documentation following the removal of code.
maya[src/trunk]: src/sys/dev/pci Remove NetOctave NSP2000 support
08/09/2018
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix ordering of bus_dm...
gson[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm One newline ...
mrg[src/trunk]: src/sys pull across abort fixes from nick-nhusb. add more abort...
christos[src/trunk]: src Add some aliases (from phone)
christos[src/trunk]: src/crypto/external/bsd/openssh/dist change some 255's to 254's ...
christos[src/trunk]: src/sys/fs/tmpfs FIx performance regression from rmind@:
jmcneill[src/trunk]: src/sys/arch/aarch64/include Restore ICC_SRE_EL2 registers lost ...
christos[src/trunk]: src/tests/lib/libc/misc Fix stack protector build.
reinoud[src/trunk]: src/sys/fs/udf Sync with UDFclient
msaitoh[src/trunk]: src/sys/dev/pci Fix two bugs for non-SERDES fiber. Tested on 825...
maxv[src/trunk]: src/sys/arch/xen/xen style a bit
maxv[src/trunk]: src/sys/arch/xen/xen Use an independent pool, don't steal pages ...
maxv[src/trunk]: src/sys Localify mcl_cache.
jakllsch[src/trunk]: src/sys/dev/usb fix DIAGNOSTIC build by not copying ub_usepollin...
reinoud[src/trunk]: src/sys/fs/udf Fix length calculation
08/10/2018
prlw1[src/trunk]: src/sys/dev/usb Sprinkle __diagused
prlw1[src/trunk]: src/sys/dev/usb whitespace
sevan[src/trunk]: src/doc Add homepage & current version info for elftoolchain.
sevan[src/trunk]: src/doc Update current versions of less, libarchive, libpcap.
rin[src/trunk]: src/sys/external/bsd/dwc2 Fix debug build. Also make formats mor...
rin[src/trunk]: src/sys/arch/arm/broadcom * Convert bus address to physical addr...
maxv[src/trunk]: src/sys/arch/xen/xen Don't unconditionally call pmap_extract_ma, ...
maxv[src/trunk]: src/sys/netinet6 Remove the callback and localify. Same as IPv4.
maxv[src/trunk]: src/sys Rename
maxv[src/trunk]: src/sys Fix compilation of PF/IPF...
msaitoh[src/trunk]: src/sys/netinet Change the type of wqinput's drop counter to uin...
msaitoh[src/trunk]: src/sys/net - Fix a bug that drop counter shows incorrect vaule ...
knakahara[src/trunk]: src/sys/net fix if_snd_is_used(), ifp->if_snd is also used by if...
maxv[src/trunk]: src/sys/arch/arm Retire CPU_ARM2, CPU_ARM250 and CPU_ARM3, they ...
jakllsch[src/trunk]: src/sys/arch/arm/include fix arm int_const.h for aarch64
riastradh[src/trunk]: src/sys/dev/acpi Don't hold up boot: defer acpibat(4) inquiry un...
maxv[src/trunk]: src/sys/arch/aarch64/aarch64 Enlighten a little.
maxv[src/trunk]: src/sys/arch/arm/conf remove reference to CPU_ARMV2, suggested b...
sevan[src/trunk]: src/sys/arch Add snippet for bpfjit(4) as both i386 and amd64 ar...
alnsn[src/trunk]: src/doc lua: Import version 5.3.5.
08/11/2018
kamil[src/trunk]: src/lib/libc/gen Merge FreeBSD improvements to the man-page of t...
ryo[src/trunk]: src/sys/arch/aarch64 treat kernel-exec attr and user-exec attr s...
pgoyette[src/trunk]: src/sys Allow syscall_establish() to install new syscalls when t...
pgoyette[src/trunk]: src/sys/sys Bump version for recent change to struct emul
jmcneill[src/trunk]: src/sys/arch/arm/fdt Pass full mpidr (instead of just aff0) to p...
pgoyette[src/trunk]: src/sys Regen
jdolecek[src/trunk]: src/sys/dev/ata fix race in wd_lastclose() on systems with two i...
jmcneill[src/trunk]: src/sys/arch/arm/cortex IPI and priority fixes. My RK3399 board ...
mrg[src/trunk]: src/sys/compat/netbsd32 support nullfs in netbsd32.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 use DDB_EXPR_FMT. fix typo.
ryo[src/trunk]: src/lib/libc/arch/aarch64/softfloat fix multiple definition of _...
jmcneill[src/trunk]: src/sys/arch Fix VEXPRESS_A15 build
jdolecek[src/trunk]: src/sys/arch/xen/xen disestablish interrupt handler regardless o...
kamil[src/trunk]: src/sys/sys Remove unused symbols from <sys/sysctl.h>
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 change to minimum invalidation of TLB.
christos[src/trunk]: src/usr.bin/grep remove dup includes (already in grep.h)
christos[src/trunk]: src/common/lib/libc/string Add nbotool stuff.
christos[src/trunk]: src/tools/compat Add strcasecmp
christos[src/trunk]: src/usr.bin/grep don't build NLS if we don't need to
christos[src/trunk]: src/usr.bin/grep use setvbuf if available; it is more portable.
christos[src/trunk]: src/share/mk use the tools version of grep
christos[src/trunk]: src/tools hook in the tools version of grep
zafer[src/trunk]: src/sys/ufs/lfs In lfs_mkdir fix wrong return path in case of EM...
08/12/2018
rin[src/trunk]: src/sys/dev/usb Add SMSC LAN7505 USB 2.0 gigabit ethernet device.
rin[src/trunk]: src/sys/dev/usb regen.
maxv[src/trunk]: src/sys/arch/x86/x86 enable the two errata for AMD Family 16h, t...
rin[src/trunk]: src/sys/dev/usb Add missing __KERNEL_RCSID.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Eliminate the only ASM reference to VM_...
christos[src/trunk]: src/tools/grep add WITHOUT_BZ2
christos[src/trunk]: src/usr.bin/grep add WITHOUT_BZ2 for tools build.
christos[src/trunk]: src/usr.bin/grep remove stray paren
christos[src/trunk]: src/usr.bin/grep fix libraries
martin[src/trunk]: src/distrib/acorn32 Insert a .WAIT between building of the bootl...
maxv[src/trunk]: src/sys/arch More ASLR: randomize the kernel main memory. VM_MIN...
christos[src/trunk]: src/tools/grep Add WITHOUT_GZIP
christos[src/trunk]: src/usr.bin/grep add WITHOUT_GZIP for the tools build.
maxv[src/trunk]: src/sys/arch Add a new area, SLAREA_HYPV, which indicates the sl...
mrg[src/trunk]: src/sys/arch/epoc32/conf conditionally set MACHINE_ARCH to arm, ...
maxv[src/trunk]: src/sys/uvm Rename 'slotspace' -> 'slotarea' in UVM, to avoid (f...
skrll[src/trunk]: src/sys/external/bsd/dwc2/dist Fixup previous to not break ping ...
skrll[src/trunk]: src/sys/sys Remove dependency of __BITS on MAX/MIN by providing ...
maxv[src/trunk]: src/sys/arch/x86/x86 Take the last area into account, there is a...
maxv[src/trunk]: src/sys/arch Randomize the main memory on Xen, same as native. T...
maxv[src/trunk]: src/sys/arch/x86/x86 Reduce the minefield: zero out the pdir onl...
christos[src/trunk]: src/share/mk fix broken library variable definitions (inconsiste...
maxv[src/trunk]: src/sys/arch Introduce PDIR_SLOT_USERLIM, which indicates the li...
christos[src/trunk]: src/external/mpl/bind/dist Import bind-9.12.2-P2 since bind-9.10...
christos[src/ISC]: src/external/mpl/bind/dist Import bind-9.12.2-P2 since bind-9.10 (...
christos[src/trunk]: src/lib switch to the new bind.
maxv[src/trunk]: src/sys/arch Move the PTE area from slot 255 to slot 509. I've n...
christos[src/trunk]: src/external/bsd unhook bind
christos[src/trunk]: src/external/mpl hook bind
christos[src/trunk]: src/doc mention new bind
maxv[src/trunk]: src/sys/arch Move the PCPU area from slot 384 to slot 510, to av...
christos[src/trunk]: src/external/mpl/bind merge conflicts, add build glue.
christos[src/trunk]: src/doc undo the time warp
christos[src/trunk]: src/external/mpl/bind/lib add libns
christos[src/trunk]: src/external/mpl/bind merge conflicts, add build glue.
christos[src/trunk]: src/usr.sbin/crash/arch make things link again.
maxv[src/trunk]: src/doc mark two entries as done
maxv[src/trunk]: src/sys/arch More ASLR: randomize the location of the PTE area. ...
christos[src/trunk]: src/external/mpl/bind/lib/libisc Add -lz
christos[src/trunk]: src/external/mpl/dhcp Add libz for new libisc needing it.
christos[src/trunk]: src/usr.sbin/crash/arch reorder
christos[src/trunk]: src/usr.sbin/crash/arch i386 does not have a variable min addres...
jmcneill[src/trunk]: src/sys/dev/fdt Register shutdown handlers
jmcneill[src/trunk]: src/sys/dev/fdt Use more generic rk3288 compatible string, and d...
christos[src/trunk]: src/external/cddl/osnet/dev/dtrace/amd64 handle variable kernel ...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Enable support for GICv3 and Rockchip R...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add support for Rockchip RK3399 SoC.
jmcneill[src/trunk]: src/doc arm: Add support for Rockchip RK3399 SoC.
jmcneill[src/trunk]: src/distrib/utils/embedded/conf Move rk3399 dtb files to the cor...
skrll[src/trunk]: src/sys/arch/aarch64/include Whitespace
christos[src/trunk]: src/distrib/sets/lists fix sets for new bind
skrll[src/trunk]: src/sys/arch Provide and use cpu_mpidr_aff_read in psci_fdt_boot...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Remove a sneaky KASSERT
sevan[src/trunk]: src/sys/arch Remove commented out BPFJIT & SLJIT options as they...
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Fix USB2 on RK3399
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add rk3399-rockpro64.dts
jmcneill[src/trunk]: src/sys/arch/arm/dts Add dts for ROCKPro64
maya[src/trunk]: src/share/mk Try the more likely gfortran instead of g77.
jmcneill[src/trunk]: src/sys/arch/arm/fdt Only attempt to set interrupt affinity if w...
skrll[src/trunk]: src/sys/arch/evbarm/gemini Fix GEMINI build
jmcneill[src/trunk]: src/sys/dev/fdt Add support for RK3399
skrll[src/trunk]: src/sys/arch/evbarm/conf G/C
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Add I2C clocks
jmcneill[src/trunk]: src/sys/arch/arm/rockchip Back to aprint_debug for dumping clock...
skrll[src/trunk]: src/sys/arch/evbarm/imx23_olinuxino Fix IMX23_OLINUXINO build
christos[src/trunk]: src/external/mpl/bind/include/isc don't use stdatomic.h yet; the...
skrll[src/trunk]: src/sys/arch/evbarm/zynq Make PARALLELLA build
08/13/2018
jmcneill[src/trunk]: src/sys/arch/arm/fdt Use aprint_debug for redist count print
mrg[src/trunk]: src/external/gpl3 consolidate path for gcc-version specific into...
mrg[src/trunk]: src/sys add a lockdebug_dismiss() function for DDB to use that t...
mrg[src/trunk]: src extend the ddb "show kernhist" command. the synopsis is now:
wiz[src/trunk]: src/share/man/man4 Add a missing word.
wiz[src/trunk]: src/lib/libc/net Various improvements.
wiz[src/trunk]: src/usr.sbin/npf/npfctl Add missing El. Remove trailing whitespace.
wiz[src/trunk]: src/share/man/man4 New sentence, new line.
wiz[src/trunk]: src/lib/libc/gen Sort SEE ALSO.
mrg[src/trunk]: src/distrib/sets/lists/comp fix the libns and liblwres entries f...
mrg[src/trunk]: src/external/mpl/bind/include/isc avoid using x86 specific asm o...
christos[src/trunk]: src/distrib/sets/lists/comp - although I like the ", obsolete" be...
christos[src/trunk]: src/distrib/sets/lists/debug remove stray comma
christos[src/trunk]: src/external/bsd/bind/dist/lib/isc/unix make ENOBUFS a soft erro...
christos[src/trunk]: src/external/mpl/bind/dist/lib/isc/unix Make ENOBUFS a soft error
christos[src/trunk]: src/etc/rc.d handle v6 addresses
mrg[src/trunk]: src include the boot32 and nbfs boot programs for eabi, as acorn32
christos[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgpverify avoid redef...
maxv[src/trunk]: src/sys/net Clarify two functions.
christos[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/libbn sprinke const
christos[src/trunk]: src/crypto/external/bsd/openssh/dist add another exit 254 to avo...
sevan[src/trunk]: src/doc New version of mandoc came out last week.
skrll[src/trunk]: src/sys/arch/arm/fdt Need to use fdtbus_get_reg64 for mpidr
sevan[src/trunk]: src/doc Update current vers of some components.
christos[src/trunk]: src/share/mk remove random seed debugging
maxv[src/trunk]: src/sys/arch/xen/xen Clarify, remove dead code, and add XXXSMP; ...
mrg[src/trunk]: src/sys/dev/usb - add commented entries that exist in amd64 GENE...
mrg[src/trunk]: src/sys/arch/amd64/conf use dev/usb/usbdevices.config, gaining t...
mrg[src/trunk]: src/sys/arch/i386/conf use dev/usb/usbdevices.config instead of ...
08/14/2018
alnsn[src/trunk]: src/share/misc Add FDT (flat device tree).
kamil[src/trunk]: src/tests/lib/libc/sys Add a new ATF ptrace(2) test: child_attac...
kamil[src/trunk]: src/tests/lib/libc/sys Add await_stopped() in t_ptrace_wait.h
kamil[src/trunk]: src/tests/lib/libc/sys Add a new ATF test parent_attach_to_its_s...
kre[src/trunk]: src/bin/sh NFC: DEBUG (compile time) mode only change:
alnsn[src/trunk]: src/share/misc It's Flattened Device Tree.
kamil[src/trunk]: src/tests/lib/libc/sys Add a new ATF ptrace(2) test: tracer_atta...
ozaki-r[src/trunk]: src/sys/kern Change the place to check if a context switch doesn...
ozaki-r[src/trunk]: src/sys/kern Check pserialize_not_in_read_section for adaptive m...
roy[src/trunk]: src/doc Remove Paul Vixie as maintainer, replace with ISC as the...
ozaki-r[src/trunk]: src/sys/netinet6 Don't call find_pfxlist_reachable_router, which...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 no need machine local ddb command p...
maxv[src/trunk]: src/sys/arch Enable L2TP on all x86 configurations, not just nat...
maxv[src/trunk]: src/share/man/man4 Enlighten a little.
wiz[src/trunk]: src/share/man/man4 Remove superfluous Pps.
maxv[src/trunk]: src/share/man/man4 Replace etherip by l2tp in the "see also" sec...
wiz[src/trunk]: src/share/man/man4 Sort SEE ALSO.
maxv[src/trunk]: src/sys/arch Replace references to etherip by l2tp. Etherip was ...
christos[src/trunk]: src/doc new mdocml
christos[src/trunk]: src/external/bsd/mdocml merge conflicts
christos[src/trunk]: src/external/bsd/mdocml/dist Import 1.14.4
christos[src/KRISTAPS]: src/external/bsd/mdocml/dist Import 1.14.4
christos[src/trunk]: src/sys/sys make things compile.
christos[src/trunk]: src/external/mpl/bind/bin prepend libns
gson[src/trunk]: src/external/bsd/mdocml/dist remove stray "fi" to unbreak build
kre[src/trunk]: src/bin/sh PR bin/42184 PR bin/52687 (detailing the same bug).
rjs[src/trunk]: src/distrib/sets/lists/comp Fix gcc build when MKCOMPAT=no.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Exit, don't reenter, the mutex.....
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Initialize n before mtrr_set in ...
maxv[src/trunk]: src Retire EtherIP, we have L2TP instead.
maxv[src/trunk]: src/doc Note removal of etherip, add entry about ASLR in amd64, ...
roy[src/trunk]: src/sbin/route Resolve every route(4) message type before printi...
08/15/2018
skrll[src/trunk]: src/sys/arch/arm/vfp Add __KERNEL_RCSID
skrll[src/trunk]: src/sys/arch sort #include "opt_..." entries
skrll[src/trunk]: src/sys/arch/arm/arm32 Fix includes (sys/cdefs.h then sys/param.h)
skrll[src/trunk]: src/sys/arch/arm Sprinkle #include "opt_cputypes.h"
skrll[src/trunk]: src/sys/arch/arm/arm32 KNF
skrll[src/trunk]: src/sys/arch/arm/include Some CPU specific ACTLR bit definitions
skrll[src/trunk]: src/sys/arch/arm/arm32 G/C
skrll[src/trunk]: src/sys/dev/fdt Remove useless header arm/broadcom/bcm2835reg.h
sevan[src/trunk]: src/doc On train to Cambridge for BSDCam
mrg[src/trunk]: src/external/bsd/mdocml/bin/mandoc add missing compat_recallocar...
martin[src/trunk]: src/include PR standards/53525: move getsubopt() to stdlib.h
martin[src/trunk]: src/lib/libc/stdlib PR standards/53525: move getsubopt to stdlib.h
ryo[src/trunk]: src/sys/arch/aarch64/include fix relocation type. 277 is R_AARCH...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 fix typo in comment
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 MODULAR support
christos[src/trunk]: src/tools/mandoc Expose re{c, }allocarray decls in current.
sevan[src/trunk]: src/doc More version updates
sevan[src/trunk]: src/doc Update bc location, still todo: license
jdolecek[src/trunk]: src/sys/arch/xen/xen mark XXXSMP also wakeup() calls
jdolecek[src/trunk]: src/sys/arch/xen/xen minor KNF
sevan[src/trunk]: src/share/misc Sync with FreeBSD
jdolecek[src/trunk]: src/sys/arch/xen/xen fix comment
sevan[src/trunk]: src/doc Update version info for our versions of bozohttpd & bsd-...
phil[src/phil-wifi]: src/sys Final changes for 200 hour contract. Still a lot of...
08/16/2018
nakayama[src/trunk]: src/external/bsd/mdocml/include Add recallocarray prototype.
kre[src/trunk]: src/external/bsd/mdocml/lib/libmandoc mandoc-validate.c cannot d...
kre[src/trunk]: src/external/bsd/mdocml/bin/mandoc man_term.c needs -Wno-error=a...
kre[src/trunk]: src/external/bsd/mdocml mandoc needs mandoc_xr.c and (because we...
kre[src/trunk]: src/usr.sbin/makemandb In the latest mandoc (mdocml) the signatu...
kre[src/trunk]: src/external/bsd/mdocml/bin/mandoc mandoc_xr.c is now in libmand...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Enlighten the "Procedures" section. In p...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Add quotes around the option names, to m...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Improve the "Rules" section: better expl...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Document the "flags" keyword.
maxv[src/trunk]: src/usr.sbin/npf/npfctl Improve the "Map" section a little.
maxv[src/trunk]: src/usr.sbin/npf/npfctl Improve wording.
sevan[src/trunk]: src/doc Remove extra slash in path
christos[src/trunk]: src/external/bsd/wpa/dist/src/rsn_supp From FreeBSD:
christos[src/trunk]: src/common/lib/libc/string toolify.
christos[src/trunk]: src/tools/compat add strncasecmp
christos[src/trunk]: src/external/cddl/osnet/dev/dtrace/amd64 get rid of kernelbase
maya[src/trunk]: src/games/wtf Try freebsd's pkg-info as well
kre[src/trunk]: src/bin/sh NFC - a build structure code layout change only.
christos[src/trunk]: src/external/mpl/bind libisccfg uses libdns...
jmcneill[src/trunk]: src/sys/external/bsd/gnu-efi/dist Merge conflicts
jmcneill[src/trunk]: src/sys/external/bsd/gnu-efi/dist/inc Rename ALIGN macro to EFI_...
jmcneill[src/trunk]: src/sys/external/bsd/gnu-efi/dist/lib No need for private versio...
jmcneill[src/trunk]: src/sys/external/bsd/gnu-efi/dist Import gnu-efi-3.0.8
jmcneill[src/trunk]: src/doc gnu-efi 3.0.8 has been imported
jmcneill[src/trunk]: src/doc gnu-efi: Import version 3.0.8.
08/17/2018
kre[src/trunk]: src/sys/arch/i386/stand/efiboot Deal with gnu-efi upgrade - "efi...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Replace () by [] in tcp-flags.
maxv[src/trunk]: src/usr.sbin/npf/npfctl Replace "rproc"->"proc" in the grammar (...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Add missing quote in static-rule, it cau...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Add the values of "algo" in the grammar, ...
maxv[src/trunk]: src/dist/pf/share/man Add a deprecation note in each of the PF m...
skrll[src/trunk]: src/sys/arch/arm/fdt Whitespace
skrll[src/trunk]: src/sys/arch/evbarm/conf Fix build the easiest way...
maxv[src/trunk]: src/sys/arch/amd64/include Remove big outdated comment, remove u...
macallan[src/trunk]: src/sys/arch/powerpc/oea parse G5 device paths
macallan[src/trunk]: src/sys/arch/macppc/stand/ofwboot - add some G5-specific setup
reinoud[src/trunk]: src/sys/arch/usermode/conf Start using the kernel ld script.
08/18/2018
kre[src/trunk]: src/bin/sh In the older debug code (not using the new macros add...
kre[src/trunk]: src/sys/arch/ia64/stand/ia64/efi More gnu-efi update fallout ......
maxv[src/trunk]: src/sys/arch/x86/x86 Simplify the conditions. Fixes compilation ...
christos[src/trunk]: src/doc OpenSSL 1.1.0i
christos[src/trunk]: src/crypto/external/bsd/openssl/dist merge conflicts
christos[src/trunk]: src/crypto/external/bsd/openssl/dist Changes between 1.1.0h and ...
christos[src/trunk]: src/sys/external/bsd/acpica/dist -------------------------------...
rin[src/trunk]: src/sys/arch/evbarm/conf Fix a bug introduced in the previous re...
skrll[src/trunk]: src/sys/arch/evbarm/conf Note EARLYCONS in comment
skrll[src/trunk]: src/sys/arch/evbarm/exynos G/C
christos[src/trunk]: src/sys/modules/zfs remove NOGCCERROR; hides real issues.
christos[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs vdev_inuse might ...
christos[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs make sure rid and...
christos[src/trunk]: src/external/cddl/osnet/dist/common/zfs use the right variables ...
christos[src/trunk]: src/doc mention acpica 20180810
christos[src/trunk]: src/sys/external/bsd/acpica/dist merge conflicts
kre[src/trunk]: src/sys/arch/ia64/stand/efi/libefi More fallout from new gnu-efi...
rjs[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Add conf_ssl.c to ...
kre[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Allow the symbols ...
jmcneill[src/trunk]: src/sys/external/bsd/gnu-efi/dist/inc Use sys/stdint.h instead o...
08/19/2018
kre[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Revert previous an...
riastradh[src/trunk]: src/sys/arch/xen/xen This makes no sense static. (Can't break u...
kamil[src/trunk]: src/lib/libpthread Drop a duplicate instruction line
skrll[src/trunk]: src/sys/arch Some changes to bring back exynos4 support and make...
rin[src/trunk]: src/sys/arch/arm/broadcom Clean up leftover when converting intr...
wiz[src/trunk]: src/doc 3RDPARTY: latest Mesa actually is 8.1.6 for now.
skrll[src/trunk]: src/sys/arch/evbarm/conf Commit work in progress GENERIC configu...
mrg[src/trunk]: src/sys/arch/mips/mips fix a bug in the previous change: don't h...
kre[src/trunk]: src/bin/sh NFC: DEBUG mode only change. When tracing, show >&-...
kre[src/trunk]: src/bin/sh PR bin/48875
jmcneill[src/trunk]: src/sys/external/bsd/gnu-efi/dist Remove FloatToString from NetB...
jakllsch[src/trunk]: src/sys/kern Handle p->p_mqueue_cnt in a symmetric manner.
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 show correct relocation address whe...
08/20/2018
kre[src/trunk]: src/bin/sh PR bin/48875 (is related, and ameliorated, but not ex...
riastradh[src/trunk]: src/sys/dev/pci What we have created, we must destroy.
riastradh[src/trunk]: src/sys/dev/pci Suspend the getrfkill thread while we're suspended.
wiz[src/trunk]: src/doc expat-2.2.6 out
christos[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Avoid uninitializ...
christos[src/trunk]: src/external/bsd/flex/dist/src PR/53511: Palle Lyckegaard: Fix c...
msaitoh[src/trunk]: src/sys/arch/x86 OK'd by maxv:
jmcneill[src/trunk]: src/sys/external/bsd/gnu-efi/dist/gnuefi Allow this to compile o...
kre[src/trunk]: src/external/bsd/flex/dist/src PR toolchain/53511
christos[src/trunk]: src/external/bsd/flex/dist/src avoid redefinition of the package...
christos[src/trunk]: src/tools/lex make sure that nbtools_compat.h is the first thing...
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync
roy[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-7.0.8 with the fo...
roy[src/trunk]: src/doc Note import of dhcpcd-7.0.8
maxv[src/trunk]: src/sys/kern Retire KMEM_REDZONE and KMEM_POISON.
maxv[src/trunk]: src/sys/kern Compute the pointer earlier, not in the return stat...
riastradh[src/trunk]: src/share/man/man9 Clarify that bus_dmamem_alloc boundary can be...
riastradh[src/trunk]: src/share/man/man9 Clarify reference counting of uvm_map.
maxv[src/trunk]: src/sys Add support for kASan on amd64. Written by me, with some...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Use __SHIFTOUT to extract MPIDR aff...
rjs[src/trunk]: src/share/examples/npf Fix cvs id.
08/21/2018
pgoyette[src/trunk]: src/sys/kern Conditionalize inclusion of kasan.h so that rump ca...
pgoyette[src/trunk]: src/distrib/sets/lists/comp Add the new sys/kasan.h to the distr...
kre[src/trunk]: src There is no possible reason that <sys/asan.h> can be useful to
maxv[src/trunk]: src/sys/kern Need to keep track of the requested size, when real...
msaitoh[src/trunk]: src/sys/rump/include/rump rumpdefs.h, rumperr.h and rumperrno2ho...
rin[src/trunk]: src/sys/arch/arm/broadcom Correctly report memory size, not cloc...
christos[src/trunk]: src/tests/lib/libc/sys revert copyright change.
christos[src/trunk]: src/tests/lib/libc/sys more tests
christos[src/trunk]: src/tests/lib/libc/sys Now add the file I really meant to add.
christos[src/trunk]: src/tests/lib/libc/sys mark failed
christos[src/trunk]: src/tests/lib/libc/sys should terminate and does with ktrace, bu...
christos[src/trunk]: src/distrib/sets/lists add new tests, sort
christos[src/trunk]: src/sys/rump/include/rump Unlike gnu sed our sed does not recogn...
christos[src/trunk]: src/sys/rump/include/rump regen
christos[src/trunk]: src/distrib/sets/lists/comp Add missing lint library, sort
bsiegert[src/trunk]: src/sys/arch/arm/sunxi Fix two typos in the Sunxi thermal driver.
plunky[src/trunk]: src/sys/netbt Result of audit to check that mbuf length is check...
christos[src/trunk]: src/external/gpl2/xcvs/dist/src support SIGINFO
jdolecek[src/trunk]: src/sys/arch/xen/xen avoid race condition between I/O submission...
jdolecek[src/trunk]: src/sys/arch/xen/xen remove code handling buffers not aligned to...
jdolecek[src/trunk]: src/sys/arch/xen/xen *** empty log message ***
jdolecek[src/trunk]: src/sys/arch/xen/xen (only commit message for rev 1.85, no actua...
jmcneill[src/trunk]: src/sys/arch/evbarm/include Define BOOT_ELF64 for aarch64
08/22/2018
kamil[src/trunk]: src/doc Mark kernel-asan as done (by maxv)
msaitoh[src/trunk]: src - Cleanup for dynamic sysctl:
msaitoh[src/trunk]: src/lib/libc/net - SIOCGIFINDEX was added in 2013, but if_freena...
christos[src/trunk]: src/tests/lib/libc/sys Den't set SA_RESTART in the signal handle...
skrll[src/trunk]: src/sys/arch/arm/samsung Traiing whitespace
skrll[src/trunk]: src/sys/arch/arm/arm32 Use banner
maxv[src/trunk]: src/sys/arch/amd64/amd64 Fix the computation in kasan_shadow_map...
maxv[src/trunk]: src/sys Reduce the number of KASAN ifdefs, suggested by Christos...
maxv[src/trunk]: src/sys/sys Actually add __unused on the functions themselves in...
martin[src/trunk]: src/sys/sys Change __always_inline to simple __inline to unbreak...
kre[src/trunk]: src/sys/sys Temporarily disable the dummy inline funcs, and repl...
maxv[src/trunk]: src/sys Add support for monitoring the stack with kASan. This al...
maxv[src/trunk]: src/sys Add back the KASAN ifdefs in kern_malloc until we sort o...
rin[src/trunk]: src/sys/external/gpl2/dts/dist/arch/arm/boot/dts Explicitly disa...
christos[src/trunk]: src/sys/sys - since we include asan.h unconditionally now, make ...
christos[src/trunk]: src/sys/kern - opt_kasan.h is included from <sys/asan.h>
maxv[src/trunk]: src/sys/arch/amd64/amd64 Explicitly unpoison the stack when ente...
maxv[src/trunk]: src/sys/arch/amd64/amd64 Unwind the stack on error, to get the f...
christos[src/trunk]: src/distrib/sets/lists/comp lint library for pmc is gone.
kre[src/trunk]: src/bin/sh Fix (hopefully) the problem reported on current-users...
08/23/2018
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Rewrite nouveau_fence...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Fences may last longe...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Defer nouveau_fence_u...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Attempt to make sense...
jmcneill[src/trunk]: src/sys/external/bsd/libfdt/dist Support building libfdt with _S...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Fix edge case of refe...
ozaki-r[src/trunk]: src/sys/netipsec Don't call key_ismyaddr, which may sleep, in a ...
msaitoh[src/trunk]: src/sys/arch/sun68k/include Remove inclusion of old m68k/sysctl.h
msaitoh[src/trunk]: src/sys/dev/pci - Add C62x to the descriptions of Intel C620 ser...
msaitoh[src/trunk]: src/sys/dev/pci Regen.
christos[src/trunk]: src/tools/lex PR/53544: Add a dependency on the Makefile to fix ...
maxv[src/trunk]: src/sys/dev/pci Fix buffer overflow, detected by kASan.
maxv[src/trunk]: src/sys/arch/amd64/amd64 Improve the detection on global variabl...
maxv[src/trunk]: src/sys/kern Add kASan redzones on pools and pool_caches. Also e...
jmcneill[src/trunk]: src/sys/dev/ofw Add of_getprop_uint64
snj[src/trunk]: src/doc mark netbsd-6* as Terminated
jmcneill[src/trunk]: src/sys/lib/libsa Support loading read-only data sections. ARM64...
jmcneill[src/trunk]: src/sys/arch/evbarm/include Fix LOADADDR on aarch64 and use memm...
08/24/2018
skrll[src/trunk]: src/sys/arch/evbarm/conf WIP checkpoint
skrll[src/trunk]: src/sys/arch/arm/arm Whitespace
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt Deal with reserved memory ranges that st...
jmcneill[src/trunk]: src/sys/arch/aarch64/aarch64 Sprinkle __unused
jmcneill[src/trunk]: src/sys/stand/efiboot Remove unused file.
jmcneill[src/trunk]: src/sys/stand/efiboot Add MI EFI bootloader and AArch64 glue.
riastradh[src/trunk]: src/sys/sys opt_dtrace.h for KDTRACE_HOOKS. Use __nothing for e...
maxv[src/trunk]: src/doc Note kASan support.
mrg[src/trunk]: src/libexec/httpd/testsuite fix output since protocol agnostic c...
martin[src/trunk]: src/libexec/httpd Bump date
martin[src/trunk]: src/libexec/httpd Add support for remapping requested paths via ...
maxv[src/trunk]: src/sys/kern Use __predict_false to optimize, and also replace p...
wiz[src/trunk]: src/libexec/httpd Remove trailing whitespace.
abhinav[src/trunk]: src/usr.sbin/makemandb Adjust makemandb for the latest mandoc
riastradh[src/trunk]: src/sys/sys <sys/queue.h> for TAILQ_*. Parenthesize macro argum...
maxv[src/trunk]: src/sys/net Use a random hunique, instead of sending the pointer...
maxv[src/trunk]: src/doc mark one entry as done
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 set correctly TCR_EL1 for inner sha...
sevan[src/trunk]: src/doc OpenSSH 7.8 is out
jmcneill[src/trunk]: src/sys/stand/efiboot EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset() ma...
jmcneill[src/trunk]: src/sys/stand/efiboot Start counting down at 5 instead of 4
ryo[src/trunk]: src/sys/arch/arm/fdt /cpus node may have any nodes except cpu. c...
08/25/2018
jmcneill[src/trunk]: src/sys/stand/efiboot If the boot device could not be determined...
jmcneill[src/trunk]: src/sys/stand/efiboot Sanitize the memory map passed to the kernel.
jmcneill[src/trunk]: src/sys/stand/efiboot If we could not query the DevicePathProtoc...
jmcneill[src/trunk]: src/sys/stand/efiboot Use absolute paths for default kernel file...
jmcneill[src/trunk]: src Build and install bootaa64.efi on 64-bit evbarm
jmcneill[src/trunk]: src/doc arm: Add UEFI boot loader for ARM64 platforms.
kre[src/trunk]: src/bin/sh PR bin/53548
maxv[src/trunk]: src/sys/kern Disable POOL_REDZONE until we figure out what's wro...
maxv[src/trunk]: src Retire NDIS. It appears that it has never worked, after 13 y...
maxv[src/trunk]: src/doc Note removal of NDIS.
maxv[src/trunk]: src/doc Belatedly note the removal of vm86 (me, one year ago), a...
maxv[src/trunk]: src Add KAUTH_REQ_PROCESS_CANSEE_EPROC, and use it for the kern....
martin[src/trunk]: src/usr.sbin Remove userland part of ndis
martin[src/trunk]: src/distrib/sets/lists obsolete ndiscvt
kre[src/trunk]: src/bin/sh PR bin/48875
dholland[src/trunk]: src/games/fortune/datfiles typo
rin[src/trunk]: src Add mue(4), driver for Microchip LAN75xx/LAN78xx known as in...
08/26/2018
rin[src/trunk]: src/sys/arch/arm/broadcom Set mac-address property to mue(4).
rin[src/trunk]: src/doc Add mue(4).
rin[src/trunk]: src/sys/arch Add (commented out) mue(4) to where appropriate.
wiz[src/trunk]: src/share/man/man4 Fix Dd. New line after macro argument end.
christos[src/trunk]: src/crypto/external/bsd/openssh/dist Potentially-incompatible ch...
christos[src/trunk]: src/doc new OpenSSH
christos[src/trunk]: src/distrib/sets/lists bump libssh
christos[src/trunk]: src/crypto/external/bsd/openssh merge conflicts
christos[src/trunk]: src/lib/libpam/modules/pam_ssh adjust to new libssh api.
bouyer[src/trunk]: src/sys/arch/xen/xen Add back non-512-byte aligned buffers suppo...
kre[src/trunk]: src/sys/kern Refactor the numeric validity check just added, so ...
kre[src/trunk]: src/sys/kern Validate that the configuration parameters that are...
riastradh[src/trunk]: src/sys/sys sdt.h deserves an RCS id like all the other header f...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 update TODO
ryo[src/trunk]: src/sys/arch add support multiple cpu clusters.
jdolecek[src/trunk]: src/sys/arch/xen/xen add event counter for the unaligned map to ...
rjs[src/trunk]: src/sys/arch Add SLJIT to aarch64.
08/27/2018
sevan[src/trunk]: src/external/bsd/top/dist Document the WCPU field.
sevan[src/trunk]: src/bin/df Match SYNOPSIS with usage()
jmcneill[src/trunk]: src/sys/stand/efiboot Add support for booting kernels from FFS p...
sevan[src/trunk]: src/bin/ksh Add -l to SYNOPSIS
sevan[src/trunk]: src/bin/ln Update usage to include -w
rin[src/trunk]: src/sys/arch/zaurus/conf Disable mue(4) for INSTALL_C70 like oth...
sevan[src/trunk]: src/bin/df -G cannot be specified alongside -i or -P.
sevan[src/trunk]: src/sbin/amrctl Remove reference to -c flag which was never impl...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Allow caller to specify mv so ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Makefile got moved to Kbuild. ...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Move cleantags and rcsid decorations t...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm New script to generate files.drmkm...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Preliminary README for drm2 directory.
riastradh[src/trunk]: src/sys Restore gtt page table control register on resume.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Handle uvm object refere...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Import drm from Linux v4.4.143 (c...
ozaki-r[src/trunk]: src/sys/net Restore splx removed accidentally at v1.406
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist merge linux-drm-v4-4-143
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Move old DRM_READn definit...
riastradh[src/trunk]: src/usr.bin/config Tag each .c file with the options that might ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Define px_dma for our bu...
riastradh[src/trunk]: src/sys/conf Add CFLAGS, CPPFLAGS, and CWARNFLAGS from options t...
riastradh[src/trunk]: src/sys/external/bsd/drm2/radeon Move autogenerated files from d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/radeon Replace per-file warning option...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Move local i915 files earlier ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Replace nouveau per-file warni...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Scripts to generate radeon and intel f...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm regen files.i915drmkms
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Apply upstream deleti...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include local versions of headers requ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 mild modifications to av...
riastradh[src/trunk]: src/sys/external/bsd/drm2/radeon regen files.radeon
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm bring in changes from OLDE...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau regen files.nouveau
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm include drm_legacy.h as needed...
riastradh[src/trunk]: src/sys/external/bsd move printk to common so we can reasonably ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux dummy file to quiet incl...
riastradh[src/trunk]: src/sys/external/bsd/drm2 match linux side loading of headers
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux include guard for async.h
riastradh[src/trunk]: src/sys/external/bsd more declarations of things we need.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux match linux side loading
riastradh[src/trunk]: src/sys/external/bsd/drm2/include make i915_trace.h match newer ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 bring in old drm changes
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux something like hashtable...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Destroy mutex if we init...
riastradh[src/trunk]: src/sys/external/bsd some more definitions necessary
riastradh[src/trunk]: src/sys/external/bsd/drm2 provide enum irqreturn
riastradh[src/trunk]: src/sys/external/bsd move bitops.h so we can include it from ker...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Destroy mutex if we init...
riastradh[src/trunk]: src/sys/external/bsd/drm2 bring in old drm changes
riastradh[src/trunk]: src/sys/external/bsd/drm2 merge in old drm
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 un-static i915_disable_v...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux ... Provide GENMASK
riastradh[src/trunk]: src/sys/external/bsd/drm2 begin fixing -Werror build:
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Forget about trying to r...
riastradh[src/trunk]: src/sys/external/bsd/drm2 directly include asm/bug.h for WARN_ON...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm provide missing decla...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Rework nsecs_to_jiffies64.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include update i915_trace.h to build w...
riastradh[src/trunk]: src/sys/external/bsd/drm2 don't provide dev_to_i915 and ifdef ou...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm provide CONFIG_PNP if it's...
riastradh[src/trunk]: src/sys/external/bsd provide pr_notice
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/asm provide BUILD_BUG_ON_MSG
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Define CONFIG_PCI to 1, no...
riastradh[src/trunk]: src/sys/external/bsd Rewrite hashtable.h locally so it might wor...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Forgot to nix conflicts ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Forgot to nix conflicts ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Move local files to the top to mak...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm regen files.drmkms
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Omit PCI files from files.drmkms.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Apply locally overridden files.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Draft interval tree.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Neglected to delete local drm...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Rename drm_drv.c to drm_cdevsw.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/radeon radeon wants amd includes.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Terminate ifdef.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Terminate ifdef missed in merge.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 So that's where the miss...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Restore more locally overridden fi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 #ifdef custodial service
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Sweep up #endif clippings.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Add stub headers to be filled ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Omit needless ioread32/i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 #endif removal
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Think we're gonna need to over...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Teach nouveau to read its own ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Stub <linux/clk.h>.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem e...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux/regulator Stub <linux/re...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Put all the #endifs in...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Not sure what DRM is doi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Give the interval trees ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Reorder header files to avoid drm_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include More Linux header file stubs.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Forward-declare struct p...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon These are no longer us...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Spell the field names ri...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Expose fence wakeup su...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Bus space for radeon m...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm drm_crtc_vblank_waitq...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Apparently <drm/drm_l...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Durr, declarations don't...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon cik_sdma.c needs <linu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/radeon Fix radeon include order.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon radeon_trace.h causes ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/soc/tegra Stub <soc/tegra/fuse...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/asm Stub <asm/intel-mid.h>.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Stub pci_is_root_bus.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Formerly unused functi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon No arithmetic on void ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau nouveau_objects_init is no more.
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau engine/device.h -> core/device...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Dereference pointer to u...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Ifdef out gem_prime_m...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Call the parameter by it...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fix ordering of interval...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Include drm_os_* earl...
riastradh[src/trunk]: src/sys/external/bsd/drm2 just include linux/err.h instead of ma...
riastradh[src/trunk]: src/sys/external/bsd/drm2 provide some dummy structs
riastradh[src/trunk]: src/sys/external/bsd/drm2 Include the legacy DRM_READ/WRITE in d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm workaround netbsd incompatibl...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Add volatile to the se...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Revert "No arithmetic ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Rename past typo CONFI...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm ifdef CONFIG_DEBUG_FS
riastradh[src/trunk]: src/sys/external/bsd/drm2 Rename drm_core_ioremap -> drm_legacy_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Include some necessar...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Revert "Add volatile t...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Unconstify a kmemdupe...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Drop volatile on the f...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Implement dmi_match.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Need <linux/moduleparam.h> fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Rename private member of...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm No arithmetic on void *.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Need <linux/export.h> for EXP...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Implement Linux kaspri...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm We have a local override for drm_e...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm ACCESS_ONCE -> __insn_barrier
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Need declarations in drm_crtc...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Mark set-but-unused variable ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Need <linux/export.h> for EXP...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Make drm_lastclose match upstream.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Update DRM_IOCTL_DEF.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Update always_authenticated -> aut...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add Linux kstrdup.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Namespace Linux symbols.
riastradh[src/trunk]: src/sys/external/bsd/drm2 phys_wc_to_mtrr_index got renamed to a...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add some <linux/fence.h>...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Rewrite linux hlist wi...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Patch up drm_atomic_helper.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Actually convert errno as comment ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Get dividend/divisor str...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Move drm_ioctl to drm_ioctl.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm open_count is protected by drm_glo...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Fix hlist_for_each_ent...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Revert "Rename private m...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Use kref_exclusive_p, rather ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Adapt abuse of kref abstracti...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Copy body of static drm_legacy_dev...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Initialize and destroy aux->h...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define module_param and ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Fix drm_err merge.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Remove troublesome drm_trace.h.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Need <linux/moduleparam.h> fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm dev->count_lock is no more.
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Add kvasprintf to <lin...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Massage drm_drv.c into usability.
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Fix hlist iteration ag...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Add hweight64.
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define dummy INIT_WORK...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Sort.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Fix up drm_crtc.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Add idr_get_next and idr_for_each_entry.
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define min3/max3. XXX...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define list_entry_firs...
riastradh[src/trunk]: src/sys/external/bsd/common Add system_long_wq.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define get_jiffies_64. ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Need <linux/export.h> for EXP...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Rework drm_dp_mst_topology.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Need to use new <drm/drm_gem.h> fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define __GFP_NOFAIL as z...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define pr_debug = printf.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm <asm/div64.h> for do_div. Fi...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Fix up drm_gem_cma_helper.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Fix headers for drm_fops.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Need drm_legacy.h for legacy mmap ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Rename some drm_* to drm_legacy_*.
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Fix hlist_for_each_ent...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Fix order of arguments...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Apply some more legacy renames. d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Get the legacy drm declarations fr...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Internal prototypes from drm_inter...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix misnamed parameter.
riastradh[src/trunk]: src/sys/external/bsd/common Add mega-kludgerific current_work().
riastradh[src/trunk]: src/sys/external/bsd/common Also Linux wants work->func to work.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use bus_space_write_4, n...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm More drm_fops.c updates. Hooray, ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Need <drm/drm_internal.h> for drm_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Typo: dm_segs, not dm_seg.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Get rid of i915_trace.h.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm drm_sg_* legacy
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Const parameter.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use the variable, don't ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Need vaddr_t, not pointe...
riastradh[src/trunk]: src/sys/external/bsd Define DIV_ROUND_CLOSEST_ULL and div_s64.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux New ktime utilities. Fi...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Namespace our private fields in Linux ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Convert wait_event_timeout to...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Fix hlist_for_each_ent...
riastradh[src/trunk]: src/sys/external/bsd/drm2 struct drm_bus abstraction is no more....
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 No arithmetic on void *.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 tyop
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Disable and enable some ...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Add fls to <linux/bito...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Tweak ifdefs in i915_drv.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define ktime_get_raw_ns.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define jiffies_to_usecs, ...
riastradh[src/trunk]: src/sys/external/bsd/common Implement flush_delayed_work.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix some merge mistakes, ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Update i915_trace.h.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Don't care about obj->ge...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Need braces around BUILD...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Missed a missed_irq.
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Don't worry about shadowing here.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Update i915_trace.h.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix 64-bit printf.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Disable rotated and part...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/asm Define cpu_has_clflush in ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix 64-bit printfs.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix pointer arithmetic a...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Some tweaks en route to ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 No arithmetic on void *.
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Implement find_next_ze...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/asm Define cache_line_size() u...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Implement atomic64_cmpxchg.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fix definition of DEFINE...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm i915_gpu_error.c shadows, don'...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 <asm/cpufeature.h> for c...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 No arithmetic on void *.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Cast suseconds_t to long...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 enum pipe -> enum i915_p...
riastradh[src/trunk]: src/sys/sys <sys/xcall.h> needs <sys/types.h> for uint64_t.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux module_param_named_unsaf...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Implement Linux bitmap u...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add Linux smp_mb__before...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Add some more to i915_trace.h.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define synchronize_irq t...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix up i915_irq.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add ida_simple_remove.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Populate circ_buf.h with...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Allow shadowing in i915_vgpu.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Override i915_sysfs.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use bus_space_read/write...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Ifdef out more graphics ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use bus_space.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Include <linux/bitmap.h>...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use bus_dmamem_map inste...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Implement a bus_dma vers...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Call it intel_gtt_insert_sg_entries fo...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Add find_first_bit, fi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Add some trace points to i915_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm i915_gem_gtt.c shadows.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Kill bus_dmamem_wire_uvm_o...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Rework how we map i915 d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Compute the number of by...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Add some shrinker trace points.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Horrible kludgey mutex_i...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Add some shrinker and oom notifier stubs.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use kpause for schedule_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use gemo_shm_uao rather ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Need <sys/types.h> for b...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Give intel_audio.c half ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Rename drm_gem_object::gemo_shm_u...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Disable intel_audio.c until we...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Mark unused variable.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix up intel_bios.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add pci_bus_read/write_c...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define in_interrupt for ...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define PTR_ERR_OR_ZERO.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Add trace_i915_flip_complete.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Re-enable i915 GSM now t...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Just do all of i915drmkms with...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Tweak intel_display.c to...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Tweak intel_fbc.c to mak...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Add list_replace_init.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Mark unused variables, p...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 More enum pipe -> enum i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 pipe -> i915_pipe
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Need <linux/module.h> fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Translate sg_pcopy_to_bu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 const const const
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use the struct device po...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 pipe -> i915_pipe
riastradh[src/trunk]: src/sys/external/bsd/drm2 Implement set_page_dirty. Reduce diff...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Implement i915_gem_objec...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 bus_space_write_4, not i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 round_up, not ALIGN.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Stash the ring status pa...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define __lockdep_used fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 We don't deal in waitque...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Implement Linux asynchro...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Reboot notifier stubs.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Need <linux/module.h> fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Need <asm/byteorder.h> f...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Move dev_priv->drrs.mute...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Mark some variables __un...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add S*_C, U*_C.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Need <linux/math64.h> fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Disable mipi dsi stuff until I...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use a prefetchable linea...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Add __UNCONST. Used onl...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Ifdef out muppets.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Rework Linux ktime.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 enum pipe -> enum i915_pipe
riastradh[src/trunk]: src/sys/external/bsd/drm2/include New trace points.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Fix definition and initialization of m...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix pipe update waits.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 enum pipe -> enum i915_pipe
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix 64-bit printf.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Do not meddle in the aff...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Init and destroy dev_pri...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define cond_resched to p...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix multiple typos in me...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Mark unused.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix up some borken merges.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add pm_runtime_get_nores...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 enum pipe -> enum i915_pipe
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Implement vga twiddling.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix mutex destroy pointer.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add missing forward stru...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core Fix...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define __rcu.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Include <linux/rcupdate....
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add fence_get prototype.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Fix bad merge.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Fix bad merge.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Namespace fence_get.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fix include guards.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add some reservation stubs.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core Nee...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Tweak some things.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif We need ...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Implement list_splice_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif Attempt ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Our clk API already echo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add some more device pri...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux/regulator Copy regulator...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Rename namespacing for p...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add lockdep_is_held stub.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Include <sys/module.h> f...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fill out <linux/rcupdate...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add pci_enable/disable_d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fill out <linux/fence.h>...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux More <linux/reservation....
riastradh[src/trunk]: src/sys/dev/pci Fill struct agp_info::ai_devid with the PCI id.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif Add some...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include Fake out unhe...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev R...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04 Ifdef out a ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Update object reference API, n...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Use bogus ioread32/io...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Kludge to pass bus_sp...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Use our rbtree, which...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Ifdef out nouveal fba...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Work bus_space or klu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem R...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Fix double-reference ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Don't abuse kref abst...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Avoid name clash over...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Update for new API to...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Add needful includes ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Sprinkle __UNCONST ju...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios Need...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Ifdef out some stuff ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Mark unused variables...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau curproc->p_pid, not c...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Fix up some linux mut...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm Sprinkle static ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device Fi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp Ifde...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm Fix 64-bit printfs.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo Fix ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo Fix ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm Unf...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb Name m...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci Simpl...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci Trans...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm Say n...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu Find ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu Renam...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk Wrong...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm Add some missing...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo spin...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios No a...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device If...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device Ta...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device Fi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device Gu...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define noinline in <li...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Use DRM_SPIN_WAKEUP_O...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Convert nouveau clk t...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device Us...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp Conv...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix variable name-o in...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Mark unused variable a...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out Linux frameb...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Assume we're not a VM ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Include order got shu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Sort.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Just use uvm_map on the ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Need <asm/barrier.h> for mb.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Actually do DRM_SUSER che...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Handle removal of local v...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Reduce some logic duplication and...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Just define ACCESS_ONC...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Reduce diff by going back to ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Move drm_limit_dma_sp...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Namespace system_long_wq.
riastradh[src/trunk]: src/sys/external/bsd/common Add system_power_efficient_wq.
riastradh[src/trunk]: src/sys/external/bsd/drm2/radeon Disable radeon_acpi.c for now.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon mutex init/destroy
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add down_read_trylock an...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Hazard a guess about a r...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define FENCE_TRACE. Nee...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add no_64bit_msi field. ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add fence_signal prototype.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out a symbol_put...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Disable radeon userptr...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon bus_space_read/write_4...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out unreachable ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out radeon vga i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out radeon prime.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Mark unused variables.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix 64-bit printf.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix bad merge of radeo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux/regulator Protect #inclu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Mark unused variable.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Restore chunk of code ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Define CONFIG_MTRR and CON...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out sysfs in ths...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon No arithmetic on void *.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out some more ra...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Kill legacy mmap in ra...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Rename drm_mmap_* -> drm_legacy_mmap_*...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Disable legacy mmap in i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon const_container_of for...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Add trace_radeon_vm_flush stub.
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Give hlist iteration h...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon ALIGN -> round_up
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fill out interval tree a...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix 64-bit printf.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Use our version of ini...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon No arithmetic on void *.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Go back from DRM_HZ to HZ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Need <linux/fence.h> for ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/ttm struct ttm_bo_device::fence_lock i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add fence_enable_sw_sign...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Mark unused variable.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Implement drm_new_set_master in dr...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm We don't need drm_legacy_vma_flush.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Ifdef out sysfs stuff.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm drm_fb_helper.c got lost in the me...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Fix bad merge and ifdef out l...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Disable drm prime ioctls for ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/pci Define dummy drm_irq_by_busid, leg...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Restore intel_fbdev.c.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Ifdef out linux fb api s...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix 64-bit printf.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Implement <linux/async.h...
riastradh[src/trunk]: src/sys/external/bsd/drm2/pci Add drm_pci_set_unique.
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Override i915_gem_userptr.c wi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau The PCI driver is now named as...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Const cast for read from...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Sort.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Attempt to hook up i915 suspend/resume...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Ifdef out Linux audio API stuff and re...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Stub out clk API if no FBT.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Ifdef out drm_fb_help...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Restore functions that...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Sort in the standard English alp...
maxv[src/trunk]: src/sys Add kasan interceptors for strcpy/strcmp/strlen.
jmcneill[src/trunk]: src/sys/stand/efiboot Pass a hash of the MBR and the booted part...
jmcneill[src/trunk]: src/sys/arch/evbarm Add evbarm_cpu_rootconf callback for hooking...
jmcneill[src/trunk]: src/sys/arch/evbarm/fdt When the root= boot arg is missing, atte...
maxv[src/trunk]: src/usr.sbin/npf/npfctl Document ALGs.
maxv[src/trunk]: src/usr.sbin/npf/npfctl Improve the "Map" section.
wiz[src/trunk]: src/usr.sbin/npf/npfctl Add missing -width; remove unnecessary .Pp.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix fence API usage: l...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Implement some of the Linux RCU API.
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Stub out intel_dsi_init.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Draft implementation of the Linux rese...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Wait for the read to be valid!
riastradh[src/trunk]: src/sys/external/bsd/common/linux Try not to ask rbtree to overw...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Update comment to ref...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Remove temporary drm_fb_helper_set_con...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Use atomics to manage fence->flags.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Can't and needn't xcall ...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Copy va_list before us...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Fix vestigial call to drm_fb_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Conditional here shou...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Try to avoid uninitialized gar...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Omit vestigial cruft.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux For the kludges we don't...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Free the bus crap.
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Nix vestigial temporary.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Don't forget to call kthread_exit.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux correct typo
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm i915 needs firmware now too, s...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Don't forget to set .uio...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fix return types of test...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Nix memory barriers that...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Attempt to match Linux s...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Stub SYS_RESTART for reboot notificati...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Guess what uvm criterion...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Temporary diagnostic klu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Transfer from the correc...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Turn on driver debug messages...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Don't forget to initiali...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Put file, line, func in DRM_ERROR...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Remove temporary diagnos...
sevan[src/trunk]: src/external/bsd/dhcpcd/dist/src Update usage() to include docum...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Initialize kva hint for ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Move hint setting nearer...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fold local intel_uncore_...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Rename nouveau_devices_init/fini -> nv...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/asm Make this a proper boolean...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/asm Define cpu_has_pat for x86.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 With <asm/cpufeature.h>, ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Insert membars needed fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Nix extraneous whitespace.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Implement kvfree by free...
riastradh[src/trunk]: src/sys Sort.
riastradh[src/trunk]: src/sys/modules/drmkms_linux Add some components to drmkms_linux...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Guard #include "pci.h" wit...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Sort. Put CWARNFLAGS next to sour...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Define CONFIG_DRM_FBDEV_EMULATION=...
riastradh[src/trunk]: src/sys/modules/drmkms Make drmkms.kmod build again on amd64.
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Omit commented warn flag, evid...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Move CPPFLAGS to top, CWARNFLA...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Put override directory first i...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Move hweight8 next to ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Newline-terminate error ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add missing namespacing.
riastradh[src/trunk]: src/sys/modules/i915drmkms Make i915drmkms.kmod build again.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Reverse backwards namesp...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Upstream nixed __OS_HAS_AGP; use CONFI...
riastradh[src/trunk]: src/sys/modules/drmkms_pci Make drmkms_pci.kmod build again.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Apparently one can reserve_shared only...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon get pd_rom_bst and pd_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon GART might not be mapp...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Fix ordering of bus_dm...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Fence release callback may be ab...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Make sure to call psli...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define list_splice_init.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add a copy of __user (em...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Teach drm_sysctl about uint, kludgily.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Need <sys/kernel.h> for ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Define nsecs_to_jiffies.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Note need_mmap_used is...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Add atomic_long.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Rewrite <linux/kfifo.h>.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Fix prototype of function in com...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Add fence_is_later and fence_wait_any_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Empty stub <linux/irq.h>.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Draft reservation_object_get_fences_rcu.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Add some amdgpu goo.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd Delete upstream trace poi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/scheduler Don't abuse str...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/scheduler Convert amdgpu ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/include const const const...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Note radeon/amdgpu file collisions TOD...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Don't hork on DEBU...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Tired of fine-grai...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Disable broken workqueue_whoam...
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu Update amdgpu2netbsd script.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Locks are not like negatives: doub...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Rename amdgpu files to avoid clashes w...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Move linux_pci_dev_init into callers o...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Pass the parent explicitly to linux_pc...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Implement linux_pci_dev_...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Call linux_pci_dev_destroy on detach.
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Let upstream code attempt matc...
riastradh[src/trunk]: src/sys/external/bsd/drm2/via Call linux_pci_dev_init/destroy in...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Acquire references in add_shared...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Lotsa kasserts about referencedn...
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu amdgpu.kmod depends on drmkms.k...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux There may not be an old list.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Clarify with comments and assert...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Sprinkle idr_preload/idr_prel...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Make gc static. No need to use ...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Draft rewrite of idr preload.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Release the magic before releasing...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Sync drm_close_file: call drm_prop...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Initialize more of struc...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Zero-initialize idr cache.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Fix sense of test to mak...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core Destroy spi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Make sure the resources are mark...
riastradh[src/trunk]: src/sys Move the Linux PCI shim into its very own .c file.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Zero the whole thing for good me...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device De...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk This ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Hook up the nouveau pci driver...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device Do...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma Mark ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem D...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo Anot...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Clarify nvkm_device_pci_create...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Reduce diff a little.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Paranoia: let dev be nul...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core For now, un...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Make sure all of struct drm_file g...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Treat pre-enabled devices as 1 e...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Notify radeon_fence_de...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Make extremely noisy fence trace outpu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu Update amdgpu2netbsd. Make ide...
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu Options are lowercase in config...
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu Just disable -Wshadow and -Wmis...
riastradh[src/trunk]: src/sys/external/bsd/drm2 New option AMDGPU_CIK for devices cove...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Disable PCIe stuff...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Make amdgpu cik bu...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Truncate workqueue...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Initialize connector->kdev, w...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Call ww_mutex_destroy...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Prefix radeon .c files with `radeon_'.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Linux fence_put accepts NULL as ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux KASSERT -> KASSERTMSG, to help d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Linux vfree accepts NULL...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Call drm_modeset_lock_fini in...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm Destroy glob->lock if we ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu At mrg@'s suggestion, make amdg...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Make mutex destruction match ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux kfifo is used under a sp...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/scheduler Fix locking in ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux KASSERT -> KASSERTMSG
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix intel pipe update lo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Rework vblank locking. New drm_v...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Fix scope of locks in drm_han...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Caller must also hold vblank_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Remove wrong comment.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix mapping of non-page-...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 uvm_map consumes referen...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Need irq_lock to wait on...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use uvm_map directly and...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Narrow scope of locks in...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 For reasons beyond me, m...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Zero-pad truncated drm ioctl ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Forgot again to restore ...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Give find_first/next_s...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Fix order of arguments t...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use kcopy, not memcpy, i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Work around ioctl ABI mi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif Let's no...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif Use bus_...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Define __must_check to...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Allow nvkm_client_map...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Cope with multi-page segments.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Mark nvif_object_map ...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Make flush_delayed_work actual...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Lock around use of irq_q...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Call i915_drm_suspend_late too.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Pass waitok/nowait flags...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Try setting and clearing...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Handle uvm object refere...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Name bpl in bitmap_and/o...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Be consistent about nbit...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Name the number of words...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm Missed some spot...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Split bitmap_set/clear i...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Be consistent about I/O byte ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Zero the scratch page.
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Advance by 4-byte quanti...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Simplify loop with bus_s...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Pass the vaddr we mapped...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Scale offset by size of ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Read from the data...
sevan[src/trunk]: src/sbin/fdisk Add missing -z flag to usage()
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau Mark some NetBSDisms ...
riastradh[src/trunk]: src/sys/external/bsd/common Draft rewrite of Linux workqueue rei...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Work is not necessarily queued...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Work is not necessarily queued...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Add KASSERT about state after ...
riastradh[src/trunk]: src/sys/external/bsd/common/include/linux Add missing namespace ...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Add missing break.
rin[src/trunk]: src/sys/dev/usb Check ifp->if_capenable, not ifp->if_capabilitie...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Exercise greater care in acqui...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Sprinkle some assertions.
riastradh[src/trunk]: src/sys/external/bsd/common/linux Don't wait forever to flush if...
riastradh[src/trunk]: src/sys/external/bsd/common/linux After cancel and callout_halt, ...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Non-waiting cancellation may n...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Don't touch a work after it is...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Deduplicate post-cancellation ...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Fully initialize workqueue str...
riastradh[src/trunk]: src/sys/external/bsd/common/linux No need to retry in cancel_del...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Reverse the sense of some bran...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Fix bugs in workqueue destruct...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Deduplicate callout initializa...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Deduplicate callout destruction.
riastradh[src/trunk]: src/sys/external/bsd/common/linux Merge two similar branches.
riastradh[src/trunk]: src/sys/external/bsd/common Fix semantics of flush_work and flus...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Factor out waiting for current...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Handle a bazillion additional ...
riastradh[src/trunk]: src/sys/external/bsd/common Avoid the prospect of callout calls ...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Document workqueue semantics a...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Reorder fields to get better s...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Fix flush_delayed_work semanti...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Don't let more than one thread...
riastradh[src/trunk]: src/sys/external/bsd/common Rework Linux workqueue synchronizati...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux sdt dtrace probes for linux idr.
riastradh[src/trunk]: src/sys/external/bsd/common/linux Sprinkle dtrace probes all ove...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Fix post-cancellation case of ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Work around broken empty expansi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux sdt dtrace probes for linux kmap.
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu Delete spurious file accidental...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Don't skimp on the last batch ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Work around a namespacing clash ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux dtrace sdt probes for linux rcu.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Hash-locked atomic64 to give ports lik...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Sprinkle AGP conditionals where needed.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Implement ATOMIC64_INIT.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Fix argument types of atomic64_add/sub...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Use dtrace probes to implement i915_tr...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Need <uvm/uvm.h> for struct uvm_object.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Implement atomic64_add_return and atom...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Sort.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Use Linux atomic64 for ww mutex class.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm opt_mtrr.h is x86-only.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Implement drm_md_clflush_* for pow...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Use PHYS_TO_BUS_MEM in gen...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Try agp_i810_borrow only if CONF...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Omit vestigial diff fr...
riastradh[src/trunk]: src/sys/external/bsd/drm2/pci Convert to long for format expedie...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Work around `kmap' namespace clash ano...
sevan[src/trunk]: src/sbin/fsck_ext2fs Remove references to -c flag which was neve...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Forgot to commit drm_trace...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Draft support for drm prime.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Need sync after a series of dcbf's...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Factor mfence out. Simplify a lit...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Simplify. Destroy the mutex too.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Return the fd we just allocated.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux sdt probe naming style.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include Work around broken SDT_PROBE* ...
riastradh[src/trunk]: src/sys/external/bsd/common/linux Workqueue lock must be at IPL_...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist Fill out drm_prime_* API a little...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Implement poll for reservations and dm...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu Not drm prime; jus...
riastradh[src/trunk]: src/sys/external/bsd/drm2/amdgpu Include amdgpu_prime.c now that...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Rework drm prime guts.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Implement remainder of drm_gem_cma_hel...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Eliminate now-unused bus_d...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Use dmat, not bus_dmat, to respect...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Clarify what bus_dmat...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm drm_gem_cma_create_internal can fail.
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Ifdef out label used only by !__...
riastradh[src/trunk]: src/sys/external/bsd/drm2/pci Work around broken null bus_dmatag...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Expand docstring for reservation...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Let's try not to step on each ot...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm sparc seems to treat bus/p...
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Draft sparc cache flushing.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Unhook upstream drm_pci.c, apparen...
riastradh[src/trunk]: src/sys/external/bsd/drm2 At chuq's suggestion, use paddr_t rath...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux/regulator Make this comp...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Implement BUS_DMA_TO_PHYS/...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Tread carefully around DMA subregions.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Make drmkms build without drmkms_pci.
riastradh[src/trunk]: src/sys/external/bsd/drm2/drm Make sure to create and destroy th...
riastradh[src/trunk]: src/sys/arch/arm/nvidia Update tegra drm and nouveau to compile ...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Check for DMA-safe addresses before al...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 need to add VM_PROT_READ when pmap_...
sevan[src/trunk]: src/sbin/gpt Add the -T flag to usage()
riastradh[src/trunk]: src/sys/external/bsd gfp.h and slab.h are now used in kernel.h, ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Tag with nouveau, not just nou...
riastradh[src/trunk]: src/usr.bin/config Bump config(5) version for OPT.foo.c variables.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Tag files.* with newer config version ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Omit print with wrong fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/i915drm Convert to uintmax_t if we're ...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Linux uses uint64 for these parameters...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Use offsetof, not undefi...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Simulate bus_space_read_...
riastradh[src/trunk]: src/sys/arch/sparc64/include Include some needful header files a...
riastradh[src/trunk]: src/sys/arch/sparc64/include Expand to __nothing, not to empty.
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/drm Ifdef out pnpbios for now....
riastradh[src/trunk]: src/sys/arch/i386/conf Add amdgpu to i386/ALL.
riastradh[src/trunk]: src/sys/arch/amd64/conf Add amdgpu to amd64/ALL.
ryo[src/trunk]: src/lib/libc/arch/aarch64/softfloat delete __{ge, lt, gt, le, eq, ne, ...
riastradh[src/trunk]: src/sys/external/bsd/dwc2 Fix fallout from linux/gfp.h -> common.
martin[src/trunk]: src/sys/arch/prep/prep Fix initialization order so we can boot a...
tnn[src/trunk]: src/crypto/external/bsd/openssh/dist annotate pthread_exit as __...
08/28/2018
dholland[src/trunk]: src/sys/sys Fix lying comment; the point of the KERN_FILE2 sysct...
jmcneill[src/trunk]: src/sys/stand/efiboot/bootaa64 Add release target
jmcneill[src/trunk]: src/distrib/utils/embedded Install ELF kernel to the FFS partiti...
jmcneill[src/trunk]: src/etc/etc.evbarm Copy bootaa64.efi to releasedir
alnsn[src/trunk]: src/sys/stand/efiboot Fix typo in a panic string.
jmcneill[src/trunk]: src/sys/stand/efiboot Remove call to fdt_pack, it is causing pro...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm Use AGP_PAGE_SIZE, not PAGE_S...
riastradh[src/trunk]: src/sys/external/bsd/drm2/nouveau Move nouveau pci initializatio...
riastradh[src/trunk]: src/sys/external/bsd/drm2 Eliminate drm_pci_init/exit. Empty fo...
riastradh[src/trunk]: src/sys/external/bsd/drm2/include/linux Return the node we found...
riastradh[src/trunk]: src/sys Rework PCI and AGP conditionalization.
riastradh[src/trunk]: src/sys/modules Remove some superfluous vestigial `-I.'.
riastradh[src/trunk]: src/sys/external/bsd/drm2 Move decl of drm_guarantee_initialized...
mrg[xsrc/trunk]: xsrc/external/mit/libX11/dist merge libX11 1.6.6.
mrg[xsrc/trunk]: xsrc/external/mit/libX11/dist initial import of libX11-1.6.6
mrg[xsrc/trunk]: xsrc/external/mit/xf86-video-intel/dist/src/sna set mmap_arg.fl...
rin[src/trunk]: src/sys/netinet No need to update mlen also in the case of (meln...
rin[src/trunk]: src/sys/netinet No need to update mlen also in the case of (mlen...
skrll[src/trunk]: src/sys/external/bsd/dwc2 Fix non-DIAGNOSTIC build
martin[src/trunk]: src/sys/external/bsd/drm2/dist/drm Disable drm_debug by default
skrll[src/trunk]: src/sys/external/bsd/common/include/linux s/drm // in the KERN_*...
skrll[src/trunk]: src/sys/external/bsd/common/include/linux Sort KERN_* macros acc...
skrll[src/trunk]: src/sys/external/bsd/common/include/linux Add KERN_{EMERG, ALERT, ...
christos[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon fix memory leaks: https:/...
skrll[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat Remove stuff no...
martin[src/trunk]: src/distrib/sets/lists/modules Add drmkms_agp module
christos[src/trunk]: src/external/bsd/ntp - use setproctitle if we have it
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux With no timeout, fence_default_w...
skrll[src/trunk]: src/sys/arch/arm/arm32 Fix arguments to align and align_offset f...
skrll[src/trunk]: src/sys/arch/arm/broadcom Fix arm non-MULTIPROCESSOR build for RPI2
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Assert EWOULDBLOCK happens only ...
riastradh[src/trunk]: src/sys/external/bsd/drm2/linux Issue __insn_barrier after loadi...
riastradh[src/trunk]: src/sys/external/bsd/common/include/asm For module build assume ...
kamil[src/trunk]: src/doc TODO.sanitizers: Mark switch of syscall(2)/__syscall(2) ...
08/29/2018
mrg[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau move spin_lock_destro...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add fan53555reg
jmcneill[src/trunk]: src/sys/dev/i2c Add driver for Silergy SY827/SY828 step down reg...
jmcneill[src/trunk]: src/sys/arch/evbarm/conf Add (commented out) EARLYCONS entry for...
ryo[src/trunk]: src/sys/arch/aarch64/aarch64 Update coherency_unit if needed.
maxv[src/trunk]: src/sys/arch Simplify the ASLR stuff, we don't care about resiza...
maxv[src/trunk]: src/sys/arch Remove the constants of the DMAP, they are unused, ...
msaitoh[src/trunk]: src/sys/dev/pci/ixgbe Fix a bug that media change may fail. I no...
hannken[src/trunk]: src/sys/dev Convert flags FSS_ACTIVE and FSS_ERROR into new memb...
hannken[src/trunk]: src/sys/kern Make sure getnewbuf() runs bawrite() inside fstrans.
hannken[src/trunk]: src/sys/dev Add two new states FSS_CREATING and FSS_DESTROYING a...
jmcneill[src/trunk]: src/sys/dev/i2c Initialize transition slew rate if specified in ...
skrll[src/trunk]: src/sys/arch/arm/include Whitespace
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Return timeout left, n...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem L...
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem N...
rin[src/trunk]: src/sys/dev/ic Note added for a strange value of residual counts...
maxv[src/trunk]: src/sys/arch clean up a little
mrg[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm restore #ifndef __NetBSD_...
mrg[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core don...
08/30/2018
riastradh[src/trunk]: src/sys/external/bsd/drm2/dist/drm/ttm This is not merely `not f...
maya[src/trunk]: src revert my own commit from a while back. Do allow matching bi...
rin[src/trunk]: src/sys/dev/usb Support added for TCP segmentation offload (TSO).
maxv[src/trunk]: src/sys/arch/aarch64/conf style, no functional change
maxv[src/trunk]: src/sys/arch/aarch64/aarch64 Use ASM markers for functions, it m...
rin[src/trunk]: src/sys/dev/usb Check buffer length before copy.
christos[src/trunk]: src/tools/compat deal with getsubopt and strncasecmp (needed by ...
christos[src/trunk]: src/lib/libc/stdlib Allow being compiled as a tool.
jakllsch[src/trunk]: src/sys/dev/usb silence "not known to be supported" message for ...
tnn[src/trunk]: src/sys/external/bsd/drm2/drm initialize error variable
08/31/2018
mrg[src/trunk]: src/sys/external/bsd/drm2/drm if hooks init works, store the hoo...
ozaki-r[src/trunk]: src/sys/kern Sprinkle __predict_false to dedicated assertions of...
maxv[src/trunk]: src/usr.sbin/npf/npfd remove commented reference to pflog
maxv[src/trunk]: src/usr.sbin/npf/npfctl Clarify the "Groups" section.
maxv[src/trunk]: src/usr.sbin/npf/npfctl should be port-opts
maxv[src/trunk]: src/usr.sbin/npf/npfctl "interface" already contains "var-name", ...
maxv[src/trunk]: src/usr.sbin/npf/npfctl rename net-seg -> map-seg, and document it
rin[src/trunk]: src/sys/dev/usb Convert debug printf to KASSERTMSG for check of ...
maxv[src/trunk]: src/sys/net/npf Introduce npf_set_mss(). When the MSS is not 16b...
maxv[src/trunk]: src/sys/net Fix buffer overflow, detected by kASan.
sevan[src/trunk]: src/share/man/man4 Add the correct PHY to SYNOPSIS
kre[src/trunk]: src/usr.bin/printf PR standards/53563
wiz[src/trunk]: src/share/man/man4 Remove superfluous Pp.
sevan[src/trunk]: src/sys/arch/macppc/conf Enable USB 2.0 support so installs go a...
sevan[src/trunk]: src/share/man/man4 Apply Tn macro to XTS
sevan[src/trunk]: src/share/man/man4 New sentence, new line.
jdolecek[src/trunk]: src/sys/dev constify mvsata_pci_products[]
jdolecek[src/trunk]: src/sys/dev/ata one less
sevan[src/trunk]: src/share/man/man4 Pp before Bl
sevan[src/trunk]: src/share/man/man4 Use the An macro in the AUTHORS section.