Searched hist:1.1216 (Results 1 - 12 of 12) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1216 Mon May 04 21:18:34 GMT 2015 ryo regen
H A Dpcidevs_data.h1.1216 Sat May 09 21:54:35 GMT 2015 christos regen
H A Dpcidevs1.1216 Wed Mar 04 11:31:58 GMT 2015 knakahara add nForce Host Bridges.
/src/doc/
H A D3RDPARTY1.1216 Wed Apr 01 19:46:19 GMT 2015 christos new wpa
H A DCHANGES1.1216 Thu Apr 23 20:48:09 GMT 2009 macallan mention wscons support in zx(4)
1.1216 Thu Apr 23 20:48:09 GMT 2009 macallan mention wscons support in zx(4)
/src/sys/arch/i386/conf/
H A DGENERIC1.1216 Thu Dec 05 22:05:05 GMT 2019 sevan Enable pciverbose option to make use of the pcidevs database by default.

ok ad, mrg
/src/distrib/sets/lists/base/
H A Dmi1.1216 Sun Sep 08 21:04:31 GMT 2019 roy resolvconf: Build the pdnsd subscriber

Not the most ideal, but technically it works.
/src/distrib/sets/lists/man/
H A Dmi1.1216 Tue Jun 08 05:38:32 GMT 2010 riz Create a manpage for igphy(4). kern/35398.
/src/distrib/sets/lists/tests/
H A Dmi1.1216 Tue Jul 05 22:50:41 GMT 2022 rillig lint: add additional queries that are not enabled by default

In the last 18 months, several lint warnings have been made adjusted to
allow common usage patterns. For example, lint no longer warns about a
constant condition in the statement 'do { ... } while (false)' (message
161), as this pattern is well-known in statement-like macros, making it
unlikely that the 'false' is a mistake. Another example is casts
between unequal pointer types (message 247) for a few well-known
patterns that are unlikely to be bugs.

Occasionally, it is useful to query the code for patterns or events that
would not justify a warning. These patterns are modeled as predefined
queries that can be selected individually, in addition to and
independently of the existing warnings and errors.

New queries can be added as needed, in the same way as new warnings.
Queries that are deemed no longer used can be deactivated in the same
way as warnings that are no longer used.

As long as none of the queries is enabled, they produce a minimal
overhead of querying a single global variable. Computations that are
more expensive than a few machine instructions should be guarded by
any_query_enabled.

https://mail-index.netbsd.org/source-changes-d/2022/06/28/msg013716.html

ok christos@
/src/share/mk/
H A Dbsd.own.mk1.1216 Mon Sep 14 19:00:28 GMT 2020 skrll Switch hppa to gcc 9.

Summary for 883 test programs:
7487 passed test cases.
644 failed test cases.
51 expected failed test cases.
582 skipped test cases.
/src/sys/conf/
H A Dfiles1.1216 Wed Nov 07 07:43:07 GMT 2018 maxv Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver that
provides support for hardware-accelerated virtualization on NetBSD.

It is made of an MI frontend, to which MD backends can be plugged. One
MD backend is implemented, x86-SVM, for x86 AMD CPUs.

We install

/usr/include/dev/nvmm/nvmm.h
/usr/include/dev/nvmm/nvmm_ioctl.h
/usr/include/dev/nvmm/{arch}/nvmm_{arch}.h

And the kernel module. For now, the only architecture where we do that
is amd64 (arch=x86).

NVMM is not enabled by default in amd64-GENERIC, but is instead easily
modloadable.

Sent to tech-kern@ a month ago. Validated with kASan, and optimized
with tprof.
/src/distrib/sets/lists/comp/
H A Dmi1.1216 Fri Dec 05 13:08:53 GMT 2008 ad Add fdopendir(), from Solaris/Linux.

Completed in 1177 milliseconds