Searched hist:1.941 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.941 Tue May 13 10:44:02 GMT 2008 rjs Regen.
H A Dpcidevs_data.h1.941 Tue May 20 16:56:13 GMT 2008 cegger regen.
H A Dpcidevs1.941 Tue May 20 16:55:28 GMT 2008 cegger add some ATI products (SB600 modem, RD790 and RS690)
/src/distrib/sets/lists/base/
H A Dshl.mi1.941 Wed Oct 05 22:40:12 GMT 2022 christos bump libssh for OpenSSH-9.1
H A Dmi1.941 Thu Jun 30 04:36:34 GMT 2011 agc move comments to the head of the file
/src/doc/
H A D3RDPARTY1.941 Mon Jun 11 21:39:49 GMT 2012 wiz sqlite3-3.7.13 out.
H A DCHANGES1.941 Tue Nov 06 01:45:08 GMT 2007 jnemeth note support for Intel G965 chipset
/src/sys/arch/i386/conf/
H A DGENERIC1.941 Sat Aug 15 08:44:35 GMT 2009 mbalmer Add commented entries for keylock support.
/src/distrib/sets/lists/man/
H A Dmi1.941 Mon Oct 09 16:51:51 GMT 2006 gdamore Add man pages for SPI, m25p flash, and tm121temp devices. I'm holding off
creating an spiflash man page until the framework settles, and I'd
ultimately like to create section 9 pages for SPI.
/src/distrib/sets/lists/tests/
H A Dmi1.941 Thu Oct 15 22:15:08 GMT 2020 mgorny Move the new x86 test into x86-specific lists
/src/share/mk/
H A Dbsd.own.mk1.941 Tue Aug 16 01:03:07 GMT 2016 mrg add a HAVE_XORG_SERVER_VER for use in sets. clean up the x11
defines a little for modern xorg, particularly the version.
/src/usr.bin/make/
H A Dvar.c1.941 Fri Jul 30 22:19:51 GMT 2021 rillig make: merge duplicate code for sorting strings and numbers

No functional change.
/src/sys/conf/
H A Dfiles1.941 Fri Feb 13 22:41:04 GMT 2009 apb Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
in all kernel sources that use the MODULAR option.
Proposed in tech-kern on 18 Jan 2009.
/src/distrib/sets/lists/comp/
H A Dmi1.941 Mon Oct 09 16:27:07 GMT 2006 rpaulo Modular (I tried ;-) TCP congestion control API. Whenever certain conditions
happen in the TCP stack, this interface calls the specified callback to
handle the situation according to the currently selected congestion
control algorithm.
A new sysctl node was created: net.inet.tcp.congctl.{available,selected}
with obvious meanings.
The old net.inet.tcp.newreno MIB was removed.
The API is discussed in tcp_congctl(9).

In the near future, it will be possible to selected a congestion control
algorithm on a per-socket basis.

Discussed on tech-net and reviewed by <yamt>.

Completed in 1275 milliseconds