Module Name:src
Committed By: skrll
Date: Wed Feb 17 08:09:22 UTC 2021
Modified Files:
src/sys/arch/mips/include: profile.h
Log Message:
Use the register name and not its number in _PROF_CPLOAD.
"yes please!" from simon@
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: knakahara
Date: Wed Feb 17 08:10:34 UTC 2021
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
wm(4) use atomic_{load,store}_relaxed for evcnt 64 bit counter.
ok'ed by msaitoh@n.o.
To generate a diff of this commit:
cvs rdiff -u -r1.697
Module Name:src
Committed By: knakahara
Date: Wed Feb 17 08:15:43 UTC 2021
Modified Files:
src/share/man/man4: wm.4
src/sys/dev/pci: files.pci if_wm.c
Log Message:
In 64 bit architectures, WM_EVENT_COUNTER is enabled by default.
No objection from tech-kern@n.o and
Module Name:src
Committed By: skrll
Date: Wed Feb 17 08:18:39 UTC 2021
Modified Files:
src/sys/arch/evbmips/loongson/dev: glx.c
Log Message:
Use the PCI_MAPREG_TYPE macro. Same binary after change.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch
Module Name:src
Committed By: skrll
Date: Wed Feb 17 08:19:06 UTC 2021
Modified Files:
src/sys/arch/evbmips/loongson/dev: glx.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbmips/loongson/dev/glx.c
Please no
Module Name:src
Committed By: dbj
Date: Wed Feb 17 08:49:55 UTC 2021
Modified Files:
src/distrib/amd64/cdroms: Makefile.cdrom
src/distrib/amd64/cdroms/bootcd-com: Makefile
Log Message:
Revert "distrib/amd64/cdroms: honor CDBOOTOPTIONS when installing EFI
bootloade
Module Name:src
Committed By: martin
Date: Wed Feb 17 09:34:20 UTC 2021
Modified Files:
src/sys/dev/raidframe [netbsd-9]: rf_reconstruct.c
Log Message:
Pull up following revision(s) (requested by oster in ticket #1206):
sys/dev/raidframe/rf_reconstruct.c: revision
Module Name:src
Committed By: martin
Date: Wed Feb 17 09:36:10 UTC 2021
Modified Files:
src/sys/dev/raidframe [netbsd-8]: rf_reconstruct.c
Log Message:
Pull up following revision(s) (requested by oster in ticket #1655):
sys/dev/raidframe/rf_reconstruct.c: revision
Module Name:xsrc
Committed By: martin
Date: Wed Feb 17 09:45:01 UTC 2021
Modified Files:
xsrc/external/mit/xterm/dist [netbsd-9]: INSTALL Imakefile MANIFEST
Makefile.in NEWS THANKS TekPrsTbl.c Tekproc.c UXTerm.ad VTPrsTbl.c
VTparse.def VTparse.h XTer
Module Name:xsrc
Committed By: martin
Date: Wed Feb 17 09:48:40 UTC 2021
Modified Files:
xsrc/external/mit/xterm/dist [netbsd-8]: INSTALL Imakefile MANIFEST
Makefile.in NEWS THANKS TekPrsTbl.c Tekproc.c UXTerm.ad VTPrsTbl.c
VTparse.def VTparse.h XTer
Module Name:src
Committed By: martin
Date: Wed Feb 17 09:50:20 UTC 2021
Modified Files:
src/external/mit/xorg/bin/xterm [netbsd-9]: Makefile
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1207):
external/mit/xorg/bin/xterm/Makefile: revisi
Module Name:src
Committed By: martin
Date: Wed Feb 17 09:52:36 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1206 and #1207
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-9.2
Please note that diffs
Module Name:src
Committed By: martin
Date: Wed Feb 17 09:55:20 UTC 2021
Modified Files:
src/external/mit/xorg/bin/xterm [netbsd-8]: Makefile
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1656):
external/mit/xorg/bin/xterm/Makefile: revisi
Module Name:src
Committed By: martin
Date: Wed Feb 17 09:56:53 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1655 and #1656
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-8.3
Please note that diffs
Module Name:src
Committed By: isaki
Date: Wed Feb 17 12:37:33 UTC 2021
Modified Files:
src/sys/dev: spkr_audio.c
Log Message:
Attach this only if the parent device has playback capability.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/spkr_audio
Module Name:src
Committed By: dholland
Date: Wed Feb 17 17:39:08 UTC 2021
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Don't allow callers of fsync_range() to trigger UB in the kernel.
(also prohibit syncing ranges at start offsets less than zero)
To genera
Module Name:src
Committed By: dholland
Date: Wed Feb 17 17:43:09 UTC 2021
Modified Files:
src/lib/libc/sys: fsync.2
Log Message:
Document more EINVAL cases for fsync_range.
Corresponds to previous code fix.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 s
Module Name:src
Committed By: christos
Date: Wed Feb 17 21:09:39 UTC 2021
Modified Files:
src/usr.bin/mail: dotlock.c
Log Message:
add O_CLOEXEC
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/mail/dotlock.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Wed Feb 17 22:32:04 UTC 2021
Modified Files:
src/sys/net: if_arp.h
src/sys/netinet: icmp_private.h igmp_var.h ip_private.h tcp_private.h
udp_private.h
src/sys/netinet6: ip6_private.h
src/sys/sy
Module Name:src
Committed By: wiz
Date: Wed Feb 17 22:55:20 UTC 2021
Modified Files:
src/lib/libc/sys: fsync.2
Log Message:
Merge EINVAL descriptions; replace Xr to itself with Nm.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/fsync.2
Pl
Module Name:src
Committed By: thorpej
Date: Wed Feb 17 23:21:47 UTC 2021
Modified Files:
src/sys/arch/macppc/macppc: locore.S
src/sys/arch/ofppc/ofppc: locore.S
Log Message:
Document the register state on entry per the OpenFirmware PowerPC CPU
bindings. Ensure we
Module Name:src
Committed By: dholland
Date: Wed Feb 17 23:39:46 UTC 2021
Modified Files:
src/lib/libc/gen: directory.3
Log Message:
Fix some typos/malapropisms in directory(3).
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/gen/directory.3
P
Module Name:src
Committed By: dholland
Date: Wed Feb 17 23:51:04 UTC 2021
Modified Files:
src/lib/libc/gen: directory.3
Log Message:
Document that rewinddir(3) might either reopen or just lseek the dir.
(Currently it depends on the underlying directory, but documenting th
23 matches
Mail list logo