Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (18m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 21:14:44 UTC Now

2022-12-24 23:01:35 UTC MAIN commitmail json YAML

2022-12-24 22:33:12 UTC MAIN commitmail json YAML

s/Reqest/Request/ and adding apostrophe for don't and didn't in comments.

(andvar)

2022-12-24 20:17:46 UTC MAIN commitmail json YAML

2022-12-24 20:17:10 UTC MAIN commitmail json YAML

2022-12-24 17:18:51 UTC netbsd-10 commitmail json YAML

2022-12-24 17:17:27 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #22):

usr.sbin/tprof/tprof_top.c: revision 1.8

use malloc instead of alloca so that SSP works.

(martin)

2022-12-24 15:46:50 UTC MAIN commitmail json YAML

PR port-arm/57044 allow vcaudio on RPI 4 to attach when booting with EFI

(nia)

2022-12-24 15:37:50 UTC MAIN commitmail json YAML

s/reqest/request/ in comment.

(andvar)

2022-12-24 15:23:03 UTC MAIN commitmail json YAML

2022-12-24 14:47:47 UTC MAIN commitmail json YAML

{amd64,i386}/db_machdep.c: Don't bury a function call in an if condition

db_frame_info has many arguments and requires contorted line wrapping
that obscures the condition.  The same object code is generated
(modulo a local variable moved closer to its only use site).

(uwe)

2022-12-24 14:32:42 UTC MAIN commitmail json YAML

2022-12-24 14:14:52 UTC MAIN commitmail json YAML

db_trace.c: Use DB_SYM_NULL instead of respelling it

(uwe)

2022-12-24 09:27:51 UTC netbsd-10 commitmail json YAML

2022-12-24 09:26:56 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #21):

sys/arch/x86/x86/x86_machdep.c: revision 1.153

x86_add_cluster() takes the end of the segment, not the size.

Should fix PR port-xen/57121

(martin)

2022-12-24 02:31:43 UTC MAIN commitmail json YAML

db_trace.c: Make parens balanced across #ifdef

Same object code is generated on both i386 and amd64.

(uwe)

2022-12-24 00:34:53 UTC MAIN commitmail json YAML

rge(4): mention that driver appeared in NetBSD 10.

(andvar)

2022-12-23 19:37:06 UTC MAIN commitmail json YAML

use malloc instead of alloca so that SSP works.

(christos)

2022-12-23 18:00:37 UTC MAIN commitmail json YAML

Don't know why this file was not copied over! Re-adding it.

(christos)

2022-12-23 17:25:22 UTC MAIN commitmail json YAML

switch everyone to binutils.old which is now 2.34

(christos)

2022-12-23 17:09:56 UTC MAIN commitmail json YAML

2022-12-23 16:05:44 UTC MAIN commitmail json YAML

x86_add_cluster() takes the end of the segment, not the size.
Should fix PR port-xen/57121

(bouyer)

2022-12-23 10:44:26 UTC MAIN commitmail json YAML

2022-12-23 08:10:43 UTC netbsd-10 commitmail json YAML

2022-12-23 08:09:48 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by ryo in ticket #20):

sys/arch/arm/arm/cpufunc.c: revision 1.185
sys/dev/tprof/tprof.c: revision 1.22
sys/arch/arm/arm32/arm32_boot.c: revision 1.45
sys/dev/tprof/tprof_armv8.c: revision 1.19
sys/dev/tprof/tprof_armv7.c: revision 1.12
sys/arch/aarch64/aarch64/cpu.c: revision 1.71
sys/arch/aarch64/aarch64/cpu.c: revision 1.72

tprof_lock is not a spin mutex. use mutex_{enter,exit}(). oops

Explicitly disable overflow interrupts before enabling the cycle counter.

PMCR_EL0.LC should be set. ARM deprecates use of PMCR_EL0.LC=0

Even if an overflow interrupt is occured for a counter outside tprof management,
the bit of onverflow status register must be cleared to prevent an interrupt storm.

(martin)

2022-12-22 23:06:11 UTC MAIN commitmail json YAML

Fix condition for ending the pacet read loop.

len is unsigned 16 bit so testing for less than zero is not valid.

(nat)

2022-12-22 22:39:20 UTC MAIN commitmail json YAML

Remove unused commented out code.
Remove unintentional stray debug printfs.
Fix DSE_DEBUG build.

(nat)

2022-12-22 19:09:48 UTC MAIN commitmail json YAML

Add missing virtio devices to x86 ALL kernels

(jakllsch)

2022-12-22 19:07:17 UTC MAIN commitmail json YAML

Add commented vio9p* to match amd64 GENERIC

(jakllsch)

2022-12-22 13:54:57 UTC MAIN commitmail json YAML

route(4): Work around deadlock in rt_free wait path.

PR kern/56844

XXX pullup-8
XXX pullup-9
XXX pullup-10

(riastradh)

2022-12-22 11:10:52 UTC MAIN commitmail json YAML

Mention dse.4

(nat)

2022-12-22 11:05:55 UTC MAIN commitmail json YAML

2022-12-22 06:59:33 UTC MAIN commitmail json YAML

Even if an overflow interrupt is occured for a counter outside tprof management,
the bit of onverflow status register must be cleared to prevent an interrupt storm.

(ryo)

2022-12-22 06:58:47 UTC MAIN commitmail json YAML

PMCR_EL0.LC should be set. ARM deprecates use of PMCR_EL0.LC=0

(ryo)

2022-12-22 06:58:08 UTC MAIN commitmail json YAML

Explicitly disable overflow interrupts before enabling the cycle counter.

(ryo)

2022-12-22 02:52:35 UTC MAIN commitmail json YAML

Fix typo in comment (s/mut be/msut be/). No functional change.

(msaitoh)

2022-12-21 20:09:36 UTC MAIN commitmail json YAML

properly prefix ${X11INCDIR} uses with ${DESTDIR}.

this fixes a build issue seen where the host pixman.h was included,
and has been problem ever since tsutsui fixed my original code (from
2008) about 29 months ago.  i'm surprised this has not been seen
anywhere else in that time.

XXX: pullup-10

(mrg)

2022-12-21 20:00:07 UTC netbsd-10 commitmail json YAML

2022-12-21 19:58:15 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #19):

external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc: revision 1.5
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.h: revision 1.8
sys/sys/ttycom.h: revision 1.22
sys/net/ppp_tty.c: revision 1.72
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.cc: revision 1.9

ppp: remove ioctls that never worked and crash the kernel

Remove vestigial bits of PPP HDLC support that never worked on netbsd.

The TIOCRCVFRAME ioctl was apparently intended to be called only from
within the kernel, but nothing prevents user code from calling this ioctl
and crashing the kernel.

(martin)

2022-12-21 19:55:34 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #18):

sbin/mount_nfs/mount_nfs.c: revision 1.75

mount_nfs: add missing "A" to getopt string

(martin)

2022-12-21 19:54:14 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #17):

sys/ufs/ffs/ffs_vfsops.c: revision 1.379

ffs: fail mounts requesting ACLs for non-ea UFS2 file systems

For non-ea UFS2 file system, fail mounts that request ACLs rather than
letting the mount succeed only to reject all ACL operations later.

Also fix the messages about the on-disk fs flags conflicting with
the mount options for which type of ACLs to use, and about requesting
both types of ACLs.

(martin)

2022-12-21 19:52:42 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #16):

share/mk/bsd.x11.mk: revision 1.146

bump xorg-server version.

(martin)

2022-12-21 19:08:22 UTC MAIN commitmail json YAML

ppp: remove ioctls that never worked and crash the kernel

Remove vestigial bits of PPP HDLC support that never worked on netbsd.
The TIOCRCVFRAME ioctl was apparently intended to be called only from
within the kernel, but nothing prevents user code from calling this ioctl
and crashing the kernel.

Reported-by: syzbot+53e4620d0d17a4dd08fa@syzkaller.appspotmail.com
Reported-by: syzbot+d3a8b784fed1e32e0768@syzkaller.appspotmail.com
Reported-by: syzbot+375bab63345a6a7a3331@syzkaller.appspotmail.com
Reported-by: syzbot+ba7ac85196274a20b54a@syzkaller.appspotmail.com
Reported-by: syzbot+57ddb63a3d1d3299ef18@syzkaller.appspotmail.com

(chs)

2022-12-21 19:00:52 UTC MAIN commitmail json YAML

mount_nfs: add missing "A" to getopt string

(chs)

2022-12-21 18:58:25 UTC MAIN commitmail json YAML

ffs: fail mounts requesting ACLs for non-ea UFS2 file systems

For non-ea UFS2 file system, fail mounts that request ACLs rather than
letting the mount succeed only to reject all ACL operations later.

Also fix the messages about the on-disk fs flags conflicting with
the mount options for which type of ACLs to use, and about requesting
both types of ACLs.

(chs)

2022-12-21 18:03:48 UTC MAIN commitmail json YAML

Bump version to keep modules and kernelin sync following the
creation of compat_100 stuff.

Welcome to 10.99.2

(pgoyette)

2022-12-21 17:44:15 UTC MAIN commitmail json YAML

Remove unneeded -D_OPENBSD_SOURCE

(wiz)

2022-12-21 17:24:08 UTC MAIN commitmail json YAML

Remove unneeded -D_OPENBSD_SOURCE

(wiz)

2022-12-21 17:20:07 UTC MAIN commitmail json YAML

Remove unneeded -D_OPENBSD_SOURCE

(wiz)

2022-12-21 11:39:46 UTC MAIN commitmail json YAML

Rename pmap_md_pdetab_destroy to pmap_md_pdetab_fini to match
pmap_md_pdetab_init.

Call pmap_md_pdetab_fini from pmap_segtab_destroy.

(skrll)

2022-12-21 09:39:45 UTC netbsd-10 commitmail json YAML

2022-12-21 09:38:38 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by blymn in ticket #15):

lib/libcurses/slk.c: revision 1.21
lib/libcurses/addbytes.c: revision 1.68

Backout change to addnstr that broke other applications as n should be
the number of bytes to add - for multibyte characters n will be > 1.

Fix __slk_draw to pass in the actual length of the label instead of
the default label length because wide characters may make the
actual string length longer than the slk display length.

(martin)

2022-12-21 09:36:42 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #14):

sys/dev/pci/if_rge.c: revision 1.25
sys/dev/pci/if_rgereg.h: revision 1.7

Update the Rx descriptor based on the vendor driver for Linux.

This fixes a panic on RTL8125.

Patch from OpenBSD if_rge.c r1.20, if_rgereg.h r1.8.

Tested by msaitoh@n.o.

(martin)

2022-12-21 09:33:35 UTC MAIN commitmail json YAML

adapt mbstowcs_basic test for unicode table update

reformat so it's easier to find which result data belongs to which input

(wiz)

2022-12-21 09:33:17 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #13):

sys/uvm/uvm_swap.c: revision 1.207

swap: disallow user opens of swap block device

the swap/drum block device was never intended to allow user opens,
but when the internal VOP_OPEN() in uvm_swap_init() was added
back in rev 1.135, the d_open method was changed from always-fail
to always-succeed in order to allow the new initial internal open.
this had the side effect of incorrectly allowing user opens too.
fix this by replacing the swap_bdevsw d_open with one that succeeds
for the first call but fails for all subsequent calls.

(martin)

2022-12-21 09:06:59 UTC MAIN commitmail json YAML

Add note about "netstat -mssv".

(msaitoh)

2022-12-21 06:25:35 UTC MAIN commitmail json YAML

Update Unicode tables to 15.0.0.

This is based on the tables provided by perl 5.37.7.

(wiz)

2022-12-21 06:18:01 UTC MAIN commitmail json YAML

Add more debug so a call to waddbytes can be traced to the caller.

(blymn)

2022-12-21 05:19:15 UTC MAIN commitmail json YAML

Update the Rx descriptor based on the vendor driver for Linux.

This fixes a panic on RTL8125.
Patch from OpenBSD if_rge.c r1.20, if_rgereg.h r1.8.

Tested by msaitoh@n.o.

(nonaka)

2022-12-21 02:28:06 UTC MAIN commitmail json YAML

swap: disallow user opens of swap block device

the swap/drum block device was never intended to allow user opens,
but when the internal VOP_OPEN() in uvm_swap_init() was added
back in rev 1.135, the d_open method was changed from always-fail
to always-succeed in order to allow the new initial internal open.
this had the side effect of incorrectly allowing user opens too.
fix this by replacing the swap_bdevsw d_open with one that succeeds
for the first call but fails for all subsequent calls.

Reported-by: syzbot+90a23d2f19e5a0a302b3@syzkaller.appspotmail.com

(chs)

2022-12-20 23:08:51 UTC MAIN commitmail json YAML

Update Unicode tables.

These tables are for Unicode 14.0.0 using the data provided with
perl 5.36.0.

(wiz)

2022-12-20 23:07:57 UTC MAIN commitmail json YAML

Add NetBSD RCS Id header instead of OpenBSD one.

(wiz)

2022-12-20 23:06:08 UTC MAIN commitmail json YAML

Update unicode tables.

This version of the file, and the generator script, come from
OpenBSD. The script was written by Andrew Fresh.

The file covers the encodings from Unicode 13.0.0, based on the files
distributed with perl 5.32.1.

(wiz)

2022-12-20 17:51:54 UTC MAIN commitmail json YAML

More markup errors.  \+ was intended to be \&+ and .EV .Ev of course.
As best I can tell, the rest of what mandoc -Wall complains about is
incorrect (it could probably be avoided by adding more markup, but
there doesn't seem to be any point).

(kre)

2022-12-20 16:48:57 UTC MAIN commitmail json YAML

Using .Cm Cm makes no sense at all - no idea what I was thinking there
(perhaps just an editing error).

(kre)

2022-12-20 09:58:02 UTC netbsd-9 commitmail json YAML

2022-12-20 09:56:28 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1555):

sys/nfs/nfs_srvsocket.c: revision 1.5

When partitioning a mbuf chain with m_split() the last mbuf of the returned
tail chain is not necessarily the same as the last mbuf of the initial chain.

Always set "slp->ns_rawend" to the last mbuf of the tail chain to prevent
mbuf leaks and corruption.

(martin)

2022-12-20 09:55:19 UTC netbsd-10 commitmail json YAML

2022-12-20 09:54:11 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #12):

sys/nfs/nfs_srvsocket.c: revision 1.5

When partitioning a mbuf chain with m_split() the last mbuf of the returned
tail chain is not necessarily the same as the last mbuf of the initial chain.

Always set "slp->ns_rawend" to the last mbuf of the tail chain to prevent
mbuf leaks and corruption.

(martin)

2022-12-20 09:51:47 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by uwe in ticket #11):

bin/sh/sh.1: revision 1.253

sh(1): Fix markup.  -compact must be last.

(martin)

2022-12-20 09:50:39 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #10):

sbin/tunefs/tunefs.c: revision 1.57

tunefs: clarify that "-a" refers to NFSv4 ACLs

(martin)

2022-12-20 09:49:21 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #9):

usr.sbin/dumpfs/dumpfs.c: revision 1.67
usr.sbin/dumpfs/dumpfs.8: revision 1.21

dumpfs: remove confusing output for UFS2
remove the mention of "fslevel 5" because no such thing exists.

the whole "fs level" concept really only applies to UFS1, so don't print
the line with the level number and details for UFS2 file systems at all.
try to clarify this in the manpage as well.

prompted by PR 57082.

(martin)

2022-12-20 09:44:30 UTC netbsd-10 commitmail json YAML

xsrc/external/mit/xorg-server/dist/ChangeLog@1.1.1.20.2.1 / diff / nxr@1.1.1.20.2.1
xsrc/external/mit/xorg-server/dist/Makefile.in@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/xorg-server/dist/Xext/Makefile.in@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/xorg-server/dist/Xext/saver.c@1.4.2.1 / diff / nxr@1.4.2.1
xsrc/external/mit/xorg-server/dist/Xext/xtest.c@1.7.2.1 / diff / nxr@1.7.2.1
xsrc/external/mit/xorg-server/dist/Xext/xvmain.c@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/xorg-server/dist/Xi/Makefile.in@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/xorg-server/dist/Xi/sendexev.c@1.5.4.1 / diff / nxr@1.5.4.1
xsrc/external/mit/xorg-server/dist/Xi/xipassivegrab.c@1.6.2.1 / diff / nxr@1.6.2.1
xsrc/external/mit/xorg-server/dist/Xi/xiproperty.c@1.5.2.1 / diff / nxr@1.5.2.1
xsrc/external/mit/xorg-server/dist/aclocal.m4@1.1.1.17.2.1 / diff / nxr@1.1.1.17.2.1
xsrc/external/mit/xorg-server/dist/compile@1.1.1.11.2.1 / diff / nxr@1.1.1.11.2.1
xsrc/external/mit/xorg-server/dist/composite/Makefile.in@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/xorg-server/dist/config.guess@1.1.1.13.2.1 / diff / nxr@1.1.1.13.2.1
xsrc/external/mit/xorg-server/dist/config.sub@1.1.1.13.2.1 / diff / nxr@1.1.1.13.2.1
xsrc/external/mit/xorg-server/dist/config/Makefile.in@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/xorg-server/dist/configure@1.13.2.1 / diff / nxr@1.13.2.1
xsrc/external/mit/xorg-server/dist/configure.ac@1.15.2.1 / diff / nxr@1.15.2.1
xsrc/external/mit/xorg-server/dist/damageext/Makefile.in@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/xorg-server/dist/dbe/Makefile.in@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
      :
(more 115 files)
Sync external/mit/xorg-server to HEAD, requested by mrg in ticket #8:

external/mit/xorg-server/dist/hw/xquartz/defaults.plist up to 1.1.1.1
external/mit/xorg-server/dist/m4/libtool.m4    delete
external/mit/xorg-server/dist/m4/ltversion.m4  delete
external/mit/xorg-server/dist/ChangeLog        up to 1.1.1.21
external/mit/xorg-server/dist/Makefile.in      up to 1.1.1.15
external/mit/xorg-server/dist/aclocal.m4        up to 1.1.1.18
external/mit/xorg-server/dist/compile          up to 1.1.1.12
external/mit/xorg-server/dist/config.guess      up to 1.1.1.14
external/mit/xorg-server/dist/config.sub        up to 1.1.1.14
external/mit/xorg-server/dist/configure        up to 1.14
external/mit/xorg-server/dist/configure.ac      up to 1.16
external/mit/xorg-server/dist/depcomp          up to 1.1.1.10
external/mit/xorg-server/dist/ltmain.sh        up to 1.1.1.12
external/mit/xorg-server/dist/meson.build      up to 1.1.1.11
external/mit/xorg-server/dist/missing          up to 1.1.1.10
external/mit/xorg-server/dist/test-driver      up to 1.1.1.8
external/mit/xorg-server/dist/ylwrap            up to 1.1.1.10
external/mit/xorg-server/dist/Xext/Makefile.in  up to 1.1.1.15
external/mit/xorg-server/dist/Xext/saver.c      up to 1.5
external/mit/xorg-server/dist/Xext/xtest.c      up to 1.8
external/mit/xorg-server/dist/Xext/xvmain.c    up to 1.1.1.7
external/mit/xorg-server/dist/Xi/Makefile.in    up to 1.1.1.15
external/mit/xorg-server/dist/Xi/sendexev.c    up to 1.6
external/mit/xorg-server/dist/Xi/xipassivegrab.c up to 1.7
external/mit/xorg-server/dist/Xi/xiproperty.c  up to 1.6
external/mit/xorg-server/dist/composite/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/config/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/damageext/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/dbe/Makefile.in  up to 1.1.1.15
external/mit/xorg-server/dist/dix/Makefile.in  up to 1.1.1.16
external/mit/xorg-server/dist/dix/property.c    up to 1.1.1.8
external/mit/xorg-server/dist/doc/Makefile.in  up to 1.1.1.15
external/mit/xorg-server/dist/doc/dtrace/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/dri3/Makefile.in  up to 1.1.1.9
external/mit/xorg-server/dist/exa/Makefile.in  up to 1.1.1.15
external/mit/xorg-server/dist/fb/Makefile.in    up to 1.1.1.15
external/mit/xorg-server/dist/glamor/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/glx/Makefile.in  up to 1.1.1.14
external/mit/xorg-server/dist/hw/Makefile.in    up to 1.1.1.15
external/mit/xorg-server/dist/hw/kdrive/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/kdrive/ephyr/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/kdrive/ephyr/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/kdrive/src/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/vfb/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/vfb/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/xfree86/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/common/Makefile.in up to 1.1.1.16
external/mit/xorg-server/dist/hw/xfree86/ddc/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/dixmods/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/doc/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/dri/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/dri2/Makefile.in up to 1.1.1.14
external/mit/xorg-server/dist/hw/xfree86/dri2/pci_ids/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/hw/xfree86/drivers/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/Makefile.in up to 1.1.1.3
external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/Makefile.in up to 1.1.1.10
external/mit/xorg-server/dist/hw/xfree86/exa/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/exa/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/xfree86/fbdevhw/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/fbdevhw/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/xfree86/glamor_egl/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/hw/xfree86/i2c/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/int10/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/int10/generic.c up to 1.6
external/mit/xorg-server/dist/hw/xfree86/loader/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/man/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/hw/xfree86/modes/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/bus/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/linux/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/misc/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/os-support/stub/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/hw/xfree86/parser/Makefile.in up to 1.1.1.17
external/mit/xorg-server/dist/hw/xfree86/ramdac/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/shadowfb/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/utils/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/utils/gtf/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/utils/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/xfree86/vgahw/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/x86emu/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xfree86/xkb/Makefile.in up to 1.1.1.8
external/mit/xorg-server/dist/hw/xnest/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xnest/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/xquartz/Makefile.am up to 1.1.1.9
external/mit/xorg-server/dist/hw/xquartz/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xquartz/NSUserDefaults+XQuartzDefaults.m up to 1.1.1.2
external/mit/xorg-server/dist/hw/xquartz/meson.build up to 1.1.1.4
external/mit/xorg-server/dist/hw/xquartz/GL/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xquartz/bundle/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xquartz/mach-startup/Makefile.in up to 1.1.1.14
external/mit/xorg-server/dist/hw/xquartz/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/xquartz/pbproxy/Makefile.am up to 1.1.1.7
external/mit/xorg-server/dist/hw/xquartz/pbproxy/Makefile.in up to 1.1.1.14
external/mit/xorg-server/dist/hw/xquartz/pbproxy/meson.build up to 1.1.1.3
external/mit/xorg-server/dist/hw/xquartz/xpr/Makefile.in up to 1.1.1.14
external/mit/xorg-server/dist/hw/xwin/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/hw/xwin/winprefslex.c up to 1.1.1.9
external/mit/xorg-server/dist/hw/xwin/winprefsyacc.c up to 1.1.1.13
external/mit/xorg-server/dist/hw/xwin/winprefsyacc.h up to 1.1.1.13
external/mit/xorg-server/dist/hw/xwin/dri/Makefile.in up to 1.1.1.8
external/mit/xorg-server/dist/hw/xwin/glx/Makefile.in up to 1.1.1.12
external/mit/xorg-server/dist/hw/xwin/man/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/hw/xwin/winclipboard/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/include/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/include/dix-config.h.in up to 1.9
external/mit/xorg-server/dist/include/do-not-use-config.h.in up to 1.1.1.14
external/mit/xorg-server/dist/include/meson.build up to 1.1.1.5
external/mit/xorg-server/dist/include/os.h      up to 1.12
external/mit/xorg-server/dist/m4/ltoptions.m4  up to 1.1.1.3
external/mit/xorg-server/dist/m4/ltsugar.m4    up to 1.1.1.3
external/mit/xorg-server/dist/m4/lt~obsolete.m4 up to 1.1.1.3
external/mit/xorg-server/dist/man/Makefile.in  up to 1.1.1.9
external/mit/xorg-server/dist/mi/Makefile.in    up to 1.1.1.15
external/mit/xorg-server/dist/miext/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/miext/damage/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/miext/rootless/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/miext/shadow/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/miext/sync/Makefile.in up to 1.1.1.11
external/mit/xorg-server/dist/os/Makefile.in    up to 1.1.1.15
external/mit/xorg-server/dist/present/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/pseudoramiX/Makefile.in up to 1.1.1.9
external/mit/xorg-server/dist/randr/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/record/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/render/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/test/Makefile.in  up to 1.1.1.12
external/mit/xorg-server/dist/xfixes/Makefile.in up to 1.1.1.15
external/mit/xorg-server/dist/xkb/Makefile.in  up to 1.1.1.15
external/mit/xorg-server/dist/xkb/xkbUtils.c    up to 1.1.1.7
external/mit/xorg-server/include/dix-config.h  up to 1.47
external/mit/xorg-server/include/version-config.h up to 1.17
external/mit/xorg-server/include/xorg-config.h  up to 1.27
external/mit/xorg-server/include/xorg-server.h  up to 1.27

Update xserver to 21.1.5.

(martin)

2022-12-20 09:40:09 UTC MAIN commitmail json YAML

When partitioning a mbuf chain with m_split() the last mbuf of the returned
tail chain is not necessarily the same as the last mbuf of the initial chain.

Always set "slp->ns_rawend" to the last mbuf of the tail chain to prevent
mbuf leaks and corruption.

(hannken)

2022-12-20 09:36:52 UTC netbsd-10 commitmail json YAML

xsrc/external/mit/libX11/dist/ChangeLog@1.1.1.27.2.3 / diff / nxr@1.1.1.27.2.3
xsrc/external/mit/libX11/dist/README.md@1.1.1.7.2.3 / diff / nxr@1.1.1.7.2.3
xsrc/external/mit/libX11/dist/aclocal.m4@1.1.1.23.2.3 / diff / nxr@1.1.1.23.2.3
xsrc/external/mit/libX11/dist/configure@1.1.1.27.2.3 / diff / nxr@1.1.1.27.2.3
xsrc/external/mit/libX11/dist/configure.ac@1.1.1.27.2.3 / diff / nxr@1.1.1.27.2.3
xsrc/external/mit/libX11/dist/include/X11/Xlib.h@1.1.1.12.2.3 / diff / nxr@1.1.1.12.2.3
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h@1.1.1.15.2.3 / diff / nxr@1.1.1.15.2.3
xsrc/external/mit/libX11/dist/man/XInitThreads.man@1.1.1.4.2.3 / diff / nxr@1.1.1.4.2.3
xsrc/external/mit/libX11/dist/modules/im/ximcp/imLcPrs.c@1.1.1.10.2.3 / diff / nxr@1.1.1.10.2.3
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XLC_LOCALE.pre@1.1.1.4.2.3 / diff / nxr@1.1.1.4.2.3
xsrc/external/mit/libX11/dist/src/ChkIfEv.c@1.1.1.5.2.3 / diff / nxr@1.1.1.5.2.3
xsrc/external/mit/libX11/dist/src/IfEvent.c@1.1.1.5.2.3 / diff / nxr@1.1.1.5.2.3
xsrc/external/mit/libX11/dist/src/OpenDis.c@1.1.1.14.2.3 / diff / nxr@1.1.1.14.2.3
xsrc/external/mit/libX11/dist/src/PeekIfEv.c@1.1.1.4.2.3 / diff / nxr@1.1.1.4.2.3
xsrc/external/mit/libX11/dist/src/PutBEvent.c@1.1.1.6.2.3 / diff / nxr@1.1.1.6.2.3
xsrc/external/mit/libX11/dist/src/globals.c@1.1.1.9.2.3 / diff / nxr@1.1.1.9.2.3
xsrc/external/mit/libX11/dist/src/locking.c@1.1.1.9.2.3 / diff / nxr@1.1.1.9.2.3
xsrc/external/mit/libX11/dist/src/xkb/XKBBind.c@1.1.1.11.2.3 / diff / nxr@1.1.1.11.2.3

Sync external/mit/libX11/dist to HEAD, requested by mrg in ticket #7

external/mit/libX11/dist/ChangeLog              up to 1.3
external/mit/libX11/dist/README.md              up to 1.3
external/mit/libX11/dist/aclocal.m4            up to 1.3
external/mit/libX11/dist/configure              up to 1.3
external/mit/libX11/dist/configure.ac          up to 1.3
external/mit/libX11/dist/include/X11/Xlib.h    up to 1.3
external/mit/libX11/dist/include/X11/Xlibint.h  up to 1.3
external/mit/libX11/dist/man/XInitThreads.man  up to 1.3
external/mit/libX11/dist/modules/im/ximcp/imLcPrs.c up to 1.3
external/mit/libX11/dist/nls/en_US.UTF-8/XLC_LOCALE.pre up to 1.3
external/mit/libX11/dist/src/ChkIfEv.c          up to 1.3
external/mit/libX11/dist/src/IfEvent.c          up to 1.3
external/mit/libX11/dist/src/OpenDis.c          up to 1.3
external/mit/libX11/dist/src/PeekIfEv.c        up to 1.3
external/mit/libX11/dist/src/PutBEvent.c        up to 1.3
external/mit/libX11/dist/src/globals.c          up to 1.3
external/mit/libX11/dist/src/locking.c          up to 1.3
external/mit/libX11/dist/src/xkb/XKBBind.c      up to 1.3

Update libX11 from 1.8.2 to 1.8.3.

(martin)

2022-12-20 04:57:01 UTC MAIN commitmail json YAML

Backout change to addnstr that broke other applications as n should be
the number of bytes to add - for multibyte characters n will be > 1.

Fix __slk_draw to pass in the actual length of the label instead of
the default label length because wide characters may make the
actual string length longer than the slk display length.

(blymn)

2022-12-20 04:10:11 UTC MAIN commitmail json YAML

2022-12-20 01:18:42 UTC MAIN commitmail json YAML

sh(1): Fix markup.  -compact must be last.

(uwe)

2022-12-20 00:31:56 UTC MAIN commitmail json YAML

2022-12-20 00:11:14 UTC MAIN commitmail json YAML

Remove sys/compat/common/Makefile.*.

These files are not used anymore. Files for compat code are listed in
sys/comapt/common/files.common and sys/modules/compat_xxx/Makefile.
OK'd by riastradh@ and pgoyette@.

(msaitoh)

2022-12-19 23:19:52 UTC MAIN commitmail json YAML

2022-12-19 21:13:16 UTC MAIN commitmail json YAML

tunefs: clarify that "-a" refers to NFSv4 ACLs

(chs)

2022-12-19 19:37:36 UTC MAIN commitmail json YAML

2022-12-19 18:51:42 UTC MAIN commitmail json YAML

dumpfs: remove confusing output for UFS2

remove the mention of "fslevel 5" because no such thing exists.
the whole "fs level" concept really only applies to UFS1, so don't print
the line with the level number and details for UFS2 file systems at all.
try to clarify this in the manpage as well.
prompted by PR 57082.

(chs)

2022-12-19 14:15:10 UTC MAIN commitmail json YAML

2022-12-19 14:00:35 UTC netbsd-10 commitmail json YAML

2022-12-19 13:22:44 UTC netbsd-10 commitmail json YAML

xsrc/external/mit/libX11/dist/ChangeLog@1.1.1.27.2.2 / diff / nxr@1.1.1.27.2.2
xsrc/external/mit/libX11/dist/README.md@1.1.1.7.2.2 / diff / nxr@1.1.1.7.2.2
xsrc/external/mit/libX11/dist/aclocal.m4@1.1.1.23.2.2 / diff / nxr@1.1.1.23.2.2
xsrc/external/mit/libX11/dist/configure@1.1.1.27.2.2 / diff / nxr@1.1.1.27.2.2
xsrc/external/mit/libX11/dist/configure.ac@1.1.1.27.2.2 / diff / nxr@1.1.1.27.2.2
xsrc/external/mit/libX11/dist/include/X11/Xlib.h@1.1.1.12.2.2 / diff / nxr@1.1.1.12.2.2
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h@1.1.1.15.2.2 / diff / nxr@1.1.1.15.2.2
xsrc/external/mit/libX11/dist/man/XInitThreads.man@1.1.1.4.2.2 / diff / nxr@1.1.1.4.2.2
xsrc/external/mit/libX11/dist/modules/im/ximcp/imLcLkup.c@1.3.4.2 / diff / nxr@1.3.4.2
xsrc/external/mit/libX11/dist/modules/im/ximcp/imLcPrs.c@1.1.1.10.2.2 / diff / nxr@1.1.1.10.2.2
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XLC_LOCALE.pre@1.1.1.4.2.2 / diff / nxr@1.1.1.4.2.2
xsrc/external/mit/libX11/dist/src/ChkIfEv.c@1.1.1.5.2.2 / diff / nxr@1.1.1.5.2.2
xsrc/external/mit/libX11/dist/src/CrGlCur.c@1.2.2.2 / diff / nxr@1.2.2.2
xsrc/external/mit/libX11/dist/src/IfEvent.c@1.1.1.5.2.2 / diff / nxr@1.1.1.5.2.2
xsrc/external/mit/libX11/dist/src/OpenDis.c@1.1.1.14.2.2 / diff / nxr@1.1.1.14.2.2
xsrc/external/mit/libX11/dist/src/PeekIfEv.c@1.1.1.4.2.2 / diff / nxr@1.1.1.4.2.2
xsrc/external/mit/libX11/dist/src/PutBEvent.c@1.1.1.6.2.2 / diff / nxr@1.1.1.6.2.2
xsrc/external/mit/libX11/dist/src/globals.c@1.1.1.9.2.2 / diff / nxr@1.1.1.9.2.2
xsrc/external/mit/libX11/dist/src/locking.c@1.1.1.9.2.2 / diff / nxr@1.1.1.9.2.2
xsrc/external/mit/libX11/dist/src/xkb/XKBBind.c@1.1.1.11.2.2 / diff / nxr@1.1.1.11.2.2

Revert partial (interrupt) previous commit, needs to be redone correctly.

(martin)

2022-12-19 13:20:17 UTC MAIN commitmail json YAML

2022-12-19 13:19:01 UTC MAIN commitmail json YAML

2022-12-19 12:42:09 UTC netbsd-10 commitmail json YAML

xsrc/external/mit/libX11/dist/ChangeLog@1.1.1.27.2.1 / diff / nxr@1.1.1.27.2.1
xsrc/external/mit/libX11/dist/README.md@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
xsrc/external/mit/libX11/dist/aclocal.m4@1.1.1.23.2.1 / diff / nxr@1.1.1.23.2.1
xsrc/external/mit/libX11/dist/configure@1.1.1.27.2.1 / diff / nxr@1.1.1.27.2.1
xsrc/external/mit/libX11/dist/configure.ac@1.1.1.27.2.1 / diff / nxr@1.1.1.27.2.1
xsrc/external/mit/libX11/dist/include/X11/Xlib.h@1.1.1.12.2.1 / diff / nxr@1.1.1.12.2.1
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h@1.1.1.15.2.1 / diff / nxr@1.1.1.15.2.1
xsrc/external/mit/libX11/dist/man/XInitThreads.man@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/libX11/dist/modules/im/ximcp/imLcLkup.c@1.3.4.1 / diff / nxr@1.3.4.1
xsrc/external/mit/libX11/dist/modules/im/ximcp/imLcPrs.c@1.1.1.10.2.1 / diff / nxr@1.1.1.10.2.1
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XLC_LOCALE.pre@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/libX11/dist/src/ChkIfEv.c@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/libX11/dist/src/CrGlCur.c@1.2.2.1 / diff / nxr@1.2.2.1
xsrc/external/mit/libX11/dist/src/IfEvent.c@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/libX11/dist/src/OpenDis.c@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/libX11/dist/src/PeekIfEv.c@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/libX11/dist/src/PutBEvent.c@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/libX11/dist/src/globals.c@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/libX11/dist/src/locking.c@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/libX11/dist/src/xkb/XKBBind.c@1.1.1.11.2.1 / diff / nxr@1.1.1.11.2.1

Update libX11 from 1.8.2 to 1.8.3, requested by mrg in ticket #7

xsrc/external/mit/libX11/dist/ChangeLog apply patch
xsrc/external/mit/libX11/dist/NEWS apply patch
xsrc/external/mit/libX11/dist/README apply patch
xsrc/external/mit/libX11/dist/README.md apply patch
xsrc/external/mit/libX11/dist/acinclude.m4 apply patch
xsrc/external/mit/libX11/dist/aclocal.m4 apply patch
xsrc/external/mit/libX11/dist/autogen.sh apply patch
xsrc/external/mit/libX11/dist/configure apply patch
xsrc/external/mit/libX11/dist/configure.ac apply patch
xsrc/external/mit/libX11/dist/include/X11/Xlib.h apply patch
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h apply patch
xsrc/external/mit/libX11/dist/m4/dolt.m4 apply patch
xsrc/external/mit/libX11/dist/man/XFreeModifierMap.man apply patch
xsrc/external/mit/libX11/dist/man/XInitThreads.man apply patch
xsrc/external/mit/libX11/dist/man/xkb/XkbAllocGeomOverlayKey.man apply patch
xsrc/external/mit/libX11/dist/man/xkb/XkbGetDetectableAutorepeat.man apply patch
xsrc/external/mit/libX11/dist/man/xkb/XkbSetDetectableAutorepeat.man apply patch
xsrc/external/mit/libX11/dist/modules/im/ximcp/imLcLkup.c apply patch
xsrc/external/mit/libX11/dist/modules/im/ximcp/imLcPrs.c apply patch
xsrc/external/mit/libX11/dist/nls/compose-chart.pl apply patch
xsrc/external/mit/libX11/dist/nls/localerules.in apply patch
xsrc/external/mit/libX11/dist/nls/xmlrules.in apply patch
xsrc/external/mit/libX11/dist/nls/C/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/C/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/am_ET.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/am_ET.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/armscii-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/armscii-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/el_GR.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/el_GR.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8/XLC_LOCALE.pre apply patch
xsrc/external/mit/libX11/dist/nls/fi_FI.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/fi_FI.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/georgian-academy/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/georgian-academy/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/georgian-ps/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/georgian-ps/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ibm-cp1133/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ibm-cp1133/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iscii-dev/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iscii-dev/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/isiri-3342/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/isiri-3342/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-1/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-1/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-10/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-10/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-11/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-11/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-13/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-13/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-14/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-14/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-15/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-15/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-2/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-2/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-3/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-3/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-4/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-4/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-5/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-5/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-6/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-6/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-7/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-7/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-9/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-9/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-9e/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/iso8859-9e/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ja/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ja/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ja.JIS/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ja.JIS/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ja.SJIS/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ja.SJIS/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ja_JP.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ja_JP.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ko/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ko/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ko_KR.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ko_KR.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/koi8-c/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/koi8-c/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/koi8-r/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/koi8-r/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/koi8-u/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/koi8-u/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/microsoft-cp1251/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/microsoft-cp1251/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/microsoft-cp1255/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/microsoft-cp1255/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/microsoft-cp1256/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/microsoft-cp1256/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/mulelao-1/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/mulelao-1/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/nokhchi-1/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/nokhchi-1/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/pt_BR.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/pt_BR.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/ru_RU.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/ru_RU.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/tatar-cyr/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/tatar-cyr/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/th_TH/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/th_TH/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/th_TH.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/th_TH.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/tscii-0/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/tscii-0/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/vi_VN.tcvn/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/vi_VN.tcvn/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/vi_VN.viscii/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/vi_VN.viscii/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN.gb18030/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN.gb18030/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN.gbk/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_CN.gbk/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_HK.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_HK.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_HK.big5/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_HK.big5/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_HK.big5hkscs/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_HK.big5hkscs/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_TW/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_TW/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_TW.UTF-8/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_TW.UTF-8/Makefile.in apply patch
xsrc/external/mit/libX11/dist/nls/zh_TW.big5/Makefile.am apply patch
xsrc/external/mit/libX11/dist/nls/zh_TW.big5/Makefile.in apply patch
xsrc/external/mit/libX11/dist/specs/macros.t apply patch
xsrc/external/mit/libX11/dist/specs/troffrules.in apply patch
xsrc/external/mit/libX11/dist/specs/xmlrules.in apply patch
xsrc/external/mit/libX11/dist/specs/XIM/xim.ms apply patch
xsrc/external/mit/libX11/dist/specs/i18n/Framework.ms apply patch
xsrc/external/mit/libX11/dist/specs/i18n/LocaleDB.ms apply patch
xsrc/external/mit/libX11/dist/specs/i18n/Trans.ms apply patch
xsrc/external/mit/libX11/dist/specs/libX11/AppA apply patch
xsrc/external/mit/libX11/dist/specs/libX11/AppB apply patch
xsrc/external/mit/libX11/dist/specs/libX11/AppC apply patch
xsrc/external/mit/libX11/dist/specs/libX11/AppD apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH01 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH02 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH03 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH04 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH05 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH06 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH07 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH08 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH09 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH10 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH11 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH12 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH13 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH14 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH15 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/CH16 apply patch
xsrc/external/mit/libX11/dist/specs/libX11/abstract.t apply patch
xsrc/external/mit/libX11/dist/specs/libX11/credits.t apply patch
xsrc/external/mit/libX11/dist/specs/libX11/glossary apply patch
xsrc/external/mit/libX11/dist/specs/libX11/libX11.ms apply patch
xsrc/external/mit/libX11/dist/specs/libX11/postproc apply patch
xsrc/external/mit/libX11/dist/src/ChkIfEv.c apply patch
xsrc/external/mit/libX11/dist/src/ConnDis.c apply patch
xsrc/external/mit/libX11/dist/src/CrGlCur.c apply patch
xsrc/external/mit/libX11/dist/src/IfEvent.c apply patch
xsrc/external/mit/libX11/dist/src/OpenDis.c apply patch
xsrc/external/mit/libX11/dist/src/PeekIfEv.c apply patch
xsrc/external/mit/libX11/dist/src/PutBEvent.c apply patch
xsrc/external/mit/libX11/dist/src/UIThrStubs.c apply patch
xsrc/external/mit/libX11/dist/src/XrmI.h apply patch
xsrc/external/mit/libX11/dist/src/globals.c apply patch
xsrc/external/mit/libX11/dist/src/locking.c apply patch
xsrc/external/mit/libX11/dist/src/udcInf.c apply patch
xsrc/external/mit/libX11/dist/src/x11_trans.c apply patch
xsrc/external/mit/libX11/dist/src/xcb_lock.c apply patch
xsrc/external/mit/libX11/dist/src/xkb/XKBBind.c apply patch

(martin)

2022-12-19 12:30:42 UTC netbsd-10 commitmail json YAML

Update makedepend to 1.0.8, requested by mrg in ticket #6

xsrc/external/mit/makedepend/dist/ChangeLog apply patch
xsrc/external/mit/makedepend/dist/README apply patch
xsrc/external/mit/makedepend/dist/aclocal.m4 apply patch
xsrc/external/mit/makedepend/dist/configure apply patch
xsrc/external/mit/makedepend/dist/configure.ac apply patch
xsrc/external/mit/makedepend/dist/include.c apply patch
xsrc/external/mit/makedepend/dist/makedepend.man apply patch

(martin)

2022-12-19 12:06:56 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #5):

external/mit/xorg/lib/pixman/Makefile.cflags: revision 1.2
external/mit/xorg/lib/pixman/Makefile: revision 1.42

handle pixman revert.

(martin)

2022-12-19 12:05:18 UTC netbsd-10 commitmail json YAML

xsrc/external/mit/pixman/dist/Makefile.am@1.1.1.10.2.1 / diff / nxr@1.1.1.10.2.1
xsrc/external/mit/pixman/dist/Makefile.in@1.1.1.16.2.1 / diff / nxr@1.1.1.16.2.1
xsrc/external/mit/pixman/dist/README@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/pixman/dist/a64-neon-test.S@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/pixman/dist/aclocal.m4@1.1.1.14.2.1 / diff / nxr@1.1.1.14.2.1
xsrc/external/mit/pixman/dist/compile@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/pixman/dist/config.guess@1.1.1.12.2.1 / diff / nxr@1.1.1.12.2.1
xsrc/external/mit/pixman/dist/config.h.in@1.1.1.15.2.1 / diff / nxr@1.1.1.15.2.1
xsrc/external/mit/pixman/dist/config.sub@1.1.1.12.2.1 / diff / nxr@1.1.1.12.2.1
xsrc/external/mit/pixman/dist/configure@1.1.1.20.2.1 / diff / nxr@1.1.1.20.2.1
xsrc/external/mit/pixman/dist/configure.ac@1.1.1.20.2.1 / diff / nxr@1.1.1.20.2.1
xsrc/external/mit/pixman/dist/demos/Makefile.am@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/pixman/dist/demos/Makefile.in@1.1.1.10.2.1 / diff / nxr@1.1.1.10.2.1
xsrc/external/mit/pixman/dist/demos/dither.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/pixman/dist/demos/dither.ui@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/pixman/dist/demos/gtk-utils.c@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/pixman/dist/demos/meson.build@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
xsrc/external/mit/pixman/dist/demos/scale.c@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/pixman/dist/depcomp@1.1.1.11.2.1 / diff / nxr@1.1.1.11.2.1
xsrc/external/mit/pixman/dist/install-sh@1.1.1.11.2.1 / diff / nxr@1.1.1.11.2.1
      :
(more 49 files)
Revert pixman to 0.38.4, via patch, requested my mrg in ticket #5

xsrc/external/mit/pixman/dist/Makefile.am apply patch
xsrc/external/mit/pixman/dist/Makefile.in apply patch
xsrc/external/mit/pixman/dist/README apply patch
xsrc/external/mit/pixman/dist/a64-neon-test.S apply patch
xsrc/external/mit/pixman/dist/aclocal.m4 apply patch
xsrc/external/mit/pixman/dist/compile apply patch
xsrc/external/mit/pixman/dist/config.guess apply patch
xsrc/external/mit/pixman/dist/config.h.in apply patch
xsrc/external/mit/pixman/dist/config.sub apply patch
xsrc/external/mit/pixman/dist/configure apply patch
xsrc/external/mit/pixman/dist/configure.ac apply patch
xsrc/external/mit/pixman/dist/depcomp apply patch
xsrc/external/mit/pixman/dist/install-sh apply patch
xsrc/external/mit/pixman/dist/ltmain.sh apply patch
xsrc/external/mit/pixman/dist/meson.build apply patch
xsrc/external/mit/pixman/dist/meson_options.txt apply patch
xsrc/external/mit/pixman/dist/missing apply patch
xsrc/external/mit/pixman/dist/test-driver apply patch
xsrc/external/mit/pixman/dist/demos/Makefile.am apply patch
xsrc/external/mit/pixman/dist/demos/Makefile.in apply patch
xsrc/external/mit/pixman/dist/demos/dither.c apply patch
xsrc/external/mit/pixman/dist/demos/dither.ui apply patch
xsrc/external/mit/pixman/dist/demos/gtk-utils.c apply patch
xsrc/external/mit/pixman/dist/demos/meson.build apply patch
xsrc/external/mit/pixman/dist/demos/scale.c apply patch
xsrc/external/mit/pixman/dist/pixman/Makefile.am apply patch
xsrc/external/mit/pixman/dist/pixman/Makefile.in apply patch
xsrc/external/mit/pixman/dist/pixman/Makefile.sources apply patch
xsrc/external/mit/pixman/dist/pixman/loongson-mmintrin.h apply patch
xsrc/external/mit/pixman/dist/pixman/meson.build apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-access.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-arm-neon.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-arm.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-arma64-neon-asm-bilinear.S apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-arma64-neon-asm.S apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-arma64-neon-asm.h apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-bits-image.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-combine32.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-combine32.h apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-compiler.h apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-fast-path.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-general.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-gradient-walker.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-image.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-implementation.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-inlines.h apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-matrix.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-mmx.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-ppc.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-private.h apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-region.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-sse2.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-trap.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-utils.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-version.h apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-version.h.in apply patch
xsrc/external/mit/pixman/dist/pixman/pixman-x86.c apply patch
xsrc/external/mit/pixman/dist/pixman/pixman.h apply patch
xsrc/external/mit/pixman/dist/test/Makefile.in apply patch
xsrc/external/mit/pixman/dist/test/affine-test.c apply patch
xsrc/external/mit/pixman/dist/test/lowlevel-blt-bench.c apply patch
xsrc/external/mit/pixman/dist/test/meson.build apply patch
xsrc/external/mit/pixman/dist/test/solid-test.c apply patch
xsrc/external/mit/pixman/dist/test/stress-test.c apply patch
xsrc/external/mit/pixman/dist/test/thread-test.c apply patch
xsrc/external/mit/pixman/dist/test/tolerance-test.c apply patch
xsrc/external/mit/pixman/dist/test/utils.c apply patch
xsrc/external/mit/pixman/dist/test/utils.h apply patch
xsrc/external/mit/pixman/include/config.h apply patch

(martin)

2022-12-19 11:44:30 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #4):

sys/arch/arm/arm32/pmap.c: revision 1.438
sys/arch/arm/arm/efi_machdep.c: revision 1.3

Appease KDASSERT / LOCKDEBUG.

Tested by mlelstv.

(martin)

2022-12-19 11:37:15 UTC netbsd-10 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #3):

sys/dev/pci/amdccp_pci.c: revision 1.4
sys/arch/x86/pci/amdsmn.c: revision 1.15
sys/dev/acpi/amdccp_acpi.c: revision 1.6
sys/dev/fdt/amdccp_fdt.c: revision 1.7

Add amdsmn(4) and amdccp(4) power management stubs.

(martin)

2022-12-19 01:51:29 UTC MAIN commitmail json YAML

bump xorg-server version.

(mrg)

2022-12-19 01:37:05 UTC MAIN commitmail json YAML

2022-12-19 00:44:57 UTC MAIN commitmail json YAML

revert previous: recently release makedepend fixes it better.

(mrg)

2022-12-19 00:41:45 UTC MAIN commitmail json YAML

mutex(9): Minor formatting fixes

While here, move the reference to options(4) to the OPTIONS section.

(uwe)

2022-12-18 23:38:42 UTC MAIN commitmail json YAML

mutex.9: fix markup (.Em not .Fn)

(gutteridge)

2022-12-18 15:56:27 UTC MAIN commitmail json YAML

Note the addition of trivial power management support for amdsmn(4) and
amdccp(4)

(reinoud)

2022-12-18 15:50:32 UTC MAIN commitmail json YAML

2022-12-18 12:02:47 UTC MAIN commitmail json YAML

Appease KDASSERT / LOCKDEBUG.

Tested by mlelstv.

(skrll)

2022-12-18 07:53:31 UTC MAIN commitmail json YAML

2022-12-18 01:16:05 UTC MAIN commitmail json YAML

add comment to explain why we zero SPRG0 here
NFC

(macallan)

2022-12-18 01:10:58 UTC MAIN commitmail json YAML

#ifdef DEBUG the previous change, it seems to cause trouble on qemu which
needs further investigation

(macallan)

2022-12-17 11:51:52 UTC MAIN commitmail json YAML

Whitespace police: Line up the version numbers for doc-operating-system-*

(kim)

2022-12-17 09:46:21 UTC MAIN commitmail json YAML

2022-12-17 09:06:35 UTC MAIN commitmail json YAML

2022-12-16 19:49:13 UTC MAIN commitmail json YAML

Switch back to FFSv2ea as default for new installations

(martin)

2022-12-16 19:12:50 UTC netbsd-10 commitmail json YAML

2022-12-16 17:38:56 UTC MAIN commitmail json YAML

tprof_lock is not a spin mutex. use mutex_{enter,exit}(). oops

(ryo)

2022-12-16 17:35:47 UTC MAIN commitmail json YAML

2022-12-16 16:58:14 UTC MAIN commitmail json YAML

Add notes about FFS and extended attributes.

(martin)

2022-12-16 08:42:55 UTC MAIN commitmail json YAML

Add new "kern.mbuf.nmbclusters_limit" sysctl.

- Used to know the upper limit of nmbclusters.
- It's read only.

(msaitoh)

2022-12-16 08:02:04 UTC MAIN commitmail json YAML

the "scale" option can be specified in the event name even in "tprof monitor"

(ryo)

2022-12-16 08:00:48 UTC MAIN commitmail json YAML

- added 'c' command to tprof-top to show/hide event counter.
- column widths were not calculated correctly and sometimes displayed incorrectly.
- use putp() for terminfo str.
- fix build error with llvm.

(ryo)

2022-12-16 07:59:42 UTC MAIN commitmail json YAML

- Add support select(2)/poll(2) on /dev/tprof.
- Changed sampling buffer switching frequency (which is the frequency of tprof_worker()
  calls and also the maximum block time of read(2) of /dev/tprof) from 1sec to 125ms.
  This improve tprof top responsiveness.
- The maximum number of sampling buffers is now adjusted according to the number of CPUs.
  Previously it was fixed at 100 and was insufficient if ncpu was greater than this.

The maximum number of samples per second per CPU is calculated by
"TPROF_MAX_SAMPLES_PER_BUF * (HZ of tprof_worker)".
Therefore, currently, 10000 * (1000/125) = 80000 maximum samplings per CPU.
The actual value will vary slightly from this due to tprof_worker and read(2) timing.
This value may need to be adjusted more in the future.

(ryo)

2022-12-16 05:18:45 UTC MAIN commitmail json YAML

bump MAXFILES.  xmcd in pkgsrc triggers this limit ...

XXX: pullup?

(mrg)

2022-12-16 00:05:01 UTC MAIN commitmail json YAML

doc: NCT6797D support

(msaitoh)

2022-12-16 00:02:28 UTC MAIN commitmail json YAML

2022-12-15 20:34:46 UTC MAIN commitmail json YAML

PR 57100: in manual mode, we can not ignore existing partitions
completley, as that causes inconsistent internal state.

(martin)

2022-12-15 20:21:16 UTC MAIN commitmail json YAML

PR 57100: check if we can newfs the proper fstype when adding a new
partition and accepting the default FS type.

(martin)

2022-12-15 15:32:04 UTC MAIN commitmail json YAML

2022-12-15 15:29:51 UTC MAIN commitmail json YAML

PR 57100: when adding a new partition, update current flags after
the backend has added the partion, so the re-sorting later can
match the new data properly.

(martin)

2022-12-15 15:11:45 UTC MAIN commitmail json YAML

Temporarily back out rev 1.66 and switch the default FFS type back to
FFSv2 (w/o ea) for the upcoming netbsd-10 branch.

(martin)

2022-12-15 14:54:27 UTC MAIN commitmail json YAML

PR 57100: fix install flag handling for newly added GPT partitions,
fix multiple install flags when updating existing partitions.

(martin)

2022-12-14 18:59:04 UTC MAIN commitmail json YAML

2022-12-14 15:41:43 UTC netbsd-9 commitmail json YAML

2022-12-14 15:39:46 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1554):

usr.sbin/sysinst/arch/amiga/md.c: revision 1.10
usr.sbin/sysinst/arch/atari/md.c: revision 1.10
usr.sbin/sysinst/arch/dummy/md.c: revision 1.8
usr.sbin/sysinst/arch/sparc/md.c: revision 1.8
usr.sbin/sysinst/arch/sparc64/md.c: revision 1.8

Add set_default_sizemult() calls to some architectures obviously
lacking it.

(snj)

2022-12-14 15:36:52 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1553):

usr.sbin/sysinst/bsddisklabel.c: revision 1.67

A little less (confusing) magic: adjust the size of / when adding /usr
only if / has not beenn manually resized.

(snj)

2022-12-14 13:19:05 UTC MAIN commitmail json YAML

if we have the ROM font, make it available to wsdisplay
needs testing on non-macppc

(macallan)

2022-12-14 13:04:24 UTC MAIN commitmail json YAML

Explicitly zero SPRG0 before doing anything else - it's used to store a pointer
to struct cpuinfo, this way we can catch attempts to use it before it's set
up properly

(macallan)

2022-12-14 12:31:16 UTC MAIN commitmail json YAML

Reduce diff to upstream. NFCI.

(skrll)

2022-12-14 12:30:01 UTC MAIN commitmail json YAML

Trailing whitespace

(skrll)

2022-12-13 22:25:08 UTC MAIN commitmail json YAML

2022-12-13 21:50:43 UTC MAIN commitmail json YAML

Never fib about pin count in GPIOINFO ioctl results.  The number of pins
on a controller simply does not change depending on the privileges of
the caller.

(jakllsch)

2022-12-13 21:47:36 UTC MAIN commitmail json YAML

If we can't read a pin while listing pins, simply continue on to next
pin rather than abort.

(jakllsch)

2022-12-13 21:29:04 UTC MAIN commitmail json YAML

fix grammar in comment

(jakllsch)

2022-12-13 21:25:10 UTC MAIN commitmail json YAML

ehci_device_isoc_init() returns errno not usbd_error; remove blank line
in ehci_device_fs_isoc_init() to match ehci_device_isoc_init()

(jakllsch)

2022-12-13 21:16:38 UTC MAIN commitmail json YAML

2022-12-13 21:13:16 UTC MAIN commitmail json YAML

"periodic frame list", not "period frame list" in comments

(jakllsch)

2022-12-13 21:11:01 UTC MAIN commitmail json YAML

Add missing whitespace in error message.

(jakllsch)

2022-12-13 19:08:42 UTC MAIN commitmail json YAML

Handle the case the code originally intended to handle; systems where:
SIZE_MAX < PTRDIFF_MAX

(christos)

2022-12-13 18:36:42 UTC MAIN commitmail json YAML

Remove the importdate hack to make things more similar with the upstream
script.

(christos)

2022-12-13 18:27:45 UTC MAIN commitmail json YAML

preserve the original logic if we don't have MKREPRO_TIMESTAMP, use consistent
version string with other builds.

(christos)

2022-12-13 18:15:29 UTC MAIN commitmail json YAML

When doing reproducible builds, don't import a "run" number in the
ntp tools config version files.

(martin)

2022-12-13 13:25:36 UTC MAIN commitmail json YAML

POSIX is addint this utility in Issue 8 (whenever it appears).  However
they do not specify "long" options (ever).  The --preserve and --foreground
options in this utility had no short form, so they "invented" -p and -f
so only standard form one char options needed to be specified.

Change the opt processing here so -p == --preserve and -f == --foreground
so we support the options POSIX will specify.

No other changes here, just adding those alternates for the options.

(kre)

2022-12-13 12:43:32 UTC MAIN commitmail json YAML

2022-12-12 21:14:15 UTC MAIN commitmail json YAML

Default the character width to 1 if wcwidth fails.

(blymn)

2022-12-12 18:22:32 UTC MAIN commitmail json YAML

2022-12-12 16:53:30 UTC MAIN commitmail json YAML

apply this commit from FreeBSD:

  commit 9dda00df7e8f9279a43d92758df6a7e10a9aed95
  Author: Chuck Silvers <chs@FreeBSD.org>
  Date:  Mon Dec 12 08:14:17 2022 -0800

      restore: fix restore of NFS4 ACLs

      Changing the mode bits on a file with an NFS4 ACL results in the
      NFS4 ACL being replaced by one matching the new mode bits being set,
      so when restoring a file with an NFS4 ACL, set the owner/group/mode first
      and then set the NFS4 ACL, so that setting the mode does not throw away
      the ACL that we just set.

      Reviewed by:    mckusick
      Differential Revision:  https://reviews.freebsd.org/D37618

(chs)

2022-12-12 13:26:47 UTC MAIN commitmail json YAML

Move the last remaining kernel printf to ofprint.

(martin)

2022-12-12 05:09:33 UTC MAIN commitmail json YAML

Use warn() instead of warnx() and simplify.

(msaitoh)

2022-12-12 01:07:53 UTC MAIN commitmail json YAML

madt.c & mainbus.c: fix build with acpica 20221020

AcpiTbChecksum() was renamed AcpiUtChecksum() during code consolidation.

(gutteridge)

2022-12-11 19:32:57 UTC MAIN commitmail json YAML

When generating a script for disklabel(8) do not use the "pretty printed"
file system type names, but the raw ones that disklabel(8) actually
knows about.

(martin)

2022-12-11 18:02:40 UTC MAIN commitmail json YAML

Support save/restore of AST levels in the PCB for context switching.

Code written by ragge@ , tested by oster@.

(oster)

2022-12-11 17:58:43 UTC MAIN commitmail json YAML

2022-12-11 17:57:23 UTC MAIN commitmail json YAML

Merge in 2022g:

    Although tzcode still works with C89, bugs found in recent routine
    maintenance indicate that bitrot has set in and that in practice
    C89 is no longer used to build tzcode.  As it is a maintenance
    burden, support for C89 is planned to be removed soon.  Instead,
    please use compilers compatible with C99, C11, C17, or C23.

    timegm, which tzcode implemented in 1989, will finally be
    standardized 34 years later as part of C23, so timegm is now
    supported even if STD_INSPIRED is not defined.

    Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone.
    (Problem reported by Đoàn Trần Công Danh.)

    Fix bug in zic on hosts where malloc(0) yields NULL on success.
    (Problem reported by Tim McBrayer for AIX 6.1.)

    Fix zic configuration to avoid linkage failures on some platforms.
    (Problems reported by Gilmore Davidson and Igor Ivanov.)

    Work around MS-Windows nmake incompatibility with POSIX.
    (Problem reported by Manuela Friedrich.)

    Port mktime and strftime to debugging platforms where accessing
    uninitialized data has undefined behavior (strftime problem
    reported by Robert Elz).

    Check more carefully for unlikely integer overflows, preferring
    C23 <stdckdint.h> to overflow checking by hand, as the latter has
    had obscure bugs.

(christos)

2022-12-11 17:35:56 UTC MAIN commitmail json YAML

Don't forget pci17

(kre)

2022-12-11 11:31:55 UTC MAIN commitmail json YAML

Use genfs_pathconf for VOP_PATHCONF.
Fixes bin/57103.

(mlelstv)

2022-12-11 10:02:53 UTC MAIN commitmail json YAML

This test makes (made) a false assumption about the way that
process scheduling works.  That a process (or in this case,
a thread) is no longer blocked at time T does not mean that it
will resume execution at time T.  The OS is free to devote
resources to other processes/threads instead - all we should
normally be able to expect is that if it is not unblocked before
time T, that it will not start running before then.

In general though, the pthread_cond_*wait() functions don't guarantee
even that - but for this test, the possibility of something else
randomly signalling the condvar isn't believable, so don't worry about
that possibility (but do fail without calling strerror(0) on the off
chance it does happen).

Once we cease testing that the process resumed running before some
particular time, we can stop dealing with qemu timekeeping issues,
it might (seem to) take qemu twice as long as was requested before
the thread resumes, but that's OK - the same thing could happen on
a loaded system for other reasons.

Beyond that, the test also has (had) a race condition.  When using
CLOCK_REALTIME though that clock needed to have advanced to T before
the ETIMEDOUT should happen, there is no guarantee that it will stay >T
(CLOCK_REALTIME is allowed to be reset backwards).  So, only test
that the current time (after ETIMEDOUT) >= T when we're using
CLOCK_MONOTONIC - for CLOCK_REALTIME the time might have stepped
back between when the ETIMEDOUT happened and when the thread
obtains the current clock reading.  For that case, all we can test
is that the ETIMEDOUT actually happens.

With much of what was there now gone, the code can be simplified,
we no longer need to do timespec arithmetic, just one comparison
(simpler to test that Tend >= Tstart+period than Tend-Tstart > period
as we need Tstart+period for the abstime value for the timeout anyway).

Note that this still tests for the issue reported in PR lib/47703
which is where the test came from in the first place.

ps: we seem to be missing pthread_cond_clockwait() which is the same
as pthread_cond_timedwait() except that the clock to use is passed
as a parameter, rather than as an attribute of the condition variable.

(kre)

2022-12-11 08:32:02 UTC MAIN commitmail json YAML

Undo the previous revert - turns out that vers 1.7 was correct after
all, and I am simply unable to read or comprehend (properly).

(kre)

2022-12-11 08:23:11 UTC MAIN commitmail json YAML

It appears that POSIX intends to add a -d X option to the read command
in its next version, so it can be used as -d '' (to specify a \0 end
character for the record read, rather than the default \n) to accompany
find -print0 and xargs -0 options (also likely to be added).

Add support for -d now.  While here fix a bug where escaped nul
chars (\ \0) in non-raw mode were not being dropped, as they are
when not escaped (if not dropped, they're still not used in any
useful way, they just ended the value at that point).

(kre)

2022-12-11 08:09:20 UTC MAIN commitmail json YAML

Need larger fat pointers for 128bit cache lines.

(mlelstv)

2022-12-11 07:41:37 UTC MAIN commitmail json YAML

Enable UFS2 support.

Tested on 425t with HPDisk emulating 7958B using NetBSD 9.3 UFS2 image.

(tsutsui)

2022-12-11 07:39:30 UTC MAIN commitmail json YAML

2022-12-11 07:14:05 UTC MAIN commitmail json YAML

Revert last.  remains in northamerica as a zone, does not need a link here
(this one came from the gtz fork, rather than some local botch...)

(kre)

2022-12-11 07:08:37 UTC MAIN commitmail json YAML

Merge more changes that should have been made, but weren't.  One day
I will work out why this doesn't happen automatically.    Ugh.

(kre)

2022-12-11 07:01:56 UTC MAIN commitmail json YAML

2022-12-11 06:59:36 UTC MAIN commitmail json YAML

tzdata update to 2022g
Added zoneinfo files:
America/Ciudad_Juarez

(kre)

2022-12-11 06:50:31 UTC MAIN commitmail json YAML

2022-12-11 06:47:36 UTC MAIN commitmail json YAML

2022-12-11 06:27:35 UTC MAIN commitmail json YAML

Remove a #if 0'ed out unused function.

(tsutsui)

2022-12-11 06:20:08 UTC MAIN commitmail json YAML

2022-12-11 06:18:00 UTC MAIN commitmail json YAML

Merge changes that should have been merged in earlier updates, but
got missed.  This is in preparation for an updata to tzdata2022g
which is coming soon (still from the gtz fork).

There is a (small) chance this update might break the build, that will
be fixed (if it happens) when 2022g is merged (which should not be
very far into the future).

(kre)

2022-12-11 04:20:52 UTC MAIN commitmail json YAML

Enable options DISKLABEL_EI by default as amd64.

No particular comment no port-i386@:
https://mail-index.netbsd.org/port-i386/2022/12/02/msg004063.html

(tsutsui)

2022-12-11 01:36:49 UTC MAIN commitmail json YAML

make sure error is initialized before we return it.

(chs)

2022-12-10 20:58:37 UTC MAIN commitmail json YAML

Update list with file systems who do have fsck adding udf since there is now a
fsck_udf.

(reinoud)

2022-12-10 20:57:10 UTC MAIN commitmail json YAML

2022-12-10 19:50:43 UTC MAIN commitmail json YAML

Don't let compiler optimize out the framebuffer probe in lcg_match() by
using keyword volatile.

(jakllsch)

2022-12-10 18:49:44 UTC MAIN commitmail json YAML

apply this change from FreeBSD:

  commit c028393d7072f1f88efd8d6e6c77bb9b15b3f3b6
  Author: Kirk McKusick <mckusick@FreeBSD.org>
  Date:  Fri Apr 11 21:48:14 2008 +0000

      Correctly set file group when restore is run by a user other than root.

(chs)

2022-12-10 17:42:36 UTC MAIN commitmail json YAML

2022-12-10 17:41:06 UTC MAIN commitmail json YAML

2022-12-10 17:40:50 UTC MAIN commitmail json YAML

src/sys/external/bsd/acpica/conf/files.acpica@1.18 / diff / nxr@1.18
src/sys/external/bsd/acpica/dist/common/dmtables.c@1.7 / diff / nxr@1.7
src/sys/external/bsd/acpica/dist/common/dmtbdump.c@1.15 / diff / nxr@1.15
src/sys/external/bsd/acpica/dist/compiler/aslcompile.c@1.22 / diff / nxr@1.22
src/sys/external/bsd/acpica/dist/compiler/aslerror.c@1.19 / diff / nxr@1.19
src/sys/external/bsd/acpica/dist/compiler/asloptions.c@1.16 / diff / nxr@1.16
src/sys/external/bsd/acpica/dist/compiler/aslpredef.c@1.16 / diff / nxr@1.16
src/sys/external/bsd/acpica/dist/compiler/dtcompile.c@1.19 / diff / nxr@1.19
src/sys/external/bsd/acpica/dist/compiler/dtutils.c@1.21 / diff / nxr@1.21
src/sys/external/bsd/acpica/dist/events/evregion.c@1.16 / diff / nxr@1.16
src/sys/external/bsd/acpica/dist/executer/exconfig.c@1.20 / diff / nxr@1.20
src/sys/external/bsd/acpica/dist/hardware/hwsleep.c@1.15 / diff / nxr@1.15
src/sys/external/bsd/acpica/dist/include/acdisasm.h@1.26 / diff / nxr@1.26
src/sys/external/bsd/acpica/dist/include/acglobal.h@1.26 / diff / nxr@1.26
src/sys/external/bsd/acpica/dist/include/acpixf.h@1.34 / diff / nxr@1.34
src/sys/external/bsd/acpica/dist/include/actables.h@1.18 / diff / nxr@1.18
src/sys/external/bsd/acpica/dist/include/actbl1.h@1.21 / diff / nxr@1.21
src/sys/external/bsd/acpica/dist/include/actypes.h@1.28 / diff / nxr@1.28
src/sys/external/bsd/acpica/dist/include/acutils.h@1.26 / diff / nxr@1.26
src/sys/external/bsd/acpica/dist/tables/tbdata.c@1.19 / diff / nxr@1.19
      :
(more 5 files)
merge acpica 20220331 to 20221020

(christos)

2022-12-10 16:52:02 UTC MAIN commitmail json YAML

Always map FS_BSDFFS to one of "FFS", "FFSv2" or "FFSv2ea" - previously
the disklabel name "4.2BSD" could show up initially but we could never
go back to it via the menu used to change the file system type.
This was confusing.

(martin)

2022-12-10 16:22:21 UTC MAIN commitmail json YAML

2022-12-10 16:13:19 UTC MAIN commitmail json YAML

Comment and code style (cosmetic) changes, no functional change

(martin)

2022-12-10 16:03:15 UTC MAIN commitmail json YAML

VAX bootxx has had ffsv2 support since May 2018, allow its use as boot
filesystem in sysinst.

Sucessfully tested in simh-microvax3900 booting from FFSv2ea.

(jakllsch)

2022-12-10 13:15:00 UTC MAIN commitmail json YAML

Move some output to DEBUG-only state

(martin)

2022-12-10 13:06:41 UTC MAIN commitmail json YAML

Convert more kernel printfs that might happen very early (before kernel
console is usable) to ofprint.

(martin)

2022-12-09 17:02:14 UTC MAIN commitmail json YAML

2022-12-09 16:54:31 UTC MAIN commitmail json YAML

A little less (confusing) magic: adjust the size of / when adding /usr
only if / has not beenn manually resized.

(martin)

2022-12-09 10:33:18 UTC MAIN commitmail json YAML

Harden layered file systems usage of field "mnt_lower" against
forced unmounts of the lower layer.

- Dont allow "dead_rootmount" as lower layer.

- Take file system busy before a vfs operation walks down the stack.

Reported-by: syzbot+27b35e5675b1753cec03@syzkaller.appspotmail.com
Reported-by: syzbot+99071492e3de2eff49e9@syzkaller.appspotmail.com

(hannken)

2022-12-09 02:19:07 UTC MAIN commitmail json YAML

if column width changes, the screen must be updated.

(ryo)

2022-12-09 02:01:09 UTC MAIN commitmail json YAML

2022-12-09 01:59:51 UTC MAIN commitmail json YAML

supported AMD family added

(ryo)

2022-12-09 01:56:40 UTC MAIN commitmail json YAML

mainly fixes around display.

- use terminfo
- dynamically adjust column widths
- mode can be changed while running

(ryo)

2022-12-09 01:55:46 UTC MAIN commitmail json YAML

add accumulative mode. "tprof top -a"

(ryo)

2022-12-09 00:35:58 UTC MAIN commitmail json YAML

Revert com.c:r1.381 because i386/qemu cannot boot.  Pointed out by gson@n.o and martin@n.o.

(knakahara)

2022-12-08 23:41:22 UTC MAIN commitmail json YAML