Module Name:src
Committed By: andvar
Date: Sat Sep 21 06:42:21 UTC 2024
Modified Files:
src/sys/arch/pmax/conf: GENERIC64
Log Message:
enable DIAGNOSTIC by default for pmax GENERIC64 kernel config.
remvoe extra ` symbol in comment.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: andvar
Date: Sat Sep 21 06:42:21 UTC 2024
Modified Files:
src/sys/arch/pmax/conf: GENERIC64
Log Message:
enable DIAGNOSTIC by default for pmax GENERIC64 kernel config.
remvoe extra ` symbol in comment.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: andvar
Date: Sat Sep 21 06:38:41 UTC 2024
Modified Files:
src/sys/arch/pmax/ibus: sii_ds.c
Log Message:
change u_int cast to uintprt_t to make it build for 64-bit kernel.
Fixes DIAGNOSTIC enabled build for pmax.
reviewed by simonb@
To gener
Module Name:src
Committed By: andvar
Date: Sat Sep 21 06:38:41 UTC 2024
Modified Files:
src/sys/arch/pmax/ibus: sii_ds.c
Log Message:
change u_int cast to uintprt_t to make it build for 64-bit kernel.
Fixes DIAGNOSTIC enabled build for pmax.
reviewed by simonb@
To gener
Module Name:src
Committed By: rin
Date: Sat Sep 21 03:42:27 UTC 2024
Modified Files:
src/sys/arch/i386/stand/efiboot: version
src/sys/arch/i386/stand/pxeboot: version
Log Message:
i386/stand: Document NFSv3 support to {efi,pxe}boot/version
To generate a diff of t
Module Name:src
Committed By: rin
Date: Sat Sep 21 03:42:27 UTC 2024
Modified Files:
src/sys/arch/i386/stand/efiboot: version
src/sys/arch/i386/stand/pxeboot: version
Log Message:
i386/stand: Document NFSv3 support to {efi,pxe}boot/version
To generate a diff of t
Module Name:src
Committed By: gdt
Date: Fri Sep 20 22:45:15 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where remquo returned wrong sign of quo
ISO C requires that quo be congruent to the quotient mod 2^k and have
a particular s
Module Name:src
Committed By: gdt
Date: Fri Sep 20 22:45:15 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where remquo returned wrong sign of quo
ISO C requires that quo be congruent to the quotient mod 2^k and have
a particular s
Module Name:src
Committed By: rin
Date: Fri Sep 20 22:24:51 UTC 2024
Modified Files:
src/tests/lib/libm: t_remquo.c
Log Message:
t_remquo: Work around missing remquo(3) for vax
Part of PR port-vax/57881
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tes
Module Name:src
Committed By: rin
Date: Fri Sep 20 22:24:51 UTC 2024
Modified Files:
src/tests/lib/libm: t_remquo.c
Log Message:
t_remquo: Work around missing remquo(3) for vax
Part of PR port-vax/57881
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tes
Module Name:src
Committed By: andvar
Date: Fri Sep 20 21:46:15 UTC 2024
Modified Files:
src/sys/arch/pmax/pmax: dec_3maxplus.c
Log Message:
Change cookie format specifier to %p and remove casting, like in dec_3min.c
and dec_maxine.c, missed in the matt-nb5-mips64 merge.
F
Module Name:src
Committed By: andvar
Date: Fri Sep 20 21:46:15 UTC 2024
Modified Files:
src/sys/arch/pmax/pmax: dec_3maxplus.c
Log Message:
Change cookie format specifier to %p and remove casting, like in dec_3min.c
and dec_maxine.c, missed in the matt-nb5-mips64 merge.
F
Module Name:src
Committed By: andvar
Date: Fri Sep 20 19:38:53 UTC 2024
Modified Files:
src/sys/arch/m68k/fpsp: netbsd.sa skeleton.sa x_ovfl.sa x_unfl.sa
Log Message:
s/resister/register/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/ar
Module Name:src
Committed By: andvar
Date: Fri Sep 20 19:38:53 UTC 2024
Modified Files:
src/sys/arch/m68k/fpsp: netbsd.sa skeleton.sa x_ovfl.sa x_unfl.sa
Log Message:
s/resister/register/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/ar
Module Name:src
Committed By: andvar
Date: Fri Sep 20 19:32:19 UTC 2024
Modified Files:
src/sys/arch/hpcsh/dev: psh3pwr.c
Log Message:
s/regisiter/register/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hpcsh/dev/psh3pwr.c
Please n
Module Name:src
Committed By: andvar
Date: Fri Sep 20 19:32:19 UTC 2024
Modified Files:
src/sys/arch/hpcsh/dev: psh3pwr.c
Log Message:
s/regisiter/register/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hpcsh/dev/psh3pwr.c
Please n
Module Name:src
Committed By: andvar
Date: Fri Sep 20 19:27:03 UTC 2024
Modified Files:
src/usr.bin/tip: remote.c
Log Message:
s/gleened/gleaned/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tip/remote.c
Please note that diffs ar
Module Name:src
Committed By: andvar
Date: Fri Sep 20 19:27:03 UTC 2024
Modified Files:
src/usr.bin/tip: remote.c
Log Message:
s/gleened/gleaned/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tip/remote.c
Please note that diffs ar
Module Name:src
Committed By: gdt
Date: Fri Sep 20 18:08:33 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where wrong quotient was returned
Fix taken from FreeBSD:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166463
htt
Module Name:src
Committed By: gdt
Date: Fri Sep 20 18:08:33 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where wrong quotient was returned
Fix taken from FreeBSD:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166463
htt
Module Name:src
Committed By: kre
Date: Fri Sep 20 15:52:12 UTC 2024
Modified Files:
src/include: unistd.h
Log Message:
The gethostname() function is (from when it was added to POSIX)
a base function, not an XSI optional extension, so it should be
made visible whenever _PO
Module Name:src
Committed By: kre
Date: Fri Sep 20 15:52:12 UTC 2024
Modified Files:
src/include: unistd.h
Log Message:
The gethostname() function is (from when it was added to POSIX)
a base function, not an XSI optional extension, so it should be
made visible whenever _PO
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:44:58 UTC 2024
Modified Files:
src/sys/nfs [netbsd-10]: nfs_clntsubs.c nfs_iod.c nfs_vfsops.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #880):
sys/nfs/nfs_iod.c: revision 1.9
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:44:58 UTC 2024
Modified Files:
src/sys/nfs [netbsd-10]: nfs_clntsubs.c nfs_iod.c nfs_vfsops.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #880):
sys/nfs/nfs_iod.c: revision 1.9
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:22:29 UTC 2024
Modified Files:
src/lib/libc/string [netbsd-10]: Makefile.inc strcpy.3 strlcpy.3
Added Files:
src/lib/libc/string [netbsd-10]: strncpy.3
Log Message:
Pull up following revision(s) (requested by
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:36:13 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #869 - #894, #897
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-10.1
Please note that d
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:36:13 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #869 - #894, #897
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-10.1
Please note that d
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:33:52 UTC 2024
Modified Files:
src/sys/arch/evbppc/conf [netbsd-10]: WII
Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #897):
sys/arch/evbppc/conf/WII: revision 1.5
Add DKWEDGE
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:33:52 UTC 2024
Modified Files:
src/sys/arch/evbppc/conf [netbsd-10]: WII
Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #897):
sys/arch/evbppc/conf/WII: revision 1.5
Add DKWEDGE
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:31:32 UTC 2024
Modified Files:
src/sys/arch/i386/stand [netbsd-10]: Makefile.booters
src/sys/arch/i386/stand/efiboot [netbsd-10]: Makefile.efiboot
src/sys/arch/i386/stand/pxeboot [netbsd-10]: Makefile
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:31:32 UTC 2024
Modified Files:
src/sys/arch/i386/stand [netbsd-10]: Makefile.booters
src/sys/arch/i386/stand/efiboot [netbsd-10]: Makefile.efiboot
src/sys/arch/i386/stand/pxeboot [netbsd-10]: Makefile
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:24:59 UTC 2024
Modified Files:
src/sys/dev/wscons [netbsd-10]: wsmouse.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #892):
sys/dev/wscons/wsmouse.c: revision 1.73
wsmouse(4): Mak
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:24:59 UTC 2024
Modified Files:
src/sys/dev/wscons [netbsd-10]: wsmouse.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #892):
sys/dev/wscons/wsmouse.c: revision 1.73
wsmouse(4): Mak
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:22:29 UTC 2024
Modified Files:
src/lib/libc/string [netbsd-10]: Makefile.inc strcpy.3 strlcpy.3
Added Files:
src/lib/libc/string [netbsd-10]: strncpy.3
Log Message:
Pull up following revision(s) (requested by
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:00:21 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-10]: mi
src/share/man/man9 [netbsd-10]: Makefile
Added Files:
src/share/man/man9 [netbsd-10]: versioningsyscalls.9
Log Message:
Pull
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:08:25 UTC 2024
Modified Files:
src/sys/arch/x86/x86 [netbsd-10]: fpu.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #890):
sys/arch/x86/x86/fpu.c: revision 1.87
x86/fpu: In kernel
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:08:25 UTC 2024
Modified Files:
src/sys/arch/x86/x86 [netbsd-10]: fpu.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #890):
sys/arch/x86/x86/fpu.c: revision 1.87
x86/fpu: In kernel
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:05:44 UTC 2024
Modified Files:
src/lib/libpthread [netbsd-10]: Makefile
src/lib/librumpuser [netbsd-10]: configure.ac rumpuser_port.h
src/sys/rump/share/man/man3 [netbsd-10]: rumpuser.3
src/sys
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:05:44 UTC 2024
Modified Files:
src/lib/libpthread [netbsd-10]: Makefile
src/lib/librumpuser [netbsd-10]: configure.ac rumpuser_port.h
src/sys/rump/share/man/man3 [netbsd-10]: rumpuser.3
src/sys
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:02:23 UTC 2024
Modified Files:
src/sys/dev [netbsd-10]: dksubr.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #888):
sys/dev/dksubr.c: revision 1.114
Move the rnd_add_uint32 outsid
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:02:23 UTC 2024
Modified Files:
src/sys/dev [netbsd-10]: dksubr.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #888):
sys/dev/dksubr.c: revision 1.114
Move the rnd_add_uint32 outsid
Module Name:src
Committed By: martin
Date: Fri Sep 20 11:00:21 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-10]: mi
src/share/man/man9 [netbsd-10]: Makefile
Added Files:
src/share/man/man9 [netbsd-10]: versioningsyscalls.9
Log Message:
Pull
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:55:11 UTC 2024
Modified Files:
src/external/bsd/libarchive/dist/libarchive [netbsd-10]:
archive_read_disk_posix.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #886):
ext
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:55:11 UTC 2024
Modified Files:
src/external/bsd/libarchive/dist/libarchive [netbsd-10]:
archive_read_disk_posix.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #886):
ext
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:52:21 UTC 2024
Modified Files:
src/sys/dev/usb [netbsd-10]: xhci.c xhcireg.h
Log Message:
Pull up following revision(s) (requested by rin in ticket #885):
sys/dev/usb/xhcireg.h: revision 1.23
sys/dev
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:52:21 UTC 2024
Modified Files:
src/sys/dev/usb [netbsd-10]: xhci.c xhcireg.h
Log Message:
Pull up following revision(s) (requested by rin in ticket #885):
sys/dev/usb/xhcireg.h: revision 1.23
sys/dev
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:50:00 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: uipc_mbuf.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #882):
sys/kern/uipc_mbuf.c: revision 1.250
sys/kern/uipc_m
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:50:00 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: uipc_mbuf.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #882):
sys/kern/uipc_mbuf.c: revision 1.250
sys/kern/uipc_m
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:47:52 UTC 2024
Modified Files:
src/sys/arch/x86/x86 [netbsd-10]: bus_dma.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #881):
sys/arch/x86/x86/bus_dma.c: revision 1.90
x86/bus_dma
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:47:52 UTC 2024
Modified Files:
src/sys/arch/x86/x86 [netbsd-10]: bus_dma.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #881):
sys/arch/x86/x86/bus_dma.c: revision 1.90
x86/bus_dma
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:29:41 UTC 2024
Modified Files:
src/sys/nfs [netbsd-10]: nfs_vfsops.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #879):
sys/nfs/nfs_vfsops.c: revision 1.244
Avoid overflow of nfs_
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:29:41 UTC 2024
Modified Files:
src/sys/nfs [netbsd-10]: nfs_vfsops.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #879):
sys/nfs/nfs_vfsops.c: revision 1.244
Avoid overflow of nfs_
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:27:11 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-10]: mi
src/share/man/man9 [netbsd-10]: Makefile
Added Files:
src/share/man/man9 [netbsd-10]: portfeatures.9
Log Message:
Pull up fol
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:27:11 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-10]: mi
src/share/man/man9 [netbsd-10]: Makefile
Added Files:
src/share/man/man9 [netbsd-10]: portfeatures.9
Log Message:
Pull up fol
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:20:56 UTC 2024
Modified Files:
src/sys/dev/usb [netbsd-10]: ucom.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #877):
sys/dev/usb/ucom.c: revision 1.138
ucom(4): Simplify logic fi
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:20:56 UTC 2024
Modified Files:
src/sys/dev/usb [netbsd-10]: ucom.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #877):
sys/dev/usb/ucom.c: revision 1.138
ucom(4): Simplify logic fi
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:17:22 UTC 2024
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-10]: amd64_trap.S
Log Message:
Pull up following revision(s) (requested by rin in ticket #876):
sys/arch/amd64/amd64/amd64_trap.S: revision 1.5
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:17:22 UTC 2024
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-10]: amd64_trap.S
Log Message:
Pull up following revision(s) (requested by rin in ticket #876):
sys/arch/amd64/amd64/amd64_trap.S: revision 1.5
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:00:14 UTC 2024
Modified Files:
src/sys/arch/i386/i386 [netbsd-10]: bioscall.S
Log Message:
Pull up following revision(s) (requested by rin in ticket #875):
sys/arch/i386/i386/bioscall.S: revision 1.11
i386/
Module Name:src
Committed By: martin
Date: Fri Sep 20 10:00:14 UTC 2024
Modified Files:
src/sys/arch/i386/i386 [netbsd-10]: bioscall.S
Log Message:
Pull up following revision(s) (requested by rin in ticket #875):
sys/arch/i386/i386/bioscall.S: revision 1.11
i386/
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:58:19 UTC 2024
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-10]: lock_stubs.s
Log Message:
Pull up following revision(s) (requested by rin in ticket #874):
sys/arch/sparc64/sparc64/lock_stubs.s: revi
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:58:19 UTC 2024
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-10]: lock_stubs.s
Log Message:
Pull up following revision(s) (requested by rin in ticket #874):
sys/arch/sparc64/sparc64/lock_stubs.s: revi
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:51:40 UTC 2024
Modified Files:
src/sys/fs/union [netbsd-10]: union_vfsops.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #873):
sys/fs/union/union_vfsops.c: revision 1.87
When moun
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:51:40 UTC 2024
Modified Files:
src/sys/fs/union [netbsd-10]: union_vfsops.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #873):
sys/fs/union/union_vfsops.c: revision 1.87
When moun
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:49:49 UTC 2024
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-10]:
zfs_ctldir.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #872):
external/cddl
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:49:49 UTC 2024
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-10]:
zfs_ctldir.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #872):
external/cddl
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:46:54 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: subr_pool.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #871):
sys/kern/subr_pool.c: revision 1.286
Avoid undefined behavi
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:46:54 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: subr_pool.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #871):
sys/kern/subr_pool.c: revision 1.286
Avoid undefined behavi
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:36:13 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: kern_sysctl.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #870):
sys/kern/kern_sysctl.c: revision 1.267
sys/kern/ke
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:36:13 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: kern_sysctl.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #870):
sys/kern/kern_sysctl.c: revision 1.267
sys/kern/ke
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:33:48 UTC 2024
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-10]: cpu.c
src/usr.sbin/cpuctl/arch [netbsd-10]: aarch64.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #869):
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:33:48 UTC 2024
Modified Files:
src/sys/arch/aarch64/aarch64 [netbsd-10]: cpu.c
src/usr.sbin/cpuctl/arch [netbsd-10]: aarch64.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #869):
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:30:52 UTC 2024
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-10]: db_trace.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #883):
sys/arch/sparc64/sparc64/db_trace.c: revision
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:30:52 UTC 2024
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-10]: db_trace.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #883):
sys/arch/sparc64/sparc64/db_trace.c: revision
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:24:12 UTC 2024
Modified Files:
src/sys/dev [netbsd-10]: md.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #884):
sys/dev/md.c: revision 1.87
It is not sufficient to have a comment
Module Name:src
Committed By: martin
Date: Fri Sep 20 09:24:12 UTC 2024
Modified Files:
src/sys/dev [netbsd-10]: md.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #884):
sys/dev/md.c: revision 1.87
It is not sufficient to have a comment
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:50:38 UTC 2024
Modified Files:
src/distrib/hp300/miniroot: list
src/distrib/mac68k/miniroot: list
src/distrib/mvme68k/miniroot: list
Log Message:
distrib: Adjust for nawk/bin/awk to nawk/bin
To generat
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:50:38 UTC 2024
Modified Files:
src/distrib/hp300/miniroot: list
src/distrib/mac68k/miniroot: list
src/distrib/mvme68k/miniroot: list
Log Message:
distrib: Adjust for nawk/bin/awk to nawk/bin
To generat
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:49:57 UTC 2024
Modified Files:
src/tools/awk: Makefile
Log Message:
tools/awk: Adjust for nawk/bin/awk to nawk/bin
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tools/awk/Makefile
Please note that d
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:49:57 UTC 2024
Modified Files:
src/tools/awk: Makefile
Log Message:
tools/awk: Adjust for nawk/bin/awk to nawk/bin
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tools/awk/Makefile
Please note that d
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:49:31 UTC 2024
Modified Files:
src/external/historical/nawk/bin: Makefile
Added Files:
src/external/historical/nawk/bin: TODO awk.1
Removed Files:
src/external/historical/nawk/bin/awk: Makefile TODO awk.1
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:49:31 UTC 2024
Modified Files:
src/external/historical/nawk/bin: Makefile
Added Files:
src/external/historical/nawk/bin: TODO awk.1
Removed Files:
src/external/historical/nawk/bin/awk: Makefile TODO awk.1
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:29:39 UTC 2024
Modified Files:
src/sys/arch/riscv/starfive: jh7110_clkc.c
Log Message:
riscv/jh7110_clkc: Missing include
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/starfive/jh7110
Module Name:src
Committed By: rin
Date: Fri Sep 20 07:29:39 UTC 2024
Modified Files:
src/sys/arch/riscv/starfive: jh7110_clkc.c
Log Message:
riscv/jh7110_clkc: Missing include
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/starfive/jh7110
84 matches
Mail list logo