Searched hist:1.1038 (Results 1 - 13 of 13) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1038 Thu Jul 08 18:50:35 GMT 2010 msaitoh regen.
H A Dpcidevs_data.h1.1038 Tue Jul 13 13:57:36 GMT 2010 kiyohara Regen.
H A Dpcidevs1.1038 Tue Jul 06 00:35:55 GMT 2010 msaitoh Fix the name of PCI-1620A-AE.
/src/doc/
H A D3RDPARTY1.1038 Mon May 20 11:40:06 GMT 2013 mbalmer Actually our Lua is at 5.1.5, not 5.1.4 (wiz!! :)
H A DCHANGES1.1038 Thu Apr 03 22:46:22 GMT 2008 xtraeme Add the finsio(4) driver. This driver supports the Hardware Monitor
device in the Fintek LPC Super I/O chips, this includes the following
list:

- F71805F
- F71806F
- F71862FG
- F71872F
- F71882
- F71883F

This has been adapted from the fins(4) driver available in OpenBSD, which
only supported F71805F.

Tobias Nygren <tnn> and myself added support for the other chips; thanks go
to Tobias for testing the driver with a Fintek F71882 chip.
/src/sys/arch/i386/conf/
H A DGENERIC1.1038 Wed Jul 13 07:52:48 GMT 2011 jruoho A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.
/src/distrib/sets/lists/base/
H A Dmi1.1038 Sun Aug 11 22:09:40 GMT 2013 joerg Provide UTF-8 variants for all existing locales. The data is derived
from the Unicode Common Locale Data Repository.

Convert non-UTF-8 versions from the UTF-8 version using iconv and some
ad-hoc transliterations using sed.

Use EUR as currency_symbol in ISO8859-1.

Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter
is used e.g. in CLDR.

Provide the Serbian locales in both Cyrilic and Latin script versions.
The alias is choosen based on the character set for the non-UTF-8 case
and Cyrillic is the default for UTF-8.
/src/distrib/sets/lists/man/
H A Dmi1.1038 Sat Nov 17 17:00:15 GMT 2007 tsutsui Add newfs_ext2fs(8).
/src/distrib/sets/lists/tests/
H A Dmi1.1038 Thu Apr 08 22:18:26 GMT 2021 rillig lint: in code from included files, print stack trace

Previously, the standard NetBSD build generated several lint warnings in
lhash.h from OpenSSL, without providing any hint as to which file
actually included that header. In cases like these, lint now interprets
the line number information in the preprocessor output from GCC to
reconstruct the exact include path to the file in question.

The program check-expect.lua had to be rewritten almost completely since
it assumed that all diagnostics would come from the main file. In all
existing tests, this was true, but these tests did not cover all cases
that occurred in practice. Now it records the complete location of the
diagnostic instead of just the line number.
/src/share/mk/
H A Dbsd.own.mk1.1038 Mon Feb 26 00:26:24 GMT 2018 martin Switch sparc over to openssl 1.1 again - thanks to christos for fixing it!
/src/usr.bin/make/
H A Dvar.c1.1038 Tue Jan 24 00:19:14 GMT 2023 sjg make: log adjustments of var.readOnly
/src/sys/conf/
H A Dfiles1.1038 Thu Jan 19 16:35:24 GMT 2012 drochner also remove unnecessary "needs-flag" for firmload, from Paul Goyette
/src/distrib/sets/lists/comp/
H A Dmi1.1038 Sun Jul 01 07:55:52 GMT 2007 xtraeme Imported envsys 2, a brief description of the new features:
(Part 4: documentation and configuration files)

* Support for detachable sensors.
* Cleaned up the API for simplicity and efficiency.
* Ability to send capacity/critical/warning events to powerd(8).
* Adapted all the code to the new locking order.
* Compatibility with the old envsys API: the ENVSYS_GTREINFO
and ENVSYS_GTREDATA ioctl(2)s are supported.
* Added support for a 'dictionary based communication channel' between
sysmon_power(9) and powerd(8), that means there is no 32 bytes event
size restriction anymore.
* Binary compatibility with old envstat(8) and powerd(8) via COMPAT_40.
* All drivers with the n^2 gtredata bug were fixed, PR kern/36226.

Tested by:

blymn: smsc(4).
bouyer: ipmi(4), mfi(4).
kefren: ug(4).
njoly: viaenv(4), adt7463.c.
riz: owtemp(4).
xtraeme: acpiacad(4), acpibat(4), acpitz(4), aiboost(4), it(4), lm(4).

Completed in 1201 milliseconds