Searched hist:1.444 (Results 1 - 25 of 39) sorted by relevance

12

/src/tests/usr.bin/xlint/lint1/
H A Dmsg_132.c1.14 Sun May 29 23:09:43 GMT 2022 rillig tests/lint: demonstrate wrong errors 'size/alignment of bit-field'

Since tree.c 1.444 from 2022-05-26, which added range and bit checks for
integer expressions, not taking into account that querying for the size
of a bit-field type triggers an error message.

/src/sys/dev/ata/
H A Dwd.c1.444 Tue Mar 19 06:47:12 GMT 2019 mlelstv Move standby on detach after wedges deletion in case wedges trigger
I/O on the parent disk. Add debug messages.

/src/sys/arch/i386/conf/
H A DALL1.444 Thu Jul 26 15:46:09 GMT 2018 maxv Retire XENDEBUG_LOW, and switch its only user to XENDEBUG.

/src/distrib/notes/common/
H A Dmain1.444 Sat Apr 25 01:33:12 GMT 2009 snj Another round of INSTALL improvements big and small.
/src/distrib/sets/lists/debug/
H A Dmi1.444 Thu Aug 15 21:19:44 GMT 2024 riastradh libc: New functions c8rtomb(3) and mbrtoc8(3).

New in C23, for converting from UTF-8 to locale-dependent multibyte
sequences (c8rtomb) or vice versa (mbrtoc8), along with the new type
char8_t.

Conditional on either:
- _NETBSD_SOURCE
- _ISOC23_SOURCE
- __STDC_VERSION__ >= 202311L

(Riding the libc minor bump from this morning for the UTF-16/UTF-32
versions from C11.)

PR standards/58601: uchar.h C23 compliance: char8_t, mbrtoc8, c8rtomb
/src/etc/
H A DMakefile1.444 Mon Apr 27 01:07:27 GMT 2020 christos It is KERNEL_DIR

/src/share/man/man9/
H A DMakefile1.444 Fri Nov 29 22:38:28 GMT 2019 riastradh Missed a spot: delete mb.9 from MLINKS too.

/src/share/mk/
H A Dbsd.README1.444 Mon Jun 05 22:36:58 GMT 2023 lukem bsd.README: update to reality, sync from mk.conf(5)

Sync user variables from mk.conf(5), sorted.
(Arguably this could just refer to mk.conf(5)
or share/man/man5/mk.conf.5 and remove the copypasta.)

Document NOxxx overrides in own subsection.

Unexpand tabs, tweak after.

/src/share/man/man4/
H A Doptions.41.444 Fri Dec 26 19:15:04 GMT 2014 dholland typo in previous

H A DMakefile1.444 Wed Oct 17 23:10:04 GMT 2007 garbled Remove the man4.pmppc but move the contents over to man4.evbppc as they
still contain worthwhile information.

/src/sys/dev/usb/
H A Dusbdevs1.444 Mon Jan 01 05:03:24 GMT 2007 ichiro add new vendor & product
TOD(VendoeID 0x0ede)
DOOGI SLIM USB Keyboard(ProductID 0x0411)
see. http://www.rollkeyboard.com
H A Dusbdevs.h1.444 Wed Nov 22 17:58:39 GMT 2006 drochner regen

H A Dusbdevs_data.h1.444 Wed Oct 11 13:03:28 GMT 2006 gdt regen
/src/sys/dev/pci/
H A Dfiles.pci1.444 Fri Sep 16 03:12:03 GMT 2022 knakahara Add ALWAYS_TXDEFER option to ixl(4), too.

H A Dpcidevs.h1.444 Mon Jun 17 14:08:25 GMT 2002 jdolecek regen:
add VIA Technologies VT8653 and VT8633 entries
move VT82C686A_MC97 entry to where it numerically belongs
H A Dpcidevs_data.h1.444 Sat Jun 22 08:09:08 GMT 2002 cjs Regenerate.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.444 Sun Jul 02 18:28:15 GMT 2023 rillig lint: clean up variable names relating to structure padding

H A Dtree.c1.444 Thu May 26 09:26:00 GMT 2022 rillig lint: do not warn about loss in accuracy if the actual value fits

The expression 'any & 0xff' can always be assigned to 'uint8_t' without
loss of any value bits. In the same way, '(any & 0xff) << 8' can always
be assigned to 'uint16_t'.

Previously, lint warned about these cases. Fix these wrong warnings by
tracking the possible values of integer expressions across a single
expression.

Fixes PR 36668, so that <sys/endian.h> does not need to be cluttered
with useless casts anymore.

/src/sys/kern/
H A Dinit_main.c1.444 Thu Jun 14 20:18:16 GMT 2012 martin Do not try to find the wedge we booted from if opendisk(booted_device)
failed.

H A Dkern_exec.c1.444 Tue Aug 08 16:57:32 GMT 2017 maxv Remove compat_svr4, compat_svr4_32 and compat_ibcs2 from the list of
autoloaded modules. These options are disabled everywhere (except ibcs2
on Vax, but Vax does not support kernel modules, so doesn't matter),
therefore there is no issue in removing them from the list. Interested
users will now have to do a 'modload' first, or uncomment the entries in
GENERIC.

H A Dvfs_subr.c1.444 Sat May 24 16:34:04 GMT 2014 christos Introduce a selector function to the vfs vnode iterator so that we don't
need to vget() vnodes that we are not interested at, and optimize locking
a bit. Iterator changes reviewed by Hannken (thanks), the rest of the bugs
are mine.

/src/sys/net/
H A Dif.c1.444 Sun Jan 27 02:08:48 GMT 2019 pgoyette Merge the [pgoyette-compat] branch

/src/sys/arch/amd64/conf/
H A DGENERIC1.444 Thu Dec 08 11:31:09 GMT 2016 nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
/src/usr.bin/make/
H A Djob.c1.444 Mon Dec 27 17:18:57 GMT 2021 rillig make: rename eunlink to unlink_file

The name eunlink suggested a relation with the similarly named functions
emalloc or esnprintf, but that was misleading. Instead, unlink_file
works like unlink, except that it refuses to remove an empty directory.

No functional change.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.444 Sat Jun 02 18:09:13 GMT 2001 chs replace vm_map{,_entry}_t with struct vm_map{,_entry} *.

Completed in 665 milliseconds

12