Searched hist:1.1288 (Results 1 - 11 of 11) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1288 Wed Jul 26 08:58:45 GMT 2017 msaitoh Regen.
H A Dpcidevs_data.h1.1288 Wed Aug 02 07:35:47 GMT 2017 msaitoh regen.
H A Dpcidevs1.1288 Mon May 08 07:34:33 GMT 2017 msaitoh - Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.
/src/doc/
H A D3RDPARTY1.1288 Sat Jan 09 21:16:35 GMT 2016 christos new acpica
H A DCHANGES1.1288 Fri Sep 11 18:17:04 GMT 2009 apb Add a postprocessor to /etc/rc, which logs messages to /var/run/rc.log,
and which can suppress output in silent mode. Silent mode is enabled
via the new rc_silent variable, which defaults to a value that depends
on the kern.boothowto sysctl.

Part of the /etc/rc silent changes requested in PR 41946
and proposed in tech-userlevel.
/src/distrib/sets/lists/base/
H A Dmi1.1288 Sat Jan 22 07:53:05 GMT 2022 pho lib/librefuse: Implement FUSE session API and its signal handling functionality
/src/distrib/sets/lists/man/
H A Dmi1.1288 Mon Feb 14 08:50:38 GMT 2011 hannken Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.
/src/distrib/sets/lists/tests/
H A Dmi1.1288 Sat Aug 19 22:57:09 GMT 2023 christos Add inotify tests
/src/share/mk/
H A Dbsd.own.mk1.1288 Sun Aug 21 07:10:03 GMT 2022 lukem Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC

Remove support for building extsrc/:
1. Makefile: remove do-extsrc target.
2. build.sh: remove options -y and -Y extsrcdir.
3. distrib/sets: remove support for extsrc in various tools
including the options -L ext and -y, and the extsrc sets.
4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc)
5. bsd.own.mk and various Makefiles: remove support for extsrc/,
EXTSRCSRCDIR, MKEXTSRC.

As proposed on tech-kern and tech-userlevel on 2022-01-07
and followed up on 2022-08-21.
/src/sys/conf/
H A Dfiles1.1288 Mon Oct 11 03:50:45 GMT 2021 msaitoh defparam NMBCLUSTERS_MAX.
/src/distrib/sets/lists/comp/
H A Dmi1.1288 Mon Aug 03 15:59:41 GMT 2009 plunky Add bt_dev(3), an platform neutral API for accessing (locally configured)
Bluetooth devices, and bump libbluetooth minor version.

This is a reimplementation of an API largely developed by Maksim Yevmenkin
on FreeBSD to make it easier to port BlueZ/Linux programs which depend on
something similar. Alas, the BlueZ/Linux API is incompatible and unportable
as it depends on a 'device' being referenced by an int, but this will
hopefully make it easier to port software using that.

(bump libbluetooth minor version)

Completed in 1117 milliseconds