Module Name:src
Committed By: isaki
Date: Wed Apr 20 06:05:22 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c audiodef.h
Log Message:
audio(4): Make recording buffer more robust.
Previously, main buffer in recording track was usrbuf, which is the closest
buffer to the
Module Name:src
Committed By: isaki
Date: Wed Apr 20 06:05:22 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c audiodef.h
Log Message:
audio(4): Make recording buffer more robust.
Previously, main buffer in recording track was usrbuf, which is the closest
buffer to the
Module Name:src
Committed By: isaki
Date: Wed Apr 20 04:41:29 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Make debug messages better in audio_ioctl() and mixier_ioctl().
Divide by case. Reduce to one line if possible.
To generate a diff of
Module Name:src
Committed By: isaki
Date: Wed Apr 20 04:41:29 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Make debug messages better in audio_ioctl() and mixier_ioctl().
Divide by case. Reduce to one line if possible.
To generate a diff of
Module Name:src
Committed By: rillig
Date: Tue Apr 19 23:16:14 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: expr_fold.c expr_fold.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix integer overflow on seeing -(uint64_t)INT64_MIN
Seen in external
Module Name:src
Committed By: rillig
Date: Tue Apr 19 23:16:14 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: expr_fold.c expr_fold.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix integer overflow on seeing -(uint64_t)INT64_MIN
Seen in external
Module Name:src
Committed By: riastradh
Date: Tue Apr 19 22:53:34 UTC 2022
Modified Files:
src/sys/uvm: uvm_mmap.c
Log Message:
Revert "mmap(2): If we fail with a hint, try again without it."
This doesn't work, because uvm_mmap releases the uobj when it fails.
Should fact
Module Name:src
Committed By: riastradh
Date: Tue Apr 19 22:53:34 UTC 2022
Modified Files:
src/sys/uvm: uvm_mmap.c
Log Message:
Revert "mmap(2): If we fail with a hint, try again without it."
This doesn't work, because uvm_mmap releases the uobj when it fails.
Should fact
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:40:45 UTC 2022
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
sqlite: suppress a few lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/public-dom
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:40:45 UTC 2022
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
sqlite: suppress a few lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/public-dom
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:40:13 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
Log Message:
tests/lint: add test case for integer non-constant expression
Seen in sqlite3.c.
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:40:13 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
Log Message:
tests/lint: add test case for integer non-constant expression
Seen in sqlite3.c.
To generate a diff of this commit:
Module Name:src
Committed By: blymn
Date: Tue Apr 19 22:26:57 UTC 2022
Modified Files:
src/lib/libcurses: background.c curses.c curses_private.h refresh.c
Log Message:
fix for PR 55496
* Fix bkgrndset so that it actually sets the background character in
in line with t
Module Name:src
Committed By: blymn
Date: Tue Apr 19 22:26:57 UTC 2022
Modified Files:
src/lib/libcurses: background.c curses.c curses_private.h refresh.c
Log Message:
fix for PR 55496
* Fix bkgrndset so that it actually sets the background character in
in line with t
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:14:30 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_157.c msg_157.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: only warn about unsigned constants in C90 migration mode
For C99 code, t
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:14:30 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_157.c msg_157.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: only warn about unsigned constants in C90 migration mode
For C99 code, t
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:00:53 UTC 2022
Modified Files:
src/external/mit/lua/lib/liblua: Makefile
Log Message:
liblua: ignore a few lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/lib/liblua
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:00:53 UTC 2022
Modified Files:
src/external/mit/lua/lib/liblua: Makefile
Log Message:
liblua: ignore a few lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/lib/liblua
Module Name:src
Committed By: rillig
Date: Tue Apr 19 20:32:18 UTC 2022
Modified Files:
src/lib/libbluetooth: sdp.h
src/lib/libc/cdb: cdbw.c
src/lib/libc/citrus: citrus_ctype_template.h citrus_hash.h
citrus_prop.c
src/lib/libc/citrus/modu
Module Name:src
Committed By: rillig
Date: Tue Apr 19 20:32:18 UTC 2022
Modified Files:
src/lib/libbluetooth: sdp.h
src/lib/libc/cdb: cdbw.c
src/lib/libc/citrus: citrus_ctype_template.h citrus_hash.h
citrus_prop.c
src/lib/libc/citrus/modu
Module Name:src
Committed By: rillig
Date: Tue Apr 19 20:08:52 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_298.c msg_298.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: do not warn about converting (1234567L & 0xFF) to unsigned char
Due to t
Module Name:src
Committed By: rillig
Date: Tue Apr 19 20:08:52 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_298.c msg_298.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: do not warn about converting (1234567L & 0xFF) to unsigned char
Due to t
Module Name:src
Committed By: rillig
Date: Tue Apr 19 19:56:30 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_298.c msg_298.exp
Log Message:
tests/lint: demonstrate wrong warnings for conversion from long to char
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Tue Apr 19 19:56:30 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_298.c msg_298.exp
Log Message:
tests/lint: demonstrate wrong warnings for conversion from long to char
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: skrll
Date: Tue Apr 19 09:25:39 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c ufs.c
Log Message:
Typo in comment. avoinds -> avoids
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/lib/libsa/ext2fs.c
cv
Module Name:src
Committed By: skrll
Date: Tue Apr 19 09:25:39 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c ufs.c
Log Message:
Typo in comment. avoinds -> avoids
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/lib/libsa/ext2fs.c
cv
Module Name:src
Committed By: riastradh
Date: Tue Apr 19 09:19:53 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Wait for opens to drain in detach.
Otherwise detach may barge ahead and start freeing things before open
has finished and is about
Module Name:src
Committed By: riastradh
Date: Tue Apr 19 09:19:53 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Wait for opens to drain in detach.
Otherwise detach may barge ahead and start freeing things before open
has finished and is about
28 matches
Mail list logo