Searched hist:235 (Results 1 - 8 of 8) sorted by relevance

/src/tests/usr.bin/xlint/lint1/
H A Dmsg_382.c1.2 Sat Apr 12 17:22:50 GMT 2025 rillig branches: 1.2.4;
lint: warn about constant assignment in operand to '&&' or '||'

Seen in bin/sh/redir.c:1084 for errno, which is fine.

Seen in usr.sbin/mopd/mopprobe/mopprobe.c:235, which looks suspicious
but hasn't been touched since 1997.

/src/lib/libusbhid/
H A Dusage.c1.11 Sat Apr 04 21:23:04 GMT 2020 fox lib/libusbhid: Fix possible left shift changes signedness bit.

This bug was reported by UBSan runs.

lib/libusbhid/usage.c:247:27
lib/libusbhid/usage.c:244:28
lib/libusbhid/usage.c:235:13

Can result in left shift changes signedness bit as a side effect positive number
can go negative, cast it to unsigned for the operation and silence the issue.

Reviewed by: kamil@

/src/sbin/atactl/
H A Datactl.c1.81 Sun Mar 03 04:48:19 GMT 2019 mrg add a samsung specific SMART table with:

235 - POR Recovery Count
243 - SATA Downshift Count
244 - Thermal Throttle Status
245 - Timed Workload Media Wear
251 - NAND Writes

all 5 turn up on newer samsung SSDs, though 3 of them all
read 65535 for me across muliplte devices.
/src/sys/dev/ic/
H A Ddwc_gmac.c1.68 Sat Oct 19 06:40:20 GMT 2019 tnn branches: 1.68.2;
awge: drop redundant m_adj(). Handled via uipc_mbuf.c r1.235 instead.
/src/sys/netinet6/
H A Dnd6.c1.23 Thu Apr 13 14:32:53 GMT 2000 itojun bark if sdl_alen == 0. test code for KAME PR 235.
1.22 Thu Apr 13 14:11:06 GMT 2000 itojun even if nd6_nud_hint is called, do not change a neighbor's status
unless the old status is probably reachable (i.e. the link-layer address
has already been resolved).
KAME PR 235.
/src/usr.bin/xlint/lint1/
H A Derr.c1.271 Sat Apr 12 17:22:50 GMT 2025 rillig lint: warn about constant assignment in operand to '&&' or '||'

Seen in bin/sh/redir.c:1084 for errno, which is fine.

Seen in usr.sbin/mopd/mopprobe/mopprobe.c:235, which looks suspicious
but hasn't been touched since 1997.
1.271 Sat Apr 12 17:22:50 GMT 2025 rillig lint: warn about constant assignment in operand to '&&' or '||'

Seen in bin/sh/redir.c:1084 for errno, which is fine.

Seen in usr.sbin/mopd/mopprobe/mopprobe.c:235, which looks suspicious
but hasn't been touched since 1997.
H A Dtree.c1.682 Sat Apr 12 17:22:50 GMT 2025 rillig lint: warn about constant assignment in operand to '&&' or '||'

Seen in bin/sh/redir.c:1084 for errno, which is fine.

Seen in usr.sbin/mopd/mopprobe/mopprobe.c:235, which looks suspicious
but hasn't been touched since 1997.
/src/sys/arch/amd64/amd64/
H A Dmachdep.c1.239 Fri Dec 16 20:16:50 GMT 2016 maxv This can actually be enabled in Xen; my rev1.235 fixed the issue. Before
that kern_end was pointing to DUMMY PAGE, which was already kentered
earlier in xen_locore, causing pmap to panic.

This change adds support for kernel modules in Xen.

Completed in 141 milliseconds