Module Name:src
Committed By: macallan
Date: Wed Jul 28 00:59:10 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: fcu.c
Log Message:
check temperatures a bit more often
while there, explain why the delay is variable
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: macallan
Date: Wed Jul 28 00:36:00 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: fancontrol.c
Log Message:
adjust comments, break a long line
NFC
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/fancont
Module Name:src
Committed By: macallan
Date: Tue Jul 27 23:38:42 UTC 2021
Modified Files:
src/sys/arch/macppc/conf: files.macppc
src/sys/arch/macppc/dev: fcu.c
Added Files:
src/sys/arch/macppc/dev: fancontrol.c fancontrolvar.h
Log Message:
first step toward
Module Name:src
Committed By: skrll
Date: Tue Jul 27 21:13:41 UTC 2021
Modified Files:
src/sys/arch/evbarm/ifpga: plcom_ifpga.c plmmc_ifpga.c
Log Message:
KNF and remove #include
Fixes the build - prompted by cjep.
To generate a diff of this commit:
cvs rdiff -u -r1.17
Module Name:src
Committed By: macallan
Date: Tue Jul 27 20:23:42 UTC 2021
Modified Files:
src/sys/arch/macppc/conf: files.macppc
src/sys/dev/i2c: files.i2c
Added Files:
src/sys/arch/macppc/dev: fcu.c
Removed Files:
src/sys/dev/i2c: fcu.c
Log Message
Module Name:src
Committed By: gson
Date: Tue Jul 27 15:29:22 UTC 2021
Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh
Log Message:
Show the stderr from execsnoop so that we can see why it fails on arm.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r
Module Name:src
Committed By: manu
Date: Tue Jul 27 12:40:07 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
Tie the maximum file lock per unprivilegied uid to kern.maxfiles
To generate a diff of this commit:
cvs rdiff -u -r1.2815 -r1.2816 src/doc/CHANGES
Please
Module Name:src
Committed By: skrll
Date: Tue Jul 27 11:05:39 UTC 2021
Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh
Log Message:
PR/53417 appears fixed now so remove atf_expect_fail (for Arm).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 sr
Module Name:src
Committed By: manu
Date: Tue Jul 27 09:32:55 UTC 2021
Modified Files:
src/lib/libc/sys: fcntl.2 flock.2
src/share/man/man7: sysctl.7
src/sys/kern: vfs_lockf.c
Log Message:
Tie the maximum file lock per unprivilegied uid to kern.maxfiles
Thi