Module Name:src
Committed By: oster
Date: Sun Sep 10 00:15:52 UTC 2023
Modified Files:
src/sys/arch/vax/include: cpu.h
Log Message:
With the overhaul of the scheduler code the semantics of
ci_want_resched have changed, and for some reason vax
still requires ci_want_resched
Module Name:src
Committed By: oster
Date: Sun Sep 10 00:15:52 UTC 2023
Modified Files:
src/sys/arch/vax/include: cpu.h
Log Message:
With the overhaul of the scheduler code the semantics of
ci_want_resched have changed, and for some reason vax
still requires ci_want_resched
Module Name:src
Committed By: andvar
Date: Sat Sep 9 21:04:26 UTC 2023
Modified Files:
src/sys/arch/ews4800mips/stand/common: loader.c
Log Message:
s/reagion/region/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ews4800mips/stand/c
Module Name:src
Committed By: andvar
Date: Sat Sep 9 21:04:26 UTC 2023
Modified Files:
src/sys/arch/ews4800mips/stand/common: loader.c
Log Message:
s/reagion/region/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ews4800mips/stand/c
Module Name:src
Committed By: andvar
Date: Sat Sep 9 21:01:57 UTC 2023
Modified Files:
src/sys/arch/hpcmips/hpcmips: bus_space_through.c
Log Message:
s/reagion/region/ in called bus_space_read_region_stream_x method names.
relevant for hpcmips BUS_SPACE_HAS_REAL_STREAM_M
Module Name:src
Committed By: andvar
Date: Sat Sep 9 21:01:57 UTC 2023
Modified Files:
src/sys/arch/hpcmips/hpcmips: bus_space_through.c
Log Message:
s/reagion/region/ in called bus_space_read_region_stream_x method names.
relevant for hpcmips BUS_SPACE_HAS_REAL_STREAM_M
Module Name:src
Committed By: andvar
Date: Sat Sep 9 20:47:29 UTC 2023
Modified Files:
src/sys/arch/hpcmips/hpcmips: bus_space.c
Log Message:
relocate DPRINTF below to make sure that bpa is initialized.
fixes BUS_SPACE_DEBUG enabled build for hpcmips.
To generate a dif
Module Name:src
Committed By: andvar
Date: Sat Sep 9 20:47:29 UTC 2023
Modified Files:
src/sys/arch/hpcmips/hpcmips: bus_space.c
Log Message:
relocate DPRINTF below to make sure that bpa is initialized.
fixes BUS_SPACE_DEBUG enabled build for hpcmips.
To generate a dif
Module Name:src
Committed By: ad
Date: Sat Sep 9 20:13:54 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
uidinfo is an SLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not
Module Name:src
Committed By: ad
Date: Sat Sep 9 20:13:54 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
uidinfo is an SLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not
Module Name:src
Committed By: andvar
Date: Sat Sep 9 18:49:21 UTC 2023
Modified Files:
src/sys/arch/mips/include: mips3_pte.h
Log Message:
change #define to #error for MIPS3_4100i 8KB page size build protection.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1
Module Name:src
Committed By: andvar
Date: Sat Sep 9 18:49:21 UTC 2023
Modified Files:
src/sys/arch/mips/include: mips3_pte.h
Log Message:
change #define to #error for MIPS3_4100i 8KB page size build protection.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:37:03 UTC 2023
Modified Files:
src/sys/arch/x86/x86: tsc.c
Log Message:
tsc_get_timecount(): cover the backwards check by DIAGNOSTIC since it has
proven the point by now.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:37:03 UTC 2023
Modified Files:
src/sys/arch/x86/x86: tsc.c
Log Message:
tsc_get_timecount(): cover the backwards check by DIAGNOSTIC since it has
proven the point by now.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:34:44 UTC 2023
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
do_sys_accessat(): copy credentials only when needed.
To generate a diff of this commit:
cvs rdiff -u -r1.560 -r1.561 src/sys/kern/vfs_syscalls.c
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:34:44 UTC 2023
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
do_sys_accessat(): copy credentials only when needed.
To generate a diff of this commit:
cvs rdiff -u -r1.560 -r1.561 src/sys/kern/vfs_syscalls.c
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:30:56 UTC 2023
Modified Files:
src/sys/kern: uipc_syscalls.c
Log Message:
Fix a ~16 year old perf regression: when accepting a connection, add a
reference to the caller's credentials rather than copying them.
To genera
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:30:56 UTC 2023
Modified Files:
src/sys/kern: uipc_syscalls.c
Log Message:
Fix a ~16 year old perf regression: when accepting a connection, add a
reference to the caller's credentials rather than copying them.
To genera
tos 20230819]
acpi(4): Updated ACPICA to 20230628. [christos 20230901]
sqlite3(1): Import 3.34.0. [christos 20230904]
+ namecache: Tune the namecache for 32-bit systems [ad 20230909]
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:30:01 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
Note namecache tuning for 32-bit systems.
To generate a diff of this commit:
cvs rdiff -u -r1.2998 -r1.2999 src/doc/CHANGES
Please note that diffs are not p
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:28:48 UTC 2023
Modified Files:
src/sys/rump/include/rump: rump_namei.h
src/sys/sys: namei.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/rump/include/rump/rump_namei
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:28:48 UTC 2023
Modified Files:
src/sys/rump/include/rump: rump_namei.h
src/sys/sys: namei.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/rump/include/rump/rump_namei
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:27:59 UTC 2023
Modified Files:
src/sys/kern: vfs_cache.c
src/sys/sys: namei.src
src/usr.bin/pmap: main.h pmap.c
Log Message:
- Shrink namecache entries to 64 bytes on 32-bit platforms and use 32-bit
key
Module Name:src
Committed By: ad
Date: Sat Sep 9 18:27:59 UTC 2023
Modified Files:
src/sys/kern: vfs_cache.c
src/sys/sys: namei.src
src/usr.bin/pmap: main.h pmap.c
Log Message:
- Shrink namecache entries to 64 bytes on 32-bit platforms and use 32-bit
key
Module Name:src
Committed By: sjg
Date: Sat Sep 9 16:41:04 UTC 2023
Modified Files:
src/usr.bin/make: main.c make.1
src/usr.bin/make/unit-tests: Makefile opt-debug-graph1.exp
opt-debug-graph2.exp opt-debug-graph3.exp suff-main-several.exp
su
Module Name:src
Committed By: sjg
Date: Sat Sep 9 16:41:04 UTC 2023
Modified Files:
src/usr.bin/make: main.c make.1
src/usr.bin/make/unit-tests: Makefile opt-debug-graph1.exp
opt-debug-graph2.exp opt-debug-graph3.exp suff-main-several.exp
su
Module Name:src
Committed By: christos
Date: Sat Sep 9 16:01:09 UTC 2023
Modified Files:
src/sys/kern: init_sysctl.c kern_sysctl.c
src/sys/sys: systm.h
Log Message:
Move the initialization of the random hash for addresses earlier so that
it does not happen under a
Module Name:src
Committed By: christos
Date: Sat Sep 9 16:01:09 UTC 2023
Modified Files:
src/sys/kern: init_sysctl.c kern_sysctl.c
src/sys/sys: systm.h
Log Message:
Move the initialization of the random hash for addresses earlier so that
it does not happen under a
Module Name:src
Committed By: martin
Date: Sat Sep 9 15:02:43 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #358 - #360
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-10.0
Please note that diffs
Module Name:src
Committed By: martin
Date: Sat Sep 9 15:02:43 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #358 - #360
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-10.0
Please note that diffs
Module Name:src
Committed By: martin
Date: Sat Sep 9 15:01:25 UTC 2023
Modified Files:
src/sys/arch/sparc64/dev [netbsd-10]: fdc.c
src/sys/arch/sparc64/include [netbsd-10]: intr.h psl.h
src/sys/arch/sparc64/sparc64 [netbsd-10]: autoconf.c
Log Message:
Pull
Module Name:src
Committed By: martin
Date: Sat Sep 9 15:01:25 UTC 2023
Modified Files:
src/sys/arch/sparc64/dev [netbsd-10]: fdc.c
src/sys/arch/sparc64/include [netbsd-10]: intr.h psl.h
src/sys/arch/sparc64/sparc64 [netbsd-10]: autoconf.c
Log Message:
Pull
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:57:22 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1729
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-9.4
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:57:22 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1729
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-9.4
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:56:10 UTC 2023
Modified Files:
src/sys/dev/raidframe [netbsd-9]: rf_reconstruct.c
Log Message:
Pull up following revision(s) (requested by oster in ticket #1729):
sys/dev/raidframe/rf_reconstruct.c: revision
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:56:10 UTC 2023
Modified Files:
src/sys/dev/raidframe [netbsd-9]: rf_reconstruct.c
Log Message:
Pull up following revision(s) (requested by oster in ticket #1729):
sys/dev/raidframe/rf_reconstruct.c: revision
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:54:38 UTC 2023
Modified Files:
src/sys/dev/raidframe [netbsd-10]: rf_reconstruct.c
Log Message:
Pull up following revision(s) (requested by oster in ticket #359):
sys/dev/raidframe/rf_reconstruct.c: revision
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:54:38 UTC 2023
Modified Files:
src/sys/dev/raidframe [netbsd-10]: rf_reconstruct.c
Log Message:
Pull up following revision(s) (requested by oster in ticket #359):
sys/dev/raidframe/rf_reconstruct.c: revision
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:50:15 UTC 2023
Modified Files:
src/usr.sbin/sysinst [netbsd-10]: util.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #358):
usr.sbin/sysinst/util.c: revision 1.73
sysinst(1):
Module Name:src
Committed By: martin
Date: Sat Sep 9 14:50:15 UTC 2023
Modified Files:
src/usr.sbin/sysinst [netbsd-10]: util.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #358):
usr.sbin/sysinst/util.c: revision 1.73
sysinst(1):
Module Name:src
Committed By: andvar
Date: Sat Sep 9 09:38:02 UTC 2023
Modified Files:
src/sys/arch/hpcmips/conf: VR41XX
Log Message:
add "midi* at midibus?" to hpmips VR41XX kernel config.
it is needed for umidi to build and makes this config to build as well.
To gener
Module Name:src
Committed By: andvar
Date: Sat Sep 9 09:38:02 UTC 2023
Modified Files:
src/sys/arch/hpcmips/conf: VR41XX
Log Message:
add "midi* at midibus?" to hpmips VR41XX kernel config.
it is needed for umidi to build and makes this config to build as well.
To gener
Module Name:src
Committed By: andvar
Date: Sat Sep 9 07:07:03 UTC 2023
Modified Files:
src/sys/arch/hpcarm/hpcarm: netbookpro_machdep.c
Log Message:
fix DEVMAP_ENTRY list termination symbol.
Makes hpcarm NETBOOKPRO config build again.
To generate a diff of this commit:
Module Name:src
Committed By: andvar
Date: Sat Sep 9 07:07:03 UTC 2023
Modified Files:
src/sys/arch/hpcarm/hpcarm: netbookpro_machdep.c
Log Message:
fix DEVMAP_ENTRY list termination symbol.
Makes hpcarm NETBOOKPRO config build again.
To generate a diff of this commit:
44 matches
Mail list logo