Searched hist:1.730 (Results 1 - 22 of 22) sorted by relevance

/src/sys/dev/pci/
H A Dif_wm.c1.730 Tue May 03 00:23:33 GMT 2022 gutteridge if_wm.c: various spelling and grammar fixes

H A Dpcidevs.h1.730 Sat Jul 30 01:13:23 GMT 2005 grant regen
H A Dpcidevs_data.h1.730 Sun Aug 21 21:21:48 GMT 2005 gavan regen
H A Dpcidevs1.730 Sun Aug 21 21:20:20 GMT 2005 gavan Add BCM5751M
/src/share/man/man4/
H A DMakefile1.730 Mon Nov 21 21:24:00 GMT 2022 brad branches: 1.730.2;


A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor. This is an inexpensive to moderately
expensive chip available from a large number of places. The driver
supports all aspects of the two chips, except for the repeating read
mode which would allow for sub-second queries, such as fall detection
or perhaps even as an altimeter. This driver also only supports the
I2C interface and not the SPI interface.

The BME280, the one with humidity, is not fully tested at this point,
awaiting upon a breakout board and may not show proper humidity.

1.730 Mon Nov 21 21:24:00 GMT 2022 brad branches: 1.730.2;


A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor. This is an inexpensive to moderately
expensive chip available from a large number of places. The driver
supports all aspects of the two chips, except for the repeating read
mode which would allow for sub-second queries, such as fall detection
or perhaps even as an altimeter. This driver also only supports the
I2C interface and not the SPI interface.

The BME280, the one with humidity, is not fully tested at this point,
awaiting upon a breakout board and may not show proper humidity.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.730 Fri Jul 27 22:55:29 GMT 2012 drochner branches: 1.730.2;
gcc -fno-common fallout
1.730 Fri Jul 27 22:55:29 GMT 2012 drochner branches: 1.730.2;
gcc -fno-common fallout
/src/sys/dev/usb/
H A Dusbdevs1.730 Thu Apr 06 16:30:09 GMT 2017 macallan add ELAN Microelectronics
H A Dusbdevs.h1.730 Tue Jun 27 08:09:50 GMT 2017 wiz regen (comment change only)
H A Dusbdevs_data.h1.730 Tue Jun 27 05:31:40 GMT 2017 kre It appears that some experimental version of these got committed somehow.
Re-gen again...
/src/distrib/sets/lists/base/
H A Dshl.mi1.730 Tue Jan 13 09:14:58 GMT 2015 spz Update of OpenSSL to 1.0.1k part 3:
- bump the shared library versions
- adjust set lists
- regenerate man pages
- note the import in doc/3RDPARTY and doc/CHANGES

there were no changes in asm parts
H A Dmi1.730 Mon Nov 12 16:39:36 GMT 2007 pooka * split the putter header into a kernel version and a userland version
+ install latter to /usr/include/dev/putter
* remove last dependencies to puffs from putter, it's completely
independent now
/src/doc/
H A D3RDPARTY1.730 Thu Oct 29 00:58:06 GMT 2009 christos new yacc.
H A DCHANGES1.730 Sun Oct 15 18:51:20 GMT 2006 apb Mention some things I did recently: "find ... -exec ... +", ps -o changes,
and building with shell != /bin/sh.
/src/usr.bin/make/
H A Dparse.c1.730 Sun Jun 02 15:31:26 GMT 2024 rillig make: sync VarEvalMode constant names with their debug log names
H A Dvar.c1.730 Sun Dec 13 01:33:17 GMT 2020 rillig make(1): replace bitset VarExportFlags with enum VarExportMode

The previous flags were not combined at all.
/src/sys/sys/
H A Dparam.h1.730 Sun Jul 30 20:34:44 GMT 2023 christos bump for struct kevent changes.
/src/sys/arch/i386/conf/
H A DGENERIC1.730 Fri Feb 24 10:20:32 GMT 2006 jmmv Repeat previous for SPLASHSCREEN* options.
/src/distrib/sets/lists/man/
H A Dmi1.730 Sat Oct 23 13:53:06 GMT 2004 augustss s/uax/axe/
/src/distrib/sets/lists/tests/
H A Dmi1.730 Fri Mar 31 09:40:15 GMT 2017 ozaki-r Add t_ping_opts
/src/share/mk/
H A Dbsd.own.mk1.730 Fri May 03 16:05:11 GMT 2013 matt Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.
/src/sys/conf/
H A Dfiles1.730 Sat Sep 10 19:20:51 GMT 2005 jmmv Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).
/src/distrib/sets/lists/comp/
H A Dmi1.730 Mon Sep 13 21:44:54 GMT 2004 thorpej DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD.
Encode/decode to big/little endian binary blob routines adapted from
kernel.

PR 23470.

Completed in 1657 milliseconds