Index of source-changes-hg for July, 2022


FromSubject
07/01/2022
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern vfs(9): Avoid arithmetic overflow in lf_advlock.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev sequencer(4): Fix lock leak in ioctl(FIOASYNC).
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern fork(2): Plug leaks in proc_alloc error branch.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern posix_spawn(2): Plug leak in proc_alloc error branch.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern kern: Fix comment about precondition of lwp_update_...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/usb uvideo(4): Assert number of units can't overflow.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern kern: Omit stale locking comment in proc_crmod_leave.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/usb uvideo(4): Make alloc logic match free logic.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/usb upgt(4): Make upgt_free_cmd match upgt_alloc_cmd.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern ktrace(9): Zero-initialize padding for ktr_psig rec...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/usb umidi(4): Clarify loops. No functional change i...
=?iso-8859-1?q?prlw1?=[src/trunk]: src/sys/kern Uglify code to fix build.
=?iso-8859-1?q?kre?=[src/trunk]: src/sbin/shutdown Bring shutdown(8) into the 21st century.
=?iso-8859-1?q?wiz?=[src/trunk]: src/sbin/shutdown Fix At argument and remove superfluous Pp.
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: rename functions for value conversion
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: restructure 'convert'
=?iso-8859-1?q?rillig?=[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: add tests for accessin...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: add quotes around operator in mess...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/net route(4): Use m_copydata, not misaligned mtod struct...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern kern: KNF in kern_time.c: Omit needless return pare...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: move error handling code from main...
07/02/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: clean up suppression of warnings a...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern sendto(2), recvfrom(2): Scrub internal struct msghd...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2 drm: Rewrite drm_gem_cma_helper.h from...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/external/bsd/drm2/include/drm Add a missing ';'
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/arch/arm/ti Make this compile again.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/arch/arm/ti sort previous
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci wm_tick: Add missing splx(s) when not WM_MPSAFE
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Use PRIxBIT instead of casts
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci More const. Remove strange ifp assignments in bg...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Use BUS_ADDR_{LO,HI}32. NFCI.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Sprinkle some BITS(3). Same code before and after.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Use C99 types. same code before and after.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Simplification. Same code before and after.
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Use queue(3) macro as hp300 etc. No bi...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Misc cleanup.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Modernise bge_update_all_threshes. Same code be...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci One timeout message (the write one) in bge_miibu...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Use and print consistent CPU/MMU/FPU na...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci KNF. Remove brackets around return values.
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Misc KNF. No binary change.
=?iso-8859-1?q?rillig?=[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: test bit shift with la...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: only convert the right operand of ...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: document usage of 'convert'
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: prevent undefined behavior when fo...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: allow message IDs to be only speci...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Use aprint_normal(9) for attach messages.
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/dev Use aprint_*(9) for attach messages and m...
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev/i2c s/tempurature/temperature/
=?iso-8859-1?q?andvar?=[src/trunk]: src/common/lib/libprop s/refrences/references/
=?iso-8859-1?q?ad?=[src/trunk]: src/usr.bin/pkill Cosmetic tweak. No functional change.
07/03/2022
=?iso-8859-1?q?kre?=[src/trunk]: src/bin/ksh Fix core dump caused by
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: verify that comment above warning_...
=?iso-8859-1?q?rillig?=[src/trunk]: src/external/historical/nawk/bin awk.1: remove trailing space in...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Perform a BUS_DMASYNC_POSTREAD on the bge_status...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci KNF
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci *** empty log message ***
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev/pci fix various typos in comments, mainly s/pallete/...
=?iso-8859-1?q?rillig?=[src/trunk]: src/external/mit/xorg/lib/libXaw libXaw: suppress lint warnings ...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: add debug logging for struct and e...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: include the width of bit-fields in...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/vme Make local cdevsw functions static.
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari Move the iomem extent stuff managed by bus_sp...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/stand/installboot Fix inverted logic. My fau...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Misc KNF. No binary change.
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Use proper TAILQ(3) macro as other bus_...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/atari/atari Use __func__ to print function names.
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: extend implementation documentation
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev/ieee1394 s/bounaries/boundaries/ in comments.
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: remove unused code in consistency ...
07/04/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: do not treat message IDs as arithm...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Be less tautological and more explanatory in a c...
=?iso-8859-1?q?rillig?=[src/trunk]: src/external/historical/nawk/bin awk.1: revert changes to exampl...
=?iso-8859-1?q?martin?=[src/trunk]: src Build dtb files for the Tegra TX2
07/05/2022
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): use official echo examp...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): g/c extraneous space in...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Fix -width.
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): mark up var=value properly
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): document what assigning...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): document programs that ...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): mark up $<n> properly -...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Fix mark up of inline c...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): drop POSIX prescriptive...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): more formatting nits
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Drop whitespace between...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Fix editing accident in...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/luna68k/include Remove unnecessary and incorrect mu...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): A few more formatting t...
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/luna68k/include Remove unnecessary multiple inclusi...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Factor out output redir...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Document /dev/stdin &c ...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Use .It Xo Fo trick to ...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Another echo(1) example...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Empty parens of length(...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): consistent Capitalization.
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev/ata s/retrys/retries/ in comments.
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/arch s/odly/oddly/ in comments.
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev fix various typos in comments.
07/06/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/external/historical/nawk/bin awk.1: fix typo
=?iso-8859-1?q?rillig?=[src/trunk]: src/external/historical/nawk/bin awk.1: add articles, remove 'sh...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/xlint lint: add additional queries that are no...
=?iso-8859-1?q?uwe?=[src/trunk]: src/external/historical/nawk/bin awk(1): Fix incomplete edit. B...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/uvm mmap(2): Avoid overflow in rounding and checking size.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/uvm mmap(2): Assert size != 0 in non-anonymous case.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/uvm uvm(9): fo_mmap caller guarantees positive size.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern mmap(2): Avoid overflow in overflow check in vn_mmap.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern kern/vfs_vnops.c: Sprinkle KNF.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/uvm mmap(2): Prohibit overflowing offsets for non-D_NEGO...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern kern/vfs_vnops.c: Fix missing semicolon in previous.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/uvm uvm/uvm_device.c: Sprinkle KNF.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/uvm mmap(2): Guarantee two's-complement wraparound for D...
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Fix compile error if WM_DEBUG is set.
=?iso-8859-1?q?nat?=[src/trunk]: src/sys/dev/usb Add support for HXN variants from openbsd.
=?iso-8859-1?q?nat?=[src/trunk]: src/sys/dev/usb Cosmetic changes. No functional change intended.
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci/ixgbe Call txeof first, then rxeof for the consi...
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Call txeof first, then rxeof for the consistency.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/net net/if_ppp.c: Sprinkle KNF. No functional change in...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/net net/if_ppp.c: Avoid user-controlled overrun in PPPIO...
=?iso-8859-1?q?andvar?=[src/trunk]: src fix various typos in comments.
=?iso-8859-1?q?jandberg?=[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src Add support for 8bpp...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/nvmm nvmm(4): Fix typo in previous.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys kern: Work around spurious -Wtype-limits warnings.
=?iso-8859-1?q?jandberg?=[src/trunk]: src/sys/arch/amiga/dev Return display depth correctly from WSDIS...
=?iso-8859-1?q?hannken?=[src/trunk]: src/sys/dev/usb Add missing brace.
=?iso-8859-1?q?martin?=[src/trunk]: src/distrib/sets/lists/dtb Tegra TX2 dtb files are build for big...
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev/ic s/ponters/pointers/
=?iso-8859-1?q?martin?=[src/trunk]: src/libexec/ld.elf_so/arch/powerpc Fix copy & pasto: DTPREL relo...
=?iso-8859-1?q?rillig?=[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: add test for 'assignme...
07/07/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: test 'may lose accurac...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: do not warn about 'may lose accura...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev Trailing whitespace
=?iso-8859-1?q?rin?=[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src Style. NFC.
=?iso-8859-1?q?rin?=[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src For WSDISPLAY_TYPE_A...
=?iso-8859-1?q?martin?=[src/trunk]: src/sys/arch/mips/include Add PRIuVSIZE
=?iso-8859-1?q?rin?=[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src Fix build for xorg-s...
=?iso-8859-1?q?rin?=[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src For xorg-server 1.10...
=?iso-8859-1?q?rin?=[src/trunk]: src/sys/uvm Convert CTASSERT(9) for PAGE_{SIZE,MASK} into KASSER...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/uvm uvm: CTASSERT about MIN_PAGE_SIZE, which is constant.
=?iso-8859-1?q?rillig?=[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: document why in ic_exp...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/net ifioctl(9): Don't touch ifconf or ifreq until comman...
=?iso-8859-1?q?andvar?=[src/trunk]: src/share/man/man9 remove reference to tb(4), which was removed ...
=?iso-8859-1?q?andvar?=[src/trunk]: src/share/man/man9 fix reference to magma(4) by pointing to spar...
07/08/2022
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/sys/dev/nvmm Only detach the cfdriver if we just attached it.
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/sys/dev/pci Add errno tto message when fail to attach the devsw
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net alredy -> already
=?iso-8859-1?q?hannken?=[src/trunk]: src/sys Handle IMNT_GONE on the file system we want suspended no...
=?iso-8859-1?q?hannken?=[src/trunk]: src/sys/kern While one thread runs vgone() it is possible for an...
=?iso-8859-1?q?hannken?=[src/trunk]: src/sys/kern Suspend file system after VFS_MOUNT() and before ta...
=?iso-8859-1?q?hannken?=[src/trunk]: src/sys/miscfs/overlay Don't use LK_RETRY as we need an active v...
=?iso-8859-1?q?hannken?=[src/trunk]: src/sys/miscfs/deadfs Make dead vfs ops "vfs_statvfs" and "vfs_v...
=?iso-8859-1?q?nia?=[src/trunk]: src/share/man/man4 Add a manual page for uintuos(4)
=?iso-8859-1?q?nia?=[src/trunk]: src/share/man/man4 Update the usb(4) manual page with some missi...
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/sys/dev/pci Initialize cmajor & bmajor so the devsw_attach()...
=?iso-8859-1?q?nia?=[src/trunk]: src/share/man/man4 Add a man page for slurm(4)
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/sys/dev/pci devsw_ok needs to survive across invocations of ...
=?iso-8859-1?q?andvar?=[src/trunk]: src/usr.bin/crunch/crunchide s/maek/make/ in comment.
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: fix query for redundant cast befor...
07/09/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: fix edge cases in the query for re...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/usr.bin/telnet Prevent crashes as shown in PR 56918.
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/sys/dev/pci Remove redundant ``devsw_ok = false;''
=?iso-8859-1?q?nia?=[src/trunk]: src/share/man/man5 mk.conf(5): we default to USE_SSP=yes these d...
=?iso-8859-1?q?kre?=[src/trunk]: src/etc/root If /rescue is at the head of $PATH (which is how it...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern devsw(9): Forbid extant linked autoconf instances i...
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Modify strange bus_space_barrier().
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Use bus_space_write_8() if available.
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev Add preliminary support for Aero.
=?iso-8859-1?q?rin?=[src/trunk]: src/sys/dev/wsfb Fix GENFB_GLYPHCACHE with shadow fb.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/include/linux linux/hdmi.h: Fix spd in...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/include/linux linux/hdmi.h: Implement ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi.h: Split out logic in...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/include/linux linux/hdmi: Fix missing ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Make some private fu...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Handle unpacking aud...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Zero entire union hd...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Use ssize_t for all ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Convert failure bran...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Handle audio infofra...
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/arch s/wokstations/workstations/ in rs6000 description.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Fix hdmi_infoframe_u...
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/rump s/desciption/description/
=?iso-8859-1?q?uwe?=[src/trunk]: src/bin/csh csh(1): fix punctuation at the end of an .Xr line
07/10/2022
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/utils/x_gzip include bsd.own.mk to ensure that USE_X...
=?iso-8859-1?q?nia?=[src/trunk]: src/share/man/man4 pci(4): mention gtp(4) in the man page
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/sys cpuio.h: Use uint8_t, not bool.
=?iso-8859-1?q?martin?=[src/trunk]: src/usr.sbin/sysinst Preparations to make the extended partition...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Fix return value in ...
=?iso-8859-1?q?martin?=[src/trunk]: src/usr.sbin/sysinst We may try to extract the "last mounted on"...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux linux/hdmi: Fix size of product id.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/compat/common tty_43: Do unsigned arithmetic to avoid sh...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern kern/sys_ptrace.c: Nix trailing whitespace.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/macppc/stand/ofwboot Fix order of hi / lo halves in...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern ptrace(PT_LWPSTATUS): Fix lid=0 case.
=?iso-8859-1?q?snj?=[src/trunk]: src/sbin/mount drop reference to smbfs, which was removed in 2020.
=?iso-8859-1?q?brook?=[src/trunk]: src usr.sbin/installboot: Add a command line option (-u) to set ...
=?iso-8859-1?q?nia?=[src/trunk]: src/share/man/man4 Add a manual page for udl(4)
07/11/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make/unit-tests tests/make: extend tests for modifie...
=?iso-8859-1?q?rillig?=[src/trunk]: src/share/mk bsd.subdir.mk: remove practically dead code
=?iso-8859-1?q?rillig?=[src/trunk]: src/share/mk bsd.subdir.mk: replace obscure indirection with dir...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern physio(9): Avoid left shift of negative in alignmen...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern readv(2), writev(2): Avoid arithmetic overflow in b...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xorgproto/dist initial import of xorgproto-2022.1
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorgproto/dist initial import of xorgproto-20...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/appres/dist initial import of appres-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/editres/dist initial import of editres-1.0.8
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/listres/dist initial import of listres-1.0.5
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit merge appres 1.0.6, editres 1.0.8, and listre...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/appres/dist initial import of appres-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/editres/dist initial import of editres-1.0.8
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/listres/dist initial import of listres-1.0.5
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/bitmap/dist initial import of bitmap-1.1.0
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/iceauth/dist initial import of iceauth-1.0.9
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xcalc/dist initial import of xcalc-1.1.1
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xclipboard/dist initial import of xclipboard-...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xclock/dist initial import of xclock-1.1.1
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit merge bitmap 1.1.0, iceauth 1.0.9, xclipboard...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/bitmap/dist initial import of bitmap-1.1.0
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/iceauth/dist initial import of iceauth-1.0.9
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xcalc/dist initial import of xcalc-1.1.1
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xclipboard/dist initial import of xclipboard-1...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xclock/dist initial import of xclock-1.1.1
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Consistently use semicolon. No functional change.
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci KNF. No functional change.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xdpyinfo/dist initial import of xdpyinfo-1.3.3
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xedit/dist initial import of xedit-1.2.3
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xfontsel/dist initial import of xfontsel-1.1.0
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xfs/dist initial import of xfs-1.2.1
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xload/dist initial import of xload-1.1.4
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xlsfonts/dist initial import of xlsfonts-1.0.7
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit merge xdpyinfo 1.3.3, xedit 1.2.3, xfontsel 1...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/setxkbmap/dist initial import of setxkbmap-1.3.3
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xcmsdb/dist initial import of xcmsdb-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xconsole/dist initial import of xconsole-1.0.8
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xwud/dist initial import of xwud-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xmodmap/dist initial import of xmodmap-1.0.11
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit merge xcmsdb 1.0.6, xconsole 1.0.8, xmodmap 1...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xfontsel/dist initial import of xfontsel-1.1.0
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xdpyinfo/dist initial import of xdpyinfo-1.3.3
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xedit/dist initial import of xedit-1.2.3
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xfs/dist initial import of xfs-1.2.1
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xload/dist initial import of xload-1.1.4
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xlsfonts/dist initial import of xlsfonts-1.0.7
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/setxkbmap/dist initial import of setxkbmap-1.3.3
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xconsole/dist initial import of xconsole-1.0.8
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xcmsdb/dist initial import of xcmsdb-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xmodmap/dist initial import of xmodmap-1.0.11
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xwud/dist initial import of xwud-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/mkfontscale/dist initial import of mkfontscale...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/twm/dist initial import of twm-1.0.12
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xauth/dist initial import of xauth-1.1.2
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xdm/dist initial import of xdm-1.1.13
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/mkfontscale/dist initial import of mkfontscal...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/twm/dist initial import of twm-1.0.12
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xauth/dist initial import of xauth-1.1.2
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xdm/dist initial import of xdm-1.1.13
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit merge mkfontscale 1.2.2, twm 1.0.12, xauth 1....
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net Grammar in a comment.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net KNF two comments.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/bin/bitmap find new bitmaps location.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/bin/setxkbmap link in xrandr.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/bin/twm updates for twm 1.0.12.
=?iso-8859-1?q?martin?=[src/trunk]: src/sys/arch/powerpc/include PR 56922: disabel fast softints for...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/sys/dev/pci Pull up the following revisions, requested by...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/doc Ticket #1477
=?iso-8859-1?q?martin?=[src/netbsd-8]: src/sys/dev/pci Pull up the following revisions, requested by...
=?iso-8859-1?q?martin?=[src/netbsd-8]: src/doc Ticket #1751
=?iso-8859-1?q?martin?=[src/trunk]: src/usr.sbin/sysinst Avoid C++-isms (stupid muscle memory) to fi...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libdrm/dist initial import of libdrm-2.4.112
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xterm/dist initial import of xterm-372
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xterm/include update for xterm 372.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit merge libdrm 2.4.112, and xterm-372.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xsm/dist merge xsm 1.0.5.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xsm/dist initial import of xsm-1.0.5
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/libdrm/dist initial import of libdrm-2.4.112
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xterm/dist initial import of xterm-372
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xsm/dist initial import of xsm-1.0.5
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 i915: Defer destroying w...
=?iso-8859-1?q?andvar?=[src/trunk]: src/lib/libp2k p2k(3): drop reference to rump_smbfs(8).
=?iso-8859-1?q?mrg?=[src/trunk]: src updates for libdrm 2.4.112.
07/12/2022
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xf86-input-keyboard/dist initial import of xf8...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xf86-video-cirrus/dist initial import of xf86-...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xf86-video-mach64/dist initial import of xf86-...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xf86-video-mga/dist initial import of xf86-vid...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/libXcursor/dist initial import of libXcursor-1...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/libXvMC/dist initial import of libXvMC-1.0.13
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xf86-input-keyboard/dist initial import of xf...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xf86-video-cirrus/dist initial import of xf86...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xf86-video-mach64/dist initial import of xf86...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xf86-video-mga/dist initial import of xf86-vi...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit updates for xfs 1.2.1, and xdpyinfo 1.3.3
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit xf86-input-keyboard 2.0.0, xf86-video-cirrus ...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libXvMC/dist/src merge libXvMC 1.0.13.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libXcursor/dist initial import of libXcursor-...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libXvMC/dist initial import of libXvMC-1.0.13
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit more updates for xfs 1.2.1, xdpyinfo 1.3.3, a...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/libxcb/dist initial import of libxcb-1.15
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xcb-proto/dist initial import of xcb-proto-1.15.2
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libxcb/dist/src merge libxcb 1.15.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libxcb/dist initial import of libxcb-1.15
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xcb-proto/dist initial import of xcb-proto-1....
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libxcb/include update for libxcb 1.15.
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists updates for the merged cirrus driver (apl...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/isa Remove unneeded bus_space_barrier() calls.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/mca Remove uneeded bus_space_barrier() calls.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev Remove unneeded bus_space_barrier() calls.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/server/drivers build the combined cirrus d...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg updates for libxcb 1.15.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/lib/libxcb/files updates for generated files.
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists/xcomp updates for xcb-proto 1.15.2.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/lib/libxcb/libxcb don't build newly obsole...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make make: describe variable assignment and evaluati...
07/13/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make make.1: replace redundant .Ql with .Sq
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make make.1: fix markup
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make make.1: fix ugly line break in PostScript output
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make make.1: fix markup for options, they are not ar...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make make.1: fix markup for variable modifiers, add ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists bump the krb_drv.so version (oops forgot ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/x86/x86 x86: Move lfence into _bus_dmamap_sync and ...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/kern Funnel knote alloc/free into a single pair of funct...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys Move klist_{init,fini,insert,remove}() into kern_event.c...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/font-util/dist initial import of font-util-1.3.3
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xev/dist initial import of xev-1.2.5
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xkbutils/dist initial import of xkbutils-1.0.5
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xrefresh/dist initial import of xrefresh-1.0.7
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xmessage/dist initial import of xmessage-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/encodings/dist initial import of encodings-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/font-util/dist initial import of font-util-1.3.3
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xkbutils/dist initial import of xkbutils-1.0.5
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xmessage/dist initial import of xmessage-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xrefresh/dist initial import of xrefresh-1.0.7
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xmag/dist initial import of xmag-1.0.7
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xmag/dist initial import of xmag-1.0.7
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit merge xkbutils 1.0.5, xmag 1.0.7, xmessage 1....
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xev/dist initial import of xev-1.2.5
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/encodings/dist initial import of encodings-1.0.6
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libX11/dist initial import of libX11-1.8.1
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/libX11/dist initial import of libX11-1.8.1
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libX11/dist merge libX11 1.8.1.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libxcvt/dist initial import of libxcvt-0.1.1
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/libxcvt/dist initial import of libxcvt-0.1.1
=?iso-8859-1?q?hgutch?=[src/trunk]: src/distrib/amd64/liveimage/emuimage Check for right sysctl node...
07/14/2022
=?iso-8859-1?q?mrg?=[src/trunk]: src/share/mk add libxcvt.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg build framework for libxcvt (needed for xo...
=?iso-8859-1?q?mrg?=[src/trunk]: src/etc/mtree add libxvct include subdir.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/lib/libX11 enable thread safety constructor.
=?iso-8859-1?q?mrg?=[src/trunk]: src build and install libxcvt, and it's cvt(1).
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/server/xorg-server.old/hw/xfree86/utils do...
=?iso-8859-1?q?macallan?=[src/trunk]: src/sys/arch/macppc/conf default to apple layout for both adb an...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/bin build cvt here.
07/15/2022
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/luna68k/dev Fix pasto.
=?iso-8859-1?q?tsutsui?=[src/trunk]: src/sys/arch/luna68k/dev Misc KNF and cosmetics.
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists fix sets after making cvt(1) for everyone
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist initial import of xorg-serve...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xorg-server/dist initial import of xorg-server...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist merge xorg-serer 21.1.3.
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists also move cvt manual parts into the xbase...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/common fix merge ...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/include update these for xorg-ser...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit various updates to build against xorg-server ...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit more xf86RamDac.h vs xf86Cursor.h.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetti...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd ma...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/server various updates to build with xorg-...
=?iso-8859-1?q?mrg?=[src/trunk]: src/share/mk update for xorg-server 21.1.3.
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists updates for xorg-server 21.1.3.
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists/xdebug properly mark an obsolete file obs...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/bsd/top/dist/machine add pool usage to the output, ...
=?iso-8859-1?q?mrg?=[src/trunk]: src add a note about xorg-server possibly breaking builds.
=?iso-8859-1?q?mrg?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon include the return val...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/server/drivers adjust the list of drivers ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/sys/kern convert "ksyms: checking <symbol>" into KSYMS_DEBUG...
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xorg-server/dist initial import of xorg-server...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/include update for xorg-server 21...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist merge xorg-server 21.1.4.
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist initial import of xorg-serve...
=?iso-8859-1?q?mrg?=[src/trunk]: src/share/mk update for xorg-server 21.1.4.
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists fix some builds (no longer built drivers.)
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists/xdebug properly mark glint_drv has obsolete.
=?iso-8859-1?q?martin?=[xsrc/netbsd-8]: xsrc/external/mit/xorg-server/dist/xkb Apply patch, requeste...
=?iso-8859-1?q?martin?=[xsrc/netbsd-9]: xsrc/external/mit/xorg-server/dist/xkb Apply patch, requeste...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/doc Ticket #1478
=?iso-8859-1?q?martin?=[src/netbsd-8]: src/doc Ticket #1752
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/os couple of changes needed ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists revert part of the previous - sgimips is ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/server fix driver list for sgimips, make X...
07/16/2022
=?iso-8859-1?q?tsutsui?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/sun Merge AbortDDX() into...
=?iso-8859-1?q?isaki?=[src/trunk]: src/sys/arch/x68k/dev Style fixes.
=?iso-8859-1?q?isaki?=[src/trunk]: src/sys/arch/x68k The system should halt if the powerdown fails.
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/arch/x86/x86 Use pixel format information from bootloader.
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev Add max 256 VD support.
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci It seems that a logical volume number and the ta...
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/share/man/man4 Update supported devices.
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Enable Aero.
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/doc doc: mfii(4): Support Newer devices up to SAS39{08,16} (...
=?iso-8859-1?q?simonb?=[src/trunk]: src/usr.bin/vmstat Move the call to getnlist() to after we check...
=?iso-8859-1?q?simonb?=[src/trunk]: src/sys/kern Use 64-bit math to calculate pool sizes. Fixes ove...
=?iso-8859-1?q?simonb?=[src/trunk]: src/usr.bin/vmstat When operating on core files or /dev/mem when...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/dev/wscons modify screen before updating cache.
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sbin/gpt Whitespace
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists/xserver s3 driver is not available here e...
07/17/2022
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: add missing space before func_prot...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/xlint/lint1 lint: add more details to message about ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/x86/x86 x86: Cite reference for bus_space_barrier m...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/common/include/linux linux/compiler.h: Add ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/distrib/sets/lists/xdebug properly mark glint_drv.so.1.debug...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/pci agp(4): Use bus_space_barrier, not membar_producer.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/macppc/conf std.macppc: Nix trailing whitespace.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): Nix trailing whitespace.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPP...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/sys/kern Pull up following revision(s) (requested by simo...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/doc Ticket #1479
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): Factor out use_intr tests.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): Use DPRINTF; reduce #ifdefs.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): Insert memory barriers for scr_...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsmouse(4): KASSERT(a && b) -> KASSERT(a); KA...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): KASSERT(a && b) -> KASSERT(a); ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): KNF: return foo, not return (foo)
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): Factor out scr_dirty setting.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsmouse(4): Nix trailing whitespace.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wsfb genfb(4): KASSERT(a && b) -> KASSERT(a); KASSER...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wsfb genfb(4): Make internal parts of struct genfb_s...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/usr.bin/vmstat Pull up following revision(s) (requested b...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/doc Ticket #1480
=?iso-8859-1?q?riastradh?=[src/trunk]: src/share/mk bsd.kmodule.mk: Also sync no-address-of-packed-member.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/share/mk bsd.kmodule.mk: Use -Wno-attributes like conf/Makef...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms drm: Sync module/drmkms/Makefile with fil...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/i915drm i915: Remove spurious local i9...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms drm: Include GPU scheduler in drmkms.kmod.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/i915drm i915: Omit needless i915_globa...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/amdgpu amdgpu: Depend on drmkms_ttm mo...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms_ttm drm: Modularize ttm.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/nouveau nouveau: Depend on drmkms_ttm ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/vmwgfx vmwgfx: Depend on drmkms_ttm mo...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd linux: Add missing symbol namespacing for t...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2 drm: Ifdef out devm_* stuff rather tha...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/i915drmkms drm: Dust off module build a little.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/radeon radeon: Depend on drmkms_ttm mo...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/include/linux linux/ww_mutex: Make wwm...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/common/include/asm drm: Comment *mb() vs sm...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/wscons wsdisplay(4): Make most of struct vcons_data ...
07/18/2022
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/common/include/asm drm: Fix missing barrier...
=?iso-8859-1?q?thorpej?=[src/trunk]: src Make kqueue event status for vnodes shareable, and for stack...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys Regen for:
=?iso-8859-1?q?martin?=[src/trunk]: src/sys/dev/wscons Make it compile w/o warnings for !VCONS_DRAW_...
=?iso-8859-1?q?rin?=[src/trunk]: src/bin/rcp Fix bug revealed by SIGINFO support; Do not treat sh...
07/19/2022
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2 drm: Fix asynchronous attach logic for...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2 drm: Simplify async framebuffer child ...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys Make some knote implementation details private to kern_e...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/kern Fix a problem whereby detaching a device that has o...
=?iso-8859-1?q?nia?=[xsrc/trunk]: xsrc/external/mit/ctwm/dist Fix path in man page to system.ctwmrc.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Turn a locking botch (shouldn't drop lock on err...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Don't need sys/malloc.h so remove the #include
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci KNF
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/pci wm(4): Use bus_dmamap_sync, not bus_space_barrie...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/pci wm(4): Use CSR_WRITE_FLUSH, not bus_space_barrier.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/common/include/asm linux: Use dsb(sy/st/ld)...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/common/include/asm linux: Add mips definiti...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/common/include/asm linux: Clarify error mes...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/common/include/asm linux: Add alpha definit...
07/20/2022
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/alpha/include alpha: Fix missing includes in pmap.h.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/linux drm: Nix drm_agp_borrow.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/drm drm: Note dependency on sysmon_power.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2 drm: Propagate CPPFLAGS.drmkms into al...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/drm drm: Narrow scope of drm CPPLAGS j...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/drm drm: Make drm_clflush_* noop on al...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/drm drm: Undefine `alpha' in CPPFLAGS....
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/include/drm drm: Teach bus_dma_hacks.h...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms drm: Undefine `alpha' in the module build...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu amdgpu: Write amdg...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/ttm drm/ttm: Handle io_mem_pfn, used b...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2 drm: Use real pci segment number, not ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon drm: Ifdef out alpha-s...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/aarch64/include aarch64: Make cpufunc.h includable ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/drm drm: Restore pollution of CPPFLAGS...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetti...
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Modify comment. Use __BIT() a little. No functio...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/drm drm: Keep drm include flags in CPP...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/dev/i2c drm: Use CPPFLAGS.drmkms in all local drm driver...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/mips/mips mips: Fix cpuids synchronization at boot.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/tc No need to test for __alpha__ || alpha ... just o...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/tc In the Alpha tc_syncbus(), we need to issue a MB ...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/alpha/include Make alpha_wmb() actually a WMB rathe...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/alpha/alpha Localize direct refernces to kernel sym...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/alpha/alpha Fix a couple of nits with savectx():
=?iso-8859-1?q?martin?=[src/trunk]: src/sys/dev/ic When we init the hardware's rx/tx ring configurat...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/libxcvt/dist initial import of libxcvt-0.1.2
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/libxcvt/dist initial import of libxcvt-0.1.2
07/21/2022
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/i2c Improve error reporting.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/alpha/alpha Rename functions in previous in prepara...
=?iso-8859-1?q?Nathanial_Sloss?=[src-draft/trunk]: src/sys/dev/usb Fix rssi calculations for 88C/EUS variants...
=?iso-8859-1?q?Nathanial_Sloss?=[src-draft/trunk]: src/sys/dev/usb Fix scaling of rssi to wifi stack.
=?iso-8859-1?q?Nathanial_Sloss?=[src-draft/trunk]: src/sys/dev/usb Wait for usbtask to compelete when updatin...
=?iso-8859-1?q?kre?=[src/trunk]: src/etc/rc.d Make this better ... Allow config file for raidN ...
=?iso-8859-1?q?kre?=[src/trunk]: src/etc/root Get rid of the (insulting)
=?iso-8859-1?q?kre?=[src/trunk]: src/etc/root Cleanup the "hup" function - quote properly, and te...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/ttm drm/ttm: Cast to potentially large...
=?iso-8859-1?q?kre?=[src/trunk]: src/sbin/raidctl PR bin/56917
=?iso-8859-1?q?kre?=[src/trunk]: src/usr.bin/realpath Make realpath(1) compat with the planned (n...
=?iso-8859-1?q?wiz?=[src/trunk]: src/usr.bin/realpath Add missing comma.
=?iso-8859-1?q?kre?=[src/trunk]: src/tests/usr.bin/realpath Add ATF tests for realpath(1)
=?iso-8859-1?q?kre?=[src/trunk]: src/doc Note realpath(1) update.
=?iso-8859-1?q?kre?=[src/trunk]: src/usr.bin/stat Add an Xr to realpath(1) (which does much the s...
=?iso-8859-1?q?wiz?=[src/trunk]: src/usr.bin/stat readlink: sort SEE ALSO
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev/marvell fix typos in comments and log messages, main...
=?iso-8859-1?q?simonb?=[src/trunk]: src/sys/kern Removed unused opt_wapbl.h include.
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/arch/ia64/include s/Transration/Translation/
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev s/pedning/pending/
=?iso-8859-1?q?martin?=[src/trunk]: src/sys/dev/ic Add some driver debugging infrastructure
07/22/2022
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/mit/xorg/server/xorg-server build glamoregl module ...
=?iso-8859-1?q?msaitoh?=[src/trunk]: src/sys/dev/pci Add more statistics countes.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci malloc -> kmem.
=?iso-8859-1?q?mrg?=[src/trunk]: src/tools/gcc don't rename codecvt.cc here, do it in a Makefile ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc/lib fix missing components of c++17.
=?iso-8859-1?q?wiz?=[src/trunk]: src/doc fix current libarchive version, and mention 3.6.1 release
=?iso-8859-1?q?wiz?=[src/trunk]: src Build and install pkgconfig files for liblzma and libarchive
=?iso-8859-1?q?christos?=[src/trunk]: src/usr.sbin/sysinst Add a menu option to set the file extension...
=?iso-8859-1?q?nia?=[src/trunk]: src/external/mit/ctwm/libexec ctwm_app_menu: Work around "emacs ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc/dist initial import of GCC 10.4.0 sources.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/powerpc/booke Drop using deprecated proplib functions.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch Stop using deprecated proplib functions.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/evbppc/mpc85xx Revert previous; that was intended t...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc/dist initial import of GCC 10.4.0 sources.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch/evbppc/mpc85xx Stop using deprecated problib functi...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/arch Split the i2c controller into 2 separate instances....
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc/dist merge GCC 10.4.0.
=?iso-8859-1?q?mrg?=[src/FSF]: src/external/gpl3/gcc/dist initial import of GCC 10.4.0 sources.
07/23/2022
=?iso-8859-1?q?mrg?=[src/trunk]: src/doc GCC 10.4.0 is now in -current.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc/lib atomicity.cc has moved into libsupc++ ...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 revert the previous; atom...
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc regen everything for GCC 10.4.0.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc/lib/libgcc arm64 needs additional lse.S bu...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/i2c Normalize how motoi2c controllers are attached.
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/i2c If there is a compat string list, parentheticall...
=?iso-8859-1?q?thorpej?=[src/trunk]: src/sys/dev/acpi - Handle dtlink in acpi_pack_compat_list().
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/pci drm: Go back to using device_unit(...
=?iso-8859-1?q?Nathanial_Sloss?=[src-draft/trunk]: src/sys/dev/usb Revert previous commit.
=?iso-8859-1?q?simonb?=[src/trunk]: src/sys/arch/ia64/conf Add some file system options present in G...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms_sched drm: Split scheduler into separate ...
=?iso-8859-1?q?skrll?=[src/trunk]: src/common/lib/libc/arch/aarch64/atomic whitespace
=?iso-8859-1?q?mrg?=[src/trunk]: src/tools/gcc bump the netbsd version GCC to yesterday's date.
=?iso-8859-1?q?mrg?=[src/trunk]: src/sys make MAXLWP a real option that triggers rebuilds properly.
=?iso-8859-1?q?mrg?=[src/trunk]: src/external/gpl3/gcc regen
07/24/2022
=?iso-8859-1?q?nia?=[src/trunk]: src/external/mit/ctwm/libexec ctwm_app_menu: Various shell scrip...
=?iso-8859-1?q?rin?=[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 Revert our local fi...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/external/mit/ctwm/libexec Pull up following revision(s) (...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/doc Ticket #1481
=?iso-8859-1?q?mrg?=[src/trunk]: src/sys/conf use defparam; noted by tnn@.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/kern kern_event.c: Mark KASSERT-only static function as ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/drm drm: Fix CPPFLAGS for drm schedule...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/amdgpu amdgpu: Sprinkle missing COPTS.amdgpu_flo...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/display/dc amdgpu: Define...
=?iso-8859-1?q?rillig?=[src/trunk]: src/usr.bin/make make: fix out-of-bounds read when parsing an in...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/aarch64/include aarch64/lock.h: Need <sys/param.h> ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/sys sys/lock.h: Need <sys/systm.h> for nullop.
07/25/2022
=?iso-8859-1?q?chs?=[src/trunk]: src/sys/arch/m68k/m68k use the pcb of the thread we are tracing ...
=?iso-8859-1?q?dholland?=[src/trunk]: src/sbin/fsck_ffs Fix misleading fsck_ffs messages about wapbl j...
=?iso-8859-1?q?msaitoh?=[src/netbsd-9]: src/doc Add missing entry for ticket #1476.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci G/C the unused bge_rx_mini_chain member from bge...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Some more BITS(3)
=?iso-8859-1?q?riastradh?=[src/trunk]: src/tests/lib/libexecinfo execinfo: Test stack traces through nu...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/tests/lib/libexecinfo execinfo: Fix mistake in previous: mat...
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/share/man/man7 kern.maxvnodes _can_ be lowered, but not belo...
07/26/2022
=?iso-8859-1?q?riastradh?=[src/trunk]: src/tests/lib/libexecinfo execinfo(3): Mark sig_backtrace_jump t...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/tests/lib/libexecinfo t_sig_backtrace: Pacify vfork clobber ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/lib/libc/sys mincore(2): Clarify units of len argument: byte...
=?iso-8859-1?q?uwe?=[src/trunk]: src/lib/libc/sys mincore(2) - use .Rv -std
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Whitespace
=?iso-8859-1?q?rin?=[src/trunk]: src/sys/arch/powerpc/fpu Fix inverted logic; cr was completely b...
=?iso-8859-1?q?rin?=[src/trunk]: src/sys/arch/powerpc/fpu Fix copy-paste in comment. No binary ch...
=?iso-8859-1?q?chs?=[src/trunk]: src/sys/arch/m68k/m68k curlwp is only available for ifdef _KERNEL.
07/27/2022
=?iso-8859-1?q?sjg?=[src/trunk]: src/usr.bin/make/unit-tests Pass MAKEOBJDIR to opt-m-include-dir
=?iso-8859-1?q?andvar?=[src/trunk]: src/tests/sys/uvm s/fucntion/function/ in comments.
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/arch s/functin/function/ in copy pasted comment.
=?iso-8859-1?q?rin?=[src/trunk]: src/sys/arch/powerpc/fpu Correct stale comment. Thanks rillig@ f...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/sys/dev/pci Pull up the following revisions, requested by...
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/doc Ticket #1482
=?iso-8859-1?q?martin?=[src/netbsd-9]: src/sys/dev/pci regen for ticket #1482
=?iso-8859-1?q?maya?=[src/trunk]: src/sys/modules Enable amdgpu module & firmware on x86
07/28/2022
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/distrib/sets/lists/debug Include debug files for new amdgpu ...
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/distrib/sets/lists/debug Oopppss, /usr has no `e' :)
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/distrib/sets/lists/debug remove duplicate entry and blank li...
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/distrib/sets/lists/debug And, we're not ready for 10.0 yet, ...
=?iso-8859-1?q?macallan?=[xsrc/trunk]: xsrc/external/mit/xf86-video-nv/dist/src if we add a mode for t...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/arch/arm/pic Catch up with the per lwp astpending (rathe...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/aarch64/aarch64 aarch64: Refactor splhigh and resto...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/arm/arm32 arm32: Refactor splhigh and restore in do...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci KNF the KNF
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms_sched drmkms_sched: Fix link sets in module.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/arm/pic arm/pic: Assert ci_cpl doesn't lower across...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/arm/pic arm/pic: Mark definitions static to match d...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms_sched drmkms_sched: Revert previous MKLDS...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules/drmkms_sched drmkms_sched: Remove duplicate modu...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/scheduler drmkms_sched: Fix t...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net Trailing whitespace
=?iso-8859-1?q?martin?=[src/trunk]: src/distrib/sets/lists/debug Revert editor mishap in r1.10
07/29/2022
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys drm: New option DRM_LEGACY.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/modules drm: Hook up the drmkms modules to the build.
=?iso-8859-1?q?knakahara?=[src/trunk]: src/sys Remove obsoleted comments.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net Trailing whitespace
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net Sprinkle const
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch x86: Disable new DRM_LEGACY option in INSTALL kernel.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu amdgpu: Make amdgp...
=?iso-8859-1?q?wiz?=[src/trunk]: src/doc update for new openssl releases, mention openssl 3.0.5
=?iso-8859-1?q?rin?=[src/trunk]: src/sys/dev/usb PR kern/56946
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net KNF a comment
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net Fix a typo in a comment.
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/net No need to wrap the call to if_detach with splnet / ...
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Trailing whitespace
=?iso-8859-1?q?skrll?=[src/trunk]: src/sys/dev/pci Improve a couple of comments
07/30/2022
=?iso-8859-1?q?andvar?=[src/trunk]: src/sys/dev/pci/cxgb s/collissions/collisions/
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd drm: Reduce verbosity of drm kernel messages.
=?iso-8859-1?q?pgoyette?=[src/trunk]: src/distrib/amd64/installimage The new drm modules made the imag...
=?iso-8859-1?q?tnn?=[src/trunk]: src/sys/modules/amdgpu amdgpu: don't set -mhard-float for clang
=?iso-8859-1?q?tnn?=[src/trunk]: src/sys/modules/amdgpu amdgpu: add some more CWARNFLAGS to appea...
=?iso-8859-1?q?tnn?=[src/trunk]: src/sys/modules/amdgpu COPTS -> CWARNFLAGS
=?iso-8859-1?q?rin?=[src/trunk]: src/sys/arch/mac68k/dev Fix WSMOUSEIO_GTYPE so that X does not f...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/dev/ic aprint_error_dev is for autoconfig messages, use ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/external/cddl/osnet/sys/sys zfs: Give condvars more meaningf...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/external/cddl/osnet/sys/sys osnet: Stop disabling dtrace pro...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/external/cddl/osnet/sys solaris: Give threads less bad names.
=?iso-8859-1?q?tsutsui?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86 Restore -flipPixe...
=?iso-8859-1?q?tsutsui?=[xsrc/trunk]: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes Pull an ups...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xf86-video-nv/dist initial import of xf86-vid...
=?iso-8859-1?q?mrg?=[xsrc/trunk]: xsrc/external/mit/xf86-video-nv/dist merge xf86-video-nv 2.1.22
=?iso-8859-1?q?mrg?=[xsrc/xorg]: xsrc/external/mit/xf86-video-nv/dist initial import of xf86-vide...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/arch/x86/x86 x86: Eliminate mfence hotpatch for membar_s...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/sys sys/atomic.h: Fix atomic_store_* on sparcv7, sparcv8.
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu amdgpu: Make sure ...
=?iso-8859-1?q?riastradh?=[src/trunk]: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu amdgpu: Make sure ...
07/31/2022
=?iso-8859-1?q?dholland?=[src/trunk]: src/lib/libc/sys __quotactl(2): typo.
=?iso-8859-1?q?martin?=[src/trunk]: src/sys/sys Move attributes to the front of the __do_atomic_stor...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/dev/ic The status is an 8 bit field. Fix masks and move ...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/dev/ic The namespace id is a 32bit value, in particular ...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sbin/nvmectl Report error code (SCT/SC).
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/lib/libisns Move libisns to /lib to allow /sbin/iscsid to wo...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/dev/usb Don't report errors as timeout.
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/dev/usb Compute a unique port number from interface index.
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/fs Don't panic for a negative offset, just fail the oper...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sys/net Count dropped packets caused by ENOBUFS as interface...
=?iso-8859-1?q?mlelstv?=[src/trunk]: src/sbin/nvmectl Fix build on 32bit.
=?iso-8859-1?q?chs?=[src/trunk]: src/sys/arch/m68k/m68k in pmap_enter_ptpage(), if we are allowed...