Module Name:src
Committed By: msaitoh
Date: Mon Dec 12 05:09:33 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Use warn() instead of warnx() and simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/usr.bin/netstat/if.c
Please no
Module Name:src
Committed By: msaitoh
Date: Mon Dec 12 05:09:33 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Use warn() instead of warnx() and simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/usr.bin/netstat/if.c
Please no
Module Name:src
Committed By: gutteridge
Date: Mon Dec 12 01:07:53 UTC 2022
Modified Files:
src/sys/arch/ia64/acpi: madt.c
src/sys/arch/ia64/ia64: mainbus.c
Log Message:
madt.c & mainbus.c: fix build with acpica 20221020
AcpiTbChecksum() was renamed AcpiUtChecksum
Module Name:src
Committed By: gutteridge
Date: Mon Dec 12 01:07:53 UTC 2022
Modified Files:
src/sys/arch/ia64/acpi: madt.c
src/sys/arch/ia64/ia64: mainbus.c
Log Message:
madt.c & mainbus.c: fix build with acpica 20221020
AcpiTbChecksum() was renamed AcpiUtChecksum
Module Name:src
Committed By: martin
Date: Sun Dec 11 19:32:57 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disklabel.c
Log Message:
When generating a script for disklabel(8) do not use the "pretty printed"
file system type names, but the raw ones that disklabel(8) actua
Module Name:src
Committed By: martin
Date: Sun Dec 11 19:32:57 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disklabel.c
Log Message:
When generating a script for disklabel(8) do not use the "pretty printed"
file system type names, but the raw ones that disklabel(8) actua
Module Name:src
Committed By: oster
Date: Sun Dec 11 18:02:40 UTC 2022
Modified Files:
src/sys/arch/vax/include: cpu.h pcb.h
src/sys/arch/vax/vax: pmap.c trap.c
Log Message:
Support save/restore of AST levels in the PCB for context switching.
Code written by ragge
Module Name:src
Committed By: oster
Date: Sun Dec 11 18:02:40 UTC 2022
Modified Files:
src/sys/arch/vax/include: cpu.h pcb.h
src/sys/arch/vax/vax: pmap.c trap.c
Log Message:
Support save/restore of AST levels in the PCB for context switching.
Code written by ragge
change made to the NetBSD source tree.
@@ -756,3 +756,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
tprof(8). [msaitoh 20221208]
acpi(4): Updated ACPICA to 20221020. [christos 20221210]
tzdata: updated to 2022g (using the 2022ggtz fork) [kre 20221211]
+ tzcode: Updated to 2022g. [christos 20221211]
Module Name:src
Committed By: christos
Date: Sun Dec 11 17:58:43 UTC 2022
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Update tzcode to 2022g
To generate a diff of this commit:
cvs rdiff -u -r1.1904 -r1.1905 src/doc/3RDPARTY
cvs rdiff -u -r1.2938 -r1.2939 src/d
Module Name:src
Committed By: christos
Date: Sun Dec 11 17:57:23 UTC 2022
Modified Files:
src/lib/libc/time: Makefile NEWS ctime.3 localtime.c private.h
strftime.c theory.html time2posix.3 tzfile.5 tzselect.8 tzset.3
version zdump.8 zdump.c zic.8 zic
Module Name:src
Committed By: christos
Date: Sun Dec 11 17:57:23 UTC 2022
Modified Files:
src/lib/libc/time: Makefile NEWS ctime.3 localtime.c private.h
strftime.c theory.html time2posix.3 tzfile.5 tzselect.8 tzset.3
version zdump.8 zdump.c zic.8 zic
Module Name:src
Committed By: kre
Date: Sun Dec 11 17:35:56 UTC 2022
Modified Files:
src/etc/etc.amd64: MAKEDEV.conf
Log Message:
Don't forget pci17
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/etc/etc.amd64/MAKEDEV.conf
Please note that diffs are n
Module Name:src
Committed By: kre
Date: Sun Dec 11 17:35:56 UTC 2022
Modified Files:
src/etc/etc.amd64: MAKEDEV.conf
Log Message:
Don't forget pci17
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/etc/etc.amd64/MAKEDEV.conf
Please note that diffs are n
Module Name:src
Committed By: mlelstv
Date: Sun Dec 11 11:31:55 UTC 2022
Modified Files:
src/sys/fs/autofs: autofs_vnops.c
Log Message:
Use genfs_pathconf for VOP_PATHCONF.
Fixes bin/57103.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/fs/autofs/aut
Module Name:src
Committed By: mlelstv
Date: Sun Dec 11 11:31:55 UTC 2022
Modified Files:
src/sys/fs/autofs: autofs_vnops.c
Log Message:
Use genfs_pathconf for VOP_PATHCONF.
Fixes bin/57103.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/fs/autofs/aut
Module Name:src
Committed By: kre
Date: Sun Dec 11 10:02:53 UTC 2022
Modified Files:
src/tests/lib/libpthread: t_condwait.c
Log Message:
This test makes (made) a false assumption about the way that
process scheduling works. That a process (or in this case,
a thread) is n
Module Name:src
Committed By: kre
Date: Sun Dec 11 10:02:53 UTC 2022
Modified Files:
src/tests/lib/libpthread: t_condwait.c
Log Message:
This test makes (made) a false assumption about the way that
process scheduling works. That a process (or in this case,
a thread) is n
Module Name:src
Committed By: kre
Date: Sun Dec 11 08:32:02 UTC 2022
Modified Files:
src/external/public-domain/tz/dist: backward
Log Message:
Undo the previous revert - turns out that vers 1.7 was correct after
all, and I am simply unable to read or comprehend (properly).
Module Name:src
Committed By: kre
Date: Sun Dec 11 08:32:02 UTC 2022
Modified Files:
src/external/public-domain/tz/dist: backward
Log Message:
Undo the previous revert - turns out that vers 1.7 was correct after
all, and I am simply unable to read or comprehend (properly).
Module Name:src
Committed By: kre
Date: Sun Dec 11 08:23:11 UTC 2022
Modified Files:
src/bin/sh: miscbltin.c sh.1
Log Message:
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
charac
Module Name:src
Committed By: kre
Date: Sun Dec 11 08:23:11 UTC 2022
Modified Files:
src/bin/sh: miscbltin.c sh.1
Log Message:
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
charac
Module Name:src
Committed By: mlelstv
Date: Sun Dec 11 08:09:20 UTC 2022
Modified Files:
src/sys/netinet: tcp_vtw.h
Log Message:
Need larger fat pointers for 128bit cache lines.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/tcp_vtw.h
Pleas
Module Name:src
Committed By: mlelstv
Date: Sun Dec 11 08:09:20 UTC 2022
Modified Files:
src/sys/netinet: tcp_vtw.h
Log Message:
Need larger fat pointers for 128bit cache lines.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/tcp_vtw.h
Pleas
24 matches
Mail list logo